.cart-info > .input-group > .js-cart-line-product-quantity {
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

/*Design suggestion*/

.cart-buttons > .btn-primary {
    border-radius: 21px;
}
.shipping-is-free {
    color: green;
    cursor: auto;
}
.cart-actions > .shipping-not-free {
    background-color: #fdf1f1;
}
.card-block > .shipping-not-free {
    background-color: #f7e6e4;
}
.shipping-not-free {
    color: #e57a5a;
}
.left-to-free-shipping {
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0;
}
.left-to-free-shipping > span.free-shipping > p {
    margin: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .accessories-products-cart .prod_price {
        font-size: 11px;
    }
}

.blockcart .products {
    display: flex;
}

.cart_block_main img {
    border-radius: 15px;
}

.cart_block_main .prod_price {
    display: block ruby;
}

.cart_block_main .prod_price .price {
    width: fit-content;
}