.cart_counter:empty, .notification_counter:empty {
    display: none !important;
}

.rm_like_product,
.like_product {
    cursor: pointer !important;
}

.like_product i:hover,
.rm_like_product i:hover {
    transform: scale(1.2);
}

.cart_counter, .notification_counter {
    transition: 1s;
}

.transform-100 {
    transform: translateY(-1000px) !important;
}

.sub-one,
.add-one {
    transition: 1s;
}

span.active {
    color: #57b33b !important;
}

.empty-cart-div {
    margin: 0 auto;
    text-align: center;
    font-family: "Maison Neue";
    font-weight: 300;
}
.empty-cart-div svg {
    /* max-width: 60%; */
}
.empty-cart-div svg #oval,
.empty-cart-div svg #plus,
.empty-cart-div svg #diamond,
.empty-cart-div svg #bubble-rounded {
    animation: plopp 4s ease-out infinite;
}

.empty-cart-div svg #oval:nth-child(1),
.empty-cart-div svg #plus:nth-child(1),
.empty-cart-div svg #diamond:nth-child(1),
.empty-cart-div svg #bubble-rounded:nth-child(1) {
    animation-delay: -240ms;
}

.empty-cart-div svg #oval:nth-child(2),
.empty-cart-div svg #plus:nth-child(2),
.empty-cart-div svg #diamond:nth-child(2),
.empty-cart-div svg #bubble-rounded:nth-child(2) {
    animation-delay: -480ms;
}

.empty-cart-div svg #oval:nth-child(3),
.empty-cart-div svg #plus:nth-child(3),
.empty-cart-div svg #diamond:nth-child(3),
.empty-cart-div svg #bubble-rounded:nth-child(3) {
    animation-delay: -720ms;
}

.empty-cart-div svg #oval:nth-child(4),
.empty-cart-div svg #plus:nth-child(4),
.empty-cart-div svg #diamond:nth-child(4),
.empty-cart-div svg #bubble-rounded:nth-child(4) {
    animation-delay: -960ms;
}

.empty-cart-div svg #oval:nth-child(5),
.empty-cart-div svg #plus:nth-child(5),
.empty-cart-div svg #diamond:nth-child(5),
.empty-cart-div svg #bubble-rounded:nth-child(5) {
    animation-delay: -1200ms;
}
.empty-cart-div svg #oval:nth-child(6),
.empty-cart-div svg #plus:nth-child(6),
.empty-cart-div svg #diamond:nth-child(6),
.empty-cart-div svg #bubble-rounded:nth-child(6) {
    animation-delay: -1440ms;
}
.empty-cart-div svg #oval:nth-child(7),
.empty-cart-div svg #plus:nth-child(7),
.empty-cart-div svg #diamond:nth-child(7),
.empty-cart-div svg #bubble-rounded:nth-child(7) {
    animation-delay: -1680ms;
}
.empty-cart-div svg #oval:nth-child(8),
.empty-cart-div svg #plus:nth-child(8),
.empty-cart-div svg #diamond:nth-child(8),
.empty-cart-div svg #bubble-rounded:nth-child(8) {
    animation-delay: -1920ms;
}
.empty-cart-div svg #oval:nth-child(9),
.empty-cart-div svg #plus:nth-child(9),
.empty-cart-div svg #diamond:nth-child(9),
.empty-cart-div svg #bubble-rounded:nth-child(9) {
    animation-delay: -2160ms;
}
.empty-cart-div svg #oval:nth-child(10),
.empty-cart-div svg #plus:nth-child(10),
.empty-cart-div svg #diamond:nth-child(10),
.empty-cart-div svg #bubble-rounded:nth-child(10) {
    animation-delay: -2400ms;
}
.empty-cart-div svg #oval:nth-child(11),
.empty-cart-div svg #plus:nth-child(11),
.empty-cart-div svg #diamond:nth-child(11),
.empty-cart-div svg #bubble-rounded:nth-child(11) {
    animation-delay: -2640ms;
}
.empty-cart-div svg #oval:nth-child(12),
.empty-cart-div svg #plus:nth-child(12),
.empty-cart-div svg #diamond:nth-child(12),
.empty-cart-div svg #bubble-rounded:nth-child(12) {
    animation-delay: -2880ms;
}
.empty-cart-div svg #oval:nth-child(13),
.empty-cart-div svg #plus:nth-child(13),
.empty-cart-div svg #diamond:nth-child(13),
.empty-cart-div svg #bubble-rounded:nth-child(13) {
    animation-delay: -3120ms;
}
.empty-cart-div svg #oval:nth-child(14),
.empty-cart-div svg #plus:nth-child(14),
.empty-cart-div svg #diamond:nth-child(14),
.empty-cart-div svg #bubble-rounded:nth-child(14) {
    animation-delay: -3360ms;
}
.empty-cart-div svg #oval:nth-child(15),
.empty-cart-div svg #plus:nth-child(15),
.empty-cart-div svg #diamond:nth-child(15),
.empty-cart-div svg #bubble-rounded:nth-child(15) {
    animation-delay: -3600ms;
}
.empty-cart-div svg #oval:nth-child(16),
.empty-cart-div svg #plus:nth-child(16),
.empty-cart-div svg #diamond:nth-child(16),
.empty-cart-div svg #bubble-rounded:nth-child(16) {
    animation-delay: -3840ms;
}
.empty-cart-div svg #bg-line:nth-child(2) {
    fill-opacity: 0.3;
}
.empty-cart-div svg #bg-line:nth-child(3) {
    fill-opacity: 0.4;
}

