.chaldal-cart-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 5px;
}
button.plus-btn {
    width: min-content !important;
}
.chaldal-cart-box button {
    padding: 5px 10px;
    background: #fdd670;
	color:#000;
    border: none;
    cursor: pointer;
    width: 100%;
    text-wrap-mode: nowrap;
}

.qty-count {
    font-weight: bold;
}
