/*Global*/
.woocommerce form .form-row .required {
    color: var(--color-dark)!important;
}

.woocommerce-page #the-content {
    background: #ECECEC80;
    -padding: var(--rem-2) var(--rem-4) var(--rem-4) var(--rem-4);
    padding: var(--rem-4) var(--rem-4);
}

@media (max-width: 992px) {
    .woocommerce-page #the-content {
        padding: var(--rem-2) calc(var(--rem-1) / 2);
    }
}

/*alert messages*/
.woocommerce-error {
    background: var(--color-8)!important;
    color: var(--color-light) !important;
    border: none!important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    display: none!important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: var(--color-light) !important;
    text-decoration: underline!important;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: #C5C5C5 !important;
}

.woocommerce-message {
    background: var(--color-9) !important;
    color: var(--color-light) !important;
    border: none!important;
}

.woocommerce-message .button {
    color: var(--color-9) !important;
}

.woocommerce-info {
    background: var(--color-10)!important;
    color: var(--color-light) !important;
    border: none!important;
}

/*Single product*/

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
}

.single-product #the-content{
    background: #ECECEC80;
    padding: 0 !important;
}

.single-product .breadcrumb {
    padding-top: var(--rem-2);
}

.box-product-form {
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px #00000033;
}
.box-product-form .box-product-price p {
    border-bottom: 1px solid #ECECEC;
}
.box-product-duration {
    flex: 1 1 auto;
    border-right: 1px solid #ECECEC;
}
.box-product-form .reset_variations {
    display: none;
}


.woocommerce div.product form.cart .variations select {
    width: 100%;
    height: 70px;
}

.single_add_to_cart_button {
    padding: 26px 48px 26px 48px!important;
    background: var(--color-1) !important;
}

.single_add_to_cart_button.disabled {
    background: #ECECEC!important;
    color: #2D2D2D!important;
}

.woocommerce div.product form.cart .button {
    float: none!important;
}
#order_comments {
    margin-bottom: 0!important;
}

.text-card {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.text-help {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.text-help a {
    color: var(--color-dark);
}

.banner-avis .icon-banner svg{
    position: absolute;
    top: -35px;
    left: 45%;
}

/*Panier*/
.custom-cart {
    gap: var(--rem-2);
}

.woocommerce-cart-form {
    display: grid;
    width: 65% !important;
    height: fit-content;
}

.cart-collaterals {
    width: 35% !important;
}

@media (max-width: 768px) {
    .woocommerce-cart-form,
    .cart-collaterals  {
        width: 100% !important;
    }
}

.cart_totals {
    width: auto!important;
    float: none!important;
}

.custom-cart .card-product, .cart_totals{
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    height: fit-content;
}

.custom-cart .product-name a{
    color: #430A22!important;
}

.custom-cart .product-name a span{
    color: #2D2D2D!important;
}

.custom-cart dl.variation {
    display: flex;
}

.custom-cart .card-product .attribute {
    font-size: 16px!important;
}

.custom-cart .card-product .fa-light.fa-calendar {
    padding-top: 3px;
}

.woocommerce a.remove {
    width: auto;
    height: auto;
    font-size: 12px!important;
    text-transform: uppercase;
    font-weight: 600!important;
    margin: 0;
}

.woocommerce a.remove {
    color: var(--color-dark) !important;
}

.woocommerce a.remove:hover {
    color: var(--color-1)!important;
    background: transparent!important;
}

.custom-cart .product-remove {
    display: flex;
    align-items: center;
}

#coupon_code {
    border: 1px solid #868686!important;
}

.apply_coupon {
    border-radius: 0!important;
    padding: 16.8px 19px !important;
    left: 0px!important;
    top: 1px!important;
    border: solid 1px var(--color-1)!important;
    background: var(--color-1) !important;
    color: var(--color-light)!important;
}

.apply_coupon:hover {
    border: solid 1px var(--color-2)!important;
    background: var(--color-2) !important;
}

.total-order span,
.total-order bdi {
    color: var(--color-1)!important;
}

/*Checkout*/

.customer_details.customer_payement {
    width: 65% !important;
}

.order_details {
    width: 35% !important;
}

@media (max-width: 991px) {
    .customer_details.customer_payement,
    .order_details  {
        width: 100% !important;
    }
}

.woocommerce-checkout .customer_details.customer_payement .customer_details,
.woocommerce-checkout .customer_details.customer_payement .customer_payement,
.woocommerce-checkout .card-product {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
}
.woocommerce-checkout form .form-row label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
}