@-moz-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@-webkit-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@-o-keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}
@keyframes plopp {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: translate(0, -10px);
        opacity: 0;
    }
}

.empty-cart-div .empty-cart-title {
    font-weight: 800;
    font-family: "Lexend Regular";
    text-transform: uppercase;
}

.empty-cart-div p {
    color: #666666;
    font-family: "Helvetica";
}

#loader .loader {
    height: 150px;
    position: relative;
}
#loader .loaderr:before,
#loader .loader:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    margin: 10px auto;
    border-radius: 50%;
    color: #fff;
    background: currentColor;
    box-shadow: 0 50px, 0 100px;
    animation: left 1s infinite ease-in-out;
}
#loader .loader:after {
    animation: right 1.1s infinite ease-in-out;
}

#loader {
    display: block;
    background: #0909098f;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#loader .loader {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@keyframes right {
    0%,
    100% {
        transform: translate(-15px);
    }
    50% {
        transform: translate(15px);
    }
}

@keyframes left {
    0%,
    100% {
        transform: translate(15px);
    }
    50% {
        transform: translate(-15px);
    }
}

.cursor-pointer {
    cursor: pointer !important;
}

.img-pro-detail.active {
    border: 2px solid #57b33b;
}

.img-pro-detail {
    object-fit: cover;
    padding: 0px;
}

.group_attribute_div .form-check-radio {
    position: relative;
    min-width: 25px;
    min-height: 25px;
}

.group_attribute_div .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.group_attribute_div .color_span {
    position: absolute;
    width: 100%;
    height: 100%;
}

.group_attribute_div input[type="radio"]:checked + span::after {
    content: "";
    position: absolute;
    border: 2px solid #2ec12e;
    width: 100%;
    height: 100%;
    padding: 15px;
    transform: translate(-13%, -13%);
}

.group_attribute_div * {
    cursor: pointer !important;
}

.group_attribute_div input[type="radio"] + label {
    background-color: #212529;
    color: #ffffff;
    margin: 3px;
}

.group_attribute_div input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    border: 2px solid #2ec12e;
    width: 100%;
    height: 100%;
    padding: 15px;
    left: 0;
    top: 0;
}

.no-combo {
    font-weight: 700;
    font-family: "Lexend Regular";
    background: #b30408;
    color: #fafafa !important;
    padding: 11px 9px;
    border-radius: 11px;
    margin: 0px;
}

.quick_select_color {
    border-bottom: 1px solid #998d8d;
    padding-bottom: 10px;
}

.share-this {
    position: relative;
}

.share-this .need-share-button_button {
    position: absolute;
    left: 0;
    opacity: 0;
}

.share-this .need-share-button_dropdown {
    background: #fff;
    border: 1px solid #c1bebe;
}

.cart-class .btn-pro {
    color: white !important;
    background-color: #57b33b !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 18px !important;
    text-align: center !important;
    padding: 7px 22px !important;
    border-radius: 9px !important;
}

.btn-theme {
    background: #57b33b;
    color: #fff;
}

.btn-theme:hover {
    background: #57b33b;
    color: #fff;
}

.product-attr {
    pointer-events: none !important;
}

.product-attr .btn-theme {
    font-family: "Lexend Regular";
}

.no-event {
    pointer-events: none !important;
}

.food-icon {
    position: absolute;
    top: 0;
    left: 0;
}

.food-icon i {
    color: #3b403a;
    padding: 1px 5px;
    border-radius: 50%;
    box-shadow: 1px 1px 3px 0px #1b1b1bab;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 20px;
}

.cart-items .card {
    overflow: hidden;
}

.cart_page_quantity:focus-visible,
.cart_quantity:focus-visible {
    outline: 1px solid rgb(197, 196, 196) !important;
    border-radius: 5px;
}
.not-deliverable {
    color: red;
}

.payment-option {
    position: relative;
}

.payment-option .form-check {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0 !important;
    cursor: pointer;
}

.payment-option.active {
    border: 2px solid #57b33b;
    box-shadow: 0px 0px 5px 0px #57b33b;
}

.razorpay-btn {
    color: white;
    background: #57b33b;
    padding: 7px 16px;
    margin: 5px;
}

.head-pay {
    color: #57b33b;
    text-transform: uppercase;
}

.category-list-scrolled {
    width: 100%;
    max-height: 70vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.category-list-scrolled::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.category-list-scrolled::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}

.category-list-scrolled::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.category-list-scrolled {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    background-color: rgba(
        var(--bs-tertiary-bg-rgb),
        var(--bs-bg-opacity)
    ) !important;
}

.input-group-text {
    padding: 0.675rem 0.75rem !important;
}
