.card-box {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 2px 20px 0px rgba(92, 92, 92, 0.04);
}

.card-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.card-box {
    text-align: center;
}

.card-box img {
    width: 120px;
}

.card-box span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    /* 24.8px */
    color: #000;
}

.price_head span.rating-number {
    width: 42px;
}

.right-card-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;
    margin: 0;
    text-align: left;
    width: 100%;
}

a.morelink {
    font-size: 14px;
    display: inline-block;
    margin: 0;
}

.spinner-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.side-cart-view-outer {
    padding: 10px;
}

/* .side-cart-view-outer{
    border:1px solid #E2E2E2;
    border-radius: 10px;
    overflow-y: auto;
    max-height: 600px;
} */

.cart-main-box-inside ul {
    overflow-y: auto;
    max-height: 600px;
}

#header_cart_main_ul_ondemand li {
    display: block;
    position: relative;
}

#header_cart_main_ul_ondemand li {
    display: block;
    position: relative;
    padding-right: 0
}

.product-addon-modal .modal-content {
    border-radius: 15px;
    /* overflow: hidden; */
    position: relative;
}

.product-addon-modal .modal-content img {
    border-radius: 15px 15px 0 0;
}

.checkout-btn {
    background: var(--theme-deafult);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    border: 2px solid transparent;
    border-radius: 25.5px;
    margin-top: 20px;
}

.checkout-btn:hover,
.checkout-btn:active,
.checkout-btn:focus {
    border-color: var(--theme-deafult);
    color: var(--theme-deafult);
    background: transparent
}

.customizable-text {
    position: absolute;
    color: var(--theme-deafult);
    font-size: 12px;
    top: 32px;
    right: 0;
    font-weight: 400;
    opacity: 1;
    text-transform: lowercase;
}

.show-div.shopping-cart h6 {
    padding: 10px 0;
}

li.p-0.alSixCart h6 {
    padding: 0;
}

h6.add-ons.font-12 {
    margin-top: 0;
    line-height: 14px;
    padding: 0;
    text-align: left;

}

.cart-sub-total {
    margin: 0;
    border-radius: 0.25rem;
    margin-bottom: 0;

}

.cart-sub-total span {
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.show-div.shopping-cart .media-body h6 {
    padding: 0;
}

p.add-ons {
    margin-bottom: 0;
}

.class_img {
    height: 110px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover
}

.class_img img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.show-div.shopping-cart .badge-light {
    color: #ffffff;
    background-color: #0a438e;
}

.extra-items-price.font-12 p {
    font-size: 12px;
    margin: 0;
    font-weight: 400;
}

#header_cart_main_ul_ondemand span.ellips {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.dark .right-card-title {
    color: #fff;

}

.dark .categories-product-list .text-right select#order_type {
    color: #fff;
}

.dark .category-head {
    color: #fff;
}

.dark .price_head h5 {
    color: #fff;
}

