@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

.row.checkout-box {
    margin-top: 89px;
}

.checkout-wrap .checkout-border-box {
    background: transparent;
    border: none;
    padding: 0 !important;
}

.checkout-wrap #so-accordion .card {
    background: var(--graduation-section-bg);
    padding: 41px 51px;
    border: none;
    margin: 0 0 23px;
}

@media (max-width: 767px) {
    .checkout-wrap #so-accordion .card {
        padding: 20px;
    }
}

.checkout-wrap #so-accordion .card:last-child {
    margin: 0;
}

.checkout-wrap #so-accordion .card .card-header {
    padding: 0;
}

.checkout-wrap #so-accordion .card .card-header h5 a {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
}

.checkout-wrap #so-accordion .card .card-header h5.mb-0>a[aria-expanded="true"]:after {
    background-image: url('data:image/svg+xml,<svg width="16" height="3" viewBox="0 0 16 3" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.85784 1.88792V1.07592H9.23384V1.88792H6.85784ZM0.0898438 2.57992V0.419922H16.0018V2.57992H0.0898438Z" fill="black"/></svg>');
    top: -1px;
}

.checkout-wrap #so-accordion .card .card-header h5.mb-0>a[aria-expanded="false"]:after {
    background-image: url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.85784 16.9058V0.09375H9.23384V16.9058H6.85784ZM0.0898438 9.59775V7.43775H16.0018V9.59775H0.0898438Z" fill="black"/></svg>');
    top: -1px;
}

.checkout-wrap .checkout-border-box .card .collapse {
    margin-top: 49px;
}

.checkout-wrap .checkout-border-box .card .card-body .form-group {
    margin-bottom: 38px;
}

.checkout-wrap .checkout-border-box .card .card-body .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0 0 7px;
}

.checkout-wrap .checkout-border-box .card .card-body .form-group .form-control,
.checkout-wrap .checkout-border-box .card .card-body .form-group .chosen-single {
    height: 48px;
    background: #FFFFFF;
    border: 1.5px solid #F8F2E8;
    border-radius: 7px;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    opacity: 0.75;
    margin: 0;
    padding: 13px 17px;
}

.checkout-wrap .checkout-border-box .card .card-body .form-group textarea.form-control {
    height: auto;
}

.checkout-wrap .checkout-border-box .card .card-body .normalbtn-lg {
    border-radius: 7px;
    font-size: 16px;
    height: 48px;
    margin-bottom: 12px;
}

.checkout-wrap {
    padding: 0;
    border: none;
}

.checkout-wrap .card-summery-border-box {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 41px 52px 58px 57px;
    border: none;
}

@media (max-width: 767px) {
    .checkout-wrap .card-summery-border-box {
        padding: 20px;
    }
}

.checkout-wrap .card-summery-border-box h2 {
    font-weight: 600;
    font-size: 23px;
    line-height: 29px;
    color: #000000;
    padding: 0;
    border: 0;
    margin: 0 0 30px;
}

tr.cart-single-item td {
    padding: 13px 0 !important;
}

tr.cart-single-item .cart-single-price {
    font-weight: 400 !important;
}

.cart-img-info {
    display: flex;
    gap: 14px;
}

.cart-img-info img {
    flex: none;
    border: 1.5px solid var(--theme-color);
    height: 63px;
    width: 63px;
    object-fit: contain;
    border-radius: 9px;
}

.cart-img-info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 6px 0 0;
}

.checkout-wrap .card-summery-border-box td {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 9px 0;
}

.checkout-wrap .card-summery-border-box td:last-child {
    text-align: right;
    vertical-align: middle;
}

.checkout-wrap .card-summery-border-box td label {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 0;
}

.checkout-wrap .card-summery-border-box .subtotal_cost {
    min-width: 150px;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    line-height: 2.5;
    padding: 27px 0;
}

.check-billinfo h6 {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    margin: 0 0 10px;
}

.custom-radio label:before {
    width: 20px;
    height: 20px;
    background: none;
    border: 1px solid #667085;
}

.custom-radio input:checked+label:before {
    width: 20px;
    height: 20px;
    background: none;
    border-color: var(--theme-color);
}

.custom-radio input:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    position: absolute;
    top: 6px;
    right: 6px;
    border-radius: 50%;
}

#add-catering-form .product-html-label .custom-radio input:checked+label:after,
.payment-method-box .custom-radio input:checked+label:after,
.input-group-inline .custom-radio input:checked+label:after {
    right: auto;
    left: 6px;
}

.checkout-wrap .card-summery-border-box .subtotal_cost #cart-summery-order-total-amount {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: var(--theme-color);
}

p.coupon-message-success {
    color: #388E3C !important;
}

p.coupon-message-removed {
    color: #388E3C !important;
}

@media (max-width: 767px) {
    .checkout-wrap .card-summery-border-box .subtotal_cost #cart-summery-order-total-amount {
        font-size: 16px;
        line-height: 24px;
    }

    .row.checkout-box {
        margin-top: 0;
    }

    .checkout-wrap .checkout-border-box .card .card-body .form-group {
        margin-bottom: 0;
        margin-top: 12px;
    }

    p.coupon-message-success {
        margin-top: 16px;
        padding-left: 0;
    }

    .payment-information-wrap button {
        margin-bottom: 12px !important;
    }

    .checkout-wrap .checkout-border-box .card .collapse {
        margin-top: 30px;
    }
}

#checkoutIndexForm .form-group {
    width: calc(100% - 190px);
    display: inline-block;
}

@media (max-width: 767px) {
    #checkoutIndexForm .form-group {
        width: 100%;
    }
}

#checkoutIndexForm .form-group label {
    width: 120px;
}

#checkoutIndexForm .form-group input {
    width: calc(100% - 120px);
}

.payment-information-wrap button {
    margin: 0;
    right: 32px;
    padding-block: 9px;
    max-height: 48px;
}

.gift-card-number-pin-code button[type="submit"] {
    right: auto;
    margin: 0;
    padding-block: 9px;
    height: auto;
    max-height: 48px;
}

.body-bg-shape-off {
    background-image: none;
}

.body-bg-shape-off::before {
    display: none;
}

input[type=checkbox]:checked+label {
    border: none;
}

.custom-checkbox input[type="checkbox"]:checked+label:before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.custom-checkbox label:hover:before,
.custom-radio label:hover:before {
    border-color: var(--theme-color);
}

input[type=checkbox]:checked+label {
    background: transparent;
}

.up-sale-discount-product {
    padding: 0;
    border: 0;
    background: transparent;
}

.checkout_page_content .up-sale-discount-product-item {
    border: 0;
    padding: 0;
    background: transparent;
}

.up-sale-thumbnail-image-frame {
    border: none;
    border-radius: 16px;
}

@media (max-width: 767px) {
    .gift-card-number-pin-code {
        flex-wrap: wrap;
    }

    .gift-card-number-pin-code .input.text,
    .gift-card-number-pin-code .input.password {
        width: 100%;
        margin: 0 0 20px;
        display: flex;
        flex-direction: column;
    }

    .gift-card-number-pin-code .input.text input[type="text"],
    .gift-card-number-pin-code .input.password input[type="password"] {
        width: 100%;
    }

    .gift-card-number-pin-code button[type="submit"] {
        width: 100%;
        margin: 0;
    }

    p.coupon-message-removed {
        color: var(--theme-color);
        padding-left: 0;
    }
}