.quantity{display:flex;border:1px solid rgba(107,114,128,.15);box-shadow:var(--shadow);border-radius:8px;padding:2px}.quantity .quantity__input{border:none;text-align:center;min-width:36px;padding-left:0;padding-right:0;width:36px;height:36px;font-weight:700;border-radius:0}.quantity .quantity__plus,.quantity .quantity__minus{box-shadow:none;border:none;border-radius:8px;padding:12px 8px;background:#fff;height:36px;transition:background-color .3s ease-in-out}.quantity .quantity__plus svg,.quantity .quantity__minus svg{height:20px;width:20px;stroke:#6b7280}.quantity .quantity__plus:hover,.quantity .quantity__minus:hover{background:rgba(107,114,128,.15)}.quantity .quantity__plus:hover svg,.quantity .quantity__minus:hover svg{stroke:#009c64}.price{color:#000;font-weight:600;display:flex;white-space:nowrap}.price .price__new{color:#eb2525;font-size:18px;line-height:18px}.price .price__old{color:#848484;font-size:16px;line-height:16px;text-decoration:line-through;font-weight:400}.cart{display:flex;flex-direction:column;gap:16px}.cart .cart-product{padding:16px 0;gap:32px;border-bottom:1px solid #EDF2F7}@media (max-width: 767.98px){.cart .cart-product{gap:0}}.cart .cart-product__info{gap:16px}.cart .cart-product__controls{gap:32px}@media (max-width: 991.98px){.cart .cart-product__controls{gap:16px}}@media screen and (max-width: 400px){.cart .cart-product__controls{gap:2px}}.cart .cart-product__picture{display:flex;min-width:96px;align-items:center;justify-content:center}.cart .cart-product__picture img{max-width:96px;max-height:76px;height:auto;width:auto}.cart .cart-product__name{margin-bottom:8px;text-decoration:none;display:block;color:#19191d;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.cart .cart-product__name:hover{color:#009c64}.cart .cart-product__price.price{align-items:center;gap:32px}.cart .cart-product__price.price,.cart .cart-product__price.price.price__new{font-size:18px;line-height:18px}.cart .cart-product__price-total{color:#19191d;font-size:16px;font-style:normal;font-weight:500;line-height:20px;min-width:100px;max-width:100px;text-align:right;justify-content:flex-end;flex-direction:column;align-items:flex-end}.cart .cart-product__price-total .badge{margin-bottom:2px;vertical-align:top;padding:.15em .2em}.cart .cart-product__code{color:#5e6366;font-size:10px;font-style:normal;font-weight:400;line-height:12px;letter-spacing:.4px}.cart .cart-product__remove svg{width:16px;height:16px;stroke:#6b7280;opacity:.5;transition:all .3s ease-in-out;stroke-width:1.5px}.cart .cart-product__remove:hover svg{stroke:#eb2525;opacity:1}.cart .cart__btn-quantity{padding:0}.cart .cart__btn-quantity svg{width:18px;height:18px}.cart .cart__discount b{color:#aa9b5c;font-size:14px;font-weight:600}@media (max-width: 767.98px){.cart .cart-actions a{width:100%}}.cart input::-webkit-outer-spin-button,.cart input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart input[type=number]{-moz-appearance:textfield}.cart-total{margin-bottom:12px}.cart-total span{margin-right:6px;color:#19191d;font-size:16px;line-height:20px}.cart-total strong{color:#19191d;font-size:18px;font-weight:600;line-height:40px}.cart-total:last-child strong{font-size:32px}
