#checkout {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
#checkout .card,
#checkout .card-header {
    border: none;
}
#checkout .card {
    margin-bottom: 1rem;
    border-radius: 0;

}
#checkout .card-header.header-primary {
    display: flex;
    align-items: center;
    border-radius: 0;
    background: none;
}
#checkout .card-header.header-primary .card-title {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: var(--color);
    margin-bottom: 0;
}
#checkout .card-header.header-secondary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#checkout .card .card-header {
    padding-inline: 0;
}
#checkout .card .card-body {
    padding: 0;
}
#checkout #restaurantinfo-panel .card-header.header-secondary {
    justify-content: space-around;
}
#checkout .card-header.header-secondary .pin-icon {
    width: 16.5px;
    height: 19.9px;
    object-fit: contain;
}
#checkout .checkout_not_account {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
    margin-bottom: 0;
}
#checkout .card-header.header-secondary .phone-icon {
    width: 16.9px;
    height: 20px;
    object-fit: contain;
}
#checkout .subheader-info {
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #34383e;
    margin-bottom: 0;
    padding-left: 0.5rem;
}
#checkout .subheader-info.delivery_subheader {
    max-width: 80%;
}
#checkout .line {
    height: 1px;
    width: 100%;
    background: none;
    margin-block: 0.25rem;
}
#checkout .form-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#deliveryMethodTab .nav-link {
    text-align: center;
    border-radius: 0;
    border: solid 1px var(--color);
    color: var(--color);
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}
#deliveryMethodTab .nav-link.active {
    border-color: var(--color);
    background-color: var(--color);
    color: #FFFFFF;
}
#checkout #pickupInfoForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#checkout #deliveryInfoForm .form-group,
#checkout #pickupInfoForm .form-group {
    margin-bottom: 0.5rem;
}
#checkout #deliveryInfoForm .form-control,
#checkout #pickupInfoForm .form-control {
    height: 36px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--color);
    border: none;
    background-color: var(--input-bg);
}
#checkout #deliveryInfoForm .addresses_results {
    width: calc(100% - 20px);
    top: 70px;
    background-color: #FFFFFF;
    border: 1px solid var(--input-bg);
}
.label_absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.label_absolute svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
#checkout .locate-address-icon {
    position: absolute;
    top:0;
    bottom: 0;
    margin: auto;
    right: 5px;
    z-index: 1;
    cursor: pointer;
}
.toggle_absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    pointer-events: none;
    z-index: 1;
    display: flex;
    align-items: center;
}
.absolute_container input.form-control,
.absolute_container select.form-control {
    padding-left: 2rem;
    padding-right: 1rem;
}

#checkout #deliveryInfoForm textarea.form-control {
    height: 76px;
}
#checkout #deliveryInfoForm label,
#checkout #pickupInfoForm label {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
}
#deliveryMethodTab {
    border-bottom: none;
}
#checkout #deliveryInfoForm .form-check-label:hover,
#checkout #pickupInfoForm .form-check-label:hover {
    cursor: pointer;
}
#checkout textarea {
    resize: none;
}
#checkout .form-check.radio-check .form-check-label {
    padding-left: 0.5rem;
}
#checkout .form-check {
    margin-top: 0.5rem;
}
#checkout .radio-check {
    align-items: center;
}
#checkout .form-check.checkbox-group .form-check-label:before,
#checkout input[type="checkbox"]:checked + .form-check-label:after,
#checkout input[type="radio"]:checked + .form-check-label:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
#checkout input[type="checkbox"]:checked + .form-check-label:after,
#checkout input[type="radio"]:checked + .form-check-label:after {
    width: 10px;
    height: 10px;
    left: 5px;
}
#checkout #paymentMethod-panel input[type="radio"]:checked + .form-check-label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    right: 0;
    border-radius: 0;
    background-color: var(--color);
    border: 3px solid #ffffff;
}


