#mainCarousel_mb{
    display: none;
}
@media(max-width: 1500px){
}
@media(max-width: 1200px){
}
@media(max-width: 991px){
    .has-scroll .header-middle{
        position: fixed;
        top: -140px;
        box-shadow: 0 2px 3px #ccc;
        background: #fff;
        transition: all 0.3s ease 0s;
        width: 100%;
    }
    .has-scroll.is-scroll-up .header-middle{
        top: 0;
        width: 100%;
    }

}
@media(max-width: 767px){
    .accoding-content{
        display: block;
    }
}
@media (max-width: 639px) {
    #mainCarousel_mb{
        display: block;
    }
    #mainCarousel{
        display: none;
    }
    .banner-item .banner-img{
        height: auto;
        max-width: 100%;
    }
}


.slick-product-ver2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.product-item .view-more{
    display: none !important;
}


.slick-product-ver2 .product-item .product-action {
    margin-top: 16px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: -40px;
    width: 100%;
    left: 0px;
    z-index: 99;
    padding: 0;
}

.slick-product-ver2 .product-item:hover .product-action {
    display: flex;
}

.slick-product-ver2 article{
    margin-bottom: 30px;
    width: 25%;
} 

@media(max-width: 1920px) and (min-width: 1200px){
    .slick-product-ver2 .product-item .price{
        font-size: 19px;
    }

}

@media(max-width: 992px){
    .slick-product-ver2 article{
        width: 50%;
    } 
}

#n_checkout .panel-body .media {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#n_checkout .wrapper-footer .list-inline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0;
}

#n_checkout .wrapper-footer .list-inline > li {
  padding: 0;
}

#n_checkout .wrapper-footer .list-inline > li .payment-icon-container {
  display: flex;
  align-items: center;
}

#n_checkout .responsive-table tr > th,
#n_checkout .responsive-table tr > td {
  min-width: 75px;
  padding: 12px 6px;
}

#n_customer_account #invoice {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#invoice ~ div.container {
    padding: 0;
}

@media (max-width: 575px) {
  #invoice > .row:nth-child(2) > * {
    width: 50%;
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  #invoice table tr > * {
    min-width: 75px;
    padding: 12px 6px;
  }
  #invoice > .row:nth-child(4) > * {
    width: 100%;
    text-align: left !important;
  }
}