/* =========================================================
   VRANEC WORLD DAY — WOOCOMMERCE
   Ticket Product Page
   ========================================================= */

:root {
    --vwd-wine: #931d45;
    --vwd-wine-dark: #621940;
    --vwd-text: #333333;
    --vwd-muted: #777777;
    --vwd-border: #e7e2e4;
    --vwd-soft: #f8f6f7;
}


/* ---------------------------------------------------------
   PRODUCT PAGE — GENERAL
   --------------------------------------------------------- */

.single-product.woocommerce {
    color: var(--vwd-text);
}

.single-product.woocommerce .site-main,
.single-product.woocommerce main {
    padding-top: 30px;
}


/* Product title */

.single-product.woocommerce div.product .product_title {
    color: #3d3638;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 500;
    margin: 0 0 22px;
}


/* ---------------------------------------------------------
   PRODUCT IMAGE
   --------------------------------------------------------- */

.single-product.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.single-product.woocommerce div.product div.images {
    margin-bottom: 35px;
}


/* ---------------------------------------------------------
   PRODUCT SUMMARY
   --------------------------------------------------------- */

.single-product.woocommerce div.product div.summary {
    padding-left: 20px;
}

.single-product.woocommerce div.product .summary .price {
    color: var(--vwd-wine);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 18px;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
}

.single-product.woocommerce div.product .woocommerce-product-details__short-description p {
    margin-bottom: 8px;
}


/* ---------------------------------------------------------
   VARIATION SELECTOR
   --------------------------------------------------------- */

.single-product.woocommerce div.product form.cart {
    margin-top: 22px;
}

.single-product.woocommerce div.product form.cart .variations {
    width: 100%;
    margin-bottom: 12px;
}

.single-product.woocommerce div.product form.cart .variations td,
.single-product.woocommerce div.product form.cart .variations th {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
}

.single-product.woocommerce div.product form.cart .variations label {
    display: block;
    color: #3d3638;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}

.single-product.woocommerce div.product form.cart .variations select {
    width: 100%;
    min-height: 48px;
    padding: 0 42px 0 14px;
    color: #333;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d8d2d4;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
}

.single-product.woocommerce div.product form.cart .variations select:focus {
    border-color: var(--vwd-wine);
}

.single-product.woocommerce div.product form.cart .reset_variations {
    display: inline-block;
    color: var(--vwd-wine);
    font-size: 12px;
    margin-top: 7px;
}


/* ---------------------------------------------------------
   SELECTED VARIATION
   --------------------------------------------------------- */

.single-product.woocommerce .woocommerce-variation-description {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0;
}

.single-product.woocommerce .woocommerce-variation-price {
    margin: 10px 0 14px;
}

.single-product.woocommerce .woocommerce-variation-price .price {
    color: var(--vwd-wine);
    font-size: 25px;
    font-weight: 700;
}

.single-product.woocommerce .woocommerce-variation-availability {
    color: #777;
    font-size: 13px;
    margin-bottom: 12px;
}


/* ---------------------------------------------------------
   QUANTITY
   --------------------------------------------------------- */

.single-product.woocommerce form.cart .quantity {
    float: left;
    margin: 0 10px 0 0;
}

.single-product.woocommerce form.cart .quantity .qty {
    width: 68px;
    height: 50px;
    padding: 0 8px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #d8d2d4;
    border-radius: 3px;
    box-shadow: none;
}


/* ---------------------------------------------------------
   PRIMARY CTA
   --------------------------------------------------------- */

.single-product.woocommerce div.product form.cart .button,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button {
    min-height: 50px;
    padding: 0 28px;
    color: #fff;
    background: var(--vwd-wine);
    border: 1px solid var(--vwd-wine);
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .15s ease;
}

.single-product.woocommerce div.product form.cart .button:hover,
.single-product.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    color: #fff;
    background: var(--vwd-wine-dark);
    border-color: var(--vwd-wine-dark);
    text-decoration: none;
}

.single-product.woocommerce div.product form.cart .button:active {
    transform: translateY(1px);
}


/* ---------------------------------------------------------
   REMOVE SHOP-LIKE METADATA
   --------------------------------------------------------- */

.single-product.woocommerce .product_meta {
    display: none;
}


/* ---------------------------------------------------------
   PRODUCT TABS
   --------------------------------------------------------- */

