/*
Theme Name: Eatology
Description: Child theme for Eatology
Author: Pixel Addict
Author URI: http://www.pixeladdict.fr
Template: Divi
Version: 6.1.1
*/
/* GENERAL */
/* .woocommerce-page button.button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input#submit {
    border: 2px solid #4a0d66;
    background-color: transparent;
    padding: 0.4em 0.8em;
    border-radius: 25px;
    color: #4a0d66;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 33px !important;
} */

.woocommerce-page .main_title {
    text-align: left;
    position: relative;
    /*display: inline-block;*/
}

/*.woocommerce-page .main_title::after {
    content: '';
    width: 101%;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fecdd0;
    z-index: -1;
}*/

/* .woocommerce-page a.button:hover {
    color: #4a0d66;
} */

/* BOUTON WOOCOMMERCE */
.woocommerce-page a.button,
.woocommerce-page a.button.alt,
.woocommerce-page button.button,
.woocommerce-page button.button.alt,
.woocommerce-page input.button,
.woocommerce-page a.edit,
.woocommerce-page a.woocommerce-button,
.woocommerce-page input.button.alt,
.woocommerce_eato_btn {
    background-color: transparent;
    cursor: pointer;
    position: relative;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #000 !important;
	padding:1em 2em !important;
	color: #000 !important;
    font-size: .9em;

    max-width: 100%;

    white-space: normal;
}


.woocommerce-page button.button:hover,
.woocommerce-page input[type=submit].button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #review_form #respond .form-submit input#submit:hover,
.woocommerce-page a.edit:hover,
.woocommerce-page a.woocommerce-button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce_eato_btn:hover {
    background-color: #000 !important;
    color: #FFF !important;
	padding:1em 2em !important;
}

