/* Start custom CSS */.woocommerce-order-pay form.woocommerce-cart-form {
    display: none;
}


@media(min-width:768px){

form.checkout.woocommerce-checkout > * {
    width: 33%;
    float: right;
}

div#customer_details {
    width: 64%;
    margin-left: 3%;
    display: flex;
    flex-wrap: wrap;
}

div#customer_details > * {
    width: 100%;
}

}/* End custom CSS */