@charset "UTF-8";
/*
Version: 1.2.0
License: GNU General Public License
*/
/* Theme styles */

@import url("variables.css");
@import url("header.css");
@import url("mini_cart.css");
@import url("store_categories.css");
@import url("email_phone_verification.css");
@import url("catogery_slider.css");
@import url("store_list.css");
@import url("banner.css");
@import url("filter_search.css");
@import url("footer.css");



@media (min-width: 1400px) {
    .container {
        max-width: 1226px;
    }
}

section {
    padding: var(--bs-section-padding);
}

.section-landing > .container > .row, .row_mb {
    margin-bottom: var(--rowgrid-margin-bottom);
}

.hide {
    display: none !important;
}

:focus-visible {
    outline: none;
}

/*Google pac container dropdown*/
.pac-container, .pac-item {
    z-index: 2147483647 !important;
}

/* === model popup ===*/
.modal-content {
    border: 0px;
}

.modal-backdrop {
    --bs-backdrop-bg: #2A2A2A;
    --bs-backdrop-opacity: 0.4;
    background-color: var(--bs-backdrop-bg);
}

.modal-body {
    padding-top: 0px;
}

.modal-header {
    border-bottom: 0px;
}

    .modal-header > div {
        flex-wrap: wrap;
    }

.modal-title {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 600;
}

.modal-header p {
    width: 100%;
    margin: 0;
    color: var(--bs-text-secondary);
}

.modal-content .btn-close {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
}

.modal-footer {
    border-top: 0px;
}

    .modal-footer > * {
        margin: 0;
    }

.btn-field {
    width: 100%;
    overflow: hidden;
}



/* ===login-modal=== */

@media (min-width: 576px) {
    #login-modal .modal-dialog {
        max-width: var(--login-modal-width);
    }
}

.login-modal .modal-body {
    padding: 0;
}

.loginpopupcontent {
    display: flex;
    overflow: hidden;
    border-radius: var(--bs-modal-border-radius);
}

.logincontent {
    width: 100%;
    max-width: 390px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background-color: color-mix(in srgb, var(--bs-primary) 10%, white);
}

.loginformsec, .welcome_massage_wrap {
    width: 100%;
    padding: 45px 35px;
}

.welcome_title {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 1.5rem;
}

.mrch_logo {
    width: 100%;
    display: flex;
}

    .mrch_logo a {
        text-decoration: none;
    }

    .mrch_logo img {
        max-height: 45px;
        max-width: 160px;
    }

.Welcome_title span {
    width: 100%;
    font-size: 1.5rem;
    display: inline-block;
}

.mrch_logo .mobilelogo {
    display: none;
}

.mrch_logo .logotext i, .inst_applist .logotext i {
    display: none;
}

.mrch_logo .logotext span {
    font-size: 1rem;
    font-weight: 400;
}

.welcome_title h5 {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
}

.welcome_massage {
    color: color-mix(in srgb, var(--bs-body-color) 95%, white);
}

    .welcome_massage p {
        font-size: 1rem;
        margin: 0;
    }

.logindisc {
    margin-top: 1.5rem;
}

    .logindisc ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .logindisc ul li {
            font-size: 0.875rem;
            position: relative;
            margin-bottom: 1rem;
            padding-inline-start: 1.875rem;
        }

        .logindisc ul > li::before {
            content: "\f058";
            inset-inline-start: 0;
            top: 2px;
            position: absolute;
            font-family: "Font Awesome 6 Pro";
            font-size: 1.4rem;
            line-height: 1;
            font-weight: 300;
            color: var(--bs-primary);
        }

.logininfogra {
    display: flex;
    align-items: end;
    padding-bottom: 1rem;
}

    .logininfogra svg {
        width: 100%;
    }

        .logininfogra svg path[fill="#027F51"] {
            fill: var(--bs-primary);
        }

        .logininfogra svg path[fill="#4DA585"] {
            fill: color-mix(in srgb, var(--bs-primary) 65%, white);
        }

        .logininfogra svg path[d="M217.028 145.207L241.798 145.036L242.342 175.804H214.539L217.028 145.207Z"][fill="#455A64"] {
            fill: color-mix(in srgb, var(--bs-primary) 65%, black);
        }