.woocommerce-page button.button::after,
.woocommerce-page input[type=submit].button::after,
.woocommerce div.product form.cart .button::after,
.woocommerce #review_form #respond .form-submit input#submit::after,
.woocommerce-page a.edit::after,
.woocommerce-page a.woocommerce-button--next::after,
.woocommerce-page a.button.alt::after,
.woocommerce_eato_btn::after  {
    font-family: "ETmodules";
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0.15em;
    translate: 0 -50%;
    margin-right: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.woocommerce-page button.button:hover::after,
.woocommerce-page input[type=submit].button:hover::after,
.woocommerce div.product form.cart .button:hover::after,
.woocommerce #review_form #respond .form-submit input#submit:hover::after,
.woocommerce-page a.edit:hover::after,
.woocommerce-page a.woocommerce-button--next:hover::after,
.woocommerce-page a.button.alt:hover::after,
.woocommerce_eato_btn:hover::after {
    margin-right: 0;
    opacity: 1;
}
/* BOUTON WOOCOMMERCE FLECHE GAUCHE */
.woocommerce-page a.woocommerce-button--previous::after{
    font-family: "ETmodules";
    font-size: 32px;
    line-height: 1em;
    content: "\34";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0.15em;
    translate: 0 -50%;
    margin-left: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.woocommerce-page a.woocommerce-button--previous:hover::after{
    margin-left: 0;
    opacity: 1;
}

.woocommerce-cart-form__contents .product-thumbnail {
    display: none;
}

.woocommerce .woocommerce-order,
.woocommerce .woocommerce-order p.woocommerce-notice {
    /*text-align: center;*/
}

.woocommerce .woocommerce-order ul.woocommerce-order-overview {
    /*text-align: center;
    width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
    /*max-width: 750px;*/
    margin-left: auto;
    margin-right: auto;
}

.single-product #main-content .container {
	padding-top: 0px !important;
	width: 100%;
	max-width: none;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header .eat-header-content {
	position: relative;
	display: block;
}

/*
.et_pb_fullwidth_header.et_pb_fullwidth_header .eat-header-content::before {
    content: '';
	width: 80px;
	height: 75px;
	display: block;
	position: absolute;
	top: -35px;
	left: 50%;
	background-color: #FFF;
	background-image: url(https://eatology.pixeladdict.fr/wp-content/uploads/2019/06/logo-mini-alone.png);
	background-size: 60%;
	transform: translateX(-50%);
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
*/

.eat-woo-product-top-title {
	color:#FFF;
	font-size:6em;
	padding-bottom:0;
	line-height: 0.6em;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header .header-content h1.eat-woo-product-title {
text-align: center;font-family:'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;font-size: 20px !important;text-shadow: none;color: #FFF;border-bottom: 3px solid #FFF;font-weight: 500;margin-bottom: 15px;letter-spacing: 0px;text-transform: uppercase;
}

.et_pb_fullwidth_header.et_pb_fullwidth_header .header-content h1.eat-woo-product-title strong {
	font-size: 1.5em;
}

/*.eat-woo-product-top-left {*/
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .eat-woo-product-top-left {
	/*position: absolute;float: left; width:45%;top: 50%;margin-top: -100px;*/
    background-color: #FFF;padding: 6em 2em 4em 2em;width: 60%;float: left;border-bottom: 7px solid #4a0d66;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .eat-woo-product-top-left {
        padding: 3em 3em 3em 3em;
        width: 100%;
    }
    .eat-hide-mobile {
        display: none;
    }
}

.eat-et-bloc-page-product-option {
    padding-right: 20%;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .eat-et-bloc-page-product-option {
        padding-right: 0;
    }
}


.eat-woo-product-top-left p {
	/*color:#FFF;font-size:1.7em;*/
    text-align: center;font-size: 1em;line-height: 1.3em;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .eat-woo-product-top-right {
	background-color: #FFF;padding: 6em 3em 4em 3em;width: 35%;float: right;border-bottom: 7px solid #4a0d66;
}

.eat-woo-product-top-right p {
	text-align: center;font-size: 1em;line-height: 1.3em;
}

.eat-woo-product-top-right-command {
	text-align:center;margin: auto;
    margin-top: 3em;
    margin-bottom: 0em;
    position: relative;
    z-index: 2;
}

.eat-woo-product-top-right-command-pop {
    margin-top: 1em;
    margin-bottom: 1em;
}

.eat-woo-product-top-right-command label {
	display:block;margin: auto; line-height: 1.3em;
}
.eat-woo-product-top-right-command input {
	padding: 0.7em;border-color: #4a0d66;font-size: 1em;margin-top: 0.5em;text-align: left;
}

.eat-woo-product-top-right-command input.check-cp-btn {
padding: 0.7em !important;font-size: 1em;border: 1px solid #4a0d66;background-color: #4a0d66;color: #FFF;margin-left: -2em; cursor: pointer;
}
.eat-woo-product-top-right-command input.check-cp-btn:hover {
background-color: #857650;border-color: #857650;
}

.single-product .border-top {
    border-top: 1px dotted #FFF;
    padding-top: 10px;
}

.single-product #custom-page-product-option h2 {
	text-transform: uppercase;
}

.single-product #custom-page-product-option h2.border-bottom {
	border-bottom: 2px dotted #b59952;
}

.single-product #custom-page-product-option .meal-options,
.single-product #custom-page-product-option .meal-duration {
	margin-bottom: 0;
}

.single-product #custom-page-product-option h2.rob {
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
	font-size: 1.5em;
	letter-spacing: 0;
	font-weight: 600;
}

#custom-page-product-option {
	padding-top: 3em;
}

.woocommerce div.product div.summary {
    float: none;
    width: 100%;
}

.related.products {
	width: 80%;
	max-width: 1080px;
	margin: auto;
    /*display: none;*/
}

.related.products h2 {
    font-size: 40px !important;
    border-bottom: 1px dotted #b59952;
    padding-bottom: 6px;
    margin-bottom: .6em;
}

.woocommerce-page .related.products ul.products li.product .price {
    display: none !important;
}

.woocommerce-page .related.products ul.products li.product .woocommerce-loop-product__title {
    border: none;
}

.eat-add-cart-btn {
    text-decoration: none !important;
    font-style: normal !important;
}

/* POP ORDER */
.eat-pop-order {
    position: fixed;
    z-index: 1000001;
    /*display: block;*/
    width: 450px;
    background-color: #333;
    /*left: 50%;
    transform: translateX(-50%);*/
    padding: 4em 3em;
    /*bottom: 20px;
    right: -550px;*/
    /*z-index: 1100;*/
    color: #FFF;

    display: none;
    left:50%;
    top: 50%;
    /*bottom: 50%;*/
    transform: translate(-50%, -50%);
}

.eat-pop-order h2 {
    color: #FFF;
}

.eat-pop-order-show {
    right: 0;
}

.eat-pop-order-btn-container {
    display: none;
    position: fixed;
    bottom: 50px;
    left: 0px;
    z-index: 1000;
    width: 100%;
    height: 40px;
    text-align: center;
    z-index: 1000;
}

