#checkout {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}
#checkout .card,
#checkout .card-header {
    border: none;
}
#checkout .card {
    margin-bottom: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);

}
#checkout .card-header.header-primary {
    height: 64.9px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 0 0;
    background: none;
}
#checkout .card-header.header-primary .card-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--color);
    margin-bottom: 0;
}
#checkout .card-header.header-secondary {
    height: 59px;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#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: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--font-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-color: #acacac;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#checkout .form-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#deliveryMethodTab .nav-link {
    text-align: center;
    border-radius: 6px;
    border: solid 1px #000000;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.87;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
}
#deliveryMethodTab .nav-link.active {
    border-color: var(--color);
    background-color: var(--color);
    color: #FFFFFF;
}
#deliveryMethodTab .nav-link.active::after {
    content: '';
    background-image: var(--check-icon);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.5rem;
    width: 17px;
    height: 17px;
}
#deliveryMethodTab svg {
    width: 17px;
    height: 17px;
    object-fit: contain;
}
#deliveryMethodTab .nav-link svg path {
    fill: #000000;
}
#deliveryMethodTab .nav-link.active svg path {
    fill: #FFFFFF;
}
#checkout #pickupInfoForm {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#checkout #deliveryInfoForm .form-control,
#checkout #pickupInfoForm .form-control {
    height: 40px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: var(--font-color);
    opacity: 0.8;
    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 .add_address_btn.btn-small {
    height: 40px;
    margin-top: 5px;
}
#checkout #deliveryInfoForm label,
#checkout #pickupInfoForm label {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
#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.checkbox-group .form-check-label {
    padding-left: 1rem;
}
#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 {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 2px;
    pointer-events: none;
}
#checkout input[type="checkbox"]:checked + .form-check-label:before {
    background-size: 70%;
}
#checkout input[type="radio"]:checked + .form-check-label:after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    content: "";
    border-radius: 100%;
}
#checkout #paymentMethod-panel input[type="radio"]:checked + .form-check-label:after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'><path fill='var(--color)' fill-rule='nonzero' d='M10.186.733L11.6 2.147 4.322 9.425.296 5.4 1.71 3.985l2.612 2.612z'/></svg>");
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color);
    background-color: #FFFFFF;
    width: 24px;
    height: 24px;
    left: 0;
}

input[type="checkbox"] + .form-check-label:before,
input[type="radio"] + .form-check-label:before {
    background-color: #ececec;
}

#checkout .collapse_section {
    display: none;
}

#checkout .collapse_section > td {
    padding-right: 0 !important;
    padding-left: 35px !important;
}
#checkout .form-check.radio-check .form-check-label:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
#checkout #paymentMethod-panel input[type="radio"]:checked + .form-check-label:after ,
#checkout #paymentMethod-panel .form-check.radio-check .form-check-label:before {
    right: 0;
}
#checkout input[type="checkbox"],
#checkout input[type="radio"] {
    width: 24px;
    height: 24px;
    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 .removefrombasket-btn {
    background: 0 0;
    border: none;
    padding: 0;
    margin-left: auto;
    display: flex;
}
#checkout .removefrombasket-icon {
    width: 9.3px;
    height: 9.3px;
    object-fit: contain;
}
#checkout .basketproduct-title {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
}
#checkout .product-materials,
#checkout .product-offers {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
}
#checkout .basket-price {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #2f322c;
    margin-bottom: 0;
}
#checkout .minus-icon {
    width: 11.8px;
    height: 2.5px;
    object-fit: contain;
}
#checkout .plus-icon {
    width: 11.8px;
    height: 11.8px;
    object-fit: contain;
}
#checkout .change-quantity {
    background: 0 0;
    border: none;
    padding: 0;
    height: 20px;
    display: flex;
    align-items: center;
}
#checkout .form-control.productQuantity {
    width: 50px;
    height: auto;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    padding: 0;
    letter-spacing: normal;
    color: #3e3d3f;
}
#basket-panel .divider {
    border-bottom: 1px solid #acacac;
    padding-top: 0.65rem;
    margin-bottom: 0.75rem;
}
/*#checkout .table-borderless td {*/
    /*vertical-align: baseline;*/
