.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Roboto';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 400px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.custom-swal{
	font-size: 14px;
}
#cakeCarousel .owl-nav .disabled {
	display: none;
}
.custom-swaltimer-font, .custom-swal-font {
    top:242px;
}
.customLoginAlert{
    font-family: 'Roboto';
    font-size: 10px;
    color: #440030;
}
.swal2-actions button {
    background-color: #F8C50C;
    border: 1px solid #F8C50C;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #F8C50C;
}
.custom-timer-bar{
    background-color: #F8C50C;
}
.heroCarouselContents{
width:80%;
margin:auto;
}
.heroCarouselContents .owl-carousel .owl-stage-outer {
    align-items: center;
    display: flex;
    justify-content: center;
}
.heroSectionOne,.heroSectionThree{
    display:none;
}
.sliderImages{
    height:450px;
    object-fit: cover;
}
#carouselHero .item{
    position: relative;
}
.sliderOverLay{
    position: absolute;
    top: 0;
    height: 100%;
    width:100%;
    background-color: rgba(0,0,0,0.4);
}
.sliderOverLayContents{
    font-family:Raleway;
}
.sliderOverLayContents{
    height:100%;
}
.sliderTitle {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
}
.sliderDescription {
	width: 90%;
	text-align: center;
	line-height: 19px;
	font-size: 18px;
	color: #fff;
}
.sliderButton {
	margin-top: 12px;
	padding: 6px 29px;
	background-color: #fff;
	border-radius: 12px;
	color: black;
	border: 1px solid #fff;
	font-size: 18px;
	text-transform: capitalize;
}
.sliderButton:hover{
    background-color:#fff;
    color: black;
}

/* herosection styling starts here */
.heroHeading {
background-color: #F8C50C;
padding:20px 0;
text-transform: uppercase;
font-family:Raleway;
font-size:45px;
font-weight:800;
}
#carouselHeroContent{
    display:block;
}
.heroDescription{
font-family:Open Sans;
font-size:20px;
width:55%;
margin:auto;
padding:40px 0 80px 0;
}
#carouselHero .item .card{
width:100%;
}
/* hero section styling ends here */
/* top selling products styling starts here */
.topSellingProductsHeading,.latestProductsSectionHeading,.recommendedProductsSectionHeading,.onSaleProductsSectionHeading{
font-family:Raleway;
font-size:36px;
font-weight:700;
text-transform: uppercase;
}
.topSellingProductsDescription,.latestProductsSectionDescription{
font-family:Open Sans;
font-size:18px;
}
.topSellingProductsContent{
margin-bottom:35px;
}
.topSellingProductsSection{
width:90%;
margin:auto;
}
.card:hover .card-image img:hover{
transform: scale(1.2); 
}
.card-image img:hover{
    transition: transform 1s;
}
.card{
    overflow: hidden !important;;
}
.card-image{
    overflow: hidden !important;
    border-bottom: 1px solid #E9E9E9;
}
.card-image a{
    width:100%;
}
.card-image img{
    /* height:389px; */
    max-width: 100%;
}
.card-img-top{
    height:350px;
}
#latestProductsSectionCarousel .owl-nav .disabled,#topSellingProductsCarousel .owl-nav .disabled {
	display: none;
}
.latestProductsSection,.topSellingProductsSection,.featureProductsSectionContents,.heroCarousel,.footerSections{
    max-width: 1925px;
    margin: auto;
}
/* .card-img-top{
max-width:400px;
} */
.card-img-top img{
    width:100%;
    height:100%;
}
.addToCart{
    font-family:Roboto;
    font-size:18px;
    color:#FE6B39;
}
.card-title,.originalPrice{
font-family:Roboto;
font-size:18px;
padding:5px;
color: #3B3B3B;
}
.card-title{
margin: 0px!important;
}
.card-text{
font-family:Roboto;
font-size:23px;
font-weight:700;
color: #3B3B3B;
}
.card-body{
    padding: 26px 0 76px;
    position: relative;
}
.originalPrice{
text-decoration: line-through;
color:#FFC600;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
display: block!important;
}
.topSellingProductsSectionCarousel  .owl-prev img{
background-color: #fff;
padding: 10px;
font-size: 24px;
color: #fff;
position: absolute;
right: 35px;
top: -88px;
border-radius:50%;
border:1px solid #B7B7B7
}
.topSellingProductsSectionCarousel .owl-next img{
background-color: #fff;
padding: 10px;
font-size: 24px;
color: #fff;
position: absolute;
top: -88px;
right: 0;
border-radius:50%;
border:1px solid #B7B7B7
}
.showMoreButton a{
text-decoration: none;
border:1px solid #FE6B39;
padding:10px 20px;
width:200px;
background-color: #FE6B39;
font-family:Lato;
font-size:18px;
color:#fff;
text-transform: uppercase;
}
.showMoreButton a:hover{
color:#fff;
}
.showMoreButton{
padding:30px 0 100px 0;
}
/* .cartOrWishListSelection{
padding:0 5%;
position: absolute;
bottom:-50px;
width:100%;
visibility:hidden;
} */
/* .icon_section {
    display: none;
    position: absolute;
} */
/* .entireCardBody:hover .icon_section {
    display: block;
    bottom: 0px;
    width: 100%;
} */
.cartOrWishListSelection{
width:95%;
margin:0 auto 10px auto;
}
/* .entireCardBody:hover .cartOrWishListSelection{
animation-name: fadeInUp;
animation-duration: 1s;
-moz-animation-duration: 1s;
} */
.card{
position: relative;
}
/* .entireCard:hover ~ .cartOrWishListSelection{
bottom:20px;
transition: all 0.5s ease-in 0s;
} */

