#panier{
    padding: 80px 30px 80px 225px;
    width: 100%;
}
#panier:before{
    content: "";
    background: url('../img/shape_cart.png');
    width: 224px;
    height: 328px;
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
}
#panier h1{
    font-size: 40px;
    font-weight: 700;
    font-family: var(--glacial-font-bold);
    color: var(--color-primary-3);
}
.woocommerce-cart-form .product-thumbnail img{
    object-fit: cover;
    width: 135px;
    border-radius: 25px;
}
.woocommerce table.shop_table{
    border: 0px;
    color: var(--body-text-color);
    font-weight: 400;
}
.woocommerce table.shop_table th{
    font-size: 22px;
    text-transform: uppercase;
    color: var(--body-text-color);
    font-weight: 400;
    border-bottom: 1px solid #9f9f9f;
}
.woocommerce table.shop_table td{
    padding: 20px 0;
    border: 0;
}
.woocommerce table.shop_table .product-brand{
    font-size: 27px;
    text-transform: uppercase;
    padding-bottom: 13px;
}
.woocommerce table.shop_table .product-name,
.woocommerce table.shop_table .product-name a{
    font-size: 27px;
    font-weight: 700;
    font-family: var(--glacial-font-bold);
    color: #000;
    padding-bottom: 13px;
}
.woocommerce table.shop_table .product-price{
    font-size: 27px;
    padding-bottom: 13px;
    
}

.qib-button-wrapper { 
    display:inline-flex; 
    align-items:center; 
    gap:6px; 
    background:transparent; 
    border:1px solid var(--color-primary-2); 
    border-radius: 25px;
    padding: 4px 10px;
    width: 135px;
    margin-left: 35px;
}
.qib-button-wrapper button.qib-button { 
    padding: inherit;
    width:22px; 
    height:30px; 
    line-height:22px; 
    border:0; 
    background:transparent !important; 
    cursor:pointer; 
    font-family: var(--glacial-font-bold);
    font-size: 24px;
    color: var(--color-primary-2);
    font-weight: bold;
}
.qib-button-wrapper .wqpmb_input_text.qty {
    background: transparent !important; 
    border: 0 !important;
    min-width:24px; 
    color: var(--color-primary-2);
    font-family: var(--glacial-font-bold);
    text-align:center; 
    font-weight:700; 
    font-size: 24px;
    line-height: 20px;
}

.woocommerce a.remove{
    width: 50px;
    height: 50px;
    background: var(--color-orange-3);
    display: flex;
    padding: 15px;
    margin-left: 20px;
}
.woocommerce a.remove:hover{
    background: var(--color-orange-3) !important;
}
.woocommerce .product-remove{
    width: 65px;
    display: flex;
}
.woocommerce .product-subtotal{
    font-size: 32px;
    font-family: var(--glacial-font-bold);
    font-weight: 700;
}
.woocommerce .shop_table.shop_total th{
    font-size: 27px;
    font-weight: 700;
    font-family: var(--glacial-font-bold);
    color: #000;
    border-top: 0px;
    border-bottom: 0px;
    text-transform: capitalize;

    
}
.woocommerce .shop_table.shop_total td{
    font-size: 32px;
    font-family: var(--glacial-font-bold);
    font-weight: 700;
    padding: 0 65px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
    width: 100%;
    
}
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table{
    display: flex;
    justify-content: end;
}
.woocommerce .wc-proceed-to-checkout{
    display: flex;
    justify-content: end;
}

body .woocommerce .checkout-button.button{
    border-radius:40px; 
    background: var(--color-orange-3);
    background-color: var(--color-orange-3);
    color:var(--color-secondary);
    font-size: 35px;
    text-align: center;
    padding: 25px 100px;
    margin-top: 40px;
    font-weight: 400;
}
body .woocommerce .checkout-button.button:hover{
    background: var(--color-beige-1);
    background-color: var(--color-beige-1);
    color: #000;
}
.actions > .coupon > .button,
.actions > .update_cart{
    background-color: var(--color-orange-4) !important;
    color: #fff !important;
    border-radius: 25px !important;

}
.actions > .update_cart{width: 250px !important;}
.cart_totals .woocommerce-shipping-totals,
.coupon{
    display: none;
}
#coupon_code{
    width: 150px !important;
    margin-right: 15px;
}
body .woocommerce input[type="text"]{
    border: 1px solid #efefef;
    border-radius: 15px;
    padding: 12px 12px;
    
}
body .woocommerce input[type="text"]::placeholder{
    color: #b3b1ad;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: var(--color-secondary);
    color: #000;
    border-top: 0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 15px;
}
.woocommerce-message {
    border-top-color: var(--color-success);
}
.woocommerce-message::before{
    color: var(--color-success);
}
@media (max-width: 767.98px) {
    #panier{
        padding: 30px 15px 30px 15px
    }
    #panier:before {
        display: none;
        width: 100px;
        height: 100px;
        left: -5px;
        border-radius: 0 1px 50px 0;
    }
    #panier h1{
        text-align: center;
    }
    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail{
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        content: '';
    }
    #panier .col-titre{
        text-align: left;
        
    }
    #panier .col-image{
        
        text-align: left;
    }
    #panier .col-titre,
    #panier .col-image{
        width: 50%;
    }
    #panier .vc_column_container>.vc_column-inner{
        padding: 0 0;
    }
    #panier  .woocommerce table.shop_table .product-name, .woocommerce table.shop_table .product-name a{
        font-size: 22px;
    }
    .woocommerce table.shop_table .product-price,
    .woocommerce table.shop_table .product-brand{
        font-size: 22px;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: transparent;
    }
    .actions > .update_cart{
        width: 100% !important;
    }
    .woocommerce table.shop_table td{
        padding: 10px 0;
    }
    .woocommerce table.shop_table .product-price{
        padding-bottom:0px
    }
    .qib-button-wrapper{
        margin-left: 0px;
    }
    .product-quantity{
        float: left;
    }
    .woocommerce .product-remove{
        float: right;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        clear: both;
        padding: 30px 0;
        border-bottom: 1px solid #9f9f9f;
    }
    .woocommerce .product-subtotal{
        font-size: 27px;
    }
    #panier .cart_totals .woocommerce-shipping-totals, #panier .coupon {
        display: none !important;

    }
    .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th{
        display: block;
    }
    .woocommerce .shop_table.shop_total td{
        padding: 0 0px;
    }
    body .woocommerce .checkout-button.button {
        
        font-size: 30px;
        text-align: center;
        padding: 15px 20px;
        margin-top: 40px;
        font-weight: 400;
        width: 100%;
    }

    .woocommerce table.shop_table_responsive tr.tr_update_cart, 
    .woocommerce-page table.shop_table_responsive tr.tr_update_cart{
        padding: 0px;
        border-bottom:0px
    }
    .woocommerce-page table.shop_table_responsive tr.order-total,
    .woocommerce table.shop_table_responsive tr.order-total{
        padding: 0px;
    }
    #panier hr{
        display: none;
    }
}

@media (max-width: 575.98px) {


}