.eat-pop-order-btn-container .eat-pop-order-btn:after {
    content: '';
}

.eat-pop-order-btn-container .eat-pop-order-btn {
    background-color: #4a0d66;
    color: #FFF;
}

.eat-modal-pop-order {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000000;
}

.eat-pop-order-close {
        display: block;
        position: absolute;
        top: -75px;
right: -30px;
        cursor: pointer;
    /*display: none;*/
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {

    .eat-pop-order {
        width:100%;
        display: none;
        left:0;
        top: unset;
        bottom: 50%;
        transform:translateY(50%);

    }

    .eat-pop-order-close {
        display: block;
        position: absolute;
        top: -65px;
        right: -45px;
        cursor: pointer;
    }

    .eat-pop-order::after {
        background-size: 80%;
    }

    .eat-pop-order-btn-container {
        display: block;
    }

}

/* GRAVITY FORM PRODUCT */

.popular-div {
    color: #fff;
    height: 30px;padding: 10px;padding-top: 10px;background-color: #b59952;margin-top: -30px;font-weight: 600;text-transform: uppercase;text-align: right;padding-top: 3px;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .popular-div {
        margin-top: 1em;
    }
}

.single-product #custom-page-product-option h2,
.single-product #custom-page-product-option h3 {
	/*color: #fff;*/
}

.single-product .labl > input:checked + div {
    background-color: #4a0d66;
    border-color: #4a0d66;
    color: #fff;
}

.single-product .labl-lc > input:checked + div {
    background-color: #677a66;
    border-color: #677a66;
    color: #fff;
}

.single-product .labl-kt > input:checked + div {
    background-color: #36223e;
    border-color: #36223e;
    color: #fff;
}

.single-product .labl-be > input:checked + div {
    background-color: #7a4265;
    border-color: #7a4265;
    color: #fff;
}

.single-product .labl > input + div h3 {
	text-transform: uppercase;
	font-size: 40px !important;
	border-bottom: 1px dotted #b59952;
	padding-bottom: 0;
	margin-bottom: 0.5em;
	color: #4a0d66;
}

.single-product .labl > input:checked + div h3 {
    color: #fff;
}

.single-product .labl > input:checked + div ul {
    color: #fff;
}

.single-product .labl > input:checked + div .from-price span.price {
    color: #fff;
}

.single-product .labl > input:checked + div .from-price {
    color: #fff;
}

.single-product .package-panel ul {
    font-size: 1em;
    color: #4a0d66;
    list-style: none !important;
    font-weight: 500;
    text-align: center;
    padding: 0 0 23px 0 !important;
}

.single-product .package-panel:hover {
    color: #fff;
    background: #4a0d66;
}

.single-product .package-panel-be:hover {
    color: #fff;
    background: #7a4265;
}

.single-product .package-panel-lc:hover {
    color: #fff;
    background: #677a66;
}

.single-product .package-panel-kt:hover {
    color: #fff;
    background: #36223e;
}

.single-product .package-panel:hover h3 {
    color: #fff;
}

.single-product .package-panel:hover ul {
    color: #fff;
}


.single-product .package-panel .from-price {
	color: #4a0d66;
}

.single-product .package-panel .from-price span.price {
	font-size: 1.5em;
	font-weight: bold;
	color: #4a0d66;
}

.single-product .package-panel:hover .from-price,
.single-product .package-panel:hover .from-price span.price {
    color: #FFF;
}


.single-product .labl > input {
    visibility: hidden;
    position: absolute;
}

.single-product .labl > input + div {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    min-height: 100px;
    border: 1px solid #4a0d66;
    border-bottom: 5px solid #4a0d66;
    padding: 1rem;
}

.single-product .labl-lc > input + div {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    min-height: 100px;
    border: 1px solid #677a66;
    border-bottom: 5px solid #677a66;
    padding: 1rem;
}

.single-product .labl-be > input + div {
    cursor: pointer;
    background-color: rgba(255,255,255,0.5);
    min-height: 100px;
    border: 1px solid #7a4265;
    border-bottom: 5px solid #7a4265;
    padding: 1rem;
}

.single-product .labl > input:checked + div::after {
    content: "\4e";
    position: absolute;
    right: 7px;
    top: 0px;
    font-family: ETmodules;
}

.single-product .lengths .package-panel {
    /*padding-bottom: 50px;*/
}

.single-product .save-price {
    position: absolute;
    bottom: 5px;
    right: 25px;
    /*color: #fff;*/
}

