.variable-items-wrapper.button-variable-items-wrapper li {
    width: calc(33% - 18px) !important;
    border: 1px solid #014f19;
    box-shadow: none !important;
    border-radius: 20px !important;
    padding: 10px 20px !important;
    height: auto !important;
    background-color: transparent !important;
    transition: all .3s ease !important;
    margin: 10px !important;
}

.variations .value.woo-variation-items-wrapper {
    display: block;
}

.variable-items-wrapper.button-variable-items-wrapper li.selected, .variable-items-wrapper.button-variable-items-wrapper li:hover {
    background-color: #fff !important;
}

.variable-items-wrapper.button-variable-items-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}

.var_subtitle {
    color: #a5b195;
    font-size: 0.75em;
    line-height: 1.1;
}

.var_title {
    color: #345f3e;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.var_regular_price {
    font-size: 0.8em;
    color: #a5b195;
    text-decoration: line-through;
}

.var_price {
    color: #345f3e;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1.2;
}

.default_var {
    background-color: red !important;
}

.var_reco {
    color: #fff;
    background-color: #345f3e;
    position: absolute;
    top: -20px;
    font-size: 0.75em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    border-radius: 50px;
}

.variable-items-wrapper.button-variable-items-wrapper li::before, .variable-items-wrapper.button-variable-items-wrapper li::after {
    display: none !important;
}

.reset_variations {
    display: none !important;
}

.woocommerce-variation.single_variation .woocommerce-variation-description, .woocommerce-variation-availability {
    display:none;
}

.woocommerce-variation-price .price {
    visibility: hidden !important;
    height:0;
}

.elementor-49139 .elementor-element.elementor-element-a726544 {
    padding: 0 10% 0 0 !important;
}

/* //MODIFIER Avril 2024 */

.ydu_custom_radio_sub {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.ydu_custom_radio_sub_top, .ydu_custom_radio_sub_bottom {
    border: 1px solid #014F19;
    padding: 7px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    min-height: 45px;
    cursor: pointer;
    flex-wrap: wrap;
}

.ydu_custom_radio_sub label {
    color: #014F19;
    font-size: 1em;
    line-height: 1.2;
    pointer-events: none;
    margin-left: 10px;
    padding-bottom: 2px;
}

.ydu_custom_radio_sub label span:not(.span_pourcentage) {
    font-size: 0.8em;
    border-bottom: 1px solid #014F19;
    font-weight: 300;
}

.ydu_custom_radio_sub_bottom_infos_select label {
    color: #505456;
}

.ydu_custom_radio_sub input {
    display: none;
}

.ydu_radio_checked {
    background-color: #fff;
}

.ydu_radio_custom {
    background-color: #fff;
    border: 1px solid #014F19;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: relative;
}

.ydu_radio_custom::after {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.ydu_radio_checked .ydu_radio_custom::after {
    background-color: #014F19;
}

.ydu_custom_radio_sub_title {
    font-size: 1.3em;
    font-weight: 700;
    color: #014F19;
    margin-bottom: 5px;
}

.ydu_custom_radio_sub_bottom_infos_list {
    display: flex;
    gap: 15px;
    flex-direction: column;
    margin-top: 12px;
}

.ydu_custom_radio_sub_bottom_infos_select label {
    margin-left: 0;
}

.ydu_custom_radio_sub_bottom_infos_select {
    margin-top: 20px;
}

.ydu_custom_radio_sub_bottom_infos_list_single {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: "Lexend", sans-serif;
    font-size: 1.1em;
    font-weight: 300
}

.ydu_custom_radio_sub_bottom_infos {
    width: 100%;
    max-height: 0;
    transition: all .3s ease;
    overflow: hidden;
    padding-left: 30px;
}

.ydu_radio_checked .ydu_custom_radio_sub_bottom_infos {
    max-height: 300px;
}

.single_add_to_cart_button > span:not(.span_init) {
    font-size: 0.9em;
    font-weight: 300;
    margin-right: 10px;
    text-decoration: line-through;
}

.ydu_custom_radio_sub_bottom_infos_select {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
}

#ydu_period_select {
    width: 210px;
    background-color: #bbdb97;
    border-radius: 50px;
    border: 1px solid #bbdb97;
    font-size: 1.1em;
    font-weight: 700;
    color: #014f19;
    padding: 3px 10px;
    cursor: pointer;
    -webkit-appearance: none; 
    -moz-appearance: none;    
    appearance: none;        
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 512 512\' width=\'15\' height=\'15\'%3E%3Cpath fill=\'%23014f19\' d=\'M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z\'/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 15px; 
    padding-right: 1.5rem;
}

.rupture_text {
    background-color: #fcedd4;
    padding: 7px 10px;
    font-size: 0.75em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.1;
    border-radius: 10px;
    margin-bottom: 20px;
}


.wcsatt-options-product-wrapper, .wcsatt-options-product-prompt {
    display: none !important;
}

.has-subscription-plans form.cart {
    display: flex !important;
    flex-direction: column !important;
}

.ydu_custom_radio_sub_bottom_infos_list_single svg {
    height: 18px;
    width: 18px;
    min-width: 18px;
}

.has-subscription-plans .woocommerce-variation {
    display: block !important;
}

/*************************/

@media screen and (max-width: 1366px) {
    .variable-items-wrapper.button-variable-items-wrapper li {
        width: calc(50% - 20px) !important;
    }
}

@media screen and (min-width: 767px) {
    #jet-mega-menu-item-57058 .jet-mega-menu-mega-container {
        left: 0% !important;
        margin-top: 45px !important;
    }
    
    #jet-mega-menu-item-57058 .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
        transform: translateY(-75px);
    }
}

@media screen and (max-width: 480px) {
    .elementor-49139 .elementor-element.elementor-element-a726544 {
        padding: 0 !important;
    }

    .ydu_custom_radio_sub_bottom_infos_select { /* //MODIFIER */
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .single_add_to_cart_button  { /* //MODIFIER */
        font-size: 1em !important;
    }
}