body.checkout-wc {
    background-color: #F5F8F9 !important;
}

body.checkout-wc * {
    font-family: 'Poppins';
}

@media screen and (max-width: 998px) {
    body.checkout-wc main.checkoutwc .row {
        margin-left: 0;
        margin-right: 0;
    }
    body.checkout-wc main.checkoutwc .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

body.checkout-wc .cfw-coupon-alert {
    max-width: 90%;
    margin: 0 auto 2rem auto;
    font-size: 14px;
    line-height: 1;
    padding: 8px 16px;
}

@media screen and (min-width: 998px) {
    body.checkout-wc .cfw-coupon-alert {
        font-size: 1rem;
    }
}

body.checkout-wc.woocommerce-checkout .pursuit-cart-breadcrumb {
    display: none;
}

.futurist #cfw-cart-summary {
    padding: unset;
    display: flex;
    flex-direction: column;
}

.cfw-payment-method-information-wrap {
    margin-top: 32px;
}
.cfw-payment-method-information-wrap h4 {
    font-size: 20px;
    margin-top: 24px !important;
    margin-bottom: 17px !important;
}
/* summary */
#cfw-cart-summary-content #cfw-cart {
    width: 100%;
}

#cfw-cart-summary-content h3 {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #073B4A;
    border-bottom: unset!important;
}
#cfw-cart-summary-content h3:first-letter {
    text-transform: capitalize;

}
#cfw-cart .cart-item-row td, #cfw-cart .cart-item-row>th {
    padding: 5px 0;
}

.cfw-cart-item-description, .cfw-cart-item-subtotal {
    vertical-align: baseline;
}
.cfw-cart-item-subtotal {
    position: relative;
}
.cfw-cart-item-title a{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #073B4A!important;
}
.cfw-cart-item-title .cart-item-variation a{
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #4F737D!important;
}
td.cfw-cart-item-subtotal > span > bdi,#cfw-totals-list .woocommerce-Price-amount bdi,#cfw-totals-list > table > tbody > tr.cart-discount > td > span,.more-cross-selling {
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 20px!important;

}
#cfw-totals-list .woocommerce-Price-amount bdi {
    color: #073B4A;
    font-size: 14px !important;
}

#cfw-totals-list > table > tbody > tr.order-total > td > strong > span > bdi, .title-avis-information-cart {
    font-size: 24px!important;
    font-weight: 600!important;
    line-height: 28px!important;
    color: #073B4A!important;
}

@media screen and (max-width: 998px) {
    #cfw-totals-list > table > tbody > tr.order-total > td > strong > span > bdi {
        font-size: 18px !important;
        line-height: 24px !important;
    }
}

.info-order {
    padding: 0 32px 32px !important;
}

.cfw-promo-wrap,.info-order {
    background-color: white;
    border-radius: 16px;
}
#cfw-coupons {
    margin-top: unset!important;
    padding-top: unset!important;
    padding-bottom: unset!important;
    border-top: unset!important;
    border-bottom:unset!important;
    margin-left: 20px !important;
    margin-right: 20px !important;

}

.contact-reassurance {
    display: none;
}
div.cfw-cart-item-data > .variation {
    list-style-type: none;
}

.delivery-summary-rdv {
    text-decoration: underline;
}
#cfw-totals-list .woocommerce-Price-amount {
    color: #60AF46!important;

}

/*formulaire*/
#order_review #container-form-order_review {
    background-color: white;
    border-radius: 16px;
    padding: 32px;
}

#order_review h3::first-letter {
    text-transform: capitalize!important;
}

#order_review h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #073B4A;
}

#order_review h3[data-name="shipping_heading"] {
    display: none;
}

.cfw-floatable-label {
    position: unset!important;
    padding: 0!important;
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    color: #073B4A!important;
    opacity: 1 !important;
    margin-bottom: 10px!important;
}

.checkoutwc .cfw-floatable-label span {
    font-size: 14px;
    font-weight: 400;
    color: #4F737D;
    margin-left: 4px;
}

@media screen and (min-width: 998px) {
    .checkoutwc .cfw-floatable-label span.mobile {
        display: none;
    }
}

@media screen and (max-width: 998px) {
    .checkoutwc .cfw-floatable-label span.desktop {
        display: none;
    }
}

.checkoutwc .form-row.cfw-label-is-floated input[type=email], .checkoutwc .form-row.cfw-label-is-floated input[type=number], .checkoutwc .form-row.cfw-label-is-floated input[type=password], .checkoutwc .form-row.cfw-label-is-floated input[type=tel], .checkoutwc .form-row.cfw-label-is-floated input[type=text].input-text, .checkoutwc .form-row.cfw-label-is-floated select, .checkoutwc .form-row.cfw-label-is-floated textarea,.checkoutwc .form-row input[type=text].input-text,#billing_email,#shipping_Numéro_de_Téléphone,
.checkoutwc .form-row input[type=password] {
    padding: 10px 12px;
    color: #073B4A!important;
    font-weight: 500!important;
    border: 1px solid #A5BCCA !important;
    border-radius: 6px !important;
    height: 40px !important;
    font-size: 14px;
}

#order_review input::placeholder {
    color: #69727D!important;
    opacity: 0.5;
}
#select2-shipping_country-container {
    color: #073B4A!important;
    font-weight: 500;
}
#cfw-totals-list tr th {
    flex-basis: 60%;
    line-height: 21px;
    color: #073B4A;

}
#cfw-totals-list tr td {
    flex-basis: 60%!important;
}
#cfw-totals-list tr td.total-ttc-split {
    flex-basis: 100%!important;
}


#cfw-totals-list > table > tbody > tr.order-total > th {
    flex-basis: 30%!important;
}

/* reassurance  */


.reassurance-cart-checkout {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 25px 60px 25px;
    padding: 0 !important;
}

.reassurance-item {
    display: flex;
    flex-direction: column;
    width: 24%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.reassurance-cart-checkout .reassurance-item .img-reassurance-item {
    height: 35px;
    align-content: center;
}

.reassurance-cart-checkout .reassurance-item .reassurance-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.title-reassurance-item {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #073B4A;
}
.subtitle-reassurance-item {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: #073B4A;
}


/* AVIS */
.avis-verif .avis {
    border-top: 4px solid #0090BD;
    box-shadow: 0px 4px 4px 0px #00000025;
    width: 100%;
    padding: 24px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.avis-header {
    flex-direction: column;
    gap: 8px;
}

.logo-avis-verif {
    display: none;
}

.avis-header .name-avis {
    color: #073B4A;
    font-weight: 700;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 21px;
}

.avis-header, .avis-footer {
    display: flex;
    justify-content: space-between;
}

.title-avis-cart {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding-bottom: 12px;
}

.avis-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #073B4A;
    flex-grow: 1;
}

.avis-footer {
    color: #4F737D;
    font-size: 13px;
    font-weight: 500;
}

.avis-footer .verified {
    color: #0090BD;
}

.avis-verif {
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset!important;
}
.prev-slide-button, .next-slide-button {
    padding: 15px;
}

.carousel-container-avis {
    flex-grow: 1;
    overflow: hidden;
    padding: 4px;
}

.carousel-avis {
    display: flex;
    transition: transform 0.3s ease;
    gap: 10px;
    padding-bottom: 10px;
}

.carousel-avis-slide {
    flex: 0 0 100%;
    padding: 4px;
}

.dot-container-cart {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
}
.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #6C919D;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
  }

.dot.active {
    width: 12px;
    height: 12px;
    background-color: #14657D;
    border: none;
}

.dot:hover {
background-color: #aaa;
}
/*SAME SHIPPING AND PAYMENT*/

.cfw-accordion .cfw-radio-reveal-title-wrap {
    padding: 0;
}
#shipping_method,.cfw-accordion .cfw-radio-reveal-group {
    border: none;
}

#order_review #cfw-shipping-same-billing .cfw-checkbox-container {
    display: flex;
    align-items: center;
}

#order_review #cfw-shipping-same-billing .cfw-radio-reveal-content{
    border-top: 0;
}

.info-shipping label, .gateway-information .payment_method_title {
    font-size: 14px;
    line-height: 1rem;
    font-weight: 700!important;
    color: #073B4A;
}

@media screen and (min-width: 998px) {
    .info-shipping label, .gateway-information .payment_method_title {
        font-size: 1rem;
    }
}

.shipping-method-description,.gateway-information .description-gateway {
    font-size: 12px;
    line-height: 16px;

}
/* SHIPPING */
body.woocommerce-checkout .info-shipping .shipping-method-description {
    display: block;
    margin-top: 4px;
    color: #073B4A !important;
}

body.woocommerce-checkout .info-shipping .orderPreparationTime {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #4F737D;
}

#cfw-shipping-method,.more-cross-selling {
    color: #073B4A;
}
#cfw-shipping-action > a::after,
#cfw-customer-info-action > a.cfw-primary-btn.cfw-next-tab.cfw-continue-to-shipping-btn::after,
#place_order::after,
#buttonRecapAnchor span::after,
#cfw-promo-code-btn::after {
    content: "";
    background-size: auto;
    padding-left: 12px;
    margin-left: 5px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>') no-repeat center;
}

#cfw-promo-code-btn::after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23ffffff" d="M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"/></svg>') no-repeat center;
}

#heading-choice-shipping ul {
    list-style-type: none;
}

#heading-choice-shipping ul li {
    display: flex;
    gap: 10px;
    align-items: center;
}
#heading-choice-shipping ul li:nth-child(2) {
    gap: 15px;
    margin-top: 4px;
}
#heading-choice-shipping ul li:nth-child(3) {
    gap: 13px;
}
#heading-choice-shipping ul li:nth-child(1) span {
    padding-left: 3px;
}
#heading-choice-shipping ul li span{
    font-size: 16px;
    line-height: 25px;
}
#heading-choice-shipping ul li .strong-choice-livraison {
    font-weight: 600;
    padding-left: 0 !important;
}