.add-cart-btn:not(.btn-solid) {
    min-width: 80px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    border: 0.5px solid var(--theme-deafult);
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    background: var(--theme-deafult);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.add-cart-btn:not(.btn-solid):hover {
    color: var(--theme-deafult);
    background-color: transparent;
}

.add-cart-btn:not(.btn-solid):after {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f067";
    position: relative;
    left: 5px
}

.member_no.d-block.mb-0 span {
    font-size: 14px !important;
}

.number {
    width: auto;
    display: flex;
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
}

.number input {
    height: 30px;
    min-width: 30px;
    max-width: 60px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 0;
    border-left: 1px solid #D0D5DD;
    border-right: 1px solid #D0D5DD;
    color: var(--theme-deafult);
    border-radius: 0 !important;
    padding-bottom: 0;
}

.number span.minus,
.number span.plus {
    text-align: center;
    color: var(--theme-deafult) !important;
}

.scrollspy-menu {
    position: sticky;
    top: 140px;
    width: 100%;
    overflow: hidden;
    left: 0;
    z-index: 9
}

.scrollspy-menu ul {
    display: block;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    top: 0
}

.scrollspy-menu ul li {
    display: block
}


.scrollspy-menu a {
    display: block;
    padding: 0;
    color: var(--theme-deafult);
    text-decoration: none;
    text-align: left;
    padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: relative;
    z-index: 99;
}

.scrollspy-menu:last-child a {
    border: 0;
}

.scrollspy-menu a::after {
    content: " ";
    background-color: var(--theme-deafult);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.add-cart-btn:not(.btn-solid):after {
    font: normal normal normal 12px/1 FontAwesome;
    content: "\f067";
    position: relative;
    left: 5px
}

ol.breadcrumb.p-0.mb-2 {
    margin-top: 10px
}

.row.price_head.pl-2 h5.mt-0 {
    word-break: break-all
}

.scrollspy-menu .active a {
    color: #fff;
    background: var(--theme-deafult)
}

.scrollspy-menu a:hover {
    color: var(--theme-deafult);
}

.scrollspy-menu a:hover::after {
    opacity: 0.3;
}


.side-cart-view {
    padding: 0;
    margin-bottom: 10px;
}

.side-cart-detail {
    border-bottom: 1px solid #EEEEEE;
    padding: 0 0 10px;
    /* border-radius: 10px; */
}

.side-cart-view h4 {
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 8px;
}

.side-cart-view h4 span {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
}

.side-cart-view h4 span img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.side-cart-detail .cart-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.side-cart-detail h6 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 155%;
    /* 21.7px */
    margin: 4px 0;
}

.show-div.shopping-cart h5 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 16px;

}

.side-cart-detail h5 {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.side-cart-detail span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 155%;
    margin-bottom: 3px;
    display: flex;
}

.footer-card {

    padding: 10px;
    /* position: -webkit-sticky;
    position: sticky; */
    /* bottom: 0; */
    z-index: 1;
    background-color: #fff;
    clear: left;
    width: 100%;
    box-shadow: 0 16px 32px 0 rgb(0, 0, 0 / 5%) !important;
    margin-bottom: 80px;
}

.footer-card a span {
    border-radius: 25.5px;
    width: 176px;
    display: inline-block;
    margin-top: 20px;
}

/* .service-data-wrapper .title {
    color: #000;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    letter-spacing: 0;
    font-weight: 500;
    margin:0;
} */

/* .service-img {
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E7F1;
} */

.productDetails p {
    font-size: 13px;
    color: #777;
    text-align: left;
    line-height: 19px;
    margin: 0;
}

h5.price-item {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
}

.price-item span.alProductViewPriceMin {
    border: 0;
}

.step p {
    width: 140px;
    color: #000;
}

.step p {
    text-align: center;
    position: absolute;
    bottom: -50px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: 120px;
}

.step.active p {
    color: #000;
}

.service-data h4 {
    background: var(--theme-deafult);
    border-radius: 9px 9px 0px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #fff;
    text-align: left;
    padding: 10px 26px;
    margin: 0 0 20px;
}

.productDetails h5 {
    border-radius: 7px;
    background: #E2F2F8;
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #000;
    margin: 0 0 20px;
}

.productDetails {
    text-align: left;
}

.card-box.home-services-card {
    text-align: left !important;
}

.classes_wrapper p {
    color: #49595F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.classes_wrapper .btn.btn-solid {
    padding: 6px 20px !important;
    background: #fff !important;
    color: var(--theme-deafult) !important;
    border-radius: 8.774px !important;
    filter: drop-shadow(0px 4.387096881866455px 17.54838752746582px rgba(16, 24, 40, 0.08)) !important;
    border: 0;
    text-align: right;
    font-size: 15.355px !important;
}

.step.active .step-icon {
    /* background: var(--theme-deafult) */
    border-radius: 1.5rem;
    height: 10px;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-deafult);

}

.step.active .step-icon:before {
    content: "";
    background-color: #fff;
    display: flex !important;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    border: 1px solid var(--theme-deafult);
    padding: 13px;
    z-index: -1;
}

.step-indicator .step-icon {
    /* height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #c2c2c2;
    font-size: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    line-height: 50px;
    font-size: 20px */
    border-radius: 1.5rem;
    height: 10px;
    width: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E0E0E0;
}