.woocommerce-checkout form .form-row label.radio {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    white-space: nowrap;
    display: inline-block;
}
.clear-both {
    clear: both;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent!important;
}

.checkout-div-help {
    height: 28px!important;
}
@media only screen and (max-width: 768px) {
    .checkout-div-help {
        height: auto !important;
        flex-wrap: wrap;
    }
    .checkout-div-help > p {
        flex: 1 1 auto;
    }
    .checkout-div-help > p:first-child {
        width: 100%;
    }
}


.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last,
.woocommerce form .form-row.address-field#billing_address_1_field,
.woocommerce form .form-row.address-field#billing_address_2_field
{
    width: 49%;
    clear: none;
}

.woocommerce .woocommerce-input-wrapper {
    margin-top: 8px;
    display: block;
}
.card-product .product-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.card-product .attribute {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}

.woocommerce form .form-row.address-field#billing_postcode_field {
    width: 30%;
    clear: none;
    margin-right: var(--rem-1);
}

.woocommerce form .form-row.address-field#billing_city_field {
    width: 50%;
    clear: none;
}

.woocommerce form .form-row.address-field#billing_address_1_field,
.woocommerce form .form-row.address-field#billing_postcode_field,
.woocommerce form .form-row.address-field#billing_city_field  {
    float: left;
}

.woocommerce form .form-row.address-field#billing_address_2_field{
    float: right;
}
.woocommerce form .form-row.address-field#billing_address_2 {
    width: 100%;
}
.woocommerce form .form-row.address-field#billing_address_2_field label.screen-reader-text {
    height: auto;
    overflow: visible!important;
    position: relative !important;
    width: 100%;
    margin: auto;
}
.woocommerce form .form-row.address-field#billing_address_2_field {
    -margin-top: 22px;
}

.select2-container {
    margin-bottom: 15px!important;
}

.select2-selection {
    height: 53px !important;
    padding: 12px !important;
}
.woocommerce #billing_birthday {
    width: 100%;
    font-size: 16px !important;
    font-width: 400 !important;
    padding: 13px 15px !important;
}

/*Mon compte*/

.card-form-login, .card-form-register {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none!important;
    margin: 0!important;
    padding: 0!important;
}

.woocommerce-LostPassword a{
    color: var(--color-dark)!important;
    text-decoration: underline!important;
}

.woocommerce-LostPassword a:hover{
    color: var(--color-1)!important;
}

.woocommerce-form-login__submit {
    background: #c57aff!important;
    border-color: #c57aff!important;
    color: var(--color-dark)!important;
}

.woocommerce-form-login__submit:hover {
    background: var(--color-dark)!important;
    border-color: var(--color-dark)!important;
    color: var(--color-light)!important;
}


/* Espace Mon compte */
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    text-align: center;
    padding: var(--rem-1) 0 var(--rem-2) 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link,