/*}*/
#checkout .table-borderless td.sum-heading {
    width: 75%;
}
#checkout .table-borderless td.sum-num {
    padding-right: 0;
}
#checkout .sum-heading {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #696969;
    padding-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}

#checkout .discount .sum-heading {
    padding-top: 0.35rem;
    color: var(--discount);
}
#checkout .total .sum-heading {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.88;
    letter-spacing: normal;
    color: #333333;
    padding: 1rem 0;
    vertical-align: middle;
}
#checkout .subtotal .sum-num,
#checkout .tips .sum-num,
#checkout .vat .sum-num {

    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: #696969;
    padding-bottom: 0;
    vertical-align: middle;
}
#checkout .discount .sum-num {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    color: var(--discount);
    padding-bottom: 0;
    padding-top: 0.35rem;
}
#checkout .total .sum-num {
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.74;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    padding-top: 1rem;
    padding-bottom: 1rem;
    vertical-align: middle;
}
#checkout .offer-box {
    border-radius: 6px;
    background-color: #f1f1f1;
    padding: 20px 5px;
}
#checkout .offer-box .offer-img {
    width: 164.4px;
    height: 164.4px;
    object-fit: contain;
}
#checkout .offer-box .offerBox-head {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
}
#checkout .offer-box .offerBox-body {
    width: 156.2px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #3e3d3f;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
#checkout .offer-box .addOfferToBasket {
    height: 42px;
    border-radius: 4.8px;
    border: none;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0.5rem auto 0;
}
#checkout .checkoutBtn {
    width: 100%;
    height: 47.6px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#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 .beforeOffer-price {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #b9b9b9;
    margin-bottom: 0;
    text-decoration: line-through;
}
#checkout .cancel-order {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #646465;
    margin: 1rem auto 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.4rem;
    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.5rem;
}
#paymentMethod-panel .pay_method_label {
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
}
#paymentMethod-panel .pay_method_description {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}
#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;
}
#checkout #onlinePaymentForm td.check-cell {
    text-align: right;
}
#checkout #onlinePaymentForm .addCard-btn {
    width: 100%;
    height: 64px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #454545;
    background-color: rgba(231, 231, 231, 0.5);
    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: 56px;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 15px);
    margin: 0.5rem auto;
    position: relative;
}
#checkout #couponsForm .form-group .coupon-wrapper {
    border: 1px dotted #979797;
    border-radius: 2px;
    position: absolute;
    width: calc(100% - 15px);
    left: 0;
    height: calc(100% - 15px);
    right: 0;
    margin: auto;
}
/*#checkout #couponsForm .form-group.add-coupon-group {*/
    /*background-color: #fff;*/
    /*border: 1px solid #dcdcdc;*/
