.product-cart-controller{background-color:#fff;border:1px solid #2d5cba;border-radius:7px;display:flex;flex-direction:column;height:45px;justify-content:center;margin:10px 0;width:110px}.product-cart-controller .cart-controller-buttons-wrapper{align-items:center;display:flex;gap:15px;height:100%;justify-content:space-between;padding:5px;width:100%}.product-cart-controller .cart-controller-buttons-wrapper .quantity-wrapper{position:relative}.product-cart-controller .cart-controller-buttons-wrapper .quantity-wrapper .not-allowed-to-increase{bottom:-10px;color:#073e36;font-size:.7em;position:absolute;right:calc(100% - 19px)}.product-cart-controller .cart-controller-buttons-wrapper .quantity-wrapper span{color:#2d5cba}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button{align-items:center;display:flex}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .active-icon,.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .passive-icon{height:20px;width:20px}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .passive-icon{display:none}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .active-icon{color:#2d5cba}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:disabled .passive-icon{color:#e0e0e2;display:block}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:disabled .active-icon{display:none}@media screen and (min-width:992px){.product-cart-controller{padding:5px}.product-cart-controller .cart-controller-buttons-wrapper .quantity-wrapper span{color:#000}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .passive-icon{display:block}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button .active-icon,.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:active .passive-icon,.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:hover .passive-icon{display:none}.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:active .active-icon,.product-cart-controller .cart-controller-buttons-wrapper .cart-controller-button:hover .active-icon{display:block}}