html, body {
    background-color: #FFFFFF;
    overflow-x: hidden;
    font-family: ff-din-paneuropean, sans-serif;
}

*, input, select, textarea, button {
    font-family: ff-din-paneuropean, sans-serif;
}

.pricecolor{
    color:#792d31;
    font-weight: bold;
}

h1, billingbtn{
    color:#792d31 !important;
    font-family: din-condensed;
}

h2{
    font-size: 25px !important;
    font-family: din-condensed;
}

.description{
    font-style: italic;
}

.secondeBackground{
    background-color: #F9F0E1;
}

.thirdBackground{
    background-color: #F8F8FA
}

.fourthBackground{
    background-color: #f4ebd3;
}

.btnColor{
    background-color:#792d31;
    color: #FFFFFF;
    border-color: #ffffff00;
    padding-left:25px;
    padding-right:25px;
    font-weight: bold;
    margin-bottom: 100px;
}

.full-bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.full-bleed__inner {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: var(--bs-gutter-x, 1.5rem);
    padding-right: var(--bs-gutter-x, 1.5rem);
}

.inputform{
    border: none;
    border-bottom: 1px solid #B9B6B8;
    outline: none;
    box-shadow: none;
}

.inputform:focus,
.inputform:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom-color: #B9B6B8;
}

.inputform.is-invalid,
input.is-invalid,
textarea.is-invalid,
select.is-invalid,
.form-control.is-invalid {
    border: none !important;
    border-bottom: 1px solid #dc3545 !important;
    box-shadow: none !important;
}

.inputform.is-invalid:focus,
.inputform.is-invalid:focus-visible,
input.is-invalid:focus,
textarea.is-invalid:focus,
select.is-invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none !important;
    border-bottom-color: #dc3545 !important;
}

#order_submission_form_acceptTerms.is-invalid,
#order_submission_form_acceptTerms:invalid,
.form-check:has(#order_submission_form_acceptTerms.is-invalid) #order_submission_form_acceptTerms,
div:has(> ul) #order_submission_form_acceptTerms,
#order_submission_form_company_tva_with_vat.is-invalid,
#order_submission_form_company_tva_without_vat.is-invalid,
div:has(> ul) #order_submission_form_company_tva_with_vat,
div:has(> ul) #order_submission_form_company_tva_without_vat {
    border: 4px solid #dc3545 !important;
}

div:has(> ul) .inputform,
div:has(> ul) input,
div:has(> ul) textarea,
div:has(> ul) select {
    border: none !important;
    border-bottom: 1px solid #dc3545 !important;
    box-shadow: none !important;
}

div:has(> ul) .priceinput {
    color: #dc3545 !important;
    -webkit-text-fill-color: #dc3545 !important;
}

div:has(> ul) > label,
div:has(> ul) .form-label,
.mb-3:has(.is-invalid) > label,
.mb-3:has(.is-invalid) .form-label,
.form-check:has(.is-invalid) label {
    color: #dc3545 !important;
}

.invalid-feedback,
.form-error-message,
.form-errors,
.form-error-icon,
.form-error-list,
.form-error-item,
form .mb-3 > ul,
form ul {
    display: none !important;
}

.priceinput{
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    background: transparent;
    padding: 0;
    margin: 0;
    appearance: textfield;
    -moz-appearance: textfield;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .priceinput,
    .priceinput.form-control {
        display: inline-block !important;
        vertical-align: middle;
        line-height: 1;
        margin: 0 !important;
        padding: 0 !important;
        min-height: 0;
    }
}


.priceinput:disabled {
    opacity: 1;
    color: #792d31;
    -webkit-text-fill-color: #792d31;
    background: transparent;
}

.priceinput::-webkit-outer-spin-button,
.priceinput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-form-a .priceinput,
.product-form-b .priceinput,
.product-form-c .priceinput,
.product-form-d .priceinput {
    width: 40px;
}

.product-form-a .mb-3,
.product-form-a .form-check,
.product-form-b .mb-3,
.product-form-b .form-check,
.product-form-c .mb-3,
.product-form-c .form-check,
.product-form-d .mb-3,
.product-form-d .form-check {
    margin-bottom: 0 !important;
}

.logo{
    height: 110px;
    width: auto;
    padding-left: 150px;
    padding-top: 10px;
}

@media (max-width: 991.98px) {
    .logo {
        padding-left: 0;
    }
}

.header{
    align-items: center;
}

.header .nav-link {
    padding: 0.25rem 0.5rem;
}

.cgv-desktop-padding {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .cgv-desktop-padding {
        padding-left: 30%;
        padding-right: 30%;
    }
}

.lang-switch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lang-flag-icon {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

a.nav-link{
    color: #556075;
}

a.nav-link:hover, a.nav-link:focus, a.nav-link:active {
    color: #556075;
}

a{
    text-decoration: none !important;
    color: #556075 !important;
}

label,
.form-label{
    font-weight: bold;
    margin-right: 10px;
}

.repeterbtn{
    background-color: #b9b6b800;
    border: 0px;
}

.collection-remove-btn {
    border: 0;
    background: transparent;
    color: #556075;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 0.2rem;
    cursor: pointer;
}

.collection-remove-btn:hover,
.collection-remove-btn:focus {
    color: #000;
}

input[type="checkbox"] {
    appearance: none;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    margin: 5px;
    margin-top: 2px;
    vertical-align: middle;
}

input[type="checkbox"]:checked {
    background: #fff;
}

input[type="checkbox"]:checked::before {
    content: "✔";
    color: #000;
    font-size: 11px;
    line-height: 1;
}

input[type="checkbox"].tva-checkbox-error {
    border: 4px solid #dc3545 !important;
}

#order_submission_form_company_adress_mailing_adress,
#order_submission_form_company_adress_email_email {
    width: 18rem;
}

@media (max-width: 991.98px) {
    .submit-all {
        text-align: center;
    }

    .submit-all .btnColor.billingbtn {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}
