* {
    margin: 0;
    padding: 0;
    }
    /* herosection styling starts here */
    .custom-swaltimer-font,.custom-swal-font{
        font-family: 'Pacifico';
        font-size: 10px;
        color: #000;
        position: absolute;
        top: 150px;
        box-shadow: none;
        -webkit-animation-name: sildeInLeft;
        animation-name: sildeInLeft;
    }
    .custom-swal{
        font-size: 14px;
    }
    #cakeCarousel .owl-nav .disabled {
        display: none;
    }
    .customLoginAlert{
        font-family: 'Pacifico';
        font-size: 10px;
        color: #000;
    }
    .slider_contact:hover{
        color: #000;
    }
    .breadcrumb{
        align-items: center;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/";
    }
    .swal2-actions button {
        background-color: #96db4a;
        border: 1px solid #96db4a;
        color: #fff;
        font-weight: 700;
    }
    .swal2-actions button:hover {
        background-color: #96db4a;
    }
    .custom-timer-bar{
        background-color: #96db4a;
    }
    .heroSlider {
    position: relative;
    }
    .imgOverLay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31, 42, 55, 0.38);
    }
    .overLayHeading {
    font-family: "Pacifico", cursive;
    font-size: 77px;
    color: #fff;
    width: 88%;
    margin: auto;
    padding-bottom: 50px;
    line-height: 84px;
    }
    .orderAndViewSection a {
    font-family: Lato;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 10px 15px;
    }
    .cartButton,
    .cartButton:hover {
    background-color: #96db4a;
    color: #fff;
    }
    .viewMoreButton,
    .viewMoreButton:hover {
    background-color: #fff;
    color: #585958;
    }
    .overLaySection {
    height: 100%;
    }
    .heroBg{
        height: 900px;
        object-fit: cover;
    }
    /* herosection styling ends here */
    /* topSelling styling starts here */
    .topSellingContents {
    width: 80%;
    margin: auto;
    }
    .topSellingContents,
    .onSaleSection {
    max-width: 1925px;
    margin: auto;
    }
    .featuredCarousal {
    max-width: 1750px;
    margin: auto;
    }
    .topSellingContents .row,
    .topSellingContents .col-sm-12.col-md-6.col-xl-4,
    .card-title,
    .card-body {
    padding: 0 !important;
    margin: 0 !important;
    }
    .editDet {
        display: flex;
        gap: 35px;
    }f
    .topSellingContents .col-sm-12.col-md-6.col-xl-4 {
    padding-right: 15px !important;
    }
    .card-title {
        font-family: "Pacifico", cursive;
        font-size: 24px;
        color: #3b3b3b;
        padding: 30px 0 5px 0 !important;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .card-body {
    font-family: Gotham;
    font-size: 24px;
    color: #aaaaaa;
    font-weight: 600;
    padding-bottom: 40px !important;
    }
    .greenText {
    color: #96db4a !important;
    }
    .topSellingContents .card {
    border: none !important;
    background-color: #f8f8f8;
    border-radius: 0px !important;
    }
    .topSellingContents .card .card-img-top {
    border-radius: 0px !important;
    }
    .topSellingSection {
    background-color: #f8f8f8;
    padding: 100px 0;
    }
    .topsellingHeading {
    font-family: "Pacifico", cursive;
    font-size: 34px;
    color: #3b3b3b;
    padding: 39px 0 26px 0;
    }
    .topSellingDescription {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    color: #333333;
    padding-bottom: 70px;
    }
    .cardImg {
    width: 100%;
    height: 421px;
    }
    .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .topSellingSmallImg {
    width: 100%;
    height: 305px;
    }

    .topSellingSmallImg .card-img-top {
    width: 100%;
    height: 100%;
    }
    .whiteEye,
    .whiteHeart,
    .WhiteCart {
    display: none;
    }
    .cardImg,
    .topSellingSmallImg {
    position: relative;
    }
    .cardOverLay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(152, 221, 76, 0.4);
    transition: 0.5s ease-in-out;
    }
    .blackEye,
    .whiteEye {
    width: 29px;
    }
    .overLayIcons {
    height: 100%;
    }
    .overLayIcons a {
    height: 40px;
    width: 40px;
    background-color: #fff;
    margin-left: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .overLayIcons button {
        border: none;
        padding: 6px;
        background: #fff;
        margin-left: 5px;
    }
    .overLayIcons button:hover {
        background-color: #88d534;
    }
    .overLayIcons button:hover .WhiteCart {
        display: block !important;
    }
    .overLayIcons button:hover .blackCart {
        display: none;
    }
    .overLayIcons button img {
        width: 24px;
    }
    .overLayIcons a:hover .whiteEye,
    .overLayIcons a:hover .whiteHeart,
    .overLayIcons a:hover .WhiteCart {
    display: block;
    }
    .overLayIcons a:hover .blackEye,
    .overLayIcons a:hover .blackHeart,
    .overLayIcons a:hover .blackCart {
    display: none;
    }
    .overLayIcons a:hover{
        background-color: #88d534 !important;
    }
    .addedToWishList, .overLayIcons a:hover{
        background-color: #88d534 !important;
    }
    .overLayIcons button .WhiteCart{
        display: none !important;;
    }
    .cardOverLay {
    display: none;
    }
    .cardImg:hover .cardOverLay,
    .topSellingSmallImg:hover .cardOverLay {
    display: block;
    }
    /* topSelling styling ends here */
    /* on sale section styling starts here */
    .onSaleSection {
    width: 100%;
    }
    .onSaleSectionOne,
    .onSaleSectionTwo {
    width: 50%;
    }
    .indexSmallImages {
    height: 481px;
    width: 100%;
    }
    .indexExtraBigImage {
    height: 961px;
    width: 100%;
    }
    .indexBigImage {
    height: 961px;
    width: 50%;
    }
    .OnsaleSecTwoSmallImg {
    width: 50%;
    }
    .indexSmallImages img,
    .indexExtraBigImage img,
    .indexBigImage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    .indexSmallImages,
    .indexExtraBigImage,
    .indexBigImage {
    position: relative;
    }
    .onSaleOverLayContents {
    height: 100%;
    }
    .onSaleSectionTwoPartitionOne {
    width: 100%;
    }
    .onSaleOverLay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: radial-gradient(ellipse 37% 50%, transparent, rgba(0, 0, 0, 0.9));
    opacity: 0;
    }
    .onSaleOverLay:hover {
    opacity: 1;
    }
    .onSaleHoverSearch img {
    width: 29px;
    }
    .onSaleHoverHeading {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-top: 10px;
    }
    .onSaleHoverContent {
    font-family: Gotham;
    font-size: 24px;
    color: #96db4a;
    padding-bottom: 20px;
    }
    .onSaleHoverButton a {
    font-family: Lato;
    font-size: 18px;
    color: #fff;
    padding: 10px 50px;
    background-color: #96db4a;
    }
    /* on sale section styling ends here */
    /* feature products section starts here */
    .featureProductsHeading {
    font-family: "Pacifico", cursive;
    font-size: 34px;
    color: #3b3b3b;
    padding-bottom: 30px;
    }
    .featureProductsSection {
    padding: 70px 0 0 0;
    }
    .featureProductsSection .container {
    /*width: 900px;*/
    margin: 0 auto;
    max-width: 100%;
    }
    .featuredCenterImage {
    height: 700px;
    }
    
    .slick-list {
    padding-left: 18% !important;
    padding-right: 18% !important;
    }
    
    .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    
    .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
    }
    
    .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
    }
    
    .slick-snext,
    .slick-sprev {
    display: block;
    }
    
    .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, -100px, -50px);
    z-index: 2;
    }
    
    .slick-snext {
    opacity: 1;
    transform: translate3d(50%, 0, 0px);
    width: 100% !important;
    }
    .slick-slide.slick-sprev .card {
    width: 70% !important;
    }
    .slick-slide.slick-snext .card {
    width: 70% !important;
    }
    
    .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
    width: 100% !important;
    }
    
    .featureProductsSection .card-body,
    .featureProductsSection .card-title {
    display: none;
    }
    .slick-slide.slick-current.slick-active.slick-center .card {
    width: 50%;
    margin: auto;
    }
    .slick-slide.slick-current.slick-active.slick-center .card-body,
    .slick-slide.slick-current.slick-active.slick-center .card-title {
    display: block !important;
    }
    .single-item .card .card-img-top,
    .single-item .card {
    border-radius: 0px !important;
    }
    
    .featuredCenterImage {
    position: relative;
    border: 15px solid #fff;
    }
    .featuredCenterImage:hover .cardOverLay {
    display: block;
    }
    .featuredWhiteEye,
    .featuredWhiteHeart,
    .featuredWhiteCart {
    display: none !important;
    }
    .featuredWhiteEye,
    .featuredBlackEye {
    width: 29px;
    }
    .overLayIcons a:hover .featuredWhiteEye,
    .overLayIcons a:hover .featuredWhiteHeart,
    .overLayIcons a:hover .featuredWhiteCart {
    display: block !important;
    }
    .overLayIcons a:hover .featuredBlackEye,
    .overLayIcons a:hover .featuredBlackHeart,
    .overLayIcons a:hover .featuredBlackCart {
    display: none !important;
    }
    .slick-slide.slick-sprev .card .featuredCenterImage,
    .slick-slide.slick-snext .card .featuredCenterImage {
    border: none !important;
    }
    .slick-slide.slick-sprev .cardOverLay,
    .slick-slide.slick-snext .cardOverLay {
    display: none !important;
    }
    
    .slick-arrow {
    padding: 10px;
    background-color: black;
    }
    
    .test {
    width: 100%;
    height: 700px;
    box-shadow: inset 0px 0px 0px 3px #000;
    }
    
    button.slick-arrow.slick-prev {
    top: 40%;
    left: 8%;
    z-index: 999;
    border-radius: 50%;
    background-color: rgba(252, 252, 251, 0.68) !important;
    }
    button.slick-arrow.slick-prev:hover {
    background-color: rgba(252, 252, 251, 0.68) !important;
    }
    button.slick-arrow.slick-next {
    top: 40%;
    right: 10%;
    background-color: rgba(252, 252, 251, 0.68) !important;
    border-radius: 50%;
    color: #fff !important;
    }
    button.slick-arrow.slick-next:hover {
    background-color: rgba(252, 252, 251, 0.68) !important;
    color: #fff !important;
    }
    .slick-next::before,
    .slick-prev::before {
    content: "" !important;
    }
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
    height: 50px;
    width: 50px;
    }
    .w-6.h-6 {
    width: 27px;
    }
    /* feature products section ends here */
    