.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#page .select2-selection{
    min-height: 42px;
    border-color: #444!important;
}
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea{
    border-color: #444!important;
    color: #444!important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection .select2-selection__rendered{
    color: #444!important;
}
.woocommerce-checkout .woocommerce-checkout-review-order table tr th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order table tr td:last-child{
    width: 50% !important;
}

#shipping_method{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
#shipping_method li{
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}
#shipping_method li label{
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}
.woocommerce-checkout .elementor-widget-container{
    margin-bottom: 0!important;
}
.woocommerce-checkout .woocommerce-additional-fields{
    margin-top: 15px;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row{
    margin-bottom: 15px!important;
}
.shop_table.woocommerce-checkout-review-order-table{
    margin-bottom: 30px!important;
}

.woocommerce-form-coupon-toggle{
    margin-bottom: 50px;
}

.checkout_coupon.woocommerce-form-coupon {
    margin: 0!important;
    padding: 0!important;
}
.checkout_coupon.woocommerce-form-coupon .button,
.checkout_coupon.woocommerce-form-coupon .input-text{
    height: 46px;
    box-shadow: none!important;
}
.checkout_coupon.woocommerce-form-coupon .input-text{
    border-color: #444 !important;
    color: #444 !important;
}

.woocommerce-checkout .woocommerce-additional-fields .form-row .checkbox{
    border: none!important;
    padding-left: 30px!important;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row .checkbox input[type="checkbox"]+span::before{
    border-color: #444 !important;
    color: #444 !important;
    top: 12px!important;
}
.woocommerce-checkout .woocommerce-additional-fields .form-row .checkbox input[type="checkbox"]+span::after{
    top: 15px!important;
}