.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.woocommerce-checkout .woocommerce form .form-row .select2-container {
    width: 100% !important;
}
#billing_delivery_date_field, #billing_delivery_date_2_field, #billing_delivery_date_3_field, #billing_delivery_date_4_field, #billing_delivery_date_5_field, #billing_delivery_date_6_field,
#billing_delivery_date_7_field, #billing_delivery_date_8_field, #billing_delivery_date_9_field, #billing_delivery_date_10_field, #billing_delivery_date_11_field,
#billing_delivery_date_12_field, #billing_delivery_date_13_field, #billing_delivery_date_14_field, #billing_delivery_date_15_field, #billing_delivery_date_16_field,
#billing_delivery_date_17_field, #billing_delivery_date_18_field, #billing_delivery_date_19_field, #billing_delivery_date_20_field, #billing_delivery_date_21_field {
    margin: 3rem 0 0;
    border-top: 1px solid #d1d1d1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 2rem;
}
#billing_delivery_date_field {
    margin: 2rem 0 0;
}
.woocommerce-checkout .woocommerce form .form-row {
    padding: 13px 20px;
    margin: 0 0 0px;
    background: #fff6f6;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.woocommerce-checkout .dt-seperator {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 0;
    border-bottom: 1px solid #d1d1d1;
}
.woocommerce-checkout .woocommerce form .form-row h3 {
    margin-bottom: 0;
}
.woocommerce-checkout #order_review_heading {
    margin-top: 3rem;
}
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout #billing_address_1_field, .woocommerce-checkout #billing_address_2_field {
    clear: initial !important;
    width: 50%;
    float: left;
}
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout #billing_address_1_field {
    border-right: 0;
}
.woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout #billing_address_2_field {
    border-left: 0;
}
.woocommerce-checkout .customer-details {
    padding: 23px 20px 2px;
    background: #fffafa;
    border: 1px solid #d1d1d1 !important;
    margin: 0 0 40px !important;
}
/*** MEDIA ***/
@media only screen and (max-width: 1199px) {
.woocommerce-checkout .woocommerce ul.order_details {
    padding: 0;
}
}
@media only screen and (max-width: 991px) {
.woocommerce-checkout .woocommerce ul.order_details li {
    float: initial;
    border-right: 0;
    margin: 0 0 15px;
}
}
@media only screen and (max-width: 767px) {
.woocommerce-checkout .entry-title {
    padding: 0 !important;
}
}
@media only screen and (max-width: 575px) {
.woocommerce-checkout .woocommerce form .form-row-first, .woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-checkout #billing_address_1_field, .woocommerce-checkout #billing_address_2_field {
    width: 100%;
    float: initial;
}    
}