.strong-choice-livraison {
    font-weight: 700;
}

#shipping_method > li > div > div > label > span {
    display: none;
}

.price-shipping-checkout {
    align-self: flex-start;
    flex-basis: 20% ;
    display: flex;
    justify-content: flex-end;
}

.logo-shipping {
    position: relative;
    align-self: flex-start;
}

.logo-shipping svg {
    display: none;
}

.input-shipping {
    display: flex;
    align-self: flex-start;
    align-items: center;
    justify-content: space-around;
}

.cfw-shipping-methods-list span.woocommerce-Price-amount {
    font-size: 14px !important;
}

@media screen and (min-width: 998px) {
    .logo-shipping svg {
        display: block;
    }

    .input-shipping {
        flex-basis: 20%;
    }

    .cfw-shipping-methods-list span.woocommerce-Price-amount {
        font-size: 22px !important;
    }
}

.info-shipping {
    flex-basis: 60%;
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner
{
    position: relative;
    padding: 0;
    justify-content: space-between;
}

@media screen and (min-width: 998px) {
    ul.cfw-shipping-methods-list li .cfw-shipping-method-inner {
        padding: 20px 0;
    }
}

#shipping_method > li:nth-child(1) > div {
    padding-top: 0;
}

#cfw-shipping-action {
    justify-content: flex-end;
}

/* payment */
#cfw-shipping-action .previous-button,
#cfw-payment-action .previous-button {
    display: none;
}

@media screen and (max-width: 998px) {
    #cfw-shipping-action .cfw-primary-btn {
        width: 100%;
    }
}

.text-select-delivery {
    padding-top: 24px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

@media screen and (min-width: 998px) {
    .text-select-delivery {
        padding-top: 40px;
        font-size: 16px;
    }
}

.secure-notice {
    color: #073B4A !important;
    font-weight: 400 !important;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.payment_method_label div {
    justify-content: space-between;
}
.input-payment-div {
    display: flex;
    align-self: flex-start;
    align-items: center;
    flex-basis: 15%;
    justify-content: space-around;
}

.payment_method_title_wrap   {
    padding: 15px 0px!important;
}
.info-payment-div{
    flex-basis: 60%;
    display: flex;
    flex-direction: column;
}
.logo-payment-div {
    flex-basis: 20%;
}
.wc_payment_method {
    padding: 12px!important;
}

.wc_payment_method .logo-payment-div-mobile {
    flex-grow: 1;
}
/*OTHER*/
#order_review input:focus
{
    border: 1px solid #14657D!important;
}

#order_review input#createaccount,
#order_review input#billing_different_from_shipping_checkbox {
    width: 24px !important;
    height: 24px !important;
}

#order_review input#createaccount:checked::after,
#order_review input#billing_different_from_shipping_checkbox:checked::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4zIiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjguOSAwLjMgMTAuMyA4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTIuNiA4LjEgOC45IDQuM2wxLTEuMSAyLjcgMi43TDE4LjEuNWwxIDF6Ii8+PC9zdmc+),none;
    background-color: #0090bd;
}

#order_review  #cfw-account-password-slide {
    margin-top: 1rem;
}

#order_review  .cfw-password-toggle {
    top: 2.6rem;
}

#order_review #cfw-account-password-slide .woocommerce-password-strength.short {
    margin-top: 1rem;
}

#cfw-shipping-methods.cfw-module {
    margin-top: 1rem;
}

@media screen and (min-width: 998px) {
    #cfw-shipping-methods.cfw-module {
        margin-top: 2rem;
    }
}

ul.cfw-shipping-methods-list li {
    padding: 8px 0;
}

@media screen and (min-width: 998px) {
    ul.cfw-shipping-methods-list li {
        padding: 12px;
    }
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner input.shipping_method[type="radio"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    opacity: 0 !important;
    z-index: 1 !important;
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::before,
ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
}

@media screen and (min-width: 998px) {
    ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::before,
    ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::after {
        top: 50%;
        left: -2.5rem;
        transform: translateY(-50%);
    }
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::before {
    pointer-events: none;
    background-color: #fff;
    border: #6C919D solid 1px;
    border-radius: 99999px;
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner input.shipping_method:checked ~ .logo-shipping::before {
    color: #fff;
    border-color: #0090BD;
    background-color: #0090BD;
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner .logo-shipping::after {
    background: no-repeat 50% / 50% 50%;
}

ul.cfw-shipping-methods-list li .cfw-shipping-method-inner input.shipping_method:checked ~ .logo-shipping::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.checkoutwc .form-row .optional {
    font-size: 14px;
    font-weight: 400;
    color: #4F737D;
}

.checkoutwc .form-row.address-field .optional,
.checkoutwc .form-row#shipping_Raison_sociale_field .optional {
    display: none;
}

#cfw-totals-list {
    margin-top: 1em;
    border-top: 1px solid #DEE7EC;
}
#cfw-totals-list table tr.order-total {
    border: none;
    margin-top: 8px;
    padding: 0;
}
#cfw-totals-list table strong {
    font-weight: 700;
    color: #073B4A;
}

/* Breadcrumb */

.cfw-order-status {
    background-color: white;
    padding: 20px 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

#cfw-breadcrumb .cart::before {
    content: "1"!important;
}

#cfw-breadcrumb .cfw-customer-info::before {
    content: "2"!important;
}

#cfw-breadcrumb .cfw-shipping-method::before {
    content: "3"!important;
}

#cfw-breadcrumb .cfw-payment-method::before {
    content: "4" !important;
}
#cfw-breadcrumb:after {
    width: 80%!important;
    top: 16px!important;
    height: 0.77px!important;
    background: #BBCFDB !important;
}
#cfw-breadcrumb li:before {
    width: 32px!important;
    height: 32px!important;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    margin-left: auto ;
    margin-right: auto ;
}

.futurist #cfw-breadcrumb li {
    background: transparent !important;
    margin: 0 !important;
}

body:not(.woocommerce-cart).futurist #cfw-breadcrumb li.tab.active ~ li.tab:before,
body.woocommerce-cart .futurist #cfw-breadcrumb li.tab:not(:first-child):before {
    border: 1px solid #BBCFDB !important;
    color: #6C919D !important;
    font-weight: 500;
}

.futurist #cfw-breadcrumb li.tab.active ~ li.tab a {
    color: #A0A0A0!important;
}
/*next/prev button */
.cfw-continue-to-shipping-btn
{
    color: #073B4A!important;

}
.cfw-continue-to-shipping-btn , .cfw-continue-to-payment-btn,.cfw-place-order-wrap
{
    border-radius: 53px!important;
    font-size: 16px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    text-align: center;
    width: 100%;
    border: none!important;
    text-transform: none!important;
}
.cfw-continue-to-payment-btn,.cfw-place-order-wrap,.cfw-place-order-wrap button {
    background-color: #EBB76A!important;
    color: #073B4A!important;
    font-size: 18px!important;
    font-weight: 500!important;
    text-transform: unset!important;
}
.cfw-place-order-wrap {
    width: 100%;
}

@media screen and (min-width: 992px){
    .cfw-place-order-wrap {
        width: fit-content;
    }
}

.checkoutwc .cfw-place-order-wrap .cfw-primary-btn {
    border-radius: 53px;
}

.checkoutwc .cfw-place-order-wrap .cfw-primary-btn::after {
    height: 18px;
}

.btn-yellow {
    background-color: #EBB76A!important;
}
.btn-yellow span {
    color: #073B4A!important;
    /* font-size: 18px!important; */
    font-weight: 500!important;

}

.cfw-place-order-wrap button:hover {
    border: none !important;
}
#cfw-customer-info-action,#cfw-shipping-action {
    gap: 45px;
}

/* COUPON */

.header-coupon {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-coupon svg {
    align-self: center;
}


.header-coupon p,.title-form-satisfaction h4 {
    font-size: 18px;
    font-weight: 500!important;
    line-height: 20px!important;
    color: #073B4A!important;

}

label[for="cfw-promo-code"] {
    display: none!important;
}

#cfw-coupons {
    padding-left: unset!important;
    padding-right: unset!important;
    background: #fff;
    box-shadow: 0px 8px 16px 0px #05134214;
    border-radius: 8px;
    margin-bottom: 30px;
}

.header-coupon {
    padding: 20px 24px 20px 24px;
}

.header-coupon p:empty {
    display: none;
}

#add-coupon-button {
    margin-left: auto;
}

#cfw-promo-code-btn {
    position: absolute;
    border-radius: 50px 50px 50px 50px !important;
    color: white!important;
    text-transform: none;
    padding: 10px;
}

@media screen and (min-width: 992px){
    #cfw-promo-code-btn {
        position: absolute;
        margin-left: -25px;
    }
}

#cfw-promo-code {
    border-radius: 50px 0 0 50px !important;
    border: none !important;
    background: #F1F1F1;
}

@media screen and (min-width: 769px) and (max-width: 998px){
    #cfw-promo-code {
        padding-right: 0px;
        border-radius: 50px !important;
    }
}

.cfw-promo-wrap {
    padding: 0 24px;
}

#shipping_postcode_field, #shipping_Raison_sociale_field {
    display: block !important;
    width: 100%;
}

#shipping_country_field,
#shipping_country_field::after {
    display: none;
}

#shipping_country_field > span > span > span.selection > span
{
    height: 40px;
    background: #fff;
    border: 1px solid #A5BCCA ;
}
#select2-shipping_country-container
{
    padding: .4rem !important;
    padding-top: 0.81 !important;
}
input:focus
{
    border: unset !important;
}

.woocommerce-cart-form__cart-item  {
    display: flex;
}

.cart-discount th .remise{
    color: #60AF46!important;
}

.woocommerce-remove-coupon {
    display: none;
}

.cart-discount .remise {
    font-size: 12px;
}

.promo-code-name{
    font-size: 12px!important;
    font-weight: 400!important;
    line-height: 18px!important;
    color: #073B4A!important;
}

