.elementor-24 .elementor-element.elementor-element-50cff59 > .elementor-container{max-width:1300px;}.elementor-24 .elementor-element.elementor-element-50cff59{padding:2% 2% 2% 2%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-5e56706{text-align:center;}.elementor-24 .elementor-element.elementor-element-5e56706 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:50px;font-weight:500;letter-spacing:3px;}.elementor-24 .elementor-element.elementor-element-f096d12 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:15px;font-weight:300;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-24 .elementor-element.elementor-element-4b51a423 > .elementor-widget-container{padding:3% 0% 0% 0%;}.elementor-24 .elementor-element.elementor-element-4b51a423{color:#000000;}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-50cff59{margin-top:0%;margin-bottom:-10%;padding:5% 1% 0% 1%;}.elementor-24 .elementor-element.elementor-element-5e56706 .elementor-heading-title{font-size:35px;}.elementor-24 .elementor-element.elementor-element-f096d12 .elementor-heading-title{font-size:13px;}}/* Start custom CSS *//* Remove general border and divider */
.woocommerce table.shop_table, .woocommerce-page table.shop_table {
    border: 0;
    border-radius: 0;

}

.woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table th {
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #D8D8D8;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
    border: 0;
}

@media (max-width:767px) {
    .woocommerce-cart table.shop_table td, .woocommerce-cart table.shop_table th {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
}
}

/* Remove border and background */
.woocommerce-cart-form__cart-item.cart_item td {
    background-color: white;
    border-color: white;
}

th {
    border-color: white !important;
}


/* Séparation produits */
@media (max-width:767px) {
    tr.woocommerce-cart-form__cart-item.cart_item {
        border-bottom: 1px solid #D8D8D8;
    }
}


.woocommerce-error {
    font-family: "Poppins";
}

/* Bouton remove product */
.woocommerce a.remove {
    color:black !important;
    transition:0.2s;
    font-weight: 400;
    color: #000;
    border: 1px solid #D8D8D8;

}


.woocommerce a.remove:hover {
    background-color:white !important;
    color:black !important;
    border: 1px solid black !important;
}

/* Image produit */
.woocommerce table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-width: 150px;
}

/* Nom du produit */
.product-name a {
    color:black;
    font-family: 'Poppins';
    font-size:18px;
    transition:0.2s;
    text-transform: uppercase;
    font-weight: 500;
}


@media (max-width:767px) {
    .product-name a {
        font-family: 'Poppins';
        font-size:15px;
        text-transform:uppercase;
        font-weight:600;
}

    
    td.product-name::before {
        font-weight: 600 !important;
        font-family:"Quicksand2";
        text-transform:uppercase;
    }
    
    dl.variation {
    font-size: 12px;
    font-family: "Quicksand"; /* not working */
    color: #969696;
    }
}

.product-name a:hover {
    opacity:0.6;
}

th.product-name {
    visibility: hidden;
}

/* Prix du produit */
td.product-price {
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins';
}
    
td.product-price::before {
    text-transform: uppercase;
    font-weight: 600 !important;
}

th.product-price {
    font-weight: 100!important;
    text-transform: uppercase;
    color: #969696;
    font-family: "Quicksand2"
}


@media (max-width:767px) {

    td.product-price::before {
        font-family: "Quicksand2" !important;
    }
}



/* Quantité produit */
th.product-quantity {
    visibility: hidden;
}

@media (max-width:767px) {
    td.product-quantity {
        text-transform: uppercase;
    }
    td.product-quantity::before {
        font-family: "Quicksand2" !important;
    }
}


/* Subtotal produit */
th.product-subtotal {
    font-weight: 100!important;
    text-transform: uppercase;
    color: #969696;
    font-family: "Quicksand2"
}

@media (max-width:767px) {
    td.product-subtotal {
        text-transform: uppercase;
    }
    
    td.product-subtotal::before {
        font-family: "Quicksand2";
    }
}

