.my_radio { width: 100%; clear: both; overflow: hidden; }
.my_radio .my_checkbox {
   width: 60px;
   min-height: 50px;
   border: 3px solid gray;
   float: left;
   margin-left:10px;
   -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	padding-top: 10px;

}
.my_radio .active{
	border: 3px solid #8ECE25 !important;
	color: #fff;
    background: #8ECE25 !important;
}

.my_radio .my_checkbox input{ display: none }


.home .product-sliders li .item-button a.add_to_cart_button
{
	display: none !important; 
}
.wpforms-field-checkbox{ display: none; }
.li-active {
    border: 1px solid #8ECE25 !important;
}
label.my_checkbox {
    margin: 0 5px 12px 5px !important;
}


.woocommerce-cart-form-panier{
    width: 61%;display: inline-block;margin-right: 20px;
}
.tbody_panier{
    display: inline-block;padding-right: 40px;background: #fff;padding: 40px;border: 1px solid #f2f2f2;border-radius: 12px;
}
.recap-panier{
    width: 35%;display: inline-block;vertical-align: top;text-align: center;background: #fff;padding: 40px;border: 1px solid #f2f2f2;border-radius: 12px;
}
.btn-panier{
    background: #8ECE25;color: white;border-radius: 35px !important;padding: 12px 50px !important;font-size: 0.9rem;font-weight: 600;
}
.btn-start{
    display: inline-block;text-align: start;margin: 50px 0;width: 49%;
}
.btn-end{
    text-align: end;margin: 50px 0;display: inline-block;width: 50%;
}
.bouton-step{
    margin: 50px 0 0 0;
}

.woocommerce-cart .woocommerce h2:not(.woocommerce-loop-product__title)::after, .woocommerce-cart .woocommerce h3:not(#ship-to-different-address)::after, .woocommerce-checkout .woocommerce h2:not(.woocommerce-loop-product__title)::after, .woocommerce-checkout .woocommerce h3:not(#ship-to-different-address)::after {
    
    margin-left: auto !important;
}
.div-titre{
    font-size: 2rem;text-align: center;margin-bottom: 40px;
}
@media (max-width: 1199px) and (min-width: 768px)
{
    #shipping_method li {
        width: 49%;
    }
    div#customer_details {
        width: 100% !important;
    }
    div#col-paiement {
        width: 100% !important;
    }
    #shipping_method li {
        margin-left: 0 !important;
    }
}

.ywcdd_select_delivery_date_content {
    padding: 16px 30px;
    border: 1px solid #d5d8dc;
    margin-top: 20px;
}
/* YITH */
div#ui-datepicker-div .ui-datepicker-header {
    /* background: linear-gradient(0deg, #8ECE25 0%, #97E15E 100%) !important; */
    background: #FF930F;
    border: 0;
    font-size: 14px;
    font-family: Roboto;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px !important;
    color: #fff;
}
div#ui-datepicker-div {
    font-family: Roboto;
    border: 1px solid #FF930F;
}

div#ui-datepicker-div table.ui-datepicker-calendar th {
    font-size: 14px;
    border: 0 !important;
}
div#ui-datepicker-div td.ui-datepicker-current-day a {
    background: #8ECE25 !important;
    color: #fff !important;
}
/* YITH end */
@media (max-width: 990px){
.woocommerce-cart-form-panier {width: 100%;}

.recap-panier {width: 100%;}
#step img {
    max-width: 85% !important;
}


}

@media (max-width: 767px) {
	.col-adresse {width: 100%;}
    #to-different-address-form .form-shipping-edt{
        width: 100%;
    }
    .woocommerce-cart-form-panier{
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {display: none;}
    .woocommerce-cart-form-panier .product-price{
        text-align: initial;
    }
    .woocommerce-cart-form-panier .quantity {
        width: 100%;
    }
    .woocommerce-cart-form-panier .input-group.input-text.qty.text {
        margin: auto;
    }
    .woocommerce-cart-form-panier h2 {
        text-align: center;
    }
     .recap-panier {
        width: 100%;
    }
    .btn-start {
        width: 48%;
    }
    button.btn.btn-panier {
        padding: 10px 30px !important;
    }
    .bouton-step{
        margin: 0;
    }
    li.li-method {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .livraison.col-adresse {
        margin-left: 0;
    }
    #shipping_method li {
        margin-left: 0 !important;
    }
    #shipping_method li {
        width: 49%;
    }
    div#customer_details {
        width: 100% !important;
    }
    div#col-paiement {
        width: 100% !important;
    }
    tbody.tbody_panier {
        width: 100%;
    }
}