/* Masquer le bouton radio par défaut */
.custom-radio input[type="radio"] {
    position: absolute!important;
    z-index: 10000!important;
    opacity: 0;
    width: 20px!important;
    height: 20px!important;
}
/* Style pour le conteneur du bouton radio personnalisé */
.custom-radio {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
}

/* Style pour la marque de radio personnalisée */
.radio-mark {
    width: 20px;
    height: 20px;
    border: 2px solid #0090BD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
    border-radius: 4px;
}

/* Style pour la croix (X) */
.radio-mark::before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #0090BD;
    position: absolute;
    transform: rotate(45deg);
    opacity: 0;
}

.radio-mark::after {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #0090BD!important;
    position: absolute;
    transform: rotate(-45deg);
    opacity: 0;
}

/* Afficher la croix si le bouton radio est coché */
.custom-radio input[type="radio"]:checked + .radio-mark::before,
.custom-radio input[type="radio"]:checked + .radio-mark::after {
    opacity: 1;
}
.checkoutwc .form-row input[type=email]:focus, .checkoutwc .form-row input[type=number]:focus, .checkoutwc .form-row input[type=password]:focus, .checkoutwc .form-row input[type=tel]:focus, .checkoutwc .form-row input[type=text].input-text:focus, .checkoutwc .form-row select:focus, .checkoutwc .form-row textarea:focus {
    box-shadow: none!important;
}
#shipping_client_type_field {
    display: none;
}

/* Field : Je suis un particulier / professionnel */
#shipping_client_type_field {
    display: none;
}

#shipping_client_type_field > span {
    display: flex;
}
.input-radio::after {
    opacity: 0!important;
}
.input-radio,.input-shipping input {
    all: unset!important;
    appearance: checkbox!important; /* Applique le style par défaut de la checkbox */
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

  .woocommerce-shipping-totals td span,.woocommerce-shipping-totals td span bdi  {
    color: #14657D!important;
    font-size: 14px!important;
    line-height: 21px!important;
  }
  #cfw.context-thank-you section {
    border: none;
    margin: 0;
  }
  .context-thank-you #order_review {
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .info-validation-order, .mail-validation-order{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }

  .info-order-heading ,.total-payed
  {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

  }
  .price-info-order{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #0090BD;
  }
  .info-validation-order::before {
      content: "";
      width: 16px;
      height: 12px;
      background-image: url(../assets/img/check.svg);
      background-size: contain;
      background-repeat: no-repeat;
  }
.info-validation-order span {
    font-size: 16px;
    font-weight: 500;
}
  .mail-validation-order {
    padding-top: 15px;
  }
  .mail-validation-order span {
    text-wrap: balance;
      color: #073B4A;
  }


.title h3
{
    font-size: 40px!important;
    font-weight: 500!important;
    color: #073B4A!important;

}
.product-thumbnail img {
    width: 75px;
    height: 75px!important;
    margin-right: 5px;
}

@media screen and (min-width: 998px) {
    .product-thumbnail img {
        width: 95px;
        height: 90px!important;
    }
}

.product-remove-cart a {
    font-size: 30px;
}

.product-subtotal bdi {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: right;

}

.product-name .cart-item-variation {
    margin-bottom: unset;
}

.cart-checkout .woocommerce-cart-form__cart-item {
    border: 1px solid #BBCFDB;
    border-radius: 8px;
}
body.woocommerce-cart .woocommerce-cart-form__cart-item  {
    height: unset!important;
}
#shipping_client_type_field span label {
    margin-top:2px  ;
    padding-left: 5px;
    padding-right: 5px;
    flex-basis: 45%;
}

#shipping_client_type_field > span {
    width: 100%;
}
#cfw-billing-fields-container {
    background-color: white;
}

.cart-checkout #cfw-totals-list {
    border:none;
}
#cfw-totals-list table tr {
    padding-bottom: 2px !important;
    padding-top: 0 !important;
}

#cfw-totals-list table tr th {
    font-weight: 500;
}

.futurist h3 {
    text-transform: unset !important;
    font-weight: 700;
    margin-bottom: 24px !important;
}

.futurist #cfw-cart-summary {
    padding-left: 0 !important;
    background: #F5F8F9 !important;
}
.pursuit-cart-breadcrumb {
    position: absolute;
    padding-top: 10px;

}

.pursuit-cart-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: auto;
    height: 100%;
    padding-top: 0;
    font-family: 'Poppins';

    span {
        font-size: 13px;
        text-decoration: underline;
    }
}

@media (max-width: 992px) {
    .pursuit-cart-breadcrumb {
        display: none;
    }
    .futurist #cfw-cart-summary {
        background: var(--cfw-cart-summary-mobile-background-color);
        padding: 0;
    }
    .thank-you-reverse-column {
        flex-direction: column-reverse;
      }
      .pursuit-thank-you {
        display: none;
    }
}

@media screen and (min-width: 998px) {
    .futurist .cart_totals#cfw-cart-summary-content {
        margin-left: 24px !important;
    }
}

.futurist #cfw-cart-summary #cfw-cart-summary-content,
.futurist .cart_totals#cfw-cart-summary-content {
    background: var(--cfw-cart-summary-background-color);
    padding: 1.5em;
    box-sizing: border-box;
    margin: 0 24px;
    border-radius: 15px;
    box-shadow: 0px 8px 16px 0px rgba(5, 19, 66, 0.08),
                0px 2px 5px 0px rgba(5, 19, 66, 0.1),
                0px 0px 1px 0px rgba(5, 19, 66, 0.32) inset;
}

.futurist #cfw-cart-summary #cfw-cart-summary-content > h3 {
    margin-top: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 0 !important;
}

.futurist #cfw-breadcrumb:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cfw-breadcrumb-completed-accent-color);
}

.futurist #cfw-breadcrumb li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 2;
    margin: 0 1em;
    background: var(--cfw-body-background-color);
    width: 25%;
    font-size: 0.75em;
    flex-grow: 1;
}
.header-offer svg {
    flex-basis: 30%;
}
.content-offer
{
    height: 85%;
    border: 1px #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='cadetblue' stroke-width='3' stroke-dasharray='11' stroke-dashoffset='10' stroke-linecap='square'/%3e%3c/svg%3e");
    border-radius: 8px;
    text-align: center;
}
.svg-content-offer {
    /* text-align: left !important; */
    width: 120px!important;
}
.info-offer {
    display: flex;
    text-transform: uppercase;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 32px;
}
.visible-phone {
    display: none;
}

@media (max-width: 992px) {
    .visible-phone {
        display: block;
    }
    .visible-phone .video-container{
        margin-left: auto;
        margin-right: auto;
    }
    .visible-phone .video-poster {
        height: 350px;
    }
    #cfw-cart-summary .thank-you-video-container {
        display: none;
    }
    .visible-phone .thank-you-video-heading {
        padding-top: 75px;
    }
}
.woocommerce-cart #cart-reassurance {
    padding-top: 20px;
}
.mail-validation-order span {
    font-size: 13px;
    font-weight: 400!important;
    line-height: 16px;
}
@media (max-width: 768px) {

    .thank-you-video-container {
        margin: 0 20px;
    }
    .mail-validation-order span {
        font-size: 12px;
  }
    .context-thank-you .title h3 {
        font-size: 32px!important;
    }
    .context-thank-you .info-validation-order span{
        font-size: 15px;
    }
    .reassurance-item {
        padding: 0;
    }
    .woocommerce-cart #cart-reassurance {
        padding-top: 0px;
    }
    .info-offer {
        text-align: left;
    }

    .svg-content-offer {
        text-align: unset !important;
        width: unset!important;
        padding: 0 15px;
    }
    .content-offer
    {
        margin-bottom: 10px;
    }
    .visible-desktop {
        display: none;
    }
    .total-order-payed .total-payed {
        font-size: 16px;
    }
    .header-offer svg {
        flex-basis: 40%;
    }
    #cfw-payment-method .woocommerce-terms-and-conditions-wrapper,.automatewoo-optin {
        font-size: 13px;
    }
    .input-shipping {
        justify-content: space-between;
    }
    .cfw-payment-method-information-wrap {
        margin-top: 24px;
    }
    .cfw-payment-method-information-wrap h3 {
        font-size: 16px !important;
        color: #073B4A !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }

    .cfw-payment-method-information-wrap h4 {
        font-size: 14px !important;
        color: #073B4A !important;
        line-height: 20px !important;
        font-weight: 500 !important;
        padding: 0;
    }

    .woocommerce-checkout.checkout.row.cfw-payment-method-active #cfw-coupons {
        display: none;
    }

    .woocommerce-checkout.checkout.row.cfw-payment-method-active #cfw-cart-summary-content {
        margin-top: 24px !important;
    }

    #cfw-cart-summary-content h3 {
        font-size: 18px;
        line-height: 24px;
        width: 100%;
    }
    #cfw-cart-summary-content .price-table th {
        width: 50%;
    }
    .futurist #cfw-breadcrumb li {
        margin: 0 0.5em;
    }
    .woocommerce-cart.futurist #cfw-coupons {
        margin: 24px 0 16px 0 !important;
    }
    .futurist #cfw-coupons {
        margin: 24px 24px 16px 24px !important;
    }
    #heading-choice-shipping ul li span {
        font-size: 0.75rem;
    }
    #cfw-coupons {
        margin: 16px 0 16px 0 !important;
    }
    .spanButtonRecap {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        font-family: "Poppins";
        color: #073B4A;
    }
    #cfw-cart-summary {
        background-color: #F5F8F9;
    }
    #cfw-totals-list > table > tbody > tr.woocommerce-shipping-totals > td {
        font-size: 12px !important;
        line-height: 20px;
        font-weight: 500;
        color: #073B4A !important;
    }
    [dir=ltr] #cfw-totals-list table tr.woocommerce-shipping-totals th,
    [dir=ltr] #cfw-totals-list table tr.cart-subtotal th {
        color: #073B4A;
        font-size: 12px;
        line-height: 20px;
        font-weight: 500 !important;
    }

    .reassurance-cart-checkout {
        order: -1;
        margin: 24px auto 8px;
    }

    .contact-reassurance {
        padding: 40px 24px 32px 24px;
        display: flex;
        flex-direction: column;
        gap: 8px;
        background-color: #FFF;
    }

    .contact-reassurance .text-contact-reassurance {
        color: #073B4A;
        font-size: 13px;
        line-height: 21px;
        font-weight: 400;
        text-align: center;
    }

    .contact-reassurance .tel-contact-reassurance {
        color: #4F737D;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        text-align: center;
    }

    #cfw-totals-list .woocommerce-Price-amount bdi,
    #cfw-totals-list > table > tbody > tr.cart-discount > td,
    #cfw-totals-list > table > tbody > tr.cart-discount > td > span.woocommerce-Price-amount {
        font-size: 12px !important;
    }

    .form-satisfaction {
        margin: 0 20px;
    }
}

