/* Media Queries */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1366px; } }

@media screen and (max-width: 1200px) {
  .header .navbar-grid .main-menu .has-submenu .nav-link {
    padding-right: 20px; }
  .header .navbar-grid .main-menu .nav-link {
    padding-right: 20px; }
  .header .navbar-grid .main-menu .has-submenu .nav-link::after {
    top: 5px;
    right: 2px; }
  .header .navbar-grid .main-menu .submenu .submenu-container__col-2 {
    width: 50%;
    gap: 16px; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right {
    width: 40%; }
  .account__favourite-wrapper .account__favourite-list li a {
    font-size: 16px; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content p {
    font-size: 16px;
    line-height: 24px; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content {
    max-width: 250px; } }

@media (max-width: 1024px) {
  .hero-section .text-title-btn-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px; }
  .hero-section .text-title-btn-block .heading {
    font-size: 42px;
    line-height: 49px; }
  .hero-section .text-title-btn-block .text-wrapper {
    text-align: right;
    max-width: 300px; }
  .navbar .container {
    width: 100%; }
  .header .navbar .d-md-none {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .navbar-expand-md .navbar-collapse {
    display: none !important; }
  .hamburger-icon {
    display: block !important; }
  .navbar .container {
    display: grid;
    grid-template-columns: 1fr 175px 1fr; }
  .tabs-products__row .col-md-3 {
    width: 33.3%; }
  .newsletter-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background: transparent; }
    .newsletter-section .row .col-md-6 {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }
  .newsletter-section .content-wrapper {
    padding: 16px 0px;
    max-width: 100%; }
  .newsletter-section img {
    display: block;
    margin: 0 auto;
    width: 100%; }
  .stats-container {
    padding: 80px 0px; }
    .stats-container .row .col-md-4 {
      border-width: 0px; }
  .newsletter-section .content-wrapper .input-group-wrapper {
    max-width: 60%; }
  .newsletter-section .content-wrapper .title {
    max-width: 50%; }
  .product-single .product-single__top {
    height: 180px; } 

    /* SHOP NEW CSS */
    .filter-outer-wrapper .container{
      flex-wrap: nowrap;
      overflow: hidden;
      overflow-x: scroll;
    }
    .filter-outer-wrapper .dropdown-menu.show{
      position: fixed !important;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      transform: translate3d(0px, 0px, 0px) !important;
      border: none !important;
    }
    .filter-outer-wrapper .dropdown-menu ul.dropdown-body-list {
      overflow-y: scroll;
      height: 85vh;
    }
    .filter-outer-wrapper .dropdown-menu .back-block{
      display: block;
      margin: 0px 0px;
      padding-left: 30px;
      position: relative;

    }
    .filter-outer-wrapper .dropdown-menu .back-block span{
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
    }
    .filter-outer-wrapper .dropdown-menu .back-block::before{
      content: '';
      width: 28px;
      height: 28px;
      display: block;
      position: absolute;
      left: 0px;
      top: -1px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M5.8335 14H22.1668' stroke='%23121212' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 14L12.8335 21' stroke='%23121212' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 14L12.8335 7' stroke='%23121212' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }
  }

@media screen and (min-width: 768px) and (max-width: 990px) {
    /* SHOP NEW CSS */
    .main-wrapper .grid-products__row {
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 16px;
    }
    .product-single .product-single__top {
      height: 235px;
    }
     /* SHOP NEW CSS */
    .container, .container-md, .container-sm {
      max-width: 95%; }

  .container, .container-md, .container-sm {
    max-width: 95%; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .ts-btn {
    padding: 10px 15px; } }
    @media (min-width: 990px) {
      .section-pro {
        padding-left: 150px;
        padding-right: 150px;
      }
    }
   
  

@media (min-width: 768px) {

  .grid-products__row > div {
    /* margin-bottom: 56px; */
  }

  .footer-breadcumbs {
    width: auto;
    max-width: 100%;

  }
  .content-main {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    width: 100%; 
    max-width: 100%;
  }
  .parah {
    width: 50%; 
  }

  .main-menu {
    width: 90%; 
  }
  .content-bd .col-md-8 {
    padding: 12px 15px 15px 15px;
    margin: 12px 0px;
    border-radius: 12px;
    border: 1px solid #eaecf0;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
  .single-product__desc {
    /* padding: 0px 60px 0px 30px; */
  }
  .breadcumbs ul li a {
    color: #000000;
  }
  .breadcumbs ul li a::before {
    content: "";
    position: absolute;
    top: 3.5px;
    right: -14px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58398 3L7.58398 6L4.58398 9' stroke='black' stroke-width='0.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    display: block;
    z-index: 3;
  }
  .hero-banner .container-inner .content-wrapper  {
    color: #000000;
  }
  .hero-banner .container-inner::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: 1;
  }
  .img-brand {
    border: 3px solid #EAEAEA;
    position: relative;
    max-width: 170px;
    /* height: 210px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
   
    z-index: 2;
  }
}

@media (max-width: 1000px) {

  .hide-on-web {
    /* display: block!important; */
    /* margin-bottom: 0px; */
  }
  .filter-setting-btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-product-count {
    display: none;
  }
  .tabs-products__row .col-md-3 {
    width: 50%; }
  .shop-sidebar__col-1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 310px;
    z-index: 999;
    background: #fff;
    padding: 24px 16px;
    padding-right: 32px;
    height: 100vh;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .shop-sidebar__col-1.open {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .shop-sidebar__col-1 .shop-sidebar .close-filter-btn {
      display: block;
      position: absolute;
      right: 16px;
      top: 29px; }
  .shop-sidebar__col-2 {
    overflow-x: hidden;
    width: 100%; }
  .shop-area__filters .shop-area__filters_top {
    padding-bottom: 10px;
    /* border-bottom: 1px solid #EAEAEA; */
   }
  .shop-area__filters .shop-area__filters_bottom {
    padding-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
    .shop-area__filters .shop-area__filters_bottom .filter-btn-open {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin-bottom: 18px;
     }
     .nice-select .list {
      margin-left: -33px;
     }

  .product-single .product-single__top {
    height: 163px; }
  .product-single .product-single__top .sale-badge {
    padding: 2px 12px;
    top: 12px;
    left: 12px;
    font-size: 12px; }
  .account__brands-items .account__brands-item-outer {
    width: 50%; } }

@media (max-width: 768px) {


  .icon-fav {
    width: 28px;
    height: 28px;
  }

  .mobile-col-3-icon {
      max-width: 15%;
      width: auto; /* Adjust width based on content */
  }
  .i-justify-content-end {
      justify-content: flex-end !important;
      margin-left: auto; /* This will push the div to the right */
  }

  .img-brand {
    display: none;
  }
   /* SHOP NEW CSS */
   .main-wrapper .grid-products__row {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
  /* SHOP NEW CSS */

  .product-single-area .product-single-left .product-slider-big-image{
    width: 100%;
  }
  .product-thumbnail-image  {
    display: none!important;
  }
  .elementsswatchessinglebutto {

    padding: 0px 4px 0px 4px;
  }
  .payment-options {
  	position: relative;
  	line-height: 20px;
  	font-weight: 600;
}
.mastercard-icon {
  	position: relative;
  	width: 30.77px;
  	height: 19.02px;
}
.mastercard {
  	width: 25px;
  	height: 15px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.paypal-icon {
  	position: relative;
  	width: 62.08px;
  	height: 16.74px;
}
.international {
  	position: relative;
  	width: 17.16px;
  	height: 21.3px;
  	display: none;
}
.paypal {
  	width: 49px;
  	height: 13px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
  	gap: 7.34px;
}
.gpay-icon {
  	position: relative;
  	width: 44.97px;
  	height: 18.93px;
}
.googlepay {
  	display: none;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.visa-logo-icon {
  	position: relative;
  	width: 37.87px;
  	height: 12.44px;
}
.visa {
  	width: 31px;
  	height: 10px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.applepay-icon {
  	position: relative;
  	width: 40.23px;
  	height: 17.75px;
}
.applepay {
  	width: 32px;
  	height: 15px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  	justify-content: center;
}
.payment-logos {
  	flex: 1;
  	display: flex;
  	flex-direction: row;
  	align-items: center;
  	justify-content: flex-start;
  	gap: 20px;
    margin-left: 5px;
}
.payment-options-parent {
  	width: 100%;
  	position: relative;
  	
  	flex-direction: row;
  	align-items: flex-start;
  	justify-content: flex-start;
  	padding: 5px 0px 5px; 
  	box-sizing: border-box;
  	gap: 10px;
  	text-align: left;
  	font-size: 12px;
  	color: #605f5f;
  	font-family: Inter;
}
.sizes-in-stock-uk-wrapper {
  position: relative;
  width: 115px;
  height: 20px;
  text-align: left;
  font-size: 12px;
  color: #605f5f;
  }
  .elementsswatchesgroupbutton {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap!important;
}

.content-table {
  width: 100%;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    gap: 32px;
    text-align: left;
    font-size: 18px;
    color: #2b2b2b;
    font-family: Inter;
}
.section-description {
  padding: 10px 10px 20px 10px;
}

  .row-single-product #other-img {
    display: none;
  }
  .simple-arrow-slider .swiper-wrapper, .simple-arrow-slider .swiper-slide{
    height: 195px;
  }
  .newsletter-section .content-wrapper .input-group-wrapper {
    max-width: 100%; }
  .hero-section {
    margin-top: 40px; }
  .simple-arrow-slider .swiper-button-cnext,
  .simple-arrow-slider .swiper-button-cprev,
  .collection-section .slider-arrows .swiper-button{
    display: none!important; 
  }
  .ts-btn {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px; }
  .ts-btn.has-arrow {
    padding-right: 40px; }
  .ts-btn.has-arrow::before {
    top: 11px;
    right: 18px; }
  .hero-section .text-title-btn-block .heading {
    width: 80%;
    font-size: 30px;
    line-height: 38px; }
  .promotional-block .alert p {
    padding: 0px 35px;
  font-size: 16px; }
  .search-wrapper {
    top: 68px; }
  .body-overlay.open-2 {
    top: 140px; }
  .simple-arrow-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .simple-arrow-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 5px;
    width: 6px;
    height: 6px;
    border-radius: 0;
   }
  .simple-arrow-slider .swiper-pagination {
    bottom: 16px; }
  .simple-arrow-slider .swiper-pagination-bullet-active {
    background-color: #000000;
    width: 26px;
    height: 6px;
    border-radius: 5px; }
  .hero-section .text-title-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-bottom: 16px; }
  .hero-section .text-title-btn-block .text-wrapper {
    text-align: left;
    max-width: 100%; }
  .slider-dots {
    display: none; }
  .collection-section .title-dots-wrapper .title {
    text-align: center;
    width: 100%; }
  .collection-section .slider-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .dots-slider .swiper-slide a {
    min-width: 158px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.4px; }
  .dots-slider {
    margin-top: 0px; }
  .collection-section {
    padding: 24px 0px; }
  .simple-arrow-slider {
    margin-bottom: 16px; }
  .cta-block-1 .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: auto; }
  .cta-block-1 img {
    position: relative;
    min-height: auto;
    /* min-height: 250px;  */
  }
  .cta-block-1 .content-wrapper {
    padding-left: 0px;
    color: #121212;
    padding: 0px 16px;
    margin-bottom: 24px; }
    .cta-block-1 .content-wrapper .title {
      font-size: 28px;
      font-weight: 500;
      line-height: 34px;
      letter-spacing: -0.6px;
      margin-bottom: 8px; }
    .cta-block-1 .content-wrapper p {
      margin-bottom: 12px;
      font-size: 14px;
      line-height: 22px; }
    .cta-block-1 .content-wrapper .ts-btn.style-1 {
      color: #121212;
      border-color: #121212;
      padding-bottom: 0px; }
    .cta-block-1 .content-wrapper .ts-btn.has-arrow {
      padding-right: 25px; }
    .cta-block-1 .content-wrapper .ts-btn.has-arrow::before {
      background: url(../img/btn-arrow-white.svg); }
  .product-tabs-section .tab-header {
    margin-bottom: 24px; }
    .product-tabs-section .tab-header .nav-tabs {
      gap: 32px; }
      .product-tabs-section .tab-header .nav-tabs .nav-link {
        font-size: 16px;
        line-height: 26px; }
        .product-tabs-section .tab-header .nav-tabs .nav-link.active {
          font-size: 16px;
          line-height: 26px; }
  .product-tabs-section .tab-content .product-single {
    margin-bottom: 32px; }
    .product-tabs-section .tab-content .product-single .product-single__top {
      height: 183px;
      margin-bottom: 12px; }
      .product-tabs-section .tab-content .product-single .product-single__top .img-product {
        height: 183px; }
    .product-tabs-section .tab-content .product-single .product-single__bottom .product-single__bottom-price .current-price {
      font-size: 12px;
      line-height: 20px; }
    .product-tabs-section .tab-content .product-single .product-single__bottom .product-single__bottom-price .old-price {
      font-size: 12px;
      line-height: 20px; }
  .cta-block-2 {
    padding: 32px 0px;
    padding-bottom: 14px; }
    .cta-block-2 .content-wrapper .title {
      display: block;
      max-width: 100%;
      font-size: 34px;
      font-style: normal;
      font-weight: 500;
      line-height: 38px;
      letter-spacing: -0.6px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 8px; }
    .cta-block-2 .content-wrapper p {
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      display: block;
      max-width: 540px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 16px; }
    .cta-block-2 .img-wrapper {
      /* position: relative;
      min-height: 375px;  */
    }
      .cta-block-2 .img-wrapper img {
        /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; */
      }
  .stats-container .stats-single {
    padding: 20px 0px; }
  .stats-container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .stats-container .row .col-md-4 {
      width: 42%; }
      .trustpilot-custom-padding{
        margin-bottom: 0 !important;
      }
  .newsletter-section .content-wrapper .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.6px;
    max-width: 62%; }
  .footer {
    padding-top: 48px;
    padding-bottom: 24px; }
    .footer .footer-top .social-icons {
      display: none; }
    .footer .footer-top .footer-col {
      padding-bottom: 0px; }
      .footer .footer-top .footer-col .title {
        margin-bottom: 0px;
        padding: 0px 0px; }
        .footer .footer-top .footer-col .title button {
          background: transparent;
          outline: none;
          border-width: 0px;
          font-family: Space Grotesk;
          font-size: 14px;
          font-weight: 500;
          line-height: 24px;
          border-bottom: 1px solid #CBCBCB;
          width: 100%;
          text-align: left;
          padding: 10px 0px;
          position: relative;
          color: #121212; }
          .footer .footer-top .footer-col .title button::after {
            content: "";
            position: absolute;
            top: 12px;
            right: 0px;
            background: url("../img/chevron-down.svg");
            width: 18px;
            height: 18px;
            z-index: 3;
            display: block;
            -webkit-transform: rotate(0deg);
                    transform: rotate(0deg);
            -webkit-transform-origin: center;
                    transform-origin: center;
            -webkit-transition: all 0.1s ease-in-out;
            transition: all 0.1s ease-in-out; }
      .footer .footer-top .footer-col ul {
        padding: 16px 0px; }
        .footer .footer-top .footer-col ul li:last-child {
          margin-bottom: 0px; }
      .footer .footer-top .footer-col.is-open button::after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
    .footer .footer-top .content {
      max-width: 60%; }
    .footer .footer-top .footer-col-right {
      margin-top: 24px; }
    .footer .footer-bottom {
      border-top-color: transparent !important; }
      .footer .footer-bottom .footer-bottom__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 16px; }
        .footer .footer-bottom .footer-bottom__inner .social-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-top: 0px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          gap: 16px; }
        .footer .footer-bottom .footer-bottom__inner .footer-col-left, .footer .footer-bottom .footer-bottom__inner .footer-col-right {
          width: 100%;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
  .footer .container .footer-bottom .footer-col-left {
    margin-top: 12px; }
  .hero-banner {
    padding: 16px 0px;
    color: #fff; }
    .hero-banner .container {
      max-width: 100%;
      width: 100%;
      position: relative;
      min-height: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .hero-banner .container img.img-cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 0; }
        .hero-banner- {
          display: grid;
          place-items: center; 
          position: relative;
          z-index: 6;
          /* padding-left: 16px; */
          max-width: 100%;
          /* height: 300px;  */
          background-color: #eeeeee; 
          overflow: scroll;

        }
        .container-inner- {
          max-width: 100%;
          width: 100%;
          position: relative;
          /* min-height: 250px; */
        }
        .hero-banner- .container-inner .content-wrapper {
          text-align: center;
          padding-left: 0px;
        }
      .hero-banner- .container .content-wrapper- {
        
        overflow: scroll;
        place-items: center;
        align-content: center;
        text-align: center;
        min-height: 300px;
      }
        .hero-banner- .container .content-wrapper- .title {
          font-size: 26px;
          line-height: 30px;
          letter-spacing: -0.6px;
          color: rgb(26, 26, 26);
          font-weight: 500;
         }
        .hero-banner- .container .content-wrapper- p {
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          text-transform: none;
          color: rgb(26, 26, 26);
          width : 100%;
          padding : 8px 5px 0px 5px;
          min-height: 100px;
          /* width: 85%;
          margin: 0 auto; */

         }
         .title-content {
         }
  .shoparea-wrapper .grid-products__row .col-md-3 {
    width: 50%; 

  }
  .product-single .product-single__bottom .product-single__bottom-title a {
    font-size: 14px;
    display: block;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
}
  .recent-search__row ul {
    gap: 6px; }
  .recent-search__row ul li {
    margin-bottom: 12px; }
  .hero-banner .container-inner {
    overflow: hidden;
  }
  .recent-search__row {
    padding: 15px 0px; }
    .faq-title-mbl {
      font-size: 28px!important;
    }
  .grid-products__row {
    margin-right: -10px;
   }
  .footer-breadcumbs {
    padding: 16px 20px;
   max-width: 100%; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-price2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .account__favourite-item-price {
    display: none !important; }
  .account__favourite-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item {
    margin-bottom: 24px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-img {
      max-width: 128px;
      height: 192px; }
    .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right {
      width: 100%; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .remove-btn {
        font-size: 14px;
        line-height: 24px; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .account__favourite-item-btn, .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .ts-btn {
        margin-top: 16px;
        text-align: center;
        width: 100%;
        display: block; }
      .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-right .ts-btn {
        font-size: 16px;
        line-height: 28px; }
  .page-header {
    padding: 32px; }
    .page-header .title {
      max-width: 100%;
      font-size: 40px;
      font-style: normal;
      font-weight: 500;
      line-height: 44px;
      letter-spacing: -0.4px; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item .account__favourite-item-content .account__favourite-item-heading a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px; }
  .account__favourite-wrapper .account__favourite-list li:last-child {
    width: auto;
    position: absolute;
    top: 16px;
    right: 16px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .account__favourite-wrapper .account__favourite-list li:last-child a {
      width: auto;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .account__favourite-list {
    margin-bottom: 16px; }
  .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-item-img {
    height: 160px; }
  .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-item-img .brand-img {
    -webkit-transform: scale(0.55);
            transform: scale(0.55); }
  .account__favourite-wrapper .btn-margin-25 {
    margin-left: 0px;
    margin-right: 0px; }
  .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-icon {
    padding: 6px; }
    .account__favourite-wrapper .account__brands-items .account__brands-item .account__brands-item-top .account__brands-icon svg {
      width: 20px;
      height: 20px; }
  .discount-coupons .account__favourite-item-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start  !important;
        -ms-flex-align: start  !important;
            align-items: flex-start  !important; }
    .discount-coupons .account__favourite-item-left .account__favourite-item-img {
      margin-bottom: 30px; }
  .discount-coupons .account__favourite-item-content {
    padding-left: 0px !important;
    margin-bottom: 30px; }
  .discount-coupons .account__favourite-item-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start  !important;
        -ms-flex-align: start  !important;
            align-items: flex-start  !important; }
  .discount-coupons .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .discount__price .heading, .discount-coupons .account__favourite-item-heading a {
    font-size: 18px !important;
    font-weight: 600;
    line-height: 30px; }
  .discount-coupons .account__favourite-item-btn {
    margin-top: 0px !important; }
  .discount-coupons .ts-btn {
    margin-top: 30px !important; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content p {
    font-size: 18px;
    line-height: 30px; }
  .account__favourite-wrapper .account__favourite-items .account__favourite-item.discount-coupons .account__favourite-item-left .account__favourite-item-content {
    max-width: 100%; }
  .account__favourite-wrapper {
    padding-bottom: 80px; }
  .single-product {
    padding: 16px 0px; }
  .single-product .row-single-product .col-md-6, .single-product .row-single-product .col-md-5 {
    padding-left: 0px;
    padding-right: 0px; }
  .single-product .row-single-product .single-product__img {
    max-width: 100%;
    height: 350px;
    margin-bottom: 10px;
    
   }
  .widget-single-product .heading {
    font-size: 26px;
    line-height: 38px; }
  .widget-single-product .single-product__views p {
    font-size: 14px;
    line-height: 22px; }
  .single-product .row-single-product .shop-sidebar__widget .shop-widget__title {
    font-size: 12px;
    line-height: 20px; }
  .simples-slider__outer .title-wrapper .slider-arrows {
    display: none !important; }
  .contact-form__wrapper .contact-form__outer {
    padding-bottom: 32px; }
  .stats-container.stats-style-2 .row .col-md-4 {
    width: 100%;
    padding-bottom: 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start; }
    .stats-container.stats-style-2 .row .col-md-4:first-child {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
    .stats-container.stats-style-2 .row .col-md-4 .icon-img {
      display: none; }
    .stats-container.stats-style-2 .row .col-md-4 > div.justify-content-center {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important; }
    .stats-container.stats-style-2 .row .col-md-4 .content-wrapper {
      text-align: left !important; }
  .stats-container.stats-style-2 .stats-single {
    padding: 0px !important;
    padding-bottom: 24px !important; }
  .faq-block-section .title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px; }
  .faq-block-section {
    padding: 32px 0px; }
  .page-bg-hero {
    background: url(../img/bg-hero-mobile.svg) no-repeat;
    min-height: 232px; }
  .page-bg-hero .content-wrapper {
    max-width: 95%; }
  .page-bg-hero .content-wrapper .title {
    font-size: 34px;
    line-height: 38px; }
  .page-bg-hero .content-wrapper p {
    font-size: 12px;
    line-height: 20px; }
  .contact-form__wrapper {
    padding: 16px 0px; }
  .block-text-title {
    padding: 24px 0px; }
  .block-text-title .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px; }
  .block-text-title .img-wrapper {
    margin-top: 24px;
    height: 300px; }
  .brands-section .brands-section__inner {
    padding: 64px 16px;
    padding-bottom: 40px; }
  .brands-section .brands-section__inner .brands-section-col-1 .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 12px; }
  .brands-section .brands-section__inner .brands-section-col-1 p {
    font-size: 16px;
    line-height: 22px; }
  .brands-section .brands-section-col-2 {
    margin-top: 32px; }
  .brands-section .brands-section-col-2 .col-md-4 {
    width: 50%; }
  .testimonial-single {
    padding: 24px; }
  .testimonial-slider .testimonial-slider__inner .swiper {
    padding: 20px 5px; }
  .block-text-title .flex-row-reverse .content-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .stats-container {
    padding: 0px 0px !important; }
  .testimonial-slider {
    padding: 24px 0px; }
  .error-page .content-wrapper {
    max-width: 93.5%;
    margin: 0 auto; }
  .error-page .content-wrapper .title {
    font-size: 34px;
    line-height: 38px;
    /* 111.765% */
    letter-spacing: -0.6px; }
  .error-page .content-wrapper p {
    font-size: 14px;
    line-height: 22px; }
  .header-popup .modal-body {
    padding: 24px 16px; }
  .header-popup .title {
    margin-bottom: 12px; }
  .header-popup .input-wrapper input.form-control {
    margin-bottom: 24px; }
  .header-popup .ts-btn {
    font-size: 16px; }
  .header-popup .btn-close {
    top: 24px;
    right: 16px; } }

@media screen and (max-width: 600px) {
  .product-tabs-section .tab-content .product-single .product-single__top {
    height: 183px; }
    .product-tabs-section .tab-content .product-single .product-single__top .img-product {
      height: 183px; }
  .stats-container .stats-single > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center; }
  .stats-container .stats-single > div img.icon {
    margin: 0 auto; }
  .stats-container .muted-text {
    font-size: 12px;
    line-height: 20px; }
  .stats-container .text-1 {
    font-size: 14px;
    line-height: 24px; }
  .stats-container .trustpilot-container {
    width: 100%; }
    .stats-container .trustpilot-container .content-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 6px; }
  .stats-container .row .col-md-4.stats-single-mobile {
    width: 100%; }
  .footer .footer-top .content {
    max-width: 80%; }
  .newsletter-section .content-wrapper .input-group-wrapper {
    max-width: 100%; } }

@media screen and (max-width: 414px) {
  .search-wrapper .search-wrapper__container {
    max-width: 100%;
    padding: 24px 16px; }
  .suggestion-list .text-muted {
    font-size: 12px; }
  .suggestion-list ul li a {
    font-size: 12px; }
  .simple-arrow-slider .swiper-wrapper,
  .simple-arrow-slider .swiper-slide {
    width: 100%;
    /* height: 300px; */
    height: 160px; }
  .dots-slider .swiper-slide {
    width: 281px;
    height: 330px; }
  .dots-slider .swiper-slide .collection-img-text-card {
    width: 281px;
    height: 330px;
    position: relative; } }

@media screen and (max-width: 375px) {
  .product-single .product-single__bottom .product-single__bottom-title a {
    font-size: 13px;
    display: block;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 4px;
  }
  .shoparea-wrapper .grid-products__row .col-md-3 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .product-single .product-single__top .img-product {
    transform: scale(0.9);
  }
  .dots-slider .swiper-slide {
    width: 245px;
    height: 330px; }
  .dots-slider .swiper-slide .collection-img-text-card {
    width: 245px;
    height: 330px;
    position: relative; } }
    

    .sale-menu-link {
      color: #DC3545!important;
    }
    .sale-menu-link:hover {
      color: #DC3545!important;
    }