/* Global settings */
:root{
    --bg-color: #121212;
    --ihcard-bg: #0d0d0d;
    --ihcard-bg-second: #0d0d0d;
    --ihcolor-base: #fe735b;
    --ihcolor-dark-accentuation: #E66550;
    --card-border: rgba(255,255,255,0.18);
    --shadow: 0 20px 60px rgba(0,0,0,0.25);
    --text: #EAEAEA;
}
/* Global "table" column settings */
.product-image {
    float: left;
    width: 20%;
}

.product-details {
    float: left;
    width: 37%;
}

.product-price {
    float: left;
    padding-left: 20px;
    width: 12%;
}

.product-quantity {
    float: left;
    width: 10%;
}

.product-removal {
    padding-left: 15px;
    float: left;
    width: 9%;
}

.product-line-price {
    float: left;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: "";
    display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.product .product-image {
    text-align: center;
}
.product .product-image img {
    width: 100px;
}
.product .product-details .product-title {
    margin-right: 20px;
    font-family: inherit;
}
.product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}
.product .product-quantity input {
    width: 40px;
}
.product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #c66;
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    border-radius: 3px;
}
.product .remove-product:hover {
    background-color: #a44;
}

/* Totals section */
.totals {
    padding-bottom: 225px;
    margin-left: 500px

}
.totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}
.totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}
.totals .totals-item-total {
    font-family: inherit;
    border-bottom: 1px solid #eee;
}

.checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #6b6;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}

.checkout:hover {
    background-color: #494;
}

/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
    }

    .column-labels {
        display: none;
    }

    .product-image {
        float: right;
        width: auto;
    }
    .product-image img {
        margin: 0 0 10px 10px;
    }

    .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .product-price {
        clear: both;
        width: 70px;
    }

    .product-quantity {
        width: 100px;
    }
    .product-quantity input {
        margin-left: 20px;
    }

    .product-quantity:before {
        content: "x";
    }

    .product-removal {
        width: auto;
    }

    .product-line-price {
        float: right;
        width: 70px;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
    .product-removal {
        float: right;
    }

    .product-line-price {
        float: right;
        clear: left;
        width: auto;
        margin-top: 10px;
    }

    .product .product-line-price:before {
        content: "Item Total: $";
    }

    .totals .totals-item label {
        width: 60%;
    }
    .totals .totals-item .totals-value {
        width: 40%;
    }
}

.shopping-cart {
    background: var(--ihcolor-dark-accentuation);
    box-shadow: var(--shadow);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 10%;
    border-radius: 10px;
    color: var(--text)
}

.cart-array{
    padding-top: 25px;
}

.client-text {
    direction: rtl;
    text-align: right;
    font-size: 15px;
}

.ihostit-text {
    font-size: 15px;
    padding-bottom: 25px;
}

.cart-logo {
    width: 140px;
    padding-bottom: 20px;
}

.ihostit-logo {
    padding-left: 42.3%;
}

select {
    padding: 5px 10px
}

.empty-cart {
    visibility: hidden;
    width: 200px;
    height: 100px;
}

.gammes-link {
    color: var(--text);
    padding-top: 20px;
}

.gammes-link:hover {
    color: var(--text);
    text-decoration: underline;
}

.custom-details {
    text-align: center;
    padding: 10px 15px;
    border-radius: 8px;
    background: var(--ihcolor-base);
    color: var(--text);
    box-shadow: var(--shadow);
    backdrop-filter: blur(5px);
    border: var(--card-border);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.custom-details:hover {
    box-shadow: -2px 3px 15px 3px var(--ihcard-bg);
    transition: 0.3s;
    transform: translateY(-2px);
}

.cart-delete-btn {
    color: #fff;
    background: #eb565a;
    padding: 10px 15px;
    margin-left: 5px;
    border: 1px solid #d94b4f; /* Légèrement plus foncé pour un effet contrasté */
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2),
    -4px -4px 10px rgba(235, 86, 90, 0.2),
    inset 2px 2px 5px rgba(255, 255, 255, 0.1); /* Ombres plus douces */
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in-out; /* Animation fluide */
    cursor: pointer;
}

.cart-delete-btn:hover {
    background: #ff6b6f;
    border: 1px solid #c74448;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.3),
    -6px -6px 12px rgba(235, 86, 90, 0.3),
    inset 3px 3px 6px rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
}

.cart-btn-valid {
    padding: 10px;
    background: var(--ihcolor-base);
    color: var(--text);
    font-weight: bold;

    transition: 0.4s;
    box-shadow: var(--shadow);
    backdrop-filter: blur(5px);
    border: 1px solid var(--card-border);
}

.cart-btn-valid:hover {
    transition: 0.4s;
    box-shadow: var(--shadow);
}

.promo-tag {
    display: inline-block;
    border-bottom: 1px solid red;
    padding-bottom: 2px;
    font-weight: bold;
    backdrop-filter: blur(5px);
}

.cs-select {
}

.cs-option {
}