/*#checkout .collapse_section > td {*/
/*    padding-right: 0 !important;*/
/*    padding-left: 35px !important;*/
/*}*/
#checkout #paymentMethod-panel .form-check.radio-check .form-check-label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
#checkout #paymentMethod-panel .form-check.radio-check .form-check-label:before {
    right: 0;
}
#checkout input[type="checkbox"],
#checkout input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}
#checkout input[name="selectCard"] {
    pointer-events: none;
}
#checkout input[type="checkbox"]:hover,
#checkout input[type="radio"]:hover {
    cursor: pointer;
}
#checkout #onlinePaymentForm label,
#checkout #payOnDeliveryForm label {
    font-size: 14.4px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding-left: 1rem;
    padding-top: 0.25rem;
    cursor: pointer;
}
#checkout #onlinePaymentForm .form-group,
#checkout #payOnDeliveryForm .form-group {
    width: 280px;
    margin: 0 auto 1.5rem auto;
}
#checkout #onlinePaymentForm .form-group {
    padding-top: 2.5rem;
}
#checkout .label-footer {
    display: block;
    font-size: 14.4px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    padding-top: 0.2rem;
}
#paymentMethod-panel tr .card-icon,
#checkout .pay_method_icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    object-position: center;
}
#checkout #checkout-map {
    width: 699.3px;
    height: 148px;
}
#checkout .orderType-icon {
    width: 12.1px;
    height: 21.2px;
    object-fit: contain;
}
#checkout .orderType-title {
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c2f32;
    margin-bottom: 0;
    margin-top: 0.25rem;
}
#checkout .orderType-address {
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2c2f32;
    margin-bottom: 0;
    margin-top: 0.25rem;
}

#checkout .offer-message {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #f3383f;
    margin-top: 0.25rem;
    margin-bottom: 0;
}
#checkout #dropdown-nav {
    display: none;
}
#checkout .start-order-nav .nav-item {
    width: 50%;
}
#checkout .start-order-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #34383e;
    display: flex;
    justify-content: center;
    align-items: center;
}
#checkout .start-order-nav .nav-link.active {
    border-radius: 18px;
    color: #fff;
}
#checkout .wallet-icon {
    width: 20.8px;
    height: 20.8px;
    object-fit: contain;
    margin-right: 0.5rem;
}
#checkout .card-icon {
    width: 23.1px;
    height: 17.3px;
    object-fit: contain;
    margin-right: 0.5rem;
}
#checkout .nav-link .card-icon path,
#checkout .nav-link .wallet-icon path {
    fill: #acacac;
}
#checkout .nav-link.active .card-icon path,
#checkout .nav-link.active .wallet-icon path {
    fill: #fff;
}
#checkout #onlinePaymentForm .form-check.radio-check {
    margin-top: 0;
    padding: 0;
}
#checkout #onlinePaymentForm .checkoutCardsSection .form-check.radio-check .form-check-label {
    padding-left: 0;
}
#checkout #onlinePaymentForm .c-card-icon {
    width: 61px;
    height: 40px;
    object-fit: contain;
}
#checkout #onlinePaymentForm tr {
    cursor: pointer;
}
#checkout #onlinePaymentForm td {
    vertical-align: middle;
    padding: 0 0.5rem;
    height: 36px;
    border-radius: 0;
    border-top: 1px solid var(--color);
    border-bottom: 1px solid var(--color);
}
#checkout #onlinePaymentForm .collapse_section td[colspan="2"] {
    border: none;
    padding-block: 0;
}
#checkout #onlinePaymentForm tr td:first-child {
    border-left: 1px solid var(--color);
}
#checkout #onlinePaymentForm tr td:last-child {
    border-right: 1px solid var(--color);
}
#paymentMethod-panel .pay_method_label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
}
#paymentMethod-panel tr.active .pay_method_label {
    color: #ffffff;
}
#paymentMethod-panel .method_row td:first-child {
    display: flex;
    align-items: center;
}
tr.active .dot:after {
    color: #ffffff;
}
#checkout #paymentMethod-panel input[type="radio"] {
    position: absolute;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
}

#paymentMethod-panel tr {
    cursor: pointer;
}

#paymentMethod-panel tr.active {
    background-color: var(--color);
}
#paymentMethod-panel tr.active p {
    color: #FFFFFF;
}