.single-product .eat_section_fixed {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	width: 100%;
	height: 150px;
}

.single-product .eat-buy-select-product {
    padding: 2em;
    margin-right: -5em !important;
    z-index: 10;
}
.single-product .eat-buy-select-product .eat-buy-select-product-desc {
    background: #FFF;
    padding: 2em;
    height:100%;
    margin-left: 2em;
    position: relative;
    left: 2em;
    border-bottom: 5px solid #4a0d66;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .single-product .eat-buy-select-product {
        padding: 0;
    }
    .single-product .eat-buy-select-product .eat-buy-select-product-desc {
        margin-left: 0;
        left: 0;
    }
}


.single-product .ginput_container_date {
    position: relative;
}

.single-product .ginput_container_date::before {
    position: absolute;
    content: "\e023";
    font-family: ETmodules; /*FontAwesome;*/
    left: 180px;
    top: 6px;
    color: #656668;
    pointer-events: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .single-product .ginput_container_date::before {
        right: 20px !important;
        left: unset;
        top: 12px;
    }   
}

.single-product .woocommerce-variation {
    display: none !important;
}

.gform_fields input, .gform_fields select, .gform_fields textarea, .search-form .search-field {
    display: block;
    width: 100%;
    padding: .5rem .75rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #656668;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.gform_wrapper ul.gform_fields {
    padding: 0 !important;
}

.gform_wrapper span.ginput_total {
    color: #FFF !important;
    font-size: 3em !important;
}

.gform_wrapper span.ginput_total::before {
    content: "";
    display: block;
    /*position: absolute;*/
    margin-top: 0;
    font-weight: 700;
    /*bottom: 53px;
    right: 450px;*/
    font-size: 0.4em;
    line-height: 50px;
}


.gform_fields select, .gform_fields textarea {
    display: block;
    width: 100%;
    padding: .5rem .75rem !important;
    font-size: 1rem;
    line-height: 1.25;
    color: #656668;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* TOTAL */

.single-product .eat-encart-vegetable button.button.alt {
    margin-top: 1em;
    position: relative;
    z-index: 10;
}

/****** ERROR MESSAGE ********/
.woocommerce .woocommerce-error {
    background: transparent !important;
    border:2px solid #b63513 !important;
    color: #b63513 !important;
}

.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-name a {
    /*font-family: 'Aday', 'Amatic SC', handwriting !important;
    font-size: 40px;
    letter-spacing: 3px;*/
	font-weight:600;
	color:#a89562;
}

.woocommerce table.shop_table td small {
    font-weight: 400;
	font-size: .8em;
    font-style: italic;
}

.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
    padding: 2em .587em !important;
}

.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-thumbnail a {
    display: none;
}

.single-product  .gform_wrapper {
    margin-bottom: 0 !important;
}

.single-product  .product_totals ul li:nth-child(-n + 2) {
    display: none;
}

/* ERROR */
.gform_wrapper div.validation_error {
    color: #FFF !important;
    border-top: 2px solid #FFF !important;
    border-bottom: 2px solid #FFF !important;
    background-color: #4a0d66
}

.gform_wrapper li.gfield.gfield_error {
    padding-left: 1em;
}

.gform_wrapper .validation_message {
    color: #4a0d66 !important;
}
/* !ERROR */

h2.less-m-bot {
	padding-top: 54px !important;
}

/* .gform_wrapper .top_label .gfield_label {
	display: none !important;
} */

/****************************************
                CALENDAR 
****************************************/

.ui-datepicker {
	width: auto;
    width: 400px;
    max-width: 80vw;
	background-color: #FFF;
    font: 12pt 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
    box-shadow: 3px 3px 20px -9px rgba(0,0,0,0.75);
	display:none;
}

.ui-datepicker-header {
    text-shadow: none !important;
    text-transform: uppercase !important;
    background-color: #b59952 !important;
	color: #fff !important;
    border-width: 0 !important;
    min-height: 40px;
    padding-top: 10px;
}
.ui-datepicker-header .ui-datepicker-prev{
    cursor: pointer;
    float: left;
    transform: translateX(10px);
    color: white;
}
.ui-datepicker-header .ui-datepicker-next{
    cursor: pointer;
    float: right;
    transform: translateX(-10px);
    color: white;
}
.ui-datepicker-header .ui-datepicker-prev::before{
    content: "\f053";
    font-family:'FontAwesome';
}
.ui-datepicker-header .ui-datepicker-next::after{
    content: "\f054";
    font-family:'FontAwesome';
}
.ui-datepicker-header .ui-datepicker-title{
    text-align: center;
}

