.form-required{color:red}
.cart-item .counter{display:flex;align-items:center;border:1px solid #6c7275;border-radius:4px}
.cart-item [name="quantity"]{border:none;background:none;text-align:center;padding:8px;width:35px;height:35px}
.counter-button{width:35px;height:35px;text-align:center;line-height:30px}
#fullsumm{white-space:nowrap}
tr.CART_ITEMS{display:none}
[name="ORDER"] input[type=text]{border:1px solid #d9d9d9;border-radius:2px;background:#fff;padding:15px 18px;margin-bottom:15px}
[name="ORDER"] [type=submit]{padding:11px 25px;border:none}
[name="ORDER"] table{width:100%}
.cart-container.disabled .total-block {
    display:none;
}
@media(max-width:767px) {
.price-block{white-space:nowrap;padding:0}
}