
body.woocommerce-checkout{background:#f6faf6}

.tmt-checkout-wrapper{
max-width:1200px;
margin:auto;
}

.woocommerce-checkout .col2-set{
width:58%;
float:left;
}

#order_review{
width:38%;
float:right;
background:white;
padding:25px;
border-radius:18px;
box-shadow:0 5px 25px #ddd;
}

.woocommerce-checkout input,
.woocommerce-checkout select{
border-radius:8px;
padding:12px;
border:1px solid #ddd;
}

#place_order{
background:#138a3d!important;
border-radius:10px!important;
}

@media(max-width:768px){
.woocommerce-checkout .col2-set,
#order_review{
width:100%;
float:none;
}
}
