@import"https://fonts.googleapis.com/icon?family=Material+Icons";


.bordrgt {
    border-radius: 0;
    border-right: 0;
}

.flrgt {
    float: right;
}

.bordrgt2 {
    border-radius: 0;
}

.txtrgt {
    text-align: right !important;
}

.viewMore {
    background: transparent;
    border: none;
}

.viewMore:focus {
    outline: none;
}

.checkout {
    background: transparent;
    border: none;
    color: var(--theme);
}

.checkout:focus {
    outline: none;
}

.cls-chek-back {
    text-align: right;
    cursor: pointer;
}

.d-fl-c {
    display: flex;
    flex-direction: column;
}

[_nghost-ng-c3829093838] app-modal .modal-header {
    display: flex;
}

[_nghost-ng-c3829093838] app-modal .modal-header h4 {
    flex: 4;
    justify-content: center !important;
}

[_nghost-ng-c3829093838] app-modal .cancel-button .close {
    margin-left: 4px;
}

.pad20 {
    padding: 20px;
}

.removeInline {
    padding: 20px 0 0;
}

.product-app {
    max-width: 100% !important;
}

.delivering-to {
    font-size: 25px;
    margin: 10px 0;
    color: #998787;
    text-transform: uppercase;
}

.confirmed-address {
    font-size: 16px;
    font-weight: 600;
}

.checkout_wrapper {
    height: 100%;
    background-color: #fafafa;
}

.checkout_heading {
    padding: 20px 0 25px;
    margin: 0 auto;
}

.checkout-form {
    float: left;
    width: 100%;

}

.chk_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: left;
    font-weight: 400;
    color: #858585;
    margin-bottom: 10px;
    margin-top: 7px;
    display: inline-block;

}

.chk_title_bar {
    margin: 5px auto 0;
    width: 50px;
    border-top: 2px solid;
}

app-map-popup .modal-body {
    border-radius: 8px !important;
}

.fa-clock-o {
    font-size: 18px;
}

.checkout_card {

    width: 100%;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 3rem;
    margin-top: 1.3rem;
    display: inline-block;
    padding-bottom: 20px;
}

