::selection {
    background: #F4DA68;
    color: #2A2A2A;
}

::-moz-selection {
    background: #F4DA68;
    color: #2A2A2A;
}

main section {
    display: flex;
    background-color: #F6F6F6;
    flex-flow: column;
    justify-items: stretch;
}

header #logo svg {
    width: auto;
    height: 64px;
}

header #logo > h6 {
  margin-top: 5px;
  line-height: 12px;
  color: #BFBFBF;
}

header #menu > * {
    margin-top: 0px !important;
}

header #user {
    margin-bottom: 10px;
    padding-right: 10px;
}

header [data-field="select"] {
    min-height: 30px !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    padding-left: 1px !important;
    border-color: #ffffff !important;
    background-color: #ffffff !important;
}

footer > section {
    padding: 56px;
    color: #ffffff;
    background-color: #004b8d;
}

footer > section nav {
    display: flex;
    margin-top: 32px;
    margin-bottom: -16px;
    flex-wrap: wrap;
}

footer > section nav > * {
    display: inline-flex;
    margin-right: 16px;
    margin-bottom: 16px;
}

footer > section nav > *:last-child {
    margin-right: 0px;
}

footer a:hover {
    color: #e5f1fb;
}

footer a:hover > [data-icon] {
    fill: #e5f1fb;
}

footer #service > a,
footer #legal > a {
    font-weight: 700;
}

[data-for^='mobile'] {
    display: none !important;
}

[data-for='desktop'] {
    display: block !important;
}

[data-for='desktop-inline'] {
    display: inline-block !important;
}

[data-for='desktop-flex'] {
    display: flex !important;
}

[class~='hide'],
[class~='hidden'] {
    display: none !important;
}

[class~="faded"] {
    opacity: 0.20;
    filter: grayscale(100%);
}

figure,
[class~='image'] {
    overflow: visible;
}

figure[data-after]:after,
[class~='image'][data-after]:after {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 7px;
    line-height: 16px;
    background-color: #CAE3F6;
}

figure > img,
[class~='image'] > img {
    --index: 0;
    max-width: 100%;
    height: auto;
    z-index: calc(10 - var(--index));
}

figure > img:not(:first-child),
[class~='image'] > img:not(:first-child) {
    position: absolute;
    transition: all 0.3s ease-out;
    transform: translate(
        calc(((20 - var(--index)) * var(--index)) * 1px),
        calc((6 * var(--index)) * -1px)
    ) scale(
        calc((100 - (6 * var(--index))) / 100)
    );
}

figure:hover > img:not(:first-child),
[class~='image']:hover > img:not(:first-child) {
    transform: translate(
        calc(((30 - var(--index)) * var(--index)) * 1px),
        calc((4 * var(--index)) * -1px)
    );
}

figure > img:nth-child(2),
[class~='image'] > img:nth-child(2) {
    --index: 1;
}

figure > img:nth-child(3),
[class~='image'] > img:nth-child(3) {
    --index: 2;
}

figure > img:nth-child(4),
[class~='image'] > img:nth-child(4) {
    --index: 3;
}

figure > img:nth-child(5),
[class~='image'] > img:nth-child(5) {
    --index: 4;
}

figure > img:nth-child(6),
[class~='image'] > img:nth-child(6) {
    --index: 5;
}

label.input > span.support { margin: 2px 0px; float: right; }
label.input > span.support > span { margin-left: 2px; opacity: 0.50; float: left; }
label.input > [data-field].checked + span.support > span { opacity: 1.00; }

[id$='errors'] + * {
    margin-top: 32px;
}

[class~='packs']:not(.all) > *:not(.hidden) ~ * {
    text-align: center;
}

[class~='packs']:not(.all) > *:not(.hidden) ~ * > *,
[class~='packs']:not(.all) > *:not(.hidden) ~ * ~ * {
    display: none !important;
}