td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #f7f7f7 !important;
}
td.ui-datepicker-unselectable.ui-state-disabled span{
    opacity: 50%;
}
.ui-datepicker tbody td {
    border: 0 !important;
    padding: 1px !important;
    text-align: center;
}

.ui-datepicker-calendar{
    width: 100%;
}

.ui-datepicker-calendar .ui-state-default {
	background: transparent !important;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
    border-bottom: none !important;
}

.ui-datepicker-calendar .ui-state-active {
    border: 1px solid #4a0d66 !important;
	color: #4a0d66 !important;
}

.ui-datepicker-calendar a.ui-state-default:hover {
    color: #b59952 !important;
}


/****************************************
                    ACCORDION 
****************************************/

.ui-accordion{
    border-top: 1px solid #eee;
    padding-top: 17px;
}
.ui-accordion .ui-accordion-header{
    cursor: pointer;
    width: 100%;
}
.ui-accordion .ui-state-hover{
    opacity: 0.8;
}
.ui-accordion .ui-accordion-header::after{
    content: "\f078";
    font-family:'FontAwesome';

    float: right;
}
.restrictions-wrapper{
    padding-top: 10px;
}


/****************************************
                    CART 
****************************************/

.woocommerce .cart button[name=apply_coupon] {
    font-size: 0.9em;
}
.woocommerce .cart button[name=update_cart] {
    font-size: 0.9em !important;
}

.shipping-calculator-button,
.woocommerce-shipping-destination {
    display: none !important;
}

/* .woocommerce-form-coupon-toggle {
    display: none;
} */

/* BUTTON VALIDER LA COMMANDE */
/* .woocommerce a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page a.button:hover {
    color: #FFF;
    background: #4a0d66;
} */

/* .woocommerce-page a.button.alt::after,
.woocommerce-page a.button::after,
.woocommerce a.button.alt::after,
.woocommerce-page button.button.alt::after,
.woocommerce-page button.button::after,
.woocommerce button.button.alt::after,
.woocommerce button.button::after {
    line-height: 25px;
} */

/****************************************
                VALIDATION 
****************************************/
h2.woocommerce-column__title,
h2.woocommerce-order-details__title {
    /*position: relative;
    display: inline-block;*/
    border-bottom: 1px dotted #b59952;
    line-height: 15px;
    padding-top: .3em;
    margin-bottom: .5em;
    display: block !important;
}
/*h2.woocommerce-column__title::after ,
h2.woocommerce-order-details__title::after {
    content: '';
    width: 101%;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fecdd0;
    z-index: -1;
}*/

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
.woocommerce-shipping-fields h3 {
    border-bottom: 1px solid black;
    line-height: 1.3em;
    padding-top: .3em;
    margin-bottom: .5em;
    display: block !important;
}
/****************************************
                CHECKOUT 
****************************************/
#customer_details {
    margin-bottom: 2em;
}

.wrapper_checkout h3 {
    text-transform: uppercase;
    font-size: 1.5em;
    position: relative;
    /*display: inline-block;*/
    border-bottom: 1px solid #333;
    line-height: 1.3em;
    padding-top: .3em;
    margin-bottom: .5em;
    display: block !important;
}

/* @media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .wrapper_checkout h3 {
        line-height: 15px;
    }
} */

.woocommerce form .form-row select {
    padding: 15px;
    border-radius: 3px;
    font-size: 14px;
}
/*form.woocommerce-checkout h3::after {
    content: '';
    width: 101%;
    height: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fecdd0;
    z-index: -1;
}*/

.woocommerce form .form-row label {
    font-size: 16px;
    font-weight: bold;
}

/* .woocommerce form .eat-form-checkout-label label {
    font-size: 12px;
    font-weight: normal;
} */

.woocommerce form .eat-form-checkout-label label strong {
    font-size: 16px;
}

.woocommerce table.shop_table {
    background-color: #FFF;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields,
.checkout_order_recap {
    background-color: #FFF;
}
@media screen and (min-width: 480px) {
    .woocommerce-billing-fields,
    .woocommerce-shipping-fields,
    .woocommerce-additional-fields,
    .checkout_order_recap {
        padding: 1.5em;
    }
    
}

/* .woocommerce-shipping-fields {
    margin-bottom: 2em;
    display: none;
} */


/****************************************
            ORDER RECAP
****************************************/
.woocommerce .woocommerce-customer-details address {
    background-color: #FFF;
}

.woocommerce-order p:not(:first-child) {
    margin-bottom: 2em;
}

/****************************************
            MY ACCOUNT
****************************************/

/* NAV */
#left-area .woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
}