.single-product.woocommerce div.product .woocommerce-tabs {
    clear: both;
    padding-top: 38px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 28px;
    border-bottom: 1px solid var(--vwd-border);
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 25px 0 0;
    padding: 0;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 13px 2px;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid transparent;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--vwd-wine);
    text-decoration: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: var(--vwd-wine);
    border-bottom-color: var(--vwd-wine);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    border: 0;
    box-shadow: none;
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2 {
    color: #3d3638;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}


/* ---------------------------------------------------------
   LINKS
   --------------------------------------------------------- */

.single-product.woocommerce a {
    color: var(--vwd-wine);
}

.single-product.woocommerce a:hover {
    color: var(--vwd-wine-dark);
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .single-product.woocommerce div.product .product_title {
        font-size: 27px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .single-product.woocommerce div.product div.summary {
        padding-left: 0;
    }

    .single-product.woocommerce div.product .summary .price {
        font-size: 23px;
    }

    .single-product.woocommerce div.product form.cart .variations select {
        min-height: 52px;
        font-size: 16px;
    }

    .single-product.woocommerce form.cart .quantity {
        width: 24%;
        margin-right: 3%;
    }

    .single-product.woocommerce form.cart .quantity .qty {
        width: 100%;
        height: 52px;
    }

    .single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        width: 73%;
        min-height: 52px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .single-product.woocommerce div.product .woocommerce-tabs {
        padding-top: 28px;
    }

    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin-right: 15px;
    }

}


/* ---------------------------------------------------------
   VERY SMALL SCREENS
   --------------------------------------------------------- */

@media (max-width: 420px) {

    .single-product.woocommerce form.cart .quantity {
        width: 100%;
        margin: 0 0 10px;
    }

    .single-product.woocommerce div.product form.cart .single_add_to_cart_button {
        width: 100%;
    }

}

/* =========================================================
   VWD TICKET — SALES BLOCK REFINEMENT
   ========================================================= */


/* Give the hero area more breathing room */

.single-product.woocommerce div.product {
    padding-top: 10px;
}

.single-product.woocommerce div.product div.images {
    width: 48%;
}

.single-product.woocommerce div.product div.summary {
    width: 48%;
    padding-left: 28px;
}


/* Price range */

.single-product.woocommerce div.product .summary > .price {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 18px;
    color: var(--vwd-wine);
    font-size: 26px;
    font-weight: 700;
}

.single-product.woocommerce div.product .summary > .price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--vwd-wine);
}


/* Short description */

.single-product.woocommerce
.woocommerce-product-details__short-description {
    max-width: 470px;
    margin-bottom: 26px;
}


/* Ticket selector area */

.single-product.woocommerce div.product form.variations_form {
    max-width: 480px;
    padding-top: 5px;
}

.single-product.woocommerce
form.variations_form
table.variations {
    margin-bottom: 18px;
}


/* CTA row */

.single-product.woocommerce
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 15px;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart .quantity {
    float: none;
    flex: 0 0 70px;
    margin: 0;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart .quantity .qty {
    width: 70px;
    height: 54px;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart
.single_add_to_cart_button {
    float: none;
    flex: 1;
    height: 54px;
    min-height: 54px;
    line-height: 52px;
    padding: 0 28px;
    background: var(--vwd-wine);
    border-color: var(--vwd-wine);
    font-size: 14px;
    letter-spacing: 1px;
}


/* Remove WooCommerce disabled washed-out look slightly */

.single-product.woocommerce
.single_add_to_cart_button.disabled {
    opacity: .48;
}


/* More deliberate space before tabs */

.single-product.woocommerce div.product .woocommerce-tabs {
    padding-top: 52px;
}


/* Description width for easier reading */

.single-product.woocommerce
.woocommerce-Tabs-panel--description {
    max-width: 900px;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .single-product.woocommerce div.product div.images,
    .single-product.woocommerce div.product div.summary {
        width: 100%;
    }

    .single-product.woocommerce div.product div.summary {
        padding-left: 0;
    }

    .single-product.woocommerce
    .woocommerce-product-details__short-description,
    .single-product.woocommerce
    div.product form.variations_form {
        max-width: none;
    }

    .single-product.woocommerce
    .woocommerce-variation-add-to-cart {
        display: flex;
    }

}


/* =========================================================
   VWD TICKET — SALES BLOCK REFINEMENT
   ========================================================= */


/* Give the hero area more breathing room */

.single-product.woocommerce div.product {
    padding-top: 10px;
}

.single-product.woocommerce div.product div.images {
    width: 48%;
}

.single-product.woocommerce div.product div.summary {
    width: 48%;
    padding-left: 28px;
}


/* Price range */

.single-product.woocommerce div.product .summary > .price {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 18px;
    color: var(--vwd-wine);
    font-size: 26px;
    font-weight: 700;
}

.single-product.woocommerce div.product .summary > .price::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--vwd-wine);
}


/* Short description */

