body .card-page .shop2-product {
  display: flex;
}
body .product-amount .shop2-product-amount.disabled input, body .product-amount .shop2-product-amount input {
  width: 36px;
}
body .product-amount .shop2-product-amount button, body .cart-amount .shop2-product-amount button {
  width: calc(50% - 18px);
}
.shop2-cart-table .cart-amount .shop2-product-amount.disabled input, .shop2-cart-table .cart-amount .shop2-product-amount input {
  width: 36px;
  font-size: 14px;
}
.shop2-cart-table .cart-amount .shop2-product-amount button {
  width: calc(50% - 18px);
}
.cart-block__amount {
  width: 40px;
}
