/* hero section styling starts here */
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Playfair Display', sans-serif;
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 100px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.custom-swal{
	font-size: 14px;
}
#cakeCarousel .owl-nav .disabled {
	display: none;
}
.customLoginAlert{
    font-family: 'Playfair Display', 'sans-serif';
    font-size: 10px;
    color: #000;
}
.swal2-actions button {
    background-color: #98C397;
    border: 1px solid #98C397;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #98C397;
}
.custom-timer-bar{
    background-color: #98C397;
}
.outer_wrapper {
    background-color: #98C397;
}
.slider_banner{
    background-color: #fff;
    border: 40px solid #98C397;
    border-radius: 60px;
    margin: 0;
    width: 100%;
}
.slider_banner .slider_shop_now{
    margin-top: 20px;
    border: 2px solid #98C397 !important;
    border-radius: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    font-weight: 700;
    padding: 12px 40px;
    transition: all 0.3s ease 0s;
    background: #98C397;
    color: #fff !important;
}
.slider_banner .slider_shop_now:hover{
    background: transparent;
    color: #98C397 !important;
    border: 2px solid #98C397;
}
.carousel-item{
   padding: 20% !important;
   background-size: cover !important;
   background-position: center;
}
.carousel-indicators li{
  border-radius:50%;
  width:10px;
  height:10px;
}
.captionHeading{
    font-family: 'Playfair Display', serif;
    font-size:25px;
    color:#fff;
    text-transform:uppercase;
    letter-spacing: 7px;
}
.captionDescription{
    font-family: 'Playfair Display', serif;
    font-size:90px;
    color:#98C397;
}
.carousel-caption{
    top:33%;
    left: 45% !important;
    max-width: 900px;
    width:50%;
    text-align: start;
}
.carousel-indicators li{
    background-color: #98C397!important;
}
/* hero section styling ends here */
/* top selling section styling starts here */
.topSellingHeading .heading{
    font-family: 'Playfair Display', serif;
    font-size:50px;
    font-weight:700;
    color:#000000;
    text-transform: uppercase;
}
.topSellingHeading .description{
    font-family:'Comfortaa', cursive;
    font-size:22px;
    font-weight:300;
    color:#000000;
    padding-bottom: 20px;
}
.topSellingSection{
    padding:50px 0;
}
.topSellingProducts{
    width:85%;
    margin:auto;
}
.sectionTwoProducts .cardImage{
    height: 695px !important;
}
.cardImage button {
    border: none !important;
    padding: 6px !important;
}
.sectionTwoProducts{
    height: 100%;
    width:48%;
}
.sectionOneProducts,.sectionThreeProducts{
    width:22%;
    height:50%;
}
.sectionTwoProducts .card{
    height: 100%;
}
.sectionOneProducts .card  .card-img-top,.sectionThreeProducts .card  .card-img-top{
    height:200px;
}
.sectionTwoProducts .card .card-img-top{
    height: 100%;
}
.sectionTwoProducts .cardImage{
    height:100%;
}

.topSellingProducts .card{
    border: none !important;
}
.topSellingProducts .card .card-img-top{
    border-radius: 0px!important;
    object-fit: cover !important;
}
.topSellingProducts .card-title a,#bestSellerCarousal .card-title a,#newArrivalsCarousal .card-title a{
    font-family: 'Playfair Display', serif;
    font-size:25px;
    color: #000 !important;;
}
.topSellingProducts .card-text,#bestSellerCarousal .card-text,#newArrivalsCarousal .card-text{
    font-family:'Comfortaa', cursive;
    font-size:20px;
    font-weight:600;
    color:#98C397;   
}
.bestSellerSection .card-body,.topSellingSection .card-body{
    padding:16px 5px 30px 5px!important;
    height: 150px !important;;
}
.topSellingProducts .card-title,#bestSellerCarousal .card-title,#newArrivalsCarousal .card-title {
    margin-bottom: 0px!important;
}
.shopNowButton a{
    font-family: 'Playfair Display', serif;
    font-size:25px;
    font-weight:700;
    color:#000000;
    padding:10px 20px;
    background-color: #98C397;
    margin-bottom: 20px;
}
.shopNowButton{
    height: 100%;
}
.trendingSection .shopNowButton{
    margin-top:30px;
}
.topSellingSection,.trendingSectionContents{
    max-width:1925px;
    margin:auto;
}
.topSellingProducts .cardImage,#trendingCarousal .cardImage{
    position: relative;
}
.topSellingProducts .imageOverLay{
    position: absolute;
    bottom:0;
    width:100%;
}
.cartButton{
    font-family:'Playfair Display', serif;
    font-size: 20px;
    color: #000;
}
.overLayIcons{
    margin-bottom:20px;
    gap:5px;
    display: none !important;;
}
.overLayIcons .addWishList,.overLayIcons i{
    padding:10px 10px;
    background-color: #fff;
    color:#000;
}
.cartButton{
    padding:10px 10px;
    background-color: #fff;
}
.topSellingProducts .cardImage:hover .overLayIcons{
    display: block!important;
    animation: fadeInUp;
    animation-duration: 1s;
}
.overLayIcons .addWishList:hover,.overLayIcons i:hover,.cartButton:hover, .overLayIcons .addedToWishList,.addedToWishList{
    color: #98C397;
    cursor: pointer;
}


/* top selling section styling ends here */