.futurist #cfw-breadcrumb li:not(:last-child):after {
    display: none;
}

.futurist #cfw-breadcrumb li:first-child {
    margin-left: 0;
}

.futurist #cfw-breadcrumb li:last-child {
    margin-right: 0;
}

.futurist #cfw-breadcrumb li > a {
    display: block!important;
    text-decoration: none!important;
    text-transform: none !important;
    text-align: center!important;
    font-size: 12px!important;
    font-weight: 500;
    color: #4F737D;
    text-transform: capitalize;
}

.futurist #cfw-breadcrumb li > a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.futurist #cfw-breadcrumb li:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 0.7em;
    border: 0 !important;
    background: var(--cfw-breadcrumb-completed-accent-color);
}

.futurist #cfw-breadcrumb li.tab.active ~ li.tab a {
    color: var(--cfw-breadcrumb-next-text-color);
}

.futurist #cfw-breadcrumb li.tab.active ~ li.tab:before {
    border-color: var(--cfw-breadcrumb-next-accent-color);
    background: var(--cfw-body-background-color);
}

.futurist #cfw-breadcrumb li.tab.active a {
    color: #073B4A !important;
}

body:not(.woocommerce-cart) .futurist #cfw-breadcrumb li.tab.active:before,
body.woocommerce-cart .futurist #cfw-breadcrumb li:first-child.tab.active:before {
    border-color: #00657d !important;
    background: #00657d !important;
}

.futurist .cfw-breadcrumb-container {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
}

.futurist #cfw-cart {
    margin-bottom: 0;
}

.futurist #cfw-coupons {
    margin: 1.5em 0;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;

}

.futurist #cfw-coupons .cfw-input-wrap-row {
    margin-bottom: 0;
}

.futurist #cfw-totals-list {
    margin-bottom: 0;
}

.futurist #cfw-totals-list .cfw-totals-normal > *:first-child {
    padding-top: 0;
}

.futurist #cfw-totals-list .cfw-totals-normal .cfw-flex-row {
    border-bottom: none !important;
}

.futurist #cfw-cart-total {
    border-top: 1px solid #bfbfbf;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 1.5em;
}

.futurist #cfw-totals-list .recurring-totals th {
    text-transform: uppercase !important;
    font-weight: 700;
}

.futurist #cfw-totals-list .shipping.recurring-total ul {
    list-style-type: none;
    padding-left: 0;
}

.futurist #cfw-totals-list .shipping.recurring-total ul li {
    margin-bottom: 0.35em;
    font-size: 0.9em;
}

.futurist #cfw-totals-list .shipping.recurring-total ul li input {
    margin-right: 0.3em;
}

.futurist #cfw-totals-list .shipping.recurring-total ul li:last-child {
    margin-bottom: 0;
}



.futurist .woocommerce-cart-form__cart-item  {
    align-items: center;
    justify-content: space-evenly;
}

.futurist .product-remove-cart {
    flex-basis: 5%;
    text-align: center;
}
.futurist .product-thumbnail {
    flex-basis: 15%;
}
.futurist .product-name {
    flex-basis: 80%;
}
.futurist .product-name .product-name-inner {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    justify-content: space-around;
}

.futurist .product-name .product-name-inner .cart-item-variation {
    margin-bottom: 0.25rem;
}

.futurist .product-name .product-name-inner p:empty {
    display: none;
}

.futurist .product-name a{
    font-size: 14px!important;
    font-weight: 500!important;
    line-height: 20px!important;
    color : #073B4A!important;
    font-family: "Poppins";
}

.futurist .product-name .cart-item-variation a{
    font-size: 11px!important;
    color : #4F737D!important;
    font-family: "Poppins";
}

@media screen and (min-width: 998px) {
    .futurist .product-name a {
        font-size: 1rem !important;
    }
    .futurist .product-name .cart-item-variation a{
        font-size: 14px!important;
    }
}

.futurist .product-subtotal {
    flex-basis: 20%;
    text-align: right;
}
.futurist .quantity input[type='button']
{
    color: #6C919D!important;
    border: 1px solid #6C919D!important;
}
.futurist .quantity input[type='button']:hover
{
    color: white!important;
}
.futurist .quantity .qty {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #073B4A;

}


.product-name-inner {
    width: 70%;
}
.product-name-inner p  {
    margin: unset;
}
.woocommerce-cart .main-page-wrapper
{
    background:#fafafa!important;
}
.futurist .woocommerce-cart-form__cart-item {
    padding: 20px 20px 20px 0;
    margin-bottom: 15px;
    margin-top: 20px;
}
.futurist .woocommerce-cart-form__cart-item p:empty{
    display: none;
}
.woocommerce-cart-form__cart-item {
    background: #ffffff;
}
.futurist .cartecomatelas {
    background:unset;
}

.futurist #cfw-cart-summary-content {
    background: white;
    padding: 24px;
}

@media screen and (min-width: 998px) {
    .futurist #cfw-cart-summary-content {
        border-top: 6px solid #0090BD;
    }
}

@media screen and (max-width: 992px) {
    body.futurist #cfw-cart-summary-container #cfw-cart-summary #cfw-cart-summary-content {
        padding: 1.5rem;
    }
}

.futurist #cfw-totals-list{
    margin: unset;
    border-top: 1px solid #DEE7EC;
    margin-top: 1rem;
}

@media screen and (min-width: 768px){
    .futurist #cfw-cart-summary-content {
        border-radius: 8px;
    }
}

.futurist  .pp-woo-menu-cart {
    max-width: none!important;
}

.info-order-cart div {
    display: flex;
    justify-content: space-between;
}
.woocommerce-cart .elementor-top-section:nth-child(1) .elementor-heading-title {
    display: none;
}

.multiple-payment {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-top: 4px;
    margin-bottom: 1.5rem;
}

.multiple-payment span:last-child {
    display: none;
}

@media screen and (min-width: 998px){
    .multiple-payment span:last-child {
        display: block;
    }
}

.split-pay-checkout {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    color: #4F737D;
}

.cfw-review-pane {
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1rem;
    margin: 0 0 2em;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .cfw-review-pane {
        font-size: 14px;
    }
}

main.checkoutwc .cfw-review-pane.info-step-order .cfw-review-pane-link {
    max-width: fit-content;
    width: fit-content;
    padding: 7.5px 12px;
}

.cfw-review-pane li {
    display: flex;
    padding: 0 .85em
}

.cfw-review-pane li .inner {
    display: flex;
    flex: 1
}

[dir=ltr] .cfw-review-pane li .cfw-review-pane-link,[dir=ltr] .cfw-review-pane li .cfw-review-pane-right {
    text-align: right
}

[dir=rtl] .cfw-review-pane li .cfw-review-pane-link,[dir=rtl] .cfw-review-pane li .cfw-review-pane-right {
    text-align: left
}

.cfw-review-pane li .cfw-review-pane-label {
    color: #4F737D;
    flex: 0 0 6em;
    font-weight: 500
}

.cfw-review-pane li .cfw-review-pane-label.shipping-details-label-long {
    flex: 0 0 9em
}

.cfw-review-pane li .cfw-review-pane-content {
    color: #073B4A;
}

[dir=ltr] .cfw-review-pane li .cfw-review-pane-content {
    padding-right: 1em
}

.cfw-review-pane li .cfw-review-pane-content.cfw-review-pane-shipping-address-value {
    text-wrap: pretty;
}

[dir=rtl] .cfw-review-pane li .cfw-review-pane-content {
    padding-left: 1em
}
.cfw-review-pane li .cfw-review-pane-link {
    align-content: center;
    flex-grow: 1;
}

.cfw-review-pane li .cfw-review-pane-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #073B4A;
    font-size: 11px;
    white-space: nowrap;
}

.cfw-review-pane li .cfw-review-pane-link a:hover {
    color: #737373
}

.cfw-review-pane li .cfw-review-pane-link,.cfw-review-pane li .cfw-review-pane-right,.cfw-review-pane li .inner {
    padding: 1rem 0;
}

.cfw-review-pane li:not(:first-child) > div.inner {
    border-top: 0;
}

.cfw-review-pane li:last-child {
    border-top: 1px solid #ddd;
    padding: 0;
    margin: 0 .85em;
}

.cfw-review-pane:has(li:nth-child(3)) li:first-child {
    border-bottom: 1px solid #ddd;
    padding: 0;
    margin: 0 .85em;
}

.cfw-review-pane-content {
    overflow: hidden;
    text-overflow: ellipsis
}

.cfw-review-pane li .cfw-order-review-total-label {
    color: #333;
    font-size: 1.1em;
    font-weight: 500
}

.cfw-order-review-total {
    font-size: 1.25em
}

.cfw-review-pane-right {
    font-weight: 500
}
.heading-info-order {
    margin-bottom: 32px!important;
}
.order-delivery {
    display: flex;
}
.title-order-info-delivery {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #000000;

}

