/*##################################### Main Banners [Start]####################################*/
#sliderpictures img {
  width: 100%;
}

.search-icon:hover svg path,
.wishList:hover svg path,
.account:hover svg path,
.account:hover svg ellipse,
.cart:hover svg g path {

  /* background: var(--podium-cds-icon-button-color-bg-tertiary-hover, #E5E5E5);
  width: unset;
  height: unset;
  padding: 6px;
  border-radius: 50%; */

  stroke: #B1102F;
}

.owl-theme .owl-dot{width: 10px;
   height: 10px;
   background-color: #CCE2F1;
   border-radius: 100%;
   display: inline-block;}


   .owl-theme .owl-dot.active{width: 10px;
      height: 10px;
      background-color: #2264d1;
      border-radius: 100%;
      display: inline-block;}

.carousel-control-prev,
.carousel-control-next {
  background-color: transparent;
  border: none
}

.visually-hidden {
  display: none;
}

.carousel-caption {
  left: 130px;
  bottom: 0%;
  right: auto;
  color: #000000;
  text-align: left;
  max-width: 500px;
}

.carousel-caption h1 {
  font-size: 47px;
  font-family: 'Peter-Bold';

}

.carousel-caption span {
  font-size: 27px;
  font-family: 'Peter-Light';
  display: block;
  margin-bottom: 32px;
}

.carousel-caption:hover a {
  color: black !important;
  opacity: 0.8;
  background-color: #fff;
}

.carousel-caption a {
  text-decoration: none;
  color: #fff;
  padding: 8px 28px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'peter-light';
  background-color: #B1102F;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.carousel-indicators button {
  background: transparent;
  border: none;
  margin-bottom: 12px;
}

@media (max-width: 425px) {
  .carousel-caption {
    padding-bottom: 0px;
    bottom: 17%;
    left: 84px;
    color: #000 !important;
    text-align: center;
  }

  .carousel-caption h1 {
    font-size: 22px;
  }

  .carousel-caption span {
    font-size: 17px;
    margin-bottom: 0px;
  }

  .carousel-caption a {
    padding: 5px 13px;
    font-size: 11px;
  }
}

.red-line {
    width: 60px;
    height: 4px;
    background-color: #B1102F;
    margin: 20px auto;
    text-align: center;
}
/*##################################### Brands [Start]####################################*/
#featuredproducts{
  margin: 50px 0 !important;
}
#featuredproducts h2{font-family: 'peter-bold';}
#featuredproducts #featured{
  margin: 70px 0;
} 
#featured img
{
  width: 60% !important;
  margin: auto;
}
#featured .owl-nav{

}
#featured .owl-nav button{
  border:none !important;
  background: none !important;

}
@media (min-width: 786px) and (max-width: 1100px) {
  #featured img {
    width: 100% !important;
  }
}
/*##################################### New Category [Start]####################################*/
#categories h2{font-family: 'peter-bold';}
.cat-img img{
  width: 100% !important; 
  height: auto;
}
.cat-img .Banner-title{
  position: absolute;
  bottom: 50%;
  padding: 10px 20px;
  right: 10%;
  width: 80%;
  background: rgba(255, 255, 255, 1);
  color: #000000;
  font-family: 'Peter-Bold';
  font-size: 1.5rem;
}
.cat-img .Sub-Banner-title{
  position: absolute;
  bottom: 7%;
  padding: 2px 0px;
  right: 10%;
  width: 80%;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  font-family: 'Peter-Bold';
  font-size: 1.25rem;
}
/*##################################### Featured Prods [Start]####################################*/

#featuredProds h2{font-family: 'Peter-bold';}
.prod-detaisl{
  font-family: 'Peter-bold';
  font-size: 0.9rem;
  margin-top: 10px;
}
/*##################################### Welcome Section[Start]####################################*/
section#Welcome .row{
  align-items: center;
  justify-content: center;
}
.welcome-img img{
  width: 100% !important;
  height: auto;
}
.welcome-text h2{
  font-size: 35px;
  font-family: 'Peter-Bold';
  color: #B1102F;
  margin-bottom: 20px;
}
/*##################################### Review Section [Start]####################################*/
.review-block{
  height: 400px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #F5F5F5;
}
.review-block .review-text{
  text-align: center;
  margin-bottom: 5px;
  font-family: 'Peter-Bold';
  padding: 10px 80px;
}
.review-block .review-by{
  font-size: 0.8rem;
  font-family: 'Peter-Light';
}
/*##################################### Why Us Section [Start]####################################*/
.us-block .us-heading{
  text-align: center;
  font-size: 2rem;
  font-family: 'Peter-Bold';
  color: #B1102F;
  height: 100px;
}
.us-block .us-text{
  text-align: left;
  font-size: 1.2rem;
  font-family: 'Peter-Light';
  margin-bottom: 20px;
}
.us-title{
  font-size: 2.5rem;
  font-family: 'Peter-Bold';
  
}
/*##################################### Favourite Prods [Start]####################################*/
#Fav_Prods .product .image {
  position: relative;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
}

