:root,
[data-bs-theme="light"] {
    --bs-primary: #f13136 !important;
    --bs-primary-light: #f26372;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

@font-face {
    font-family: Shojumaru;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(./fonts/Shojumaru-Regular.ttf);
}

body {
    background-color: #efecdd !important;
    font-family: Poppins !important;
    /* cursive */
}

@media screen and (max-width: 900px) {

    .footer-content.contactimg,
    .free-shipping-section,
    .nav-item.dropdown.cart-item-dropdown {
        display: none;
    }

    .navbar-section nav.navbar {
        background: rgb(121 11 14);
        padding: 10px 0px !important;
    }

    .navbar-section nav.navbar .navbar-nav.navbar-nav-scroll {
        padding-top: 22px !important;
    }

    nav.navbar.navbar-dark:not(.nav-active) .navbar-nav .nav-item .nav-link:not(.shopping-cart) {
        color: #fff !important;
    }
}

@media (min-width: 576px) {

    .d-xs-none,
    .d-md-none,
    .d-sm-none {
        display: none !important;
    }
}

@media screen and (max-width: 900px) {
    #carouselExampleCaptions {
        width: 70vw;
        height: 70vw;
        top: 25px;
    }

    .card img {
        width: 100%;
    }

    .card .name {
        margin-top: 1em;
        font-size: 1em;
        font-weight: 700;
    }

    .card .role {
        font-size: 0.8em;
    }

    .card .work-at {
        font-size: 0.6em;
    }
}

/* @media screen and (max-width: 767px) {
    #carouselExampleCaptions {
        width: 70vw;
        height: 70vw;
    }

    .carousel-item .card .card-body,
    .feature_prd .card .card-body {
        position: absolute;
        bottom: 20px;
        left: 10px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
        max-width: 78vw;
        width: 100%;
    }

    .carousel-item .card.dycolor .card-body {
        left: 0 !important;
        top: 0 !important;
        margin: auto;
        position: relative;
    }
} */

@media (max-width:576px) {
    .d-xs-none {
        display: none !important;
    }

    .carousel-item-content .carousel-content {
        font-size: 5vw !important;
    }

    .carousel-item-content img {
        max-width: 100% !important;
        width: 65vw !important;
    }

    .combo-offer-section .offer-higligts {
        scale: 1 !important;
    }

    /* .offer-section p {
        width: 100%;
        background: #e6b100;
        padding: 6px 50px;
        transform: skewX(340deg);
        margin-top: 10px !important;
    } */
    /* 
    .category-section .col-md-3.col-sm-12 img {
        padding-top: 80px !important;
    }

    .category-section .col-md-3.col-sm-12 img {
        padding-top: 80px !important;
    } */

    #carouselTestimonals .dycolor {
        padding: 20px !important;
    }
}

.navbar-section {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
}

.nav-active {
    background: rgb(121 11 14);
    padding: 10px 0px !important;
}

.navbar-section nav.navbar {
    padding: 30px 0px;
    transition: all;
    transition-duration: 0.5s;
}

.navbar-section nav.navbar .navbar-nav.navbar-nav-scroll {
    margin: auto 0px auto auto !important;
}

.navbar-nav-scroll {
    max-height: initial !important;
}

nav.navbar .navbar-nav .nav-item {
    padding: 0px 5px;
}

nav.navbar:not(.na-fiexed-dark).navbar-dark:not(.nav-active) .navbar-nav .nav-item .nav-link:not(.shopping-cart) {
    color: #E63C55 !important;
}

nav.navbar.navbar-dark:not(.nav-active) .navbar-nav .nav-item .nav-link:not(.shopping-cart).active {
    color: #fff !important;
}

nav.navbar .navbar-nav .nav-item .nav-link:not(.shopping-cart) {
    color: #fff !important;
    border-radius: 3px;
    padding: 5px 20px;
}

.navbar .navbar-nav .nav-item .nav-link:not(.shopping-cart, .user-profile):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.shopping-cart, .user-profile):hover {
    color: var(--bs-primary) !important;
    background-color: var(--bs-light);
}