.loginformsec h5 {
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.loginformsec .btn-field .btn {
    width: 100%;
}

.form-group {
    margin-bottom: var(--form-group-mb);
}
/* intlTelInput */
.iti {
    width: 100%;
}

.iti__selected-country {
    background-color: var( --iti-selected-flag-bg);
    padding: 0;
    padding-inline-end: 20px;
    padding-inline-start: 8px;
}

    .iti__selected-country::after {
        content: '';
        width: 1px;
        height: 20px;
        position: absolute;
        inset-inline-end: 5px;
        background-color: var(--bs-border-color);
    }

.iti input[type="tel"] {
    font-size: var(--iti-font-size);
    letter-spacing: var(--iti-input-letter-spacing);
}

.otp-control p {
    text-align: center;
}

    .otp-control p span {
        width: 100%;
        display: inline-block;
        font-weight: 500;
    }

        .otp-control p span a {
            color: color-mix(in srgb, var(--bs-body-color) 75%, white);
        }

.otp-control .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .otp_input_outer {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.otp_input_inner {
    width: 288px;
    inset-inline-start: 0;
    position: sticky;
    background-image: url(../images/otp_bg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
}

.otp_input_inner input {
    padding: 0;
    height: 60px!important;
    font-size: 20px;
    font-weight: 600;
    background:transparent!important;
    border: 0;
    margin-inline-start: 26px;
    letter-spacing: 64px;
    line-height: 100%;
    outline: none;
} */

.otp-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.otp-input {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 24px;
    border-radius: var(--bs-border-radius);
    transition: all 0.2s ease;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

    .otp-input:focus {
        color: var(--bs-body-color);
        background-color: var(--bs-body-bg);
        border-color: #86b7fe;
        outline: 0;
    }

.loginlinks_option {
    text-align: center;
    margin-top: 2rem;
}

.separation {
    margin: 2.5rem 0;
    text-align: center;
    position: relative;
    line-height: 1;
}

    .separation::before {
        content: '';
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: var(--bs-border-color);
        top: -50%;
        bottom: -50%;
        margin: auto;
        inset-inline-start: -50%;
        inset-inline-end: -50%;
    }

    .separation span {
        background-color: white;
        padding: 3px 10px;
        z-index: 0;
        display: inline-block;
        position: relative;
    }

.federated-login-liks {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
}

.fe_social_link {
    display: flex;
    width: 100%;
    height: 3.25rem;
    padding: 1rem 1.25rem;
    align-items: center;
    gap: 0.625rem;
    cursor: pointer;
    border-radius: var(--bs-border-radius);
    border: 1px solid;
    /* position: relative; */
    border-color: color-mix(in srgb, var(--bs-border-color) 70%, black);
}

.socialLinkIcon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.federated-login img {
    width: 20px;
    height: 20px;
}

.facebookLogin .socialLinkIcon {
    width: 20px !important;
    overflow: hidden;
    position: relative;
    background-image: url(../images/facebook_icons.svg);
}

.social_name {
    text-align: center;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 140%; /* 1.3125rem */
    width: calc(100% - 35px);
}

@media (max-width: 767px) {
    .loginpopupcontent {
        flex-wrap: wrap;
    }

        .loginpopupcontent .logincontent {
            max-width: 100%;
        }

    .logininfogra, .logindisc {
        display: none;
    }

    .loginformsec, .welcome_massage_wrap {
        padding: 25px 20px;
    }

        .welcome_title h5, .loginformsec h5 {
            font-size: 1.2rem;
        }

    .welcome_title {
        margin-bottom: 1rem;
    }

    .welcome_massage p {
        font-size: 0.875rem;
    }
}

/* ===login-modal end=== */

.delivery_adress_sec {
    margin-bottom: 1rem;
}

    .delivery_adress_sec h6 {
        font-size: 0.938rem;
        font-weight: 600;
    }

    .delivery_adress_sec:last-child, .delivery_adress_list:last-child {
        margin-bottom: 0;
    }

.delivery_adress_wap {
    margin: 0;
    padding: 0;
}

.delivery_adress_list {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    position: relative;
    border-radius: 8px;
    border: 1px solid;
    border-color: var(--bs-border-color);
    overflow: hidden;
    padding: 14px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
}

    .delivery_adress_list:hover, .delivery_adress_list.active {
        background-color: color-mix(in srgb, var(--bs-primary) 4%, white);
    }

    .delivery_adress_list.active {
        cursor: default;
    }

.delivery_location, .delivery_status {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.delivery_status {
    width: auto;
    min-width: 32px;
    margin-inline-start: 1rem;
    flex-wrap: nowrap;
}

.success_adress i {
    font-size: 30px;
    color: var(--bs-primary);
    background: var(--bs-white);
    border-radius: 50%;
}

.add_new_delvadress {
    width: 100%;
    text-transform: capitalize;
}

#address-modal .modal-dialog {
    max-width: var(--bs-address-modal-mw);
}

.newaddress_wrap h6 {
    color: var(--bs-text-secondary);
}

.form-floating > label {
    padding: 0.75rem 0.875rem;
    padding-top: 0.975rem;
}

.locationcross {
    width: 21px;
    height: 21px;
    margin-inline-end: 5px;
    display: block;
    background-repeat: no-repeat;
}

.your_location {
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    cursor: pointer;
}

.newaddress_wrap .savenewaddres {
    width: 100%;
}

.pac-target-input {
    border-radius: var(--bs-border-radius) !important;
}

.curt_locationwrap {
    padding-inline-start: 0.938rem;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.adress_two_field {
    margin-bottom: var(--form-group-mb);
}

.newaddress_wrap .form-group, .newaddress_wrap .input-group, .newaddress_wrap .locationsmap, .adress_two_field {
    margin-bottom: 1.2rem;
}

#address-modal .editadresswrap {
    margin-bottom:   .867rem;
}

.other-address-Type .form-group {
    margin: 0;
}

.terms-conditions {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

    .terms-conditions p {
        font-size: 0.75rem;
    }

        .terms-conditions p a {
            font-weight: 600;
        }

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select, .your_location, .form-group .form-control {
    height: calc(3.25rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.25rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

.form-control, .form-select {
    font-size: 0.875rem;
}

    .form-control:focus {
        box-shadow: none;
    }

.lost_password_otp, .otp_countdown_wrap {
    text-align: center;
    margin-top: var(--form-group-mb);
}

@media (max-width: 480px) {
    .your_location {
        width: 50px !important;
        padding: 0 !important;
    }

    .locationcross {
        margin-inline-end: 0;
    }

    .curt_locationwrap .your_location span {
        display: none;
    }
}


/* product-itemview */
.titlewrap {
    margin-bottom: 1.85rem;
}

    .titlewrap h2 {
        margin: 0;
        font-size: var(--title-wrp-h2-font-size);
    }

.title_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-itemview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.product-card, .noproduct_results {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    border-radius: 12px;
    background: white;
    gap: 10px;
    flex-wrap: wrap;
    box-shadow: 0px 5.896px 17.689px 0px rgba(186, 186, 186, 0.25);
}

.product-itemview .product-card {
    max-width: calc(25% - 15px);
}

.product-card_thumb, .prctImg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 158px;
    padding: 15px;
    overflow: hidden;
    position: relative;
}

    .product-card_thumb > a, .prctImg > a, .card_thumb-img {
        display: flex;
        height: 100%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .product-card_thumb img {
        max-height: 100%;
    }

.action-icon {
    position: absolute;
    top: 0;
    inset-inline-end: 0;
}

.label_wishlist {
    background-color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    inset-inline-end: 0px;
    color: #B1B1B1;
    text-decoration: none;
}

    .label_wishlist .fa-heart {
        font-size: 20px;
    }

        .label_wishlist .fa-heart::before {
            font-weight: 500;
        }

        .label_wishlist .fa-heart:hover::before,
        .label_wishlist.active .fa-heart::before {
            font-weight: 900;
            color: var(--whishlist-icon-active);
        }

.product-card .product-label {
    position: absolute;
    top: 0;
    inset-inline-start: 15px;
    z-index: 1;
    width: 65px;
    line-height: 100%;
    padding: 10px 5px;
    color: white;
    font-size: 14px;
    text-align: center;
    pointer-events: none;
    text-transform: lowercase;
}

.product-label::after {
    display: none;
    content: "";
    position: absolute;
    left: 0px;
    height: 6px;
    width: 100%;
    bottom: -5px;
    background: url(../images/product-label_shap.svg) no-repeat top;
    background-size: 100%;
}

.product-label svg {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: 0;
}

    .product-label svg path {
        fill: var(--bs-primary);
        ;
    }

.product-label span {
    z-index: 1;
    position: relative;
}

.product-card_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
    padding-top: 0;
}

.label_delivery_mode {
    color: var(--label_delivery_mode_color);
    background-color: var(--label_delivery_mode_bg);
    display: inline-flex;
    border-radius: 0.25rem;
    padding: 0.3rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 35px;
    line-height: 1;
    font-size: 12px;
    white-space: normal;
}

.courierdelivery {
    color: var(--courierdelivery_color);
    background-color: var(--courierdelivery_bg);
}

.expressdelivery {
    color: var(--expressdelivery_color);
    background-color: var(--expressdelivery_bg);
}

.product-card .sponsored-badge, .product-card .label_veg_nonveg {
    position: absolute;
    bottom: 5px;
    pointer-events: none;
    inset-inline-end: 0;
}

.label_veg_nonveg {
    width: 18px;
    height: 18px;
    background-color: #fff;
    inset-inline-end: auto;
    inset-inline-start: 10px;
}

.product-card_info h4 {
    font-size: var(--product-card-title-h4-font-size);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    text-align: start;
    width: 100%;
}

    .product-card_info h4 a {
        color: #3D3D3D;
        text-decoration: none;
    }

.prod_quty {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    width: 100%;
    color: color-mix(in srgb, var(--bs-text-secondary) 50%, white);
}

.product_btn_group {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.product-price_wrap, .productPrice {
    display: flex;
    line-height: 1;
    gap: 8px;
    min-height: 38px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.product-price_regular, .actulPrice {
    text-decoration: line-through;
    font-size: 0.875rem;
    color: color-mix(in srgb, var(--bs-text-secondary) 60%, white);
    width: 100%;
    text-align: start;
}

.product-price_discount, .DisPrice_unitprice {
    font-size: 0.875rem;
    line-height: 1;
    font-weight: 600;
    width: 100%;
}

.product-price_info {
    height: 38px;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 120%;
    color: color-mix(in srgb, var(--bs-text-secondary) 45%, white);
    font-size: 0.875rem;
}

.product-action {
    display: inline-flex;
    width: auto;
    min-height: 30px;
    text-align: start;
    align-items: center;
    justify-content: center;
}

.form-qty-block {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid;
    border-radius: 6px;
    width: 100px;
    min-height: 38px;
    border-color: var(--bs-primary);
}

    .form-qty-block .btn-plus, .form-qty-block .btn-minus, .btn-plus-no-action {
        background-color: var(--bs-primary);
        color: #fff;
        line-height: 1.4;
        border-radius: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: var(--bs-primary);
    color: #fff;
    border-color: var(--bs-primary);
}

.form-qty-block .btn-plus.btn-add span, .btn-plus-no-action span {
    background-color: color-mix(in srgb, var(--bs-primary) 15%, white);
    padding: 0 5px;
    position: absolute;
    top: 0px;
    inset-inline-start: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--bs-primary);
}

.form-qty-block .skip-addcart {
    text-decoration: none;
    gap: 5px;
    background-color: color-mix(in srgb, var(--bs-primary) 15%, white);
}

.skip-addcart i {
    color: var(--bs-primary);
}

.form-qty-block .skip-addcart span {
    width: auto !important;
    padding: 0 !important;
    position: relative !important;
}

.form-qty-block .form-qty {
    width: 40px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    border: none;
    background-color: var(--bs-primary);
    font-weight: 600;
    min-height: auto;
    color: white;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.product_outofstock .product-card_thumb::after,
.product_soldout .product-card_thumb::after {
    content: "";
    position: absolute;
    width: 126px;
    height: 35px;
    top: -50%;
    inset-inline-start: -50%;
    inset-inline-end: -50%;
    bottom: -50%;
    margin: auto;
    color: #FFF;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-secondary);
    /* background-image: url(../images/prod_outofstock.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-30deg); */
}

.product_outofstock .product-card_thumb::after {
    content: "Out of stock";
}

.product_soldout .product-card_thumb::after {
    content: "Sold out";
}

.product-card.btnloadmore, .product-card.btnautoloadmoreproduct-card.btnloadmore {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f6f7f9;
    cursor: pointer;
    padding: 10px;
    background-color: #f6f7f9;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 100px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    box-shadow: none;
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@media (max-width: 1200px) {
    .product-itemview .product-card {
        max-width: calc(33.33% - 15px);
    }
}

@media (max-width: 992px) {
    .label_delivery_mode {
        padding: 0 0.75rem;
        font-size: 11px;
        height: 32px;
    }
}

@media (max-width: 767px) {
    .product-itemview {
        gap: 16px;
    }

        .product-itemview .product-card {
            max-width: calc(50% - 8px);
        }
}

@media (max-width: 767px) {
    .product_btn_group {
        flex-wrap: wrap;
    }
}

/* preferred_Product */
.horizontal_scroll {
    max-width: 100%;
    overflow-y: auto;
    white-space: nowrap;
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
}

.scroll-content {
    display: inline-flex;
    width: auto;
    gap: 20px;
}

.preferedslistslider {
    margin-top: -10px;
    max-width: calc(100% + 30px);
    margin-inline-start: -15px;
}

    .preferedslistslider .scroll-content {
        padding: 15px;
    }

    .preferedslistslider .product-card_info h4 a {
        white-space: normal;
    }

@media (min-width: 576px) {
    .preferedslistslider .product-card {
        flex: 0 0 250px;
    }
}

@media (min-width: 768px) {
    .preferedslistslider .product-card {
        flex: 0 0 216px;
    }
}

@media (min-width: 992px) {
    .preferedslistslider .product-card {
        flex: 0 0 296px;
    }
}

@media (min-width: 1200px) {
    .preferedslistslider .product-card {
        flex: 0 0 264px;
    }
}

@media (min-width: 1400px) {
    .preferedslistslider .product-card {
        flex: 0 0 285px;
    }
}

@media (max-width: 575.9px) {
    .preferedslistslider .product-card {
        flex: 0 0 168px;
    }
}

/* Browse by Category */

.browse-category-list {
    margin-top: 10px;
}

    .browse-category-list ul {
        padding: 0px;
        display: flex;
        gap: 10px;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .browse-category-list li {
        background-color: var(--theme-bg-secondary);
        padding: 10px 20px;
        border-radius: 20px;
        list-style-type: none;
    }

        .browse-category-list li a {
            text-decoration: none;
            color: var(--bs-body-color);
            white-space: nowrap;
        }
/* Browse by Category */

/* buttom loading animation */
@keyframes hdt_rotator {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.processing {
    position: relative;
    pointer-events: none;
}

    .processing * {
        opacity: 0.5;
    }

.btn.processing {
    color: color-mix(in srgb, var(--bs-primary) 15%, white);
    background-color: color-mix(in srgb, var(--bs-primary) 15%, white);
}

.processing:before {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 100%;
    border: solid 2px var(--bs-btn-bg);
    border-top-color: transparent !important;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: hdt_rotator .6s linear infinite var(--hdt-anim-state, paused);
    opacity: 0;
    pointer-events: none;
}

.processing:before {
    opacity: 1;
    --hdt-anim-state: running
}

.btn-outline-secondary.processing {
    background-color: var(--bs-btn-disabled-bg)
}

.form-qty-block .btn.processing {
    background-color: var(--bs-primary);
    color: var(--bs-primary);
}

    .form-qty-block .btn.processing:before {
        width: 1.5rem;
        height: 1.5rem;
        border-color: color-mix(in srgb, var(--bs-primary) 15%, white);
    }
/* buttom loading animation end */

/* products details page */
.contentsection {
    position: relative;
    min-height: calc(100vh - 535px);
}

.product-detailes {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.product-gallery {
    position: relative;
    gap: 15px;
    display: flex;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 400px;
    margin-bottom: 2.5rem;
}

    .product-gallery .slider-items {
        width: 100%;
        height: 308px;
        text-align: center;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.gallery-thumbs .slider-items {
    border-radius: 6px;
    background: #FFF;
    border: 1px solid var(--bs-border-color);
    padding: 0px;
    height: 72px;
    cursor: pointer;
}

.gallery-thumbs .slick-current .slider-items {
    border-color: var(--bs-primary);
}

.product-gallery__thumbs-wrapper {
    display: flex;
    height: 315px;
    width: 95px;
}

.product-gallery__carousel-wrapper {
    display: flex;
    overflow: hidden;
    width: 100%;
    max-width: calc(100% - 95px);
    height: 310px;
}

.gallery-slider {
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    border: 1px solid var(--bs-border-color);
}

.product-gallery .slick-list {
    height: 100%;
    padding: 0px !important;
}

.gallery-thumbs {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.slide_img_view {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs .slide_img_view {
    height: 70px;
}

.product-gallery img {
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 768px) {
    .product-meta {
        max-width: calc(100% - 415px);
        padding-inline-end: 1rem;
    }
}

.product-meta {
    width: 100%;
    line-height: 100%;
    margin-bottom: 0rem;
}

    .product-meta .product-card_info {
        padding: 0px;
        gap: 5px;
        justify-content: flex-start;
    }

    .product-meta h4 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0rem;
        line-height: 140%;
    }

.product-meta__category {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

    .product-meta__category p {
        margin: 0;
        color: color-mix(in srgb, var(--bs-text-secondary) 65%, white);
    }

.product-meta .sponsored-badge {
    width: 100%;
}

.product-meta .action-icon {
    display: flex;
    gap: 15px;
    position: static;
    margin-inline-start: 2rem;
}

.product-meta .label_wishlist {
    background-color: transparent;
    width: auto;
    height: auto;
}

    .product-meta .label_wishlist .fa-heart {
        font-size: 24px;
    }

.product-meta .product_btn_group {
    flex-wrap: nowrap;
    margin: .5rem 0 .75rem 0;
    gap: 20px;
    justify-content: flex-start;
}

.product-meta .product-price_wrap {
    width: auto;
    flex-wrap: nowrap;
    align-items: center;
    min-height: auto;
    gap: 15px;
    margin: 5px 0px;
}

    .product-meta .product-price_wrap > span, .product-meta .product-price_wrap > del {
        width: auto;
    }

.product-meta .product-price_info {
    height: auto;
    font-size: 1rem;
}

.product-meta .product-price_discount {
    font-size: 1.438rem;
}

.product-meta .product-price_regular {
    font-size: 1.125rem;
}

.product-meta__action {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.2rem;
    align-items: center;
}

.product-meta .addtowishlist {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 0.875rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.returnableinfo {
    width: auto;
    margin-bottom: 0;
}

    .returnableinfo p {
        margin: 0;
        color: var(--bs-text-secondary);
    }

.product-meta .label_delivery_mode {
    margin-bottom: 0;
}

.product-meta .delivery_mode_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}

.product-share-social {
    width: 100%;
    margin-bottom: .75rem;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--bs-text-secondary);
}

    .product-share-social a {
        text-decoration: none;
        color: var(--bs-text-secondary);
    }

.short-description {
    margin-bottom: 1rem;
}

    .short-description p {
        font-size: 14px;
        line-height: 140%;
        color: var(--bs-text-secondary);
    }

        .short-description p:last-child {
            margin-bottom: 0;
        }

@media (max-width: 1199px) {
    .product-meta__action {
        gap: 1rem;
    }

    .product-meta .addtowishlist {
        padding-inline-end: 10px;
        padding-inline-start: 10px;
    }
}

@media (max-width: 767px) {

    .product-detailes {
        flex-wrap: wrap;
    }

    .product-gallery {
        margin-bottom: 1rem;
        max-width: 100%;
        flex-direction: column-reverse;
    }

    .product-gallery__thumbs-wrapper {
        display: flex;
        height: 70px;
        width: 100%;
    }

    .gallery-thumbs .slider-items {
        height: 70px;
    }

    .gallery-thumbs .slick-slide {
        margin: 0px 8px;
    }

    .product-gallery__carousel-wrapper {
        max-width: 100%;
    }

    .product-meta {
        margin-bottom: 1rem;
    }
}

/* product recommended */

.product-recommended_wrap {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
}

.similar-products {
    margin-bottom: 1.5rem;
}

.product-recommended_title {
    padding: 15px 10px;
    display: flex;
    border-bottom: 1px solid var(--bs-border-color);
}

    .product-recommended_title h6 {
        margin: 0;
    }

.product-recommended_list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 278px;
    overflow: hidden;
    overflow-y: auto;
}

    .product-recommended_list .product-card {
        flex-wrap: nowrap;
        padding: 8px;
        gap: 10px;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }

    .product-recommended_list li:last-child .product-card {
        border-bottom: 0px;
    }

    .product-recommended_list .product-card_thumb {
        height: 76px;
        width: 80px;
        padding: 0;
    }

    .product-recommended_list .product-card_info {
        gap: 0px;
        padding: 0px;
        width: calc(100% - 80px);
    }

        .product-recommended_list .product-card_info h4 {
            height: 35px;
            font-size: 0.75rem;
            line-height: 130%;
        }

    .product-recommended_list .product-price_wrap {
        gap: 5px;
        min-height: auto;
    }

    .product-recommended_list .product-price_discount,
    .product-recommended_list .product-price_regular {
        font-size: 0.775rem;
    }

.preloder {
    display: flex;
    width: 100%;
    padding: 1rem;
    gap: 6px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.preloder_content {
    width: 100%;
    text-align: center;
    color: var(--bs-text-secondary);
}

.loader_anim {
    border: 5px solid var(--bs-border-color);
    border-top: 5px solid var(--bs-primary);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: loader_anim_spin 1s linear infinite;
}

@keyframes loader_anim_spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-recommended_list .noitems_found {
    width: 100%;
    display: flex;
    align-items: center;
    margin: .5rem 0;
    justify-content: center;
}

.product-recommended_list .noitens_icons {
    max-width: 70px;
}

.swatch-size_wrap {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: .75rem;
    display: inline-flex;
}

    .swatch-size_wrap h6 {
        font-size: var(--bs-body-font-size);
        margin-bottom: .2rem;
    }

.swatch-size_list, .swatch-variants_list {
    padding: 0;
    margin: 0;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
}

    .swatch-size_list li {
        display: flex;
    }

        .swatch-size_list li a, .swatch-variants_list a {
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 100%;
            overflow: hidden;
            transition: all .3s ease;
            border: 1px solid var(--bs-border-color);
            border-radius: var(--bs-border-radius);
            text-decoration: none;
        }

    .swatch-variants_list a {
        padding: 0;
        width: 100px;
        height: 100px;
    }

        .swatch-size_list li a:hover, .swatch-size_list li a.active,
        .swatch-variants_list a:hover, .swatch-variants_list a.active {
            border-color: var(--bs-primary);
            color: var(--bs-primary);
        }

        .swatch-variants_list a img {
            max-width: 100%;
            height: auto;
            max-height: 100px;
        }

.swatch-variants_wrap {
    width: 100%;
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .swatch-variants_list a {
        width: 60px;
        height: 60px;
    }
}


.pro-basic_info {
    width: 100%;
    margin-bottom: 1rem;
}

.pro-basic_info_list {
    display: flex;
    margin: 0;
    padding: 15px;
    list-style: none;
    gap: 20px;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

    .pro-basic_info_list li {
        display: flex;
        gap: 2px;
        font-size: 0.75rem;
        flex-wrap: wrap;
    }

        .pro-basic_info_list li span:first-child {
            font-weight: 600;
            margin-inline-end: 5px;
        }

        .pro-basic_info_list li span:last-child {
            color: color-mix(in srgb, var(--bs-body-color) 95%, white);
            ;
        }

.pro-infotab_wrap {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: var(--bs-border-radius);
    border: 1px solid var(--bs-border-color);
}

    .pro-infotab_wrap nav {
        border-bottom: 1px solid var(--bs-border-color);
    }

.pro-infotab_nav {
    border: 0;
    gap: 1rem 2rem;
    margin: 0 1.5rem;
}

.nav-tabs.pro-infotab_nav .nav-link {
    margin: 0;
    border: 0;
    padding: .5rem 0;
    line-height: 2rem;
    position: relative;
    transition: all .3s ease;
}

.pro-infotab_nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: .1rem;
    inset-inline-start: 0;
    bottom: 0;
    transition: all .3s ease;
    background-color: color-mix(in srgb, var(--bs-border-color) 25%, black);
}

.pro-infotab_nav .nav-link[aria-selected="true"]::after {
    width: 100%;
}

.pro-infotab_content {
    padding: 1.5rem;
    border-color: var(--bs-border-color);
}

    .pro-infotab_content .tab-pane p:last-child {
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    .pro-basic_info_list {
        flex-wrap: wrap;
        gap: 10px;
    }

    .pro-infotab_nav {
        gap: 1rem 1rem;
        margin: 0 1rem;
    }

    .nav-tabs.pro-infotab_nav .nav-link {
        padding: .5rem 0;
        line-height: 1.8rem;
    }
}

/* products details page end*/



/*-products search -*/
.prodt-shop-control {
    --cols: 3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: var(--spacing-x);
    row-gap: var(--spacing-y);
    margin-bottom: 1.25rem;
}

    .prodt-shop-control > .col-auto {
        width: calc(100% / var(--cols) - (var(--spacing-x, 0px) * calc(var(--cols) - 1) / var(--cols)));
    }

.prodt-control-layout {
    display: flex;
    justify-content: center;
}

.prodt-view-layout-switch {
    display: flex;
    gap: 12px;
}

    .prodt-view-layout-switch button {
        color: var(--bs-body-color);
        opacity: .4;
        padding: 0 5px;
        min-height: 25px;
        align-items: center;
        justify-content: center;
        display: flex;
        -webkit-appearance: button;
        background-color: transparent;
        background-image: none;
        border: 0;
    }

        .prodt-view-layout-switch button:hover, .prodt-view-layout-switch button.is-active {
            opacity: 1;
        }

.sorting_wrap {
    display: flex;
    justify-content: end;
}

    .sorting_wrap label {
        display: flex;
        margin-inline-end: .5rem;
        align-items: center;
        white-space: nowrap;
    }

        .sorting_wrap label span {
            display: none;
        }

    .sorting_wrap select {
        width: 200px;
    }

    .sorting_wrap .col-auto { /*-some issue in this style-*/
        width: 100%;
    }

.prodt-utility-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: var(--spacing-x);
    row-gap: var(--spacing-y);
}

    .prodt-utility-wrap > .col {
        max-width: 100%;
    }

.prodt-collection-heading {
    margin-bottom: 1.5rem;
}

    .prodt-collection-heading h6 {
        margin: 0;
    }


/*/listview/*/
.utility-content-wrap .collection-listview .product-card {
    max-width: 100% !important;
    flex-wrap: nowrap;
}

.collection-listview .product-card .product-card_thumb {
    width: 220px;
    height: auto;
}

    .collection-listview .product-card .product-card_thumb img {
        max-height: 110px;
    }

.collection-listview .product-card_info {
    padding: 15px;
    gap: 20px;
    justify-content: flex-start;
}

.collection-listview .label_delivery_mode {
    order: 3;
}

.collection-listview .product-card_info h4 {
    width: 100%;
    order: 1;
    height: auto;
}

.collection-listview .prod_quty {
    order: 2;
}

.collection-listview .product_btn_group {
    width: 100%;
    order: 4;
    gap: 15px 20px;
    justify-content: flex-start;
}

.collection-listview .product-price_wrap {
    gap: 5px;
    display: grid;
    min-height: auto;
}

.catogery-slider__categoryList {
    margin-bottom: 2rem;
}

.catogery-slider_categoryList .catogery-slider_title {
    -webkit-line-clamp: 1;
}

@media (min-width: 1099px) {
    .utility-content-wrap .collection-grid-two .product-card .product-card_thumb img {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .sorting_wrap label span {
        display: block;
    }

    .utility-sidebar-wrap {
        padding-inline-end: calc(var(--spacing-x)/2);
        border-inline-end: 1px solid var(--bs-border-color);
        width: calc(25% - var(--spacing-x)/2);
    }

    .utility-content-wrap {
        width: calc(100% - 25% - var(--spacing-x)/2);
    }

        .utility-content-wrap .product-itemview .product-card {
            max-width: calc(33.33% - 15px);
        }
}

@media (min-width: 767px) {
    .utility-content-wrap .collection-grid-two .product-card {
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 991.9px) {
    .utility-content-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    button[data-view="grid-three"], button[data-view="grid-four"], button[data-view="grid-five"], button[data-view="grid-six"] {
        display: none;
    }
}

@media (max-width: 567px) {
    .collection-listview .product-card_info {
        gap: 10px;
    }

    .prodt-shop-control > .col-auto.prodt-control-layout {
        width: 65px;
    }

    .prodt-shop-control > .col-auto.prodt-control-sorting {
        width: 125px;
    }

    .sorting_wrap select {
        width: calc(100% - 20px);
    }
}
/*-products search End-*/

/* == Horizontal Scroll == */
.hdt-scroll {
    display: flex;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    white-space: nowrap;
}

    .hdt-scroll::-webkit-scrollbar { /* Hide scrollbar for webkit browsers*/
        display: none;
    }
/* == Horizontal Scroll end== */

/* ==== submenu ====*/
.submenu-wrap {
    width: 100%;
    max-width: 225px;
}

.submenu-wrap_list {
    margin: 0;
    border-radius: 12px;
    list-style: none;
    border: 1px solid var(--bs-border-color);
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .submenu-wrap_list li {
        width: 100%;
    }

        .submenu-wrap_list li a {
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            white-space: wrap;
            padding: 10px 20px;
            display: block;
            width: 100%;
            position: relative;
            text-decoration: none;
            transition: all .3s ease;
            color: color-mix(in srgb, var(--bs-body-color) 65%, white);
        }

            .submenu-wrap_list li a:hover, .submenu-wrap_list li a.active {
                color: color-mix(in srgb, var(--bs-body-color) 100%, white);
            }

            .submenu-wrap_list li a::after {
                content: '';
                width: 3px;
                height: 80%;
                background-color: var(--bs-primary);
                position: absolute;
                inset-inline-end: 0;
                top: -50%;
                bottom: -50%;
                margin: auto;
                opacity: 0;
                transition: all .3s ease;
            }

            .submenu-wrap_list li a.active::after {
                opacity: 1;
            }

@media (max-width: 991px) {
    .submenu-wrap {
        display: none;
    }
}
/* ==== submenu end====*/


/*=== wishlist ===*/

.moveall-wishlist {
    font-size: 0.875rem;
    padding: 10px 20px;
}

@media (min-width: 992px) {
    .products-wishlist-view .product-card {
        max-width: calc(33.33% - 15px);
    }
}
/*=== wishlist End===*/

/* === My Cart page === */

.order-processing_wrap {
    z-index: 0;
    margin: auto auto 2rem auto;
    padding: 0;
    display: flex;
    position: relative;
    max-width: 790px;
    justify-content: center;
}

    .order-processing_wrap li {
        width: 165px;
        position: relative;
    }

    .order-processing_wrap .processing-icon {
        width: 15px;
        height: 15px;
        line-height: 20px;
        border-radius: 100%;
        background-color: var(--bs-border-color);
    }

    .order-processing_wrap .odr_processing .processing-icon {
        background-color: var(--bs-primary);
    }

    .order-processing_wrap li::after {
        content: "";
        width: 100%;
        height: 6px;
        background-color: var(--bs-border-color);
        top: 5px;
        bottom: -50%;
        inset-inline-end: 50%;
        margin: 0 auto auto;
        position: absolute;
        z-index: -1;
    }

    .order-processing_wrap li:first-child::after {
        display: none;
    }

    .order-processing_wrap li.odr_processing::after {
        background-color: var(--bs-primary);
    }

    .order-processing_wrap .processing-title {
        line-height: 100%;
        font-size: 1rem;
        color: var(--bs-text-secondary);
        margin-top: 1rem;
    }

.sub_title {
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}

    .sub_title h6 {
        margin: 0;
        float: left;
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--bs-body-color);
    }

.cart-listing_wrap .sub_title h6 {
    font-weight: 500;
    font-size: 1rem;
    color: var(--bs-text-secondary);
}

.empty-basket-wrap {
    float: right;
}

.emptybasket {
    text-decoration: none;
    color: var(--bs-text-secondary);
}

    .emptybasket:hover {
        color: #dc3545;
    }

    .emptybasket i {
        margin-inline-end: 5px;
        color: #dc3545;
    }

.cart-listing_wrap {
    margin-bottom: 2.5rem;
}

.cart-listing, .checkout-listing {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .cart-listing .product-card, .checkout-listing .product-card {
        flex-wrap: nowrap;
        box-shadow: none;
        padding: 15px;
        align-items: flex-start;
        border: 1px solid var(--bs-border-color);
    }

        .cart-listing .product-card.product_outofstock {
            background-color: rgba(255, 0, 0, 0.14);
            border-color: var(--bs-red);
        }

    .cart-listing .product_outofstock .product-price_info, .cart-listing .product_outofstock .btn-cart-remove {
        color: var(--bs-red);
    }

    .cart-listing .product-card_thumb, .checkout-listing .product-card_thumb {
        width: 100px;
        height: 100px;
        padding: 0;
    }

    .cart-listing .product_outofstock .product-card_thumb {
        filter: grayscale(100%);
    }

        .cart-listing .product_outofstock .product-card_thumb::after {
            display: none;
        }

    .cart-listing .action-icon {
        inset-inline-end: auto;
        inset-inline-start: 0;
    }

    .cart-listing .product-card_info {
        padding: 0;
        gap: 10px;
    }

        .cart-listing .product-card_info h4 {
            height: auto;
            max-width: 90%;
            font-size: var(--product-card-title-h4-font-size) / 2;
        }

    .cart-listing .product_btn_group {
        gap: 20px;
        align-items: center;
        justify-content: flex-start;
    }

    .cart-listing .product-price_wrap {
        order: 1;
        flex-wrap: nowrap;
        min-height: auto;
        width: 100%;
        gap: 15px;
    }

    .cart-listing .form-qty-block {
        min-height: 34px;
        border-color: var(--bs-border-color);
    }

        .cart-listing .form-qty-block .btn-plus, .cart-listing .form-qty-block .btn-minus {
            background-color: var(--bs-white);
            color: var(--bs-body-color);
        }

        .cart-listing .form-qty-block .form-qty {
            background-color: var(--bs-white);
            border-top: 0px;
            border-bottom: 0px;
            color: var(--bs-body-color);
        }

    .cart-listing .product-price_regular {
        width: auto;
    }

    .cart-listing .product-price_discount {
        order: 2;
        width: auto;
        font-weight: 400;
    }

.delivery-mode_button {
    gap: 16px;
    width: 100%;
    display: flex;
    font-size: 13px;
    padding-top: .65rem;
    color: var(--bs-text-secondary);
    border-top: 1px solid var(--bs-border-color);
}

    .delivery-mode_button .form-check {
        min-height: auto;
        display: flex;
        cursor: pointer;
        align-items: center
    }

        .delivery-mode_button .form-check label {
            cursor: pointer;
        }

    .delivery-mode_button .form-check-input {
        margin-top: 0px;
        cursor: pointer;
    }

.form-check-input:checked {
    background-color: var(--bs-body-color);
    border-color: var(--bs-body-color);
    background-size: 14px;
}

.btn-cart-remove {
    color: var(--bs-text-secondary);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: absolute;
    inset-inline-end: 0px;
    top: 0;
}

    .btn-cart-remove i {
        font-size: 1.3rem;
    }

@media (max-width: 767px) {
    .delivery-mode_button {
        gap: 5px;
        flex-wrap: wrap;
    }
}

/*-order-summery-*/
.order-summery_wrap {
    border-radius: 10px;
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid var(--bs-border-color);
}

.order-summery_cart {
    margin-top: 2.25rem;
}

.order-summery_wrap h5, .order-details_dlry_addres h5 {
    width: 100%;
    margin: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.order-summery_list {
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 15px 0px;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}

    .order-summery_list li, .grand-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

.order-summery_label {
    font-size: 1rem;
    font-weight: 400;
    color: var(--bs-text-secondary);
}

.order-summery_value {
    font-size: 1rem;
    font-weight: 500;
    color: var(--bs-text-secondary);
}

.grand-total {
    padding: 15px 0px;
    border-top: 1px solid var(--bs-border-color);
}

    .grand-total .order-summery_label, .grand-total .order-summery_value {
        font-size: 1.2rem;
        color: var(--bs-body-color);
    }

.discount-amt .order-summery_value {
    color: green;
}

.cost-prod .order-summery_value {
    color: var(--bs-body-color);
}

.order-summery_wrap .btn {
    width: 100%;
}

.extr-info {
    font-size: .65rem;
    margin-top: .75rem;
    color: var(--bs-text-secondary);
}

.alert-modelpopup .modal-body {
    padding: var(--bs-modal-padding);
}

.alertmodel_content {
    text-align: center;
}

    .alertmodel_content i {
        font-size: 2.75rem;
    }

    .alertmodel_content p:last-child {
        margin-bottom: 0;
    }

@media (max-width: 991.98px) {
    .order-summery_wrap {
        margin-top: 0px;
    }
}

@media (min-width: 576px) {
    .alert-modelpopup {
        max-width: var(--alert-model-width);
    }
}
/* === My Cart page End=== */

/* === Checkout page === */
.deliveryadress_wrap {
    margin-bottom: 2.5rem;
}

    .deliveryadress_wrap > span {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .deliveryadress_wrap span {
        font-size: 0.875rem;
        text-transform: capitalize;
        color: var(--bs-text-secondary);
    }

.deliveryadress_name {
    gap: 10px;
    font-size: 1rem;
}

    .deliveryadress_name strong {
        font-weight: 600;
        color: var(--bs-body-color);
    }

    .deliveryadress_name a, .datdepicker-wrap .btn-field a {
        margin-inline-start: 10px;
        color: var(--bs-info);
    }

.deliveryadress_line span:first-child {
    margin-inline-end: 5px;
}

.deliveryadress_contact-no {
    gap: 15px;
}

/*-checkout-listing-*/
.checkout-listing_wrap {
    margin-bottom: 2rem;
}

.checkout-listing .product-card {
    align-items: flex-start;
    overflow: visible;
}

.checkout-listing .product-card_info {
    gap: 10px;
    padding: 0;
    justify-content: flex-start;
}

    .checkout-listing .product-card_info h4 {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

.dlv-option {
    gap: 8px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.checkout-listing_info {
    gap: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .checkout-listing_info ul, .order-details_info-list ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .checkout-listing_info ul li span, .order-details_info-list ul li span {
            font-size: .875rem;
            color: var(--bs-text-secondary);
        }

            .checkout-listing_info ul li span:last-child, .order-details_info-list ul li span:last-child {
                color: var(--bs-body-color);
            }

.checkout-listing_info-pro {
    max-width: 100%;
}

.checkout-listing_info-pro {
    width: 100%;
    max-width: 310px;
}

.checkout-listing_info-order {
    width: 100%;
    max-width: 180px;
}

.card_thumb-img {
    max-height: 120px;
}

a.order-notes {
    color: var(--bs-info);
}

.pro-items-count {
    font-size: .775rem;
}

.checkout-listing .product-card_thumb {
    height: 100%;
    max-height: 150px;
}

.summary-table-disc .product-card_thumb {
    width: 50px;
    padding: 0px;
    margin-inline-end: 10px;
    max-height: 50px;
}

.item-summary_checkout a {
    text-decoration: none
}

.item-summary_checkout .summary-table-price, .item-summary_checkout .summary-table-tprice {
    width: 25%;
}

.item-summary_checkout .summary-table-list {
    gap: 8px;
}

.order-notes-btn {
    width: 100%;
}

.have-acoupon-wrap .form-group .form-control {
    height: calc(2.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
}

.BookaSlotTriger {
    display: flex;
    border-radius: 0.25rem;
    padding: 0.3rem 0.75rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: 35px;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: var(--bs-border-radius);
}

.BookaSlotToggle {
    width: 100%;
    max-width: 300px;
    background: #FFF;
    padding: .875rem;
    border-radius: 12px;
    box-shadow: 0px 5.896px 17.689px 3px rgba(186, 186, 186, 0.60);
}

.BookaSlotTriger.dropdown-toggle::after {
    display: none;
}

.daywrap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.daylist {
    text-align: center;
    background-color: var(--bs-primary);
    padding: 5px;
    border-radius: 3px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
}

.time-slot {
    padding: 0;
    margin: 0px;
    gap: 5px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .time-slot li {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: calc(33.3% - 4px);
        border: 1px solid var(--bs-border-color);
        border-radius: 3px;
        cursor: pointer;
        transition: all .3s ease;
    }

        .time-slot li:hover,
        .time-slot li.active {
            border-color: var(--bs-primary);
            background-color: color-mix(in srgb, var(--bs-primary) 15%, white);
        }

        .time-slot li span {
            font-size: 12px;
        }

@media (max-width: 766.98px) {
    .checkout-listing_info {
        gap: 0;
        flex-wrap: wrap;
    }

    .item-summary_checkout .summary-table-price, .item-summary_checkout .summary-table-tprice {
        width: 100%;
    }
}

/* === Checkout page End=== */


/*=== payment mode ===*/
.payment-mode-card-wrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.payment-mode-card .sub_title h6 {
    color: var(--bs-text-secondary);
}

.payment-mode-summery {
    margin-top: 0;
}

.payment-mode_list, .payment-mode_list > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.payment-mode_list {
    margin-bottom: 1.5rem;
}

    .payment-mode_list > div {
        width: calc(33.33% - 15px);
        gap: 0px;
        padding: 25px;
        position: relative;
        border-radius: var(--bs-border-radius);
        border: 1px solid var(--bs-border-color);
        justify-content: center;
    }

        .payment-mode_list > div.selected {
            border-color: var(--bs-primary);
        }

            .payment-mode_list > div.selected::after {
                content: "\f058";
                font-size: 1.4rem;
                top: 0px;
                inset-inline-end: 6px;
                position: absolute;
                font-weight: 900;
                color: var(--bs-primary);
                font-family: "Font Awesome 6 Pro";
            }

.payment-mode_icons, .payment-mode_name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 80px;
}

.payment-mode_name {
    width: 100%;
    height: auto;
    text-align: center;
    color: var(--bs-text-secondary);
    font-size: .875rem;
    text-transform: uppercase;
}

.paymentmodecheck {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    border-radius: 0 !important;
    position: absolute;
}

.paymentsecurinfo {
    margin-top: 1rem;
    font-size: 12px;
    color: var(--bs-text-secondary);
}
/* -- */

.payment-mode-card .sub_title {
    margin-bottom: 2rem;
}

.payment-mode_wrap .sub_title h6 {
    font-size: 0.876rem;
    font-weight: 500;
    float: none;
}

.payment-mode_icon {
    width: 100%;
    gap: 20px;
    display: flex;
    margin-bottom: 1.5rem;
}
.modeico {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modeico img {
    max-width: 50px;
    max-height: 34px;
}
.payment-externalpath {
    width: 100%;
    margin: 0px 0px 1.5rem 0px;
    max-width: 400px;
}

.payment-mode_wrap {
    width: 100%;
    display: inline-block;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid var(--bs-border-color);
}

#card-element {
    border: solid var(--bs-border-color);
    border-radius: 6px;
    border-width:0;
    padding: 1rem 0.75rem;
}
.payment-processing .payment-status_text {
    text-align: center;
}
.payment-externalpath.cod {
    margin: auto auto 1.5rem auto;
}
.gifanim_payondvry {
    display:flex;
    width:100%;
    justify-content:center;
}
.payondeliverymsg p {
    font-size: 13px;
    line-height: 18px;
    border-radius: 3px;
    border: .5px solid #e4cda5;
    background: #f9f6ef;
    padding: 8px 12px 8px 8px;
    color: #535353;
}
@media (max-width: 766.98px) {
    .payment-mode_list > div {
        width: calc(50% - 15px);
        padding: 10px;
    }

    .payment-mode_name {
        min-height: 42px;
    }
}

@media (max-width: 436.98px) {
    /* .payment-mode_list > div {
        width: 100%;
    } */
}

/*=== payment mode End===*/

/*=== Order payment status ===*/

.payment-status_wrap {
    width: 100%;
    margin: auto;
    max-width: 820px;
}

.payment-status_icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-bottom: 0.875rem;
}

    .payment-status_icon i {
        font-size: 32px;
    }

.payment-status_text svg path {
    stroke: var(--bs-green);
}

.payment-status_text h4 {
    margin-bottom: 0.275rem;
}

.payment-status_text p {
    font-size: 1rem;
    margin: 0;
    color: var(--bs-text-secondary);
}

.payment-status {
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.payment-status, .payment-status_info, .order-summery_wrap {
    margin-bottom: 2rem;
}

    .payment-status .btn-field {
        gap: 20px;
        width: auto;
        display: flex;
        align-items: flex-end;
    }

.payment-status_info {
    --cols: 4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.875rem;
    row-gap: .875rem;
    padding: 15px;
    background-color: color-mix(in srgb, var(--bs-border-color) 15%, white);
}

.status_info-label {
    gap: 5px;
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% / var(--cols) - (var(--spacing-x, 0px) * calc(var(--cols) - 1) / var(--cols)));
}

    .status_info-label span {
        width: 100%;
        font-size: .875rem;
        color: var(--bs-text-secondary);
    }

        .status_info-label span:last-child {
            font-size: 1rem;
            font-weight: 500;
        }

.payment-status_wrap .order-summery_wrap {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.payment-status_wrap .order-summery_list {
    padding-top: 0;
}

.payment-status_wrap .grand-total .order-summery_label, .payment-status_wrap .grand-total .order-summery_value {
    font-size: 1.125rem;
}

.payment-failed .payment-status {
    justify-content: center;
}

.payment-failed .payment-status_text {
    text-align: center;
}

    .payment-failed .payment-status_text svg path {
        stroke: none;
    }

    .payment-failed .payment-status_text h4 {
        color: var(--bs-red);
    }


@media (max-width: 991.98px) {
    .payment-status {
        flex-wrap: wrap;
    }

    .payment-status_info {
        --cols: 2;
    }
}

@media (max-width: 436.98px) {
    .payment-status_info {
        --cols: 1;
        column-gap: .875rem;
        row-gap: .875rem;
    }
}
/*=== Order payment status ===*/

/*=== my order ===*/

.tabnavwrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .tabnavwrap .Support-btn {
        display: flex;
        gap: 10px;
        text-decoration: none;
        font-size: 1rem;
        color: var(--bs-text-secondary);
    }

        .tabnavwrap .Support-btn i {
            font-size: 1.5rem;
        }

.myordertab {
    width: 100%;
    max-width: calc(100% - 150px);
}

.myordertab_nav {
    border: 0;
    gap: 1rem 1.5rem;
}

    .myordertab_nav .nav-link {
        margin: 0;
        border: 0;
        font-size: 1rem;
        padding: .5rem .5rem;
        line-height: 1.5rem;
        position: relative;
        font-weight: 500;
        transition: all .3s ease;
        padding-top: 0;
        color: color-mix(in srgb, var(--bs-text-secondary) 70%, white);
    }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-primary);
}

.myordertab_nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: .12rem;
    inset-inline-start: 0;
    bottom: 0;
    transition: all .3s ease;
    background-color: var(--bs-primary);
}

.myordertab_nav .nav-link[aria-selected="true"]::after {
    width: 100%;
}

.myordertab_content {
    padding: 1rem 0rem;
}

.myorder-listing .product-card_info {
    gap: 5px;
    width: calc(100% - 260px);
}

    .myorder-listing .product-card_info h4 {
        margin: 0px;
    }

.myorder-listing .btn-field {
    width: 140px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    gap: 15px;
    position: relative;
    padding-top: 25px;
}

    .myorder-listing .btn-field a {
        width: 100%;
        --bs-btn-padding-x: 1rem;
        --bs-btn-padding-y: 0.488rem;
        --bs-btn-font-size: .875rem;
    }

.myorder-listing .checkout-listing_info ul li {
    display: flex;
}

    .myorder-listing .checkout-listing_info ul li span {
        font-size: .875rem;
        display: inline-flex;
    }

        .myorder-listing .checkout-listing_info ul li span:first-child {
            width: 115px;
        }

        .myorder-listing .checkout-listing_info ul li span:last-child {
            width: calc(100% - 115px);
        }

.myorder-listing .order-status {
    position: absolute;
    top: 0;
    font-size: .775rem;
}

.myorder-listing .checkout-listing_info-pro, .order-details_info-list {
    max-width: 100%;
}

@media (max-width: 766.98px) {
    .myorder-listing .product-card {
        flex-wrap: wrap;
    }

    .myorder-listing .btn-field {
        width: 100%;
        height: auto;
        flex-wrap: nowrap;
        align-content: flex-start;
    }

    .myorder-listing .order-status {
        inset-inline-start: 0;
    }

    .myorder-listing .product-card_info {
        width: calc(100% - 110px);
    }

    .myorder-listing .checkout-listing_info ul li {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
    }

        .myorder-listing .checkout-listing_info ul li span:first-child {
            width: auto;
            white-space: nowrap;
        }

        .myorder-listing .checkout-listing_info ul li span:last-child {
            width: auto;
        }

        .myorder-listing .checkout-listing_info ul li span {
            font-size: .775rem;
        }
}

@media (max-width: 566.98px) {
    .myordertab {
        max-width: calc(100% - 50px);
    }

    .tabnavwrap .Support-btn span {
        display: none;
    }
}

/*=== myorder end ===*/

/*=== mywallet ===*/
.mywallet-card_current-balance {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F7F7F7;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    margin-bottom: 2.5rem;
}

.current-balance {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    column-gap: var(--spacing-x);
    row-gap: 5px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 10px;
    padding-inline-end: 20px;
    justify-content: space-between;
}

.current-balance_img {
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.current-balance h6 {
    margin-bottom: 0;
}

.current-balance span {
    font-weight: 500;
    font-size: 1.25rem;
}

@media (max-width: 766.98px) {
    .current-balance_img {
        height: auto;
    }

    .current-balance {
        padding-inline-end: 10px;
    }
}

/*-datdepicker-*/
.mywallet-card_activity, .mywallet-card_transaction-period {
    margin-bottom: 2rem;
}

.datdepicker-wrap {
    display: flex;
    align-items: center;
    padding: 0px 60px;
    background-color: color-mix(in srgb, var(--bs-border-color) 20%, white);
    height: 100px;
    gap: 35px;
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

    .datdepicker-wrap .form-group {
        display: flex;
        gap: 10px;
        margin: 0;
        align-items: center;
    }

        .datdepicker-wrap .form-group .form-control {
            height: calc(2.25rem + calc(var(--bs-border-width) * 2));
            min-height: calc(2.25rem + calc(var(--bs-border-width) * 2));
        }


    .datdepicker-wrap .btn-field {
        width: 280px;
    }

        .datdepicker-wrap .btn-field .btn {
            --bs-btn-padding-x: 1rem;
            --bs-btn-padding-y: 0.488rem;
            --bs-btn-font-size: .875rem;
        }

        .datdepicker-wrap .btn-field a {
            margin-inline-start: 20px;
            text-decoration: none;
        }

/*-datepicker calender-*/
.datepicker {
    z-index: 9991 !important;
    padding: 3px !important;
}

    .datepicker thead {
        background: red;
        border-bottom: 3px solid #fff;
    }

        .datepicker thead tr {
            background: #eaeaea !important;
            border-radius: 0 !important;
        }

    .datepicker td,
    .datepicker th {
        width: 40px !important;
        height: 40px !important;
        border-radius: 6px !important;
        border: none !important;
        text-shadow: none !important;
    }

    .datepicker thead tr th {
        border-radius: 0px !important;
        font-weight: 400 !important;
    }

        .datepicker thead tr th.disabled {
            visibility: visible !important;
        }

    .datepicker table tbody {
        background-color: #FFFFFF;
    }

    .datepicker table tr td.active,
    .datepicker table tr td.active.disabled,
    .datepicker table tr td.active.disabled:hover,
    .datepicker table tr td.active:hover {
        background-image: none !important;
    }

        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled.disabled,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover.disabled,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active.disabled:hover:hover,
        .datepicker table tr td.active.disabled:hover[disabled],
        .datepicker table tr td.active.disabled[disabled],
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover.disabled,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active:hover:hover,
        .datepicker table tr td.active:hover[disabled],
        .datepicker table tr td.active[disabled] {
            background-color: var(--bs-secondary-color) !important;
        }

    .datepicker table tr td.today,
    .datepicker table tr td.today.disabled,
    .datepicker table tr td.today.disabled:hover,
    .datepicker table tr td.today:hover {
        background-color: var(--bs-primary) !important;
        color: #fff !important;
        background-image: none;
    }

    .datepicker .datepicker-switch {
        pointer-events: none;
    }

/*-datepicker calender end-*/

@media (max-width: 1199px) {
    .datdepicker-wrap {
        gap: 20px;
        padding: 0px 30px;
    }

        .datdepicker-wrap .btn-field {
            width: 330px;
        }

            .datdepicker-wrap .btn-field a {
                margin-inline-start: 15px;
            }
}

@media (max-width: 991px) {

    .datdepicker-wrap .btn-field {
        width: 310px;
    }
}

@media (max-width: 767px) {
    .datdepicker-wrap {
        padding: 15px;
        height: auto;
        gap: 15px;
        flex-wrap: wrap;
    }

        .datdepicker-wrap .form-group {
            gap: 0;
            width: calc(100% - 50% - 8px);
            flex-wrap: wrap;
        }
}

/*-datdepicker end-*/

.mywallet-card .sub_title {
    margin-bottom: .575rem;
}

    .mywallet-card .sub_title h6 {
        font-weight: 500;
    }

.mywallet-card_transaction-period {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    background-color: color-mix(in srgb, var(--bs-border-color) 20%, white);
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

    .mywallet-card_transaction-period .sub_title h6 {
        font-size: 1rem;
    }

.transaction-balance {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    width: 100%;
}

    .transaction-balance li {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

.transaction-balance_value {
    font-weight: 600;
}

/*--item-summary--*/
.item-summary-table {
    overflow: hidden;
}

.summary-table-head, .summary-table-body {
    width: 100%;
    font-size: .875rem;
    font-weight: 500;
}

    .summary-table-head .summary-table-list {
        background-color: #F7F9FF;
        font-weight: 500;
        display: flex;
        align-items: center;
    }

.summary-table-list {
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: 400;
    border-bottom: 1px solid var(--bs-border-color);
}

.summary-table-date {
    width: 170px;
    padding-inline-end: 10px;
    font-size: .875rem;
}

    .summary-table-date span {
        width: 100%;
        display: inline-block;
    }

.summary-table-qty, .summary-table-price, .summary-table-tprice {
    width: 15%;
    text-align: center;
}

.summary-table-disc {
    width: 50%;
    display: flex;
    align-items: center;
}

.summary-table-price {
    width: 15%;
    text-align: end;
}

.summary-table-price, .summary-table-tprice {
    text-align: end;
    width: 20%;
}

.summary-table-disc h4 {
    color: #3D3D3D;
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 768px) {
    .summary-m-lbel {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile_hide {
        display: none !important;
    }

    .summary-table-disc, .summary-m-lbel {
        width: 100% !important;
        flex-wrap: wrap;
    }

    .summary-m-lbel {
        display: flex;
    }

        .summary-m-lbel > div {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }

            .summary-m-lbel > div span {
                width: calc(100% - 100px);
                text-align: start;
            }

                .summary-m-lbel > div span:first-child {
                    width: 100px;
                }

    .summary-table-date span.time {
        width: auto !important;
        padding-inline-start: 5px;
    }
}

/*-item-summary end-*/

/*=== myorder end ===*/

/*=== myorder details ===*/

.order-details-card .order-processing_wrap {
    max-width: 100%;
}

.order-details-card .order-details_status {
    text-align: center;
    margin-bottom: 1.5rem;
}

.order-details-card .processing-title {
    font-size: .75rem;
}

.dlvry-status, .expt-dlvry-time {
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    display: inline-block;
}

.dlvry-status {
    text-transform: uppercase;
    color: var(--bs-green);
}

.expt-dlvry-time {
    font-size: 1rem;
    color: var(--bs-text-secondary);
}

    .expt-dlvry-time strong {
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--bs-body-color);
    }

.order-details_infowrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 2rem;
}

.order-details_info, .order-details_dlry_addres, .order-details_summeery {
    width: 100%;
    padding: 15px;
    border-radius: var(--bs-border-radius);
}

.order-details_info {
    background-color: color-mix(in srgb, var(--bs-border-color) 30%, white);
}

.order-details_dlry_addres, .order-details_summeery {
    max-width: calc(50% - 10px);
}

.order-details_dlry_addres {
    border-radius: 10px;
    border: 1px solid var(--bs-border-color);
}

    .order-details_dlry_addres .deliveryadress_wrap {
        margin-bottom: 0rem;
        padding-top: 15px;
    }

.order-details-card .order-details_info-list {
    display: flex;
    gap: 0px 20px;
    flex-wrap: wrap;
}

    .order-details-card .order-details_info-list ul {
        width: 100%;
        max-width: calc(50% - 10px);
    }

.order-details_summeery {
    padding: 0;
}

    .order-details_summeery .order-summery_wrap {
        margin: 0;
    }

@media (max-width: 767px) {
    .order-details-card .order-details_info-list ul, .order-details_dlry_addres, .order-details_summeery {
        max-width: 100%;
    }
}

/*=== myorder details end ===*/

/*==manag addres page==*/
.manage-address-title {
    gap: 15px;
}

    .manage-address-title h2 {
        margin-bottom: .875rem;
    }

    .manage-address-title p {
        margin: 0px;
    }

.delivery_adress_list .delete_adress {
    color: var(--bs-red);
    cursor: pointer;
}

.manag-address-card .delivery_adress_list:hover, .manag-address-card .delivery_adress_list.active {
    border-color: var(--bs-primary);
}

.manag-address-card .delivery_adress_list {
    overflow: visible;
}

.manag-address-card .success_adress {
    top: -10px;
    position: absolute;
    inset-inline-end: -10px;
}

    .manag-address-card .success_adress i {
        background: var(--bs-white);
        border-radius: 50%;
    }

@media (max-width: 567px) {
    .manage-address-title {
        flex-wrap: wrap;
    }
}
/*==manag addres page end==*/

/*==contact==*/

.contact-card_info {
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-radius: var(--bs-border-radius);
    background: #F7F9FF;
    margin-bottom: 1rem;
}

.contact-card_info-img {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .contact-card_info-img [fill="#277730"] {
        fill: var(--bs-primary);
    }

    .contact-card_info-img [fill="#5FB9A3"] {
        fill: color-mix(in srgb, var(--bs-primary) 50%, white);
    }

.contact-card_info h2 {
    font-weight: 400;
    text-align: center;
    font-size: calc(1.225rem + 0.9vw);
}

.contact-card_info p {
    text-align: center;
    color: var(--bs-text-secondary);
}

.contact-form_wrap {
    display: flex;
    column-gap: 26px;
    flex-wrap: wrap;
    padding: 15px;
    border-radius: var(--bs-border-radius);
    background-color: #f7f9ff;
}

.form-info_bac, .info-addres {
    width: calc(50% - 13px);
}

.form-info_msg {
    width: 100%;
}

.contacts-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

    .contacts-info-list li {
        gap: 25px;
        display: flex;
        width: 100%;
        color: var(--bs-text-secondary);
        align-items: flex-start;
    }

    .contacts-info-list i {
        margin-top: 2px;
        font-size: 24px;
    }

    .contacts-info-list p {
        margin: 0;
    }

.contact-card .form-group .form-control {
    height: calc(2.25rem + calc(var(--bs-border-width) * 2));
    min-height: calc(2.8rem + calc(var(--bs-border-width) * 2));
}

.contact-card .form-group textarea.form-control {
    height: auto;
}

.contact-card .btn-field .btn {
    width: 100%;
    max-width: 360px;
}

@media (max-width: 767px) {
    .form-info_bac, .info-addres {
        width: 100%;
    }

    .info-addres {
        order: 1;
        margin-bottom: var(--form-group-mb);
    }

    .form-info_bac {
        order: 2;
    }

    .form-info_msg {
        order: 3;
    }

    .contact-card .btn-field .btn {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-card_info h2 {
        font-size: calc(1rem + 0.9vw);
    }
}

/*==contact End==*/

/*==Profile==*/
.profile-card {
    max-width: 650px;
    gap: 30px;
    display: flex;
    align-items: flex-start;
}

.profile-card_img {
    width: 180px;
    height: 170px;
    overflow: hidden;
    position: relative;
    border-radius: var(--bs-border-radius);
}

.profile-card_form {
    width: calc(100% - 210px);
}

.p-image {
    width: 30px;
    height: 30px;
    top: 0;
    inset-inline-end: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 0px 0px 0px 10px;
}

    .p-image i {
        padding: 100%;
        cursor: pointer;
    }

.profile-card .file-upload {
    display: none;
}

.profile-card input[type="file"] {
    width: 100%;
}

.profile-pic {
    width: 100%;
    max-height: none;
    display: inline-block;
}

.field-icon {
    cursor: pointer;
    float: inline-end;
    margin-inline-end: 14px;
    margin-top: -33px;
    position: relative;
    z-index: 2;
}

.profile-card .btn-field .btn {
    width: 100%;
}

.editinput {
    position: absolute;
    inset-inline-end: -10px;
    top: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
    border-radius: 50%;
    background-color: var(--bs-primary);
}

.profile-card_form .form-group {
    position: relative;
}

.prof_verificationbtn {
    position: absolute;
    inset-inline-end: 10px;
    bottom: 15px;
    font-size: 14px;
}

.verification_btn {
    display: none;
    font-size: 12px;
    line-height: 100%;
}

.verification_status i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.verification_status {
    color: var(--bs-green);
}

.prof-vrfy {
    padding-inline-end: 95px;
}

.edit-mode .verification_status {
    display: none;
}

.edit-mode .verification_btn {
    display: block;
}

@media (max-width: 767px) {
    .profile-card {
        flex-wrap: wrap;
        max-width: 100%;
    }

    .profile-card_form {
        width: 100%;
    }
}

/*==Profile End==*/

/*==Article==*/
.intro-text {
    padding-bottom: 2rem;
    text-align: center;
    border-bottom: 1px solid var(--bs-border-color);
}

    .intro-text p {
        width: 100%;
        max-width: 83.33333333%;
        margin: auto;
        margin-bottom: 1rem;
        color: var(--bs-text-secondary);
    }

        .intro-text p:last-child:not(:first-child), .article_cont p:last-child:not(:first-child), .article_hilt p:last-child:not(:first-child) {
            margin-bottom: 0;
        }

.article_cont p {
    color: var(--bs-text-secondary);
}

.article_img img {
    border-radius: var(--bs-border-radius);
}

.article_hilt {
    text-align: center;
    padding: 1.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.articleicon {
    width: 100px;
    height: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 2rem;
    border: 1px solid var(--bs-border-color);
}

.artl-thax-msg {
    width: 100%;
    margin: auto;
    text-align: center;
    max-width: 650px;
}

    .artl-thax-msg p {
        margin-bottom: .675rem;
    }

@media (max-width: 991px) {
    .intro-text p {
        max-width: 100%;
    }

    .article_img {
        margin-bottom: 1rem;
        text-align: center;
    }
}
/*==Article End==*/

/*==All Category ==*/

.title_department {
    padding: 10px 15px;
    border-bottom: 1px solid var(--bs-border-color);
    background-color: var(--theme-bg-secondary);
}

    .title_department h5 {
        color: var(--bs-body-color);
        font-size: 1rem;
        font-weight: 500;
        margin: 0;
    }

.department_category-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    gap: 30px 45px;
}

.department_category {
    flex: 0 0 auto;
    width: calc(33.3333333333% - 30px);
    padding-inline-end: 45px;
    border-inline-end: 1px solid var(--bs-border-color);
}

.department_sub-category-higlight {
    width: 100%;
}

    .department_sub-category-higlight a {
        float: inline-start;
        margin-bottom: 1rem;
    }

.more_category-btn {
    clear: both;
    cursor: pointer;
    color: var(--bs-info);
    float: inline-start;
}

.more_sub-category {
    display: none;
    width: 100%;
    float: inline-start;
    clear: both;
    padding: 15px;
    border: 1px solid var(--bs-border-color);
}

.category_department {
    margin-bottom: 1.5rem;
}

    .category_department:last-child:not(:first-child) {
        margin-bottom: 0px;
    }

.department_sub-category a, .sub-category_list a {
    display: inline-flex;
    gap: 10px;
    text-decoration: none;
    align-items: center;
}

.category_department .category_img, .sub-category_list .category_img {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 30px;
    max-width: 30px;
}

.department_category h6, .morecategories h6 {
    font-size: .875rem;
    color: var(--bs-primary);
    margin-bottom: 1.5rem;
}

.morecategories h6 {
    margin-bottom: 1rem;
}

.sub-category_list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px 7px;
    display: flex;
    flex-wrap: wrap;
}

    .sub-category_list li {
        display: flex;
        align-items: center;
    }

        .sub-category_list li a {
            padding: 5px 10px;
            border-radius: 50px;
            transition: all .3s ease;
            border: 1px solid var(--bs-border-color);
        }

            .sub-category_list li a:hover {
                border-color: var(--bs-primary);
            }

    .sub-category_list .category_img {
        height: 24px;
        max-width: 24px;
        border-radius: 50%;
        overflow: hidden;
    }

@media (min-width: 992px) {
    .morecategories .modal-dialog {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .department_category-wrap {
        gap: 30px 20px;
    }

    .department_category {
        padding-inline-end: 20px;
        width: calc(33.3333333333% - 14px);
    }
}

@media (max-width: 767px) {
    .department_category-wrap {
        gap: 15px 0px;
    }

    .department_category {
        padding-inline-end: 0px;
        padding-bottom: 15px;
        width: 100%;
        border-inline-end: 0px;
        border-bottom: 1px solid var(--bs-border-color);
    }
}

/*==All Category End==*/

/*==Install APP==*/

.inst_applist {
    display: flex;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: auto;
    border-radius: 8px;
    min-height: 300px;
    background: #FFF;
    align-content: center;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
}

    .inst_applist h6 {
        margin-bottom: 1rem;
    }

    .inst_applist .loglabel {
        display: flex;
        width: 100%;
    }

    .inst_applist a {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .inst_applist img {
        max-height: 100px;
        max-width: 100%;
    }

.inst_app_disc {
    margin-top: 1rem;
}

.inst_app_qrcode {
    width: 65px;
    height: 65px;
    display: flex;
    margin: auto;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
}

    .inst_app_qrcode img {
        max-height: 65px;
        max-width: 65px;
    }

@media (min-width: 767px) {
    .mobilelogo {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktoplogo {
        display: none;
    }
}

/*==Install APP End==*/
