body {background-color: #ff8500;font-family:"Helvetica";}
container, .container-fluid {background-color: white;}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce table.shop_table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table, table {width: 78%;}

h1, h2, h3 { color: #1203a9; }

.col-one, .col-one-half { float: left; display: block; margin: 0 1%; }
.col-one { width: 98%; }
.col-one-half { width: 48%; }
.col-one label, .col-one-half label, .col-one-half label span { width: 100%; display: block; }
.col-one input, .col-one textarea, .col-one-half input { width: 100%; max-width: none; }

@media all and (max-width: 767px) {
.col-one-half { width: 98%; }
}