#left-area .woocommerce .woocommerce-MyAccount-navigation ul li {
    background-color: transparent;
    color: #333;
    padding-left: 10px;
    padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a:before {
    font-family: 'FontAwesome';
    padding-right: 0.5em;
    width: 25px;
    position: relative;
    display: inline-block;
}

.woocommerce-MyAccount-navigation ul li a {
    color:#333;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color:#4a0d66;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color:#4a0d66;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--health-profil a:before {
    content: '\f21e';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: '\f2c1';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: '\f0f7';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--premium-support a:before {
    content: '\f0e5';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: '\f011';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: '\f290';
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: '\f0e4';
}

/* BOUTON TABLEAU PAYER / VOIR / ANNULER */
.woocommerce a.view,
.woocommerce-page a.view,
.woocommerce-page a.pay,
.woocommerce-page a.cancel {
    border: none;
    padding: .3em 1em .3em 1em;
}

.woocommerce a.view:hover,
.woocommerce-page a.view:hover,
.woocommerce-page a.pay:hover,
.woocommerce-page a.cancel:hover {
    background: #4a0d66;
    color: #FFF;
    padding: .3em 1em .3em 1em;
    border: none;
}

.woocommerce a.view:after,
.woocommerce-page a.view:after,
.woocommerce-page a.pay:after,
.woocommerce-page a.cancel:after {
    content: none;
}

.woocommerce-MyAccount-content h3 {
    font-size: 40px;
    border-bottom: 1px solid #b59952;
    padding-bottom: 0;
    margin-bottom: .5em;
    margin-top: .3em;
}

.woocommerce-account .entry-content {
    margin-bottom: 2em;
}

/*DASHBOARD*/
.eat-myaccount-dash-encart {
    background-color: #efefef;
    padding: 2em;
    border-bottom: 3px solid #4a0d66;
    color: #333;
    text-align: center;
    -webkit-transition:.2s ease-out;
    -moz-transition:.2s ease-out;
    -o-transition:.2s ease-out;
    transition:.2s ease-out;
}

.eat-myaccount-dash-encart h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
    color: #4a0d66;
}

.eat-myaccount-dash-encart:hover {
    background-color: #4a0d66;
    color: #FFF;
}
.eat-myaccount-dash-encart:hover h2 {
    color: #FFF;
}

th.woocommerce-table__product-name {
    width: 80%;
}

.woocommerce-view-order .woocommerce-order-details {
    margin-top: 2em;
}

/* MONETICO */
#PaymentRequest #bouton {
    border: none;
    background-color: #4a0d66;
    padding: 0.8em 0.8em;
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
	color: #FFF !important;
	margin-bottom: 2em;
	margin-top: 1em;
	cursor:pointer;
}

#PaymentRequest #bouton:hover {
    background-color: #000;
}

#PaymentRequest #bouton::after {
    content: '\39';
    font-family: ETmodules;
    font-size: 25px;
    padding-left: 5px;
    position: relative;
    top: 5px;
}

#PaymentRequest #bouton:hover::after {
    padding-left: 20px;
}

/****************************************
                RESPONSIVE 
****************************************/
@media only screen and (max-width:479px) {
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .eat-woo-product-top-right {
        width: 85%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px), (min-width: 481px) and (max-width: 767px) {
    .woocommerce table.cart td.actions .coupon .input-text + .button {
        width: 100%;
    }
}

/*GIFT CARD*/

.postid-8957  .variations{
    display: block !important;
    visibility: visible !important;
    /* font-family:Campton-Book !important; */
}

.postid-8957 .variations_button{
    background-color: #fff !important;
    text-align: initial !important;
}

.postid-8957 form.variations_form {
	color: #000 !important;
}

.postid-8957 .woocommerce-variation-add-to-cart {
    display: initial !important;
    padding: 0px !important;
}

.postid-8957 .pwgc-input-text {
    width: 95%;
    font-size: 14px;
    padding: 1em !important;
}
.pwgc-input-text {
    width: 95%;
    padding: 1em !important;
}
#gift-card-amount {
    padding: 0.5em;
    font-size: 1.2em;
    background-color: white;
    border: 1px #bbb solid;
    border-radius: 0;
}
#pwgc-message{
    resize: vertical;
    padding : 1em;
    font-size: 14px;
}
.value{
    margin-left: 0px !important;
}
.single_add_to_cart_button{
    float: right !important;
}
.variations tr{
    display: flex;
    flex-direction: column;
}

