.cart-itemsss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    margin-bottom: 20px;
}

.item-detailssss {
    display: flex;
    align-items: center;
    width: 5rem;
}

.item-imagesss {
    width: 5rem;
    height: auto;
    margin-right: 10px;
}

.item-namesss {
    font-size: 16px;
    font-weight: 500;
}

.delete-buttonsss {
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-buttonsss img {
    margin-left: -3rem;
}

.total-amountsss {
    display: flex;
    justify-content: space-between;
    width: 300px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.amountsss {
    font-weight: bold;
    margin-right: -3rem;
}

.checkout-buttonsss {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 12px;
    background-color: #dea33e;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.checkout-buttonsss img {
    width: 20px;
    height: 20px;
}

@media (max-width: 380px) {
    .amountsss {
        font-weight: bold;
        margin-right: -0.6rem;
    }
}

.buycartmodal {
    overflow-y: scroll;
    width: 100%;
    height: 300px;
}
