@media (max-width: 991px) {
  .header .header-middle .header-middle-content .list-header-middle-end {
    display: none;
  }
  .header .header-middle .header-middle-content .header-middle-end-icon {
    display: block;
  }
  .header .header-bottom {
    display: none;
  }
  .scroll_top {
    display: none;
  }
  .sticky-social {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.05);
    width: 100%;
    bottom: -2px;
    left: 0;
    position: sticky;
  }
  .sticky-social ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    column-gap: 10px;
  }
  .sticky-social ul li a, .sticky-social ul li button {
    left: auto;
    display: none;
  }
  .sticky-social ul li a.scroll_top, .sticky-social ul li button.scroll_top {
    display: flex !important;
    bottom: auto;
    right: auto;
    font-size: 18px;
  }
  .sticky-social ul li a.scroll_top.active, .sticky-social ul li button.scroll_top.active {
    bottom: auto;
    right: auto;
  }
  .sticky-social ul li a.icon-bar, .sticky-social ul li button.icon-bar {
    display: grid;
    text-align: center;
    gap: 6px;
    padding: 3px 0;
  }
}
@media (max-width: 575px) {
  .header .header-top .header-top-content {
    justify-content: center !important;
  }
  .head-section.head-section-flex .head-start {
    width: 100%;
  }
  .sliders {
    padding: 24px 0;
  }
  .contact .btns-tabs .nav-tabs {
    justify-content: flex-start;
  }
  .products .product .product-top .product-features {
    top: 10px;
    left: 10px;
  }
  .products .product .product-top .product-features .features-list {
    row-gap: 10px;
  }
  .products .product .product-top .product-features .features-list .feat {
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 9px;
  }
  .products .product .product-top .product-options {
    top: 10px;
    right: 10px;
  }
  .products .product .product-top .product-options .options-list {
    row-gap: 10px;
  }
  .products .product .product-top .product-options .options-list .option a {
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
  }
  .products .product .product-bottom {
    padding: 10px;
  }
  .products .product .product-bottom .product-title h3 a {
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }
  .products .product .product-bottom .product-stock span {
    font-size: 11px;
    line-height: 22px;
  }
  .products .product:hover .product-top .product-options {
    right: 10px;
  }
  .products.shop .shop-wide .col-lg-3.col-md-6.col-sm-6.col-xs-12,
  .products.shop .shop-wide .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
    max-width: 50%;
  }
  .product-price {
    column-gap: 10px;
    font-size: 11px;
  }
  .product-cart a {
    padding: 5px 10px;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    font-size: 11px;
  }
  .product-cart a span.icon {
    transform: translateY(35px);
  }
  .product-cart a:hover span.text {
    transform: translateY(-35px);
  }
  .features .col-lg-3.col-md-6.col-xs-12 {
    max-width: 50%;
  }
  .features .feature .img-feature {
    margin-bottom: 15px;
  }
  .features .feature .img-feature img {
    width: 75px;
    height: 75px;
  }
  .features .feature .text-feature h4 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .features .feature .text-feature p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px;
  }
  .features .feature .text-feature h3 {
    font-size: 18px;
    line-height: 30px;
  }
  .footer .overlay-footer .footer-top-item {
    text-align: start !important;
  }
  .footer .overlay-footer .footer-top-item .content-item .list-social {
    justify-content: flex-start !important;
  }
  .footer .footer-bottom {
    text-align: center;
  }
  .product-details .product-images .big-images .swiper-button {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
  .contact .btns-tabs .nav-tabs {
    gap: 12px;
    justify-content: center;
  }
  .contact .btns-tabs .nav-tabs .nav-item button {
    padding: 5px 8px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=res.css.map */
