.item-wrraper {
    margin-top: 3rem !important;
}
img.image-item-cart {
    width: 100px;
    height: 70px;
}

button.payment-btn {
    background-color: #008046c2;
    border: 1px solid #008046c2;
    color: white !important;
    padding: 0.5rem 1rem;
    border-radius: 7px;
}

button.payment-btn:hover {
    border: 1px solid #266608 !important;
    color: #266608 !important;
    background-color: #2666085e;
}