/* test */
.acfw_apply_notification{
	background-color: white !important;
	border-color: white !important;
}

/* centre le bouton ajouter au panier sur la page produit*/
.woocommerce-variation-add-to-cart{
    display: flex;
    justify-content: center;
}

/* cache le bouton  de quantité sur la page produit*/
.woocommerce-variation-add-to-cart .quantity{
    display: none !important;
}

/* page checkout */
.woocommerce-billing-fields .select2{
    width: 100% !important;
}
.woocommerce-checkout input:focus, .woocommerce-billing-fields textarea:focus{
    background-color: #FFF !important;
	border:1px solid #000 !important;
}
.woocommerce-checkout input,
.woocommerce-checkout textarea {
    color: #000000 !important;
	border:1px solid #eee !important;
}
.checkout_order_details{
    padding: 1.5em;
    position: sticky;
    top: 110px;
}

.woocommerce-privacy-policy-text {
	font-size: .8em;
    line-height: 1.2em;
}

.woocommerce table.shop_table td.product-total {
    text-align: center;
}

.woocommerce table.shop_table th {
    text-align: center;
}

.woocommerce td.product-name dl.variation dt {
    display: contents;
}
.woocommerce-terms-and-conditions-checkbox-text{
    font-size: 0.9em;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    float: none;
    width: 100%;
    margin-top: 1em;
}

/* .woocommerce-checkout .checkout_coupon {
    display: block !important;
} */
.woocommerce-checkout .woocommerce-form-coupon {
    /* display: block !important; */
    border: 1px solid #eeeeee;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-page address{
    padding: 1em 0;
}
.woocommerce-page .small{
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 0 0.5em;
    font-style: italic;
}
option[disabled] {
    color: #ccc;
}

/* formulaire code postal page produit */
#form-check-cp-wrapper{
    text-align: center;
    margin-bottom: 5%;
}
form#form-check-cp fieldset{
    display: flex;
    justify-content: center;
}
form#form-check-cp input{
    width: 75%;
    max-width: 220px;
    
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    padding: 1em 2em !important;
    color: #000 !important;
    font-size: .9em;
    white-space: normal;
}
form#form-check-cp .message{
    padding-top: 5px;
}
/*
 * CATERING FORM
 */
 .catering-form ul{
    display: flex !important;
    flex-wrap: wrap;
 }
 .catering-form ul li.input-w-100{
    width: 100% !important;
 }
 .catering-form ul li{
    width: 50% !important;
 }
 .catering-form ul li :where(input, span, select, textarea){
    width: 100% !important;
 }
 .instruction-hidden .instruction {
    visibility: hidden;
    display: none;
    opacity: 0;
 }
 .catering-form .gform_footer{
    display: flex;
    justify-content: center;
 }
 
 @media only screen and (max-width: 700px){
    .catering-form ul{
        flex-direction: column;
     }
     .catering-form ul li{
        width: 100% !important;
     }
}
/*
 * Page mealplan
 */
.variations_wrapper{
    display: flex;
    flex-direction: row;
 }
.variations_wrapper .variation{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    margin: 0 5px;
}
.variations_wrapper .variation div.value, .tawcvs-swatches{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px !important;
}
.variations_wrapper .variation div.value .input{
    flex-grow: 1;

    position: relative;
    display: flex;
    justify-content: center;
    
    align-items: center;
    
    height: 30px;
    min-width: max-content;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 25px;
    
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    background: #fff;

    border: 1px solid #CCC;
    
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    
    cursor: pointer;
    white-space: nowrap;
 }
.swatch-item-wrapper{
    flex-grow: 1;

    height: auto;
    min-width: max-content;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    
 }
 .swatch{
    flex-grow: 1;

    position: relative;
    display: flex;
    justify-content: center;
    
    align-items: center;
    
    height: 30px !important;
    width: 100% !important;
    padding: 25px !important;
    
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    background: #fff !important;

    border: 1px solid #CCC;
    
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    
    cursor: pointer;
    white-space: nowrap;
 }
 .swatch.disabled{
    color: grey;
    background-color: lightgrey !important;
 }
 .swatch.disabled:hover{
    color: grey;
    background-color: lightgrey !important;
    border: 1px solid #CCC !important;
 }