.u-columns a.edit {
    display: inline-block;
    font-family: var(--font-1);
    text-decoration: none !important;
    display: inline-flex;
    padding: 7px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    border: 1px solid #868686;
    color: var(--color-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    transition: .3s;
}
.u-columns address {
    margin-top: var(--rem-1);
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active {
    background: var(--color-dark);
    border-color: var(--color-dark);
    color: var(--color-light);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    color: var(--color-dark);
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--color-light);
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin: auto;
}
.woocommerce-MyAccount-content p, .woocommerce-dashboard-home h4 {
    font-size: 16px !important;
}
.woocommerce-MyAccount-content h3:first-child {
    margin-top: 0;
}

.woocommerce-address-fields, .woocommerce-info,
.woocommerce-EditAccountForm, .woocommerce-Address,
.woocommerce-dashboard-home {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    padding: var(--rem-1) !important;
    background: var(--color-light)!important;
    color: var(--color-dark)!important;
    font-size: 16px;
}
.woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content legend {
    color: var(--color-1) !important;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 28px;
}
.woocommerce-MyAccount-content .woocommerce-Address {
    min-height: 240px;
}

.woocommerce-MyAccount-content button, .woocommerce-MyAccount-content .woocommerce-Button {
    display: inline-block;
    font-family: var(--font-1);
    text-decoration: none !important;
    background: var(--color-principale) !important;
    border: 1px solid var(--color-principale) !important;
    color: var(--color-accent) !important;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal!important;
    text-transform: uppercase;
    padding: 24px 32px!important;
    transition: .3s;
    border-radius: 0!important;
}
.woocommerce-MyAccount-content form .form-row label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    white-space: nowrap;
}
.woocommerce-MyAccount-content form .form-row label.radio {
    display: inline-block!important;
    font-weight: 400;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--loyalty_reward {
    display: none;
}







/*Listing produits*/

.search-filter-results .listing-produit {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.search-filter-results .listing-produit .product {
    width: calc(33.33% - 2rem);
    background: var(--color-light);
    border: solid 1px var(--color-pastelprincipale);
    border-color: #868686;
    transition: .3s;
}
.search-filter-results .listing-produit .product p,
.search-filter-results .listing-produit .product span,
.search-filter-results .listing-produit .product svg,
.search-filter-results .listing-produit .product i::before {
    transition: .3s;
}
@media (max-width: 991px) {
    .search-filter-results .listing-produit .product {
        width: calc(50% - 1rem);
    }
}
@media (max-width: 768px) {
    .search-filter-results .listing-produit .product {
        width: calc(100% - 0rem);
    }
}


.search-filter-results .listing-produit .box-visuel {
    display: block;
    max-height: 270px;
    overflow: hidden;
}
.search-filter-results .listing-produit .box-visuel img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.search-filter-results .listing-produit .listing-produit-icon path {
    fill: var(--color-principale);
}
.search-filter-results .listing-produit .product:hover .listing-produit-icon path {
    fill: var(--color-light);
}
.search-filter-results .listing-produit .product-infos-listing p {
    font-size: 16px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .search-filter-results .listing-produit .product-infos-listing p {
        white-space: normal;
        line-height: 20px;
    }
}
.product-container .list-unstyled li {
    margin-bottom: .5rem;
}
.lh-17 {
    line-height: 17px !important;
}
.search-filter-results .listing-produit .list-unstyled {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}
.search-filter-results .listing-produit .btn-inscription-wrapper {
    display: flex;
    flex: 1 1 auto;
    align-items: end;
}
.search-filter-results .listing-produit .btn-inscription {
    margin-top: 15px;
    padding: 16px 24px 16px 24px;
    background: var(--color-light)!important;
    color: var(--color-dark)!important;
    width: fit-content;
    opacity: 0;
    transition: .1s;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    height: 55px;
}
@media (max-width: 768px) {
    .search-filter-results .listing-produit .btn-inscription {
        background: var(--color-accent) !important;
        color: var(--color-dark) !important;
        opacity: 1;
    }
}

.search-filter-results .listing-produit .product:hover .btn-inscription {
    opacity: 1;
}















.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0!important;
}
.woocommerce-breadcrumb {
    display: none;
}
.archive .woocommerce-products-header__title.page-title {
    display: none;
}

.post-type-archive-product .woocommerce-breadcrumb, .post-type-archive-product -header,
.post-type-archive-product .-woocommerce-result-count, .post-type-archive-product .woocommerce-ordering{
    padding: 0 var(--rem-5);
}
.box-3.d-flex.align-items-center {
    width: 30%;
}


li.type-product:hover {
    background: var(--color-1) !important;
    border: solid 1px rgba(236, 236, 236, 1);
}

li.type-product:hover b,
li.type-product:hover p,
li.type-product:hover div,
li.type-product:hover span,
li.type-product:hover .fa-light.fa-circle-check{
    color: var(--color-light)!important;
}

li.type-product:hover .fa-light.fa-circle-check:before{
    background: transparent!important;
}


li.type-product .listing-product-time , li.type-product .listing-product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding: var(--rem-2) 0;
}