td.product-subtotal {
    font-family: "Poppins";
    font-weight: 600;
}

@media (max-width:767px) {
    td.product-subtotal::before {
        font-family: "Quicksand2" !important;
    }
}

/* Champ coupon */
.coupon .input-text {
    width : 100px;
}

@media (max-width:767px) {
    .coupon .input-text {
        margin-right : 5% !important;
        margin-left : 10% !important;
        height:35px;
    }
}

@media (max-width:767px) {
    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: right;
        border: 0;
    }
}


/* Bouton coupon */
.coupon button {
    font-weight: 600 !important;
    background-color : #E3AB30 !important;
    color : white !important;
}

.coupon button:hover {
    opacity:0.8;
}

@media (max-width:767px) {
    .coupon button {
        float:left !important;
        background-color : #E3AB30 !important;    
        height:35px;
    }
}


/* Champ coupon + bouton */
.coupon label, .coupon input, .coupon button {
    font-family: 'Poppins';
    font-size: 15px !important;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .coupon .input-text, .coupon .button {
        width : 40% !important;
    }
}



/* Masquer Adresse + méthode livraison */
p.woocommerce-shipping-destination {
    display: none;
}

ul#shipping_method {
    display: none;
}


/* Retourner boutique quand panier vide */
a.button.wc-backward {
    background-color: #325494 !important;
    color:white !important;
    border:1px solid #325494 !important;
    text-transform: uppercase;
}

/* Votre panier est vide quand panier vide */
.woocommerce-info,
.cart-empty.woocommerce-info {
    font-family: 'Poppins';
    font-size : 15px;
}

/* Masquer 'TOTAL PANIER' */
@media (max-width: 767px) {
.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
        display: none;
    }
}


/* Infos livraisons + prix */
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
    border-bottom:0;
}

.shipping-calculator-form button {
    font-weight: 400 !important;
    background-color : #E3AB30 !important;
    color : white !important;
    text-transform: uppercase;
    font-family: "Poppins"
}



tr.order-total, tr.woocommerce-shipping-totals.shipping, tr.cart-subtotal {
    font-size: 0.9em!important;
    font-weight: 400;
    border: 0;
    color: #969696;
    font-family: "Montserrat";
    text-transform: uppercase;
}

@media (max-width: 767px){
    tr.cart-subtotal {
    font-size: 0.9em !important;
    font-weight: 300 !important;
    border: 0;
    color: #969696;
    font-family: "Montserrat";
    text-transform: uppercase;
    padding-left:15%;
    }

    tr.woocommerce-shipping-totals.shipping {
        font-size: 0.9em!important;
        border: 0;
        color: #969696;
        font-family: 'Montserrat';
        font-weight:300;
        text-transform: uppercase;
        padding-left:15%;
    }

    tr.order-total {
        font-size: 0.9em!important;
        border: 0;
        color: #969696;
        font-family: 'Montserrat';
        font-weight:400;
        text-transform: uppercase;
        padding-left:15%;
    }
    .cart_totals {
    width: 100%!important;
}
}

@media (min-width: 1024px){
    .cart_totals {
        width: 35% !important;
    }
}


/* Bouton checkout */
.checkout-button.button.alt.wc-forward {
    background-color: #325494;
    color:white;
    border:1px solid #325494;
    transition: 0.2s;
    font-family: 'Quicksand2';
    text-transform: uppercase;
}

.checkout-button.button.alt.wc-forward:hover {
    background-color: white;
    color:#325494;
    border:1px solid #325494;
    
}

.woocommerce-cart .cart-collaterals .cart_totals>h2, .woocommerce-cart .cart-collaterals .cross-sells>h2 {
    margin: 0 -20px 20px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ebebeb;
    display: none;
    
}

@media (max-width: 767px){
    a.checkout-button.button.alt.wc-forward {
        border-radius: 0;
        margin-bottom: 0;
    }
}/* End custom CSS */