.favourite {
  margin-top: 40px;
}

.favourite-details {
  margin-top: 10px;
}

.color-options {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.outer-circle {
  background-color: white;
  border:1px solid rgba(0, 0, 0, 0.5);
  border-radius:50%;
  padding: 2px;
}

.favourite-products-title {
  font-size: 36px;
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

.favourite_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-tabs .nav-link {
  border: 0;
  color: #5E4340;
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: #5E4340;
  color: white;
  padding: 5px 10px;
  border-radius: 22px;

}

#myTab {
  border: 1px solid #CFCFCF;
  padding: 1px 5px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.toggle-buttons .btn {
  /* margin-left: 10px; */
  margin: 0;
  padding-right: 3px;
  font-size: 15px;
  font-family: 'Montserrat-Bold';
  color: #5E4340;
  background-color: transparent;
  padding: 8px;
}

.toggle-buttons .btn.active {
  background-color: #5E4340;
  color: white;
  border: none;
  border-radius: 22px;
}

.favourite-img {
  border-radius: 30px;
}

.favourite-name {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  color: #5E4340;
  margin: 13px 0 3px;
}

.favourite-price {
  font-size: 18px;
  color: #5E4340;
  margin: 3px 0 13px;
  font-weight: 300;
}

.favourite .product {
  text-decoration: none;
}

#Promotional_Prods.owl-carousel .owl-nav button:hover,
.favourite .owl-carousel .owl-nav button:hover {
  background-color: white;
}

#Promotional_Prods.owl-carousel .owl-nav button:hover,
.favourite .owl-carousel .owl-nav button:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#Promotional_Prods.owl-carousel .owl-nav button,
.favourite .owl-carousel .owl-nav button {
  /* background: white;
  border: 1px solid gray;
  padding: 10px 21px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0; */
}

/* .owl-carousel .owl-nav {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;

} */

@media (max-width: 768px) {
  .favourite_top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .toggle-buttons {
    margin-top: 10px;
  }
}

/*##################################### Mini Banners [Start]####################################*/
.mini-banners {
  position: relative;
}

.mini-banners a img {
  width: 100%;
  height: auto;
}

.mini-banners .overlay {
  position: absolute;
  bottom: 30px;
  padding: 30px;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

.mini-banners .overlay h1 {
  font-size: 35px;
  margin-bottom: 25px;
}

.mini-banners .overlay a {
  text-decoration: none;
  color: black;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 11px 38px;
  border-radius: 23px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  display: inline-block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

}

.mini-banners-container {
  position: relative;
  overflow: hidden;
}

.mini-banners-image {
  width: 100%;
  height: auto;
  display: block;
}

.mini-banners-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  text-align: center;
  opacity: 0;
  transition: opacity 2s ease;
  padding: 20px;
  box-sizing: border-box;
}

.mini-banners-container:hover .mini-banners-overlay {
  opacity: 1;
}

.overlay {
  opacity: 1;
  transition: opacity 2s ease;
}

.mini-banners-container:hover .overlay {
  opacity: 0;
  transition: opacity 2s ease;
}

.mini-banners-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}

.mini-banners-desc {
  margin: 10px 0;
}

.mini-banners-link {
  background: var(--main-color);
  display: inline-block;
  padding: 10px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  text-decoration: none;
  border-radius: 26px;
  transition: background 1s ease;
  text-transform: uppercase;
  color: white;
  margin-top: 10px;
}

.mini-banners-link:hover {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media (max-width:425px) {
  .mini-banners .overlay {
    bottom: 0px;
  }

  .mini-banners .overlay h1 {
    font-size: 22px;
  }

  .mini-banners .overlay a {
    padding: 5px 13px;
    font-size: 11px;
  }


}

/*##################################### CATEGORY BANNERS START ####################################*/
.categorysectionTitle {
  font-size: 36px;
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

.category-banners img {
  width: 100%;
}

.category-banners .Banner-title {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

/*##################################### PROMOTIONAL section START ####################################*/
section.promotionalBannerSection img {
  width: 100%;
}

.promotional-Banner {
  position: relative;
}

.promotional-Banner .overlay {
  position: absolute;
  bottom: 30px;
  padding: 30px;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

.promotional-Banner .overlay {
  font-size: 35px;
  margin-bottom: 25px;
}

.promotional-Banner .overlay a {
  text-decoration: none;
  color: black;
  background-color: #fff;
  padding: 11px 38px;
  border-radius: 23px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  opacity: 0.5;
  font-size: 18px;
}

/* PROMOTIONAL CAROUSEL*/
#Promotional_Prods .product .image {
  position: relative;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
}

.promotionalCarousel-details {
  margin-top: 10px;
}

.color-options {
  display: flex;
  margin-top: 5px;
}


section.promotionalBannerSection .promotional-carousel {
  background-color: #FAF8F5;
  border-radius: 22px;
}

#Promotional_Prods .product .image .promotionalCarousel-details .prod-name {
  font-size: 16px;
  font-family: 'Montserrat-Bold';
  color: #5E4340;
  margin: 13px 0 3px;
}

#Promotional_Prods .product .image .promotionalCarousel-details .prod-price {
  font-size: 16px;
  color: #5E4340;
  margin: 3px 0 13px;
}

.promotional-Banner,
.promotional-carousel {
  display: flex;
  align-items: center;
}


@media (max-width:425px) {

  .promotional-Banner .overlay {
    bottom: 0px;
  }

  .promotional-Banner .overlay h1 {
    font-size: 22px;
  }

  .promotional-Banner .overlay a {
    padding: 5px 13px;
    font-size: 11px;
  }
}

/*##################################### FEATURED PRODUCTS SECTION START ####################################*/
section#featuredCollection .featured_products_title {
  font-size: 36px;
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

section#featuredCollection .featured-products img {
  width: 100%;
}

.featured-products {
  position: relative;
}

.featured-products .overlay {
  position: absolute;
  bottom: 0px;
  padding: 30px;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

.featured-products .overlay h1 {
  font-size: 25px;
  margin-bottom: 14px;
}

.featured-products .overlay a {
  text-decoration: none;
  color: black;
  background-color: #fff;
  padding: 11px 38px;
  border-radius: 23px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  opacity: 0.5;
}

section#featuredCollection .featured-products .Banner-title {
  font-size: 18px;
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

@media (min-width: 1025px) {
  section#featuredCollection .featured-products .Banner-title {
    display: none;
  }
}

@media (max-width: 1024px) {
  section#featuredCollection .featured-products .Banner-title {
    display: block;
  }

  .featured-products .overlay {
    display: none;
  }
}

