#navbarNavDropdown {
  transition: max-height 0.4s ease, opacity 0.4s ease;
  /*overflow: hidden;*/
  opacity: 1;
}

#navbarNavDropdown.hide {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

body {
  /* font-family: 'Sniglet', cursive !important; */
     font-family: "MontHeavy", sans-serif;

}

@media only screen and (max-width: 575px) {
  .shop-card .shop-meta {
    gap: 0;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .shop-card .shop-meta .meta-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-card .dz-content {
    padding: 10px;
    text-align: left;
  }

  .shop-card .dz-content .title {
    font-size: 14px;
    line-height: 1.2;
  }

  .shop-card .star-rating {
    margin-bottom: 5px;
  }

  .shop-card .price {
    font-size: 13px;
  }

  .shop-card .price del {
    font-size: 15px;
    margin-right: 5px;
  }
}




.slick-carousel {
  margin-left: -10px; /* Compensate for the added margin on the items */
  margin-right: -10px;
}

.login-area {
  width: 440px;
}
@media screen and (max-width: 600px) {
  .login-area {
    width: 330px;
  }
  .shop-card .product-tag_01 .fill_badge {
    position: absolute;
    top: 140px !important;
    left: 22px !important;
  }
  .fill_badge {
    padding: 5px 15px;
    background-color: #66388b;
    color: white;
    font-family: var(--font-family-title);
    font-size: 10px !important;
    min-width: 22px;
    min-height: 22px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border-radius: 16px;
    transition: 0.5s;
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  outline: unset !important;
  /* border-bottom: 2px solid #66388b !important; */
  font-size: 14px;
}
.nav-tabs .nav-link {
  border: unset !important;
  font-size: 14px;
}
/* .nav-tabs{
        border: unset !important;
		display: flex;
    	justify-content: end;
      } */
.dz-tabs .nav-tabs .nav-link.active .badge {
  background: #66388b;
  color: #fff;
}
.nav-tabs {
  border: unset !important;
  display: flex;
  justify-content: flex-start;
}
/* .shop-card .dz-media img {
  height: 400px;
} */
.fill_badge {
  padding: 5px 15px;
  background-color: #66388b;
  color: white;
  font-family: var(--font-family-title);
  font-size: 12px;
  min-width: 22px;
  min-height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.5s;
}
.fill_badge:hover {
  background-color: #ffff;
  color: #53c258;
}
.btn_done {
  background-color: #f73964!important;
  color: white;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
}
.btn_clear {
  background-color: unset;
  color: black;
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  padding: 10px 20px;
}
.shop-card .product-tag_01 .fill_badge {
  position: absolute;
  top: 358px;
  left: 30px;
}
.shop-card .product-tag_1 .fill_badge {
  position: absolute;
  top: 358px;
  left: 30px;
}
.shop-card .product-tag {
  position: absolute;
  top: 300px;
  left: 15px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.banner-container {
  width: 100%;
  height: 350px;
  background: linear-gradient(to right, #b7bec7, #9fa1a3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  overflow: hidden;
  position: relative;
}

.model-section {
  flex: 1;
  display: flex;
  align-items: center;
}

.model-image {
  width: 500px;
  height: 350px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.model-image:hover {
  transform: scale(1.05);
}

.text-section {
  flex: 2;
  text-align: center;
  padding: 20px;
}

.sale-tag {
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.sale-heading {
  font-size: 50px;
  font-weight: bold;
  margin: 15px 0;
  color: #fff;
}

.shop-button {
  background-color: #000;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin-top: 20px;
}

.shop-button:hover {
  background-color: #000;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.6);
}
.product-image {
  height: 350px;
  width: 400px;
}

@media (max-width: 768px) {
  .banner-container {
    flex-direction: column;
    height: auto;
    padding: 20px;
  }

  .model-image,
  .product-image {
    width: 200px;
  }

  .sale-heading {
    font-size: 28px;
  }
}

.image-height img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* Header styling */
.site-header {
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}

/* DEFAULT STATE: First row has centered logo and right-aligned extra nav */
.main-bar .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  position: relative;
}

/* Center logo in first row */
.main-bar .container-fluid .logo-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

/* Right align extra nav in first row */
.main-bar .container-fluid .extra-nav {
  margin-left: auto;
}

/* Hide navbar-collapse in first row by default */
.main-bar > .container-fluid > .header-nav.w3menu {
  display: none;
}

/* Navigation row */
.nav-row {
  display: flex;
  justify-content: center;
}

/* Center menu in second row */
.nav-row .header-nav.w3menu {
  width: 100%;
  display: flex;
  justify-content: center;
}

.navbar-nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.navbar-nav li {
  padding: 0 25px;
}

/* SCROLL STATE: Convert to single row with left-center-right layout */
/* Only apply scroll effect on desktop */
@media (min-width: 992px) {
  .is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: white;
  }

  .is-fixed .nav-row {
    display: none; /* Hide the second row */
  }

  .is-fixed .main-bar .container-fluid {
    display: flex;
    align-items: center;
  }

  .is-fixed .header-nav.w3menu {
    display: flex;
    flex: 1;
    order: 1;
    justify-content: flex-start;
  }

  .is-fixed .logo-header {
    order: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  /*.is-fixed .extra-nav {*/
  /*  flex: 1;*/
  /*  order: 3;*/
  /*  justify-content: center;*/
  /*}*/

  .is-fixed .navbar-toggler {
    display: none;
  }

  .is-fixed #navbarNavDropdown {
    display: flex !important;
    justify-content: flex-start;
    position: static;
    background: transparent;
    width: auto;
  }

  /* Hide close button completely on desktop */
  #navbarNavDropdown .btn-close {
    display: none !important;
  }
}

/* Mobile responsiveness */
@media (max-width: 991px) {
  /* Make header sticky in mobile */
  .main-bar {
    position: sticky;
    top: 0;
    background: white;
    z-index: 999;
  }

  /* Adjust the layout for mobile */
  .main-bar .container-fluid {
    position: relative;
  }

  /* Toggle button visibility - Now right-aligned in mobile */
  .navbar-toggler {
    display: block;
    z-index: 10;
    margin-left: auto;
    margin-right: 0;
    order: 3;
  }

  /* Center logo in mobile */
  .main-bar .container-fluid .logo-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  /* Header navigation in mobile */
  .header-nav.w3menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    max-height: 100%;
    background: white;
    z-index: 1001;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    flex-direction: column;
  }

  /* Mobile menu overlay */
  .mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* z-index: 1000; */
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .mobile-menu-overlay.show {
    display: block;
    /* opacity: 1; */
  }

  /* Show navigation when toggled */
  .header-nav.w3menu.show {
    left: 0;
    display: block !important;
  }

  /* Mobile menu styles */
  .navbar-nav {
    flex-direction: column;
    padding: 10px 0;
    margin-top: 10px;
    overflow-y: auto;
    flex: 1;
  }

  .navbar-nav li {
    padding: 8px 10px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
  }

  /* Close button styling - ONLY SHOW IN MOBILE WHEN MENU IS OPEN */
  .btn-close {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 1002;
    color: #000;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  /* Only show close button in mobile when menu is open */
  .header-nav.w3menu.show .btn-close {
    display: flex;
  }

  /* Adjust logo in mobile menu */
  .header-nav .logo-header {
    padding: 5px 0;
    margin-bottom: 10px;
    margin-top: 25px;
  }

  /* Social icons in mobile */
  .dz-social-icon {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /* Fix for full height on smaller screens */
  @media (max-height: 600px) {
    .header-nav.w3menu {
      padding-bottom: 60px;
    }

    .navbar-nav li {
      padding: 5px 10px;
    }
  }

  /* Prevent scrolling when menu is open */
  body.menu-open {
    overflow: hidden;
  }
}

.divv {
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.divv .container {
  max-width: 66%;
}

.brand-name {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* Main Content Layout */
.main-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Left Content Section */
.left-content {
  flex: 1;
  max-width: 60%;
  padding-right: 40px;
}

.main-heading {
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #333;
  font-weight: 800;
}

.main-heading .highlight {
  color: #555;
  font-weight: 400;
}

.description {
  color: #666;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.shop-now-btn {
  background-color: #66388b;
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.shop-now-btn:hover {
  background-color: #6e7072;
}

.features {
  margin-top: 30px;
}

.feature {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-icon {
  width: 40px;
  margin-right: 15px;
  color: #666;
  font-size: 20px;
  text-align: center;
}

.feature-text {
  font-size: 14px;
  color: #555;
}

/* Right Slider Section */
.right-slider {
  flex: 1;
  max-width: 30%;
  position: relative;
  /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
  border-radius: 10px;
  overflow: hidden;
  /* height: 500px; */
}

/* Slider Styles */
.slider {
  display: flex;
  width: 200%;
  transition: transform 0.5s ease;
  height: 100%;
}

.slide {
  /*width: 50%;*/
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* Product Card Styles */
/*.shop-card {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  border-radius: 10px;*/
/*}*/

.dz-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-meta {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* .meta-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
} */

/*.dz-content {*/
/*  padding: 15px;*/
/*}*/

.title {
  font-size: 14px;
  margin-bottom: 5px;
}

.price {
  font-size: 12px;
  color: #ff6b6b;
  font-weight: bold;
}

/* .review-num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
} */

.dz-rating {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Navigation Buttons */
.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.9);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .main-heading {
    font-size: 48px;
  }

  .right-slider {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .divv {
    height: auto;
    min-height: 100vh;
    padding: 40px 0;
  }

  .main-content {
    flex-direction: column;
  }

  .left-content,
  .right-slider {
    max-width: 100%;
    padding-right: 0;
    /* margin-bottom: 40px; */
  }

  .right-slider {
    height: 450px;
    width: 100%;
  }

  .main-heading {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .main-heading {
    font-size: 32px;
  }

  .right-slider {
    height: 400px;
  }

  .features {
    flex-direction: column;
  }
}

.footer-img {
  background-image: linear-gradient(0.5turn, white, #ffe9d2);
}

.footer-img .img-footer1 {
  width: 100%;
  background-image: url(../images/cloud-2.png);
  background-size: cover;
  position: relative;
  right: 0;
  left: 0;
  z-index: 2;
  bottom: -200px;
  pointer-events: none;
  background-color: #fff5ea;
  padding: 0;
}
.footer-img .img-footer2 {
  height: 210px;
  width: 100%;
  background-image: url(../images/cloud.png);
  background-size: cover;
  position: relative;
  right: 0;
  left: 0;
  z-index: 2;
  bottom: 0px;
  pointer-events: none;
  padding: 0;
}

.block-section-2 {
  background: url(../images/2.png) no-repeat top center;
  background-size: cover;
  position: relative;
  margin-top: 100px;
}

.box-info-section2 {
  padding: 72px 0 102px;
  position: relative;
  text-align: left;
}

.heading-banner .text-up {
  font-size: 91px;
  line-height: 116px;
  color: #66388b;
   font-family: "MontHeavy", sans-serif !important;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.font-3xl-bold {
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
  color: #1c1d1d;
  margin-bottom: 35px;
}

.btn.btn-brand-3 {
  background-color: #e35946;
  color: #ffffff;
  padding: 12px 56px;
  border-radius: 80px;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.block-sale-60 {
  position: absolute;
  left: 43%;
  bottom: 0;
}

.block-section-img {
  position: absolute;
  right: 140px;
  bottom: 0;
}

/* MEDIA QUERIES */
@media (max-width: 1199px) {
  .heading-banner .text-up {
    font-size: 70px;
    line-height: 90px;
  }

  .block-section-img {
    right: 40px;
    width: 200px;
  }

  .block-sale-60 {
    left: 35%;
    width: 140px;
  }
}

@media (max-width: 767px) {
  .box-info-section2 {
    text-align: center;
    padding: 60px 20px 80px;
  }

  .text-up {
    font-size: 38px;
    line-height: 41px;
  }

  .heading-4 {
    font-size: 19px !important;
    line-height: 23px !important;
  }
  .image-height img {
    width: 100px;
    height: 100px;
  }
  .slide-description {
    color: #333;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .font-3xl-bold {
    font-size: 20px;
    line-height: 30px;
  }

  .btn.btn-brand-3 {
    padding: 10px 30px;
    font-size: 13px;
  }

  .block-sale-60 img,
  .block-section-img img {
    width: 100%;
    height: auto;
  }
}

 .benefits-section .containe {
            background-color: #66388b;
            padding: 40px;
        }
        .benefit-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            border: 1px solid white;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 23px;
            color: #6c757d;
        }
        .benefit-icon i {
            font-size: 30px;
            color: white;
        }
        .benefit-title {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 12px;
            color: white;
            text-align: left;
        }
        .benefit-text {
            font-size: 16px;
            color: white;
            line-height: 1.4;
        }
        .fs-12-size {
            font-size: 12px;
        }
        
        /* Mobile-specific styles */
        @media (max-width: 767px) {
           
            
            .benefit-title {
                font-size: 12px;
                letter-spacing: 0.2px;
                word-wrap: break-word;
                white-space: normal;
                    margin-bottom: 5px;
            }
            
            .benefit-text {
                font-size: 9px;
            }
            
            .benefit-icon {
                width: 50px;
                height: 50px;
                margin: 0 15px;
            }
            
            .benefit-icon i {
                font-size: 20px;
            }
            
            .benefits-section .containe {
                   
                       padding-top: 20px;
                       padding-bottom: 0px;
                       padding-left: 0px;
                       padding-right: 0px;
            }
            
            .swiper-slide .d-flex {
                align-items: flex-start !important;
                text-align: left;
            }
        }

        /* Swiper pagination styles */
        .swiper-pagination {
            margin-top: 20px;
        }
        
        .swiper-pagination-bullet {
            background: white;
            opacity: 0.5;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
        }
/* Tablet view (768px to 991px) */
@media (max-width: 991.98px) {
  .box-section-4 {
    padding: 40px 30px;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 36px;
  }

  .font-md {
    font-size: 15px;
    /*line-height: 22px;*/
  }

  .box-collection {
    padding: 25px 25px 70px 25px;
  }

  .star-bg-1,
  .star-bg-2 {
    max-width: 50px;
  }
}

/* Mobile view (below 768px) */
@media (max-width: 767.98px) {
  .box-section-4 {
    padding: 30px 20px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .font-md {
    font-size: 14px;
    line-height: 20px;
  }

  .box-collection {
    padding: 20px 20px 60px 20px;
    margin-bottom: 20px;
  }

  .star-bg-1,
  .star-bg-2 {
    display: none;
  }
}

.box-section-4 {
  padding: 62px 120px;
  background-image: url(../images/5.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.block-section-4 {
  margin: 50px 0;
}
.box-collection {
  border: 10px solid #ffffff;
  padding: 30px 40px 89px 40px;
  background-color: #fff8ee;
  background-image: url(../images/6.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  position: relative;
}
.box-collection.box-collection-2 {
  background-color: #eaeeff;
  background-image: url(../images/8.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.box-collection-info {
  position: relative;
  z-index: 2;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.heading-4 {
  font-size: 32px;
  line-height: 40px;
}

.btn.btn-brand-1 {
  background-color: #66388b;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.neutral-900 {
  color: #1c1d1d;
}
.font-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1d;
}
.star-bg-1 {
  position: absolute;
  bottom: 20px;
  right: 35%;
  z-index: 1;
}
.star-bg-2 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.pb-100 {
  padding-bottom: 100px;
}
.pt-125 {
  padding-top: 125px;
}
.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.browse-by-age-box {
  margin-bottom: 25px;
}

.text-center {
  text-align: center !important;
}
.browse-by-age-box .image {
  margin-bottom: 20px;
}
.position-relative {
  position: relative !important;
}
.browse-by-age-box .image img:nth-child(2) {
  right: 0;
  top: 50%;
  left: 26px;
  width: 200px;
  height: 200px;
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  margin-top: -4px;
  margin-left: auto;
  margin-right: auto;
}

.browse-by-age-box .image img {
  transition: 0.5s;
}

.pb-100 {
  padding-bottom: 100px;
}
.pt-125 {
  padding-top: 125px;
}
.section-title {
  margin-bottom: 60px;
}
.text-center {
  text-align: center !important;
}
.justify-content-center {
  justify-content: center !important;
}
.browse-by-age-box {
  margin-bottom: 25px;
}

.text-center {
  text-align: center !important;
}
.browse-by-age-box .image {
  margin-bottom: 20px;
}
.position-relative {
  position: relative !important;
}

.benefits-banner .container {
  /* background-color: #ff7aa0; */
  padding: 30px;
  border-radius: 20px;
  padding-bottom: 70px;
}
.benefit-item {
  text-align: center;
  padding: 10px;
}
.benefit-icon-1 {
  font-size: 28px;
  color: #25a0a0;
  margin-bottom: 15px;
}

.benefit-icon-1 img {
  width: 70px !important;
  height: 70px !important;
  object-fit: contain;
  border-radius: 100%;
  padding: 10px;
  filter: invert();
}
.benefit-text {
  color: black;
  font-size: 14px;

  margin: 0;
}
/*@media (max-width: 768px) {*/
/*  .benefit-item {*/
/*    margin-bottom: 20px;*/
/*  }*/
/*}*/

.box-form-newsletter form {
  display: flex;
  max-width: 487px;
  align-items: center;
  width: 100%;
}
.block-subscriber {
  padding-bottom: 80px;
}

.block-section {
  padding: 0px 0px 0px 0px;
}
.box-subscriber-2 {
  border: 3px dashed #e35946;
  background: url(../images/bg-subscriber.png) no-repeat top center;
  background-size: cover;
  padding: 39px 20px 33px 20px;
}
.align-items-end {
  align-items: flex-end !important;
}
.box-form-newsletter {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.mb-20 {
  margin-bottom: 20px !important;
}
.box-form-newsletter form .form-control {
  height: 42px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form-control {
  height: 48px;
  border-radius: unset !important;
  color: #1c1d1d;
  border: 1px solid #dbe2e5;
  padding: 10px 20px;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.brand-2-22 {
  color: #eda62a !important;
}
.text-under {
   font-family: "MontHeavy", sans-serif, sans-serif !important;
}
.heading-4 {
  font-size: 32px;
  line-height: 40px;
}
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
   font-family: "MontHeavy", sans-serif, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  color: #1c1d1d;
}
.neutral-500 {
  color: #646667 !important;
}

.font-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1d;
}
.brand-3 {
  color: #e35946;
}

/* .subscription-container {
		max-width: 600px;
		margin: 0 auto;
	} */

.heading-sub {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.available-plan h3,
.billing-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.plan-card {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-info {
  max-width: 75%;
}

.plan-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #ff7a00;
}

.crown-icon {
  color: #ff7a00;
  font-size: 14px;
}

.plan-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.get-plan-button,
.billing-history-button {
  font-size: 14px;
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.get-plan-button:hover,
.billing-history-button:hover {
  text-decoration: underline;
}

.billing-info {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.billing-info p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.billing-history-button {
  display: block;
}
.fs_12.listed-items li {
  list-style-type: disc !important;
  margin-left: 20px;
  line-height: 25px;
}
.container-01 {
  max-width: 1220px !important;
}
.nav-link {
  color: gray !important;
}
.nav-link.active {
  font-size: 14px !important;
  /* color: black !important; */
  font-weight: 600 !important;
}
.hover-bg:hover {
  background-color: #fbfbfb;
  border: 1px solid #dee2e6 !important;
  cursor: pointer;
}
.small_scrn {
  min-width: 228px;
}
@media screen and (max-width: 500px) {
  .small_screen {
    justify-content: center !important;
    flex-direction: column;
  }
  .small_scrn {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 10px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1025px) {
  .small_screen {
    justify-content: center !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  .small_screen {
    flex-wrap: wrap !important;
  }
}
.accordion-button:not(.collapsed) {
  background-color: unset;
  color: black !important;
  /* border-bottom: 1px solid #e2e2e2; */
}
.accordion-button {
  color: rgb(29, 28, 28);
}
.subscribe {
  width: 80px;
  height: 80px;
}
.fs-15 {
  font-size: 15px;
}
.line_height {
  line-height: 19px;
}
.form-control,
.login input[type="password"],
.login input[type="text"],
form-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  border: 1px solid #e2e2e2;
  font-size: 15px;
  font-weight: 400;
  color: gray;
  transition: all 0.3s ease-in-out;
  /*border-radius: 15px !important;*/
}
.form-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ),
select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  height: 50px;
  border: 1px solid #e2e2e2 !important;
}
.custom-modal-width {
  max-width: 700px; /* Set the modal width */
}

.bg-pink {
  background-color: #f3cfe5;
  border-radius: 5px;
}

.bg-megenta {
  background-color: #aee8eb;
  border-radius: 5px;
}

.bg-violet {
  background-color: #dacff3;
  border-radius: 5px;
}

.bg-gray {
  background-color: #dfdfdb;
  border-radius: 5px;
}

.bg-red {
  background: #edcdcd;
  border-radius: 5px;
}

/* Decorative elements */
.decorative-element {
  position: absolute;

  z-index: 1;
  opacity: 0.8;
  animation: gentle-shake 5s infinite ease-in-out;
}
.butterfly {
  font-size: 24px;
  color: #ff9cda;
}

.rainbow {
  font-size: 30px;
  color: #ffcc00;
}

.cloud {
  font-size: 28px;
  color: white;
}

.star {
  font-size: 20px;
  color: #ffcc00;
}

.moon {
  font-size: 24px;
  color: #ffddaa;
}

.heart {
  font-size: 22px;
  color: #ff6b6b;
}

/* Animation for gentle shaking */
@keyframes gentle-shake {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(2deg);
  }
  50% {
    transform: translateY(0) rotate(0deg);
  }
  75% {
    transform: translateY(5px) rotate(-2deg);
  }
}

/* Different timing for different elements */
.decorative-element:nth-child(odd) {
  animation-delay: 0.5s;
}

.decorative-element:nth-child(3n) {
  animation-delay: 1s;
}

.decorative-element:nth-child(4n) {
  animation-delay: 1.5s;
}
:root {
  --footer-bg: rgb(43, 30, 77);
  --text-color: #5a5a5a;
  --heading-color: white;
  --link-color: #ccc;
  --link-hover: #d45c8c;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.content {
  flex-grow: 1;
  background-color: #ffffff;
  padding: 2rem;
}

.footer-container {
  position: relative;
 
}

.cloud-container {
  position: relative;
  height: 120px;
  overflow: hidden;
}

.cloud-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  filter: drop-shadow(0px -4px 3px rgba(0, 0, 0, 0.05));
}

footer {
  background-color: white;
  color: black;

}

footer h5 {
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

footer ul {
  padding-left: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 0rem;
}

footer a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 11px;
}

footer a:hover {
  color: var(--link-hover);
}

.social-icons {
  font-size: 1.5rem;
  display: flex;
  gap: 1rem;
}

.newsletter-form {
  position: relative;
}

.newsletter-form input {
  padding-right: 3rem;
  border-radius: 25px;
  border: 1px solid #ced4da;
}

.newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-color);
  border: none;
}

/*.footer-bottom {*/
/*  border-top: 1px solid rgba(0, 0, 0, 0.05);*/
/*  padding-top: 1rem;*/
/*  margin-top: 2rem;*/
/*  font-size: 0.85rem;*/
/*}*/

@media (max-width: 767px) {
  .footer-col {
    margin-bottom: 1.5rem;
  }
}

.dz-media .dz-media-img {
  border-radius: 50% !important;
  height: 150px;
}
.down_images img {
  transform: rotate(-90deg);
}
.fill_badge {
  padding: 5px 15px;
  background-color: #ff7aa0;
  color: white;
  font-family: var(--font-family-title);
  font-size: 12px;
  min-width: 22px;
  min-height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.5s;
}
.fill_badge:hover {
  background-color: #ffff;
  color: #53c258;
}
.btn_done {
  background-color: black;
  color: white;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px;
}
.btn_clear {
  background-color: unset;
  color: black;
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  padding: 10px 20px;
}
.shop-card .product-tag_01 .fill_badge {
  position: absolute;
  top: 452px;

  left: 41px;
}

.shop-card .product-tag {
  position: absolute;
  top: 312px;

  left: 29px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 440px) {
  /* .shop-card .product-tag {
				top:  204px !important;
			} */
  .shop-card .product-tag_01 .fill_badge {
    top: 194px;
  }
}
@media screen and (min-width: 445px) and (max-width: 768px) {
  .shop-card .product-tag {
    top: 227px !important;
  }
  .shop-card .product-tag_01 .fill_badge {
    top: 369px;
  }
}

#quizContainer {
  width: 98%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 30px;
}

.quiz-step {
  display: none;
}
.fss {
  font-size: 14px;
}
.quiz-step.active {
  display: block;
}

.ull {
  list-style-type: none;
  padding: 0;
}

.ull li {
  /* margin: 10px 0; */
  padding: 13px 20px 13px 10px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  /* color:#111; */
  /*font-weight: 700;*/
}

.dz-bnr-inr .container {
  display: table;
  height: 100%;
}
.dz-bnr-inr .dz-bnr-inr-entry {
  height: 250px;
  vertical-align: middle;
  display: table-cell;
  padding: 90px 0 90px 0;
  text-align: center;
}

.accordion-button::after {
  display: none;
}


.category-carousel {
  padding: 20px 0;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.swiper-slide {
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*padding: 10px;*/
}

/*.category-item {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  text-align: center;*/
/*  cursor: pointer;*/
/*  transition: transform 0.3s ease;*/
/*}*/

.category-item:hover {
  transform: translateY(2px);
}

/*.category-icon {*/
/*  width: 120px;*/
/*  height: 120px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  margin-bottom: 15px;*/
/*  overflow: hidden;*/
/*}*/

.kid-books {
  background-color: #e8f4ff;
}
.boy-clothing {
  background-color: #e8f4ff;
}
.girl-clothing {
  background-color: #ffe8ee;
}
.milk-bottle {
  background-color: #e8f4ff;
}
.indoor-play {
  background-color: #ffe8ee;
}
.game-toy {
  background-color: #ffe8ee;
}

.category-icon img {
  width: 60%;
  height: auto;
  object-fit: contain;
}

.category-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #00bfa6;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .category-icon {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 576px) {
  .category-icon {
    width: 161px;
    height: 161px;
  }

  .category-title {
    font-size: 14px;
  }
}

.dz-media .banner-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.borderradius_01 {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50%;
    background-color: #e2e2e2;
    color: black;
    width: 40px;
    height: 40px;
}
    .wactive {
    background: #66388b !important ;
    
}




/*a:hover{*/
/*    color:#e32688 !important;*/
/*}*/


			
			.tab {
    display: flex
;
    justify-content: center;
    font-size: 13px;
}
.myaccount-tab-menu a {
    width: 200px;
    font-weight: 600;
    font-size: 14px;
    display: flex
;
    justify-content: space-between;
    padding: 18px;
    text-transform: capitalize;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 4px;
    color: black;
}
      body,.address-card .account-address-bottom

 {
    background-color: #fbfaf7 !important;
    }
    @media only screen and (max-width: 600px) {
    .tab a {
        padding: 15px;
        background-color: none;
        width: 100%;
        border-bottom: 1px solid white;
        margin: 0px 0px 5px 5px;
        border-radius: 5px;
    }
}

.slider_cart {
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-color: #a19c9c; /* underline color */
    cursor: pointer;
}
