  .submenu-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
  }

  .submenu-columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .submenu-column {
    width: 23%;
    /* Adjust width to fit four columns */
    padding: 10px;
  }

  .submenu-column li {
    margin-bottom: 10px;
  }

  .submenu-column a {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
  }

  .submenu-column a:hover {
    color: #f379a7 !important;
    /* Change the color when hovered */
  }

  .submenu-nav-colletion {
    left: -200px;
    width: 937px !important;
  }

  /* Mobile-specific styles */
  @media screen and (max-width: 768px) {
    .submenu-columns {
      display: block;
      /* Stack the columns vertically */
    }

    .submenu-column {
      width: 100%;
      /* Make each column full-width */
      padding: 10px 0;
    }

    .submenu-column h6 {
      font-size: 18px;
      margin-bottom: 15px;
    }

    .submenu-column li {
      margin-bottom: 8px;
    }

    .submenu-column a {
      font-size: 14px;
      color: #333;
      /* A more readable color for small screens */
    }

    .submenu-column a:hover {
      color: #f379a7 !important;
    }
  }








  /* Swiper container styling */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* Style for each slide */
.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px; /* Adjust height based on your layout */
}

/* Banner image */
.banner-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

/* Content inside the banner */
.banner-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: white;
}

/* Styling the "Shop Now" button */
.btn-theme {
  background-color: #FF5733; /* Adjust color */
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  border-radius: 5px;
}
.res-mobile-menu .slicknav_nav li div {
  display: block !important;
}

@media (max-width: 990px) {
  .sub_menu_title{
    color: #131313;
  }
  .submenu-column h6{
    color: #131313;
  }
}


.mrp-price {
  color: rgb(47, 47, 47);
  text-decoration: line-through;
  /* font-weight: bold; */
}

.whatsappicon {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: 45px;
  height: 45px;
  z-index: 9999;
}
.footer-area.default-style .widget-item .about-widget .widget-social-icons a {
  color: #fff;
  font-size: 25px !important;
}