.single-product.woocommerce
.woocommerce-product-details__short-description {
    max-width: 470px;
    margin-bottom: 26px;
}


/* Ticket selector area */

.single-product.woocommerce div.product form.variations_form {
    max-width: 480px;
    padding-top: 5px;
}

.single-product.woocommerce
form.variations_form
table.variations {
    margin-bottom: 18px;
}


/* CTA row */

.single-product.woocommerce
.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-top: 15px;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart .quantity {
    float: none;
    flex: 0 0 70px;
    margin: 0;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart .quantity .qty {
    width: 70px;
    height: 54px;
}

.single-product.woocommerce
.woocommerce-variation-add-to-cart
.single_add_to_cart_button {
    float: none;
    flex: 1;
    height: 54px;
    min-height: 54px;
    line-height: 52px;
    padding: 0 28px;
    background: var(--vwd-wine);
    border-color: var(--vwd-wine);
    font-size: 14px;
    letter-spacing: 1px;
}


/* Remove WooCommerce disabled washed-out look slightly */

.single-product.woocommerce
.single_add_to_cart_button.disabled {
    opacity: .48;
}


/* More deliberate space before tabs */

.single-product.woocommerce div.product .woocommerce-tabs {
    padding-top: 52px;
}


/* Description width for easier reading */

.single-product.woocommerce
.woocommerce-Tabs-panel--description {
    max-width: 900px;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

    .single-product.woocommerce div.product div.images,
    .single-product.woocommerce div.product div.summary {
        width: 100%;
    }

    .single-product.woocommerce div.product div.summary {
        padding-left: 0;
    }

    .single-product.woocommerce
    .woocommerce-product-details__short-description,
    .single-product.woocommerce
    div.product form.variations_form {
        max-width: none;
    }

    .single-product.woocommerce
    .woocommerce-variation-add-to-cart {
        display: flex;
    }

}


/* =========================================================
   AUTOMATIC TICKET TYPE
   ========================================================= */

/* WooCommerce still uses the variation internally,
   but the customer does not need to choose it. */

.single-product.woocommerce
form.variations_form table.variations {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}


/* Hide WooCommerce's original price range */

.single-product.woocommerce
.summary > p.price {
    display: none;
}


/* ---------------------------------------------------------
   VWD PRICE CARD
   --------------------------------------------------------- */

.vwd-ticket-price-card {
    margin: 4px 0 25px;
    padding: 22px 24px;
    background: #faf7f8;
    border-left: 4px solid var(--vwd-wine);
}

.vwd-ticket-label {
    display: block;
    margin-bottom: 6px;
    color: var(--vwd-wine);
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.vwd-ticket-main-price {
    color: #322b2d;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
}

.vwd-ticket-main-price .woocommerce-Price-currencySymbol {
    font-size: .7em;
    font-weight: 500;
}

.vwd-ticket-offer {
    margin-top: 7px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}

.vwd-ticket-regular-price {
    margin-top: 13px;
    padding-top: 12px;
    color: #888;
    font-size: 13px;
    border-top: 1px solid #e8dfe2;
}

.vwd-ticket-regular-price strong {
    color: #555;
}


/* WooCommerce's selected variation price is redundant now */

.single-product.woocommerce
.woocommerce-variation-price {
    display: none;
}


/* We also don't need the variation description
   if the price card carries the Early Bird message */

.single-product.woocommerce
.woocommerce-variation-description {
    display: none;
}


/* CTA now gets the full width beside quantity */

.single-product.woocommerce
.woocommerce-variation-add-to-cart {
    margin-top: 5px;
}


/* Mobile */

@media (max-width: 767px) {

    .vwd-ticket-price-card {
        padding: 19px 20px;
        margin-bottom: 20px;
    }

    .vwd-ticket-main-price {
        font-size: 29px;
    }

}


/* =========================================================
   ABOUT THE EVENT — TYPOGRAPHY
   ========================================================= */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel {
    max-width: 940px;
    color: #4a4547;
    font-size: 18px !important;
    line-height: 1.75 !important;
}


/* Heading */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel > h2 {
    margin: 0 0 28px !important;
    color: #332e30;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 500;
}


/* Paragraphs */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel > p {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    padding: 0;
    font-size: 18px !important;
    line-height: 1.75 !important;
}


/* Remove empty paragraphs generated by editor */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel > p:empty {
    display: none;
}


/* Bold text */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel strong {
    color: #302b2d;
    font-weight: 600;
}


/* Emoji size/alignment */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel img.emoji {
    width: 1em !important;
    height: 1em !important;
    margin: 0 .08em !important;
    vertical-align: -.1em !important;
}


/* Map */

.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel > iframe {
    display: block;
    width: 100%;
    max-width: 940px;
    margin: 30px 0 0 !important;
    border: 0;
}


/* Mobile */

@media (max-width: 767px) {

    .single-product.woocommerce
    #tab-description.woocommerce-Tabs-panel,
    
    .single-product.woocommerce
    #tab-description.woocommerce-Tabs-panel > p {
        font-size: 16px !important;
        line-height: 1.7 !important;
    }

    .single-product.woocommerce
    #tab-description.woocommerce-Tabs-panel > p {
        margin-bottom: 18px !important;
    }

    .single-product.woocommerce
    #tab-description.woocommerce-Tabs-panel > h2 {
        font-size: 25px !important;
        margin-bottom: 22px !important;
    }

}

