:root{
--text-50: hsl(0, 0%, 60%);
    --text-100: hsl(0, 0%, 50%);
    --text-200: hsl(0, 0%, 48%);
    --text-300: hsl(0, 0%, 45%);
    --text-400: hsl(0, 0%, 40%);
    --text-500: hsl(0, 0%, 18%);
    --text-600: hsl(0, 0%, 15%);
    --text-700: hsl(0, 0%, 13%);
    --text-800: hsl(0, 0%, 10%);
    --text-900: hsl(0, 0%, 8%);
    --text-950: hsl(0, 0%, 5%);
--background: hsl(0, 0%, 100%);
}
/* Reset default browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Figtree, sans-serif;
    line-height: 1.6;
    color: #222;
    scroll-behavior: smooth;
    font-size: 14px;
   
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: initial;
    cursor: pointer !important;
}

button {
    padding: 0;
    overflow: visible;
    background: 0 0;
    border: none;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    touch-action: manipulation;
}

button:not(:disabled) {
    cursor: pointer;
}

body::-webkit-scrollbar {
    width: 10px; 
  }
  
  body::-webkit-scrollbar-track {
    background-color: #aaddee; 
  }
  
  body::-webkit-scrollbar-thumb {
    background-color: #a63e5c; 
    border-radius: 6px; 
  }
  
  body::-webkit-scrollbar-thumb:hover {
    background-color: #743a4d; 
  }
.category-pr-slider {
scrollbar-width: none;
cursor: grab;
}

.category-pr-slider::-webkit-scrollbar {
    display: none;
}

/*.category-pr-slider::-webkit-scrollbar {
    width: 8px; 
    height: 8px;
  }
  
  .category-pr-slider::-webkit-scrollbar-track {
    background-color: #cfcfcf; 
  }
  
  .category-pr-slider::-webkit-scrollbar-thumb {
    background-color: #5cb2e0; 
    border-radius: 6px; 
  }
  
  .category-pr-slider::-webkit-scrollbar-thumb:hover {
    background-color: #5a94b5; 
  }*/
main{

 }
 @media (max-width: 768px) {
 main{
 margin-bottom:60px;
 }
 }
.main-container {
    max-width: 1480px;
    margin-inline: auto;
    padding-inline: 20px;
   
}

#announcement-bar {
    /*background-color: #a63e5c;*/
    position: relative;
    top: 0;
}

.announcement-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 1rem;
}
.cart-remove-icon{
right:0;
}
.announcement-list > a {
    font-size: 14px;
    font-weight: 600;
    /*color: #fff;*/
}

#header {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
#offcanvasRight .offcanvas-body{
background:#f6f6f6;
}
.header-img-wrapper {
    margin-right: 35px;
    margin-block: 15px;
    max-width:150px;
}

.header-icon-item {
    position: relative;
    cursor: pointer;
}

.category-header {
    margin-top: 55px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.category-img-link > img {
    object-fit: fill;
    object-position: center;
   /* border-radius: 50%; */
    aspect-ratio: 1;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    place-items: self-end;
}

.category-grid-item {
    padding: 0.8rem;
    text-align: center;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      }

.category-link-label {
  margin-top: 10px;
   line-height: 1;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    
}

#services-section {
    margin-top: 0;
    padding-block: 30px;
    /*margin-bottom: 30px;*/
}

.services-grid {
      display: flex;
    place-items: center;
    align-items: center;
    justify-content: space-around;
}

.services-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
   /*color: #2c2c2c;*/
    line-height: 35px;
}

.services-text {
    font-size: 13px;
    /*color: #999999;*/
    text-wrap: pretty;
}

.trending-title {
    margin-block: 2rem;
    padding-block: 1rem;
}

.trending-title>span {
    font-weight: 700;
}

.trending-item {
    border-radius: 1rem;
    overflow: hidden;
    max-width: calc(20% - 10px);
}

.trending-video {
    border-radius: 1rem;
    object-fit: cover;
    aspect-ratio: 26/45;
    width: 100%;
    max-width: 100%;
    max-height: 450px;
}

#trending {
    margin-bottom: 0px;
} 

.category-banner-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 2.5/1;
}