.navbar .navbar-nav .nav-item .nav-link.active {
    background-color: var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-primary {
    background: linear-gradient(90deg,
            var(--bs-primary) 0%,
            var(--bs-primary-light) 100%) !important;
    width: 166px;
    height: 46px;
    top: 27px;
    left: 1591px;
    gap: 0px;
    border: var(--bs-primary) !important;
}

.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover {
    background: linear-gradient(20deg,
            var(--bs-primary) 0%,
            var(--bs-primary-light) 100%) !important;
    border: var(--bs-primary) !important;
}

.carousel-item {
    position: relative;
    /* max-height: 1000px;
    min-height: 430px; */
}

.carousel-item-content {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
}

.carousel-item-content .carousel-content {
    margin: auto;
    font-family: Shojumaru;
    font-size: 3vw;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    text-shadow: 0px 5px #0000008c;
}

.carousel-item-content .carousel-content .dif-color {
    color: #fee600;
}

.carousel-item-content img {
    width: 35vw;
    max-width: 50%;
}

.carousel-item-content i.fa {
    color: #fee600;
}

.btn-shopnow {
    width: 265px;
    height: 60px;
    border-radius: 6px;
    z-index: 400;
    display: block;
    margin: auto;
    box-shadow: 10px 10px #eac901;
    padding: 18px 10px !important;
}

.btn-shopnow:hover {
    box-shadow: 8px 8px #eac901;
}

.category-section {
    padding: 50px 0px;
}

.testimonials-section {
    padding: 50px 0px 10px 0px;
    /* padding-bottom: 130px; */
}

.testimonials-section .carousel.slide {
    padding-top: 60px !important;
}

h2 {
    font-family: Shojumaru;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 400;
    line-height: 47.67px;
    text-align: center;
}

.color-blast {
    color: #567826;
    font-size: 36px;
}

.color-sparkle {
    color: rgba(29, 139, 218, 1);
    font-size: 36px;
}

.color-special {
    color: rgba(241, 75, 85, 1);
    font-size: 36px;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.2) translateY(-45px);
        transform: scale(1.2) translateY(-45px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

.animate1 {
    animation-name: kenburns-top;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

/* start carousel  */
#carouselExampleCaptions {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: auto;
    margin-bottom: 0;
    max-height: 520px;
}

.carousel-inner {
    width: 100%;
}

.new {
    position: absolute;
    top: 10px;
    left: 0px;
    display: inline;
    background: linear-gradient(270deg, #fee600 1.45%, #c39001 113.66%);
    border-radius: 0px 5px 5px 0px;
}

/* Controls */
i.fa-arrow-right,
i.fa-arrow-left {
    background: none;
    border: 2px solid #ffc107;
    color: black;
    padding: 10px;
    border-radius: 100%;
    transition: background 0.6s ease;
}

.control-btn {
    position: absolute;
    top: -1em;
    right: 5em;
}

.card .card-img-top {
    border-radius: 5px;
    overflow: hidden;
    min-height: 225px;
    /* max-height: 260px; */
}

.card .card-sub-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #a99090;
    margin: 0;
    margin-bottom: 5px;
}

.card .card-text {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    color: #312a2a;
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card .card-prd-price {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #312a2a;
}

.card .card-prd-mrp {
    font-family: Poppins;
    font-size: 10px;
    font-weight: 600;
    line-height: 36px;
    text-transform: var(--bs-emphasis-color);
    text-align: left;
    width: 63px;
    color: rgba(169, 144, 144, 1);
    text-decoration: line-through;
}

.card .card-img-top img {
    width: 100%;
    height: auto;
}

#carouselBlastCrackers .card .card-img-top img,
#carouselSparkleCrackers .card .card-img-top img,
#carouselLeegoSpecialCrackers .card .card-img-top img {
    width: 100%;
    min-height: 200px;
    min-width: 270px;
}

.carousel-item .card {
    /* width: 18em; */
    /* height: 27em; */
    /* height: fit-content; */
    /* margin-top: 18px; */
}

.control-btn i.fa-arrow-left {
    position: absolute;
    right: 6em;
}

/* i.fa-arrow-right:hover,
i.fa-arrow-left:hover {
    background: #ffc107;
    color: black;
} */

.carousel-control-next {
    margin: 0 3em;
}

/* Indicators */
.carousel-indicators {
    margin-bottom: -60px !important;
    gap: 30px;
}

.carousel-indicators [data-bs-target] {
    width: 25px !important;
    height: 25px !important;
    border-radius: 100%;
    border: 2px solid #ffc107;
    background-color: #f24f59 !important;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #ffc107;
}

/* end carousel */

.card-body i.text-warning {
    background: -webkit-linear-gradient(#ffc107, #c79a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-header .logo {
    margin: auto;
    max-width: 180px;
}

.booom {
    margin: auto;
    margin-bottom: 10%;
    font-family: Shojumaru;
    font-size: 110px;
    font-weight: 400;
    line-height: 145.66px;
    text-align: center;
    color: #f0ffff00;
    -webkit-text-stroke: 2px #fff;
    opacity: 0.5;
}

.btn-add-prd {
    background: linear-gradient(90deg,
            var(--bs-primary) 0%,
            var(--bs-primary-light) 100%) !important;
    border: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}

#carouselTestimonals .dycolor {
    background: rgba(232, 210, 218, 1);
    border: none;
    border-radius: 0;
    padding: 60px;
}

#carouselTestimonals .dycolor .card-body {
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    max-height: 340px;
}

#carouselTestimonals .dycolor .card-body img {
    max-height: 110px;
    border-radius: 5px;
    padding-bottom: 12px;
    width: auto;
}

