@media (min-width: 3000px) {
  #content-section .img-wrap {
    right: 48%;
  }
}
@media (min-width: 992px) {
  header .search {
    width: 42%;
  }
  #banner {
    height: 100vh;
    overflow: hidden;
  }
  #services .services-item:first-child {
    width: 25%;
  }
  #services .services-list {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
  #hero-section {
    height: 709px;
  }
  #products-section  .products-list{
    width: 100%;
    max-width: 1094px;
    margin: 0 auto;
  }
  #product-detail .detail-wrap{
    height: 408px;
    padding-left: 40px
  }
  #product-detail .option {
    padding-left: 40px
  }
  #chekcout-section form{
    width: 100%;
    max-width: 470px;
  }
  #chekcout-section .cart-details{
    width: 100%;
    max-width: 467px;
    padding-top: 106px;
    float: right;
  }
  #contact-page .col-lg-4 {
    width: 30.4%;
  }
  #contact-page .col-lg-8{
    width: 69.6%;
  }
  
}

@media (max-width:1143px){
  h1 {
    font-size: 48px;
    line-height: 60px;
  }
  #content-section h1{ 
    font-size: 32px;
    line-height: 46px;
  }

}
@media (max-width:1229px){
  .container { 
    padding: 0 40px;
  }
  #content-section .img-wrap{
    left: 0;
    max-width: 600px;
  }
}

@media (min-width: 767px) and (max-width:991px){
  #services .services-list{
    display: inline-block;
    padding-bottom: 15px;
  }
  #services .services-item{
    float: left;
    width: 50%;
    margin-bottom: 15px;
    height: 50px;
  }
  #categories .img-wrap{ height: 242px;}
  #products-section .col-lg-4{
    width: 50%;
  }
 
 
}
@media (max-width: 991px) {
  header .header-wrapper{
    display: inherit !important;
   }
   header .search{
    margin: 20px 0;
   }
   #navigation .nav-item {
    padding: 10px 0;
  }
   h1 {
    font-size: 40px;
    line-height: 54px;
  }
  #categories .img-wrap{
    margin-bottom: 30px;
    justify-content: left !important;
  }
  #products-section,
  #products-section.practice,
  #hero-section .hero-bg,
  #account-section,
  #categories{ 
    padding: 50px 0;
  }
  #hero-section {
    height: 400px;
  }
  #content-section {
    height: auto;
  }
  #content-section .img-wrap{
     display: none;
  }
  footer .logo{
    margin-bottom: 30px;
    display: block;
  }
  #product-detail .option {
    margin: 30px 0;
  }
  #products-tabs .img-wrap{
    width: 100%;;
    margin-bottom: 30px
  }
  #products-tabs{
    padding: 0
  }
  #chart-section{
     padding-bottom: 50px;
  }
  #chart-section .cart-total{
    float: left;
    margin: 30px 0 0;
    max-width: 100%;
  }
  #chart-section .table-btn{
    margin-top: 35px;
  }
  .side-menu,
  #contact-page .contact-wrapper{
    margin-bottom: 40px;
  }
  #account-section form{
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  h1,
  #products-section.practice h2 {
    font-size: 36px;
    line-height: 44px;
  }
  #services .services-list{ 
    display: block;
    padding-bottom: 15px;
  }
  #services .services-item{
    margin-bottom: 30px;
  }
  footer .col-md-3 {
    width: 50%;
  }
  #newsletter .news-wrap{
    display: block !important;
  }
  #newsletter .news-text{
    margin-bottom: 15px;
  }
  #brands .brands-list{
    display: inherit !important;
  }
  #brands .brands-list li {
    margin-bottom: 16px;
  }
  #shop-detail .list-items{
    display: inherit;
    max-width: 100%;
  }
  #shop-detail .list-items li {
    width: 100%;
    padding: 0 0 20px;
  }
  #products-section .filter-content{
    display: inherit;
  }
  #products-section .view {
    margin: 16px 0;
  }
  #chart-section .wrapper{
     padding-top: 30px;
  }
 .carousel-control-prev-icon,
 .carousel-control-next-icon {
    background-size: 63%;
  }
}

@media (max-width: 580px) {
  .cart-details .coupon-form .d-flex {
    display: block !important;
  }
  .cart-details .coupon-form .form-control{
    margin-bottom: 20px;
  }
  form .form-check {
    font-size: 13px;}
}

@media (max-width: 450px) {
  #banner .banner-text h2,
  body {
    font-size: 14px;
  } 
  h1, #products-section.practice h2,
  .heading-text h2,
  #content-section h1 {
    font-size: 20px;
    line-height: 32px;
  }
  .heading-text h3{
    font-size: 16px;
  }
  #newsletter .news-text h2{
    font-size: 20px;
  }
  footer .navigation h2{
    font-size: 14px;
  }
 .page-link{
    padding: 6px 11px;
  }
  #chart-section .table-btn {
    display: inline-block !important;
  }
  #chart-section .btn-border{
    margin-bottom: 20px;
  }
  #chart-section .btn-primary{
    padding: 12px 10px;
  }
  .cart-details .card-content {
    display: block !important;
  }
}