/* trending section styling starts here */
.trendingSection{
    background-color:#404040;
    padding:50px 0;
}
.trendingHeading{
    font-family: 'Playfair Display', serif;
    font-size:50px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    padding-bottom:20px;
}
.trendingProductsCarousal{
    width:85%;
    margin:auto;
}
#trendingCarousal .cardImage{
    height:500px;
}
#trendingCarousal .card-title a{
    font-family: 'Playfair Display', serif;
    font-size:35px;
    color:#FFFFFF;
    padding-bottom: 15px;
}
#trendingCarousal .card{
    border:none;
    background-color: #404040;
}
#trendingCarousal .card-img-top{
    border-radius: 0px;
    height:100%;
}
/* trending section styling ends here */
/* Best seller section styling starts here */
.bestSellerSection{
    max-width:1925px;
    margin: auto;
    padding:50px;
}
.bestSellerHeading{
    font-family: 'Playfair Display', serif;
    font-size:50px;
    font-weight:700;
    color:#000000;
    padding-bottom: 20px;
}
#bestSellerCarousal .card{
    border:none;
    width: 95% !important;
    margin:auto;
}
#bestSellerCarousal .card .card-img-top{
    border-radius: 0px!important;
    height: 100%;
}
#bestSellerCarousal .cardImage{
    position: relative;
    height:360px;
}
.overLay{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
    opacity:0;
}
.overLay:hover{
    opacity:1;
}
.overLayContents{
    padding:10px 10px 0 0;
}
.productsCart img,.hoverProductsCart img{
    width: 18px !important;;
}
.productsQuickView i{
    color: #000 !important;
}
.bestSellerCarousalSection{
    width:85%;
    margin:auto;
}
.overLayContents .fa-heart,.productsQuickView i,.productsCart{
    padding:7px 7px;
    margin-bottom:5px;
    background-color: #fff;
}
.productsQuickView i {
    padding: 6px !important;
}
a.productsCart {
    padding: 5px !important;
}
.hoverProductsCart{
    padding:7px 7px;
    margin-bottom:5px;
    background-color: #98C397;
    display:none;
}
.productsCart:hover .productsCart{
    display:none;
}
.productsCart:hover .hoverProductsCart{
    display: block !important;;
}
.overLayContents .fa-heart:hover,.productsQuickView i:hover,.productsCart:hover{
    background-color: #98C397!important;
}
.productsCart:hover .overLayCart{
    display: none !important;
}
.hoverCart{
    display: none !important;;
}
.productsCart:hover .hoverCart{
    display: block !important;;
}
/* Best seller section styling ends here */
/*On Sale Section styling starts here*/
.trendingSection{
    background-color:#404040;
    padding:50px 0;
}
.trendingHeading{
    font-family: 'Playfair Display', serif;
    font-size:50px;
    color:#fff;
    font-weight:700;
    text-transform:uppercase;
    padding-bottom:20px;
}
.trendingProductsCarousal{
    width:85%;
    margin:auto;
}
#onSaleCarousal .cardImage{
    height:500px;
    position: relative;
}
#onSaleCarousal .card-title a{
    font-family: 'Playfair Display', serif;
    font-size:35px;
    color:#FFFFFF;
    padding-bottom: 15px;
}
#onSaleCarousal .card{
    border:none;
    background-color: #404040;
}
#onSaleCarousal .card-img-top{
    border-radius: 0px;
    height:100%;
}
/*On Sale Section styling ends here*/

/* New arrivals section styling starts here */
.bestSellerSection{
    max-width:1925px;
    margin: auto;
    padding:50px;
}
.bestSellerHeading{
    font-family: 'Playfair Display', serif;
    font-size:50px;
    font-weight:700;
    color:#000000;
    padding-bottom: 20px;
}
#newArrivalsCarousal .card{
    border:none;
    width: 95% !important;
    margin:auto;
}
#newArrivalsCarousal .card .card-img-top{
    border-radius: 0px!important;
    height: 100%;
}
#newArrivalsCarousal .cardImage{
    position: relative;
    height:360px;
}
.overLay{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.2);
    opacity:0;
}
.overLay:hover{
    opacity:1;
}
.overLayContents{
    padding:10px 10px 0 0;
}
.productsCart img,.hoverProductsCart img{
    width: 18px !important;;
}
.productsQuickView i{
    color: #000 !important;
}
.bestSellerCarousalSection{
    width:85%;
    margin:auto;
}
.overLayContents .fa-heart,.productsQuickView i,.productsCart{
    padding:7px 7px;
    margin-bottom:5px;
    background-color: #fff;
}
.hoverProductsCart{
    padding:7px 7px;
    margin-bottom:5px;
    border-radius: 50%;
    background-color: #98C397;
    display:none;
}
.productsCart:hover .productsCart{
    display:none;
}
.productsCart:hover .hoverProductsCart{
    display: block !important;;
}
.overLayContents .fa-heart:hover,.productsQuickView i:hover,.productsCart:hover{
    background-color: #98C397!important;
}
.productsCart:hover .overLayCart{
    display: none !important;
}
.hoverCart{
    display: none !important;;
}
.productsCart:hover .hoverCart{
    display: block !important;;
}
/* new Arrivals section styling ends here */
.overLayIcons .addedToWishList{
    color: #98C397;
    cursor: pointer;
}
.overLayContents .addedToWishList{
    color: #fff !important;
    background-color: #98C397 !important;
}