/* .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}
#billing_first_name_field {
    order: 1;
}
#billing_last_name_field {
    order: 2;
}
#billing_company_field {
    order: 3;
}
#billing_vat_number_field {
    order: 4;
}
#billing_country_field {
    order: 5;
}
#billing_address_1_field {
    order: 6;
}
#billing_address_2_field {
    order: 7;
}
#billing_postcode_field {
    order: 8;
}
#billing_city_field {
    order: 9;
}
#billing_state_field {
    order: 10;
}
#billing_phone_field {
    order: 11;
}
#billing_email_field {
    order: 12;
} */
.ktk-wc-proceed-to-checkout {
    display: flex;
    justify-content: flex-end;
}
.ktk-checkout-upload-file {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #00000008;
    box-sizing: border-box;
}
.ktk-checkout-upload-file__title {
    margin-bottom: 0;
}
.ktk-checkout-upload-file__button {
    width: auto !important;
    max-width: 100% !important;
    text-transform: uppercase;
}
.ktk-checkout-upload-file .ready a {
    font-size: 1rem !important;
    color: #f79745 !important;
    font-weight: 900;
}
.ktk-checkout-upload-file .reload {
    cursor: pointer;
    font-size: .75rem;
}
@media screen and (max-width:574px) {
    .ktk-checkout-upload-file .ready {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .ktk-checkout-upload-file .ready .delete small {
        margin-left: 0 !important;
    }
}
.cart-collaterals {
    display: flex;
    justify-content: space-between;
}
.cart-collaterals:before,
.cart-collaterals:after {
    display: none !important;
}
@media screen and (max-width:574px) {
    .cart-collaterals {
        flex-direction: column;
        justify-content: center;
    }
}

.optional {
    display: none;
}