.step-indicator .step-icon:before {
    content: "";
    background-color: #fff;
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    border: 1px solid #E0E0E0;
    padding: 13px;
    z-index: -1;

}

.card-box.step-indicator-box {
    border-radius: 100px;
    padding: 10px 36px 30px;
}

.step-indicator {
    margin-top: 0;
    display: flex;
    align-items: center;
    padding: 16px 36px;
}

h4.service-text {
    border-radius: 7px;
    background: #F3F3F3;
    color: #101010;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    text-transform: capitalize;
    padding: 7px 14px;
    margin: 0 0 20px;
}

div#date_time_set_div6 h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin: 0 0 12px;
}

.alCustomHomeServiceRadio {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.alCustomHomeServiceRadio label span {
    border-radius: 9px 0px 0px 9px;
    background: #F7F7F7;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    height: 56px;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}

.alCustomHomeServiceRadio label {
    margin: 0 10px 0 0;
}

.alCustomHomeServiceRadio p {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #000;
    margin: 0;
}

.alCustomHomeServiceRadio.SlotItems.items span {
    border-radius: 10px !important;
    border: 1px solid #DADADA;
    background: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    padding: 10px 22px !important;
}

.alCustomHomeServiceRadio.SlotItems.items {
    border: 0;
}

div#step-2-ondemand .booking-time-wrapper h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
    margin: 0 0 12px;
}

.booking-time-wrapper textarea {
    border-radius: 10px;
}

.date-items.radio-btns .alCustomHomeServiceRadio label {
    margin: 0 10px 0 0px;
}

.cart-main-box {
    width: 100%;
    position: sticky;
    top: 140px;
    z-index: 1
}

.booking-time.radio-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    overflow: auto;
}

.booking-time.radio-btns::-webkit-scrollbar {
    height:4px;
}

.booking-time.radio-btns::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.booking-time.radio-btns::-webkit-scrollbar-thumb {
    background-color: #f1f1f1;
    border-radius:4px;
}  

.booking-time.radio-btns::-webkit-scrollbar-thumb {
    background: var(--theme-deafult);
}

.booking-time.radio-btns div {
    width: 290px;
}

.booking-time.radio-btns  .radios {
    position: relative;
}

.booking-time.radio-btns .radios label {
    padding: 8px 15px;
    border: 1px solid #DADADA;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    transition: 0.5s all;
    text-transform: capitalize;
    border-radius: 25.5px;
    transition: all 0.5s;
}

.booking-time.radio-btns .radios label span {
    color: #000;
}

.booking-time.radio-btns .radios input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.booking-time.radio-btns .radios input[type="radio"]:checked +  label {
    background: var(--theme-deafult);
    border-color: var(--theme-deafult);
}

.booking-time.radio-btns .radios input[type="radio"]:checked +  label span {
    color: #fff;
}

.booking-time.radio-btns .radios .productAddonOptionspan_checked {
    background: transparent;
    color: #000;
}

.al_body_template_three .add-on-main-div .radio-btns.long-radio input[type="radio"]+label .customCheckbox {
    padding: 0;
    background: transparent;
}

@media (max-width:1170px) {
    .class_img {
        height: auto;
        width: 100%;
    }

}

@media (max-width: 767px) {
    .footer-card a span {
        margin-top: 0;
    }

    .footer-card {
        margin-bottom: 60px;
    }
}


@media (max-width: 484px) {
    .member_no.d-block.mb-0 span {
        font-size: 12px !important;
        margin-bottom: 6px;
    }

    a.morelink {
        font-size: 12px;
        display: inline;
    }

    .customizable-text {
        top: 35px;
    }

    .product_price {
        padding-top: 6px !important;
    }

    .price_head .member_no span {
        line-height: normal;
        padding: 0;
        color: #1f2431;
        font-size: 12px;
    }

    .product_tag_filter {
        font-size: 14px;

    }

    .add-cart-btn:not(.btn-solid) {
        min-width: 80px;
        font-size: 12px;
    }

    .member_no {
        font-size: 14px;
    }

    .search_form input {
        padding: 0;
    }
}