@import url('https://fonts.googleapis.com/css?family=DM+Sans:300,400,500,700&display=swap');
@import '../../vendors/learnybox/plugins/_select2.css';

:root {
    --color-dark: #1C1D23;
    --color-blue: #385FEB;
}
body.dark {
    --color-dark: #FFFFFF;
}

#main-composition .maincontainer.formulaire_paiement .theme-v3 {
    padding: 36px;
    background: white;
    border-radius: 20px;
}

#main-composition .maincontainer.formulaire_paiement .theme-v3,
#main-composition .maincontainer.formulaire_paiement .theme-v3 h1,
#main-composition .maincontainer.formulaire_paiement .theme-v3 h2,
#main-composition .maincontainer.formulaire_paiement .theme-v3 h3,
#main-composition .maincontainer.formulaire_paiement .theme-v3 h4,
#main-composition .maincontainer.formulaire_paiement .theme-v3 p {
    font-family: 'DM Sans', serif;
}

#main-composition .maincontainer.formulaire_paiement {
    overflow: visible !important;
}

.checkbox-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding-left: 0;
}

.theme-v3 .shop-products-container div.checker,
#main-composition .theme-v3 .shop-products-container div.checker,
#container .theme-v3 .shop-products-container div.checker,
.theme-v3 .shop_bumps_produits div.checker,
#main-composition .theme-v3 .shop_bumps_produits div.checker,
#container .theme-v3 .shop_bumps_produits div.checker,
#main-composition .theme-v3 .coordonnees div.checker,
#container .theme-v3 .coordonnees div.checker,
#main-composition .theme-v3 .form-group.cgv div.checker,
#container .theme-v3 .form-group.cgv div.checker {
    margin: 0;
    width: 24px;
    height: 24px;
}
.theme-v3 .shop-products-container div.checker span,
#main-composition .theme-v3 .shop-products-container div.checker span,
#container .theme-v3 .shop-products-container div.checker span,
.theme-v3 .shop_bumps_produits div.checker span,
#main-composition .theme-v3 .shop_bumps_produits div.checker span,
#container .theme-v3 .shop_bumps_produits div.checker span,
#main-composition .theme-v3 .coordonnees div.checker span,
#container .theme-v3 .coordonnees div.checker span,
#main-composition .theme-v3 .form-group.cgv div.checker span {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    background: white;
    border: 1px solid #d4d4d4;
}
#container .theme-v3 .form-group.cgv div.checker {
    width: 24px;
    height: 24px;
}
.page-container .form-group .checkbox div.radio span.checked:before,
#content .page-container .form-group .checkbox div.radio span.checked:before {
    display: block !important;
}
.theme-v3 .shop-products-container div.checker span.checked,
.theme-v3 .shop_bumps_produits div.checker span.checked,
#main-composition .theme-v3 .coordonnees div.checker span.checked,
#container .theme-v3 .coordonnees div.checker span.checked,
#main-composition .theme-v3 .form-group.cgv div.checker span.checked,
#container .theme-v3 .form-group.cgv div.checker span.checked {
    border-color: var(--color-blue);
}
.theme-v3 .shop-products-container div.checker span.checked:before,
.theme-v3 .shop_bumps_produits div.checker span.checked:before,
#main-composition .theme-v3 .coordonnees div.checker span.checked:before,
#container .theme-v3 .coordonnees div.checker span.checked:before,
#main-composition .theme-v3 .form-group.cgv div.checker span.checked:before,
#container .theme-v3 .form-group.cgv div.checker span.checked:before {
    content: '';
    width: 14px;
    height: 14px;
    background: var(--color-blue);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 4px;
}

#main-composition .theme-v3 .coordonnees label.label-checkbox,
#container .theme-v3 .coordonnees label.label-checkbox,
#main-composition .theme-v3 .form-group.cgv label.label-checkbox,
#container .theme-v3 .form-group.cgv label.label-checkbox {
    padding-left: 32px;
    position: relative;
    font-weight: normal;
}
#main-composition .theme-v3 .coordonnees div.checker,
#container .theme-v3 .coordonnees div.checker,
#main-composition .theme-v3 .form-group.cgv div.checker,
#container .theme-v3 .form-group.cgv div.checker {
    position: absolute;
    left: 0;
    top: 0;
}
.formulaire_paiement .theme-v3 .shop-total-container .form-group.cgv {
    margin-bottom: 0;
}
.formulaire_paiement .theme-v3 .form-group.cgv > label.control-label {
    display: none;
}