.order-info-tank-you {
flex-basis: 50%;
}
.description-order-info-delivery,.woocommerce-shipping-totals th p {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #4F737D;
}

.svg-container {
    padding-right: 20px;
    padding-top: 5px;
}

.contact-us-thank-you {
    margin-top: 24px !important;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 400;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #073B4A;
}

.total-order-payed {
    display: flex;
    justify-content: space-between;
    color: #073B4A;
}
#order_review > div.info-order > div.total-order-payed > span.total-payed-amount > span > bdi,.info-order-heading {
    color: #073B4A!important;

}

.total-payed-amount bdi{
    font-size: 24px;
}

.offer-accesories {
    position: relative;
    display: flex;
    align-items: center;
    color: white;
    border-radius: 8px;
    background: linear-gradient(131.66deg, #118CB0 20.51%, #14657D 95.54%);
    flex-direction: column;
    padding: 16px;
    margin-top: 20px;
}

#gform_wrapper_3 > div > h2 {
    display: none;
}
.title-form-satisfaction {
    margin-bottom: 24px;
}

.svg-title-form {
    padding-right: 10px;
}

.form-satisfaction .gf_progressbar_wrapper {
    display: none;
}

.form-satisfaction .gfield_label {
    font-weight: 400 !important;
}

.form-satisfaction .gform-page-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.form-satisfaction .gform_previous_button,
.form-satisfaction .gform_next_button {
    background-color: white !important;
    color: #073B4A !important;
    border: none !important;
    width: fit-content !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.form-satisfaction .gform_next_button {
    text-align: right !important;
    margin: 0 0 0 auto !important;
}

.form-satisfaction .gfield_radio {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-satisfaction textarea {
    height: 100px !important;
}

.form-satisfaction {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px 0px #05134214;
    border-radius: 8px;
    padding: 24px 20px !important;

}
#cfw-totals-list > table > tbody > tr.woocommerce-shipping-totals > td {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #073B4A;
}

.preloader-counter {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}

.alert-compter {
    height: 50px;
    background-color: #FE5F55A6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.svg-counter {
    padding-right: 10px;
}
.cross-sell-price-btn
{
    height: 50px;
}
.woocommerce-cart > .pp-woo-menu-cart {
    display: none;
}

form.cart
{
    flex-wrap:unset!important;
    align-items: center!important;
}
.cross-sells-mini-cart {
    padding-bottom: 20px!important ;
}

.cart-futurist .pp-woo-menu-cart .cross-sells-mini-cart {
    border-radius: 8px;
}
.form-satisfaction .gform_wrapper.gravity-theme .gform_footer {
    padding: 16px 0 0 0;
    margin: 0;
}
.form-satisfaction #gform_submit_button_3 {
    position: relative;
    background:#EBB76A;
    width: fit-content;
    color: #073B4A;
    margin: 0;
}
.form-satisfaction #gform_submit_button_3:after {
    position: absolute;
    background: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8L12 8" stroke="%23073B4A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 3L13 8L8 13" stroke="%23073B4A" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}


#gform_submit_button_3 {
    width: 100%;
    border-radius: 50px;
    background: #14657D;
    height: 48px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: none;

}
.input-gform-div {
    width: 65%;
    position: relative;
}
.context-thank-you .avis-verif-full {
    background: #E6F4F980;
}
.content-offer div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.asterisk {
    font-size: 12px;
    margin-top: 16px !important;
}
@media (max-width: 992px) {
    .asterisk {
        line-height: 15px;
        margin-top: 0 !important;
    }
    .header-offer {
        width: 100%!important;
        padding-right: 20px;
    }

}
@media (max-width: 768px) {
    .asterisk {
        padding-bottom: 0px!important;
    }
    .context-thank-you .avis-verif-full {
        order: unset;
        border-radius: 16px;
    }
    .context-thank-you .visible-phone .avis-verif-full {
        margin-left: 15px;
        margin-right: 15px;
    }
    .thank-you-video-heading{
        margin-left: 20px;
        margin-right: 20px;
    }
    .order-info-tank-you {
        flex-basis: 100%;
    }
    .input-gform-div {
        width: 80%;
    }
    .context-thank-you .total-order-payed {
        flex-wrap: wrap;
    }
    .context-thank-you .total-payed-amount {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
    .context-thank-you #order_review {
        padding-top: 0;
        margin-top: 0;
    }

    .pursuit-thank-you {
        display: none;
    }
    .reassurance-cart-checkout {
        padding-left: 0!important;
        order: -1;
        justify-content: space-between;
        margin: 24px auto 0 auto;
    }
    .cart-futurist .pp-woo-menu-cart .cross-sells-mini-cart{
        border-radius: 0px;
    }
    .cfw-shipping-method-inner {
        flex-wrap: wrap ;
    }
    .info-shipping-mobile {
        display: flex!important;
        flex-basis: 100%;
        padding: 10px 0;
    }
    .info-shipping .shipping-method-description {
        display: none;
    }
    .cfw-shipping-method-inner .woocommerce-Price-amount {
        margin: 0;
    }
    #checkout{
        flex-direction: column-reverse;

    }
    .thank-you-reverse-column {
        flex-direction: column-reverse;
      }
    .mobile-header {
        display: block!important;
        background: #F5F8F9;
    }
    .mobile-header #cfw-cart-summary-content {
        display: none;
    }

    .split-pay-checkout svg {
        display: none;
    }
    #cfw-totals-list tr td.total-ttc-split {
        flex-basis: 60% !important;
    }
}
.info-shipping-mobile {
    display: none;
}
.mobile-header {
    display: none;
}

@media (max-width: 991.98px) {
    #cfw-cart-summary {
        margin-bottom: 0;
        padding-bottom: 20px !important;
    }

    #cfw-cart-summary #cfw-cart-summary-content {
        display: block;
    }
}

#cart-reassurance .title-reassurance-item {
    font-family: 'Poppins';
    margin-bottom: 0;
}

.cart-table-w th, .cart-table-w td,.price-table bdi {
    border: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    padding: 10px 0!important;
    vertical-align: baseline;
}
.next-step-cart {
    color: #0090BD!important;
}

.order-total th,.cart-total-label{
    font-size: 18px!important;
    font-weight: 500!important;
    line-height: 24px!important;
    color: #073B4A!important;
}

@media screen and (min-width: 998px) {
    .order-total th, .cart-total-label {
        font-size: 20px!important;
    }
}

.title-cart-recap{
    margin-right: auto;
    margin-bottom: 0!important;
}
.total-table-tr td{
    width: 60%;
}
.cart-table-w {
    margin-bottom: 0;
}


.on-rdv {
    text-decoration: underline;
}
.on-rdv-col {
    width: 43%;
}

body.woocommerce-checkout form.cfw-payment-method-active .avis-verif-container {
    display: none;
}

body.woocommerce-checkout .checkout-reviews .avis-verif-container {
    margin-top: 20px;
}

@media screen and (min-width: 992px) {
    body.woocommerce-checkout .checkout-reviews {
        order: 3;
    }
}

.carousel-avis {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-avis-slide {
    flex: 0 0 100%;
    padding: 4px 0 4px 4px;

}

.avis-verif .star-avis-cart {
    display: flex;
    align-items: center;
    gap: 6px;
}

.avis-verif .star-avis-cart span {
    margin-left: 3px;
    color: rgba(7, 59, 74, .7);
    font-weight: 500;
    font-size: 13px;
}

.avis-verif-cart , .carousel-container-avis {
    background: transparent!important;
}

.footer-cart-checkout .avis-information-cart .logo-avis + div {
    width: 100%;
}

.avis-verif-cart {
    width: 70%;
    margin: auto;
    overflow: hidden;
    padding: 4px 0 4px 4px;
}

.avis-verif-cart .carousel-avis-slide {
    flex: 0 0 46%;
    margin-right: 5%;
    padding: 4px 0 4px 4px;
}

.avis-verif-cart .carousel-avis-slide > *{
    padding: 0;
    margin: 0;
}

.avis-information-cart {
    display: flex;
}

.text-avis {
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
}
.wc-proceed-to-checkout a {
    border-radius: 50px;
    text-decoration: capitalize!important;
}
.wc-proceed-to-checkout {
    display: block!important;
}
.wc-proceed-to-checkout a::after {
    margin-left:10px!important;
}


.cart-futurist .cfw-cart-summary-content {
    margin-left: 0!important;
}

.cs-none {
    display: none!important;
}

.more-cross-selling {
    display: flex;
    border-top: 1px solid #0090BD80;
    padding-top: 15px;
    justify-content: space-between;
    cursor: pointer;

}
.more-cross-selling p {
    display: none;
}

@media (max-width: 767.98px) {
    .pp-woo-menu-cart .container{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    main.checkoutwc {
        padding: 0;
    }
}

.cfw-review-pane-link
{
    border: 0.77px solid #BBCFDB;
    border-radius: 5px;
    text-align: center!important;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
    height: 32px;
    max-width: 88px;
}

.cfw-review-pane li{
    align-items: center;
}

/* Style personnalisé pour le label qui contient le bouton radio */
input[type="radio"].custom-radio + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
}

/* Style personnalisé pour le cercle du bouton radio */
input[type="radio"].custom-radio + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #007BFF; /* Couleur de la bordure */
    border-radius: 50%;
    background-color: #fff; /* Couleur de fond */
}

/* Style pour l'état coché */
input[type="radio"].custom-radio:checked + label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #007BFF; /* Couleur du cercle intérieur */
    border-radius: 50%;
}

/* Ajout d'un effet de survol */
input[type="radio"].custom-radio + label:hover::before {
    border-color: #0056b3;
}