.category-banner-img > img {
    width: 100%;
    object-fit: contain;
    object-position: center center;
    aspect-ratio: 2.5/1;
}

.drp-product-name {
  padding-top: 0.5rem;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 300ms linear 0s;
}

.category-pr-slider {
    padding: 1.5rem;
    margin-top: -115px;
    margin-bottom: 40px;
}

.cat-slider-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 1rem;
    margin-right: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 14%;
    background-color: #fff;
    border-radius: 0.5rem;
    flex-shrink: 0;
}

.cat-slider-card:last-child {
    margin-right: 1rem;
}

.cat-slider-name {
    margin-top: 8px;
    font-weight: 600;
}

.cat-slider-img > a > img {
 /* aspect-ratio: 1/1.3;*/
}

#category-section {
   padding-top: 30px;
}

.banner-img-wrap {
    width: 100%;
    overflow: hidden;

}

.banner-img-wrap > img {
    width: 100%;
    /*aspect-ratio: 122/36;*/
    object-fit: contain;
}

#banner-section {
    /*margin-bottom: 4rem;*/
}

.trending-title > h3, .category-header > h3 {
    font-weight: 700;
}

.insta-heading > h3 {
    font-weight: 700;
}

.insta-heading > h3 > span {
    background-image: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
   -webkit-background-clip: text;
  background-clip: text;
    color: transparent;
}

.insta-heading {
    margin-block:  1.5rem;
    padding-block: 1rem;
}

.insta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 400ms ease;
    color: #fff;
}

.insta-post {
    transition: all 0.3s ease;
}

.insta-post:hover .insta-overlay {
    opacity: 1;
}

.insta-posts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.about-image-wrap {
    width: 50%;
    aspect-ratio: 1.6/1;
    z-index: -1;
}

.about-image-wrap > img {
    aspect-ratio: 1.6/1;
    object-fit: cover;
}

.about-details {
    width: 50%;
    display: flex;
    align-items: center;
}

.about-content {
    padding: 3rem 2rem;
    margin-left: -40px;
    background-color: #f9f9f9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    min-height: 330px;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.about-content > h3 {
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
}

.about-content > p {
    line-height: 28px;
    font-weight: 500;
    color: #464646;
    font-size: 15px;
    max-width: 65ch;
    text-wrap: pretty;
    text-align: center;
}

#about-us {
    /*margin-block: 40px;*/
}

.drp-img-wrap {
  aspect-ratio: 1/1.2;
}

.drp-img-wrap > img {
  aspect-ratio: 1/1.2;
}

.footer-div {
    background-color: #5a94b5;
    color: #fff;
}

