﻿ol,
ul,
li {
    list-style: none;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

*,
*::before,
*::after {
    border: 0 solid transparent;
}

    *::before, *::after {
        box-sizing: border-box;
    }

.read-more__action {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    cursor: pointer;
    margin-top: 20px;
    padding: 0;
}


    .read-more__action.more::after {
        content: '';
        background: url(../images/cookies/icon-plus-16.svg) no-repeat center/contain;
        position: absolute;
        height: 14px;
        width: 14px;
    }

    .read-more__action.more::after, .read-more__action.less::after {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: -1px;
        margin-left: 10px;
    }

    .read-more__action.more, .read-more__action.less {
        position: relative;
    }

        .read-more__action.more::after, .read-more__action.less::after {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -1px;
            margin-left: 10px;
        }

        .read-more__action.more::after {
            content: '';
            background: url(../images/cookies/icon-plus-16.svg) no-repeat center/contain;
            position: absolute;
            height: 14px;
            width: 14px;
        }

        .read-more__action.less::after {
            content: '';
            background: url(../images/cookies/icon-minus-16.svg) no-repeat center/contain;
            position: absolute;
            height: 14px;
            width: 14px;
        }





.overlay button {
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

.overlay input,
.overlay button {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    outline: 0;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.faster {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
    }


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInBackground {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.4;
    }
}

@keyframes fadeInBackground {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.4;
    }
}

@-webkit-keyframes fadeOutBackground {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOutBackground {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 0;
    }
}

.btn_highlight {
    position: relative;
    background: -webkit-linear-gradient(top, #F37A1F 50%, black 50%) 0 0/200% 200%;
    background: linear-gradient(to bottom, #F37A1F 50%, black 50%) 0 0/200% 200%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-position 400ms, border-color 400ms, color 200ms;
    transition: background-position 400ms, border-color 400ms, color 200ms;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: transparent;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: white;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    height: 60px;
    width: 100%;
}

    .btn_highlight.active {
        background-position: 0 -100%;
    }

@media (hover: hover) and (pointer: fine) {
    .btn_highlight:hover {
        background-position: 0 -100%;
    }
}

.btn_highlight.active {
    border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .btn_highlight:hover {
        border-color: transparent;
    }
}

.btn_highlight:disabled {
    background: #EDEDED;
    border-color: #EDEDED;
    pointer-events: none;
}

.btn_highlight.active {
    color: white;
}

@media (hover: hover) and (pointer: fine) {
    .btn_highlight:hover {
        color: white;
    }
}

@media only screen and (max-width: 1023px) {
    .btn_highlight {
        width: 100%;
    }
}

.btn_highlight:not(.full) {
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .btn_highlight:not(.full) {
        min-width: 242.66667px;
        max-width: 364px;
    }
}

@media only screen and (min-width: 1024px) {
    .btn_highlight:not(.full) {
        min-width: 246px;
        max-width: 328px;
    }
}



.overlay {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column;
    position: fixed;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: none;
    z-index: 2001;
    max-width: 100vw;
}

.overlay--standard {
    max-height: 80vh;
}

@media only screen and (max-width: 767px) {
    .overlay--standard {
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 160px;
    }
}

@media only screen and (min-width: 768px) {
    .overlay--standard {
        position: relative;
        width: auto;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 485.33333px;
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .overlay--standard {
        width: 728px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
    .overlay--standard {
        width: 984px;
    }
}

@media only screen and (min-width: 1024px) {
    .overlay--standard {
        width: 820px;
    }
}

.overlay--full {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.overlay--sidebar {
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .overlay--sidebar {
        width: 465px;
    }
}

@media only screen and (min-width: 1024px) {
    .overlay--sidebar {
        width: 590px;
    }
}

.overlay--active {
    overflow: hidden;
    -ms-overflow-style: none;
}

.overlay__content {
    background: white;
    overflow-y: auto;
}

.overlay.overlay--full .overlay__content {
    height: 100%;
}

.overlay.overlay--sidebar .overlay__content {
    height: 100%;
}

.overlay__content-inner {
    margin: 50px auto 60px;
}

@media only screen and (min-width: 768px) {
    .overlay.overlay--standard .overlay__content-inner {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .overlay.overlay--full .overlay__content-inner {
        position: relative;
        width: calc(100% - (2 * 20px));
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
}

@media only screen and (min-width: 768px) {
    .overlay.overlay--full .overlay__content-inner {
        position: relative;
        width: auto;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
    .overlay.overlay--full .overlay__content-inner {
        width: 728px;
    }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
    .overlay.overlay--full .overlay__content-inner {
        width: 984px;
    }
}

.overlay.overlay--sidebar .overlay__content-inner {
    margin: 40px 45px 60px;
}

    .overlay.overlay--sidebar .overlay__content-inner h3 > span {
        overflow-wrap: break-word;
    }

@media only screen and (max-width: 767px) {
    .overlay.overlay--sidebar .overlay__content-inner {
        padding-top: 0;
    }
}

.overlay__content-inner.animated {
    -webkit-animation: fadeInContent 1s 200ms both;
    animation: fadeInContent 1s 200ms both;
}

.overlay__footer {
    border-top: 1px solid #B1B1B1;
    background: white;
}

.overlay__wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.overlay__button {
    background: white;
}

@media only screen and (max-width: 767px) {
    .overlay.overlay--standard .overlay__button {
        background: transparent;
    }

    .overlay.overlay--standard .overlay__button-inner {
        -webkit-animation: none;
        animation: none;
    }
}

.overlay__button-inner {
    overflow: hidden;
}

    .overlay__button-inner.animated {
        -webkit-animation: fadeDown 1s 200ms both;
        animation: fadeDown 1s 200ms both;
    }

.overlay__button .btn-close-x {
    float: right;
}

.overlay__background {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    overflow-y: hidden;
}

.overlay__background--active {
    -webkit-animation-name: fadeInBackground;
    animation-name: fadeInBackground;
}

.overlay__background--inactive {
    -webkit-animation-name: fadeOutBackground;
    animation-name: fadeOutBackground;
}

.cookie-setting {
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 10px;
}

@media only screen and (max-width: 767px) {
    .cookie-setting {
        display: grid;
        grid-gap: 20px;
        grid-template: [row1-start] "icon title" auto [row1-end] [row2-start] "icon check" auto [row2-end] [row3-start] "icon desc" auto [row3-end]/64px 1fr;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .cookie-setting {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
}

.cookie-setting:not(:first-child)::after {
    position: absolute;
    -webkit-transition: background-position 400ms;
    transition: background-position 400ms;
    content: '';
}

@media only screen and (max-width: 767px) {
    .cookie-setting:not(:first-child)::after {
        top: 0;
        left: 31px;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 2px;
        height: 100%;
        background: -webkit-linear-gradient(top, #EDEDED 50%, #f37a1f 50%) 0 0/200% 200%;
        background: linear-gradient(to bottom, #EDEDED 50%, #f37a1f 50%) 0 0/200% 200%;
    }
}

@media only screen and (min-width: 768px) {
    .cookie-setting:not(:first-child)::after {
        top: 31px;
        left: -10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 50%;
        background: -webkit-linear-gradient(left, #EDEDED 50%, #f37a1f 50%) 0 0/200% 200%;
        background: linear-gradient(to right, #EDEDED 50%, #f37a1f 50%) 0 0/200% 200%;
    }
}

.cookie-setting.active::after {
    background-position: -100% -100%;
}

.cookie-setting__icon {
    grid-area: icon;
    z-index: 1;
    position: relative;
    background: -webkit-linear-gradient(top, black 50%, #f37a1f 50%) 0 0/200% 200%;
    background: linear-gradient(to bottom, black 50%, #f37a1f 50%) 0 0/200% 200%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-position 400ms, border-color 400ms, color 200ms;
    transition: background-position 400ms, border-color 400ms, color 200ms;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    padding: 0;
    box-sizing: content-box;
}

    .cookie-setting__icon.active {
        background-position: 0 -100%;
    }

@media (hover: hover) and (pointer: fine) {
    .cookie-setting__icon:hover {
        background-position: 0 -100%;
    }
}

@media only screen and (min-width: 768px) {
    .cookie-setting__icon {
        align-self: center;
        margin-bottom: 20px;
    }
}

.cookie-setting__icon img {
    width: 60%;
}

.cookie-setting__title {
    grid-area: title;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Medium', 'Arial', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
}

@media only screen and (min-width: 768px) {
    .cookie-setting__title {
        align-self: center;
        margin-bottom: 21px;
    }
}

.cookie-setting__checkbox {
    grid-area: check;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Medium', 'Arial', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 12px;
    height: 20px;
}

@media only screen and (min-width: 768px) {
    .cookie-setting__checkbox {
        margin-bottom: 16px;
    }
}

.cookie-setting__desc {
    grid-area: desc;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Text', 'Arial', sans-serif;
    line-height: 1.4;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__overlay {
        max-height: 100vh;
        background-color: white;
        height: 100%;
    }
}

.cookie-settings__title {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Medium', 'Arial', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 24px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .cookie-settings__title {
        font-size: 26px;
    }
}

.cookie-settings__selection {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    margin: 0 -10px 30px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__selection {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
}

.cookie-settings__list {
    margin-bottom: 30px;
}

.cookie-settings__list-group {
    -webkit-box-flex: 1;
    flex: 1;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__list-group:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .cookie-settings__list-group:not(:last-child) {
        margin-right: 20px;
    }
}

.cookie-settings__list-title {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    margin-bottom: 20px;
}

.cookie-settings__list-entries ul {
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Text', 'Arial', sans-serif;
    line-height: 1.4;
    font-size: 15px;
}

    .cookie-settings__list-entries ul li {
        position: relative;
        padding: 0 0 15px 10px;
    }

        .cookie-settings__list-entries ul li::before {
            position: absolute;
            left: 0;
            content: '\2022';
        }

        .cookie-settings__list-entries ul li:last-child {
            padding-bottom: 0;
        }

    .cookie-settings__list-entries ul ul,
    .cookie-settings__list-entries ul ol {
        width: 100%;
        padding-top: 15px;
        padding-left: 25px;
    }

        .cookie-settings__list-entries ul ul ul,
        .cookie-settings__list-entries ul ul ol,
        .cookie-settings__list-entries ul ol ul,
        .cookie-settings__list-entries ul ol ol {
            padding-left: 20px;
        }

.cookie-settings__list .read-more__inner {
    display: -webkit-box;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__list .read-more__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
    }
}

.cookie-settings__list .read-more__action {
    -webkit-transition: margin-top 250ms;
    transition: margin-top 250ms;
}

    .cookie-settings__list .read-more__action.more {
        margin-top: 0;
    }

.cookie-settings__explanatory {
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Text', 'Arial', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    margin-bottom: 30px;
}

    .cookie-settings__explanatory a {
        display: inline;
        position: relative;
        cursor: pointer;
        font-weight: bold;
        text-shadow: -2px -2px white, -2px 2px white, 2px -2px white, 2px 2px white;
        box-shadow: inset 0 -0.15em white, inset 0 -0.25em #f37a1f;
    }

.cookie-settings__learn-more {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 31px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
}

    .cookie-settings__learn-more::after {
        content: '';
        background: url(../images/cookies/icon-arrow-right-16.svg) no-repeat center/contain;
        position: absolute;
        height: 12px;
        width: 12px;
        top: 50%;
        left: 100%;
        -webkit-transform: translate3d(5px, -50%, 0);
        transform: translate3d(5px, -50%, 0);
        height: 12px;
        margin-top: -1px;
        -webkit-transition: -webkit-transform 0.2s;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
    }

    .cookie-settings__learn-more:hover::after {
        -webkit-transform: translate3d(10px, -50%, 0);
        transform: translate3d(10px, -50%, 0);
    }

.cookie-settings__btn--confirm {
    position: relative;
    background: -webkit-linear-gradient(top, #fff 50%, black 50%) 0 0/200% 200%;
    background: linear-gradient(to bottom, #fff 50%, black 50%) 0 0/200% 200%;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-position 400ms, border-color 400ms, color 200ms;
    transition: background-position 400ms, border-color 400ms, color 200ms;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-color: #B1B1B1;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    height: 60px;
    width: 100%;
}

    .cookie-settings__btn--confirm.active {
        background-position: 0 -100%;
    }

@media (hover: hover) and (pointer: fine) {
    .cookie-settings__btn--confirm:hover {
        background-position: 0 -100%;
    }
}

.cookie-settings__btn--confirm.active {
    border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .cookie-settings__btn--confirm:hover {
        border-color: transparent;
    }
}

.cookie-settings__btn--confirm:disabled {
    background: #EDEDED;
    border-color: #EDEDED;
    pointer-events: none;
}

.cookie-settings__btn--confirm.active {
    color: white;
}

@media (hover: hover) and (pointer: fine) {
    .cookie-settings__btn--confirm:hover {
        color: white;
    }
}

@media only screen and (max-width: 1023px) {
    .cookie-settings__btn--confirm {
        width: 100%;
    }
}

.cookie-settings__btn--confirm:not(.full) {
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cookie-settings__btn--confirm:not(.full) {
        min-width: 242.66667px;
        max-width: 364px;
    }
}

@media only screen and (min-width: 1024px) {
    .cookie-settings__btn--confirm:not(.full) {
        min-width: 246px;
        max-width: 328px;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-settings__btn:not(.full) {
        width: 50%;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .cookie-settings__inner {
        position: relative;
        width: calc(100% - (2 * 20px));
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px;
    }
}

@media only screen and (min-width: 768px) {
    .cookie-settings__inner {
        width: 66.66667%;
    }
}

.cookie-settings__bottom-bar {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    background: #EDEDED;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__bottom-bar {
        flex-wrap: wrap;
    }
}

.cookie-settings__privacy {
    -webkit-box-flex: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    align-items: center;
    border-right: 1px solid #B1B1B1;
}

@media only screen and (max-width: 767px) {
    .cookie-settings__privacy {
        min-height: 50px;
        -webkit-box-ordinal-group: 2;
        order: 1;
        justify-content: space-around;
    }
}

.cookie-settings__privacy-link {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 10px;
}

    .cookie-settings__privacy-link:not(:last-child) {
        margin-right: 10px;
    }

.overlay-checkout {
    display: grid;
    grid-gap: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .overlay-checkout {
        grid-template: 'icon' 'text';
        margin: 0 20px;
    }
}

@media only screen and (min-width: 768px) {
    .overlay-checkout {
        grid-template: 'icon text text text text text text text';
        grid-template-columns: repeat(8, 1fr);
    }
}

.overlay-checkout-icon {
    grid-area: icon;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

@media only screen and (max-width: 767px) {
    .overlay-checkout-icon {
        margin-bottom: 30px;
    }
}

.overlay-checkout-content {
    grid-area: text;
}

.overlay-checkout-header {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Medium', 'Arial', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
    .overlay-checkout-header {
        font-size: 22px;
    }
}

.overlay-checkout-btn-wrapper {
    display: grid;
    grid-gap: 20px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) {
    .overlay-checkout-btn-wrapper {
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
    }
}

.overlay--sidebar__title {
    margin-bottom: 60px;
    text-transform: uppercase;
}




.toggle {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0;
}

.toggle__background {
    position: relative;
    height: 20px;
    width: 36px;
    border-radius: 10px;
    background: #B1B1B1;
    flex-shrink: 0;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}

.toggle.active .toggle__background {
    background: black;
}

.toggle__background::after {
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    margin: 2px;
    border-radius: 50%;
    background: white;
    content: '';
    -webkit-transition: left 250ms, -webkit-transform 250ms;
    transition: left 250ms, -webkit-transform 250ms;
    transition: left 250ms, transform 250ms;
    transition: left 250ms, transform 250ms, -webkit-transform 250ms;
}

.toggle.active .toggle__background::after {
    left: calc(100% - 4px);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.toggle label {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Medium', 'Arial', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 12px;
    margin-left: 10px;
}

.toggle input {
    display: none;
}

.checkbox {
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Text', 'Arial', sans-serif;
    line-height: 1.4;
    font-size: 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox__text {
    margin-bottom: -3px;
}

.checkbox.standard .checkbox__text {
    margin-left: 10px;
}

.checkbox.big .checkbox__text {
    margin-left: 25px;
}

.checkbox__mark {
    position: relative;
    box-sizing: border-box;
}

    .checkbox__mark::after {
        display: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.overlay_checkbox.checked .checkbox__mark::after {
    display: block;
}

.overlay_checkbox.standard .checkbox__mark {
    height: 16px;
    width: 16px;
    border: 1px solid #000;
}

.overlay_checkbox.big .checkbox__mark {
    height: 45px;
    width: 45px;
    border: 1px solid #B1B1B1;
}

.overlay_checkbox.checked.standard .checkbox__mark::after {
    content: '';
    background: url(../images/cookies/icon-check-16.svg) no-repeat center/contain;
    position: absolute;
    height: 12px;
    width: 12px;
}

.overlay_checkbox.checked.big .checkbox__mark {
    background: black;
    border: 1px solid #000;
}

    .overlay_checkbox.checked.big .checkbox__mark::after {
        content: '';
        background: url(../images/cookies/icon-check-white-16.svg) no-repeat center/contain;
        position: absolute;
        height: 12px;
        width: 12px;
    }

.overlay_checkbox.checked .checkbox__mark::after,
.overlay_checkbox:hover .checkbox__mark::after {
    display: block;
}

.overlay_checkbox:hover .checkbox__mark::after {
    content: '';
    background: url(../images/cookies/icon-check-grey-16.svg) no-repeat center/contain;
    position: absolute;
    height: 12px;
    width: 12px;
}

.overlay_checkbox input {
    display: none;
}

.checkbox--disabled {
    pointer-events: none;
}

.overlay_checkbox .form__submit {
    align-self: unset;
}

.checkbox-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    min-width: 280px;
    min-height: 72px;
    padding: 20px 10px;
    background: #EDEDED;
    box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
    .checkbox-btn {
        min-height: 104px;
        padding: 20px 30px 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .checkbox-btn__icon.truck {
        content: '';
        background: url(../images/cookies/icon-truck-64.svg) no-repeat center/contain;
        position: absolute;
        height: 32px;
        width: 32px;
    }
}

@media only screen and (min-width: 768px) {
    .checkbox-btn__icon.truck {
        content: '';
        background: url(../images/cookies/icon-truck-64.svg) no-repeat center/contain;
        position: absolute;
        height: 64px;
        width: 64px;
    }
}

.checkbox-btn__input {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse;
    -webkit-box-flex: 1;
    flex: 1;
    margin-left: 42px;
}

@media only screen and (min-width: 768px) {
    .checkbox-btn__input {
        margin-left: 84px;
    }
}

.checkbox-btn__input label {
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: black;
    font-family: 'STIHL-Contraface-Display-Title', 'Arial Black', sans-serif;
    line-height: 1.1;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 14px;
    margin-left: 0;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    .checkbox-btn__input label {
        margin-right: 30px;
    }
}