input[type="radio"].custom-radio:checked + label:hover::after {
    background-color: #0056b3;
}
.cfw-tab-link
{
    font-size: 10px;
    font-weight: 500;
}
.cfw-tab-link svg {
    vertical-align: sub;
}
.thank-you-video-container {
    position: relative;
    padding: 0 !important;
    margin-top: 20px;
}
.thank-you-video{
    /* width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background: white;
    position: absolute; */
}
.thank-you-video-heading {
    font-family: 'Poppins';
    font-size: 20px!important;
    font-weight: 600!important;
    color: #073B4A!important;
    margin-top: 20px!important;
    text-align: center;
}
.container {
    width: 1300px;
    max-width: 1300px;
}
.video video {
    max-width: 100%;
}
/* responsive */



/* .context-thank-you .input-gform-div::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    color: white;
    position: absolute;
    right: 12%;
    top: 35%;
} */

#input_3_5 {
    border: none;
    background-color: #f9f9f9;
}
#input_3_5::placeholder {
    color: #69727D80;
    font-size: 14px;
}
#gform_submit_button_3 {
    padding-right: 20px; /* Ajoute de l'espace pour la flèche */
    position: relative;
    font-size: 16px;
    cursor: pointer;

}
#gform_submit_button_3::before {
    content: "\e900"; /* Code de l'icône Font Awesome */
    font-family: 'icomoon' !important;
    font-weight: 900;
}
.woocommerce-shipping-totals td {
    margin-bottom: auto;
}
.info-payment-description-mobile {
    display: none;
}
.logo-payment-div-mobile {
    display: none;
}
.checkout-button-mobile {
    display: none!important;

}
.checkout-button-desktop {
    text-transform: none!important;

}
.wc-proceed-to-checkout a {
    font-family: 'Poppins';
    color: #073B4A!important;
}
.product-subtotal-mobile {
    display: none;
}
input[type=checkbox]:checked, main.checkoutwc input[type=checkbox]:checked {
    border: none;
    box-shadow: inset 0 0 0 10px #0090bd;
}
.woocommerce-shipping-totals th ,#cfw-totals-list .cart-subtotal th {
    flex-basis: 70% !important;
    font-weight: 500;
}
.woocommerce-shipping-totals th ,#cfw-totals-list .cart-subtotal th span {
    color: #4F737D;
}
.cart-futurist .responsive-table {
    margin-bottom: 0;
    width: 100%;
}

.cfw-cart-item-description {
    position: relative;
}

#order_review h3 {
    margin-bottom: 10px;
}

.footer-cart-checkout h3.title-avis-information-cart {
    margin-top: 3.5rem;
}

@media (min-width: 768px) and (max-width: 992px) {
    #order_review,#cfw-cart-summary-container,.context-thank-you #cfw-cart-summary {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    #checkout {
        flex-direction: column-reverse;
    }
    #cfw-cart-summary-container {
        margin-top: 20px;
    }
}
.avis-verif-full-mobile-cart {
    display: none;
}
.quantity-futurist {
    width: 128px;
}
.header-mobile-cart-futurist {
    display: none;
}
.tel-reassurance-payement {
    display: none !important;
}
.cfw-button-loading::after {
    display: none!important;
}
ul.variation{
    display: flex;
    color: #073B4A!important;
}
.woocommerce-privacy-policy-text {
    font-size: 13px;
}
.context-checkout .cfw-review-pane .cfw-review-pane-contact-value{
    overflow: visible;
}
.cfw-shipping-method-active #explain-price-delivery {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #FBF1E1;
    border-radius: 12px;
    padding: 24px;
    margin-top: 16px;
}
.mobile-span-explain {
    display: none;
}

#heading-choice-shipping {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .cfw-shipping-method-active #explain-price-delivery {
        width: 100%;
        display: none;
    }
    .info-delivery-header {

        flex-direction: column;
    }
    .delivery-information-anchor-more {
        margin-top: 20px;
    }
    .mobile-span-explain {
        display: inline-block;
    }

    .context-checkout .cfw-review-pane .inner {
        flex-direction: column;
    }
    .context-checkout .cfw-review-pane .inner .cfw-review-pane-label{
        flex: none!important;
        margin-bottom: 4px;
    }
    .woocommerce-privacy-policy-text {
        font-size: 12px;
    }
    .tel-reassurance-payement {
        display: block;
        text-align: center;
        background-color: #FFF;
        padding-bottom: 40px;
    }

    .elementor-location-footer {
        margin-top: 0;
    }
    .info-header-count-product {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.5px;

    }

    .info-order-header-cart-futurist .info-header-total-product {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 500;
        color: #000000;

    }
    .header-mobile-cart-futurist .wc-proceed-to-checkout a{
        height: 50px!important;
        text-transform: unset;
    }
    .inner-header-mobile-cart-futurist {
        width: 100%;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        padding: 1.25rem 1.5rem;

    }
    .info-order-header-cart-futurist {
        flex-basis: 25%;
        align-content: center;
    }
    .wc-proceed-to-checkout {
        flex-basis: 75%;
    }
    #post-9 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-29d6836a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wd-section-disabled > div > div > div > div > div > p:nth-child(2) {
        display: none;
    }
    #post-9 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-29d6836a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wd-section-disabled > div > div > div {
        padding-top: 0;
    }
    .woocommerce-cart .header-elementor-cart{
        box-shadow: none!important;
    }
    .header-mobile-cart-futurist {
        margin-bottom: 20px;
        display: flex;
        position: relative;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border-bottom: 1px solid #CCD6DF
    }
    .header-mobile-cart-futurist {
        background: white;
    }

    .header-mobile-cart-futurist .inner-header-mobile-cart-futurist a.checkout-button{
        font-size: 14px !important;
        width: fit-content !important;
        margin-left: auto;
        display: block;
        align-content: center;
    }
    .avis-verif-full-mobile-cart {
        display: block;
        margin-top: -20px;
    }
    .text-compter {
        font-size: 15px;
    }
    .avis-verif-full-mobile-cart .carousel-container-avis {
        width: unset;
    }
    .more-cross-selling {
        display: none;
    }
    .star-avis-cart {
        display: flex;
    }
    .cart-futurist .reassurance-cart-checkout {
        margin-left: 0% !important;
    }

    #cfw-cart-summary {
        margin-left: auto;
        margin-right: auto;
        /* width: 90%; */
    }

    .mobile-header {
        margin: 0 24px;
        overflow: hidden;
        border-radius: 8px;
    }

    .mobile-header .cart-item-row td.cfw-cart-item-image {
        width: auto;
        padding: 0;
    }

    .mobile-header .cart-item-row .cfw-cart-item-description {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-header .cart-item-row .cfw-cart-item-description .cfw-cart-item-title {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .mobile-header .promoCodeSummary {
        position: relative;
    }

    .mobile-header .promoCodeSummary p#cfw-promo-code-mobile_field {
        margin-bottom: 0;
    }

    .mobile-header .promoCodeSummary p#cfw-promo-code-mobile_field input[type="text"] {
        padding-right: 4.5rem;
    }

    .mobile-header .promoCodeSummary .cfw-promo-code-button-wrap {
        position: absolute;
        bottom: 10px;
        right: 12px;
        margin-bottom: 0;
    }

    .mobile-header .promoCodeSummary #cfw-promo-code-btn-mobile {
        background: transparent;
        color: #14657D;
        padding: 0;
    }

    .mobile-header .promoCodeSummary #cfw-promo-code-btn-mobile span {
        text-transform: capitalize;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .context-thank-you #order_review {
        width: unset;
    }

    #cfw-breadcrumb li:before {
        width: 32px !important;
        height: 32px !important;
        font-size: 16px;
        line-height: 20px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    #cfw-mobile-cart-header {
        background-color: white;
        padding: 16px;
    }
    .header-nav-checkout-mobile-information {
        display: flex;
        align-items: baseline;
        gap: 4px;
        font-size: 12px;
    }
    .total-nav {
        display: flex;
        align-items: center;
        color: #14657D;
        font-weight: 600;
    }
    [dir=ltr] #cfw-mobile-cart-header #cfw-mobile-total {
        padding-left: 0;
    }
    #cfw-expand-cart {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        font-weight: 600!important;
        gap: 24px;
    }

    .cfw_show_order_summary_link_text {
        font-size: 18px;
        line-height: 27px;
        font-family: "Poppins";
        font-weight:500;
        color: #073B4A;
    }

    .mobile-header .amount,
    .mobile-header .amount bdi {
        font-size: 14px !important;
        font-weight: 500;
    }

    .svg-cart-header {
        margin-right: 15px;
    }

    .cfw-cart-summary-label-show {
        font-weight: 500;
        font-size: 18px;
        color: #073B4A;
        line-height: 25px;
    }

    .total-nav .text-price {
        display: flex;
        align-items: center;
        font-size: 12px;
        line-height: 14px;
        color: #14657D;
        font-weight: 600;
    }

    .total-nav .text-price bdi {
        font-size: 12px;
        font-weight: 600;
    }

    .count-article {
        color: #4F737D;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
    }
    .mobile-header #cfw-cart-summary-content {
        border: unset!important;
    }
    #cfw-promo-code-btn {
        position: unset;
    }
    .cfw-promo-code-button-wrap {
        flex-basis: 35%;
        margin-left: -25px;

    }
    #cfw-promo-code_field{
        flex-basis: 65%;
    }
    .close-svg{
        display: none;
    }
    .active .close-svg{
        display: block;
    }
    .active .open-svg{
        display: none;
    }
    .mobile-header #cfw-cart-summary-content hr {
        display: none;
    }
    .offer-accesories {
        width: 100%;
    }
    .info-payment-div {
        flex-basis: 100%;
    }
    .payment_method_title_wrap {
        flex-wrap: wrap;
    }
    .logo-payment-div {
        display: none;
    }
    .logo-payment-div-mobile {
        display: block;
    }
    .payment_method_title_wrap {
        justify-content: flex-start!important;
    }
    .input-payment-div {
        padding-right: 15px;
    }
    .info-payment-div {
        padding-left: 30px;
    }
    .logo-before-title {
        padding-left: 10px;
    }
    #heading-choice-shipping {
        margin-top: 24px;
    }

    #heading-choice-shipping h3 {
        margin-bottom: 16px !important;
    }

    #heading-choice-shipping ul {
        margin-left: 0;
    }
    .futurist .product-thumbnail {
        flex-basis: unset;
        flex-shrink: 0;
    }
    .product-name-inner {
        width: unset;
    }
    .product-name-inner a {
        font-size: 11px!important;

    }
    /* .product-remove-cart {
        display: none;
    } */
    .product-subtotal-desktop
    {
        display: none;
    }
    /* .cart-futurist .reassurance-cart-checkout {
        padding-left: 15px!important;
    } */
    .info-shipping {
        padding-left: 15px;
        flex-basis: 70%;
    }
    #cfw-totals-list {
        border-top: none;
    }
    .info-order {
        box-shadow:
            0px 8px 16px 0px rgba(5, 19, 66, 0.08),
            0px 2px 5px 0px rgba(5, 19, 66, 0.01),
            0px 0px 1px 0px rgba(5, 19, 66, 0.03);
    }
    #cfw-cart-summary-content, .info-order {
        padding: 16px !important;
    }
    #cfw-totals-list > table > tbody > tr.order-total > th {
        flex-basis: unset !important;
    }
    .cfw-totals-list .cfw-module {
        margin-bottom: none!important;
    }

    #cfw-totals-list table tr.woocommerce-shipping-totals {
        padding: 4px 0;
    }

    #cfw-totals-list table tr th {
        flex-basis: 100%;
    }

    #cfw-totals-list table tr {
        padding: 0;
    }

    .header-coupon p {
        font-size: 14px!important;

    }
    .mobile-product-cart-name {
        display: flex;
        align-items: center;
    }
    .product-subtotal-mobile
    {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer-cart-checkout {
        display: none;
    }
    .checkout-button-mobile {
        display: block!important;
        text-transform: none!important;
    }
    .checkout-button-desktop {
        display: none!important;
        text-transform: none!important;
    }
    .cfw-promo-wrap {
        padding: 0 0;
    }
    .split-pay-checkout {
        font-size: 11px;
        line-height: 14px;
        font-weight: 500;
        color: #4F737D;
    }
    .cart-futurist .split-pay-checkout {
        right: 30px!important;
    }
    .cart-futurist .responsive-table {
        margin-bottom: 30px;
    }
    #order_review #container-form-order_review {
        padding: 0%;
        box-shadow: none;

    }
    #order_review  {
        background-color: white;
        box-shadow: 0px 8px 16px 0px #05134214;
        padding: 24px;
        /* margin-top: 10px; */
    }
    .cfw-accordion .cfw-radio-reveal-title-wrap {
        padding-left: 0;
    }
    #order_review h3 {
        font-size: 1rem;
        line-height: 1;
    }
    #cfw-customer-info-action, #cfw-shipping-action, #cfw-payment-action {
        gap: unset;
    }
    #cfw-cart-summary {
        display: flex;
        flex-direction: column;
    }
    .woocommerce-cart .avis-verif-full {
        order: -1;
        background: linear-gradient(180deg, #E6F4F9 0%, #FAFAFA 100%);
        position: relative!important;
        width: 100vw!important;
        left: 50%!important;
        right: 50%!important;
        margin-left: -50vw!important;
        margin-right: -50vw!important;

    }

    .context-checkout .avis-verif-full {
        order: 0;
        position: relative!important;
        width: 100vw!important;
        left: 50%!important;
        right: 50%!important;
        margin-left: -50vw!important;
        margin-right: -50vw!important;

    }
    .place-order {
        border-radius: 50%;
    }
    #cfw-cart-summary-container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    #cfw-cart-summary .alert-compter {
        display: none!important;
    }
    /* .cfw-continue-to-payment-btn,.cfw-place-order-wrap,.cfw-place-order-wrap button {
        font-size: 13px!important;

    } */

    .cartecomatelas.cart-checkout {
        padding: 10px !important;
    }

    .futurist .woocommerce-cart-form__cart-item {
        margin-bottom: 15px;
        margin-top: 0px;
        padding: 10px 25px 10px 10px;
        position: relative;
        display: flex;
        gap: 4px;
    }

    @media screen and (max-width: 998px) {
        .futurist .mainCartContent {
            padding: 0;
        }
        .futurist .woocommerce-cart-form__cart-item .quantity input[type="button"] {
            width: 2rem !important;
            height: 2rem !important;
        }
        .futurist .woocommerce-cart-form__cart-item .quantity .qty {
            width: 3rem;
            height: auto;
        }
    }

    .futurist .woocommerce-cart-form__cart-item .product-remove-cart {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .futurist .woocommerce-cart-form__cart-item .product-thumbnail img {
        object-fit: cover;
    }

    #shipping_client_type_field span label {
        flex-basis: 95%;
    }
    #shipping_client_type_field .woocommerce-input-wrapper {
        flex-wrap: wrap;
    }
    .title-reassurance-item {
        font-size: 12px;
        line-height: 18px;
    }
    .subtitle-reassurance-item {
        font-size: 11px;
        line-height: 16.5px;
        margin-bottom: 0;
    }
}
@media (max-width: 500px) {
    #shipping_client_type_field span label {
        flex-basis: 91%;
    }
}
.mobil-alert {
    width: 90%;
    margin: 30px auto 0 auto;
}
.mobile-header bdi{
    padding-left: 4px;
}