.category-price-grid {
    padding: 0.6rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

.price-grid-item {
    padding: 1.5rem;
    display: block;

}

.canvas-cat-list {
    display: flex;
    flex-direction: column;

}

.category-canvas {
    max-width: 320px;
}

.canvas-cat-list > li {
    cursor: pointer;
    padding-inline: 15px;
    width: 100%;
}

.canvas-cat-list > li span {
    display: flex;
    padding: 9px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    color: #191919;
    position: relative;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.btn-close {
    --bs-btn-close-bg: none;
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.footer-content {
    width: 32%;
    margin-top: 30px;
    text-align: left;
    justify-content: center;
    padding-inline: 20px;
    display: flex;
    align-items: center;
}

.footer-nav-link {
    color: #999999;
    font-weight: 500;
    margin-block: 8px;
    line-height: 30px;
}

.footer-logo-wrap {
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;

}

.footer-desc {
    max-width: 30ch;
    line-height: 25px;
}

.footer-address > p {
    line-height: 30px;
    font-size: 14px;
    text-align: start;
}

.footer-address > a {
    color: #999999;
    line-height: 32px;
    font-size: 14px;
    
}

.copyrights-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 45px;
    background-color: #a63e5c;
}

.cart-badge-no {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    background-color: #5a94b5;
    color: #fff;
    top: 0;
    right: -6px;
}

.header-nav-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 6px;
}

.header-nav-item i {
  font-size: 10px;
}

.header-nav-link {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.header-nav-link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0%;
    height: 2px;
    background: #4f4490;
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.header-nav-link:hover::before {
    width: 100%;
}

.header-nav-item.has-dropdown {
    position: relative;
}

.dropdown-cat-menu {
    z-index: 5;
    max-width: 1200px;
    top: 95%;
    left: -300px;
    position: absolute;
    background-color: #fff;
    padding: 2rem 2.5rem;
    transition: all 0.4s ease;
    overflow: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    opacity: 0;
    visibility: hidden;
}

.header-nav-item:hover .dropdown-cat-menu {
    opacity: 1;
    visibility: visible;
 }

.dropdown-links-list {
    min-width: 200px;
    text-align: start;
}

.dropdown-link-title {
    font-size: 16px;
    color: #a63e5c;
    margin-bottom: 10px;
}

.dropdown-list-item {
    line-height: 25px;
}

.dropdown-list-item > a {
    color: #7e7e7e;
    font-weight: 500;
}

.dropdown-swiper {
    width: 100%;
    max-width: 500px;
    padding-top: 20px;
}

.final-price {
    font-weight: 600;
}
.drp-final-price {
  font-size: 15px;
}
.starting-price {
    font-weight: 500;
    color: #8a8a8a;
    text-decoration: line-through;
}

.mobile-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 100;
}

.mobile-footer-link {
    padding: 0.6rem;
}

.mobile-ft-name {
    font-weight: 600;
}

.offcanvas-top {
    max-width: 100% !important;
    padding: 1rem;
    padding-inline: 3rem;
    height: max-content !important;
    max-height: 100% !important;
}

.inner-container {
    max-width: 1240px;
    padding-inline: 20px;
    margin: 0 auto;
  }

  .search-input-container .tt-search-input {
    background: transparent;
    font-size: 24px;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid#eceaea;
    box-shadow: none;
    outline: none;
    width: 100%;
    color: #191919;
   
    border-radius: 0;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }

  .btn-search {
    color: #4f4490;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    top: 15px;
    padding: 4px 0 4px 4px;
    margin-top: -11px;
    right: 0px;
    z-index: 3;
    display: inline-block;
    background: none;
    border: none;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }

  .search-item {
    width: 17%;
    padding: 1rem;
  }

  .search-results {
    margin-bottom: 20px;
    padding: 1rem;
  }
  
  .search-result-name {
    padding-top: 0.5rem;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 300ms linear 0s;
  }

  .show-search-results {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    color: #5851db;
    text-underline-offset: .3rem;
  }

  .cart-footer-mobile {
    position: absolute;
    width: 18%;
    left: 40%;
    right: 46%;
    top: -20px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0.2rem 0.3rem;

  }

  .mobile-cart-badge {
    font-weight: 700;
    top: 33%;
    left: 43%;
  }

  .search-img-wrap {
    aspect-ratio: 1;
    overflow: hidden;

  }

  .search-img-wrap > img {
    aspect-ratio: 1;
    object-fit: contain;
  }
  
  .store-address {
    position: absolute;
   inset: 0;
   align-items: end;
   justify-content: end;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.2);
   display: flex;
   flex-direction: column;
    padding: 1.2rem;
    color: #fff;
   
  }

  .store-img-wrap {
    width: 50%;
    aspect-ratio: 1.5/1;
    overflow: hidden;
    max-width: 100%;
  }

  .store-google-map {
    width: 50%;
    padding: 0.7rem;
    margin-left: 1rem;
    
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }

  .store-google-map iframe {
    width: 100%;
    height: 100%;
  }

  .store-img-wrap img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    max-width: 100%;
  }

  .address-line {
    max-width: 15ch;
    text-align: end;
    font-size: 22px;
  }