li.type-product .listing-product-time {
    border-right: solid 1px rgba(236, 236, 236, 1);
    border-bottom: solid 1px rgba(236, 236, 236, 1);
}

li.type-product .listing-product-price {
    border-right: solid 1px rgba(236, 236, 236, 1);
}


.type-product .box-1 {
    width: 15%;
}

.type-product .box-2 {
    width: 85%;
}

.type-product .box-2 .title-exerpt {
    width: 70%;
}


.type-product .box-2 p{
    margin: 0;
}

li.type-product:hover .btn-inscription:hover {
    background: var(--color-dark)!important;
    color: var(--color-light)!important;
}

#coupon_code {
    width: calc(100% - 56px);
}
.woocommerce form .form-row {
    -clear: both;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%!important;
}

@media (max-width: 991px) {
    .post-type-archive-product .woocommerce-breadcrumb, .post-type-archive-product header,
    .post-type-archive-product .woocommerce-result-count, .post-type-archive-product .woocommerce-ordering{
        padding: 0 var(--rem-1);
    }
    .type-product .box-1 {
        width: 100%;
        display: flex;
    }

    .type-product .box-2 {
        width: 100%;
    }

    .type-product .listing-product-time, .type-product .listing-product-price {
        height: auto!important;
        padding: var(--rem-1) var(--rem-2)!important;
    }

    .type-product .box-2 {
        border-top: solid 1px rgba(236, 236, 236, 1);
        padding: var(--rem-2)!important;
    }

    li.type-product .listing-product-time {
        border-bottom: none!important;
    }
    .woocommerce form .form-row.address-field#billing_address_2_field label.screen-reader-text {
        display: none;
    }
    .woocommerce-checkout form .form-row label {
        white-space: normal;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last,
    .woocommerce form .form-row.address-field#billing_address_1_field,
    .woocommerce form .form-row.address-field#billing_address_2_field {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .type-product .box-2 .title-exerpt {
        width: 100%;
    }
}

/*Pagination*/
.woocommerce-pagination {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    margin: var(--rem-4) 0;
}

ul.page-numbers {
    display: flex!important;
    gap: var(--rem-1)!important;
    border: none!important;
    width: fit-content!important;
    flex-wrap: wrap!important;
    justify-content: center!important;
}

.woocommerce nav.woocommerce-pagination ul li {
    width: 40px!important;
    height: 40px!important;
    border: none!important;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a{
    width: 40px!important;
    height: 40px!important;
    line-height: inherit!important;
}

.woocommerce nav.woocommerce-pagination .nav-links > span,
.woocommerce nav.woocommerce-pagination .nav-links > a{
    width: 40px!important;
    height: 40px!important;
    line-height: inherit!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

ul.page-numbers a.page-numbers {
    background: rgba(236, 236, 236, 1)!important;
}

ul.page-numbers span.page-numbers.current,
ul.page-numbers a.page-numbers:hover {
    background: var(--color-1)!important;
    color: var(--color-6)!important;
}

@media (max-width: 992px) {
    .woocommerce-cart .p-2, .woocommerce-checkout .p-2 {
        padding: var(--rem-1-md) var(--rem-1-md) !important;
    }
}
@media (max-width: 768px) {
    .woocommerce-cart-form {
        display: flex!important;
        flex-direction: column;
    }
    .woocommerce-checkout #payment div.form-row,
    .wc_payment_methods.payment_methods.methods {
        padding: 1em 0!important;
    }
    .woocommerce-checkout form .form-row.address-field#billing_address_1_field, .woocommerce form .form-row.address-field#billing_postcode_field, .woocommerce form .form-row.address-field#billing_city_field {
        float: none;
    }
    .woocommerce-checkout form .form-row.address-field#billing_address_1_field, .woocommerce form .form-row.address-field#billing_address_2_field {
        width: 100%;
        clear: none;
    }
    .woocommerce-checkout form .form-row.address-field#billing_postcode_field,
    .woocommerce-checkout form .form-row.address-field#billing_city_field{
        width: 100%;
    }
    .woocommerce-checkout form .form-row.address-field#billing_address_2_field {
        margin-top: -10px;
    }
}