@media (min-width:767.98px) {
    .mobil-alert {
        display: none;
    }

}
#cfw-coupons > div.header-coupon > p:nth-child(2) {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;

}

.carousel-avis-slide {
    background-color: white;
}
#post-9 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-29d6836a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wd-section-disabled > div > div > div > div > div > div > div.futurist.cart-futurist > div:nth-child(2) > div.col-lg-7 > div > form > div.woocommerce.pp-woo-menu-cart > div > div > div.cross-sells-carousel > div:nth-child(1) > div > div > div > p:nth-child(14),#post-9 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-29d6836a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wd-section-disabled > div > div > div > div > div > div > div.futurist.cart-futurist > div:nth-child(2) > div.col-lg-7 > div > form > div.woocommerce.pp-woo-menu-cart > div > div > div.cross-sells-carousel > div:nth-child(1) > div > div > div > p:nth-child(2) {
    display: none;
}
.svg-return
{
    vertical-align: bottom;
}

span.woocommerce-Price-amount {
    margin: unset;
    font-size: 18px !important;
    line-height: 24px !important;
}

@media screen and (min-width: 998px){
    span.woocommerce-Price-amount {
        font-size: 20px !important;
    }
}

.input-coupon-cart {
    display: none;
}
#add-coupon-button > br:nth-child(1) {
    display: none;
}
#cart-reassurance .header-coupon p,#cart-reassurance .header-coupon div {
    margin-bottom: 0;
}
#cart-reassurance .header-coupon div
{
    margin-left: auto;
}
.input-coupon-cart form p {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.input-coupon-cart form p button,.input-coupon-cart form p input {
    border-radius: 50px!important;
}
.input-coupon-cart form p input {
    background-color: #F1F1F1;
    height: 40px;
    border: none;
    width: 75%;
}

.input-coupon-cart form p button {
    margin-left: -45px;
    width: 40%;
    text-transform: none;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 500;
    text-align: center;

}
.input-coupon-cart form p button:after
{
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
}
.input-coupon-cart form p button:hover {
    color: white;
}
.input-coupon-cart {
    padding: 0 24px 20px 24px;
}
.input-coupon-cart form
{
    display: flex;
    align-items: center;
    width: 100%;

}
.cart-discount th {
    color: #073B4A;
}
.reduction-cart, tr.cart-discount > td > span {
    color: #60AF46;
    font-weight: 500;
}
.cart-discount td {
    color: #60AF46!important;

}
.woocommerce-remove-coupon {
    display: none !important;
}
tr.cart-discount > td > .woocommerce-Price-amount {
    font-size: 14px!important;
    font-weight: 500;
}
#buttonRecapAnchor:hover, .cfw-continue-to-shipping-btn:hover{
    background-color: #ebb76a!important;
}
.paypal-button.paypal-button-color-gold, .paypal-button-row.paypal-button-color-gold .menu-button {
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px!important;
}
#ppc-button-ppcp-gateway {
    background-color: white;
}
.paypal-button {
    display: none;
}

.pursuit-thank-you span {
    text-decoration: underline;
}
.pursuit-thank-you {
padding-bottom: 80px;
}
.next-slide-button svg,.prev-slide-button svg{
cursor: pointer;
}


.validity-offer {
    font-weight: 600;
}
.header-offer {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    text-wrap: balance;
}
.promo-code {
    display: flex;
    justify-content: center
}
.promo-code-text {
    background: #FFFFFF;
    border-radius: 50px 0 0 50px;
}
.promo-code-button {
    background: #EBB76A;
    border-radius: 0 50px 50px 0;
    margin-left: -5px;
    cursor: pointer;
}
.promo-code-text , .promo-code-button {
    width: 40%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #073B4A;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;

}
.promo-code-text {
    color: #000000;
}

.cfw-floatable-label {
    word-wrap: break-word!important;
    overflow-wrap: break-word!important;
    white-space: normal!important;
}
.header-offer {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.info-offer span {
    font-family: 'Poppins';
    font-size: 56px;
    font-weight: 600;
}

.bold-offer {
    font-weight: 700;
    font-size: 16px!important;

}
.percentage,.minus {
    font-size: 32px!important;

}
.text-10-percent {
    position: relative;
}
.percentage {
    position: absolute;
}
.content-offer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.woocommerce-order-received .avis-verif,.woocommerce-order-received .dot-container-cart{
    background-color: #E6F4F980;
}
.woocommerce-order-received .avis-verif {
    padding-top: 50px;
}
.woocommerce-order-received .dot-container-cart {

    padding-bottom: 20px;
}
.woocommerce-cart .elementor-location-footer {
    margin-top: 0;
}

@media (max-width: 375px) {
    .cart-futurist .quantity input[type="button"]{
        height: 24px !important;
        width: 20px;
    }
    .futurist div.quantity input[type="number"] {
        height: 22px;
    }
    .quantity-futurist {
        width: unset;
    }
    .product-subtotal-mobile {
        padding-left: 5px;
        padding-right: 5px;

    }

}

#cfw-coupons > div.header-coupon > p:nth-child(1) {
    display: flex;
}