.formulaire_paiement .theme-v3 .coordonnees select,
.formulaire_paiement .theme-v3 .coordonnees .select2-container {
    min-width: 100px;
    width: 100% !important;
}

.maincontainer.formulaire_paiement .theme-v3 {
    color: var(--color-dark);
    margin: 0 auto;
}
#main-composition .maincontainer.formulaire_paiement .theme-v3 h4 {
    color: var(--color-dark);
}
.maincontainer.formulaire_paiement .theme-v3 .payment-form-container {
    display: flex;
    flex-direction: row;
    gap: 50px;
}
#page-editor #container {
    border-radius: 16px;
}
#page-editor #container .page-container > .row {
    margin: 0;
}
#page-editor #container .page-container > .row > .col-md-12 {
    padding: 0;
}
#page-editor .maincontainer.formulaire_paiement .theme-v3 .payment-form-container {
    background: #F9F5F1;
    padding: 40px;
}

.maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-left {
    width: 100%;
}
.maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right {
    width: 350px;
    min-width: 350px;
}
@media (max-width: 991px) {
    .maincontainer.formulaire_paiement .theme-v3 .payment-form-container {
        flex-direction: column;
    }
    .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right {
        width: 100%;
        min-width: 100%;
    }
}
.sortable-col.col-md-8 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-7 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-6 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-5 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-4 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-3 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-2 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container,
.sortable-col.col-md-1 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container {
    flex-direction: column;
}
.sortable-col.col-md-8 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-7 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-6 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-5 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-4 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-3 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-2 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right,
.sortable-col.col-md-1 .maincontainer.formulaire_paiement .theme-v3 .payment-form-container .col-right {
    width: 100%;
    min-width: 100%;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_container {
    padding: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
.maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container {
    background-color: #ffffff;
    padding: 0;
    border-radius: 20px;
}
body.dark .maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
body.dark .maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container {
    background-color: var(--Background-Secondary);
}
.maincontainer.formulaire_paiement .theme-v3 .shop-products-container {
    margin-bottom: 20px;
}


.maincontainer.formulaire_paiement .theme-v3 table {
    background: transparent;
    width: 100%;
}

.maincontainer.formulaire_paiement .theme-v3 h3 {
    color: var(--color-dark) !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 36px 0;
    text-align: left;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 1 !important;
    word-break: break-word;
}
.maincontainer.formulaire_paiement .theme-v3 .other_products_container {
    border-radius: 20px;
    background: var(--Background-Builder, #F5F5F5);
    display: flex;
    padding: 24px;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
}
.maincontainer.formulaire_paiement .theme-v3 .other_products_title {
    color: var(--color-dark);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .other_products_title i {
    margin-right: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .other_products {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media {
    margin-bottom: 0 !important;
    flex-direction: row;
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 16px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: 0 5px 10px 0 #F2F2F2;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .checker,
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media input[type="checkbox"] {
    display: none !important;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .product-image {
    min-height: 130px;
}
/*.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .img-thumbnail.pull-left {
    width: 100%;
    max-width: 100%;
    height: 176px;
    border-radius: 14px;
}*/
/*.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .media-body {
    flex-direction: column;
    align-items: flex-start;
}*/
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .media-body .product-quantities {
    display: none;
}
/*.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .price {
    margin-bottom: 16px;
}*/
/*.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .product-button {
    text-align: center;
    width: 100%;
}*/
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .product_right_content {
    display: flex;
    padding: 10px 16px 10px 10px;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
}
@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .product_right_content {
        align-items: center;
    }
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body h4 {
    font-weight: 800;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .product-description p {
    font-weight: 300;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .price {
    font-weight: 800;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .add_product_to_cart .btn.btn-black {
    height: 38px !important;
    border-radius: 14px !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    gap: 10px;
    background: var(--color-dark, #1C1D23);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .add_product_to_cart .btn.btn-black:hover {
    color: white;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_container.shop_container_btn {
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.maincontainer.formulaire_paiement .theme-v3 .btn-xlarge {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    padding: 14px 32px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #6E5BF5 0%, #5540D9 100%);
    border: none;
    color: white;
    text-transform: none;
    width: auto;
}

.maincontainer.formulaire_paiement .theme-v3 .btn-xlarge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(85, 64, 217, 0.25);
    background: linear-gradient(135deg, #7B69FF 0%, #6048F6 100%);
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto 36px auto;
    padding: 0;
    list-style: none;
    position: relative;
    max-width: 100%;
    gap: 8px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #F3EEE8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: #FFFFFF;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .step-circle:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F3EEE8;
    width: 11px;
    height: 11px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.active .step-circle,
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-circle {
    border-color: var(--color-blue);
}
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-circle {
    background: var(--color-blue);
}
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.active .step-circle:before,
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-circle:before {
    background: var(--color-blue);
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable {
    cursor: pointer;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-circle:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjE4NzUgMS4zMTI1QzE0LjU5MzggMS42ODc1IDE0LjU5MzggMi4zNDM3NSAxNC4xODc1IDIuNzE4NzVMNi4xODc1IDEwLjcxODhDNS44MTI1IDExLjEyNSA1LjE1NjI1IDExLjEyNSA0Ljc4MTI1IDEwLjcxODhMMC43ODEyNSA2LjcxODc1QzAuMzc1IDYuMzQzNzUgMC4zNzUgNS42ODc1IDAuNzgxMjUgNS4zMTI1QzEuMTU2MjUgNC45MDYyNSAxLjgxMjUgNC45MDYyNSAyLjE4NzUgNS4zMTI1TDUuNSA4LjU5Mzc1TDEyLjc4MTIgMS4zMTI1QzEzLjE1NjIgMC45MDYyNSAxMy44MTI1IDAuOTA2MjUgMTQuMTg3NSAxLjMxMjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    margin-top: 2px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header .step-label {
    font-size: 12px;
    color: var(--color-dark);
    font-weight: 300;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.active .step-label,
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-label {
    color: var(--color-blue);
    font-weight: 600;
}

.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header .step-separator {
    width: 40px;
    height: 1px;
    background: #F3EEE8;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-steps-list .shop-step-header.clickable .step-separator {
    background: var(--color-blue);
}

.maincontainer.formulaire_paiement .theme-v3 .shop-step {
    display: none;
}

.maincontainer.formulaire_paiement .theme-v3 .btn.btn-primary {
    border: none !important;
    font-weight: 500;
    font-size: 16px !important;
    padding: 14px 32px !important;
    transition: all 0.3s ease;
    border-radius: 16px !important;
    background: var(--color-blue);
    color: white;
    height: auto;
    word-break: break-word;
}
.maincontainer.formulaire_paiement .theme-v3 .btn.btn-primary i {
    margin-left: 10px;
}

.maincontainer.formulaire_paiement .theme-v3 .btn.btn-primary:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* Products */
.maincontainer.formulaire_paiement .theme-v3 #produits {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits > div:last-child {
    margin-bottom: 0 !important;
}

.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    color: var(--color-dark);
    font-size: 12px;
    font-weight: 400;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header .main_products_header_right_content {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header .main_products_quantities {
    width: 130px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header .main_products_pricing {
    width: 100px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header .main_products_delete {
    width: 75px;
}

.maincontainer.formulaire_paiement .theme-v3 #produits .main_products {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media {
    border-radius: 16px;
    border: 1px solid #F3EEE8;
    padding: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 0;
    align-items: center;
}
@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 #produits .media {
        flex-direction: column;
    }
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .media {
    background: #FFFFFF !important;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .media:not(.bg-primary-light) {
    display: none;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media.bg-primary-light {
    background: #FFFFFF !important;
    border-color: #F3EEE8 !important;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media:last-child {
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media:hover {
    border-color: #D1D5DB;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media .checker {
    display: none;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media .product-image {
    width: 133px;
    min-width: 133px;
    min-height: 90px;
    align-self: stretch;
    border-radius: 14px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-color: #FFF;
}
@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 #produits .media .product-image {
        width: 100%;
        min-height: 176px;
    }
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .product-button {
    width: 75px;
    min-width: 75px;
    text-align: center;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .delete_product .btn {
    background: transparent;
    color: var(--color-dark);
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits {
    margin-top: 0;
    margin-bottom: 40px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits p.bumps_title {
    color: var(--color-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits p.bumps_title i {
    margin-right: 12px;
    font-size: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #FFF;
    border: none;
    padding: 20px !important;
    gap: 10px;
    cursor: pointer;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump div.checker {
    margin: 0 !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .bump_container,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .bump_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump h4,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump h4 {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .description,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .description {
    color: var(--color-dark);
    font-size: 12px;
    font-weight: 300;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing div,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing div {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 12px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing div.checker,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump .product-description-pricing div.checker {
    margin-right: 6px !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump p.price,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits_container .bump p.price {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_bumps_produits .bump:last-child {
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .bump {
    background: #FFFFFF;
    border-radius: 16px;
    margin: 0;
    padding: 20px;
    border: 1px solid #E5E7EB;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    height: 100%;
}
/*.maincontainer.formulaire_paiement .theme-v3 .bump:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #D1D5DB;
}*/

.maincontainer.formulaire_paiement .theme-v3 #produits .img-thumbnail.pull-left {
    background-color: transparent;
    border: none;
    margin: 0;
    max-width: 130px;
    padding: 0;
    width: 130px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .product-description p {
    font-size: 12px;
    font-weight: 300;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .product_right_content {
    margin-left: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}
@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 #produits .media-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start;
        gap: 16px;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .media-body .product_right_content {
        margin-left: 0;
        flex-direction: column;
        text-align: center;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media .media-body {
        align-items: center;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .main_products .main_products_header {
        display: none;
    }
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .description {
    flex: 1;
    min-width: 200px;
}

.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .pricing {
    text-align: left;
    padding-left: 0;
    float: none;
}

.maincontainer.formulaire_paiement .theme-v3 #produits .media-body h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: var(--color-dark);
    line-height: 1.4;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .product-description-pricing {
    display: none;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .main_products .media-body .price {
    width: 100px;
    min-width: 100px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .price {
    font-size: 22px;
    font-weight: 700;
    color: #6E5BF5;
    margin: 0;
}
@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 #produits .main_products .media-body .price {
        width: auto;
        min-width: 0;
    }
}

.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite {
    margin-top: 0;
    width: 130px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .quantite-inner {
    margin: 0;
    display: block;
    text-align: center;
    width: 130px;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .form-inline {
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    flex-wrap: nowrap;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .form-inline .form-group {
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .btn {
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    border: 1px solid #F3EEE8;
    background: #FFF;
    color: var(--color-dark);
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .btn i {
    font-size: 16px;
    color: var(--color-dark);
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .btn.btn-first {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .btn.btn-last {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .btn:hover {
    border-color: #D1D5DB;
}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite {

}
.maincontainer.formulaire_paiement .theme-v3 #produits .media-body .quantite .quantite-inner .div-quantite {
    padding: 10px;
    font-weight: 300;
    border-top: 1px solid #F3EEE8;
    border-bottom: 1px solid #F3EEE8;
    background: #FFF;
    color: var(--color-dark);
    width: 50px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.formulaire_paiement .theme-v3 .quantite {
    margin: 0;
}

/* Total */
.maincontainer.formulaire_paiement .theme-v3 .shop_produits + .shop-total-container {
    margin-bottom: 36px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-total-container {
    background-color: #F5F5F5;
    padding: 24px;
    border-radius: 20px;
    position: sticky;
    top: 0;
}
@media (max-width: 991px) {
    .maincontainer.formulaire_paiement .theme-v3 .shop-total-container {
        position: relative;
    }
}
.sortable-col.col-md-8 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-7 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-6 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-5 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-4 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-3 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-2 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
.sortable-col.col-md-1 .maincontainer.formulaire_paiement .theme-v3 .shop-total-container {
    position: relative;
}
.maincontainer.formulaire_paiement .theme-v3 .shop-total-container .shop-total-title {
    color: var(--color-dark) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total {
    margin-bottom: 24px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total h2 {
    color: var(--color-dark) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
#cart_total .shop_total {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: none;
    background: #FFFFFF;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table {
    margin-top: 0 !important;
    width: 100%;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr td p {
    margin-bottom: 0 !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.subtotal td {
    padding: 8px 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table .subtotal_text,
.maincontainer.formulaire_paiement .theme-v3 .shop_total table .subtotal_price {
    text-align: left;
    color: var(--color-dark);
    font-weight: 300;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table .subtotal_price {
    text-align: right;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table .total_price {
    text-align: right;
    color: #6E5BF5;
    font-weight: 600;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total {
    background: transparent !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total td {
    padding: 16px 0 0 0;
    font-size: 20px;
    font-weight: 700;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total .total_text {
    text-align: left;
    color: var(--color-dark);
    font-weight: 700;
    font-size: 20px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total .total_price {
    text-align: right;
    color: var(--color-dark);
    font-weight: 800;
    font-size: 22px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total .total_text h4,
.maincontainer.formulaire_paiement .theme-v3 .shop_total table tr.total .total_price h4 {
    margin: 0 !important;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_total .subtotal-with-discount td hr {
    border-top: 1px solid #F3EEE8;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total .subtotal_text_with_discount p {
    font-weight: 600;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_total i.color-yellow {
    color: #FFC364;
    margin-right: 6px;
}


/* Discount */
.maincontainer.formulaire_paiement .theme-v3 .shop_discount_container {
    border-radius: 16px;
    border: 1px solid #F3EEE8;
    padding: 16px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .shop_discount_link {
    color: var(--color-dark);
    text-decoration: underline;
    font-weight: 700;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .shop_discount_link i {
    margin-right: 6px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_link:hover {
    text-decoration: underline;
    color: #5540D9;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount_container p.discount_title {
    color: var(--color-dark) !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount_container p.discount_title i {
    margin-right: 8px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .shop_discount_form_input {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .shop_discount_form input {
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 16px !important;
    border: 1px solid #F3EEE8;
    padding: 12px 16px;
    height: 42px;
    border-left: none;
    background: transparent !important;
    padding-left: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .shop_discount_form input:focus {
    box-shadow: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .input-group .input-group-addon {
    float: none;
    background: transparent;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    height: 42px;
    border: 1px solid #F3EEE8;
    border-right: none;
}
#main-composition .maincontainer .shop_discount_form .btn,
.maincontainer .shop_discount_form .btn {
    background: transparent;
    border-radius: 14px;
    border: 1px solid var(--color-dark);
    color: var(--color-dark);
    white-space: nowrap;
    width: auto;
}
#main-composition .maincontainer .shop_discount_form .btn:focus {
    outline: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume {
    border-radius: 12px;
    background: #F1FCFA;
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume p {
    color: var(--color-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume i {
    color: #00866D;
    font-size: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume p.subtotal_price {
    color: var(--color-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-left: auto;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume + a {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-dark);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume + a:hover {
    text-decoration: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount_resume + a i {
    margin-right: 4px;
    font-size: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount-error {
    margin-top: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_discount .discount-error .alert {
    margin-bottom: 0;
}


/* Form */
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription {
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription h3 {
    margin-bottom: 24px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .coordonnees {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group {
    margin-bottom: 0;
    position: relative;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.cgv {
    margin-top: 0;
}
/*.maincontainer.formulaire_paiement .theme-v3 .form-group-address label,
.maincontainer.formulaire_paiement .theme-v3 .form-group-company label {
    display: none !important;
}*/
.maincontainer.formulaire_paiement .theme-v3 .form-group-company {
    display: none;
}
.maincontainer.formulaire_paiement .theme-v3 .form-group-company.active {
    display: block;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-container .form-group {
    margin-bottom: 0;
    position: relative;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-title {
    color: var(--color-dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon label {
    font-weight: 300;
    margin-bottom: 0;
    display: block;
    color: var(--color-dark);
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    cursor: text;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translate(40px, 20px);
    background: #fff;
    padding: 0 6px;
    transition: all .3s ease;
    border-radius: 4px;
    white-space: nowrap;
}
body.dark .maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon label {
    background: var(--app-input-background) !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon input:focus + label,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon input:not(:placeholder-shown) + label,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon select + label,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .controls select + label,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .select2-container + label {
    transform: translate(12px, -10px);
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-control {
    height: auto;
    padding: 14px 16px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    width: 100%;
    transition: all 0.2s ease;
    max-width: 100%;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .form-control {
    padding-left: 50px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-control:focus,
.maincontainer.formulaire_paiement .theme-v3 .card-form .form-control:focus {
    box-shadow: none;
    outline: none;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .form-control,
.page-container .maincontainer.formulaire_paiement .theme-v3 .card-form .form-control {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 52px;
    border-radius: 20px;
    border: 1px solid #B9B7B4;
    font-weight: 500;
    color: var(--color-dark);
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group:focus-within,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .form-control:focus,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription textarea.form-control:focus {
    border-color: var(--color-dark);
}
#main-composition .formulaire_paiement .form-group .input-group > .input-group-addon,
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group-addon {
    display: flex !important;
    align-items: center;
    padding: 18px 16px 18px 20px;
    height: 52px;
    font-size: 16px;
    color: var(--color-dark);
    text-align: center;
    white-space: nowrap;
    background: transparent;
    border: none;
    width: auto;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-with-icon .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: none;
    box-shadow: none;
    background: transparent !important;
    padding-left: 0;
    color: var(--color-dark);
    font-weight: 500;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-uniqid label {
    position: relative !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-uniqid .input-group {
    flex-wrap: wrap;
    align-items: stretch;
    display: flex !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-uniqid .input-group #uniqid {
    height: 52px;
    border: none;
    padding-left: 20px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.form-group-uniqid .input-group .input-group-addon {
    padding: 18px 20px;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .checkbox {
    margin: 24px 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription #facture-societe .input-group {
    padding: 0;
    border: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription #facture-societe .checkbox {
    margin: 12px 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group.renseignement .checkbox {
    margin: 12px 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-user-type .checkbox {
    margin: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-user-type .checkbox label {
    padding-left: 0 !important;
}


.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .checkbox label {
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    color: var(--color-dark);
    line-height: 1.5;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-radio .checkbox label {
    padding-left: 0 !important;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .checkbox input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 4px;
    accent-color: #6E5BF5;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .select2-container--default .select2-selection--single {
    height: 52px;
    border-radius: 20px;
    border: 1px solid #B9B7B4;
    box-shadow: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_inscription .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 52px;
    border-radius: 20px;
}
.maincontainer.formulaire_paiement .select2-container.select2-container--open {
    /*z-index: 1; //conflict with shop form offcanvas*/
}
.maincontainer.formulaire_paiement .select2-container--open .select2-dropdown--below {
    margin-top: -52px !important;
    box-shadow: 0 1px 4px 0 rgba(20, 27, 58, 0.04), 0 2px 16px 0 rgba(0, 0, 0, 0.05) !important;
    border-radius: 20px !important;
}

/* Payments */
/*.maincontainer.formulaire_paiement .theme-v3 .shop-payment-title {
    border-top: 1px solid #F3EEE8;
    padding-top: 36px;
    color: var(--color-dark) !important;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 24px;
}*/
.maincontainer.formulaire_paiement .theme-v3 .shop_payments {
    padding-top: 0;
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments h3 {
    margin-bottom: 16px;
    color: var(--color-dark) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments h3 i {
    margin-right: 10px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_buttons .alert {
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment-button {
    padding: 0;
    float: none;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module {
    background: #FFFFFF;
    border: 1px solid #F3EEE8;
    border-radius: 16px;
    padding: 16px 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: normal;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #F3F6FF;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module.active,
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module.bg-primary-light {
    background: #F3F6FF !important;
    border-color: #F3F6FF;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module .checkbox {
    margin: 0;
    width: 100%;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module .checkbox label {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    font-weight: 300;
    color: var(--color-dark);
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    gap: 10px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module.active .checkbox label,
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module.bg-primary-light .checkbox label {
    font-weight: 600;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module .checkbox .radio {
    display: none !important;
}

#main-composition .maincontainer.formulaire_paiement .theme-v3 .checkbox div.radio,
#main-composition .maincontainer.formulaire_paiement .theme-v3 .checkbox div.radio,
.maincontainer.formulaire_paiement .theme-v3 .checkbox div.radio,
.maincontainer.formulaire_paiement .theme-v3 .checkbox div.radio,
#content .checkbox div.radio {
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    margin: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio input[type=radio],
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio input[type=radio] {
    margin: 0;
    width: 22px;
    height: 22px;
}
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio > span,
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio > span,
#content .theme-v3 .checkbox .radio > span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #d4d4d4;
    position: relative;
    background: transparent;
}
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio > span.checked,
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio > span.checked {
    border-color: var(--color-blue);
    background: white;
}
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio span.checked:before,
.maincontainer.formulaire_paiement .theme-v3 .checkbox .radio span.checked:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: var(--color-blue);
    border: none;
    margin-top: 0;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_module i.fa {
    margin-left: 0;
    font-size: 22px;
    color: #6E5BF5;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment-ease {
    color: var(--color-dark);
    text-align: right;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment-ease .amount {
    color: var(--color-blue);
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
}


.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_terms {
    margin-bottom: 24px;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
}
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_terms.row:before,
.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_terms.row:after {
    display: none !important;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_term {
    background: #FFFFFF;
    border: none;
    border-radius: 16px;
    padding: 18px 14px;
    margin-bottom: 0;
    cursor: pointer;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_term:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #F3F6FF;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_payments .payment_term.active {
    background: #F3F6FF !important;
    border-color: #F3F6FF;
}

.maincontainer.formulaire_paiement .theme-v3 .checkbox {
    margin: 0;
}

.maincontainer.formulaire_paiement .theme-v3 .checkbox label {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--color-dark);
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    gap: 8px;
    margin-bottom: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .checkbox label div.radio {
    margin-right: 0;
}

.maincontainer.formulaire_paiement .theme-v3 .shop_button {
    margin-top: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .maincontainer.formulaire_paiement .theme-v3 {
        padding: 24px 16px;
        border-radius: 12px;
        padding: 0 10px;
    }

    .maincontainer.formulaire_paiement .theme-v3 .shop-steps-list {
        margin-bottom: 30px;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop-steps-list li .step-label {
        font-size: 12px;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop-steps-list:after {
        left: 20px;
        right: 20px;
    }

    .maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media {
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body {
        flex-direction: column;
    }

    .maincontainer.formulaire_paiement .theme-v3 #produits .other_products .media-body .pricing {
        text-align: center;
        padding-left: 0;
        margin-top: 16px;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .media-body .pricing .quantite {
        margin: 0 auto;
    }
    .maincontainer.formulaire_paiement .theme-v3 #produits .bump {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    #main-composition .theme-v3 #produits .bump div.checker {
        margin: 0 0 16px 0;
    }

    .maincontainer.formulaire_paiement .theme-v3 h3 {
        margin-bottom: 24px !important;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop_inscription .coordonnees {
        padding: 0;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group {
        display: flex !important;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop_inscription .form-group-container {
        grid-template-columns: 1fr;
    }
    .maincontainer.formulaire_paiement .theme-v3 .shop_inscription .input-group .input-group-addon {
        width: auto;
    }

    .maincontainer.formulaire_paiement .theme-v3 .shop_payments .col-sm-6 {
        width: 100%;
    }

    .maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_terms,
    .maincontainer.formulaire_paiement .theme-v3 .shop_payments .payments_buttons {
        grid-template-columns: 1fr;
    }

    .maincontainer.formulaire_paiement .theme-v3 .shop_button .btn-primary {
        width: 100%;
    }
}

.card-form {
    display: none;
    margin-top: 12px;
    position: relative;
    min-height: 100px;
    border-radius: 16px;
    background: #F3F6FF;
    padding: 24px;
}
.card-form .card-form-container {
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
}
.card-form .card-form-container p {
    color: var(--color-dark);
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 16px 0;
}
.card-form .loading-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 990;
    opacity: 0.9;
    background-color: #FFF;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: var(--app-panel-radius);
    border-bottom-right-radius: var(--app-panel-radius);
}
.card-form .loading-content img {
    width: 100px;
}
.card-form .loading-container  {
    position: relative;
    z-index: 1;
    min-height: 100px;
}

.card-form .cardInfos {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 0;
}
.card-form .cardNumber label,
.card-form .cardInfos label {
    display: none !important;
}
@media (max-width: 767px) {
    .card-form .cardInfos {
        flex-direction: column;
        gap: 0;
    }
}
.card-form .cardInfos .form-group {
    flex: 1 0 0;
}
.card-form .form-group.cardNumber .controls {
    position: relative;
}
.card-form input,
.card-form input[type="text"],
.card-form input[type="email"],
.card-form input[type="password"] {
    height: 52px !important;
    padding: 14px 16px !important;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #B9B7B4;
    box-shadow: none;
}
.card-form input:focus,
.card-form input[type="text"]:focus,
.card-form input[type="email"]:focus,
.card-form input[type="password"]:focus {
    border-color: var(--color-dark);
}
.card-form .brand-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.card-form .form-group.cardNumber {
    margin-bottom: 16px;
}
.card-form .form-group.has-warning {
    color: #8a6d3b;
    border: 1px solid #8a6d3b;
}
.card-form .form-group.has-warning label {
    color: #8a6d3b;
}
.card-form .cards_icons {
    margin: 0;
    padding: 0;
}
.card-stripe-form .card_icons {
    margin-top: 10px;
}
.card-form .cards_icons .lock_img {
    display: inline-block;
    vertical-align: top;
}
.card-form .cards_icons .lock_img img {
    width: 25px;
}
.card-form .cards_icons .secured_payment {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #677991;
    padding-top: 4px;
}
.card-form .cards_icons .cards_imgs {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float: right;
    padding-top: 2px;
}
.card-form .cards_icons .cards_imgs img {
    width: 20px;
}
.card-form .cards_terms {
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
}



.paymentform-modal-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    backdrop-filter: blur(5px);
    border-radius: 20px;
    overflow: hidden;
}
.paymentform-modal-loader .modal-loader-content {
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 50px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.paymentform-modal-loader .modal-loader-content img {
    width: 250px;
}
.paymentform-modal-loader .modal-loader-content p {
    color: var(--color-dark) !important;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    margin-bottom: 0;
}


.page-container {
    box-shadow: none;
    background: transparent;
}
.page-container .formulaire_paiement.white-block {
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.page-container .formulaire_paiement.white-block .btn.btn-primary {
    text-shadow: none;
    display: inline-flex;
    width: auto;
}
.page-container .formulaire_paiement.white-block .form-group {
    padding: 0;
    border: none;
}
.page-container .formulaire_paiement.white-block .shop_inscription label {
    text-transform: none;
    opacity: 1;
    letter-spacing: 0;
    overflow: visible;
    white-space: normal;
    text-overflow: unset;
    font-size: 14px;
    font-weight: 700;
}
.page-container .formulaire_paiement.white-block .shop_inscription .input-group {
    display: flex !important;
}
#content .page-content .shop_payments .payment_term .checkbox .radio > span {
    border: 1px solid #F3EEE8;
}
#content .page-content .shop_payments .payment_term .checkbox .radio > span.checked {
    border-color: var(--color-blue);
}


.maincontainer.formulaire_paiement .theme-v3 .secured-payment-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--color-dark);
    font-size: 12px;
    font-weight: 300;
    margin-top: 24px;
    padding: 6px 0;
}
.maincontainer.formulaire_paiement .theme-v3 .secured-payment-container .secured-payment {
    display: flex;
    align-items: center;
    gap: 6px;
}
.maincontainer.formulaire_paiement .theme-v3 .secured-payment-container .secured-payment i {
    font-size: 16px;
    color: #00866D;
}
.maincontainer.formulaire_paiement .theme-v3 .poweredby-separator {
    width: 1px;
    border-left: 1px solid #F3EEE8;
    height: 16px;
    margin: 0;
}
.maincontainer.formulaire_paiement .theme-v3 .poweredby {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 24px;
    justify-content: center;
}
.maincontainer.formulaire_paiement .theme-v3 .poweredby img {
    max-width: 92px !important;
}
.maincontainer.formulaire_paiement .theme-v3 .secured-payment-container .poweredby {
    flex-direction: row;
    gap: 6px;
    width: auto;
    margin-top: 0;
    justify-content: flex-start;
}
.maincontainer.formulaire_paiement .theme-v3 .secured-payment-container .poweredby img {
    max-width: 78px !important;
}


#main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 {
    padding: 0 10px;
    background: transparent;
}
.page-container .maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
.page-container .maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container,
#main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
#main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container {
    padding: 36px;
}
.page-container .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
#main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-total-container {
    background: white;
}
body.dark .page-container .maincontainer.formulaire_paiement .theme-v3 .shop-total-container,
body.dark #main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-total-container {
    background: var(--Background-Secondary);
}
#main-composition.order-form-page #cart_total .shop_total,
.page-container #cart_total .shop_total {
    border: 1px solid #F3EEE8;
    background: transparent;
}
@media (max-width: 767px) {
    #main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 {
        padding: 0 10px;
        margin: 0;
    }
    .page-container .maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
    .page-container .maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container,
    #main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-products-container,
    #main-composition.order-form-page .maincontainer.formulaire_paiement .theme-v3 .shop-subscription-container {
        padding: 24px 16px;
    }
}

.page-container .payments {
    display: block;
}

.page-container .form-container .btn.btn-default.btn-small {
    display: inline-block;
    width: auto;
}
