.cross-sells ul.products.columns-2 {
    display: flex;
    flex-wrap: wrap;
}

.cart-collaterals {
    /* position: fixed; */
    width: 300px;
    padding-top: 20px;
}

.cross-sells li {
    width: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/* .cart__form-product-detail .product-name .variation__item {
    flex-flow: column;
} */

/* .cart__form-product-detail .product-name .variation__item .variation-ShippingOptions {
    flex-basis: 0;
} */

.column.bk-min-12.bk-7-4.cart__subtotal::before {
    content: "";
    background: #ffeed7;
    width: 2000px;
    height: 4000px;
    display: block;
    margin: -200px -20px;
    position: absolute;
}
.cross-sells > h2 {
    font-size: 1.8em;
    font-family: "mr-eaves-xl-modern";
    border-top: 4px solid #ebe1d3; 
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.cross-sells li h2 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.cross-sells img {
    width: 100%;
    padding: 10px 0;
}

.cross-sells a.button {
    background: rgb(249, 162, 26);
    border-radius: 30px;
    padding: 6px;
    text-align: center;
    margin: 10px 0;
    width: fit-content;
    padding: 5px 15px;
}

/* Checkout */

.wc-stripe-elements-field {
    /* background: none !important; */
    border: 2px solid black !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

li.payment-method label {
    font-weight: bold;
}

fieldset#wc-stripe-cc-form .form-row {
    padding-bottom: 10px;
}

div#stripe-payment-data {
    padding: 5px 0;
}

#stripe-payment-data > p {
    padding-bottom: 13px;
}

span.balance-value::before {
    content: ":";
    padding-right: 6px;
}

span.balance-value::after {
    content: ".";
    margin-left: -3px;
}

#acfw-apply-store-credits-discount {
    margin-left: 4px;
}

.wc-stripe-elements-field {
    padding: 10px;
    border-radius: 5px;
    border: 2px solid black;
    background: none;
}

.order-total {
    padding-bottom: 15px;
}

.place-order p {
    padding-top: 13px;
}

#mailpoet_woocommerce_checkout_optin_present_field {
    padding: 0;
}

@media (min-width: 768px) {
    .cart__products {
        border-right: none;
    }
}

@media (max-width: 768px) {

    .column.bk-min-12.bk-7-4.cart__subtotal {
        margin-top: 40px;
    }

    .cross-sells > h2 {
        margin-top: 0px;
	padding-bottom: 5px;
    }
    
    .column.bk-min-12.bk-7-4.cart__subtotal::before {
        content: "";
        background: #ffeed7;
        width: 1000px;
        height: 1000px;
        display: block;
        margin: -25px -50px;
        position: absolute;
    }

    .cart-collaterals {
        width: 100%;
        padding: 10px;
    }

    .cart-collaterals p {
        font-size: 1.2em;
    }
}

input[type="checkbox"] {
	appearance: auto;
}