#paymentMethod-panel tr .card-icon g {
    fill: #999;
}
#paymentMethod-panel tr.active .card-icon g,
#paymentMethod-panel tr.active .pos g,
#paymentMethod-panel tr.active .cash g {
    fill: #fff;
}
#paymentMethod-panel tr.active td:first-child {
    border-radius: 6px 0 0 6px;
}
#paymentMethod-panel tr.active td:last-child {
    border-radius: 0 6px 6px 0;
}
#checkout #paymentMethod-panel .form-check-label {
    padding-right: 25px;
}
.table-wrapper-scroll-y {
    display: block;
    max-height: 177px;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#checkout #onlinePaymentForm table {
    margin-bottom: 0.5rem;
    border-collapse: separate;
    border-spacing: 0 10px;
}
#checkout #onlinePaymentForm table.cards-section {
    margin-top: -10px;
}
#checkout #onlinePaymentForm td.check-cell {
    text-align: right;
}
#checkout #onlinePaymentForm .addCard-btn {
    width: 100%;
    height: 36px;
    border-radius: 0;
    background: var(--color);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#checkout #myCoupons-panel .coupons-head {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 0.2rem;
}
#checkout #couponsForm .form-group {
    height: 36px;
    border-radius: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
}
#checkout #couponsForm .form-group .coupon-wrapper {
    padding: 0.35rem 0.5rem;
    width: 100%;
    display: flex;
    align-items: center;
}
/*#checkout #couponsForm .form-group.add-coupon-group {*/
    /*background-color: #fff;*/
    /*border: 1px solid #dcdcdc;*/
/*}*/
#checkout #couponsForm .form-group.select-coupon-group {
    background-color: #ffffff;
    border: 1px solid var(--color);
}
#checkout #couponsForm input[type="checkbox"] + .form-check-label:after,
#checkout #couponsForm input[type="checkbox"]:checked + .form-check-label:before {
    display: none;
}
#checkout #couponsForm #addCoupon,
#checkout #couponsForm .coupon-code {
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
    border: none;
    margin-bottom: 0;
}

#checkout #couponsForm #addCoupon {
    background-color: var(--input-bg);
    padding-left: 15px;
    padding-right: 15px;
    height: 36px;
    border-radius: 0;
    font-weight: 500;
}
#checkout .btn-small {
    width: fit-content;
    height: 36px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-inline: 1rem;
}
#checkout .btn-small.addCoupon-btn {
    height: 36px;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#checkout #couponsForm .form-check.select-card-check {
    margin-top: 0;
    padding-left: 0.75rem;
    width: 20px;
    height: 36px;
}
#checkout #couponsForm .form-check-input {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.select-card-check .form-check-input:checked ~ .form-check-label {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    border: 1px solid var(--color);
}
.select-card-check .form-check-input:checked ~ .form-checkmark {
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 0;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background: var(--color);
}
/*#checkout #couponsForm .form-check-label {*/
/*    font-size: 10px;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*    line-height: 1;*/
/*    letter-spacing: normal;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    pointer-events: none;*/
/*}*/
#checkout .addOpacity {
    opacity: 0.7;
}
#checkout #couponsForm .scroll-coupons-y {
    /*display: block;*/
    /*max-height: 190px;*/
    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
}
.scroll-coupons-y::-webkit-scrollbar {
    display: none;
}
#checkout .checkout_loyalty_wrapper {
    padding: 0.5rem;
    border: solid 1px var(--color);
}
#checkout .checkout_loyalty_wrapper.loyalty {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: var(--color);
    margin-top: 0.5rem;
}
#checkout .checkout_loyalty_wrapper .loyalty-icon {
    width: 41px;
    height: 43px;
    object-fit: contain;
}
#checkout .loyalty_image_col {
    width: 60px;
}
#checkout .loyalty_content_col {
    width: calc(100% - 60px);
}
#checkout .loyalty-pts-available {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: var(--color);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 4px;
}
/*#checkout .loyalty_pts_sum {*/
/*    font-size: 20.5px;*/
/*    font-weight: 800;*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1;*/
/*    letter-spacing: normal;*/
/*    text-align: left;*/
/*    color: var(--loyalty);*/
/*    display: block;*/
/*}*/
/*#checkout .redeem_conversion_value {*/
/*    font-size: 15px;*/
/*    font-weight: 800;*/
/*    color: var(--loyalty);*/
/*    font-stretch: normal;*/
/*    font-style: normal;*/
/*    line-height: 1.33;*/
/*    letter-spacing: normal;*/
/*}*/
#checkout .redeem_conversion_value:before {
    content: "(";
}
#checkout .redeem_conversion_value:after {
    content: ")";
}
#checkout .no_coupons_section {
    padding: 1rem;
    text-align: center;
}
#checkout .no_coupons_section .nocontent-icon {
    width: 90px;
    height: auto;
    object-fit: contain;
    margin-bottom: 0.75rem;
}
#checkout .redeemBtn {
    width: 100%;
    height: 36px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#checkout .form-control.loyalty-pts-input {
    height: 36px;
    border-radius: 0;
    border: none;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
    text-align: left;
    background-color: var(--input-bg);
    margin-left: auto;
}
#basket-panel select.form-control {
    background-color: var(--input-bg);
    width: 100%;
}
#basket-panel .shipping_methods_wrapper .collapse-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    pointer-events: none;
}
#checkout #basket-panel.basket-panel .basket-footer {
    padding-inline: 0;
}
.basket-footer-label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: var(--color);
}