[class~='packs']:not(.all) > *:not(.hidden) ~ * > div.alternative {
    display: inline-block !important;
    padding: 6px 16px;
    color: #004b8d;
    border: 2px solid #004b8d;
    border-radius: 100em;
    cursor: pointer;
}

[class~='packs'] [class~='pack'] {
    overflow: hidden;
}

[class~='bonus'] > div.box.stroke {
    overflow: visible;
}

[class~='bonus'] > div.box.stroke:before {
    content: '';
    position: absolute;
    top: -7px;
    left: calc(50% - 1px);
    display: block;
    width: 0px;
    height: 12px;
    border-width: 0px 1px;
    border-style: solid;
    border-color: inherit;
    box-shadow: -12px 0 0 4px #FFFFFF, 12px 0 0 4px #FFFFFF;
}

[class~="cyan"].fill [class~='bonus'] > div.box.stroke:before {
    box-shadow: -12px 0 0 4px #E5F1FB, 12px 0 0 4px #E5F1FB;
}

[data-expand^="terms"] center {
    text-align: left;
}

#delivery_type_block,
#error_check_sepa {
    margin-top: 10px;
}

#continue_errors {
    margin-bottom: 10px;
}

#shareRegistrationModule,
#tax_block,
#send_sepa_info {
    margin-top: 40px;
}

#sepa_notification {
    display: none;
}

.checkout_county_select {
    margin-top: 4px;
}

.prelaunch_news .grid[data-type="table"] > [data-table~="row"] > div[data-table~="head"] { flex: 1 1 0; -webkit-flex: 20; }
.prelaunch_news .delete { float: right; }
.prelaunch_news textarea { resize: vertical; padding: 5px !important; }
.prelaunch_news textarea { white-space: pre-wrap; }
.prelaunch_news .progress_img, #login_form .progress_img { background-image: url("../images/progress_16.gif"); display: none; height: 16px; width: 16px; }
.prelaunch_news .empty_text_error, #login_form #login_error { color: #c83246; display: none; }

#login_form_popup { display: none; }
#login_form td { text-align: left; vertical-align: middle; padding-right: 10px; }
#popup_zone_selector_popup { display: none; }
#popup_zone_selector { text-align: center; padding-top: 20px; }
#popup_zone_selector .image_container { margin-bottom: 10px; }
#popup_zone_selector .image_container img { width: 305px; height: 182px; }
#terms table, th, td { border: 1px solid black; }

@media screen and (min-width: 641px) {
    [data-type="grid"] > [data-order="1"],
    [data-type="grid"] > *.span {
        grid-column: span 2;
    }

    [data-type="grid"] > [data-order="1"] {
        order: -1;
    }

    [data-type="grid"] > * {
        display: flex;
        flex-flow: column;
    }

    [data-type="grid"] div.bonus,
    [data-type="grid"] div.bonus > * {
/*        height: 100%;*/
    }

    [data-type="grid"] div.bonus [data-type="split"] {
        display: block;
    }

    [data-type="grid"] div.bonus [data-type="split"] > * {
        width: calc(100% - 16px) !important;
        margin-top: 24px;
    }

    [data-type="grid"] div.bonus [data-type="split"] > *:not(:first-child) {
        margin-top: 24px !important;
    }
}

@media screen and (max-width: 1540px) {}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 1040px) {}

@media screen and (max-width: 940px) {
    footer > section {
        padding: 32px;
    }
}

@media screen and (max-width: 840px) {
    [data-for^='desktop'] {
        display: none !important;
    }

    [data-for='mobile'] {
        display: block !important;
    }

    [data-for='mobile-inline'] {
        display: inline-block !important;
    }

    [data-for='mobile-flex'] {
        display: flex !important;
    }

    [data-limit] {
        overflow: visible !important;
        height: auto !important;
    }

    [data-limit]:after {
        display: none;
    }

    [id='product'][data-type='table'] > [data-table~='row'] > div.price {
        text-align: right;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 540px) {}

@media screen and (max-width: 480px) {
  footer > section {
        padding: 24px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 380px) {}

@media screen and (max-width: 360px) {}
