
.woocommerce-checkout{
    overflow-x: hidden;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .wcpay-express-checkout-wrapper,
.woocommerce-checkout .add_gift_card_form,
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .product-total,
.woocommerce-checkout #birthday_field,
.woocommerce-checkout #gender_field,
.woocommerce-checkout #contact_field,
.woocommerce-checkout #interest_field,
.woocommerce-checkout #referer_field,
.woocommerce-checkout label[data-automation-id="woo-commerce-subscription-opt-in"],
.woocommerce-checkout .mailchimp-newsletter,
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .ppcp-messages {
    display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table{
    background: #B6D0F2;
    border-radius: 12px;
    padding: 36px;
    margin-bottom: 32px;
}
.woocommerce-checkout .checkout-cart-title-ssl{
    margin-top: 24px;
}
.woocommerce-checkout .checkout-cart-title-ssl span{
    font-family: 'Surt Normal Regular', sans-serif !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
}
.woocommerce-checkout .checkout-cart-title-ssl svg{
    margin-right: 24px;
}
.woocommerce-checkout .checkout-cart-info-container .cart_item{
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
}
.woocommerce-checkout .checkout-cart-info-container .cart_item .product-name .variation{
    margin-top: 12px;
}
.woocommerce-checkout .checkout-cart-title:not(.checkout-cart-title-ssl){
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 16px;
}
.woocommerce-checkout .checkout-cart-title:not(.checkout-cart-title-ssl) span{
    font-family: 'Surt Extended Black', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-billing-fields h3, .woocommerce-checkout #order_review_heading{
    font-family: 'Surt Extended Black', sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 130%;
    color: #19274A;
    margin-bottom: 16px;
}
.woocommerce-checkout #place_order{
    font-weight: 300;
    padding: 18px 34px;
    width: 100%;
}
.woocommerce-checkout #payment{
    background: #F4D0BA;
    border-radius: 12px;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #FBECE3;
}
.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #FBECE3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout form .form-row .input-text{
    border-radius: 10px !important;
    font-family: 'Surt Normal Regular', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 130% !important;
    padding: 13px 15px !important;
}
form.woocommerce-checkout .select2-container .select2-selection--single{
    border-radius: 10px !important;
}
form.woocommerce-checkout .select2-container .select2-selection--single span{
    padding: 12px 15px;
}
form.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}
.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: 10px;
    padding: 6px 12px;
}
.woocommerce-checkout .select2-container.select2-container--open .select2-dropdown--below{
    margin-top: -4px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p.form-row{
    margin-bottom: 8px;
}