#checkout .form-control.loyalty-pts-input::placeholder {
    color: rgba(0, 0, 0, 0.8);
}
#checkout .form-control.loyalty-pts-input:focus::placeholder {
    color: transparent;
}
#checkout .contactless_body {
    max-width: calc(100% - 20px);
    margin: 0.5rem auto;
    border-radius: 0;
    border: 1px solid var(--color);
    padding-block: 0;
}
#checkout .contactless_form_check {
    margin-bottom: 0.5rem;
}
#checkout .contactless_body .contactless_input {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
#checkout .contactless_body .contactless_label:before {
    top: 0 !important;
    bottom: 0;
    margin: auto;
}
#checkout .contactless_body .contactless_input:checked + .contactless_label:after {
    top: 0;
    bottom: 0;
    margin: auto;
}
#checkout .tips_btn {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #505050;
    background-color: var(--input-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#checkout #checkoutTips-panel .tips_btn .close-modal,
#checkout #checkoutTips-panel .tips_btn.selected .plus-icon {
    display: none;
}
#checkout #checkoutTips-panel .tips_btn.selected .close-modal {
    display: block;
}
#checkout .tips_btn.selected {
    color: #fff;
    background-color: var(--color);
}
#checkout #checkoutTips-panel .plus-icon path {
    fill: #505050;
}
#checkout #checkoutTips-panel .close-modal {
    width: 11px;
    height: 11px;
    object-fit: contain;
}
#billing_select_address {
    padding-left: 10px;
    padding-right: 35px;
}
.billingSelectAddressSection .arrow-down {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    pointer-events: none;
}
#gravityCardForm h4,
#squareCardForm h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.5em !important;
}
#gravityCardForm iframe,
#squareCardForm iframe {
    width: 100%;
}
#gravityCardForm iframe:focus,
#squareCardForm iframe:focus {
    border: 1px solid #ced4da;
}
.card-loader {
    background-image: url(/dist/images/loader-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    color: transparent !important;
}

.form-control.select_card,
.form-control.select_card:focus,
.form-control.select_card:active {
    border: 1px solid #acacac;
    background-color: #FFFFFF;
    height: 58px !important;
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    border-radius: 6px;
}
.table.cards-section td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pay_methods_dropdown label.position-absolute {
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    right: 15px;
    pointer-events: none;
}
/*.table.cards-section td {*/
/*    height: unset;*/
/*}*/

#checkout .collapse_section {
    display: none;
}
.table.cards-section td div {
    height: unset;
    max-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 1s;
}

