body {
    font-size: 0.9rem;
}

* {
    font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
    body.finc-mobile {
        max-width: 100%;
        /* Mobile device width */
        margin-right: auto;
        margin-left: auto;
        background-color: white;
    }

    html {
        background-color: #f0f0f0;
        /* Greyish background for the area outside the body */
    }
}

/* Customizing buttons */
.btn-primary {
    background-color: #e23d20;
    border-color: #e23d20;
}

/* Change the color on hover and focus for better UI */
.btn-primary:hover,
.btn-primary:focus,
.btn:hover,
.btn:first-child:active {
    background-color: #e23d20;
    border-color: #e23d20;
}

.btn-light:hover,
.btn-light:focus,
{
color: white;
}

.btn.disabled {
    color: #58151c;
    background-color: #f9d7da;
    border-color: #f9d7da;
    opacity: 1;
}

/* Customizing links */
a {
    color: #e23d20;
}

a:hover {
    color: darken(#e23d20, 10%);
}

.text-primary {
    color: #e23d20 !important;
}

.section-title {
    font-weight: 800;
    color: #000;
}

.page-title {
    font-weight: 800;
    color: #000;
    font-size: 18px;
}

.see-all-cta {
    text-decoration: none;
    color: #e23d20;
    font-weight: 600;
    font-size: 0.9rem;
}

.badge {
    position: absolute;
    left: 12px;
    /* Tailwind tw-left-3 */
    top: 0;
    /* Tailwind tw-top-0 */
    z-index: 10;
    /* Tailwind tw-z-10 */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.badge-text {
    position: absolute;
    z-index: 20;
    width: 20px;
    /* Tailwind tw-w-5 (approximate conversion) */
    text-align: center;
    font-size: 9px;
    /* Tailwind tw-text-[9px] */
    font-weight: 800;
    /* Tailwind tw-font-extrabold */
    color: white;
    /* Tailwind tw-text-white */
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.product-name {
    min-height: 30px;
}

.product-name .title {
    margin-top: 10px;
    font-weight: 600;
    line-height: 15px;
    font-size: 0.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 32px;
    text-decoration: none;
    color: #000;
}

.product-name .variation-title {
    margin-top: 5px;
    font-size: 0.8rem;
    color: #4F4F4F;
    font-weight: 500;
}

.product-price .mrp {
    text-decoration-line: line-through;
    color: #828282;
    font-weight: 500;
    font-size: 0.8rem;
}
.product-price {
    display: flex;
}
.product-price .price {
    color: #000;
    font-weight: 600;
    font-size: 0.8rem;
    margin-right: 7px;
}

.category-home .title {
    color: #000;
    font-weight: 600;
    font-size: 0.7rem;
    margin: 5px 0 10px 0;
    text-align: center;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
    line-height: 18px;
}

.category-home .image-bg {
    background-color: rgb(229 243 243);
    border-radius: var(--bs-border-radius-xl) !important;
}

.category-page .image-bg {
    /*background-color: #f8f9fa;
        border-radius: 50%;
    padding: 5px;*/
}

.category-home .image-bg img,
.category-page .image-bg img {
    padding: 3px;
}

.category-home a,
.category-page a {
    text-decoration: none;
}

.list-footer {
    padding-left: 0;
}

.list-footer-item {
    list-style-type: none;
    padding: 5px 0 5px;
}

.list-footer-item a {
    text-decoration: none;
    color: #666666;
}

.list-headerMenu {
    list-style-type: none;
    padding: 5px 0 5px;
}

.list-headerMenu a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.list-headerMenu-item {
    border-bottom: 1px dotted #dee2e6 !important;
    padding: 15px 0px;
}

.accordion-button:not(.collapsed) {
    color: #a3a3a3;
    background-color: #f8f9fa;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.overflow-y-scroll {
    overflow-y: scroll;
    display: flex;
    height: calc(100vh - 110px);
}

.category-page .title {
    color: #000;
    font-weight: 600;
    font-size: 0.7rem;
    margin: 5px 5px 10px 5px;
    text-align: center;
    line-height: 14px;
    /*margin-right: 0.5rem!important;
    margin-left: 0.5rem!important;*/
}

.swiper-pagination-bullet-active {
    background: #e23d20;
}

.viewOtherItems {
    text-decoration: none;
    color: #e23d20;
    font-size: 0.8rem;
}

.lineSeparatorETS {
    height: 1.5px;
    border-width: 1px;
    border-color: rgb(232, 232, 232);
    background-color: rgb(232, 232, 232);
}

.productSingleTitle {
    font-weight: 800;
    color: #000;
    font-size: 1.2rem;
    margin-top: 10px;
    width: 70%;
    line-height: 20px;
}


.form-check-input:checked {
    background-color: #e23d20;
    border-color: #e23d20;
}

.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
    max-width: 576px;
}

.mb-footer {
    margin-bottom: 5rem !important;
}

.sticky-footer-cta {
    font-size: 0.8rem;
}

.btn-danger {
    color: #fff;
    background-color: #e23d20;
}

.bg-danger {
    color: #fff;
    background-color: #e23d20 !important;
}

.header-logo {
    width: 150px;
}

.btn-search:active,
.btn-search:hover {
    background-color: transparent !important;
    border-color: 1px solid #dee2e6;
    color: #6c757d !important;
}

.offcanvas {
    max-width: 300px;
}

.product-cta-atc {
    max-width: 120px;
}

.product-cta {
    max-width: 80px;
}

.mw-cta {
    max-width: 45%;
}

@media (min-width: 768px) {
    .mw-cta {
        max-width: 35%;
    }
}


.floating-collection {
    width: 54px;
    height: 54px;
    margin-bottom: 70px !important;
    z-index: 99
}

.express-delivery-terms {
    background: #ED213A;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A);
    background: linear-gradient(to right, #93291E, #ED213A);
    color: white;
}


/* ################## New Design Impliment ################ */

/*.swiper-slide {*/
    /*border: 0.5px solid rgb(232, 232, 232);*/
/*    padding: 4px;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);*/
/*}*/

   

.swiper-slide {
    border: 0.5px solid rgb(232, 232, 232);
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);
}
.my-custom-slider .swiper-slide {
    border:none;
    padding: 4px;
    box-shadow: none
    /*border-radius: 5px;*/
    /*box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.5);*/
    }


.swiper-wrapper {
    padding-bottom: 8px;
}

.delivary-terms {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
}

.delivary-terms h3 {
    font-weight: 800;
    color: #e23d20;
    font-size: 18px;
}

.delivary-terms ul {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
}

.delivary-terms ul li {
    font-size: 16px;
    font-weight: 500;
    color: #4F4F4F;
    margin: 5px 0;
}

/* ##### Responsive ##### */

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 576.98px) {
    .product-name .title {
        font-size: 0.7rem;
    }

    .input-group-sm>.btn {
        padding: .15rem .3rem;
    }

    .input-group-sm>.form-select,
    .input-group-sm>.form-control {
        padding: .15rem 0rem;
        width: 17px;
    }

    .header {
        position: relative;
    }

    .header .d-flex {
        display: block !important;
    }

    .mbl-customize .profile {
        position: absolute;
        right: 15px;
        top: 5px;
    }

    .btn-sm {
        --bs-btn-padding-y: 0.15rem;
        --bs-btn-padding-x: 0.3rem;
    }

    .mw-cta {
        max-width: 50%;
    }

    .product-cta {
        width: 58px;
    }
}

.invoice_active {
    background: #e33545 !important;
    color: #fff;
    border: 1px solid #fff !important;
}