/* Cart custom */
/*div.col-6 {
    width: 45%;
    display: inline-flex;
}*/
div#customer_login {
    justify-content: space-between;
    display: flex;
}
body.woocommerce-cart button.woocommerce-button ,
button#aprespanier, 
button.button.e-apply-coupon,
button#place_order{
    background: linear-gradient(0deg, #FF930F 0%, #FF930F 100%) !important;
    color: #fff !important;
    border: 0px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    line-height: 16px;
}
input#addressform {
    background: linear-gradient(0deg, #8ECE25 0%, #97E15E 100%) !important;
    color: #fff !important;
    border: 0px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 14px 32px;
    margin-top: 20px;
}
form.edit-account.form-billing-edt, form#to-different-address-form {
    width: 800px;
    margin: auto;
}
/*form.edit-account.form-billing-edt input.input-text, div#customer_login input.input-text, form#to-different-address-form input.input-text {
    background-color: #f9f9f9 !important;
    box-shadow: none;
    border: 1px solid #f0f0f0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px 25px !important;
    font-size: 0.9rem !important;
}*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #f0f0f0;
}
form.edit-account.form-billing-edt label, 
form#to-different-address-form label, 
form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login{
    color: grey !important;
	    color: grey;
    font-size: 14px;
    margin-bottom: 5px;

}
.titre-panier {
    width: 93%;
    margin: auto;
}
div#address-to-cart {
    text-align: center;
    margin-top: 50px;
}
form.woocommerce-cart-form.custom-style td.product-price br,
form.woocommerce-cart-form.custom-style td.product-price span.label-piece,
form.woocommerce-cart-form.custom-style td.product-price span.piece {
    display: none !important;
}
form.woocommerce-cart-form.custom-style .quantity button.minus, 
form.woocommerce-cart-form.custom-style .quantity button.plus {
    background: unset !important;
    border: 1px solid #d5d8dc;
    border-radius: 3px !important;
    color: #d5d8dc;
    font-size: 19px !important;
    padding: 13px 0px !important;
    line-height: 0px !important;
    width: 24px;
    position: relative;
    top: 3px;
}
form.woocommerce-cart-form.custom-style input.input-text.qty {
    width: 38px !important;
}

form.woocommerce-cart-form.custom-style  td.product-quantity {
    min-width: 120px !important;
}
form.woocommerce-cart-form.custom-style td.product-thumbnail img {
    min-width: 150px;
    border-radius: 4px;
}
form.woocommerce-cart-form.custom-style td.product-thumbnail {
    padding-left: 10px !important;
}
form.woocommerce-cart-form.custom-style .sous-total {
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins';
}
form.woocommerce-cart-form.custom-style .sous-total span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    font-weight: 600 !important;
}

form.woocommerce-cart-form.custom-style td.product-name.product-price {
    font-size: 14px;
    font-family: 'Poppins';
}

form.woocommerce-cart-form.custom-style td.product-name.product-price span.woocommerce-Price-amount.amount {
    font-size: 16px !important;
    font-weight: 500 !important;
}


 input[type="radio"], input#panier-ship-to-different-address-checkbox {
    width: 35px !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    vertical-align: middle;
    display: inline-block;
    float: none;
    margin-right: 6px;
    height: 35px !important;
    border-radius: 5px;
    background-color: #f9f9f9 !important;
    box-shadow: none !important;
    border: 1px solid #dedede !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 0;
    padding: 0;
    -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
    position: relative;
}
 input[type="radio"]::before, input#panier-ship-to-different-address-checkbox::before {
    -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
    transition: all .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block !important;
    content: "✔" !important;
    box-sizing: border-box;
    position: absolute !important;
    left: 0 !important;
    line-height: 1 !important;
    top: 7px !important;
    bottom: auto !important;
    height: 100%;
    width: 100%;
    color: #5cb85c !important;
    text-align: center;
    font-size: 20px !important;
}
input[type="radio"]:checked::before, input#panier-ship-to-different-address-checkbox:checked::before {
    color: #5cb85c !important;
    font-size: 14px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
input[type="date"].deliver_day_input:focus-visible, button:focus-visible {
    border: 0 !important; 
    outline: none !important;
}
input[type="date"].deliver_day_input, a.checkout-button.button.alt.wc-forward {
    background: linear-gradient(0deg, #8ECE25 0%, #97E15E 100%) !important;
    color: #fff !important;
    border: 0px !important;
    font-weight: 400 !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    line-height: 16px;
}
input[type="date"].deliver_day_input[disabled] {
	background: linear-gradient(0deg, #c9cdc3 0%, #d3ddccbd 100%) !important;
}
ul#shipping_method label.label-li {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    margin-top: 10px;
}
ul#shipping_method span.desc {
    font-size: 14px;
}
ul#shipping_method input.deliver_day_input {
    margin-top: 10px !important;
}
ul#shipping_method span.delivery-price {
    font-size: 24px;
}
li.li-method:not(.li-active) div.jour-invalid-sec {
    display: none !important;
}