.checkout h3 {
    color: #707070;
    font-size: 1.5vw;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 0.95vw;
    color: #707070;
}

.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea, .woocommerce-checkout form .form-row .select2 {
    font-size: 0.95vw;
}

.woocommerce-checkout button {
    background-color: #f79731 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    width: 20% !important;
    padding-top: 0.8vw !important;
    padding-bottom: 0.8vw !important;
    font-size: 1.5vw !important;
}

.woocommerce-checkout .shop_table {
    color: #646464;
}

div#payment {
    margin-top: 5%;
    border-radius: 0 !important;
    color: #646464 !important;
    font-size: 1vw;
}

.woocommerce-checkout .col-1 {
    float: right !important;
}

.woocommerce-checkout .col-2 {
    float: left !important;
}

.woocommerce-checkout table.shop_table td.product-name {
    display: flex;
    width: 100%;
    align-items: center;
}

.woocommerce-checkout table.shop_table td.product-name a.remove {
    display: none;
}

.woocommerce-checkout table.shop_table td.product-name .quantity {
    margin-left: 2%;
}

.woocommerce-checkout table.shop_table td.product-name .quantity input {
    border: none;
    width: 3em;
    padding: 0;
    text-align: right;
}

a#back_to_cart_button {
    font-family: "Heebo", Sans-serif;
    font-size: 1vw;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #707070;
    border-radius: 0;
    padding: 0.5vw 1vw;
    margin-bottom: 2%;
    display: inline-block;
}

a#back_to_cart_button i {
    margin-left: 0.2em;
}

ul.wc_payment_methods.payment_methods.methods {
    border: none !important;
}

.payment_box.payment_method_pelecard {
    display: none !important;
}

.woocommerce form .form-row .input-checkbox#custom_checkbox_field {
    display: inline-block;
}