/* COSVIN checkout: isolated stylesheet to bypass stale browser caches. */
.cosvin-checkout-page {
    min-height: 100vh;
    padding: 190px 24px 80px;
    background: #f4f7f4;
    color: #17251c;
}

.cosvin-checkout-page__inner,
.cosvin-checkout-page .woocommerce {
    max-width: 1180px;
    margin: 0 auto;
}

.cosvin-checkout-page__heading {
    margin: 0 0 24px;
}

.cosvin-checkout-page__heading p {
    margin: 0;
    color: #168447;
    font-weight: 700;
}

.cosvin-checkout-page__heading h1 {
    margin: 5px 0 0;
    color: #17251c;
    font-size: 38px;
}

.cosvin-checkout-page form.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 28px;
    align-items: start;
}

.cosvin-checkout-page .col2-set,
.cosvin-checkout-page #order_review {
    float: none;
    width: auto;
    margin: 0;
    padding: 26px;
    border: 1px solid #e3ebe5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 55, 31, .07);
}

.cosvin-checkout-page .col-1,
.cosvin-checkout-page .col-2 {
    float: none;
    width: 100%;
}

.cosvin-checkout-page h3 {
    margin: 0 0 20px;
    color: #17251c;
    font-size: 24px;
}

.cosvin-checkout-page .form-row {
    margin: 0 0 16px;
}

.cosvin-checkout-page .form-row label {
    display: block;
    margin-bottom: 7px;
    color: #344239;
    font-size: 14px;
    font-weight: 700;
}

.cosvin-checkout-page .input-text,
.cosvin-checkout-page select,
.cosvin-checkout-page textarea {
    width: 100%;
    min-height: 46px;
    padding: 12px 13px;
    border: 1px solid #dce5de;
    border-radius: 9px;
    background: #fff;
    color: #17251c;
}

.cosvin-checkout-page textarea {
    min-height: 95px;
}

.cosvin-checkout-page #order_review_heading,
.cosvin-checkout-page #order_review {
    grid-column: 2;
}

.cosvin-checkout-page #order_review_heading {
    margin: 0;
}

.cosvin-checkout-page table.shop_table {
    border: 0;
    border-collapse: collapse;
}

.cosvin-checkout-page table.shop_table th,
.cosvin-checkout-page table.shop_table td {
    padding: 13px 0;
    border-top: 1px solid #edf1ee;
    color: #334239;
}

.cosvin-checkout-page .order-total th,
.cosvin-checkout-page .order-total td {
    color: #087a3e;
    font-size: 20px;
    font-weight: 800;
}

.cosvin-checkout-page #payment {
    border-radius: 10px;
    background: #f6f9f6;
}

.cosvin-checkout-page #payment div.payment_box {
    color: #334239;
    background: #eaf3ed;
}

.cosvin-checkout-page #payment div.payment_box::before {
    border-bottom-color: #eaf3ed;
}

.cosvin-checkout-page #place_order,
.cosvin-checkout-empty .button {
    width: 100%;
    padding: 14px;
    border: 0;
    border-radius: 9px;
    background: #0b9b50;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.cosvin-checkout-empty {
    max-width: 620px;
    margin: 20px auto;
    padding: 44px 32px;
    border: 1px solid #e3ebe5;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    box-shadow: 0 8px 28px rgba(15, 55, 31, .07);
}

.cosvin-checkout-empty .button {
    display: inline-block;
    width: auto;
    text-decoration: none;
}

@media (max-width: 900px) {
    .cosvin-checkout-page {
        padding: 165px 14px 55px;
    }

    .cosvin-checkout-page form.woocommerce-checkout {
        display: block;
    }

    .cosvin-checkout-page .col2-set,
    .cosvin-checkout-page #order_review {
        margin-bottom: 22px;
    }

    .cosvin-checkout-page #order_review_heading {
        margin-top: 22px;
    }
}