.mobile-header #button-recap {
    display: none;
}

#cfw-cart-summary {
    border-left: none!important;
}

.context-thank-you .reassurance-cart-checkout {
    justify-content: center;
    gap: 40px;
}
.context-thank-you .reassurance-item {
    width: unset;
}
#myVideo {
    height: 273px;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 275px;
}
.video-container video {
    width: 100%;
    display: block;
}
.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/plugins/checkout-for-woocommerce/templates/futurist/assets/img/thank-you.jpg') no-repeat center center;
    background-size: cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.woocommerce-privacy-policy-link {
    color: #606A72!important;
    text-decoration: underline!important;
    font-weight: 600!important;

}

#checkout .woocommerce-privacy-policy-link {
    text-decoration: none !important;
    color: #073B4A !important;
    font-weight: 500 !important;
}

#explain-price-delivery {
    display: none;
}

#explain-price-delivery h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #073B4A!important;
    margin-bottom: 1rem !important;
}
#explain-price-delivery p {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 18px;
    color: #073B4A;
}

.last-p-explain-price-delivery {
    color: #14657D!important;
    font-weight: 500!important;
}

#shipping_checkbox_phone_field > span > label {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #073B4A;
}

.elementor-9694 .elementor-element.elementor-element-713b56b:before {
    margin-top: 0px;
}
.pursuit-header-phone {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pursuit-header-phone span {
    text-decoration: underline;
}

#cfw-coupons {
    cursor: pointer;
}
.cfw-coupons-open {
    cursor: default!important;
}
.info-delivery-header {
    display: flex;
}
button[type="button"].delivery-information-anchor-more {
    background: none;
    padding: 0;
    margin: 0;
}

button[type="button"].delivery-information-anchor-more .div-more-delivery-information {
    display: none;
}

@media screen and (min-width: 998px) {
    button[type="button"].delivery-information-anchor-more .div-more-delivery-information {
        display: inline-block;
    }
}

button.delivery-information-anchor-more .div-more-delivery-information span.more-delivery-information {
    font-size: 14px !important;
    line-height: 21px !important;
    text-decoration: underline;
    font-weight: 500;
    padding-top: 2px;
}

#cfw-promo-code {
    padding-left: 30px!important;
}

#checkout {
    overflow-x: hidden;
}
#post-9 > div > div > section.elementor-section.elementor-top-section.elementor-element.elementor-element-29d6836a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.wd-section-disabled > div > div > div > div > div > div > div.futurist.cart-futurist > div:nth-child(1) > div > a > br:nth-child(3) {
    display: none;
}
.freeShipingText {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #14657d;
}

@media screen and (min-width: 998px) {
    .freeShipingText {
        font-size: 22px;
        line-height: 33px;

    }

    .delivery-information-anchor-more {
        max-height: 25px;
        border-radius: 4px;
        color: #4F737D!important;
        font-size: 10px;
        display: flex;
        align-items: center;
        padding: 5px 12px 5px 12px;
        gap: 3px;
        background: none !important;
        white-space: nowrap;
        text-transform: none !important;
    }
}

/*
.gform_footer::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 5px;
} */

.image-header-hide {
    display: none;
}

@media (min-width: 542px) and (max-width: 770px) {
    .asterisk {
        bottom: 15px;
    }
}

.woocommerce-cart .cart-actions {
    display: none;
}
.step-anchor {
    margin-bottom: -15px;
}

.woocommerce-cart .cart-table-section{
    margin-bottom: 40px;
}

.input-coupon-cart input[type="text"] {
    padding-left: 25px;
    background-color: #F1F1F1;
    border: none;
    border-radius: 50px 0 0 50px !important;
}

.input-coupon-cart button {
    border-radius: 50px !important;
    margin-left: -25px;
}

.input-coupon-cart button:hover {
    color: white;
}

.logo-header-svg-phone svg {
    width: 17px;
    height: 19px;
}
body.checkout-wc .elementor-location-header,
body.checkout-wc .header-elementor-cart {
    margin-bottom: 0;
}

body.checkout-wc .woocommerce .futurist,
body.checkout-wc main.checkoutwc {
    padding-top: 1.5rem;
}

.woocommerce-cart .main-page-wrapper {
    margin-top: 0;
}
.cart-discount th {
    flex-basis: 50%!important;
}
.cart-discount th .remise {
    font-weight: 500;

}

.cfw-close-detail span:first-child {
    color: #073B4A;
}

.cfw-cart-summary-label-hide .total-nav span {
    color: #14657D;
}

.mobile-header #cfw-cart .cart-item-row {
    position: relative;
}

#cfw-totals-list .woocommerce-shipping-totals td{
    flex-basis: 30%!important;
}

#cfw-totals-list .cart-discount th {
    flex-basis: 60%!important;
}

.more-delivery-information {
    font-size: 11px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 40px;
    margin-bottom: 0!important;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 14px;
    line-height: 20px;
    color: #073B4A;
    font-weight: 500;
}

.kl_newsletter_checkbox_field label {
    font-size: 14px;
}

.woocommerce-terms-and-conditions-link {
    font-size: 14px;
    line-height: 20px;
    color: #073B4A !important;
    font-weight: 500;
}

.woocommerce-terms-and-conditions-wrapper p,.woocommerce-terms-and-conditions-wrapper p label  {
    margin-bottom: 0!important;
}

.context-thank-you .cfw-review-pane-content {
    overflow: visible;
}
.contact-us-thank-you a {
    text-decoration: underline!important;
    color: #073B4A !important;
}
.context-thank-you .elementor-accordion-title {
    font-weight: 600!important;
}

.form-satisfaction .e-parent {
    padding-left: 0;
    padding-right: 0;
}
#footer-mobile-link .menu-item a {
    border: none;
}

.header-thank-you {
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.title-header-ty {
    display: flex;
    align-items: flex-end;
    font-weight: 500;
}
.social-link-header-ty {
    display: flex;
    justify-content: space-around;
    gap: 30px;
}

.timer-wrapper {
    display: flex;
    flex-direction: column;
}
.context-thank-you  .timer-container {
    text-align: center;
    display: flex;
    gap: 5px;
    margin-bottom: 16px;
}
.context-thank-you  .timer-value {
    font-size: 24px;
    font-weight: 500;
}
.separator-time {
    font-size: 24px;
    padding-left: 5px;
}
.context-thank-you  .timer-label {
    font-size: 11px;
    color: #BBCFDB;
    font-weight: 300;
}
.timer-container {
    width: unset!important;
}
main.checkoutwc .cfw-module {
    margin-bottom: 0;
}

.woocommerce-cart .site-content {
    margin-bottom: 0;
}

.context-thank-you .pursuit-thank-you {
    display: none;
}

.context-thank-you .avis-verif-full {
    border-radius: 16px;
    margin-top: 50px;
}
.thank-you-reverse-column {
    margin-top: 30px;
}

.context-thank-you .order-delivery {
    margin-top: 32px;
    margin-bottom: 32px;
}

.context-thank-you iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
@media (max-width: 520px)  {
    .visible-phone .video-container,.visible-phone .video-poster {
        height: 200px;
    }

    .visible-phone .thank-you-video-heading {
        padding-top: 0px;
    }

}

#container-form-order_review .cfw-bottom-controls{
    margin: 40px 0 16px;
}

@media screen and (min-width: 992px){
    #container-form-order_review .cfw-bottom-controls {
        margin: 40px 0 0;
    }
}

.cfw-bottom-controls {
    justify-content: flex-end;
}

main.checkoutwc .cfw-primary-btn {
    display: flex;
    justify-content: center;
    gap: 3px;
    width: 100%;
    padding: 15px;
    font-size: 14px !important;
}

@media screen and (min-width: 998px) {
    main.checkoutwc .cfw-primary-btn {
        width: fit-content;
        font-size: 16px !important;
        padding: 14px 24px;
    }
}

#button-recap #buttonRecapAnchor {
    width: -webkit-fill-available;
}

#cfw.context-thank-you .title {
    text-align: center;
    margin-bottom: 10px;
}

.cfw-have-acc-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    background-color: #F5F8F9;
    padding: 12px 16px;
    color: #073B4A;
    line-height: 20px;
    font-weight: 500;
    border-radius: 8px;
    margin-bottom: 24px;
}

.cfw-have-acc-text a {
    font-weight: 600;
    color: #14657D;
    text-decoration: underline !important;
}

.cfw-check-input label {
    color: #073B4A !important;
    font-weight: 500 !important;
}

.cfw-cart-summary .amount {
    color: #4F737D !important;
}

.checkout-help {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 40px 24px;
    background-color: white;
    border-radius: 10px;
}

.checkout-help p {
    margin-bottom: 0;
    text-align: center;
}

.checkout-help .checkout-help-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.checkout-help .checkout-help-text p:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #073B4A;
    margin-bottom: 8px;
}

.checkout-help .checkout-help-text p:nth-child(2) {
    color: #4F737D;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.checkout-help .checkout-help-payment {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #4F737D;
}

@media (min-width: 1024px) {
    .checkout-help {
        display: none;
    }
}

body.checkout-wc.woocommerce-checkout .pac-container:empty {
    display: none;
}

.entry-content h2:first-child {
    margin-bottom: 0;
}

.scalapay-widget-area-cart {
    display: none;
}

.context-thank-you .ginput_container_checkbox .gfield_checkbox  {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cfw-create-account-checkbox + label:after {
    content: "(optionnel)";
    color: #00657d;
    font-size: 12px;
}