.checkout-confirmation-popup {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.checkout-confirmation-popup img {
    width: 140px;
    margin: 0 auto;
    height: 140px;
}

app-fugu-tel-input .flagInput {
    border-radius: 5px 0 0 5px !important;
}

app-fugu-tel-input input[type=text] {
    border-radius: 0 8px 8px 0 !important;
}

.form-control {
    border-radius: 5px !important;
    height: 45px !important;
}

.ui-inputswitch {
    display: flex;
}

.s_switch {
    display: flex;
    justify-content: flex-end;
}

.parentCartSlide {
    padding: 35px 0 0;
}

.parentCartSlide hr {
    border-color: #ddd !important;
    margin: 15px 10px !important;
}

.chk_inr_hdng {
    width: 100%;
    display: inline-flex;
    align-items: center;
    /* padding: 1rem; */
    border: 0;
    border-bottom: 1px solid #f7f7f7;
}

.chk_inr_hdng p {
    display: flex;
    align-items: center;
    min-width: 18rem;
    text-align: center;
    font-size: 2.8rem;
    margin: 0;
}

.chk_inr_hdng span {
    display: flex;
    align-items: center;
}

.chk_inr_hdng img {
    height: 2rem !important;
}

.chk_inr_hdng i {
    font-size: 2rem !important;
}

.chk_inr_hdng>div {
    flex: 1;
    display: flex;
}

@media only screen and (max-width: 990px) {

    .chk_inr_hdng i.fa,
    .chk_inr_hdng img {
        margin: 14.5px 12px 14.5px 10px !important;
        float: left;
    }

    .chk_clr {
        margin: 10px 10px 10px 0 !important;
    }
}

.chk_inr_hdng p {

    letter-spacing: .5px;
    margin-bottom: 0;
}

.chk_inr_hdng p.chk_inr_hdng_txt {
    float: left;
    color: #1b2125;
    text-align: left;
    line-height: 48px;
}

.m0 {
    margin: 0;
}

.btn-setting {
    height: auto;
    font-size: 14px;
}

.mb-10 {
    margin-bottom: 10px;
}

.height-200 {
    min-height: 200px;
}

@media screen and (min-width: 768px) {
    .user-journey:after {
        content: ""
    }

    .cartDetails {
        position: sticky !important;
        top: 10rem !important;
    }

    .chk_inr_hdng {
        /* padding: 1rem 4rem!important; */
    }

    .chk_inr_hdng p {
        font-size: 2.5rem !important;
    }
}

.chk_cnt_div {

    background: #ffffff;
}

.chk_cnt_div.chk_cart {
    padding: 30px 25px;
}

.chk_cnt_div.chk_form {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.chk_cnt_div.pt-0 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .chk_cnt_div.chk_cart {
        padding: 30px 20px;
    }

    .chk_cnt_div.chk_form {
        padding: 20px 20px 10px;
    }
}

@media screen and (max-width: 650px) {
    .chk_cnt_div.chk_cart {
        padding: 30px 10px;
    }

    .chk_cnt_div.chk_form {
        padding: 20px 10px 0;
        grid-template-columns: 1fr;
    }
}

.chk_crt_div {

    display: flex;
    font-size: 16px;
    letter-spacing: .4px;
    -webkit-user-select: none;
    user-select: none;
}

.chk_crt_div div.cc_name {
    flex: 1.3 1 0%;
    color: #333;
    word-break: break-word;
}

.chk_crt_div div.cc_name p {

    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #474747;
}

.chk_crt_div div.cc_minus {
    width: 35px;
    cursor: pointer;
}

.chk_crt_div div.cc_no {
    width: 58px;
    text-align: center;
    color: #858585;
}

.chk_crt_div div.cc_plus {
    width: 35px;
    cursor: pointer;
}

.chk_crt_div div.cc_cross {
    width: 58px;
    text-align: right;
    color: #858585;
}

.chk_crt_div div.cc_calc {
    width: 105px;
    text-align: right;
    color: #858585;
}

.chk_crt_div div.p-action-btn {
    flex: 0 1 0%
}

.chk_crt_div div.cc_total {
    text-align: right;
    flex: 1 1 0%;

    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 1000px) {

    .chk_crt_div div.cc_no,
    .chk_crt_div div.cc_cross {
        width: 32px;
    }

    .chk_crt_div div.cc_calc {
        width: 65px;
    }
}

.p-action-btn {
    margin-bottom: 10px;
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
}

.p-action-btn div.p-minus {
    margin-right: 3px;
    width: 23.4px;
    height: 23.4px;
    border-radius: 3.6px;
    background-color: #fff;
    border: solid .9px #dddddd;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 25px;
}

.p-action-btn div.p-minus div {
    width: 9px;
    height: 1.8px;
    background-color: #858585;
}

.p-action-btn div.p-plus {
    margin-left: 9px;
    width: 23.4px;
    height: 23.4px;
    border-radius: 3.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.p-action-btn div.p-quantity {
    text-align: center;
    width: 30px;
    font-size: 12.6px;
    padding-top: 0;
}

.chk_ci_sep_checkout {
    width: 86.5%;
    margin: 25px auto;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chk_sub_sep {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin: 30px 0;
}

.chk_subtl_div p {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: .5px;
    text-align: left;
}

.chk_subtl_div .chk_subtl_txt {
    float: left;

    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #474747;
}

.chk_subtl_div .chk_subtl_val {
    float: right;

    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #e13d36;
}

.cartSideColor {}

.chk-input {

    width: 100%;
    box-shadow: none !important;
    font-size: 12px !important;
    border-radius: 5px 0 0 5px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    padding: 10px;
}

.chk-input::-webkit-input-placeholder,
.chk-input::-moz-placeholder,
.chk-input:-ms-input-placeholder,
.chk-input:-moz-placeholder {
    opacity: .5;
    font-size: 16px;
    text-align: left;
}

.chk-input:focus {
    outline: none;
}

app-jw-google-autocomplete .input-box {

    width: 100%;
    box-shadow: none !important;
    font-size: 16px !important;
    border-radius: 8px 0 0 8px !important;
    height: 5rem !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    padding: 10px;
}

app-jw-google-autocomplete .input-box::-webkit-input-placeholder,
app-jw-google-autocomplete .input-box::-moz-placeholder,
app-jw-google-autocomplete .input-box:-ms-input-placeholder,
app-jw-google-autocomplete .input-box:-moz-placeholder {
    opacity: .5;
    font-size: 16px;
    text-align: left;
}

app-jw-google-autocomplete .input-box:focus {
    outline: none;
}

.chk_form_col {
    margin-bottom: 15px;
}

.chk_proceed_pay {

    height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #e13d36;
    font-size: 16px;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: 15px auto;
    display: block;
    border-radius: 0 !important;
}

@media screen and (max-width: 767px) {
    .chk_proceed_pay {
        width: 100%;
    }
}

.chk_proceed_pay:focus {
    outline: none;
}

.backToShop {
    margin: 20px auto;
    padding: 15px;
    cursor: pointer;
}

.backToShop img {
    width: 17px;
}

.backToShop .textShop {

    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9e9e9e;
    padding-left: 15px;
}

@media only screen and (max-width: 990px) {
    .backToShop {
        margin: 10px 20px !important;
    }

    .chk_proceed_pay {
        margin: 0 auto !important;
    }
}

#heightScroll {
    min-height: 450px;
    overflow-y: scroll;
}

.chk_proceed_pay img {
    margin-left: 4px;
    width: 15px;
}

.user-contact {
    display: flex;
    border: solid 1px #d2d2d2;
    height: 50px;
    padding: 7px 5px;
}

.user-contact input {
    border: transparent;
    height: 40px;
    padding: 1px 10px 5px 0;
    font-size: 18px;
}

.user-contact input:focus {
    outline: none;
}

.p-20-40 {
    padding: 30px 40px;
}

.c-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 40px;
    grid-column-gap: 60px;
}

input:focus,
ng-select:focus,
ng-select .below:focus {
    outline: none !important;
}

ng-select>div>div.multiple>div.option {
    padding: 4px !important;
}

.chk-lable {

    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9c9c9c;
    text-transform: uppercase;
}

.chk_hidden_space {
    height: 50px;
}

.chk_hidden_space>div {
    display: flex;
}

.chk_hidden_space .country-drop {
    border: 1px solid #c7c7c7;
}

::-webkit-input-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

::-moz-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

:-ms-input-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

:-moz-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

.pos-rel {
    position: relative;
}

.url_btn {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.add_img_lbl {

    height: 40px;
    width: 40px;
    display: inline-block;
    border: dashed 2px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.add_img_lbl i {

    font-size: 20px;
    color: #0003;
}

.hidden-input {
    display: none !important;
}

.img_inpt {

    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 5px 10px;
    position: relative;
}

.img_inpt div.r-img {
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
    display: none;
}

.img_inpt:hover div.r-img {
    display: block;
}

.img_inpt img {
    height: 40px;
    width: 40px;
}

ng-select>div>div.single {
    height: 50px !important;
    padding: 5px 0;
}

ng-select>div>div.multiple {
    min-height: 50px !important;
}

ng-select>div>div.multiple input {
    padding: 20px 0 !important;
}

ng-select>div {
    border: none !important;
}

ng-select {
    border: solid 1px rgba(0, 0, 0, .2);
}

.c_bx {
    height: 20px;
    margin-top: 10px;
    width: 20px;
}

.r-img {

    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    right: -6px;
    border-radius: 50%;
    color: #fff;
    padding: 1px 0 0 1.5px;
    font-size: 15px;
    background-color: #000;
}

.dialog-msg {

    font-size: 20px;
    padding-bottom: 0;
    border-bottom: solid 1px #EEEEEE;
}

.modal-footer {
    border: none;
}

.dialog-cancel {

    min-width: 100px;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.dialog-ok {

    min-width: 100px;
}

.removeHeader {

    text-align: center;
    color: red;
}

.schedule_order {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.s_radio {
    padding: 10px 40px 20px;
}

.scheduleData {
    padding: 20px 25px;
}

.scheduleData .no-border-fa {
    border-left: 1px solid #ccc;
}

.no-border-fa {
    border-left: none;
    background-color: transparent;
}

.timeline {
    margin: 0 auto;
    border: 1px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.src_img {
    position: absolute;
    left: -4%;
    top: 40%;
    background: #fff;
    z-index: 1000;
}

.src_img_out {
    position: absolute;
    top: 0;
    display: none;
    left: -8%;
    font-size: 32px;
    color: #fff;
    border: 1px solid var(--theme);
    padding: 8px;
    background: var(--theme);
    border-radius: 50px;
    height: 50px;
    width: 50px;
    z-index: 1;
    text-align: center;
    box-shadow: 1px 3px 8px #0006;
}

.src_img_out:last-child {
    top: 4%
}

.timeline .user-journey {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%
}

.timeline .pick {
    min-height: 300px;
}

.timeline .ui-inputswitch-checked .ui-inputswitch-slider {
    background-color: var(--theme) !important;
}

.timeline .ui-tabmenu {
    background: transparent !important;
}

.timeline .ui-tabmenu .ui-tabmenu-nav {
    padding: 0;
}

.timeline .ui-tabmenu li {
    border: 0;
    background: transparent;
}

.timeline .ui-tabmenu .ui-menuitem-text {
    font-size: 1.8rem;
}

.timeline .ui-tabmenu .ui-state-active {
    border-bottom: 1px solid var(--theme);
}

.timeline .user-journey:not(:last-child):after {
    position: absolute;
    width: 1%;
    border-left: 2px dotted rgba(199, 199, 199, .7803921569);
    top: 10%;
    margin-left: 0;
    height: 94%;
    left: -4.8%;
    z-index: 1;
}

.slots {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: solid 1px #e4e4ed;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 8px;
}

.slot-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 300px;
    overflow-y: auto;
}

.slot-ui {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.slot-ui:hover {
    border: solid 1px #333333;
}

.slot-ui.booked {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    cursor: default;
    pointer-events: none;
    background-color: #ccc;
}

.selected-slot-ui {
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #333333;
}

.slot-parent.agent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 300px;
    overflow-y: auto;
}

.slot-ui.agent {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 43%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.slot-ui.agent:hover {
    border: solid 1px #333333;
}

.selected-slot-ui.agent {
    padding: 8px;
    width: 43%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border: solid 1px #333333;
}

@media only screen and (max-width: 700px) {

    .slot-ui.agent,
    .selected-slot-ui.agent {
        width: 100%
    }
}

bs-datepicker-container {
    margin-bottom: 10px;
}

.slot-heading {
    padding: 8px;
    background-color: #e4e4ed;
}

.slot-heading p {
    padding: 2px 0;
}

[hidden] {
    display: none !important;
}

div.p-plus.t-btn,
div.p-minus.t-btn {
    font-size: 14px !important;
    padding: 2px 10px;
    min-width: 115px;
    width: auto !important;
    height: 26px !important;
}

.del-type {
    display: flex;
    align-items: center;
}

.del-type p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2rem;
    margin: 1rem;
    padding-bottom: .8rem;
    cursor: pointer;
}

.del-type .active {
    border-bottom: 2px solid var(--theme);
}

.btn-cursor {
    cursor: pointer !important;
}

.durationFormat {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    text-align: left;
    color: #474747;
}

.removeColor {
    color: #d2cfcf;
    font-size: 17px;
}

.removeColor:hover {
    color: #db585d;
    font-size: 17px;
}

.checkoutView {
    padding-bottom: 0;
}

.checkoutView .marginZero {
    margin: 0;
    padding: 0 50px;
}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head {
    margin-top: 15px;
}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head .chk_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;

}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head .chk_title_bar {
    margin: 0 auto;
    width: 50px;
    border-top: 2px solid;
}

.checkoutView .ye_c_main .check_details .cartDetails {
    margin-top: 5px;
    position: relative;
    top: 0;
    z-index: 1;
}

.checkoutView .ye_c_main .check_details .cartDetails .cartSideColor {
    max-width: 420px;

}

.checkoutView .ye_c_main .check_details .formDetails {
    padding: 0 3rem;
    margin-top: 15px;
}

.checkoutView .ye_c_main .check_details .formDetails .cartDetails,
.checkoutView .ye_c_main .check_details .formDetails .schedule,
.checkoutView .ye_c_main .check_details .formDetails .notes,
.checkoutView .ye_c_main .check_details .formDetails .submitButton {
    margin-top: 15px;
}

.add-address-overley {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
}

.add-address-form {
    background: #fff;
    padding: 30px 35px;
    width: 40%;
    height: 100%;
    display: flex;
    overflow: auto;
}

.add-address-form>div {
    width: 100%
}

@media only screen and (max-width: 1400px) {
    .formDetails {
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 990px) {
    .pick {
        margin-top: 15px;
    }

    .formDetails {
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 650px) {
    .formDetails {
        padding: 0 5px !important;
    }

    .s_radio {
        padding: 20px 5px 10px;
    }

    .scheduleData {
        padding: 0;
    }

    .p-20-40 {
        padding: 20px;
    }

    .dialog-msg {

        font-size: 16px;
        padding-bottom: 0;
        border-bottom: solid 1px #EEEEEE;
    }

    .checkoutView {
        padding-bottom: 0 !important;
    }

    .checkoutView .marginZero {
        margin: 0;
        padding: 0;
    }

    .add-address-form {
        width: 90%
    }

    .textHead {
        font-size: 20px;
        margin-top: 1px !important;
    }
}

.min-qty {
    margin-top: 10px !important;
    color: #afafaf;
}

.checkout-template-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.widthOverlay {
    width: 350px;
}

.remove-z-index {
    z-index: auto !important;
}

@media screen and (max-width: 768px) {
    .cartDetails {
        padding-left: 28px !important;
        padding-right: 25px !important;
    }

    .slot-parent {
        justify-content: center !important;
    }

    .slot-parent .slot-ui {
        width: 20% !important;
    }
}

.order-type-card {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
}

.order-type-card .order-type-selection>div {
    padding: 0;
    font-size: 12px;
    justify-content: center;
}

.order-type-card .order-type-selection .order-type {
    width: 200px;
    max-width: 100%;
    line-height: 50px;
    color: var(--theme);
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    box-shadow: -1px 0 4px 1px #00000017;
    background-color: #fff;
}

.order-type-card .order-type-selection .order-type:hover {
    transition: ease .5s;
    box-shadow: 0 3px 4px #cecccc80;
}

.order-type-card .order-type-selection .order-type.selected {
    color: var(--white);
    background-color: var(--theme);
}

.order-type-card .order-type-details {
    background-color: #fff;
    margin: 0;
}

.selected-order-type {
    background-color: var(--theme);
    color: var(--white);
}

@media screen and (min-width: 767px) {
    .order-type-card {
        padding: 2rem 4rem;
    }

    .order-type-card .order-type-selection>div {
        padding: 0 15px;
        font-size: 16px;
    }
}

.schedule-wrapper {
    padding: 10px 0;
}

.agent-card {
    display: flex;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin-bottom: 15px;
    min-height: 100px;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
}

.agent-card .image-div {
    margin: 5px 15px;
    width: 75px;
    height: 62px;
    max-width: 75px;
    max-height: 62px;
    min-width: 50px;
    min-height: 50px;
}

.agent-card .image-div img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.agent-card .agent-detail {
    cursor: pointer;
    display: flex;
    margin: 5px 0 0;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.agent-card .agent-detail .agent-name {
    cursor: pointer;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 800;

    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-card .agent-detail .agent-label {
    cursor: pointer;
    font-size: 14px;
    display: flex;
}

.agent-card .agent-detail .agent-value {
    cursor: pointer;

    font-size: 14px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-card:hover {
    cursor: pointer;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.selected-agent-card {
    border-radius: 5px;
    border: 1px solid var(--theme);
}

.rating-list ul {
    margin-bottom: 0;
}

.rating-list li {
    float: right;
    color: #ddd;
    padding: 10px 5px;
    font-size: 10px;
}

.rating-list li:hover,
.rating-list li:hover~li,
.rating-list li.selected {
    color: gold;
}

.rating-list {
    display: inline-block;
    list-style: none;
}

.read-only li.selected {
    color: gold;
}

.fa-check {
    position: absolute;
    color: var(--theme);
    top: 5px;
    right: 10px;
    font-size: 20px;
}

.agent-listing {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 4rem;
    padding-top: 20px;
    padding: 15px 2rem;
}

.fa-star {
    font-size: 10px;
}

.fa-user {
    z-index: 10;
}

.address-parent-delievry {
    display: flex;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    border-radius: 5px;
    background: white;
}

.address-parent-delievry i {
    font-size: 21px;
    cursor: pointer;
    left: 1px;
    top: 15px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--theme);
}

.address-parent-delievry app-jw-google-autocomplete {
    width: 100%
}

.address-parent-delievry .chk-input,
.address-parent-delievry app-jw-google-autocomplete .input-box {
    border: none !important;
    border-radius: 8px !important;
}

.white-back {
    background: white;
    margin-top: 1.3rem;
    border-radius: 5px;
}

.padd-section-address {
    padding: 17px 35px 15px;
}

.custom-row-pickup {
    padding: 0 37px 20px;
}

.phone-fav-add-pickup .signup-input {
    height: 45px !important;
    font-size: 14px !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 767px) {
    .checkoutView .marginZero {
        margin: 0;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1440px) {
    .checkoutView .marginZero {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 1090px) {
    .checkoutView .marginZero {
        padding: 0 15px !important;
    }

    .slot-ui.booked,
    .selected-slot-ui,
    .slot-ui {
        width: 24.6913580247% !important;
    }
}

@media only screen and (max-width: 450px) {
    .checkoutView .marginZero {
        padding: 0 !important;
    }

    .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
    }

    .slot-parent .slot-ui {
        width: 25% !important;
    }
}

@media only screen and (max-width: 375px) {
    .selected-address {
        padding: 20px 15px !important;
    }
}

@media only screen and (min-width: 1091px) {
    .src_img_out {
        display: block !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .checkoutView .ye_c_main .check_details .cartDetails {
        padding: 0 25px !important;
    }
}

[_nghost-ng-c3829093838] app-product .row-eq-height {
    justify-content: space-around;
}

@media screen and (min-width: 10248px) {
    [_nghost-ng-c3829093838] #oftenBoughtModal .modal-dialog {
        width: 40vw;
    }
}

@media screen and (max-width: 10248px) {
    [_nghost-ng-c3829093838] #oftenBoughtModal .modal-dialog {
        width: 60vw;
    }
}

@media screen and (max-width: 768px) {
    [_nghost-ng-c3829093838] #oftenBoughtModal .modal-dialog {
        width: 90vw;
        margin: 0px 5vw;
    }

    [_nghost-ng-c3829093838] app-product .productLayoutTwo {
        margin-bottom: 5px !important;
    }
}

.limiter .card-rds.payment {
    padding-bottom: 15px;
}

.limiter .col-divider {
    background: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
}

.limiter .timeline .pick {
    min-height: auto;
}

.limiter .pickupphoneinput app-fugu-tel-input .flagInput {
    border-radius: 5px !important;
    padding: 0 !important;
}

.limiter .pickupphoneinput app-fugu-tel-input input[type=text] {
    border-radius: 0 5px 5px 0;
    height: auto !important;
    color: #555 !important;
    height: 50px !important;
}

.limiter .pickupphoneinput app-fugu-tel-input input[type=text]::placeholder {
    font-size: 14px !important;
    color: #8a94a3 !important;
}

.limiter .pickupphoneinput app-fugu-tel-input .add-on-set {
    padding: 0 !important;
}

.limiter input#jw-autocomplete::placeholder {
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete input::placeholder {
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete .input-box {
    width: 100%;
    box-shadow: none !important;
    border-radius: 8px !important;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56 !important;
    height: 50px !important;
}

.limiter app-jw-google-autocomplete .input-box::-webkit-input-placeholder,
.limiter app-jw-google-autocomplete .input-box::-moz-placeholder,
.limiter app-jw-google-autocomplete .input-box:-ms-input-placeholder,
.limiter app-jw-google-autocomplete .input-box:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    text-align: left;
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete .input-box:focus {
    outline: none;
}

.limiter input#profile-name,
.limiter input#profile-email,
.limiter input#profile-phone {
    width: 100%;
    box-shadow: none !important;
    border-radius: 8px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #d2d2d2 !important;
    padding: 10px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56 !important;
    padding: 6px 12px !important;
    height: 50px !important;
}

.limiter .input,
.limiter input#profile-email:focus {
    box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #18cce499 !important;
    outline: 0 none;
}

.limiter .input,
.limiter input#profile-name:focus {
    box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #18cce499 !important;
    outline: 0 none;
}

.limiter input#profile-name::placeholder,
.limiter input#profile-email::placeholder,
.limiter input#profile-phone::placeholder {
    opacity: 1;
    font-size: 14px;
    color: #8a94a3 !important;
    height: auto !important;
}

.limiter .hybridtogglerow {
    padding: 1rem 0rem;
}

.limiter .white-back {
    margin-top: 0;
}

.limiter .dateselected {
    padding: 0 0 10px;
}

.limiter .dateselected input {
    width: 100%;
    box-shadow: none !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .dateselected label {
    direction: ltr;
    font-weight: 600 !important;
    font-size: 12px !important;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .dateselected .scheduleData .no-border-fa {
    border-left: 1px solid #f5f5f5;
    border: 1px solid #f5f5f5;
}

.limiter .ye_c_main .check_details .formDetails .schedule,
.limiter .checkout_card {
    margin-top: 0;
}

@media only screen and (max-width: 990px) {
    .limiter .pick {
        margin-top: 0;
    }
}

.limiter .padd-section-address {
    padding: 0 0 15px;
}

.limiter .custom-row-pickup {
    padding: 0;
}

.limiter .custom-row-pickup .col-sm-6 {
    margin-bottom: 15px;
}

.limiter p-calendar .ui-datepicker-trigger {
    background-color: var(--theme) !important;
    color: #fff;
    width: 3rem !important;
    border: 0;
}

.limiter p-calendar .ui-state-default {
    border: 1px solid #e5e5e5 !important;
    background-color: #fff;
    color: #555;
}

.limiter p-calendar input.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    height: 50px !important;
}

.limiter .submitButton {
    position: sticky;
    z-index: 1;
    position: relative;
    bottom: 0;
    position: fixed;
    padding: -15px;
    margin: 0 -15px !important;
}

.limiter .form-container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: white;
}

.limiter .chk_proceed_pay {
    width: 100%;
    margin: 0 !important;
}

.limiter .checkout_card {
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    background-color: transparent;
    margin-bottom: 0rem !important;
    margin-top: 0rem;
    display: inline-block;
    padding-bottom: 0;
}

.limiter .del-type p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8a94a3;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 450px) {
    .limiter .del-type [_nghost-ng-c3829093838] app-delivery-address .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

@media only screen and (max-width: 450px) {
    .limiter .del-type .chk_inr_hdng p {

        letter-spacing: .5px;
        margin-bottom: 0;
    }

    .limiter .del-type .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

.limiter .del-type .del-type .active {
    border-bottom: 2px solid var(--theme);
    font-weight: 600;
    color: #2a3b56;
}

@media only screen and (max-width: 990px) {
    .limiter .del-type .pick {
        margin-top: 0;
    }
}

.limiter .del-type p.chk_inr_hdng_txt.text-capitalize {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .del-type .chk-lable {
    font-size: 12px;
    line-height: normal;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

@media only screen and (max-width: 450px) {
    .limiter .del-type .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

@media only screen and (max-width: 650px) {
    .limiter .add-address-form.hybridappaddaddressui {
        width: 100%;
        padding: 15px 15px 0;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .limiter .add-address-form.hybridappaddaddressui .textHead {
        font-size: 20px;
        margin-top: 1px !important;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }

    .limiter .add-address-form.hybridappaddaddressui::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div {

    background: #ffffff;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
    padding: 30px 25px;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.pt-0 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
        padding: 30px 20px;
    }

    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
        padding: 20px 20px 10px;
    }
}

@media screen and (max-width: 650px) {
    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
        padding: 30px 10px;
    }

    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
        padding: 0;
        grid-template-columns: 1fr;
    }
}

.limiter .ishybridmodal .dialog-cancel {
    min-width: 100px;
    color: #333 !important;
    background-color: transparent !important;
    border: none !important;
    text-decoration: underline;
    float: left;
}

.limiter .ishybridmodal .dialog-ok {
    background: var(--theme);
    margin-bottom: 0;
    margin-left: 5px;
    border-radius: 8px !important;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.limiter .ishybridmodal button {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.limiter .ishybridmodal .dialog-action {
    text-align: center;
    display: flex;
    padding: 0rem;
    justify-content: space-between;
}

.limiter .limiter .selected-address {
    padding: 0 !important;
}

.limiter .limiter .selected-address-inner {
    padding: 0;
}

.limiter .limiter .selected-address-inner .content .title {
    font-size: 14px !important;
}

.limiter .dashed-divider {
    margin: 10px 0;
}

@media only screen and (max-width: 650px) {
    .limiter .formDetails {
        padding: 0 !important;
    }
}

.limiter .timeline .user-journey {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .limiter .cartDetails {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    .limiter .hybridpickup .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56 !important;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

app-modal.mediumModal .modal-header {
    display: flex;
}

app-modal.mediumModal .modal-header h4 {
    flex: 4;
    justify-content: center !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #2a3b56;
}

app-modal.mediumModal .confirmed-address {
    font-size: 16px;
    font-weight: 600;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2a3b56;
    margin-top: 15px;
    margin-bottom: 10px;
}

app-modal.mediumModal .checkout-confirmation-popup img {
    width: 80px;
    margin: 0 auto;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .limiter .chk_cnt_div.chk_form {
        padding: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .smallScreenTop {
        margin-top: 3rem;
    }
}

.hide-delivery {
    display: none !important;
}

.hide-all {
    display: none;
}

.check_details_consult {
    display: flex;
    justify-content: center;
}

.cartDetailsonly {
    top: 1rem !important;
    position: relative !important;
    display: flex;
    justify-content: center;
}

.card-shimmer-container {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fpo {
    position: relative;
    margin: 25% auto;
    display: block;
}

.pulsate {
    background: linear-gradient(-45deg, #eef0f6, #ececec, #eef0f6, #f7f7f7);
    background-size: 400% 400%;
    animation: _ngcontent-ng-c4257890308_Gradient 2.25s ease infinite;
}

.block {
    display: block;
    width: 271px;
    height: 16px;
    color: #000;
}

.block2 {
    width: 78px;
    height: 8px;
    margin-bottom: 8px;
}

.block3 {
    width: 131px;
    height: 8px;
    margin-bottom: 16px;
}

.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
}

#card {
    box-sizing: border-box;
    width: 335px;
    background: #fff;
    position: relative;
    margin: auto auto 10px;
    top: 25%
}

.card-image {
    box-sizing: border-box;
    display: block;
    width: 335px;
    height: 243px;
    background: #fafafa;
    padding: 16px;
}

.card-content {
    clear: both;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}

@keyframes _ngcontent-ng-c4257890308_Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

.cart-ready {

    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    color: #616161;
    margin-bottom: 15px;
    margin-top: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cart-ready .icon-shopping-cart {
    color: var(--theme);
    font-size: 24px;
}

.txtrt {
    text-align: right !important;
}

::placeholder {
    color: #000;
}

.notes-icon {
    color: var(--theme);
    font-size: 30px;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 5px;
}

.set-icon {
    color: red;
    border: 1px solid red;
    border-radius: 50%;
    padding: 0 2px 1px;
    cursor: pointer;
    margin-left: 2px;
}

.free {
    color: var(--theme);
}

.modalTaxClass {
    cursor: pointer;
    position: relative;
    top: 2px;
}

.cart-details-container {
    border-radius: 5px;
    padding: 15px 0;
    background-color: #fff;
}

.cart-details-container .store-details-container {
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #efefef;
}

.cart-details-container .store-details-container img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.cart-details-container .store-details-container .store-name {

    font-size: 20px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.1px;
    color: #464646;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
    margin-left: 20px;
}

.cart-details-container .store-details-container .store-address {

    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .7px;
    color: #464646;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 20px;
    margin-right: 20px;
}

.veg-img {
    position: absolute !important;
    top: -5px;
}

.item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-left: 0;
}

.item .cc_name {

    padding: 0;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .8px;
    color: #464646;
    margin-bottom: 10px;
}

.item .cc_total {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-right: 0;
    flex-direction: column-reverse;
}

.item .cc_total.cc_service_total {
    justify-content: end;
    flex-direction: row-reverse;
}

.chk_subtl_div {
    background-color: transparent;
    padding: 10px 0;
    border-radius: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.chk_subtl_div div {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.chk_subtl_div div .chk_subtl_txt {
    padding: 10px 0 0;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;
}

.chk_subtl_div div .chk_subtl_val {
    font-size: 11px;
    color: #4c4c4c;
    text-align: end;
    padding-right: 0;
}

.amount {
    font-size: 12px;
    word-break: break-word;
}

.chk_total_div {
    padding-top: 20px;
}

.chk_total_div div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chk_total_div div .chk_total_txt {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4c4c4c;
}

.chk_total_div div .chk_total_val {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #565656;
    text-align: end;
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .chk_total_val {
        padding-right: 15px !important;
    }

    [_nghost-ng-c4257890308] .addon-container .modal-content {
        width: 315 !important;
    }
}

.chk_coupon {
    margin-top: 35px;
    position: relative;
    border: 1px dashed #ccc;
}

.chk_coupon img {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 21px;
    height: 21px;
}

.chk_coupon .chk_coupon_txt {
    border: none;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .8px;
    font-size: 18px;
    color: #969696;
    padding: 20px 0;
    width: 75%;
    box-shadow: none;
    margin: auto;
    cursor: pointer;
}

.input-coupon {
    display: flex;
}

.input-coupon:focus-within .btn-apply {
    visibility: visible;
}

.btn-apply {
    visibility: hidden;
    background-color: var(--blue);
    color: #fff;
    text-transform: uppercase;

}

.suggestion {
    padding: 0;
    margin-top: 14px;
    border-radius: 5px;
    display: flex;
    background-color: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.suggestion textarea {
    padding: 12px;
    height: 70px !important;
}


.suggestion img {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.suggestion-text {
    opacity: .75;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .5px;
    box-shadow: none;
    color: #000;
}

input.form-control.suggestion-text {
    background-color: #ebebeb;
    font-size: 14px;
    border: none;
    color: #000;
}

input.form-control.suggestion-text:focus {
    border: none;
}

.image {
    padding: 0 5px;
    width: auto;
}

.checkout-items {
    padding-top: 10px;
    margin-bottom: 20px;
}






@media screen and (min-width: 768px) {

    .chk_total_div div .chk_total_txt,
    .chk_total_div div .chk_total_val {
        font-size: 20px;
    }

    .chk_subtl_div div .chk_subtl_txt,
    .chk_subtl_div div .chk_subtl_val,
    .cc_name p {
        font-size: 14px;
    }

    .item .cc_total {
        flex-direction: row;
    }

    .item .cc_total span {
        font-size: 12px;
    }

    .amount {
        font-size: 14px;
        word-break: break-word;
    }

    .p-action-btn {
        zoom: .8;
    }

    .checkout-items {
        max-height: 180px;
        overflow: auto;
    }
}

[_nghost-ng-c4257890308] p-table .ui-table .ui-table-tbody>tr>td {
    border: none;
}

.image img {
    height: 7rem;
    width: 7rem;
}

.tax-percantage {
    font-size: 14px;
    color: #848484;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.skeleton-loader:empty {
    min-height: 120px;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #ebebeb;
    background-image: linear-gradient(100deg, rgba(235, 235, 235, 0), rgba(235, 235, 235, .5) 50%, rgba(235, 235, 235, 0) 80%), linear-gradient(lightgray 1.2rem, transparent 0), linear-gradient(lightgray 1.2rem, transparent 0), linear-gradient(lightgray 1.2rem, transparent 0), linear-gradient(lightgray 1.2rem, transparent 0);
    background-repeat: repeat-y;
    background-size: 50px 200px, 40% 200px, 60% 200px, calc(100% - 3rem) 200px, calc(100% - 3rem) 200px;
    background-position: 0 0, 1.5rem 1.2rem, 1.5rem 4.2rem, 1.5rem 6.2rem, 1.5rem 8.2rem;
    animation: _ngcontent-ng-c4257890308_shine 1s infinite;
}

@keyframes _ngcontent-ng-c4257890308_shine {
    to {
        background-position: 100% 0, 1.5rem 1.2rem, 1.5rem 4.2rem, 1.5rem 6.2rem, 1.5rem 8.2rem;
    }
}

[_nghost-ng-c4257890308] .ui-overlaypanel {
    z-index: 1;
    padding: 0 0 0 10px;
    min-width: 220px;
    right: 0;
}

.price-list {
    padding: 0;
    list-style-type: none;
    justify-content: flex-start !important;
}

.pirce-tip .price-list {
    font-weight: 400;
    font-size: 14px;
}

[_nghost-ng-c4257890308] .btn-cursor {
    cursor: pointer;
}

[_nghost-ng-c4257890308] .ui-overlaypanel {
    left: auto !important;
    top: auto !important;
    margin-bottom: 30px;
}

.auto_promo_div {
    max-width: 80%
}

.auto_promo_div .auto_promo {
    color: #82c548;
    font-size: 12px;
}

@media screen and (max-width: 425px) {
    .cart-ready {
        font-size: 13px;
    }

    .cart-details-container {
        word-break: break-word;
    }

    [_nghost-ng-c4257890308] .cartDetails {
        padding-left: 28px;
    }
}

@media screen and (max-width: 375px) {
    .buttons-parent {
        display: flex;
        flex-direction: column;
    }

    .buttons-parent span:first-child {
        margin-bottom: 5px;
    }

    .buttons-parent .fa-close {
        display: initial !important;
    }
}

@media screen and (max-width: 1350px) and (min-width: 992px) {
    .buttons-parent {
        display: flex;
        flex-direction: column;
    }

    .buttons-parent span:first-child {
        margin-bottom: 5px;
    }

    .buttons-parent .fa-close {
        display: initial !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .chk_total_div div .chk_total_val {
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .cart-ready {
        /* font-size: 13px; */
    }

    .cart-details-container {
        word-break: break-word;
        max-width: 100%
    }

    .cart-details-container .store-name,
    .cart-details-container .store-address {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 780px) {
    .cc_total {
        padding-left: 30px !important;
    }
}

.cc_name_para {
    overflow: hidden;
    margin: 0;
}

.cc_total {
    padding-left: 0;
}

.cartAndClear {
    display: flex;
    justify-content: space-between;
}

.clearCart {
    cursor: pointer;
    margin-left: 5px;
    border-radius: 3px;
    display: inline-block;
    border: 0px solid;
    padding: 0 0 0 10px;
}

.clearCart:hover {
    color: #333;
}

.clearCart:hover svg path {
    fill: #333;
}

.clearBtn {
    width: 100%;
    height: 35px;
    border-radius: 6px !important;

    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.clearBtn span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: left;
}

.clearBtn:hover {
    transform: scale(1);
    color: #fff;
}

.clearCartRow {
    padding: 15px;
}

.btnsDiv {
    padding: 0;
}

.yesNoBtn {
    width: 65px !important;
}

[_nghost-ng-c4257890308] .modal-content {
    width: 100% !important;
    margin: 0 auto;
}

[_nghost-ng-c4257890308] .addon-container .modal-content {
    width: auto !important;
}

.veg-only {
    width: 15px !important;
    height: 15px !important;
    object-fit: contain !important;
}

.addons-text {
    font-size: 12px !important;
    color: #8a94a3;
    text-transform: capitalize;
}

.edit-customization {
    cursor: pointer;
    color: #b9bfc8;
}

.hybridcheckoutcart .clearCart {
    cursor: pointer;
    padding: 0;
    border-radius: 3px;
    display: inline-block;
    border: 0px solid;
}

.hybridcheckoutcart .clearCart:hover {
    color: #333;
}

.hybridcheckoutcart .clearCart:hover svg path {
    fill: #333;
}

.hybridcheckoutcart hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.hybridcheckoutcart .item {
    padding-bottom: 0 !important;
}

.hybridcheckoutcart .checkout-items {
    padding-top: 10px !important;
    margin-bottom: 10px;
}

.hybridcheckoutcart .clearCart {
    border: none;
}

.hybridcheckoutcart .image {
    padding: 0 5px 0 0;
    width: auto;
}

.hybridcheckoutcart .chk_inr_hdng_txt {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.hybridcheckoutcart .cart-details-container {
    padding: 0;
}

.hybridcheckoutcart .cart-details-container .store-details-container .store-name {

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
    margin-bottom: 0;
}

.hybridcheckoutcart .cart-details-container .store-details-container img {
    width: 80px;
    height: 80px;
    object-fit: fill;
    border-radius: 8px;
}

.hybridcheckoutcart .cart-details-container .store-details-container .store-address {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #8a94a3;
    text-transform: capitalize;
}

.hybridcheckoutcart span.amount {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2a3b56;
}

.hybridcheckoutcart .chk_subtl_div div .chk_subtl_val {
    padding-top: 0;
    text-align: end;
    padding-right: 0;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2a3b56;
}

.hybridcheckoutcart .chk_total_div {
    padding-right: 0;
    padding-top: 0;
    margin: 10px 0;
    background-color: #2a3b56;
    height: 50px;
}

.hybridcheckoutcart .suggestion {
    padding: 0;
    margin-top: 15px;
    display: flex;
    background-color: #fff;
    margin-bottom: 15px;
}

.hybridcheckoutcart .chk_total_div div .chk_total_txt {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
    line-height: normal;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #fff;
}

.hybridcheckoutcart .chk_total_div div .chk_total_val {
    font-size: 12px;
    line-height: normal;
    color: #565656;
    text-align: end;
    padding-right: 0;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #fff;
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .hybridcheckoutcart .chk_total_val {
        padding-right: 10px !important;
    }
}

.hybridcheckoutcart .princingtoal {
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}

.hybridcheckoutcart input.form-control.suggestion-text {
    background-color: #fff;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.hybridcheckoutcart .chk_subtl_div {
    background-color: #fff;
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 375px) {
    .hybridcheckoutcart .buttons-parent {
        display: inline;
        flex-direction: column;
    }

    .hybridcheckoutcart .buttons-parent span:first-child {
        margin-top: 5px;
    }

    .hybridcheckoutcart .buttons-parent .fa-close {
        display: initial !important;
    }
}

.limiter .min-qty.durationFormat {
    font-size: 12px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #8a94a3 !important;
    margin-left: 5px;
}

app-modal.container.modalIcon .modal-footer {
    text-align: center;
}

app-modal.container.modalIcon .modal-footer .dialog-cancel {
    float: none;
    margin: 0;
}

.info {
    color: gray;
    font-style: italic;
}

.flrgt {
    float: right;
}

.txtlft {
    text-align: left !important;
}

.productTaxRow {
    display: flex;
    flex-direction: column;
}

.flexClass {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    padding: 0 !important;
    text-underline-position: under;
}

.tax-color {
    justify-content: end !important;
    cursor: pointer;
    color: #6495ed;
    cursor: default;
    font-style: italic;
}

.additional-cart {
    flex-direction: column;
    margin-bottom: 12px;
}

.additional_items_div {
    display: flex;
    flex-direction: row;
    margin-bottom: 5px;
}

.item-text {
    width: 80%
}

.justify-end {
    justify-content: flex-end !important;
}

.additional-value-text {
    color: #8a94a3 !important;
}

.mar-top-10 {
    margin-top: 10px;
}

.additional-value-text-hybrid,
.item-cost {
    font-size: 12px;
}

.discount_avtivated {
    color: red;
}

[_nghost-ng-c4257890308] .btn-minus,
[_nghost-ng-c4257890308] .btn-plus {
    padding: 0 8px !important;
}

.clearCartConsult {
    border: 1px solid #969696;
    padding: 4px 6px;
    border-radius: 4px;
}

.button-container {
    display: flex;
    width: 100%;
    gap: 12px;
    margin-top: 16px;
    font-size: 16px;
}

.button-return {
    flex: 2;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    color: var(--theme);
    border: 1px solid;
    background: #fff;
}

.button-proceed:hover {
    background-color: #fff;
    color: var(--theme);
    border: 1px solid var(--theme);
}

.button-proceed {
    flex: 3;
    background-color: var(--theme);
    color: #fff;
    padding: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    border-radius: 8px;
}

.clearCartButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.ye_checkout_head {
    margin: 15px 0;
}

.ye_checkout_head .chk_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;

}

.ye_checkout_head .chk_title_bar {
    margin: 0 auto;
    width: 50px;
    border-top: 2px solid;
}

.checkout-border {
    border-radius: 16px;
    border: 1px solid white;
    padding: 24px;
    background: #fff;
    max-width: 480px;
    min-width: 460px;
    min-height: 650px;
    scale: .95;
    box-shadow: 0 4px 20px #00000026;
}

.consult-img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 4px;
}

.clear-cart-hybrid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #959494;
    padding: 4px 8px;
    border-radius: 8px;
    gap: 4px;
}

.clear-cart-img-hybrid {
    width: 12px;
    height: 15px;
    cursor: pointer;
    border-radius: 0;
    margin-bottom: 2px;
}

.clear-cart-text-hybrid {
    text-decoration: unset;
    color: #8a94a3 !important;
    margin-left: unset;
}

.sugg-textbox-web {
    resize: none;
    width: 100%;
    border: none;
    background: #ffffff;
    font-size: 14px;
    padding: 6px 0;
}

.bordrgt {
    border-radius: 0;
    border-right: 0;
}

.flrgt {
    float: right;
}

.bordrgt2 {
    border-radius: 0;
}

.txtrgt {
    text-align: right !important;
}

.viewMore {
    background: transparent;
    border: none;
}

.viewMore:focus {
    outline: none;
}

.checkout {
    background: transparent;
    border: none;
    color: var(--theme);
}

.checkout:focus {
    outline: none;
}

.cls-chek-back {
    text-align: right;
    cursor: pointer;
}

.d-fl-c {
    display: flex;
    flex-direction: column;
}

[_nghost-ng-c434333716] app-modal .modal-header {
    display: flex;
}

[_nghost-ng-c434333716] app-modal .modal-header h4 {
    flex: 4;
    justify-content: center !important;
}

[_nghost-ng-c434333716] app-modal .cancel-button .close {
    margin-left: 4px;
}

.pad20 {
    padding: 20px;
}

.removeInline {
    padding: 20px 0 0;
}

.product-app {
    max-width: 100% !important;
}

.delivering-to {
    font-size: 25px;
    margin: 10px 0;
    color: #998787;
    text-transform: uppercase;
}

.confirmed-address {
    font-size: 16px;
    font-weight: 600;
}

.checkout_wrapper {
    height: 100%;
    background-color: #fafafa;
}

.checkout_heading {
    padding: 20px 0 25px;
    margin: 0 auto;
}

.checkout-form {
    float: left;
    width: 100%;

}

.chk_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: left;
    font-weight: 400;
    color: #858585;
    margin-bottom: 10px;
    margin-top: 7px;
    display: inline-block;

}

.chk_title_bar {
    margin: 5px auto 0;
    width: 50px;
    border-top: 2px solid;
}

app-map-popup .modal-body {
    border-radius: 8px !important;
}

.fa-clock-o {
    font-size: 18px;
}

.checkout_card {

    width: 100%;
    border-radius: 5px;
    margin: 0 auto;

    margin-bottom: 3rem;
    margin-top: 0;
    display: inline-block;
    padding-bottom: 20px;
}

.checkout-confirmation-popup {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.checkout-confirmation-popup img {
    width: 140px;
    margin: 0 auto;
    height: 140px;
}

app-fugu-tel-input .flagInput {
    border-radius: 5px 0 0 5px !important;
}

app-fugu-tel-input input[type=text] {
    border-radius: 0 8px 8px 0 !important;
}

.form-control {
    border-radius: 5px !important;
    height: 45px !important;
}

.ui-inputswitch {
    display: flex;
}

.s_switch {
    display: flex;
    justify-content: flex-end;
}

.parentCartSlide {
    padding: 35px 0 0;
}

.parentCartSlide hr {
    border-color: #ddd !important;
    margin: 15px 10px !important;
}

.chk_inr_hdng {
    width: 100%;
    display: inline-flex;
    align-items: center;
    /* padding: 1rem; */
    border: 0;
    border-bottom: 1px solid #f7f7f7;
}

.chk_inr_hdng p {
    display: flex;
    align-items: center;
    min-width: 18rem;
    text-align: center;
    font-size: 2.8rem;
    margin: 0;
}

.chk_inr_hdng span {
    display: flex;
    align-items: center;
}

.chk_inr_hdng img {
    height: 2rem !important;
}

.chk_inr_hdng i {
    font-size: 2rem !important;
}

.chk_inr_hdng>div {
    flex: 1;
    display: flex;
}

@media only screen and (max-width: 990px) {

    .chk_inr_hdng i.fa,
    .chk_inr_hdng img {
        margin: 14.5px 12px 14.5px 10px !important;
        float: left;
    }

    .chk_clr {
        margin: 10px 10px 10px 0 !important;
    }
}

.chk_inr_hdng p {

    letter-spacing: .5px;
    margin-bottom: 0;
}

.chk_inr_hdng p.chk_inr_hdng_txt {
    float: left;
    color: #1b2125;
    text-align: left;
    line-height: 48px;
}

.m0 {
    margin: 0;
}

.btn-setting {
    height: auto;
    font-size: 14px;
}

.mb-10 {
    margin-bottom: 10px;
}

.height-200 {
    min-height: 200px;
}

@media screen and (min-width: 768px) {
    .user-journey:after {
        content: ""
    }

    .cartDetails {
        position: sticky !important;
        top: 10rem !important;
    }

    .chk_inr_hdng {
        /* padding: 1rem 30px!important; */
    }

    .chk_inr_hdng p {
        font-size: 2.5rem !important;
    }
}

.chk_cnt_div {

    background: #ffffff;
}

.chk_cnt_div.chk_cart {
    padding: 30px 25px;
}

.chk_cnt_div.chk_form {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.chk_cnt_div.pt-0 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .chk_cnt_div.chk_cart {
        padding: 30px 20px;
    }

    .chk_cnt_div.chk_form {
        padding: 20px 20px 10px;
    }
}

@media screen and (max-width: 650px) {
    .chk_cnt_div.chk_cart {
        padding: 30px 10px;
    }

    .chk_cnt_div.chk_form {
        padding: 20px 10px 0;
        grid-template-columns: 1fr;
    }
}

.chk_crt_div {

    display: flex;
    font-size: 16px;
    letter-spacing: .4px;
    -webkit-user-select: none;
    user-select: none;
}

.chk_crt_div div.cc_name {
    flex: 1.3 1 0%;
    color: #333;
    word-break: break-word;
}

.chk_crt_div div.cc_name p {

    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    color: #474747;
}

.chk_crt_div div.cc_minus {
    width: 35px;
    cursor: pointer;
}

.chk_crt_div div.cc_no {
    width: 58px;
    text-align: center;
    color: #858585;
}

.chk_crt_div div.cc_plus {
    width: 35px;
    cursor: pointer;
}

.chk_crt_div div.cc_cross {
    width: 58px;
    text-align: right;
    color: #858585;
}

.chk_crt_div div.cc_calc {
    width: 105px;
    text-align: right;
    color: #858585;
}

.chk_crt_div div.p-action-btn {
    flex: 0 1 0%
}

.chk_crt_div div.cc_total {
    text-align: right;
    flex: 1 1 0%;

    font-size: 14px;
    color: #333;
}

@media screen and (max-width: 1000px) {

    .chk_crt_div div.cc_no,
    .chk_crt_div div.cc_cross {
        width: 32px;
    }

    .chk_crt_div div.cc_calc {
        width: 65px;
    }
}

.p-action-btn {
    margin-bottom: 10px;
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
}

.p-action-btn div.p-minus {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #fff;
    border: solid .9px #dddddd;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    line-height: 30px;
}

.p-action-btn div.p-minus div {
    width: 9px;
    height: 1.8px;
    background-color: #858585;
}

.p-action-btn div.p-plus {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    background-color: #28662c !important;
    line-height: 30px;
}

.p-action-btn div.p-quantity {
    text-align: center;
    width: 40px;
    font-size: 12.6px;
    padding-top: 0;
}

.chk_ci_sep_checkout {
    width: 86.5%;
    margin: 25px auto;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.chk_sub_sep {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin: 30px 0;
    display:none
}

.chk_subtl_div p {
    margin: 0;
    line-height: 22px;
    font-size: 18px;
    letter-spacing: .5px;
    text-align: left;
}

.chk_subtl_div .chk_subtl_txt {
    float: left;

    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #474747;
}

.chk_subtl_div .chk_subtl_val {
    float: right;

    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .2px;
    color: #e13d36;
}

.cartSideColor {}

.chk-input {

    width: 100%;
    box-shadow: none !important;
    font-size: 12px !important;
    border-radius: 5px 0 0 5px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    padding: 10px;
}

.chk-input::-webkit-input-placeholder,
.chk-input::-moz-placeholder,
.chk-input:-ms-input-placeholder,
.chk-input:-moz-placeholder {
    opacity: .5;
    font-size: 16px;
    text-align: left;
}

.chk-input:focus {
    outline: none;
}

app-jw-google-autocomplete .input-box {

    width: 100%;
    box-shadow: none !important;
    font-size: 16px !important;
    border-radius: 8px 0 0 8px !important;
    height: 5rem !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    padding: 10px;
}

app-jw-google-autocomplete .input-box::-webkit-input-placeholder,
app-jw-google-autocomplete .input-box::-moz-placeholder,
app-jw-google-autocomplete .input-box:-ms-input-placeholder,
app-jw-google-autocomplete .input-box:-moz-placeholder {
    opacity: .5;
    font-size: 16px;
    text-align: left;
}

app-jw-google-autocomplete .input-box:focus {
    outline: none;
}

.chk_form_col {
    margin-bottom: 15px;
}

.chk_proceed_pay {
    height: 50px !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #e13d36;
    font-size: 16px;
    letter-spacing: .3px;
    text-align: center;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: 20px 0;
    display: block;
    border-radius: 0 !important;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .chk_proceed_pay {
        width: 100%;
    }
}

.chk_proceed_pay:focus {
    outline: none;
}

.backToShop {
    margin: 20px auto;
    padding: 15px;
    cursor: pointer;
}

.backToShop img {
    width: 17px;
}

.backToShop .textShop {

    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9e9e9e;
    padding-left: 15px;
}

@media only screen and (max-width: 990px) {
    .backToShop {
        margin: 10px 20px !important;
    }

    .chk_proceed_pay {
        margin: 0 auto !important;
    }
}

#heightScroll {
    min-height: 450px;
    overflow-y: scroll;
}

.chk_proceed_pay img {
    margin-left: 4px;
    width: 15px;
}

.user-contact {

    display: flex;
    border: solid 1px #d2d2d2;
    height: 50px;
    padding: 7px 5px;
}

.user-contact input {
    border: transparent;
    height: 40px;
    padding: 1px 10px 5px 0;
    font-size: 18px;
}

.user-contact input:focus {
    outline: none;
}

.p-20-40 {
    padding: 30px 40px;
}

.c-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 40px;
    grid-column-gap: 60px;
}

input:focus,
ng-select:focus,
ng-select .below:focus {
    outline: none !important;
}

ng-select>div>div.multiple>div.option {
    padding: 4px !important;
}

.chk-lable {

    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #9c9c9c;
    text-transform: uppercase;
}

.chk_hidden_space {
    height: 50px;
}

.chk_hidden_space>div {
    display: flex;
}

.chk_hidden_space .country-drop {
    border: 1px solid #c7c7c7;
}

::-webkit-input-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

::-moz-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

:-ms-input-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

:-moz-placeholder {
    opacity: .5;
    font-size: 18px;
    text-align: left;
}

.pos-rel {
    position: relative;
}

.url_btn {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

.add_img_lbl {

    height: 40px;
    width: 40px;
    display: inline-block;
    border: dashed 2px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.add_img_lbl i {

    font-size: 20px;
    color: #0003;
}

.hidden-input {
    display: none !important;
}

.img_inpt {

    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    float: left;
    margin: 0 5px 10px;
    position: relative;
}

.img_inpt div.r-img {
    font-size: 15px;
    font-weight: 100;
    cursor: pointer;
    display: none;
}

.img_inpt:hover div.r-img {
    display: block;
}

.img_inpt img {
    height: 40px;
    width: 40px;
}

ng-select>div>div.single {
    height: 50px !important;
    padding: 5px 0;
}

ng-select>div>div.multiple {
    min-height: 50px !important;
}

ng-select>div>div.multiple input {
    padding: 20px 0 !important;
}

ng-select>div {
    border: none !important;
}

ng-select {
    border: solid 1px rgba(0, 0, 0, .2);
}

.c_bx {
    height: 20px;
    margin-top: 10px;
    width: 20px;
}

.r-img {

    width: 20px;
    height: 20px;
    position: absolute;
    top: -7px;
    right: -6px;
    border-radius: 50%;
    color: #fff;
    padding: 1px 0 0 1.5px;
    font-size: 15px;
    background-color: #000;
}

.dialog-msg {

    font-size: 20px;
    padding-bottom: 0;
    border-bottom: solid 1px #EEEEEE;
}

.modal-footer {
    border: none;
}

.dialog-cancel {

    min-width: 100px;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

.dialog-ok {

    min-width: 100px;
}

.removeHeader {

    text-align: center;
    color: red;
}

.schedule_order {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.s_radio {
    padding: 10px 40px 20px;
}

.scheduleData {
    padding: 20px 25px;
}

.scheduleData .no-border-fa {
    border-left: 1px solid #ccc;
}

.no-border-fa {
    border-left: none;
    background-color: transparent;
}

.timeline {
    margin: 0 auto;
    border: 1px;
    height: 100%;
    width: 100%;
    display: inline-block;
}

.src_img {
    position: absolute;
    left: -4%;
    top: 40%;
    background: #fff;
    z-index: 1000;
}

.src_img_out {
    position: absolute;
    top: 0;
    display: none;
    left: -8%;
    font-size: 32px;
    color: #fff;
    border: 1px solid var(--theme);
    padding: 8px;
    background: var(--theme);
    border-radius: 50px;
    height: 50px;
    width: 50px;
    z-index: 1;
    text-align: center;
    box-shadow: 1px 3px 8px #0006;
}

.src_img_out:last-child {
    top: 4%
}

.timeline .user-journey {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%
}

.timeline .pick {
    min-height: auto;
    margin-bottom: 10px
}

.timeline .ui-inputswitch-checked .ui-inputswitch-slider {
    background-color: var(--theme) !important;
}

.timeline .ui-tabmenu {
    background: transparent !important;
}

.timeline .ui-tabmenu .ui-tabmenu-nav {
    padding: 0;
}

.timeline .ui-tabmenu li {
    border: 0;
    background: transparent;
}

.timeline .ui-tabmenu .ui-menuitem-text {
    font-size: 1.8rem;
}

.timeline .ui-tabmenu .ui-state-active {
    border-bottom: 1px solid var(--theme);
}

.timeline .user-journey:not(:last-child):after {
    position: absolute;
    width: 1%;
    border-left: 2px dotted rgba(199, 199, 199, .7803921569);
    top: 10%;
    margin-left: 0;
    height: 94%;
    left: -4.8%;
    z-index: 1;
}

.slots {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border: solid 1px #e4e4ed;
    flex-direction: column;
    margin-bottom: 5px;
    padding: 8px;
}

.slot-parent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 300px;
    overflow-y: auto;
}

.slot-ui {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.slot-ui:hover {
    border: solid 1px #333333;
}

.slot-ui.booked {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    cursor: default;
    pointer-events: none;
    background-color: #ccc;
}

.selected-slot-ui {
    padding: 8px;
    width: 19.801980198%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #333333;
}

.slot-parent.agent {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 300px;
    overflow-y: auto;
}

.slot-ui.agent {
    border: solid 1px #e4e4ed;
    padding: 8px;
    width: 43%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.slot-ui.agent:hover {
    border: solid 1px #333333;
}

.selected-slot-ui.agent {
    padding: 8px;
    width: 43%;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border: solid 1px #333333;
}

@media only screen and (max-width: 700px) {

    .slot-ui.agent,
    .selected-slot-ui.agent {
        width: 100%
    }
}

bs-datepicker-container {
    margin-bottom: 10px;
}

.slot-heading {
    padding: 8px;
    background-color: #e4e4ed;
}

.slot-heading p {
    padding: 2px 0;
}

[hidden] {
    display: none !important;
}

div.p-plus.t-btn,
div.p-minus.t-btn {
    font-size: 14px !important;
    padding: 2px 10px;
    min-width: auto;
    width: auto !important;
    height: 26px !important;
}

.del-type {
    display: flex;
    align-items: center;
}

.del-type p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 2rem;
    margin: 1rem;
    padding-bottom: .8rem;
    cursor: pointer;
}

.del-type .active {
    border-bottom: 2px solid var(--theme);
}

.btn-cursor {
    cursor: pointer !important;
}

.durationFormat {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: .1px;
    text-align: left;
    color: #474747;
}

.removeColor {
    color: #d2cfcf;
    font-size: 17px;
}

.removeColor:hover {
    color: #db585d;
    font-size: 17px;
}

.checkoutView {
    padding-bottom: 0;
}

.checkoutView .marginZero {
    margin: 0;
    padding: 0 50px;
}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head {
    margin-top: 15px;
}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head .chk_title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: .5px;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
    display: inline-block;

}

.checkoutView .ye_c_main .ye_c_sub .ye_checkout_head .chk_title_bar {
    margin: 0 auto;
    width: 50px;
    border-top: 2px solid;
}

.checkoutView .ye_c_main .check_details .cartDetails {
    margin-top: 5px;
    position: relative;
    top: 0;
    z-index: 1;
}

.checkoutView .ye_c_main .check_details .cartDetails .cartSideColor {
    max-width: 420px;
}

.checkoutView .ye_c_main .check_details .formDetails {
    padding: 0 3rem;
    margin-top: 15px;
}

.checkoutView .ye_c_main .check_details .formDetails .cartDetails,
.checkoutView .ye_c_main .check_details .formDetails .schedule,
.checkoutView .ye_c_main .check_details .formDetails .notes,
.checkoutView .ye_c_main .check_details .formDetails .submitButton {
    margin-top: 15px;
}

.add-address-overley {
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: flex;
    justify-content: flex-end;
}

.add-address-form {
    background: #fff;
    padding: 30px 35px;
    width: 40%;
    height: 100%;
    display: flex;
    overflow: auto;
}

.add-address-form>div {
    width: 100%
}

@media only screen and (max-width: 1400px) {
    .formDetails {
        padding: 0 20px !important;
    }
}

@media only screen and (max-width: 990px) {
    .pick {
        margin-top: 15px;
    }

    .formDetails {
        padding: 0 10px !important;
    }
}

@media only screen and (max-width: 650px) {
    .formDetails {
        padding: 0 5px !important;
    }

    .s_radio {
        padding: 20px 5px 10px;
    }

    .scheduleData {
        padding: 0;
    }

    .p-20-40 {
        padding: 20px;
    }

    .dialog-msg {

        font-size: 16px;
        padding-bottom: 0;
        border-bottom: solid 1px #EEEEEE;
    }

    .checkoutView {
        padding-bottom: 0 !important;
    }

    .checkoutView .marginZero {
        margin: 0;
        padding: 0;
    }

    .add-address-form {
        width: 90%
    }

    .textHead {
        font-size: 20px;
        margin-top: 1px !important;
    }
}

.min-qty {
    margin-top: 10px !important;
    color: #afafaf;
}

.checkout-template-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.widthOverlay {
    width: 350px;
}

.remove-z-index {
    z-index: auto !important;
}

@media screen and (max-width: 768px) {
    .cartDetails {
        padding-left: 28px !important;
        padding-right: 25px !important;
    }

    .slot-parent {
        justify-content: center !important;
    }

    .slot-parent .slot-ui {
        width: 20% !important;
    }
}

.order-type-card {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 5px;
}

.order-type-card .order-type-selection>div {
    padding: 0;
    font-size: 12px;
    justify-content: center;
}

.order-type-card .order-type-selection .order-type {
    width: 200px;
    max-width: 100%;
    line-height: 50px;
    color: var(--theme);
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    box-shadow: -1px 0 4px 1px #00000017;
    background-color: #fff;
}

.order-type-card .order-type-selection .order-type:hover {
    transition: ease .5s;
    box-shadow: 0 3px 4px #cecccc80;
}

.order-type-card .order-type-selection .order-type.selected {
    color: var(--white);
    background-color: var(--theme);
}

.order-type-card .order-type-details {
    background-color: #fff;
    margin: 0;
}

.selected-order-type {
    background-color: var(--theme);
    color: var(--white);
}

@media screen and (min-width: 767px) {
    .order-type-card {
        padding: 2rem 4rem;
    }

    .order-type-card .order-type-selection>div {
        padding: 0 15px;
        font-size: 16px;
    }
}

.schedule-wrapper {
    padding: 10px 0;
}

.agent-card {
    display: flex;
    height: 120px;
    min-height: 120px;
    max-height: 120px;
    flex-wrap: nowrap;
    padding: 10px 0;
    margin-bottom: 15px;
    min-height: 100px;
    cursor: pointer;
    border: 1px solid #fff;
    position: relative;
}

.agent-card .image-div {
    margin: 5px 15px;
    width: 75px;
    height: 62px;
    max-width: 75px;
    max-height: 62px;
    min-width: 50px;
    min-height: 50px;
}

.agent-card .image-div img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.agent-card .agent-detail {
    cursor: pointer;
    display: flex;
    margin: 5px 0 0;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.agent-card .agent-detail .agent-name {
    cursor: pointer;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 800;

    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-card .agent-detail .agent-label {
    cursor: pointer;
    font-size: 14px;
    display: flex;
}

.agent-card .agent-detail .agent-value {
    cursor: pointer;

    font-size: 14px;
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agent-card:hover {
    cursor: pointer;
    border-radius: 5px;
    background-color: #f6f6f6;
}

.selected-agent-card {
    border-radius: 5px;
    border: 1px solid var(--theme);
}

.rating-list ul {
    margin-bottom: 0;
}

.rating-list li {
    float: right;
    color: #ddd;
    padding: 10px 5px;
    font-size: 10px;
}

.rating-list li:hover,
.rating-list li:hover~li,
.rating-list li.selected {
    color: gold;
}

.rating-list {
    display: inline-block;
    list-style: none;
}

.read-only li.selected {
    color: gold;
}

.fa-check {
    position: absolute;
    color: var(--theme);
    top: 5px;
    right: 10px;
    font-size: 20px;
}

.agent-listing {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-left: 4rem;
    padding-top: 20px;
    padding: 15px 2rem;
}

.fa-star {
    font-size: 10px;
}

.fa-user {
    z-index: 10;
}

.address-parent-delievry {
    display: flex;
    border: 1px solid rgba(199, 199, 199, .7803921569);
    border-radius: 5px;
    background: white;
}

.address-parent-delievry i {
    font-size: 21px;
    cursor: pointer;
    left: 1px;
    top: 15px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--theme);
}

.address-parent-delievry app-jw-google-autocomplete {
    width: 100%
}

.address-parent-delievry .chk-input,
.address-parent-delievry app-jw-google-autocomplete .input-box {
    border: none !important;
    border-radius: 8px !important;
}

.white-back {
    background: white;
    margin-top: 1.3rem;
    border-radius: 5px;
}

.padd-section-address {
    padding: 17px 35px 15px;
}

.custom-row-pickup {
    padding: 0 37px 20px;
}

.phone-fav-add-pickup .signup-input {
    height: 45px !important;
    font-size: 14px !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 767px) {
    .checkoutView .marginZero {
        margin: 0;
        padding: 0 !important;
    }
}

@media only screen and (max-width: 1440px) {
    .checkoutView .marginZero {
        padding: 0 30px !important;
    }
}

@media only screen and (max-width: 1090px) {
    .checkoutView .marginZero {
        padding: 0 1px !important;
    }

    .slot-ui.booked,
    .selected-slot-ui,
    .slot-ui {
        width: 24.6913580247% !important;
    }
}

@media only screen and (max-width: 450px) {

    /* .checkoutView   .marginZero {
    padding: 0!important;
} */
    .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
    }

    .slot-parent .slot-ui {
        width: 25% !important;
    }
}

@media only screen and (max-width: 375px) {
    .selected-address {
        padding: 20px 15px !important;
    }
}

@media only screen and (min-width: 1091px) {
    .src_img_out {
        display: block !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .checkoutView .ye_c_main .check_details .cartDetails {
        padding: 0 25px !important;
    }
}

[_nghost-ng-c434333716] app-product .row-eq-height {
    justify-content: space-around;
}

@media screen and (min-width: 10248px) {
    [_nghost-ng-c434333716] #oftenBoughtModal .modal-dialog {
        width: 40vw;
    }
}

@media screen and (max-width: 10248px) {
    [_nghost-ng-c434333716] #oftenBoughtModal .modal-dialog {
        width: 60vw;
    }
}

@media screen and (max-width: 768px) {
    [_nghost-ng-c434333716] #oftenBoughtModal .modal-dialog {
        width: 90vw;
        margin: 0px 5vw;
    }

    [_nghost-ng-c434333716] app-product .productLayoutTwo {
        margin-bottom: 5px !important;
    }
}

.limiter .card-rds.payment {
    padding-bottom: 15px;
}

.limiter .col-divider {
    background: #f5f5f5;
    margin-left: -15px;
    margin-right: -15px;
}

.limiter .timeline .pick {
    min-height: auto;
}

.limiter .pickupphoneinput app-fugu-tel-input .flagInput {
    border-radius: 5px !important;
    padding: 0 !important;
}

.limiter .pickupphoneinput app-fugu-tel-input input[type=text] {
    border-radius: 0 5px 5px 0;
    height: auto !important;
    color: #555 !important;
    height: 50px !important;
}

.limiter .pickupphoneinput app-fugu-tel-input input[type=text]::placeholder {
    font-size: 14px !important;
    color: #8a94a3 !important;
}

.limiter .pickupphoneinput app-fugu-tel-input .add-on-set {
    padding: 0 !important;
}

.limiter input#jw-autocomplete::placeholder {
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete input::placeholder {
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete .input-box {
    width: 100%;
    box-shadow: none !important;
    border-radius: 8px !important;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56 !important;
    height: 50px !important;
}

.limiter app-jw-google-autocomplete .input-box::-webkit-input-placeholder,
.limiter app-jw-google-autocomplete .input-box::-moz-placeholder,
.limiter app-jw-google-autocomplete .input-box:-ms-input-placeholder,
.limiter app-jw-google-autocomplete .input-box:-moz-placeholder {
    opacity: 1;
    font-size: 14px;
    text-align: left;
    color: #8a94a3 !important;
}

.limiter app-jw-google-autocomplete .input-box:focus {
    outline: none;
}

.limiter input#profile-name,
.limiter input#profile-email,
.limiter input#profile-phone {
    width: 100%;
    box-shadow: none !important;
    border-radius: 8px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #d2d2d2 !important;
    padding: 10px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56 !important;
    padding: 6px 12px !important;
    height: 50px !important;
}

.limiter .input,
.limiter input#profile-email:focus {
    box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #18cce499 !important;
    outline: 0 none;
}

.limiter .input,
.limiter input#profile-name:focus {
    box-shadow: 0 1px 1px #00000013 inset, 0 0 8px #18cce499 !important;
    outline: 0 none;
}

.limiter input#profile-name::placeholder,
.limiter input#profile-email::placeholder,
.limiter input#profile-phone::placeholder {
    opacity: 1;
    font-size: 14px;
    color: #8a94a3 !important;
    height: auto !important;
}

.limiter .hybridtogglerow {
    padding: 1rem 0rem;
}

.limiter .white-back {
    margin-top: 0;
}

.limiter .dateselected {
    padding: 0 0 10px;
}

.limiter .dateselected input {
    width: 100%;
    box-shadow: none !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    opacity: 1;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .dateselected label {
    direction: ltr;
    font-weight: 600 !important;
    font-size: 12px !important;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .dateselected .scheduleData .no-border-fa {
    border-left: 1px solid #f5f5f5;
    border: 1px solid #f5f5f5;
}

.limiter .ye_c_main .check_details .formDetails .schedule,
.limiter .checkout_card {
    margin-top: 0;
}

@media only screen and (max-width: 990px) {
    .limiter .pick {
        margin-top: 0;
    }
}

.limiter .padd-section-address {
    padding: 0 0 15px;
}

.limiter .custom-row-pickup {
    padding: 0;
}

.limiter .custom-row-pickup .col-sm-6 {
    margin-bottom: 15px;
}

.limiter p-calendar .ui-datepicker-trigger {
    background-color: var(--theme) !important;
    color: #fff;
    width: 3rem !important;
    border: 0;
}

.limiter p-calendar .ui-state-default {
    border: 1px solid #e5e5e5 !important;
    background-color: #fff;
    color: #555;
}

.limiter p-calendar input.ui-inputtext.ui-widget.ui-state-default.ui-corner-all {
    height: 50px !important;
}

.limiter .submitButton {
    position: sticky;
    z-index: 1;
    position: relative;
    bottom: 0;
    position: fixed;
    padding: -15px;
    margin: 0 -15px !important;
}

.limiter .form-container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: white;
}

.limiter .chk_proceed_pay {
    width: 100%;
    margin: 0 !important;
}

.limiter .checkout_card {
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    background-color: transparent;
    margin-bottom: 0rem !important;
    margin-top: 0rem;
    display: inline-block;
    padding-bottom: 0;
}

.limiter .del-type p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #8a94a3;
    flex-grow: 1;
    flex-basis: 0;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 450px) {
    .limiter .del-type [_nghost-ng-c434333716] app-delivery-address .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

@media only screen and (max-width: 450px) {
    .limiter .del-type .chk_inr_hdng p {

        letter-spacing: .5px;
        margin-bottom: 0;
    }

    .limiter .del-type .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

.limiter .del-type .del-type .active {
    border-bottom: 2px solid var(--theme);
    font-weight: 600;
    color: #2a3b56;
}

@media only screen and (max-width: 990px) {
    .limiter .del-type .pick {
        margin-top: 0;
    }
}

.limiter .del-type p.chk_inr_hdng_txt.text-capitalize {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.limiter .del-type .chk-lable {
    font-size: 12px;
    line-height: normal;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

@media only screen and (max-width: 450px) {
    .limiter .del-type .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

@media only screen and (max-width: 650px) {
    .limiter .add-address-form.hybridappaddaddressui {
        width: 100%;
        padding: 15px 15px 0;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .limiter .add-address-form.hybridappaddaddressui .textHead {
        font-size: 20px;
        margin-top: 1px !important;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }

    .limiter .add-address-form.hybridappaddaddressui::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div {

    background: #ffffff;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
    padding: 30px 25px;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
    padding: 20px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 60px;
}

.limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.pt-0 {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
        padding: 30px 20px;
    }

    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
        padding: 20px 20px 10px;
    }
}

@media screen and (max-width: 650px) {
    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_cart {
        padding: 30px 10px;
    }

    .limiter .add-address-form.hybridappaddaddressui .chk_cnt_div.chk_form {
        padding: 0;
        grid-template-columns: 1fr;
    }
}

.limiter .ishybridmodal .dialog-cancel {
    min-width: 100px;
    color: #333 !important;
    background-color: transparent !important;
    border: none !important;
    text-decoration: underline;
    float: left;
}

.limiter .ishybridmodal .dialog-ok {
    background: var(--theme);
    margin-bottom: 0;
    margin-left: 5px;
    border-radius: 8px !important;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.limiter .ishybridmodal button {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.56;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

.limiter .ishybridmodal .dialog-action {
    text-align: center;
    display: flex;
    padding: 0rem;
    justify-content: space-between;
}

.limiter .limiter .selected-address {
    padding: 0 !important;
}

.limiter .limiter .selected-address-inner {
    padding: 0;
}

.limiter .limiter .selected-address-inner .content .title {
    font-size: 14px !important;
}

.limiter .dashed-divider {
    margin: 10px 0;
}

@media only screen and (max-width: 650px) {
    .limiter .formDetails {
        padding: 0 !important;
    }
}

.limiter .timeline .user-journey {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .limiter .cartDetails {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 450px) {
    .limiter .hybridpickup .chk_inr_hdng p.chk_inr_hdng_txt {
        line-height: inherit !important;
        font-size: 25px;
        font-size: 16px !important;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56 !important;
        letter-spacing: normal;
        text-align: left;
        color: #2a3b56;
    }
}

app-modal.mediumModal .modal-header {
    display: flex;
}

app-modal.mediumModal .modal-header h4 {
    flex: 4;
    justify-content: center !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #2a3b56;
}

app-modal.mediumModal .confirmed-address {
    font-size: 16px;
    font-weight: 600;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #2a3b56;
    margin-top: 15px;
    margin-bottom: 10px;
}

app-modal.mediumModal .checkout-confirmation-popup img {
    width: 80px;
    margin: 0 auto;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .limiter .chk_cnt_div.chk_form {
        padding: 0 !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .smallScreenTop {
        margin-top: 3rem;
    }
}

.hide-delivery {
    display: none !important;
}

.hide-all {
    display: none;
}

.check_details_consult {
    display: flex;
    justify-content: center;
}

.cartDetailsonly {
    top: 1rem !important;
    position: relative !important;
    display: flex;
    justify-content: center;
}


.card-shimmer-container {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fpo {
    position: relative;
    margin: 25% auto;
    display: block;
}

.pulsate {
    background: linear-gradient(-45deg, #eef0f6, #ececec, #eef0f6, #f7f7f7);
    background-size: 400% 400%;
    animation: _ngcontent-ng-c434333716_Gradient 2.25s ease infinite;
}

.block {
    display: block;
    width: 271px;
    height: 16px;
    color: #000;
}

.block2 {
    width: 78px;
    height: 8px;
    margin-bottom: 8px;
}

.block3 {
    width: 131px;
    height: 8px;
    margin-bottom: 16px;
}

.circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    float: right;
}

#card {
    box-sizing: border-box;
    width: 335px;
    background: #fff;
    position: relative;
    margin: auto auto 10px;
    top: 25%
}

.card-image {
    box-sizing: border-box;
    display: block;
    width: 335px;
    height: 243px;
    background: #fafafa;
    padding: 16px;
}

.card-content {
    clear: both;
    box-sizing: border-box;
    padding: 16px;
    background: #fff;
}

@keyframes _ngcontent-ng-c434333716_Gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

.checkout_card.hybriddeliveryaddress {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    border-radius: 30px;
}

@media screen and (max-width: 650px) {
    .checkout_card.hybriddeliveryaddress .chk_cnt_div.chk_form {
        padding: 0 0 15px !important;
        grid-template-columns: 1fr;
    }
}

.checkout_card.hybriddeliveryaddress .txtrgt {
    text-align: right !important;
}

.checkout_card.hybriddeliveryaddress .chk_inr_hdng.details .chk_inr_hdng_txt {
    padding-left: 0;
}

.checkout_card.hybriddeliveryaddress .chk_inr_hdng .chk_inr_hdng_txt {
    line-height: inherit !important;
    font-size: 25px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

@media only screen and (max-width: 650px) {
    .checkout_card.hybriddeliveryaddress .add-address {
        background-color: #fff;
        color: var(--theme);
        text-transform: capitalize;

        margin-bottom: 5px;
        border: 1px solid var(--theme);
        border-radius: 8px !important;
        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: right;
        color: #2a3b56;
        position: relative;
        top: 0;
    }
}

.checkout_card.hybriddeliveryaddress .selected-address-inner .content .title {
    font-size: 24px;
    line-height: inherit !important;
    font-size: 25px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #2a3b56;
}

.checkout_card.hybriddeliveryaddress .selected-address-inner .content .change-address {
    margin-left: 15px;
    background: var(--theme);
    font-weight: 600;
    border: none;
    border-radius: 8px !important;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
}

.checkout_card.hybriddeliveryaddress .selected-address-inner .content i {
    color: #fff;
}

.checkout_card.hybriddeliveryaddress .complete-address {
    color: #afafaf;
    word-break: break-word;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #8a94a3;
}

.checkout_card.hybriddeliveryaddress p.selectedaddresspara {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
}

.checkout_card.hybriddeliveryaddress .addr-content {
    min-height: auto !important;
    height: 100%;
    margin: auto;
}

.complete-address {
    color: #afafaf;
    word-break: break-word;
}

.currentAddress {
    background: var(--address_bg_color, white);
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #f7f7f7;
    min-height: 18rem;
    max-width: 30rem;
    display: flex;
    flex-direction: column;
}

.map-pin {
    font-size: 20px !important;
    top: -1px;
}

.change-address {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    min-width: 4rem;
    width: 15rem;
    width: auto !important;
}

.change-address i {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--theme);
}

.change-address a {
    text-decoration: none;
    cursor: pointer;
}

.selected-address {
    padding: 20px 10px;
}

.loc-type-img {
    margin-right: 10px;
    height: 16px;
    width: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

.chk_cnt_div.chk_form {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
}


p.title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
}

.address {
    padding: 10px 0;
}

.addr-content {
    /* min-height: 220px;
    height: 100%; */
    margin: auto;
}

.add-address {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    min-width: 4rem;
    margin: 2rem 4rem;
}

.add-address i {
    font-size: 2rem;
    margin-right: 1rem;
    color: var(--theme);
}

.selected-address-inner {
    display: flex;
    flex-direction: row;
}

.selected-address-inner img {
    height: 25px;
    width: 25px;
    margin-top: 2px;
}

.selected-address-inner .content .title {
    font-size: 24px;
}

.selected-address-inner .content .address div:first-child {
    font-size: 18px;
}

.selected-address-inner .content .change-address {
    margin-left: 15px;
}

.chk_inr_hdng {
    display: flex;
    justify-content: space-between;
}

.chk_inr_hdng .heading-btn {
    margin: auto 20px;
    justify-content: flex-end;
}

.chk_inr_hdng .heading-btn button {
    color: var(--blue);

    border: 2px solid var(--blue);
}

.img-checked {
    height: 18px;
    width: 18px;
}

@media only screen and (max-width: 650px) {
    .heading-btn {
        margin: auto 10px !important;
    }

    .add-address {
        margin: 1rem !important;
    }

    .add-address.dehyb {
        margin: 0 !important;
    }
}

.pl-20 {
    padding-left: 20px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

[_nghost-ng-c434333716] .ui-chkbox-box.ui-state-active,
.ui-radiobutton-box.ui-state-active {
    background: var(--theme);
    border: 1px solid var(--theme);
}

[_nghost-ng-c434333716] .ui-chkbox-label {
    color: #282c3f;
    opacity: .7;
    cursor: pointer;
    padding-top: 5px;
}

[_nghost-ng-c434333716] .ui-chkbox-label:hover {
    opacity: 1;
    color: var(--theme);
}

.mt-5 {
    margin-top: 5rem;
}

.Add_adress {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.marlfft {
    margin-left: 10px !important;
    margin-right: unset !important;
}


.cart-details-container {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
}

.chk_cnt_div.chk_form {
    display: flex;
    flex-direction: column;
}

.checkoutView .marginZero {
    width: 100%;
}

div#AddtoBasket {
    margin-top: 30px;
}

.Add_adress button.btn.add-address {
    margin: 20px 0 0;
}

.chk_total_div .clearfix {
    display:none
}

@media only screen and (max-width: 767px) {
    .chk_cnt_div .ng-star-inserted .container-fluid {
        padding: 0
    }

    .chk_cnt_div .ng-star-inserted .container-fluid .content-inner>div {
        padding: 0
    }
}