@media (min-width: 768px) {
    .mobile-slider {
        display: none;
    }

    .mobile-only {
        display: none;
    }
   
}
@media (max-width: 768px) {
    .desktop-slider {
        display: none;
    }

    .header-nav-wrap {
        display: none;
    }
    
    .search-result-name {
      margin-left: 10px;
    }
    .footer-address > p {
    line-height: 26px;
    font-size: 15px;
   
}

    .desktop-only {
        display: none;
    }
    
    .store-img-wrap {
        width: 100%;
        aspect-ratio: 1.2/1;
        overflow: hidden;
        max-width: 100%;
      }
      .store-google-map {
        width: 100%;
        padding: 1rem 0.2rem;
        margin-left: 0;
      }

      .store-google-map iframe {
        width: 100%;
        height: 100%;
        min-height: 350px;
      }

      .address-line {
        font-size: 16px;
      }

    .offcanvas-top {
        max-width: 100% !important;
        padding: 1rem;
        padding-inline: 1rem;
        height: max-content !important;
        max-height: 100% !important;
    }
    .category-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        place-items: baseline;
    }

    .search-img-wrap {
        aspect-ratio: 1;
        overflow: hidden;
        max-width: 60px;
    
      }
    
      .search-img-wrap > img {
        aspect-ratio: 1;
        object-fit: cover;
        max-width: 60px;
      }

    .search-item {
        width: 100%;
        padding: 0.4rem;
      }
    
    .category-grid-item {
        padding: 0.5rem;
        text-align: center;
    }

    .search-results {
        padding: 0.5rem;
    }

    .services-grid {
        display: grid;
        grid-template-columns: 1fr;
       place-items: start;
    }
