#cart .hidden-desktop {
  display: none; }
#cart .quantity-input {
  border-radius: 0;
  border-left: none;
  border-right: none;
  width: 36px;
  height: 36px;
  max-width: 36px;
  padding-right: 0px; }
#cart .pwyw-input {
  width: 48px;
  height: 36px;
  max-width: 58px;
  padding-left: 3px;
  padding-right: 0px;
  display: inline;
  margin-left: 4px; }
#cart .incdec-btn {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: transparent;
  width: 38px;
  background-position: center !important; }
#cart .decrement-btn {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -2px;
  background: image-url("sendowl/minus-sign-cart.svg") no-repeat; }
#cart .increment-btn {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
  background: image-url("sendowl/plus-sign-cart.svg") no-repeat; }
#cart .quantity-divider {
  width: 2px;
  height: 22px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.1); }
#cart .product {
  border-bottom: 1px solid rgba(0, 54, 88, 0.08); }
#cart .product-name {
  max-width: 244px; }
#cart .cart-product-image {
  border-radius: 4px;
  max-height: 48px;
  max-width: 48px; }
#cart .amount, #cart .subtotal {
  text-align: right; }
#cart .total {
  margin-right: -4px; }
@media (max-width: 479px) {
  #cart .hidden-desktop {
    display: block; }
  #cart .quantity-input {
    font-size: 14px;
    max-height: 22px;
    max-width: 22px;
    line-height: 1.0 !important;
    padding-right: 0px;
    padding-left: 7px; }
  #cart .quantity-divider {
    width: 2px;
    height: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: rgba(0, 0, 0, 0.1); }
  #cart .incdec-btn {
    width: 22px;
    height: 22px;
    border-radius: 5px; }
  #cart .product-name, #cart .amount, #cart .subtotal, #cart .total {
    font-size: 14px; } }