#carouselTestimonals .dycolor .card-body .card-text {
    font-family: Shojumaru;
    background: linear-gradient(90deg, #f13136 0%, #f26372 100%);
    /* background: -webkit-linear-gradient(#eee, #333); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offer-section {
    position: relative;
    /* display: flex; */
    background: url('../assets/img/offer-background.jpg');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.offer-section .offer-content {
    /* position: absolute; */
    /* margin: 10% 18%; */
    font-family: Shojumaru;
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    color: #fff;
    max-width: 550px;
    margin: auto;
}

.offer-section .highlight {
    width: 100%;
    background: #e6b100;
    padding: 6px 50px;
    transform: skewX(340deg);
}

.offer-section .highlight span {
    transform: skewX(15deg);
    display: block;
}

.brands-section {
    padding: 130px 0px;
}

.brand-img {
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 10px;
    width: 200px;
    opacity: 0.8;
}

.section-banner2 {
    margin-top: 160px;
}

.section-banner2 h3 {
    text-transform: uppercase;
    font-size: 40px;
}

.banner2 {
    position: relative;
    background: #E63C55;
    width: 100%;
    min-height: 370px;
    border-radius: 20px;
}

.banner2 .basket-img {
    margin-top: -30px;
}

.banner2 .text-content {
    margin-bottom: 100px !important;
    color: #fff;
    margin: auto auto auto 30%;
}

.product-list {
    padding: 50px 0px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #555555 !important;
    border-color: #555555 !important;
}

.pagination {
    gap: 15px;
}

.disabled>.page-link,
.page-link.disabled {
    border: 2px solid #ADADAD !important;
}

.pagination .page-item a.page-link {
    border-radius: 5px;
    background: #ffffff00;
    border: 2px solid #616161;
    color: #555555;
    padding: 5px 12px;
}

.page-link-prev,
.page-link-next {
    min-width: 120px;
    text-align: center;
}

/* .footer-top::before {
    content: "";
    background: url("./img/wave1.svg");
    width: 100%;
    min-height: 20vw;
    position: absolute;
    left: 0;
    top: -1px;
    background-repeat: no-repeat;
    background-size: cover;
} */

.footer-top {
    padding-top: 20px;
    background-color: #dfb900;
    background-image: linear-gradient(to right, #c79601, #f2d500, #c59301);
    display: block;
    position: relative;
    z-index: 2;
    /* background: url(./img/footer-background1.png); */
    width: 100%;
    /* height: 42vh; */
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: contain;
    /* min-height: 15vw; */
    z-index: 0;
}

.footer-bottom {
    display: block;
    position: relative;
    z-index: 0;
    /* background: url(./img/footer-background2.png); */
    background-color: #f2454e;
    background-image: linear-gradient(to right, #f2454e, #f25e69, #f2454e);
    width: 100%;
    /* height: 72vh; */
    background-position: center;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: -20vh;
    padding-top: 70px; */
}

/* .footer-bottom .footer-content.get-news-letter {
    padding: 100px 0px 0px 100px;
} */

/* .footer-bottom .footer-content.newsletter-input-div {
    padding: 30px 0px 0px 100px;
} */

.get-news-letter {
    font-family: Shojumaru;
    font-size: 34px;
    font-weight: 400;
    line-height: 63.56px;
    text-align: left;
    color: #EDEDED;
}

/* .footer-bottom .footer-content.leego-crackers {
    padding: 90px 0px 0px 100px;
} */

.footer-bottom .footer-content.leego-crackers {
    font-family: Shojumaru;
    font-size: 25px;
    font-weight: 400;
    line-height: 63.56px;
    text-align: left;
    color: #EDEDED;
    max-width: 430px;
    margin: auto;
}

.letter-cont {
    max-width: 400px;
    margin: auto;
}
.footer-links {
    list-style: none;
}
ul.footer-links li a {
    color: #fff;
}
ul.footer-links li {
    padding: 5px 10px;
}
.footer-bottom .contact-img {
    width: 76%;
    margin: auto;
    margin-bottom: 0px;
    /* position: absolute; */
    /* top: 0px; */
    /* max-width: 400px;
    left: 5%;
    z-index: 1;
    bottom: 0px; */
}

.footer-bottom .footer-content.newsletter-input-div .paper-plane {
    width: 61px;
    height: 61px;
    background: #EECF00;
    border: 2px solid #eecf00;
    border-radius: 50%;
    margin-left: 20px;
}

.footer-bottom .footer-content.newsletter-input-div .paper-plane:hover {
    opacity: 0.8;
}

.footer-bottom .footer-content.newsletter-input-div button i {
    border: none;
}

.footer-bottom .footer-content.newsletter-input-div .form-control:focus {
    box-shadow: 0px 0 0 0 rgba(13, 110, 253, .25);
}

.footer-bottom .footer-content.newsletter-input-div .form-control::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox */
}

.footer-bottom .footer-content.newsletter-input-div .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.footer-bottom .footer-content .icon-menus {
    font-family: Poppins;
    font-size: 19px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
    list-style: none;
}

.footer-bottom .footer-content .icon-menus li {
    line-height: 3;
}

.footer-bottom .footer-content .icon-menus i {
    width: 48px;
    height: 48px;
    background: #F5F5F5;
    color: #F14149;
    padding: 13px 13px;
    border-radius: 50%;
    text-align: center;
}

.footer-bottom .footer-content.newsletter-input-div .form-control {
    padding: 0px 20px;
    line-height: 0px;
    border: none;
    height: 45px;
    background: #fff0;
    border-radius: 0px;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
}

.banner-backimg {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 30% !important;
}

.free-shipping-section {
    background: url(./img/free-shipping.png);
    /* min-height: 700px; */
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    background-size: cover;
    background-position: right;
}

.free-shipping-content {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #FDB7B7;
    width: 100%;
    /* margin-top: 10%; */
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #d9d9d91a 0%, #73737324 100%);
    box-shadow: 0px 4px 14px 0px #000000BF;
    border-radius: 30px;
    padding: 50px;
}

.free-shipping-content p {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.31em;
    text-align: center;
    color: #FDB7B7;
}

.free-shipping-content h3 {
    font-family: Poppins;
    font-size: 78px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.btn-secondary {
    width: 209px;
    height: 48px;
    border-radius: 2px !important;
    background: linear-gradient(180deg, #FEE600 0%, #C39001 100%);
    border: 1px solid #C39001 !important;
    color: #2a2a2a !important;
    font-weight: 600;
}

.footer-bottom hr {
    border-top: 2px solid #fff;
    margin: 0px;
}

.developed-by {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #c1c1c1;
    padding: 30px 0px;
}

.developed-by a:hover {
    color: #debb00 !important;
}

.developed-by a {
    text-decoration: none;
}

.about-details {
    padding: 60px 0px 0px 0px;
}

.contactus-form-section {
    padding: 80px 0px 80px 0px;
}


.owl-carousel .post-img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* Navigation Buttons */
.owl-theme .owl-controls .owl-buttons div {
    background: #869791;
    color: #FFF;
    display: inline-block;
    padding: 9px 15px;
    margin: 5px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    background: #535353;
    border: 2px solid #FFFFFF
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0px;
    top: 30%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0px;
    top: 30%;
}

.owl-pagination {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

/* Pagination Dots */
.owl-theme .owl-controls .owl-pagination .owl-page span {
    background: #869791;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;


    width: 25px !important;
    height: 25px !important;
    border-radius: 100%;
    /* border: 2px solid #ffc107; */
    background-color: #f24f59 !important;
    opacity: .3;
}

/* Active Dot */
.owl-theme .owl-controls .owl-pagination .owl-page.active span {
    /* background: #4a90e2; */
    opacity: 1;
}

.owl-theme .owl-controls .owl-pagination .owl-page:nth-child(n+6) {
    display: none;
}

.shopping-cart::after {
    content: none !important;
}

.shopping-cart {
    width: 35px;
    height: 35px;
    border-radius: 5px !important;
    padding: 6px !important;
    cursor: pointer !important;
    text-align: center;
}

.navbar-dark .shopping-cart,
.navbar-light .shopping-cart {
    background: #F5DD40 !important;
    color: #780B0D !important;
}

.shopping-cart:hover {
    opacity: 0.7 !important;
}

.navbar-dark .shopping-cart:hover i,
.navbar-dark .shopping-cart:active i,
.navbar-dark .shopping-cart:hover {
    color: #fff !important;
}

.cart-product-list {
    min-width: 360px !important;
    left: initial !important;
    right: 0px;
    max-height: 60vh;
    overflow: auto;
}

.cart-items-count {
    position: absolute;
    background: var(--bs-light);
    color: var(--bs-primary);
    padding: 5px;
    border-radius: 20px;
    font-size: 10px;
    top: -10px;
    right: -6px;
    font-weight: 700;
}

.prdqty {
    max-height: 30px;
    padding: 0 !important;
}

.input-group.cart-inc-dec {
    max-width: 150px;
}

.remove-cart-item {
    position: absolute;
    right: 0px;
    top: 10px;
    width: auto !important;
    cursor: pointer;
}

.cart-dd li.cart-item {
    border-bottom: 1px solid #ccc;
}

.cart-inc-dec .decrement {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.cart-inc-dec .increment {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

.card-text-tamil {
    font-size: 12px;
}

.prd-name,
.prd-name-tamil {
    margin: 0 !important;
}

.prd-name-tamil {
    font-size: 12px !important;
}

.accordion-item .accordion-button {
    background: #fff !important;
    font-family: sans-serif;
}

.accordion-item:first-of-type .accordion-button i {
    font-size: 20px;
}

.filter-lists {
    padding: 0px;
    margin: 0;
}

.filter-lists li {
    list-style: none;
    padding: 10px;
}

.card.product-item .post-img {
    border-radius: 5px;
    overflow: hidden;
}

.cart-items-list img {
    max-width: 120px;
}

.cart-items-hide {
    display: none;
}

.remove-cart-list-item {
    cursor: pointer;
}

.sweet-alert h2 {
    font-family: sans-serif;
}

.navbar.nav-active .logo-dark {
    display: none !important;
}

.navbar.nav-active .logo-light {
    display: block !important;
}

.disabled-link {
    pointer-events: none;
    /* Disable clicking */
    color: #ccc;
    /* Greyed-out color */
    cursor: not-allowed;
    /* Show a disabled cursor */
    outline: none;
    /* Remove focus outline */
    background: #d0d0d0 !important;
}

.disabled-link:focus {
    outline: none;
    /* Prevent focus styling when using Tab key */
}

.footer-content.contactimg {
    /* display: block; */
    /* position: relative; */
    width: 100%;
    display: flex;
}

@media screen and (max-width: 991px) {
    .footer-top::before {
        display: none;
    }

    .condy-mar {
        margin-top: 0px !important;
    }

    .footer-top {
        padding-top: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .flex-sm-column-reverse2 {
        flex-direction: column-reverse !important;
    }

    .footer-top img {
        max-width: 100px;
    }

    .text-xs-start {
        text-align: left !important;
    }
}

.add-cart.active {
    display: flex;
}

.add-cart.active input {
    display: block !important;
    border-radius: 0px;
    padding: 0 !important;
}

.add-cart.active input[type="number"]::-webkit-outer-spin-button,
.add-cart.active input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.add-cart.active input[type="number"] {
    -moz-appearance: textfield;
}

.add-cart.active .increment {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.add-cart.active .decrement {
    display: block !important;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.add-cart.active .increment i.fa::before {
    content: "\f067";
}

.card-body {
    padding: 10px;
}

.crackleimgdiv {
    display: block;
    width: 80%;
    /* height: 80%; */
    margin: auto;
    border-radius: 10px;
}

.crackleimg {
    width: 100%;
    scale: 1.2;
}

.add-cart.active .decrement,
.add-cart.active .increment {
    padding: 5px;
    font-size: 10px;
    width: 20px;
}

.add-cart.active input {
    padding: 0px;
    max-width: 36px;
}

.cartimg-div {
    width: 90px;
    position: fixed;
    bottom: 10px;
    right: 30px;
    cursor: pointer;
    transition: scale transform;
    transition-duration: 0.1s;
    transform: rotate(10deg);
    z-index: 300;
}

.cartimg-div:hover {
    scale: 1.2;
    transform: rotate(0deg);
}

.cartimg-div:hover .cart-item-count .cartitemcount {
    transform: rotate(0deg);
}

.cartimg-div .cart-item-count {
    left: 22px;
    position: absolute;
    top: 24px;
    font-size: 18px;
    text-align: center;
    display: flex;
    width: 40px;
}

.cartimg-div .cartimg {
    width: 100%;
}

.cartimg-div .cart-item-count .cartitemcount {
    margin: auto;
    display: block;
    position: relative;
    color: #fff;
    transform: rotate(355deg);
}

.announce-popup {
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: #efd100;
    padding: 30px;
    color: #2d2d2d;
}

.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.whatsapp-img-div {
    width: 60px;
    position: fixed;
    bottom: 130px;
    right: 40px;
    cursor: pointer;
    z-index: 300;
}

.whatsapp-img-div img:hover {
    opacity: 1 !important;
}

a.product-item {
    text-decoration: none;
}

.combo-offer-section .card {
    border-radius: 20px;
}

.combo-offer-section {
    background: #f5f5f5a4;
}

.combo-offer-section .offer-higligts {
    scale: 1.2;
}

.combo-data h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.combo-data .combo-name {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #312A2A;
    margin: 0;
}

.combo-data p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.combo-data h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 4px #00000040;
    margin: 0;
}

.combo-data {
    transform: rotate(-10deg);
    padding: 20px;
}


.combo-name {
    --r: 15px;
    /* combo-name shape */
    --b: 2px;
    /* Border size */

    position: relative;
    color: white;
    background-color: #fff;
    padding: 10px 30px;
    clip-path:
        polygon(0 0, 100% 0,
            calc(100% - (var(--r) - (var(--b) / 2))) 50%, 100% 100%,
            0 100%, calc(var(--r) - (var(--b) / 2)) 50%);
    transform: rotateX(50deg);
}

.combo-data .combo-name span {
    transform: rotateX(10deg);
    display: block;
    scale: 1.1;
}

.ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: -1;
    clip-path:
        polygon(calc(var(--b) * 2) var(--b), calc(100% - (var(--b) * 2)) var(--b),
            calc(calc(100% - var(--b)) - var(--r)) 50%, calc(100% - (var(--b) * 2)) calc(100% - var(--b)),
            calc(var(--b) * 2) calc(100% - var(--b)), calc(var(--r) + var(--b)) 50%);
}
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    opacity: 0.6;
}
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-prev,
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-next {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #F13C43;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 6px;
    border: none;
}

#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-prev i,
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-next i {
    background: none;
    border: navajowhite;
    color: #fff;
    padding: initial;
    border-radius: 000;
    transition: auto;
}

#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-prev,
#carouselComboOffer.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    bottom: -4px;
    top: auto;
}
#carouselComboOffer button.increment, #carouselComboOffer button.decrement {
    padding: 5px;
    font-size: 18px;
    background: #fff !important;
    color: #ef5664 !important;
    border: 1px solid #6c6c6c !important;
}
#carouselComboOffer button.increment:hover, #carouselComboOffer button.decrement:hover {
    color: #ee6c76 !important;
    background: #ccc9c9 !important;
}
#carouselComboOffer a.btn-secondary:hover {
    background: linear-gradient(180deg, #C39001 0%, #FEE600 100%);
    opacity: 0.9;
    color: #fff !important;
}
#carouselComboOffer .add-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
#carouselComboOffer .add-cart .decrement, #carouselComboOffer .add-cart .increment {
    flex: 25%;
    /* max-width: 80px !important; */
}
#carouselComboOffer .add-cart input.prdqty {
    flex: 50%;
    min-width: 60px;
    min-height: 42px;
}
span.comoffname {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-family: 'Shojumaru';
    color: #790b0e;
    font-size: 18px;
}
.list-combo td {
    background: linear-gradient(180deg, #fee60000 0%, #fee60047 100%);
}
#carouselComboOffer .combo-data a {
    color: #fff;
    text-decoration: none;
}
.na-fiexed-dark {
    background: rgb(121 11 14);
    padding: 10px 0px !important;
}
nav.navbar.na-fiexed-dark .navbar-nav .nav-item .nav-link:not(.shopping-cart) {
    color: #fff !important;
}

.fs-7 {
    font-size: 0.8rem !important;
}
label.error {
    color: #b50000;
}
label span.required {
    color: #b50000;
}
.dropdown-item:hover {
    background-color: #177dff !important;
    color: #fff !important;
}

.h2, h2 {
    font-size: calc(1.125rem + .9vw) !important;
}
/* Cart icon animation: top-to-bottom, fade out to fade in */
.cart-shake {
    animation: cartTopFadeIn 0.6s;
    will-change: transform, opacity;
}

/* Keyframes for cart icon: move from top, fade in */
@keyframes cartTopFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }
    40% {
        opacity: 0.5;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* For text or badge inside the cart icon, zoom out to zoom in */
.cart-shake .cart-shake-text,
.cart-shake .cart-items-count,
.cart-shake .cartitemcount {
    animation: cartTextZoom 0.6s;
    display: inline-block;
    will-change: transform, opacity;
}

@keyframes cartTextZoom {
    0% {
        opacity: 0.2;
        transform: scale(2.3);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/** 
 * Animation for .cart-items-count inside the shopping cart nav-link.
 * When .cart-shake-text is added, it animates zoom out to in (scale big to small).
 */
.cart-items-count.cart-shake-text,
.cartitemcount.cart-shake-text {
    animation: cartTextZoom 0.6s;
    display: inline-block;
    will-change: transform, opacity;
}

/* Optionally, if you want to always have the .cart-items-count scale on update, 
   you can add/remove the .cart-shake-text class via JS as is done in script.js. */

/* If you want to target only inside the shopping cart nav-link: */
#navbarcartItemsDropdown .cart-items-count.cart-shake-text {
    animation: cartTextZoom 0.6s;
    display: inline-block;
    will-change: transform, opacity;
}


/** 
 * Shake animation for .shopping-cart.show when .cart-shake is added.
 * Used to give a little shake effect to the cart dropdown on update.
 */
.shopping-cart.show.cart-shake {
    animation: cartShakeAnim 0.3s;
    will-change: transform;
}

@keyframes cartShakeAnim {
    0% { transform: translateX(0); }
    10% { transform: translateX(-6px); }
    20% { transform: translateX(6px); }
    30% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    50% { transform: translateX(-4px); }
    60% { transform: translateX(4px); }
    70% { transform: translateX(-2px); }
    80% { transform: translateX(2px); }
    90% { transform: translateX(-1px); }
    100% { transform: translateX(0); }
}

.quickorder-img-div {
    position: fixed;
    bottom: 220px;
    right: 20px;
    animation: quickorderJump 1.5s infinite ease-in-out;
}

@keyframes quickorderJump {
    0%   { transform: translateY(0); }
    10%  { transform: translateY(-10px); }
    20%  { transform: translateY(-20px); }
    30%  { transform: translateY(-25px); }
    40%  { transform: translateY(-20px); }
    50%  { transform: translateY(-10px); }
    60%  { transform: translateY(0); }
    100% { transform: translateY(0); }
}
.quickorder-img-div img {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .whatsapp-img-div {
        bottom: 90px !important;
        right: 40px !important;
    }
    .whatsapp-img-div img {
        max-width: 48px !important;
        max-height: 48px !important;
    }
    .quickorder-img-div {
        position: fixed;
        bottom: 10px;
        right: auto;
        left: 10px;
    }
    .quickorder-img-div img {
        max-width: 70%;
    }
}
