#sidebar-right{
    width: 555px;
}
.product-image {
    width: 25%;
    height: auto;
    object-fit: cover;
    display: block
}
.product-details {
    font-size: 14px;
}
.btn-qty {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
}

.checkout-btn,.checkout-btn:hover,.checkout-btn:focus, .checkout-btn:active{
    background-color: #697F5B !important;
    color: #fff !important;
    font-size: 12px;
    padding: 7px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px dotted #697F5B !important;
}

.view-cart-btn,.view-cart-btn:hover, .view-cart-btn:focus, .view-cart-btn:active{
    font-size: 12px;
    padding: 7px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #697F5B;
}
.action-icons{
    display: flex;
}
.product-name{
    font-size: 14px;
    font-weight:500;
}
.product-price{
    font-size: 14px;
    font-weight:700;
}
.sub-total-div{
    font-size: 20px;
    font-weight:700;
}
 .cart-quantity-section {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.cart-quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.cart-quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cart-quantity-btn:hover {
    background: #f8f9fa;
}

.cart-quantity {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: white;
}