/* Remove empty paragraphs generated around WooCommerce/FooEvents content */
.single-product.woocommerce
#tab-description.woocommerce-Tabs-panel > p:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
}

/* =========================================================
   VWD CHECKOUT — DESKTOP TWO COLUMN LAYOUT
   ========================================================= */

@media (min-width: 992px) {

    /* Wider checkout container */
    body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce {
        max-width: 1040px;
        margin-left: auto;
        margin-right: auto;
    }


    /* Main checkout grid */
    body.woocommerce-checkout
    form.checkout {
        display: grid;
        grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr);
        grid-template-rows: auto auto;
        column-gap: 48px;
        align-items: start;
    }


    /* LEFT — customer details */
    body.woocommerce-checkout
    #customer_details {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%;
        margin: 0;
    }

    body.woocommerce-checkout
    #customer_details .col-1 {
        float: none;
        width: 100%;
        padding: 0;
    }


    /* RIGHT — heading */
    body.woocommerce-checkout
    #order_review_heading {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        margin: 0 0 22px;
    }


    /* RIGHT — order + payment */
    body.woocommerce-checkout
    #order_review {
        grid-column: 2;
        grid-row: 2;
        width: 100%;
        margin: 0;
    }


    /* Customer fields:
       First + Last on first row,
       Email full width,
       Phone full width
    */
    body.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px 18px;
    }

    body.woocommerce-checkout
    #billing_first_name_field,
    body.woocommerce-checkout
    #billing_last_name_field {
        grid-column: auto;
    }

    body.woocommerce-checkout
    #billing_email_field,
    body.woocommerce-checkout
    #billing_phone_field {
        grid-column: 1 / -1;
    }

}

@media (min-width: 992px) {

    body.woocommerce-checkout
    table.woocommerce-checkout-review-order-table .product-name {
        padding-right: 18px;
        font-size: 14px;
        line-height: 1.5;
    }

    body.woocommerce-checkout
    table.woocommerce-checkout-review-order-table th:last-child,
    body.woocommerce-checkout
    table.woocommerce-checkout-review-order-table td:last-child {
        width: 115px;
    }

}


/* =========================================================
   VWD CHECKOUT — FINAL DESKTOP WIDTH / COLUMNS OVERRIDE
   ========================================================= */

@media (min-width: 992px) {

    /*
     * Use the full available width of the theme container.
     * Override the previous 860px / 1040px limits.
     */
    body.woocommerce-checkout:not(.woocommerce-order-received)
    .woocommerce {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    /*
     * Coupon uses the complete checkout width.
     */
    body.woocommerce-checkout
    .woocommerce-form-coupon-toggle {
        width: 100%;
        margin-bottom: 38px;
    }


    /*
     * Main checkout:
     * left = customer details
     * right = order/payment
     */
    body.woocommerce-checkout
    form.checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1.35fr) minmax(420px, 1fr) !important;
        grid-template-rows: auto auto !important;
        column-gap: 48px !important;
        width: 100% !important;
        max-width: none !important;
        align-items: start;
    }


    /* =====================================================
       LEFT COLUMN
       ===================================================== */

    body.woocommerce-checkout
    form.checkout #customer_details {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    body.woocommerce-checkout
    #customer_details .col-1 {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }


    /*
     * First name + Last name:
     * two equal columns.
     *
     * Email + Phone:
     * full width.
     */
    body.woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
        column-gap: 24px !important;
        row-gap: 22px !important;
        width: 100% !important;
    }

    body.woocommerce-checkout
    #billing_first_name_field {
        grid-column: 1 !important;
        width: 100% !important;
    }

    body.woocommerce-checkout
    #billing_last_name_field {
        grid-column: 2 !important;
        width: 100% !important;
    }

    body.woocommerce-checkout
    #billing_email_field,
    body.woocommerce-checkout
    #billing_phone_field {
        grid-column: 1 / -1 !important;
        width: 100% !important;
    }


    /*
     * Kill old WooCommerce / theme widths on form rows.
     */
    body.woocommerce-checkout
    #customer_details .form-row,
    body.woocommerce-checkout
    #customer_details .form-row-first,
    body.woocommerce-checkout
    #customer_details .form-row-last,
    body.woocommerce-checkout
    #customer_details .form-row-wide {
        float: none !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    /*
     * Inputs must fill their grid cells.
     */
    body.woocommerce-checkout
    #customer_details .woocommerce-input-wrapper {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-checkout
    #customer_details input.input-text {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        height: 50px;
        box-sizing: border-box;
    }


    /* =====================================================
       RIGHT COLUMN
       ===================================================== */

    body.woocommerce-checkout
    form.checkout #order_review_heading {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 0 22px !important;
    }

    body.woocommerce-checkout
    form.checkout #order_review {
        grid-column: 2 !important;
        grid-row: 2 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        box-sizing: border-box;
    }

}

