/* Allgemein */
#page_loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(6px);
}

.container-fluid {
    max-width: 1285px !important;
}

/* Typographie */
body {
    font-family: var(--font-family-text);
    font-weight: 400;
}

h1, .h1 {
    font-family: var(--font-family-heading);
    color: var(--green-dark);
    font-weight: 400;
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 0.6em;
}

h2, h3, h4, h5, h6,
.h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-text);
    color: var(--primary);
    font-weight: 700;
}
section.l-section.wpb_row.us_custom_c256c28e.height_auto.width_full img {
    width: 100% !important;
}
#inputGroup-groesse-s, #inputGroup-groesse-m, #inputGroup-groesse-l {
    width: 20px !important;
}
/* Formular */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--dark);
    background-color: var(--dark);
}

.number-input-wrapper {
    display: flex;
    align-items: center;
}

.number-input-wrapper input[type="number"] {
    -webkit-appearance: textfield!important; /* Removes the default spinner for WebKit browsers */
    -moz-appearance: textfield!important; /* Removes the default spinner for Mozilla browsers */
    margin: 0;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.number-input-wrapper button {
    cursor: pointer;
}

/* Cell Layout - AccessoireBox */
.accessoire_box_main_box_wrapper {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%;
    row-gap: 90px;
}

.row.accessoire_box_main_box {
    padding-bottom: 20px;
}

.row.accessoire_box_main_box .description-box {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: none;
}

.row.accessoire_box_main_box .description-box.hover {
    background-color: var(--primary) !important;
}

.row.accessoire_box_main_box .description-box.hover h1,
.row.accessoire_box_main_box .description-box.hover h2,
.row.accessoire_box_main_box .description-box.hover h3,
.row.accessoire_box_main_box .description-box.hover h4,
.row.accessoire_box_main_box .description-box.hover h5,
.row.accessoire_box_main_box .description-box.hover h6,
.row.accessoire_box_main_box .description-box.hover p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    body {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .accessoire_box_main_box_wrapper {
        grid-template-columns: 45% 45%;
        column-gap: 10%;
    }

    .cartItem.row, .cartItem .row {
        flex-direction: column;
    }
    .cartItem .col {
        max-width: unset !important;
    }
    .cartItem .img-fluid {
        width: 60%;
    }
    .cartItem hr {
        margin-bottom: 2rem;
    }

    .col-md-6.bg-primary {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: unset;
    }
}

@media screen and (max-width: 576px) {
    .col-md-6.bg-primary {
        width: -webkit-fill-available;
    }
    .accessoire_box_main_box_wrapper {
        display: unset;
    }
    .row.product_box_main_box .description-box {
        min-height: unset;
    }
#grusskartenCollapse .form-check img {
    max-width: 380px !important;
    width: 100%;
    margin-bottom: 10px;
}
.accessoire-row img {
    width: 100%;
}
#grusskartenCollapse .form-check {
    display: grid !important;
}
}

/* Cell Layout - ProductBox */
.product_box_main_box_wrapper {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 5%;
    row-gap: 90px;
}

.row.product_box_main_box {
    padding-bottom: 20px;
}

.row.product_box_main_box .description-box {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-height: 290px;
}

.row.product_box_main_box .description-box.hover {
    background-color: var(--primary) !important;
}

.row.product_box_main_box .description-box.hover h1,
.row.product_box_main_box .description-box.hover h2,
.row.product_box_main_box .description-box.hover h3,
.row.product_box_main_box .description-box.hover h4,
.row.product_box_main_box .description-box.hover h5,
.row.product_box_main_box .description-box.hover h6,
.row.product_box_main_box .description-box.hover p {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .product_box_main_box_wrapper {
        grid-template-columns: 45% 45%;
        column-gap: 10%;
    }
}

@media screen and (max-width: 576px) {
    .product_box_main_box_wrapper {
        display: unset;
    }
    .row.product_box_main_box .description-box {
        min-height: unset;
    }
}

/* Buttons Allgemein */
button:focus, .btn:focus{
    box-shadow:none !important;
}

/* Formular Felder */
.form-control:focus{
    border: none;
    color: #46A52DFF;
}

.form-control{
    border: none;
    color: #46A52DFF;
    font-weight: 700;
}

.form-control::placeholder{
    color: #495057;
    font-weight: 300;
}

.form-check {
    padding-left: 1.4rem;
}

.grusskarten-row {
    padding-left: unset;
}

.grusskarten-row .grusskarten-text {
    padding-left: 16px;
}

.grusskarten-row .grusskarten-input[type="radio"] {
    margin-left: 0.35rem !important;
}

#step_ladresse{
    padding-left: 2px !important;
    padding-right: 2px !important;
}

/* Formular Rechnungsadresse */
@media screen and (min-width: 768px) {
    #billing-addr-form{
        padding-right:100px;
    }
}

#billing-addr-form .form-control {
    background-color: #f9f7e9;
}

/* Profil */
.list-group-item{
    margin-bottom: 1rem;
    border-radius: 0 !important;
    background-color: #46a52d;
    border-color: #46a52d;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-weight: 700;
}

.list-group-item:hover{
    background-color: #00610b;
    border-color: #00610b;
    color: #ffffff;
}

.list-group-item.active{
    background-color: #00610b;
    border-color: #00610b;
}

.list-group-item + .list-group-item{
    border-top-width: 1px;
}

.checkboxLabel{
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    padding-left: 25px;
}

.checkboxLabel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #46a52d;
    transition: all 0.2s;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + .checkboxLabel::before {
    border-color: #46a52d;
    background-color: #46a52d;
}

input[type="checkbox"]:checked + .checkboxLabel::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: -1px;
    font-size: 16px;
    color: #fff;
}

input[type="checkbox"] {
    accent-color: #46a52d;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    background-color: #fff;
    color: #46a52d;
    border: 1px solid #46a52d;
}

#aboLieferungsWrapper .form-row .my-1.col-auto div.form-check-inline:first {
    padding-left: unset !important;
}

.profile_address_container select {
    width: min-content;
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><polygon points="1,1 5,5 9,1 5,5" fill="none" stroke="%2346A52D" stroke-width="1"/></svg>') no-repeat right 10px center;
    background-size: auto;
    background-size: 15px;
    padding-right: 35px;
}


/*-Similar Products - */
@media only screen and (max-width: 1500px) {
div#similarProductsCarousel {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}
}
@media only screen and (max-width: 800px) {
div#similarProductsCarousel {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}
}
