.gs-product-sidebar-wrapper {
  border-radius: 12px; }

/* ================= MOBILE VIEW ================= */
@media only screen and (max-width: 768px) {

.single-product .img-wrapper .product-img, .single-product-list-view .img-wrapper .product-img{
    height: 160px !important;
}
.single-product .img-wrapper .add-to-wishlist-btn, .single-product-list-view .img-wrapper .add-to-wishlist-btn{
    height: 25px !important;
    width: 25px !important;
    padding: 6px !important;
}

.single-product .product-title, .single-product-list-view .product-title{
    font-size: 12px !important;
}


.single-product .rating-title, .single-product-list-view .rating-title{
    font-size: 10px !important;
}

.single-product .rating-wrapper svg {
    width: 10px !important;
    height: 10px !important;
}

.single-product .rating-wrapper {
    gap: 5px !important;
}
.single-product .price-wrapper h6, .single-product-list-view .price-wrapper h6, .single-product .price-wrapper h4, .single-product-list-view .price-wrapper h4{
    font-size: 14px !important;
}
.single-product .content-wrapper, .single-product-list-view .content-wrapper{
    padding: 12px 10px !important;
}
.single-product .img-wrapper .product-badge, .single-product-list-view .img-wrapper .product-badge{
    width: 36px !important;
    height: 25px !important;
    left: -15px !important;
    font-size: 10px !important;
}

.single-product .img-wrapper .product-badge, .single-product-list-view .img-wrapper .product-badge, .single-product .img-wrapper .add-to-wishlist-btn, .single-product-list-view .img-wrapper .add-to-wishlist-btn{
    top: 6px !important;
}

.single-product .compare, .single-product-list-view .compare, .single-product .details, .single-product-list-view .details{
    padding: 6px !important;
}

.single-product .add-cart, .single-product-list-view .add-cart, .single-product .compare, .single-product-list-view .compare, .single-product .details, .single-product-list-view .details
{
    font-size: 10px !important;
}


.single-product  svg {
    height: 10px !important;
    width: 10px !important;
}

.single-product .add-cart, .single-product-list-view .add-cart, .single-product .compare, .single-product-list-view .compare, .single-product .details, .single-product-list-view .details{
    padding: 6px !important;
}
.single-product .price-wrapper, .single-product-list-view .price-wrapper{
    flex-direction: column !important;
    gap: 2px !important;
}

.single-product .img-wrapper .product-ribbon,
    .single-product-list-view .img-wrapper .product-ribbon {
        font-size: 10px;
        padding: 5px 34px;
        left: -32px;
    }
    
     .product-nav-wrapper h5{
         font-size: 15px !important;
     }
     .product-nav-wrapper .filter-wrapper{
         flex-wrap: no-wrap !important;
         gap: 10px !important;
     }
     
     .nice-select{
         min-width: 160px !important;
         font-size: 12px !important;
         height: 42px !important;
         padding-left: 0px !important;
         
         
     }
     
     .product-nav-wrapper .sort-wrapper{
         gap: 6px !important;
     }
     
     .gs-checkout-wrapper .product-infos-wrapper{
         padding: 0px !important;
     }
     
     .gs-checkout-wrapper .product-infos-wrapper .shop-info-wrapper{
         padding: 0px !important;
     }
     .shipping-section-wrapper{
         padding: 8px !important;
     }
     .shiprocket-label{
         font-size: 12px !important;
     }
    
}





@media (max-width: 768px) {
  * {
    animation: none !important;
    transition: none !important;
  }
}


.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 680px !important;
  object-fit: cover !important;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  object-fit: cover !important;
}

.gs-footer-section .footer-row .left-info .social-links a i {
  color: black;
  transition: all 0.3s;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: white;
}

#cardNumber,
#securityCode,
#expirationDate {
  height: 60px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  padding: 0px 18px;
}

#cardNumber,
#securityCode,
#expirationDate {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}