.entireCardBody:hover .card-body {
    transition: all 1s ease-in-out 0s;
}
.cartSelection p{
color:#FE6B39;
}
.cartSelection button {
    border: none;
    background-color: transparent;
    color: #f86838;
    font-weight: 600;
    display: flex;
    gap: 10px;
}
.cartSelection img {
    width: 18px !important;
}
.wishListSelection a i{
    font-size:30px;
}
.wishListSelection a{
    padding-left:10px;
    color:#333333;
}
.wishListSelection a img{
    width: 40px !important;;
}
/* top selling products styling ends here */
/* feature products section styling starts here */
.featureProductsSection {
    background-color: #F8F8F8;
    padding:100px 0;
    width:100%;
}
.featureProductsSectionContents {
    width:80%;
    margin:auto;
}
.featureProductsHeading p {
    font-family:Raleway;
    font-size:36px;
    font-weight:700 ;
    color:#3B3B3B;
    text-transform: uppercase;
    margin: 0px !important;
}
.featureProductsContent p {
    font-family:Open Sans;
    font-size:18px;
    color:#333333;
    margin: 0px !important;
    padding-bottom:30px;
}
.featureProductsImages {
    width:100%;
}
.imagesSectionOne {
    width:25%;
    height:100%;
}
.imagesSectionTwo {
    width:25%;
    height:50%;
}
.imagesSectionThree {
    width:50%;
    height:100%;
}
.imagesSectionOne img,.imageOne img,.imageTwo img,.imagesSectionThree img {
    height:100%;
    width:100%;
    object-fit: cover;
}               
.pageOverlayIcons i {
    font-size: 34px;
    border:1px solid #FE6B39;
    padding:5px;
    background-color: #FE6B39;
    color:white;
}
.quickViewButton {
    text-decoration: none;
    color:white;
    padding:10px 13%;
    font-family:"Raleway";
    font-size:15px;
}
.pageOverlayQuickView button {
    border: none;
    background-color: #ff622c;
    color: #fff;
}
a.viewProduct button {
    padding: 10px 40px;
}
.addWishList img.featureProductsWishList {
    object-fit: contain;
}
.addWishList {
    cursor: pointer;
}
.openQuickView i {
    font-size: 18px !important;
}
.quickViewButton:hover{
    color:#fff;
    text-decoration: none;
}
.imagesSectionOne,.imageOne,.imagesSectionThree{
    position: relative;
}
.PageOverlay{
    position: absolute;
    top:0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.single-box:hover .PageOverlay {
    opacity: 1
} 
.iconOverlayOne,.iconOverlayTwo,.iconOverlayThree,.iconOverlayFour {
    position: absolute;
    top: 20px;
    right: 13px;
}   
.hoverIcons {
    border:1px solid #FE6B39;
    padding:8px;
    background-color:#FE6B39;
}
/* .iconOverlayOne img,.iconOverlayTwo img,.iconOverlayThree img,.iconOverlayFour img{
    width:25px;
    height:25px;
    margin:3px;
} */
.featureProductsWishList{
    padding-bottom:5px;
    border-bottom: 1px solid #fff;
    width:90%;
    margin:auto;
}
.pageOverlayIcons{
    padding:20px 20px;
}
.pageOverlayIcons i{
    font-size:25px;
}
.single-box {
    position: relative
}    
.imagesSectionOne,.imagesSectionThree{
    height:500px;
}
.imageOne{
    height:250px;
}
.icon-overlay {
    display: none;
}         
.pageOverlayQuickView a i {
    font-size:13px;
}
.single-box:hover .icon-overlay {
    display: flex;
}
.icon-overlay:hover {
    display: block;
}  
.featureProductsCart{
    padding-top:5px;
}  
.featureProductsWishList,.featureProductsCart{
    height: 25px!important;
    width:25px!important;
}
/* feature products section styling ends here */

/* latest products section starts here */
.latestProductsSection{
width:90%;
margin:auto;
}
.latestProductsSectionHeading{
padding-top:119px;
}
.latestProductsSectionCarousel  .owl-prev img{
background-color: #fff;
padding: 10px;
font-size: 24px;
color: #fff;
position: absolute;
top: 35%;
left: -16px;
border-radius:50%;
border:1px solid #B7B7B7
}
.latestProductsSectionCarousel .owl-next img{
background-color: #fff;
padding: 10px;
font-size: 24px;
color: #fff;
position: absolute;
top: 35%;
right: -16px;
border-radius:50%;
border:1px solid #B7B7B7
}
/* latest products section ends here */