body #primary {
	width: 100%;
}
.secondary {
	display: none !important;
}
.note-info {
    background: #6483a3;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px;
    width: 100%;
    max-width: 1150px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.payment_box.payment_method_bacs {
	/*display: none !important;*/
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #ccc;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
	.bdm-row-content.wc-checkout {
		padding: 30px;
	}
}

/*form*/
form.checkout.woocommerce-checkout #customer_details {
    padding-left: 3px;
}
form.checkout.woocommerce-checkout #customer_details p {
    margin-bottom: 10px;
}
form.checkout.woocommerce-checkout #customer_details input {
    background-color: transparent;
    border: 1px solid #ebebeb;
    padding: 2px 8px;
    box-shadow: unset;
    color: #000;
}
form.checkout.woocommerce-checkout #customer_details textarea {
    background-color: transparent;
    border: 1px solid #ebebeb;
    padding: 5px 8px;
    box-shadow: unset;
    color: #000;
}
form.checkout.woocommerce-checkout #customer_details .select2-selection {
    border-radius: 0px !important;
    border: 1px solid #ebebeb !important;
    color: #000;
}
form.checkout.woocommerce-checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
}
form.checkout.woocommerce-checkout #customer_details .select2-container--default {
    margin-bottom: 5px;
}
#place_order {
    background-color: #FF6900;
    text-transform: uppercase;
    font-size: 20px !important;
    padding: 8px 30px;
}
#place_order:hover {
    background-color: #E05C00;
}
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #FF6900;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping th,
.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: 500 !important;
}
.order-total th ,.order-total {
    background-color: #ffceac !important;
}
/*privacy*/
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text { display: none; 
    
}
/*fields*/
#billing_pec_field, #billing_pa_code_field  {
    display: none;
}