/*#################################### WELCOME SECTION START ####################################*/
section.welcomeBanner img {
  width: 100%;
}

section.welcomeBanner .welcome-img {
  position: relative;
}

section.welcomeBanner .overlay {
  position: absolute;
  bottom: 30px;
  padding: 30px;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

section.welcomeBanner .overlay a {
  text-decoration: none;
  color: black;
  background-color: #fff;
  padding: 11px 38px;
  border-radius: 23px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  opacity: 0.5;
}

.welcome-img .heading {
  font-size: 3rem;
  font-family: 'Montserrat-Bold';
}

@media (max-width: 425px) {
  .welcome-img .heading {
    font-size: 1.5rem;
  }

  section.welcomeBanner .overlay {
    bottom: 0px;
  }

  section.welcomeBanner .overlay a {
    padding: 5px 13px;
    font-size: 11px;
  }
}

/*#################################### STYLE FEED SECTION START ####################################*/
section.style-feed .StyleFeedImg img {
  width: 100%;
}

section.style-feed .StyleFeedTitle {
  font-family: 'Montserrat-Bold';
  margin: 26px 0;
  color: #5E4340
}

section.style-feed .StyleFeedTitle .style_Feed_Heading {
  font-size: 2rem;
}

section.style-feed .StyleFeedTitle .style_Feed_subHeading {
  font-size: 1.5rem;
}

@media (max-width:425px) {
  section.style-feed .StyleFeedTitle .style_Feed_subHeading {
    font-size: 1rem;
  }
}