/* =========================================================
   CHECKOUT — COUPON BAR
   ========================================================= */

body.woocommerce-checkout
.woocommerce-form-coupon-toggle .woocommerce-info {
    position: relative;
    margin: 0 !important;
    padding: 16px 20px !important;
    color: #625c5e !important;
    background: #faf8f9 !important;
    border: 1px solid #e7e2e4 !important;
    border-top: 2px solid #931d45 !important;
    border-radius: 2px;
    font-size: 14px;
}

/* Remove WooCommerce icon */
body.woocommerce-checkout
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none !important;
    content: none !important;
}

body.woocommerce-checkout
.woocommerce-form-coupon-toggle a {
    color: #931d45 !important;
    font-weight: 600;
}

/* =========================================================
   CHECKOUT — ORDER + PAYMENT CARD
   ========================================================= */

body.woocommerce-checkout
#order_review {
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    border: 1px solid #e4dfe1 !important;
    border-radius: 4px !important;
}


/* Order table */

body.woocommerce-checkout
#order_review
table.woocommerce-checkout-review-order-table {
    margin: 0 !important;
    padding: 0;
}

body.woocommerce-checkout
#order_review
table.woocommerce-checkout-review-order-table th,
body.woocommerce-checkout
#order_review
table.woocommerce-checkout-review-order-table td {
    padding: 14px 18px !important;
}

body.woocommerce-checkout
#order_review
table.woocommerce-checkout-review-order-table thead th {
    background: #faf8f9 !important;
}


/* =========================================================
   PAYMENT
   ========================================================= */

body.woocommerce-checkout
#payment {
    margin: 0 !important;
    padding: 24px 18px 18px !important;
    background: #fff !important;
    border: 0 !important;
    border-top: 1px solid #e4dfe1 !important;
}


/* Payment method title */

body.woocommerce-checkout
#payment ul.payment_methods {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

body.woocommerce-checkout
#payment ul.payment_methods li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

body.woocommerce-checkout
#payment ul.payment_methods li > label {
    display: block;
    margin: 0 0 14px !important;
    color: #332e30 !important;
    font-size: 16px !important;
    font-weight: 600;
}


/* cPay information */

body.woocommerce-checkout
#payment div.payment_box {
    position: static !important;
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 16px 17px !important;
    box-sizing: border-box;
    color: #5d5759 !important;
    background: #faf8f9 !important;
    border: 0 !important;
    border-left: 3px solid #931d45 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

body.woocommerce-checkout
#payment div.payment_box::before,
body.woocommerce-checkout
#payment div.payment_box::after {
    display: none !important;
    content: none !important;
}

body.woocommerce-checkout
#payment div.payment_box p {
    margin: 0 !important;
}


/* Place order wrapper */

body.woocommerce-checkout
#payment .place-order {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}


/* CTA */

body.woocommerce-checkout
#place_order {
    float: none !important;
    display: block !important;
    width: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    padding: 14px 18px !important;

    color: #fff !important;
    background: #931d45 !important;
    border: 1px solid #931d45 !important;
    border-radius: 3px !important;

    box-shadow: none !important;
    text-shadow: none !important;

    font-size: 13px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    letter-spacing: .7px;
    text-align: center;
    text-transform: uppercase;
}

body.woocommerce-checkout
#place_order:hover,
body.woocommerce-checkout
#place_order:focus {
    background: #621940 !important;
    border-color: #621940 !important;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.order-total th,
body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.order-total td {
    padding-top: 17px !important;
    padding-bottom: 17px !important;
    color: #332e30 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

body.woocommerce-checkout
.woocommerce-checkout-review-order-table
.order-total .amount {
    color: #931d45 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}