.category-link-label {
   font-size: 12px;
   -webkit-line-clamp: 2;
   min-height: 24px;
    
}

    .services-grid-item {
        margin-bottom: 1rem;
    }

    .cat-slider-card {
        width: 45%;
    }

    .trending-video {
        aspect-ratio: 20/50;
    }

    .insta-posts-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        
    }

    .category-price-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        padding: 10px;
    }
    
    .price-grid-item {
        padding: 1rem;
    
    }

    .footer-content {
        width: 100%;
        margin-top: 30px;
       align-items: start;
       justify-content: start;
    }

    .about-image-wrap {
        width: 100%;
    }

    .about-details {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .about-content {
        padding: 3rem 2rem;
        margin-left: 0;
        background-color: #f9f9f9;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        width: 100%;
        min-height: 330px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    
    }

    .category-banner-img > img {
        width: 100%;
        object-fit: cover;
       /* aspect-ratio: 2 / 1;*/
    }

    .about-content > p {
        line-height: 22px;
        font-weight: 500;
        color: #464646;
        font-size: 13px;
        max-width: 65ch;
        text-wrap: pretty;
        text-align: center;
    }

    .banner-img-wrap > img {
        width: 100%;
        /*aspect-ratio: 15 / 5;*/
        object-fit: contain;
    }

}
.account-modal-header, .account-otp-header {
    text-align: center;
    h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 1;
        letter-spacing: -.01em;
        color: #000;
        margin-bottom: 20px;
    }
    p {
        font-weight: 500;
        font-size: 14px;
        line-height: 10px;
        text-align: center;
        color: #131313;
    }
}
.otp-login-body {
    margin: 25px 0 0;
    padding: 25px 83px 10px 84px;
    border-radius: 10px;
    background-color: #EFF4F7;
}
.otp-login-input {
    margin-top: 16px;
    margin-bottom: 20px;
}
.otp-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 6px 10px;
}
#otp-mobile-no {
    padding-left: 45px;
}
.otp-login-input-container .otp-login-input input {
    border-radius: 10px;
    border: solid 1px #E4EAEA;
    background-color: #FCFDFF !important;
    height: 54px;
    width: 100%;
    transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
    appearance: none;
}
.otp-prefix {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: 0;
    left: 14px;
    font-size: 14px;
    line-height: 1.86;
    font-weight: 500;
    letter-spacing: normal;
    color: #868C91;
}
.login-error {
    color: #ED1C24;
    font-weight: 500;
    margin-top: 9px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
}
.resend-otp-container {
    gap: 4px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 29px;
}
#resend-otp {
    color: #2F5B96;
    width: max-content;
    max-width: 100%;
    margin: 0;
}
.resend-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -.02em;
    color: #7A7A7A;
    margin: 0;
}
.otp-login-btn, .otp-login-confirm-btn, .otp-login-submit-btn {
    background: #D0D9DE;
    color: #000;
    padding: 0 52px;
    width: max-content;
    max-width: 100%;
    margin: 0;
    margin-top: 8px;
    min-width: 195px;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.06em;
    border-radius: 10px !important;
    cursor: pointer;
}
.otp-login-confirm-btn, .otp-login-submit-btn {
    display: none;
}
.otp-timer-container {
    display: none;
    justify-content: center;
    margin-top: 29px;
}
.resend-text {
    display: none;
}
#timer {
    font-weight: 400;
    cursor: pointer;
}
.otp-privacy-policy {
    font-weight: 600;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #878787;
    margin: 20px 5px;
    letter-spacing: 0.15px;
}
.cart-canvas-header {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-600);
}
.please-signin {
    padding: 14px 7px;
    border-radius: 10px;
    border: solid 1px #E8EBED;
    background-color: #EFF3F5;
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 0 auto 20px;
}
.signin-text {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.48px;
}
.signin-btn {
    width: 50%;
    height: 31px;
    padding: 7px 10px;
    border-radius: 6px;
    background-color: #1B2024;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.cart-content {
    overflow-x: hidden;
    overflow-y: auto;
    flex-grow: 1;
    padding-bottom: 24px;
    height: calc(100vh - 320px);
}
.cart-content-item {
    border-bottom: 1px solid #EFF3F5;
   
    display: flow-root;
}
.item-content-wrapper {
    position: relative;
    display: flex;
    margin-top: 8.5px;
    margin-bottom: 6px;
}
.item-img-wrapper {
    position: relative;
    display: block;
    width: 60px;
    flex: none;
    align-self: flex-start;
    border-radius: 5px;
    background: #F7F9FA;
    border-radius: 10px;
    margin-right: 10px;
}
.cart-item-info {
    position: relative;
    width: 100%;
}
.product-item-name {
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.discounted-price {
    font-weight: 700;
    font-size: 18px;
    margin-right: 5px;
}
.original-price {
    text-decoration: line-through;
    font-size: 12px !important;
    color: #B2B9BF !important;
    font-weight: 500 !important;
    line-height: 1.3;
}

.product-color-att {
    display: flex;
    background: #F7F9FA;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 10px;
    align-items: center;
    height: fit-content;
    justify-self: left;
    font-size: 12px;
    color: var(--text-900);
    font-weight: 600;
    margin-top: 5px;
}
.quantity-selector {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #DADADA;
    border-radius: 5px;
    vertical-align: middle;
}
.quantity-selector-button {
    background: #EFF3F5;
    color: #1A2024;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: none;
    font-weight: 500;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-selector-input {
    font-weight: 500;
    padding: 0;
    width: 30px;
    text-align: center;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
}


.cart-numbers span {
    font-size: 16px;
    font-weight: 600;
}


.cart-numbers:nth-child(3) span {
    font-weight: 700;
    color: var(--secondary-700);
    padding-bottom: 4px;
}
.cart-footer-content {
    padding: 1rem 0.8rem;
}
.cart-footer-text {
    font-size: 12px !important;
    color: var(--text-700);
    font-weight: 500;
}
.checkout-btn-group {
    width: 60%;
    margin: 0;
}
.checkout-btn > a {
    background: #a63e5c;
    width: 270px;
    max-width: 100%;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    border-radius: 4px;
    padding: 0;
    text-align: center;
    height: 50px;
}
.checkout-btn > a>span {
    color: var(--background);
    font-weight: 700;
}


			.overlay {
				position: fixed;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
				background: rgba(0, 0, 0, 0.7);
				transition: opacity 500ms;
				/* visibility: hidden; */
				opacity: 0;
				z-index: 9999;
                opacity: 1;
                display:none;
			}

			/* .overlay:target {
				visibility: visible;
				opacity: 1;
			} */

			#popup1 {
				/* font-family: poppins; */
			}

			#popup1 .popup {
				margin: 0px auto;
				padding: 50px 20px;
				background: #fff;
				border-radius: 0px;
				/* height: 260px; */
				max-width: 690px;
				position: relative;
				text-align: center;
				top: 50% !important;
				position: fixed !important;
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
				right: 0px;
				left: 0;
			}

			#popup1 .popup h2 {
				margin-top: 0;
				/*color: #333;*/
			}

			#popup1 .popup .close {
				position: absolute;
				top: 0px;
				right: 0px;
				transition: all 200ms;
				font-size: 30px;
				font-weight: normal;
				text-decoration: none;
				text-align: center;
				background: #333;
				border-radius: 0;
				cursor: pointer;
				float: right;
				padding: 0;
				color: #fff;
				margin-top: 0;
				margin-right: 0;
				height: 40px;
				width: 40px;
				line-height: 35px;
			}

			#popup1 .popup .close:hover {
				color: #06D85F;
			}

			#popup1 .popup .content {
				max-height: 30%;
				overflow: auto;
			}

			#popup1 .newletter-title h2 {
				font-size: 24px;
				text-transform: uppercase;
				/*color: #000;*/
				font-weight: 700;
				letter-spacing: 3px;
				margin: 0 0 15px;
			}

			#popup1 .box-content label {
				font-weight: 400;
				max-width: 560px;
				display: inline-block;
				margin-bottom: 5px;
				font-size: 14px;
				line-height: 26px;
			}

			.newletter-popup {
				background: #fff;
				top: 50% !important;
				position: fixed !important;
				padding: 0;
				text-align: center;
				-moz-transform: translateY(-50%);
				-webkit-transform: translateY(-50%);
				-o-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}

			#popup1 #frm_subscribe #subscribe_pemail {
				background: #EBEBEB none repeat scroll 0% 0%;
				border: medium none;
				height: 40px;
				width: 65%;
				margin: 20px 0;
				padding-left: 15px;
			}

			#popup1 #frm_subscribe a {
				cursor: pointer;
				border: none;
				background: #333;
				padding: 3px 25px;
				text-transform: uppercase;
				font-size: 14px;
				color: #fff;
				font-weight: 600;
				line-height: 34px;
				display: inline-block;
				border-radius: 0;
				letter-spacing: 2px;
			}

			#popup1 .box-content .subscribe-bottom {
				margin-top: 20px;
			}

			#popup1 .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
				display: inline-block;
				margin: 0;
				vertical-align: middle;
				margin-top: -1px;
			}

			#popup1 .box-content .subscribe-bottom label {
				margin: 0;
				font-weight: 400;
				max-width: 650px;
				display: inline-block;
				margin-bottom: 5px;
				font-size: 12px;
			} 
 	.alert-cookie-policy{
  display: none;
  border-radius: 0;
  position: fixed;
  bottom:0;
  top:auto;
  left:0;
  right: 0;
  z-index: 999;
}
.alert-cookie-policy .alert{
  border-radius: 0;
}