.variations_wrapper .variation div.value .input:hover,
.variations_wrapper .variation div.value .input.selected,
.swatch:hover,
.swatch.selected{
    background: #333 !important;
    color: #FFF;
    border-color: #333 !important;
}
.variations_wrapper .variation div.value .input.selected span::before{
    content: '\4e';
    font-family: ETmodules;
    position: absolute;
    left: 10px;
}

 @media only screen and (max-width: 800px){
    .variations_wrapper{
        flex-direction: column;
     }
    .variations_wrapper .variation{
        width: 100%;
    }
}
#nbr_calories-min{
    border-left: solid #ff000091 4px;
    margin: 10px;
    padding-left: 5px;
}
#calorie_selector .message{
    text-align: center;
}

/* swatches */
.swatch span.text::after{
    content: none !important;
}
.swatch::before{
    content: none !important;
}
.hidden{
    visibility: hidden;
}
.swatch::after{
    display: none !important;
}
.swatch-item span.swatch__tooltip{
    background-color: green !important;
}
.swatch-item-wrapper span.swatch__tooltip::after{
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    border-top-color: transparent !important;
}

.swatch span::after{
    background-color: transparent !important;
    left: 50% !important;
    top: 100% !important;
    margin-top: 0 !important;
    transform: none !important;
}


/* STEP BY STEP CHECKOUT */
label span.optional {
    font-size: 0.8em;
    font-weight: 500;
}
.wpmc-nav-wrapper{
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 700px){
    .wpmc-nav-wrapper button{
        flex-grow: 1;
    }
}
#wpmc-prev:hover{
    left: inherit !important;
}
#wpmc-prev::before{
    font-family: "ETmodules";
    font-size: 32px;
    line-height: 1em;
    content: "\35";
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0.15em;
    translate: 0 -50%;
    margin-right: 1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#wpmc-prev:hover::before {
    margin-right: 0;
    opacity: 1;
}
.woocommerce-form-coupon-toggle a{
    text-decoration: underline;
	color: #000 !important;
    font-size: .9em !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #FFF !important;
    border: 1px solid #000;
    color: #000 !important;
    font-size: .9em !important;
}
.woocommerce table.shop_table th{
    font-weight: 500;
}

.wpmc-step-review .item_details-wrapper hr{
    visibility: hidden;
}

.item_details-wrapper dl dt,
.item_details-wrapper dl dd {
    font-size: 16px !important;
    font-weight: 300 !important;
}

.reset_variations{
    display: none !important;
}

.wc-pao-addons-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wc-pao-addon-container{
    flex-grow: 1;
    min-width: 235px;
    width: 30%;
    text-align: center;
}
#product-addons-total{
    width: 100%;
}
td.product-name hr{
	width: 50%;
}
@media only screen and (max-width: 700px){
    .wc-pao-addon-container{
        width: 100%;
    }
	
	td.product-name::before {
		display:none;
	}
	td.product-name dl,
	td.product-name a{
		text-align: center !important;
		display: block;
	}
	td.product-remove a{
		margin-left: auto;
	}
}

.woocommerce-cart-form tbody td {
    text-align: center !important;
}

li.wc-pao-subtotal-line p.price{
    text-align: end;
}

/* Handle checkout paypal buttons */
.form-row.place-order{
    margin: 0 !important;
}
.form-row.place-order button[type=submit]{
    background-color: black !important;
    color: white !important;
}
.form-row.place-order button[type=submit]:hover{
    background-color: transparent !important;
    color: black !important;
}
.checkout .ppc-button-wrapper{
    background: #ebe9eb;
    border-radius: 5px;
    padding-bottom: 15px;
}

.in-stock{
    visibility: hidden;
    display: none;
    opacity: 0;
}
.product_short_description{
    color: gray;
    font-size: 0.9em;
    letter-spacing: -0.1px;
}


/* cart cross sell */
.cross-sells ul.products {
    display: flex;
    flex-wrap: wrap !important;
}
.cross-sells li.product {
    width: 200px !important;
    margin-right: 40px !important;
}

/* mealplan complements alimentaires product addon  */
.wc-pao-addon-optimisez-vos-resultats-avec-nos-complements-alimentaires{
    text-align: start;
    width: 100%;
}

.woocommerce-message[role=alert]{
    display: none;
}