/* WOO */


#checkout_checkbox_policies_field.woocommerce-invalid-required-field,
#checkout_checkbox_shipforwarder_field.woocommerce-invalid-required-field {
  border: 2px solid #e4a8ad;
  background-color: #ffe0e0;
  border-radius: 3px;
}

li.wc_payment_method.payment_method_offline_gateway{
    display:none;
}

.tws-disablepaymentbts{
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}
/* screensizes / responsive */

@media only screen and (max-width: 550px) {

}

@media only screen and (max-width: 790px) {

}

@media only screen and (max-width: 1100px) {

}