.blog-item {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 1rem;

}

.blog-img-wrap {
    width: 100%;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}

.blog-img-wrap img {
    object-fit: cover;
    aspect-ratio: 3/2;
    max-width: 100%;
    opacity: 1;
}

.blog-date {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 2rem;
}

.blog-date span {
    color: #888888;
}

.blog-badge {
    padding: 4px 6px;
    background-color: #ececec;
    border-radius: 8px;
}

.blog-t {
    margin-top: 10px;
}

.blog-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #222222;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    
}

.blog-para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666666;
    margin-top: 1.125rem;
}

.blog-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.blog-author {
    font-weight: 600;
    font-size: 0.875rem;
    color: #444;
}

.read-more {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
}

.read-more:hover {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.testm-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 2rem 1.8rem;
    margin: 0.6rem;
    min-height: 250px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    border-radius: 0.75rem;
}

.testm-stars {
    display: flex;
    align-items: center;
    gap: 6px;

}

.testm-para span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #666666;
    margin-top: 1.125rem;
}

.testm-avatar {
    width: 50px;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.testm-avatar img {
    width: 50px;
    height: 50px;
    aspect-ratio: 1;
    object-fit: cover;
}

.auth-name {
    font-weight: 600;
    font-size: 0.875rem;
}

.auth-job {
    font-weight: 400;
    color: #444;
    font-size: 0.8rem;
}

.testm-stars svg {
    fill: #000;
}

@media (max-width: 768px) {
    .blog-img-wrap img {
        object-fit: cover;
        aspect-ratio: 16/9;
       
    }
    #btnDeclineCookiePolicy{
    margin-bottom:10px;
    }
    .main-container {
    max-width: 1480px;
    margin-inline: auto;
    padding-inline: 8px;
   
}

.otp-login-body {
    margin: 25px 0 0;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    background-color: #EFF4F7;
}
}