.table.cards-section.collapsed td div {
    height: unset;
    max-height: 36px;
    transition: max-height 1s;
}
.fade-in {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1439px) {
    #checkout .offer-box .offer-img {
        width: 150px;
        height: 150px;
    }
    #checkout .start-order-nav .nav-link {
        font-size: 12px;
    }
    #checkout .wallet-icon {
        width: 15px;
        height: 15px;
    }
    #checkout .card-icon {
        width: 18px;
        height: 12px;
    }
    #checkout #checkout-map {
        width: 578.3px;
        height: 148px;
    }
}
@media (max-width: 1199px) {
    #checkout .start-order-nav .nav-link {
        font-size: 14px;
    }
    #checkout .wallet-icon {
        width: 20.8px;
        height: 20.8px;
    }
    #checkout .card-icon {
        width: 23.1px;
        height: 17.3px;
    }
    #checkout #checkout-map {
        width: 343px;
        height: 203.5px;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary {
        flex-flow: column;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary .restaurant-phone {
        margin-top: 0.75rem;
    }
}
@media (max-width: 969px) {
    #checkout .table-borderless td.sum-heading {
        width: 80%;
    }
    #checkout .basket-footer .order-2 {
        position: absolute;
        right: 10px;
        bottom: 1rem;
    }
    #checkout .start-order-nav .nav-link {
        font-size: 12px;
    }
    #checkout .wallet-icon {
        width: 15px;
        height: 15px;
    }
    #checkout .card-icon {
        width: 18px;
        height: 12px;
    }
    #checkout #checkout-map {
        width: 634.3px;
        height: 148px;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary {
        flex-flow: unset;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary .restaurant-phone {
        margin-top: unset;
    }
}
@media (max-width: 749px) {
    #checkout .basket-footer .order-2 {
        position: relative;
        right: unset;
        bottom: unset;
    }
    #checkout .start-order-nav .nav-link {
        font-size: 14px;
    }
    #checkout .wallet-icon {
        width: 20.8px;
        height: 20.8px;
    }
    #checkout .card-icon {
        width: 23.1px;
        height: 17.3px;
    }
    #checkout #onlinePaymentForm .addCard-btn {
        width: 100%;
    }
    #checkout #checkout-map {
        width: 343px;
        height: 203.5px;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary {
        flex-flow: column;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary .restaurant-phone {
        margin-top: 0.75rem;
    }
}

@media (max-width: 480px) {

    #checkout .offer-message {
        font-size: 13px;
        line-height: 1.31;
    }
    #checkout .form-control.productPrice {
        border: 1px solid #dcdcdc;
        width: 33.6px;
        height: 40px;
        border-radius: 4px;
        padding: 0;
    }
    #checkout .start-order-nav .nav-link {
        font-size: 11px;
        padding: 10px;
    }
    #checkout .wallet-icon {
        width: 15px;
        height: 15px;
    }
    #checkout .card-icon {
        width: 18px;
        height: 12px;
    }
    #checkout .nav-link .card-icon path,
    #checkout .nav-link .wallet-icon path,
    #checkout .nav-link.active .card-icon path,
    #checkout .nav-link.active .wallet-icon path {
        fill: unset;
    }
    #checkout .form-wrapper,
    #checkout #deliveryInfoForm,
    #checkout #pickupInfoForm {
        width: 100%;
    }
    #checkout #onlinePaymentForm .checkoutCardsSection .form-check.radio-check {
        padding-left: 0;
    }
    #checkout #onlinePaymentForm .c-card-icon {
        width: 50px;
        height: auto;
        margin-right: 0.25rem;
    }
    #checkout #couponsForm .font-weight-bold {
        display: block;
    }
    #checkout #dropdown-nav {
        display: flex;
    }
    #checkout .start-order-nav {
        display: none;
    }
    #checkout #dropdown-nav .nav-item {
        width: 100%;
        border: 1px solid #dcdcdc;
        border-radius: 4px;
    }
    #checkout #dropdown-nav .dropdown-item,
    #checkout #dropdown-nav .nav-link {
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000;
        display: flex;
        align-items: center;
        padding-left: 0.75rem;
    }
    #checkout #dropdown-nav .dropdown-item:hover {
        color: #fff;
    }
    #checkout #dropdown-nav .dropdown-item:hover .card-icon path,
    #checkout #dropdown-nav .dropdown-item:hover .wallet-icon path {
        fill: #fff;
    }
    #checkout .dropdown-menu.show {
        width: 100%;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    #checkout #dropdown-nav .nav-link.active,
    #checkout #dropdown-nav .show > .nav-link {
        background: 0 0;
    }
    #checkout .dropdown-toggle::after {
        display: none;
    }
    #checkout #dropdown-nav .arrow-down {
        position: absolute;
        top: 15px;
        right: 10px;
        pointer-events: none;
    }
    #checkout #checkout-map {
        width: 100%;
        height: 203.5px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary {
        height: auto;
    }
    #checkout #restaurantinfo-panel .card-header.header-secondary .restaurant-phone {
        margin-top: 1rem;
    }
    #checkout #onlinePaymentForm .form-group,
    #checkout #payOnDeliveryForm .form-group {
        width: 100%;
    }
    #checkout .card-header.header-secondary {
        height: auto;
    }
    #checkout .subheader-info.delivery_subheader {
        max-width: 70%;
    }
}