/*}*/
#checkout #couponsForm .form-group.select-coupon-group {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.18);
    background-color: #ffffff;
}
#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: calc(100% - 95px);
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    border: none;
    margin-bottom: 0;
}
#checkout #couponsForm #addCoupon {
    background-color: #ececec;
    padding-left: 15px;
    padding-right: 15px;
    height: 46px;
    border-radius: 4px;
    font-weight: normal;
    margin-right: 10px;
}
#checkout .btn-small {
    width: 95.2px;
    height: 29.7px;
    border-radius: 4px;
    border: none;
    font-size: 10px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#checkout .btn-small.addCoupon-btn {
    height: 46px;
    font-size: 14px;
    font-weight: normal;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#checkout .width-120 {
    width: 120px;
}
#checkout .signup_btn_col {
    max-width: 130px;
    padding-left: 0;
    padding-right: 0;
}
#checkout #couponsForm .form-check.select-card-check {
    width: 95.2px;
    height: 29.7px;
    border-radius: 4px;
    margin-top: 0;
}
#checkout #couponsForm .form-check-input {
    width: 100%;
    height: 29.7px;
}
#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: 1rem;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
}
#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: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #3e3d3f;
    margin-bottom: 0.75rem;
}
#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: 29.7px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#checkout .form-control.loyalty-pts-input {
    height: 29px;
    border-radius: 4px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    background-color: var(--input-bg);
    margin-left: auto;
}
#basket-panel select.form-control {
    background-color: var(--input-bg);
    margin-left: auto;
    margin-right: calc(var(--basket-remove) - 5px);
    width: calc(100% - var(--basket-input) - var(--basket-image) - var(--basket-remove));
}
#basket-panel .shipping_methods_wrapper .collapse-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(var(--basket-remove) + 10px);
    pointer-events: none;
}
.basket-footer-label {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: var(--font-color);
}
#checkout #basket-panel .total-table {
    width: calc(100% - var(--basket-input) - 20px);
    margin-left: var(--basket-input);
}
#checkout .form-control.loyalty-pts-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
#checkout .form-control.loyalty-pts-input:focus::placeholder {
    color: transparent;
}
#checkout .contactless_body {
    max-width: calc(100% - 20px);
    margin: 0 auto 0.5rem;
    background-color: #f4f4f4;
    border-radius: 4px;
}
#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(/demo/dist/images/loader-light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    color: transparent !important;
}
#paymentMethod-panel tr td:nth-child(1) {
    width: 10%;
}
#paymentMethod-panel tr td:nth-child(2) {
    width: 80%;
}
#paymentMethod-panel .cards-section tr td:nth-child(2) {
    padding-left: 15px !important;
}
#paymentMethod-panel tr td:nth-child(3) {
    width: 10%;
}
.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;
}
.table.cards-section td div {
    max-height: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: max-height 0.6s, padding 0.6s;
}

.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.collapsed td div {
    max-height: 100px;
    padding: 5px 0;
    transition: max-height 0.6s, padding 0.6s;
}
.table.cards-section.collapsed td {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.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: 575px) {
    #checkout .table-borderless td.sum-heading {
        width: 75%;
    }
}
@media (max-width: 480px) {
    #checkout .change-quantity {
        display: none;
    }
    #checkout .basket-product > div[class*="col"]:nth-child(1) {
        order: 1;
        padding-left: 0;
        flex-basis: 53%;
        max-width: 53%;
    }
    #checkout .basket-product > div[class*="col"]:nth-child(2) {
        order: 0;
    }
    #checkout .basket-product > div[class*="col"]:nth-child(3) {
        order: 2;
    }
    #checkout .basket-product > div[class*="col"]:nth-child(4) {
        order: 3;
    }
    #checkout .basket-product > div[class*="col"]:nth-child(5) {
        order: 4;
    }
    #checkout .basketproduct-title {
        font-size: 13px;
        line-height: 1.31;
    }
    #checkout .basket-price {
        font-size: 15px;
        line-height: 1.2;
    }
    #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 .offer-box .offer-img {
        width: 100%;
        height: 100%;
    }
    #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 td {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
    #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 .offer-box {
        padding: 15px 0;
    }
    #checkout .offer-box .offerBox-head {
        font-size: 15px;
    }
    #checkout .offer-box .offerBox-body {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    #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%;
    }
    #checkout .checkout_not_account {
        font-size: 13px;
    }
    #checkout .signup_btn_col {
        max-width: 100px;
    }
    #checkout .width-120 {
        width: 90px;
    }
}
@media (max-width: 380px) {
    #checkout .offer-box .offerBox-head {
        font-size: 12.2px;
    }
    #checkout .offer-box .offerBox-body {
        width: 100%;
        font-size: 9.5px;
        margin-top: 0;
    }
    #checkout .offer-box .addOfferToBasket {
        height: auto;
        padding-top: 3px;
        padding-bottom: 3px;
        border-radius: 3.3px;
        font-size: 11px;
    }

}
