.cart-item-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0%;
    border-radius: 12px;
    margin-top: 4px;
    width: 100%;
}

.product-list-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    background: #fafaff;
    font-weight: bold;
    color: blueviolet;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 4px;
    width: 100%;
}

.product-list-icon {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2px;
}

.clear-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 4px;
    gap: 2px;
    border-radius: 12px;
    font-weight: bold;
    border: 1.5px solid grey;
    color: grey;
    font-size: 0.8em;
    cursor: pointer;
    margin-left: 4px;
}

.clear-cart-btn:hover {
    background: darkgrey;
}

.product-list-info {
    display: flex;
    flex-direction: column;
    margin-left: 6px;
    margin-right: 2px;
}

.product-list-info span {
    font-size: 0.3em;
    color: #666;
}

.select-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    cursor: pointer;
}

.select-item i {
    font-size: 0.8em;
    color: white;
}


.cart-item-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 3px;
    margin: 0% 2px;
    border-radius: 14px;
    border: 2px solid #eee;
    background: #fff;
    width: 95%;
}

.details-item-col {
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 2px;
}

.name-et-promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 2px;
}

.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limite à 3 lignes */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-width: 100%;
    word-break: break-word;
    font-size: 12px;
    color: blueviolet;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    cursor: pointer;
}

.product-name:hover {
    text-decoration: underline;
}

.product-promo {
    font-size: 10px;
    font-weight: bold;
    color: white;
    background-color: red;
    border-radius: 5px;
    padding: 1px;
}

.product-delete {
    margin-left: 8px;
}

.product-price-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.size-color-set-rowxx {
    display: flex;
    flex-direction: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 4px 0;
    gap: 2px;
}

.size-color-or-set-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.product-size,
.product-color {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 12px;
    color: #666;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    border: #666 solid 1px;
    padding: 0% 2px;
    border-radius: 4px;
    min-width: 50px;
}


@media (max-width: 768px) {
    .cart-item-list {
        width: 100%;
    }

    .size-color-set-rowxx {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 4px 0;
        gap: 2px;
    }

    .product-list-cart {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.quantityDiv {
    cursor: pointer;
}

.editQt {
    margin-left: 2px;
    font-size: 8px;
    color: blueviolet;
    cursor: pointer;
    text-decoration: underline;
}

.quantity-delete,
.quantity-minus,
.quantity-plus {
    border-radius: 50%;
    border: 1.5px solid gray;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.quantity-delete {
    color: red;
}

.quantity-value {
    border-radius: 12px;
    border: 1.5px solid #ccc;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer;
    min-width: 32px;
    text-align: center;
}

.cart-item-main img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}



.product-price-old {
    color: red;
    font-size: 0.6em;
    margin-right: 3px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.product-price-label {
    font-size: 0.8em;
    color: #666;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.product-price {
    font-size: 0.7em;
    color: blueviolet;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: line-through;
}

.product-price-label-par-set {
    display: flex;
    align-items: center;
    margin-right: 4px;
    font-size: 0.6em;
    color: gray;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.product-price.one {
    font-size: 0.7em;
    color: green;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.save-for-later {
    align-items: start;
    font-size: 12px;
    padding: 4px;
    border-radius: 12px;
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: grey;
    border: grey 1px solid;
}

.save-for-later i {
    margin-right: 3px;
    font-size: 10px;
}

.save-for-later:hover {
    background: rgba(46, 35, 255, 0.1);
}