/* STANDARD PAGE DESIGN */
@font-face {
    font-family: Lidl-Font;
    src: url(../fonts/Lidl-Font/NGT57__W.eot);
    src: url(../fonts/Lidl-Font/NGT57__W.eot?#iefix) format('embedded-opentype'), url(../fonts/Lidl-Font/NGT57__W.woff) format('woff'), url(../fonts/Lidl-Font/NGT57__W.ttf) format('truetype'), url(../fonts/Lidl-Font/NGT57__W.svg#NewsGothicBTWebCond-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: Lidl-Font;
    src: url(../fonts/Lidl-Font/NGT77__W.eot);
    src: url(../fonts/Lidl-Font/NGT77__W.eot?#iefix) format('embedded-opentype'), url(../fonts/Lidl-Font/NGT77__W.woff) format('woff'), url(../fonts/Lidl-Font/NGT77__W.ttf) format('truetype'), url(../fonts/Lidl-Font/NGT77__W.svg#NewsGothicBTWebCond-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Lidl-Font;
    src: url(../fonts/Lidl-Font/NewsGothicBTExtraboldRegular.eot);
    src: url(../fonts/Lidl-Font/NewsGothicBTExtraboldRegular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lidl-Font/NewsGothicBTExtraboldRegular.woff) format('woff'), url(../fonts/Lidl-Font/NewsGothicBTExtraboldRegular.ttf) format('truetype'), url(../fonts/Lidl-Font/NewsGothicBTExtraboldRegular.svg#NewsGothicBTExtraboldRegular) format('svg');
    font-weight: 900;
    font-style: normal
}
body {
    color: #333;
    font-family: 'Lidl-Font', Helvetica, Arial, sans-serif !important;
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    text-rendering: optimizeLegibility;
}
body, .page-wrapper, main#maincontent {
    background: #fff;
}
.logo img {
    max-height: 43px;
    max-width: 50px;
    margin: 6px auto !important;
}
header a, a.action.showcart {
    color: #cddce5;
}
.minicart-wrapper .action.showcart:hover:before {
    color: #cddce5;
}
a.autolink {
    font-weight: inherit;
}
h1 a.autolink,
h2 a.autolink,
h3 a.autolink,
h4 a.autolink {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}
section[class^="category-section-"].fullwidth a.autolink,
section[class*=" category-section-"].fullwidth a.autolink {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
.page-title-wrapper {
    padding: 0px 0px;
}
#product-addtocart-chili-button, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    text-transform: uppercase;
    max-width: 100%;
    width: 100%;
    min-width: 58px;
    letter-spacing: .1em;
    font-weight: 300;
    height: 42px;
}
button, .cart.table-wrapper .actions-toolbar > .action, .action-gift {
    font-family: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #06507f;
    color: #06507f;
    height: 42px;
    padding: 6px 30px;
}
button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .action-gift:hover {
    background: #06507f;
    border: 2px solid #06507f;
    color: #fff;
}
button, .action.primary {
    font-family: inherit;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 !important;
}
@media (max-width: 639px){
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
        color: #333;
    }
}
@media (max-width: 767px){
    #product-addtocart-chili-button, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
        height: 50px;
    }
}
@media (min-width: 768px){
    h1 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .logo img {
        max-height: 50px !important;
        max-width: 60px;
        margin: 0px auto !important;
    }
}

/* COLORS */
button#product-addtocart-chili-button, .action.primary {
    background: #fff100;
    background-color: #fff100;
    border: 2px solid #fff100;
    color: #06507f;
}
.action.primary:hover, button#product-addtocart-chili-button:hover {
    background: transparent;
    background-color: transparent;
    border: 2px solid #06507f;
    color: #06507f;
}
.action.primary:focus, .action.primary:active {
    background: #333;
    border: 2px solid #333;
    color: #ffffff;
}
.action.primary.blue {
    background-color: #06507f;
    border: 2px solid #06507f;
}
.action.primary.blue:hover {
    background: transparent;
    background-color: transparent;
    border: 2px solid #06507f;
    color: #06507f;
}
a, .alink, a:visited, .alink:visited, .message.info a, .pages a.page, .pages a.page:visited {
    color: #bb251f;
    text-decoration: underline;
}
a:hover, .alink:hover {
    color: #333;
    text-decoration: underline;
}
footer a:hover, footer .alink:hover {
    opacity: 0.6;
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #06507f !important;
}
.breadcrumbs .items {
    color: #333;
}
.minicart-wrapper .action.showcart:before {
    color: #fff;
}
.block-search input[type="text"]::-webkit-input-placeholder,
.block-search input[type="text"]::-moz-placeholder,
.block-search input[type="text"]:-ms-input-placeholder,
.block-search input[type="text"]:-moz-placeholder {
    color: #333;
}
.navigation .level0 > .level-top {
    color: #fff !important;
}
header.page-header {
    background: #06507f;
    background: rgba(6,80,127,1);
    border-bottom: 0px solid #06507f;
}
.page-header .panel.wrapper {
    background: #fff !important;
}
.nav-sections-item-content {
    background: #fff;
    border-bottom: 0px solid #2ecc71;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: transparent;
    color: #fff;
}
.minicart-items .product-item-name a {
    color: #333;
}
.breadcrumbs {
    background: transparent;
}
footer.page-footer {
    background: #054166;
    color: #fff;
    border-top: 0px solid #054166;
}
.footer.content {
    background: transparent;
    color: #fff;
}
body.customer-account-login .footer.content, body.customer-account-login #to_top_btn, body.customer-account-login footer.page-footer {
    background: 0 0;
}
.abs-action-remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action, .product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: #06507f;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    color: #2ecc71;
}
.checkout-payment-method .payment-option-title .action-toggle {
    color: #fff;
}
.opc-progress-bar-item._active:before {
    background: #2ecc71;
}
.opc-progress-bar-item._active > span:before {
    background: #2ecc71;
}
.opc-progress-bar-item > span:after,
.opc-progress-bar-item > span {
    color: #bdc3c7;
}
.opc-progress-bar-item > span:after {
    background: #bdc3c7;
    color: #fff;
}
.opc-progress-bar-item > span:after, .opc-progress-bar-item > span:before, .opc-progress-bar-item > span:after, .opc-progress-bar-item:before {
    background: #bdc3c7;
}
.opc-progress-bar-item._active > span:after {
    background: #2ecc71;
}
.opc-progress-bar-item._complete:before, .opc-progress-bar-item._complete > span:before, .opc-progress-bar-item._complete > span:after, li.opc-progress-bar-item._complete > span:before, .opc-progress-bar-item._complete > span:after {
    background: #2ecc71;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #2ecc71;
    color: #fff;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #2ecc71;
}
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #2ecc71;
}
.opc-progress-bar-item._complete > span, .opc-progress-bar-item._active > span {
    color: #2ecc71;
}
.message.notice {
    font-size: 100%;
    background: #fff;
    color: #06507f;
    padding: 6px 20px;
    padding-left: 30px;
}
.message.notice > *:first-child:before {
    font-size: 20px;
    line-height: 20px;
    color: #06507f;
    content: 'error';
    font-family: 'Material Icons';
    width: 25px;
}
@media (min-width: 768px), print{
    header.page-header {
        background: #06507f;
        background: rgba(6,80,127,1);
        border-bottom: 1px solid #06507f;
    }
    .page-header .panel.wrapper {
        background: #fff !important;
    }
    .navigation .level0 > .level-top {
        color: #fff !important;
    }
    .block-search .action.search {
        background: transparent !important;
        border-bottom: 0px solid #333 !important;
    }
    .block-search .action.search:before {
        color: #333 !important;
    }
    .block-search input[type="text"] {
        background: #e6eef2;
        background: rgba(255,255,255,0.4);
        border-bottom: 0px solid #333;
    }
    .block-search input[type="text"]::-webkit-input-placeholder, .block-search input[type="text"]::-moz-placeholder, .block-search input[type="text"]:-ms-input-placeholder, .block-search input[type="text"]:-moz-placeholder {
        color: #333;
    }
    .panel.header div#switcher-language, li.authorization-link, .header.panel > .header.links > li:first-child, .header.panel > .header.links > li:nth-child(3n) {
        background: transparent;
    }
    #to_top_btn {
        background: transparent;
    }
    #to_top_btn:before {
        color: #333;
    }
}
@media only screen and (max-width: 767px){
    .navigation .level0 > .level-top, .navigation .level0 > .level-top, .navigation .submenu:not(:first-child) > li > a, .nav-sections .header.links li {
        color: #333 !important;
    }
    .nav-sections-item-content {
        background: #fff;
    }
}

/* CUSTOM DESIGN */
select {
    background: #fff;
    color: #333;
    /*height: 42px;*/
    border: 1px solid #ccc;
    word-spacing: 0px;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
    background: #fff url(../images/select-bg.svg) no-repeat 100% 48%;
    background-size: 30px 60px;
    padding-right: 15px;
}
table {
    color: #333 !important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    border: 0px solid #ccc;
    border-bottom-width: 1px;
    height: 40px;
    transition: all 0.2s ease-in-out;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: 0 0 0 0 #fff !important;
    background: #e6eef2 !important;
}
.fieldset > .field.choice:before, .fieldset > .field.no-label:before {
    float: none !important;
}

/* STORE-VIEWS */
strong.view-de:before,
.page-header .switcher .options ul.dropdown li.view-de a:before {
    content: '';
    vertical-align: middle;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
    display: inline-block !important;
    width: 25px;
    height: 16px;
    background-image: url(../images/language/de.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    image-rendering: -webkit-optimize-contrast;
}
strong.view-en:before,
.page-header .switcher .options ul.dropdown li.view-en a:before {
    content: '';
    vertical-align: middle;
    overflow: hidden;
    speak: none;
    text-align: center;
    visibility: visible;
    display: inline-block !important;
    width: 25px;
    height: 16px;
    background-image: url(../images/language/en.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    image-rendering: -webkit-optimize-contrast;
}

/* BEFORE HEADER */
.before_header {
    width: 100%;
    background: #054166;
    border-bottom: 0px solid #fff;
    display: block;
    height: 30px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.before_header p {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    line-height: 2;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.before_header span {
    width: 33.33%;
    display: inline-block;
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    list-style: none;
}
.before_header span:first-child {
    text-align: left;
    padding-left: 20px;
}
.before_header span:last-child {
    text-align: right;
    padding-right: 10px;
}
.before_header span a {
    color: #95a5a6;
    font-weight: 300;
}
@media (max-width: 767px){
    .before_header span {
        width: 50%;
        font-size: 12px;
        line-height: 2.5;
    }
    .before_header span:first-child {
        display: none;
    }
    .before_header span:nth-child(2n) {
        text-align: left;
        padding-left: 15px;
    }
    .before_header span:last-child {
        text-align: right;
        padding-right: 15px;
    }
}

/* Header */
.minicart-wrapper .action.showcart .counter.qty {
    font-size: 14px;
    line-height: 30px;
    left: 20px;
}
.navigation .level0 > .level-top {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
    text-transform: uppercase;
    text-align: center;
}
.breadcrumbs a:visited {
    color: #333;
}
.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding: 0 8px;
    line-height: 18px;
    content: '/';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.page-header .panel.wrapper{
    position: relative;
}
.mobile.logo {
    display: none;
}
.header.content {
    padding-top: 0;
    padding-bottom: 0;
}
.header.panel > .header.links > li a.contact-link:before, ul.header.links li a.contact-link:before {
    content: 'question_answer';
    font-size: 20px;
    padding: 0 10px 0 0px;
}
.header.panel > .header.links > li a {
    color: #fff;
}
.header.panel > .header.links > li.authorization-link a:before {
    line-height: 22px;
}
.after-page-header.empty {
    position: relative;
    display: block;
    height: 0px;
}
li.switcher-option a {
    color: inherit;
    font-weight: 600;
    text-decoration: none;
}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    min-width: 110px;
}
@media (max-width: 639px){
    .mobile.logo {
        display: block;
    }
    .mobile.logo img {
        margin-top: 20px !important;
    }
    .minicart-wrapper {
        margin-top: 13px;
        z-index: 14;
    }
    .page-header .panel.wrapper .block.block-search {
        display: none;
    }
    .nav-open .nav-sections .block.block-search {
        display: block !important;
    }
    .block-search {
        margin-top: 5px !important;
    }
    .field.search {
        position: relative;
    }
    .block-search .label {
        position: absolute;
        bottom: 20px;
        right: 10px;
        z-index: 1;
    }
    .nav-open .nav-sections .block-search input#search-mobile {
        position: relative;
        left: 0;
        border: 1px solid #ccc;
        border-radius: 25px;
        height: 50px;
        padding: 0 45px 0 20px;
    }
}
@media (max-width: 767px){
    .nav-toggle {
        top: 7px;
    }
    .panel.wrapper div#switcher-language {
        display: none;
    }
    .logo {
        width: 100%;
        max-width: calc(100% - 100px);
        margin: 0 50px;
    }
    .nav-sections, .navigation {
        background: #fff;
    }
    .nav-sections-item-content {
        background: #fff;
        padding: 0 20px;
    }
    .nav-open .nav-sections .links, .nav-open .nav-sections .switcher {
        display: inherit;
    }
    .nav-sections .header.links li > a, .navigation .level0 > .level-top, .nav-sections .switcher {
        padding: 20px 20px;
        letter-spacing: 1px;
        font-weight: 600 !important;
        text-transform: uppercase;
    }
    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.9);
    }
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-color: #fff !important;
    }
    .nav-sections-item-title {
        display: none;
    }
    .nav-sections-item-content {
        margin-top: 0px;
    }
    .page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
        position: relative;
        display: inline-table !important;
        border: 0;
        box-shadow: none;
        width: 50%;
        box-sizing: border-box;
        margin: 0;
        clear: both;
    }
    .page-header .switcher .options ul.dropdown a {
        font-size: 14px;
        font-weight: 600;
        padding: 20px;
        color: inherit;
        text-decoration: none;
    }
    .actions.dropdown.options.switcher-options {
        display: block;
        width: 100%;
        max-width: 100%;
        position: relative;
    }
    .nav-sections .switcher-trigger strong {
        min-height: 64px;
        line-height: 60px;
        font-size: 14px;
        font-weight: 600;
    }
    div#switcher-language-trigger-nav {
        background: #f5f5f5;
        border-right: 1px solid #d1d1d1;
        box-sizing: border-box;
        display: inline-table;
        float: left;
        padding-left: 20px;
        position: relative;
        width: 50%;
    }
    strong.view-default, strong.view-shop_en {
        padding: 20px;
        background: #bdc3c7;
    }
    strong.view-default span, strong.view-shop_en span {
        font-weight: 700;
    }
    .nav-sections .switcher {
        padding: 0;
        border-bottom: 0 !important;
    }
    .page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before, .page-header .switcher .options ul.dropdown:after, .page-footer .switcher .options ul.dropdown:after {
        visibility: hidden;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        color: #333;
        text-decoration: none;
        padding: 20px 20px;
        opacity: 1;
    }
}
@media (min-width: 768px){
    .after-page-header.empty {
        height: 145px;
    }
    header.page-header {
        position: fixed;
        width: 100%;
        border-top: solid 0px #fff;
        border-bottom: 0px solid #fff;
        z-index: 10;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        top: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        margin-top: -1px;
    }
    .page-header .panel.wrapper {
        position: relative;
    }
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-width: 0 0 5px !important;
    }
    .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
        box-sizing: border-box;
        width: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        text-transform: uppercase;
        text-align: center;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-wrapper > .top-container {
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .page-header .header.panel {
        width: calc(100% - 130px) !important;
        padding-top: 7px !important;
    }
    .page-header .switcher {
        position: relative;
        z-index: 203;
    }
    .nav-sections {
        float: left;
        box-sizing: border-box !important;
    }
    .header.panel > .header.links > li:hover {
        background: transparent !important;
    }
    .header.panel > .header.links > li:hover a {
        color: #cddce5;
        opacity: 0.9;
    }
    .navigation li.level0:hover {
        background: rgba(0,0,0,0);
    }
    .navigation li.level0:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        border-bottom: 5px solid #06507f;
        bottom: -5px;
        left: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        transition: transform 0.15s ease-in;
    }
    .navigation li.level0:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
    .navigation li.level0.active:before {
        bottom: 0;
    }
    .nav-sections, .nav-sections-item-content {
        background: transparent;
    }
    .minicart-wrapper .action.showcart:before {
        line-height: 38px;
    }
    .header.panel > .header.links > li:first-child {
        border-left: 0px solid #fff;
    }
    li.authorization-link, .header.panel > .header.links > li:first-child, .header.panel > .header.links > li:nth-child(3n) {
        border-right: 0px solid #fff;
    }
    .header.panel > .header.links > li:first-child:hover,
    .header.panel > .header.links > li:nth-child(3n):hover,
    li.authorization-link:hover {
        width: 10px;
        height: 20px;
    }
    .header.panel > .header.links > li:hover a.My.Account,
    .header.panel > .header.links > li:hover a.contact-link,
    li.authorization-link:hover a {
        width: 122px !important;
        visibility: hidden;
    }
    .nav-sections-item-content div#switcher-language-nav,
    div#switcher-language-nav {
        width: 200px;
        box-sizing: border-box !important;
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 6;
    }
    .minicart-wrapper {
        z-index: 5;
    }
    .minicart-wrapper.active {
        z-index: 999 !important;
    }
    ul.header.links {
        z-index: 5;
    }
    .header.content {
        padding: 0 !important;
        padding-left: 20px !important;
        max-width: 130px !important;
        display: inline-block;
        float: left;
    }
    a.logo, strong.logo {
        display: block;
        margin: 8px auto 8px;
        box-sizing: border-box !important;
        z-index: 201;
    }
    .block-search {
        width: 160px !important;
        padding-left: 0 !important;
        box-sizing: border-box !important;
        z-index: 202 !important;
        right: 10px;
        border-bottom: 1px solid #333;
    }
    .block-search input[type="text"] {
        font-size: 13px;
    }
    .block-search .action.search {
        padding: 0 10px 0 20px !important;
    }
    li.authorization-link, .header.panel > .header.links > li:first-child, .header.panel > .header.links > li:nth-child(3n) {
        padding: 15px 20px 15px 20px !important;
    }
    .nav-sections ul.header.links {
        display: none !important;
    }
}
@media (min-width: 1024px){
    .after-page-header.empty {
        height: 95px;
    }
}

/* MEGA MENU */
#ui-id-73,
#ui-id-74,
#ui-id-75,
#ui-id-77,
#ui-id-78,
#ui-id-79 {
    display: none;
}
@media (max-width: 767px) {
    .navigation ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        display: none!important;
    }
}
@media (min-width: 768px){
    .navigation .level0 .submenu {
        background: #e6eef2 !important;
        border: 0 !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
        width: 100vw;
        max-width: 1280px;
        box-sizing: border-box;
        padding-top: 10px !important;
    }
    li.level0.nav-1.level-top.parent.ui-menu-item .submenu {
        left: -150px !important;
    }
    li.level0.nav-2.level-top.parent.ui-menu-item .submenu {
        left: -245px !important;
    }
    li.level0.nav-3.level-top.parent.ui-menu-item .submenu {
        left: -395px !important;
    }
    .navigation .level0 .submenu .submenu, ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: inline-block !important;
        position: relative;
        top: 0 !important;
        left: 0 !important;
        box-sizing: border-box;
        width: 20%;
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
    }
    li.level1.ui-menu-item {
        margin: 0;
        width: 20%;
        float: left;
        overflow: hidden;
    }
    .navigation .level0 .submenu li {
        margin-bottom: 0;
    }
    .navigation li.level1 a {
        font-weight: 700;
    }
    .navigation li.level2 a {
        font-weight: 300;
    }
    .navigation {
        z-index: 250 !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    ul.level1.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
        display: none!important;
    }
}

/* MINI CART */
.minicart-wrapper:before, .minicart-wrapper:after {
    content: '';
    display: table;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.minicart-wrapper.active::before {
    background: rgba(6,80,127,.9);
    width: 100vw;
    height: 100vh;
    z-index: 8;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
}
.action.primary#top-cart-btn-checkout{
    height: 50px;
}
.paypal.checkout.paypal-logo.paypal-express-in-context-mini-cart-container {
    margin-top: 5px;
    height: 50px;
    min-height: 35px;
    max-height: 55px;
    background: #ffc439;
    color: #111;
}
.box-tocart .paypal img, .block-minicart .paypal img {
    display: block;
    margin: 0 auto;
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    text-align: center;
    height: 25px;
    max-height: 25px;
    min-height: 14px;
}
.minicart-wrapper .block-minicart {
    border: 0 !important;
}
.block-minicart .items-total {
    text-align: center;
    font-size: 24px;
    float: none;
    clear: both;
}
.minicart-items .product-item:not(:first-child) {
    margin-top: 5px;
    border-top: 0px solid #cccccc;
}
#top-cart-btn-checkout {
    width: 100%;
    text-transform: uppercase;
}
.minicart-items-wrapper {
    margin-top: 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: none;
    height: auto !important;
    max-height: 100vh;
}
.minicart-items .product-item {
    padding: 15px 0 5px;
}
.minicart-items .product-item-name {
    line-height: 18px;
    min-height: 20px;
    max-height: 48px;
    margin: 0;
}
.items-total-wrapper {
    display: none;
}
.minicart-title {
    position: absolute;
    margin: 0;
    padding: 0 0 10px 0;
    background: #fff;
    top: 16px;
    width: 100%;
    text-align: center;
    font-size: 16px !important;
    text-transform: uppercase;
}
.minicart-wrapper .action.close {
    top: 5px;
    left: 5px;
}
.block-minicart .subtotal {
    padding: 10px 0;
    text-align: left;
    box-sizing: border-box;
    text-transform: uppercase;
}
.block-minicart .subtotal span.label {
    display: inline-block;
}
.amount.price-container {
    display: inline-block;
    float: right;
}
.amount.price-container:after {
    content: ' ';
    clear: both;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
    font-weight: 300;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 0px;
    display: inline-block;
}
.minicart-items .product-item-pricing .price-container {
    display: inline-block;
    margin-right: 10px;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
}
.minicart-wrapper .product .actions {
    margin: -32px 0 0;
}
.minicart-items .action.delete:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: '\E5CD';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0;
}
.minicart-items-wrapper .product.options,
.minicart-items .action.edit {
    display: none !important;
}
.minicart-items .product-item-name a {
    font-size: 14px;
    font-weight: 700;
    vertical-align: top;
}
.minicart-items .product-item-details .price {
    font-weight: 300;
}
.minicart-items .product-item-details .details-qty input[type="number"] {
    width: 50px;
    background: #fff;
    margin-left: 5px;
}
.minicart-wrapper .block-minicart .snocks-checkout {
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    right: 20px;
    left: 20px;
    background: #fff;
}
.minicart-items .update-cart-item {
    font-size: 12px;
    text-transform: none;
    letter-spacing: 0.5px;
    height: 40px;
}
.secondary button.action.viewcart {
    margin-top: 10px;
    padding: 10px;
    height: auto;
    line-height: 1.3;
    background: transparent;
    border: 1px solid #06507f;
    color: #06507f;
}
.secondary button.action.viewcart:hover {
    background: #06507f;
    border: 1px solid #06507f;
    color: #fff;
}
.secondary button.action.viewcart:hover a {
    color: #fff;
}
.secondary button.action.viewcart a {
    color: #06507f;
    text-decoration: none;
}
@media (max-width: 480px) {
    div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
        width: 100vw;
        max-width: 320px;
        height: 100vh;
        position: fixed;
        margin: 0px;
        padding: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        display: block;
        z-index: 999 !important;
    }
    .minicart-wrapper .block-minicart:before {
        top: 0;
    }
    .minicart-wrapper .block-minicart {
        position: absolute;
        height: 100vh;
    }
    .minicart-title {
        top: 36px;
    }
    .minicart-wrapper .action.close {
        top: 25px;
    }
    .block-minicart .subtitle.empty {
        padding: 40px 0 20px;
    }
    .minicart-items .product-item-details .details-qty input[type="number"] {
        width: 40px;
        margin-left: 0px;
    }
    .minicart-items-wrapper {
        margin: 20px 0 0;
        padding: 0;
    }
    .minicart-items .update-cart-item {
        font-size: 11px;
    }
    div#minicart-content-wrapper .block-content {
        overflow: hidden;
        max-width: 100%;
    }
    div#minicart-content-wrapper {
        height: auto;
        max-height: calc(100vh - 190px);
        overflow: auto;
    }
}
@media (min-width: 768px) {
    .minicart-items .product-item-details .details-qty input[type="number"] {
        width: 60px;
    }
    .minicart-items-wrapper {
        max-height: 100vh !important;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
        width: 100vw;
        max-width: 320px;
        height: 100vh;
        position: fixed;
        margin: 0px;
        padding: 0px;
        top: 0px;
        bottom: 0px;
        right: 0px;
        display: block;
        z-index: 999 !important;
    }
    .minicart-wrapper .block-minicart:before {
        top: 0;
    }
    .minicart-wrapper .block-minicart {
        position: absolute;
        height: 100vh;
    }
    .minicart-title {
        top: 36px;
    }
    .minicart-wrapper .action.close {
        top: 25px;
    }
    .block-minicart .subtitle.empty {
        padding: 40px 0 20px;
    }
    .minicart-items .product-item-details .details-qty input[type="number"] {
        width: 40px;
        margin-left: 0px;
    }
    .minicart-items-wrapper {
        margin: 20px 0 0;
        padding: 0;
    }
    .minicart-items .update-cart-item {
        font-size: 11px;
    }
    div#minicart-content-wrapper .block-content {
        overflow: hidden;
        max-width: 100%;
    }
    div#minicart-content-wrapper {
        height: auto;
        max-height: calc(100vh - 190px);
        overflow: auto;
    }
}

/* CATEGORY VIEW / PRODUCT GRID */
.products-grid .product-item {
    border-color: #fff;
    background: #e6eef2;
    text-align: left;
}
.page-products li.product-item:hover .product-item-info, li.product-item:hover .product-item-info {
    opacity: 1;
    filter: brightness(1);
    -webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,0);
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,0);
}
.products-grid .product-item .product-item-info img.photo.image {
    padding-top: 10px;
}
body.page-products.catalog-category-view .category-description {
    background: #fff;
}
body.page-products.catalog-category-view div.unit-content-wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}
.products-grid .product-item .product-item-inner,
body.catalog-category-view .page-title-wrapper,
.product-item-actions,
.products-grid .product-item .minimal-price-link,
.products-grid .product-item .baseprice {
    display: none;
}
.product-item-info {
    position: relative;
}
li.item.product.product-item .product.details.product-item-details .swatch-attribute.color {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
li.item.product.product-item:hover .product.details.product-item-details .swatch-attribute.color {
    visibility: visible;
    opacity: 1;
}
li.item.product.product-item .product.details.product-item-details .swatch-attribute.color .swatch-option {
    clear: both;
}
.product.details.product-item-details {
    margin-top: 5px;
}
.product-item-name, .product.name a {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-size: 20px;
    line-height: 22px;
    min-height: 44px;
    max-height: 66px;
    overflow: hidden;
}
.product-item-name, .vintage, .short-info, .vpe, .product-item .price-box {
    margin: 0px auto;
    max-width: 250px;
}
.vintage {
    display: block;
    font-size: 16px;
    margin: 5px auto 0;
    min-height: 24px;
}
.short-info {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 5px auto;
    border-top: 1px dotted #ccc;
    padding-top: 5px;
    margin-bottom: 8px;
}
.vpe {
    display: block;
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
    color: #95a5a6;
}
.product-item .price-box {
    margin: 15px auto 0;
}
.product-item .special-price {
    display: inline-block;
}
.product-item .price-box .price {
    font-weight: 300;
    font-size: 14px;
}
.products-grid span.special-price {
    background: #333;
    padding: 5px 13px;
    border-radius: 16px;
    color: #fff;
}
select.sorter-options, select.limiter-options {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    word-spacing: 0px;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
    background: #fff url(../images/select-bg.svg) no-repeat 100% 48%;
    background-size: 30px 60px;
    padding-right: 15px;
}
select.limiter-options{
    padding-right: 25px;
}
#lieferumfang {
    font-weight: 300;
    font-size: 14px;
    display: block;
}
.block.filter .filter-title, strong.block-subtitle.filter-subtitle {
    display: none;
}
section.category-section{
    direction: ltr;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.374px;
    line-height: 25px;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
ul.category-section-positions{
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
li.category-section-item{
    display: block;
    width: 100%;
    background: transparent;
    border-bottom: 12px solid #fff;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    text-align: -webkit-match-parent;
}
.category-section div.promo{
    position: relative;
    overflow: hidden;
    height: 154px;
}
.category-section div.promo-col-2{
    position: relative;
    overflow: hidden;
    height: 450px;
}
.category-section a.unit-wrapper{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
.category-section div.unit-content-wrapper{
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
}
.category-section h2.unit-header{
    font-size: 34px !important;
    line-height: 1.07143;
    font-weight: 700;
    margin: 0;
}
.category-section h3.unit-subheader {
    font-size: 14px;
    line-height: 1.14815;
    font-weight: 700;
    margin: 6px 0 0;
    background: #fff;
    padding: 5px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone !important;
    display: inline;
    width: 100%;
    line-height: 1.85;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 5px rgba(0,0,0,0) !important;
}
.category-section div.unit-image-wrapper{
    z-index: 1;
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.category-section div.unit-image-wrapper.image-fullwidth{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.category-section figure.unit-image{
    position: absolute;
    left: calc(50% - 212px);
    right: none;
    width: 425px;
    height: 154px;
    background-size: 425px 154px;
    background-repeat: no-repeat;
}
.category-section figure.unit-image.image-anchored-center{
    background-position-x: center;
}
.category-section figure.unit-image.image-anchored-top{
    top: calc(50% - 77px);
    bottom: none;
    background-position-y: top;
}
.category-section figure.unit-image.image-anchored-bottom{
    top: none;
    bottom: 0;
    background-position-y: bottom;
}
a.product-item-link {
    font-weight: 300;
}
.filter-options .filter-options-title {
    font-size: inherit;
}
dl.wuk-filter {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    border: 5px solid #fff;
    height: 45px;
    padding: 0;
    background: #e6eef2;
    margin: 0 !important;
    cursor: pointer;
}
dl.wuk-filter.active .filter-options-content {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 5;
    margin: 0;
    background: #e6eef2;
    padding: 0;
    overflow: auto;
    max-height: 260px;
    -webkit-box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 10px 14px 0 rgba(0,0,0,0.1);
}
dl.wuk-filter dt.filter-options-title:after {
    position: absolute;
    right: 10px;
    top: 5px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '+';
    vertical-align: middle;
    display: inline-block !important;
    font-weight: 300;
    overflow: hidden;
    speak: none;
    text-align: center;
    top: -4px;
}
dl.wuk-filter.active {
    background: #06507f;
    color: #fff;
}
dl.wuk-filter.active dt.filter-options-title:after {
    content: '-';
}
dl#narrow-by-list:after {
    content: '';
    display: block;
    clear: both;
}
dt.filter-options-title {
    position: relative;
    margin: 0 !important;
    text-align: center;
}
.filter-options .filter-options-title {
    line-height: 35px;
}
dd.filter-options-content {
    width: 25%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    opacity: 0;
}
dd.filter-options-content.active {
    display: block;
    visibility: visible;
    opacity: 1;
}
dl.wuk-filter .filter-options-content li.item {
    position: relative;
    padding: 10px 10px 10px 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
dl.wuk-filter .filter-options-content li.item:before {
    position: absolute;
    top: 14px;
    left: 10px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 17px;
    color: #333;
    content: '+';
    vertical-align: top;
    display: inline-block !important;
    font-weight: 300;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 8px;
}
dl.wuk-filter .filter-options-content li.item a {
    text-decoration: none;
    color: #333;
}
dl.wuk-filter .filter-options-content li.item:nth-child(odd) {
    background: #f0f0f0;
}
dl.wuk-filter .filter-options-content li.item:first-child {
    border-top: 1px solid #fff;
}
.category-spirituosen .breadcrumbs, .category-sekt-champagner .breadcrumbs, .category-whisky .breadcrumbs, .category-gin .breadcrumbs {
    display: none;
}
ul.row.slick-slider {
    margin-bottom: 0;
}
ul.row.slick-slider li.col-sm-12 {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
@media only screen and (min-width: 376px) {
    .category-section h2.unit-header{
        font-size: 40px !important;
    }
    .category-section div.promo,
    .category-section div.promo-col-2 {
        height: 278px;
    }
    .category-section figure.unit-image {
        position: absolute;
        left: calc(50% - 384px);
        right: none;
        width: 768px;
        height: 278px;
        background-size: 768px 278px;
        background-repeat: no-repeat;
    }
    .category-section figure.unit-image.image-anchored-top {
        top: calc(50% - 138px);
        bottom: none;
        background-position-y: top;
    }
}
@media only screen and (min-width: 768px){
    .category-section h3.unit-subheader{
        font-size: 24px;
        margin: 6px 0 0;
    }
    .category-section div.promo{
        height: 650px;
    }
    .category-section div.promo-col-2{
        height: 600px;
    }
    .category-section figure.unit-image{
        position: absolute;
        top: calc(50% - 400px);
        left: calc(50% - 950px);
        right: none;
        width: 1900px;
        height: 688px;
        background-size: 1900px 688px;
        background-repeat: no-repeat;
    }
    .category-section li.category-section-item.col-2 figure.unit-image {
        position: absolute;
        top: calc(50% - 225px);
        left: calc(50% - 225px);
        right: none;
        width: 450px;
        height: 450px;
        background-size: 450px 450px;
        background-repeat: no-repeat;
    }
    .category-section li.category-section-item.col-2{
        width: 50%;
        box-sizing: border-box;
        border: 6px solid #fff;
        background-color: transparent;
        height: 600px;
        overflow: hidden;
        display: inline-block;
        display: list-item;
        text-align: -webkit-match-parent;
    }
    .category-section li.category-section-item.col-2:nth-child(-n+2){
        border-top-width: 6px;
    }
    .category-section li.category-section-item.col-2:last-child(-n+2){
        border-bottom-width: 6px;
    }
    .category-section li.category-section-item.col-2:nth-child(odd){
        border-left-width: 0px;
    }
    .category-section li.category-section-item.col-2:nth-child(even){
        border-right-width: 0px;
    }
    .category-section li.category-section-item.col-2 h2.unit-header{
        font-size: 40px !important;
        line-height: 1;
    }
    .category-section h2.unit-header{
        font-size: 80px !important;
    }
    .category-section figure.unit-image.image-anchored-top{
        top: 0;
        bottom: none;
        background-position-y: top;
    }
    a.product-item-link {
        font-weight: 700;
    }
    .product-item-name, .product.name a {
        font-size: 20px;
        line-height: 22px;
        min-height: 0px;
        max-height: 66px;
    }
    dl.wuk-filter {
        width: 50%;
        float: left;
    }
    .catalogsearch-result-index dl.wuk-filter {
        width: 100%;
    }
    .catalogsearch-result-index .sidebar-main {
        padding-right: 0;
    }
}
@media (max-width: 1023px){
    .product.actions.product-item-actions {
        display: none !important;
    }
}
@media only screen and (min-width: 1024px){
    .page-products li.product-item:hover .product-item-info, li.product-item:hover .product-item-info {
        opacity: 1;
        filter: brightness(1);
        -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0);
        box-shadow: 0px 0px 5px 0 rgba(0,0,0,0);
        background: #e0e0e0;
    }
    .category-section div.unit-content-wrapper{
        padding-top: 150px;
    }
    .category-section li.category-section-item.col-2 figure.unit-image {
        position: absolute;
        top: calc(50% - 300px);
        left: calc(50% - 300px);
        right: none;
        width: 600px;
        height: 600px;
        background-size: 600px 600px;
        background-repeat: no-repeat;
    }
    dl.wuk-filter {
        width: 25%;
    }
    .catalogsearch-result-index dl.wuk-filter {
        width: 100%;
    }
    .catalogsearch-result-index .sidebar-main {
        padding-right: 0;
    }
    .page-products .columns {
        display: flex !important;
    }
}

/* CATEGORY VIEW INVIS HEADER WITH IMAGE */
.content.fullwidth {
    max-width: 1280px !important;
}
body.catalog-category-view .top-container li.col-sm-12.max-height .content {
    z-index: 1;
}
.content.fullwidth.flag {
    text-align: right !important;
}
.content.fullwidth.flag img.flag {
    width: 200px;
    max-width: 200px;
    opacity: 1;
    filter: brightness(1);
}
section[class^="category-section-"].fullwidth, section[class*=" category-section-"].fullwidth {
    max-width: 100%;
}
section[class^="category-section-"].boxed, section[class*=" category-section-"].boxed {
    max-width: 1280px;
    margin: 0 auto;
}
body.cms-home section[class^="category-section-"] {
    margin-bottom: 60px;
}
label.copyright, label.copyright a {
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0,0,0,1);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.1px;
    text-transform: none;
}
label.copyright {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.col-sm-6 label.copyright, .col-sm-6 label.copyright a {
    font-size: 8px;
    opacity: 0.9;
}
.col-sm-6 label.copyright {
    bottom: 10px;
    left: 10px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}
@media (max-width: 1023px){
    .content.fullwidth.flag img.flag {
        width: 130px;
        max-width: 130px;
    }
}
@media (max-width: 767px){
    [class^="col-sm-"] .content.fullwidth.flag.center-center {
        left: 50%;
        top: 0%;
        transform: translateX(-50%) translateY(0%);
    }
    .content.fullwidth.flag img.flag {
        width: 80px;
        max-width: 80px;
    }
}
@media (min-width: 425px) {
    section.category-section-print.fullwidth.print:after {
        background-color: #fff;
        background-color: rgba(255,255,255,0.95);
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 70px;
        -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
        transform: rotate(4deg);
        width: 140%;
        z-index: 0;    }
}
@media (min-width: 768px) {
    section.category-section-print.fullwidth.print:after {
        top: 165px;
    }
}
@media (min-width: 1024px){
    section.category-section-print.fullwidth.print:after {
        top: 200px;
    }
    .category-print.catalog-category-view header.page-header,
    .category-standard-werbemittel.catalog-category-view header.page-header,
    .category-textilien.catalog-category-view header.page-header {
        position: absolute;
        background: transparent; /* Old browsers */
        background: rgba(6,80,127,0.9);
    }
    .category-print.catalog.catalog-category-view .before_header,
    .category-standard-werbemittel.catalog.catalog-category-view .before_header,
    .category-textilien.catalog.catalog-category-view .before_header {
        background: #fff;
        background: rgba(255,255,255,0.3);
        border-bottom: 0 solid #fff;
    }
    .category-print.catalog.catalog-category-view .before_header p,
    .category-print.catalog.catalog-category-view .before_header span a,
    .category-standard-werbemittel.catalog.catalog-category-view .before_header p,
    .category-standard-werbemittel.catalog.catalog-category-view .before_header span a,
    .category-textilien.catalog.catalog-category-view .before_header p,
    .category-textilien.catalog.catalog-category-view .before_header span a {
        color: #2c3e50;
    }
    .category-print.catalog-category-view .after-page-header.empty,
    .category-standard-werbemittel.catalog-category-view .after-page-header.empty,
    .category-textilien.catalog-category-view .after-page-header.empty {
        display: none;
    }
    .category-print.catalog-category-view .page-wrapper > .breadcrumbs,
    .category-standard-werbemittel.catalog-category-view .page-wrapper > .breadcrumbs,
    .category-textilien.catalog-category-view .page-wrapper > .breadcrumbs {
        position: absolute;
        top: 100px;
        z-index: 1;
    }
    .category-print .catalog-category-view .breadcrumbs a:visited,
    .category-print .catalog-category-view.breadcrumbs .items,
    .category-standard-werbemittel .catalog-category-view .breadcrumbs a:visited,
    .category-standard-werbemittel .catalog-category-view.breadcrumbs .items,
    .category-textilien .catalog-category-view .breadcrumbs a:visited,
    .category-textilien .catalog-category-view.breadcrumbs .items {
        color: #fff;
    }
    section[class^="category-section-"].fullwidth .content h1,
    section[class*=" category-section-"].fullwidth .content h1 {
        font-size: 40px !important;
    }
    section[class^="category-section-"].fullwidth .content h2,
    section[class*=" category-section-"].fullwidth .content h2 {
        font-size: 40px !important;
    }
}
@media (min-width: 1280px) {
    section.category-section-print.fullwidth.print:after {
        top: 300px;
    }
}
@media (min-width: 1440px) {
    section.category-section-print.fullwidth.print:after {
        top: 350px;
    }
}
@media (min-width: 1920px) {
    section.category-section-print.fullwidth.print:after {
        top: 500px;
    }
}
@media (min-width: 2560px) {
    section.category-section-print.fullwidth.print:after {
        top: 500px;
    }
}

/* PRODUCT VIEW */
.abs-action-addto-product, .block-event .slider-panel .slider .item .action.event, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare, .product-options-bottom .action.tocompare, .product-info-main .action.towishlist, .product-options-bottom .action.towishlist, .block-bundle-summary .action.towishlist {
    font-family: 'Lidl-Font', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.catalog-product-view main#maincontent {
    margin-top: 30px;
}
.fotorama__caption__wrap {
    visibility: hidden;
}
.page-title-wrapper.product h1 {
    margin-bottom: 0px !important;
}
.product-info-main .product-reviews-summary {
    margin: 0;
    margin-left: 5px;
}
.product-info-main .product.attribute.overview {
    margin: 5px 0 20px;
}
#product-addtocart-chili-button, .bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    border-radius: 0px;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
}
.product-info-main .price-box .old-price .price-wrapper .price, .product-options-bottom .price-box .old-price .price-wrapper .price {
    font-size: 16px;
    line-height: 18px;
}
.old-price span.priceextender, .old.price span.priceextender {
    display: none;
}
span.priceextender {
    font-size: 12px;
}
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    height: 42px;
    border: 1px solid #bbb;
}
.qty_control_btn {
    border: 1px solid #c2c2c2 !important;
    height: 40px !important;
    line-height: 40px !important;
}
span.qty_control_btn.qty_dec {
    border-right-width: 0px !important;
}
span.qty_control_btn.qty_inc {
    border-left-width: 0px !important;
}
.product.attribute.description div.value ul {
    padding-left: 15px;
}
.product.data.items>.item.content {
    margin-top: 0px !important;
    background: #fff !important;
    border: 0px solid #e6eef2 !important;
    text-align: left;
}
.product.data.items .item.title a:after {
    position: absolute;
    right: 9px;
    top: 14px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: inherit;
    color: inherit;
    content: '+';
    vertical-align: middle;
    display: inline-block !important;
    font-weight: 300;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.product.data.items .item.title.active a::after {
    content: "-";
}
.product.data.items>.item.title:not(.disabled)>.switch:active,
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:focus,
.product.data.items>.item.title.active>.switch:hover,
.product.data.items>.item.title>.switch {
    background: #fff !important;
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #fff !important;
    padding: 15px 30px 15px 5px !important;
    text-transform: uppercase;
    color: #333 !important;
    font-weight: 700 !important;
}
body.catalog-product-view table {
    color: #333 !important;
}
body.catalog-product-view select {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    height: 42px;
    word-spacing: 0px;
    -webkit-appearance: none;
    -webkit-rtl-ordering: logical;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-border-image: none;
    background: #fff url(../images/select-bg.svg) no-repeat 100% 48%;
    background-size: 30px 60px;
    padding-right: 15px;
}
.fotorama__thumb__arr {
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.fotorama__thumb-border {
    border: 0px solid #ccc !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
    opacity: 0.5;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    opacity: 1;
}
.product.media {
    position: relative;
}
.products-upsell li.item.product.product-item {
    border-color: #fff;
    background: #fff;
}
.additional-attributes-wrapper.table-wrapper {
    margin-bottom: 0px;
}
a#tab-label-additional-title:before {
    display: none;
}
.product-info-main .box-tocart, .product-options-bottom .box-tocart {
    width: 100%;
}
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    max-width: 100%;
    width: 100%;
}
div.after-add-to-card {
    padding:20px;
    background-color:#e9e9e9;
}
.block.upsell {
    background: #fff;
    padding: 20px 0px 30px;
}
.block.upsell .products-grid .product-item {
    text-align: center;
}
div.before-upselling-products {
    clear: both;
}
ul.row.product-icons {
    -webkit-padding-start: 0px;
}
.before-upselling-products .content.product-icons {
    border: none!important;
    padding: 5px
}
.before-upselling-products .content.product-icons h3 {
    text-transform: uppercase;
    font-weight: 700;
}
.before-upselling-products .content.product-icons span:before {
    font-size: 48px;
    line-height: 50px;
}
.before-upselling-products .content.product-icons span.abcicon-pie-chart:before {
    font-size: 46px;
    line-height: 50px;
    padding-left: 1px;
}
.before-upselling-products .content.product-icons span.abcicon-pie-chart:before {
    font-size: 42px;
    line-height: 50px;
}
.before-upselling-products .content.product-icons span.abcicon-zoom:before {
    font-size: 38px;
    line-height: 50px;
}
.abs-action-addto-product, .block-event .slider-panel .slider .item .action.event, .bundle-options-container .block-bundle-summary .product-addto-links > .action, .product-info-main .action.tocompare, .product-options-bottom .action.tocompare, .product-info-main .action.towishlist, .product-options-bottom .action.towishlist, .block-bundle-summary .action.towishlist {
    background: #fff;
    border: 2px solid #333;
    color: #333;
    padding: 7px 15px;
    font-size: 14px;
    border-radius: 0px;
    width: 100%;
    text-align: center;
}
.abs-action-link-button:hover, .abs-action-addto-product:hover, .block-event .slider-panel .slider .item .action.event:hover, .bundle-options-container .block-bundle-summary .product-addto-links > .action:hover, .product-info-main .action.tocompare:hover, .product-options-bottom .action.tocompare:hover, .product-info-main .action.towishlist:hover, .product-options-bottom .action.towishlist:hover, .block-bundle-summary .action.towishlist:hover {
    border: 2px solid #e6eef2;
    background: #e6eef2;
    color: #333;
}
.product-info-main .product.attribute.sku {
    display: block !important;
    color: #333;
    margin-bottom: 20px;
}
.catalog-product-view section.homepage-section.icons {
    margin-bottom: 30px;
    padding: 30px 10px;
    box-sizing: border-box;
    clear: both;
}
section.homepage-section.icons li[class^="col-sm-"] a img {
    max-width: 35px;
    margin-bottom: 15px;
    filter: brightness(100);
}
section.homepage-section.icons.feature-attributes li[class^="col-sm-"] img {
    max-width: 50px;
    height: 50px;
}
section.homepage-section.icons li[class^="col-sm-"]:hover a img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
section.homepage-section.icons h2.unit-header {
    font-size: 18px !important;
    text-shadow: 1px 1px 5px rgba(0,0,0,0);
    margin-bottom: 10px;
}
section.homepage-section.icons p {
    font-size: 14px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0);
}
.products-grid.products-related li.item.product.product-item {
    padding: 10px;
}
.products-grid.products-related .product-item-info.related-available {
    padding: 10px;
    box-sizing: border-box;
    border-color: #fff;
    /* background: #fff; */
}
.products-grid.products-related a.product.photo.product-item-photo {
    width: 30%;
    float: left;
    box-sizing: border-box;
}
.products-grid.products-related .product.details.product-item-details {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.products-grid.products-related .vintage {
    margin: 0 auto 0;
    min-height: 0;
}
.products-grid.products-related input[type="checkbox"]:checked,
.products-grid.products-related input[type="checkbox"]:not(:checked),
.products-grid.products-related input[type="radio"]:checked,
.products-grid.products-related input[type="radio"]:not(:checked) {
    margin: 2px 10px 0 0;
}
li.item.product.product-item img.product-image-photo,
.products-grid.grid img.product-image-photo{
    padding-top: 10px;
    height: calc(100% - 10px);
}
.product.info.detailed .additional-attributes {
    width: 100%;
    min-width: 100%;
}
@media (max-width: 767px){
    body.catalog-product-view main#maincontent {
        text-align: center;
    }
    .product.data.items .item.title a:after {
        position: absolute;
        right: 30px;
        top: inherit;
    }
    span.priceextender {
        display: block;
    }
    .product-info-main .field.qty {
        margin-bottom: 20px !important;
    }
    body.catalog-product-view .block.upsell li.item.product.product-item:nth-child(5n),
    body.catalog-product-view .block.upsell li.item.product.product-item:nth-child(6n) {
        display: none !important;
    }
    .product.data.items > .item.title > .switch {
        font-size: 14px !important;
    }
    .block.related li.item.product.product-item {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .catalog-product-view .column.main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-layout-1column .product-info-main {
        width: 100% !important;
        text-align: center;
        float: none;
    }
    .page-layout-1column .product.media {
        width: 100% !important;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        float: none;
    }
    .product-info-main .product-reviews-summary {
        margin: 0 auto;
    }
    .rating-summary .rating-result {
        width: 86px;
        margin-left: 0;
    }
    .product-reviews-summary .rating-summary {
        width: 100%;
    }
    span.priceextender {
        display: block;
    }
    .product-info-main .field.qty {
        margin-bottom: 20px !important;
    }
}
@media (min-width: 768px){
    .page-title-wrapper.product h1 {
        font-size: 34px !important;
        margin-bottom: 0px !important;
    }
    .product.data.items > .item.content {
        margin-top: 0px !important;
        padding: 20px 5px 20px 5px !important;
        background: #fff !important;
        float: right !important;
    }
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover, .product.data.items > .item.title > .switch {
        background: #fff !important;
        border-top: 1px solid #e9e9e9 !important;
        border-bottom: 1px solid #fff !important;
        padding: 15px 30px 15px 5px !important;
        text-transform: uppercase;
        color: #333 !important;
        font-weight: 700 !important;
    }
    body.catalog-product-view table tr {
        display: block !important;
        width: 50%;
        float: left;
        box-sizing: border-box;
    }
    .product.info.detailed .additional-attributes > tbody > tr > th {
        min-width: 145px;
    }
    body.catalog-product-view table tr:nth-child(4n+1), body.catalog-product-view table tr:nth-child(4n+2) {
        background: #e6eef2;
    }
    body.catalog-product-view table tr:nth-child(2n+1) {
        border-right: 5px solid #fff;
    }
    tbody:after {
        content: '';
        display: block;
        clear: both;
    }
    section.homepage-section.icons .row h2.unit-header {
        font-size: 18px !important;
    }
    section.homepage-section.icons .row h4.unit-header {
        font-size: 18px !important;
        font-weight: 700;
    }
}
@media (min-width: 1024px){
    .page-layout-1column .block.widget .products-grid.products-related .product-item,
    .page-layout-2columns-left .block.widget .products-grid.products-related .product-item,
    .page-layout-2columns-right .block.widget .products-grid.products-related .product-item,
    .page-layout-3columns .block.widget .products-grid.products-related .product-item,
    .page-products.page-layout-1column .products-grid.products-related .product-item,
    .page-products.page-layout-2columns-left .products-grid.products-related .product-item,
    .page-products.page-layout-2columns-right .products-grid.products-related .product-item,
    .page-products.page-layout-3columns .products-grid.products-related .product-item,
    .products-grid.products-related .product-item {
        width: 33.33333333% !important;
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 2.5px;
        border-right-width: 5px;
    }
}

/* PRODUCT VIEW AFTER ADD TO CART BUTTON */
ol.row.specials {
    margin: 20px 0;
}
.specials img.icon {
    max-width: 40px;
    max-height: 40px;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

/* ATTRIBUTE SWATCHES */
.swatch-option-tooltip {
    min-height: 40px;
    max-height: 100%;
    min-width: 40px;
    padding: 10px;
    background-color: #e9e9e9 !important;
    border: 1px solid #e9e9e9 !important;
}
.catalog-category-view .swatch-option-tooltip {
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.2);
}
.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    max-width: 80px;
    min-width: 40px;
    max-height: 80px;
    min-height: 40px;
}
.swatch-option-tooltip .corner:after, .swatch-option-tooltip .corner:before, .swatch-option-tooltip-layered .corner:after, .swatch-option-tooltip-layered .corner:before {
    border-color: #e9e9e9 transparent transparent transparent !important;
}
.page-product-configurable .swatch-option.image {
    width: 50px;
    height: 52px;
    background-size: contain !important;
    opacity: 0.6;
    margin-top: 4px;
}
.catalog-category-view .product-item .swatch-option.image {
    width: 30px;
    height: 30px;
    background-size: contain !important;
}
.page-product-configurable .swatch-option.selected.image {
    opacity: 1;
    filter: brightness(0.9);
}
.swatch-option.selected {
    outline: 3px solid #e9e9e9 !important;
    border: 1px solid #e9e9e9 !important;
    color: #333 !important;
}
.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline: 3px solid #e9e9e9 !important;
    border: 1px solid #e9e9e9 !important;
    opacity: 1;
}
.catalog-category-view .page-product-configurable .swatch-option.image {
    opacity: 1;
}
.catalog-category-view .page-product-configurable .swatch-option.selected.image {
    opacity: 1;
    filter: brightness(1);
}
.catalog-category-view .swatch-option.selected {
    outline: 3px solid #333 !important;
    border: 1px solid #fff !important;
    color: #333 !important;
}
.catalog-category-view .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    outline: 3px solid #333 !important;
    border: 1px solid #fff !important;
    opacity: 1;
}

/* REVIEWS */
div#tab-label-reviews, a#tab-label-reviews-title, div#reviews {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
a.action.add, .products-grid .product-reviews-summary.short, .product-info-main .product-reviews-summary .reviews-actions {
    display: none;
}
.review-control-vote label:before, .rating-summary .rating-result > span:before {
    color: #ffd200;
}
.rating-summary .rating-result:before, .rating-summary .rating-result > span:before {
    font-size: 26px;
    height: 26px;

}
.review-list .block-title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 100%;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0;
    display: none;
}
.review-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 100%;
    margin: 0 0 12px !important;
}
.rating-summary {
    font-size: 13px;
}
.product-info-main .rating-summary, .customer-review .rating-summary {
    margin-right: 0;
    width: 33.33%;
    float: left;
}
.product-reviews-summary .rating-summary {
    width: auto;
    float: none;
}
.review-content {
    margin-bottom: 18px;
    margin-top: 20px;
    font-size: 13px;
}
.review-details {
    font-size: 13px;
}
.review-toolbar {
    margin: 0;
}
.review-field-ratings .nested {
    display: block;
}
.fieldset .review-field-ratings>.label {
    margin-bottom: 12px;
    font-weight: 700;
}
.review-field-rating .label {
    font-weight: 700;
}
.review-control-vote label:before, .review-control-vote:before {
    font-size: 28px;
    line-height: 28px;
    height: 26px;
}
.fieldset>.field .field.choice, .fieldset>.fields>.field .field.choice {
    margin-bottom: 9px;
    width: 33.33%;
    float: left;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
    font-size: 12px;
    letter-spacing: 0.5px;
}
.fieldset > .field.choice .label {
    font-size: 14px;
    text-transform: none;
    margin-left: 10px;
    vertical-align: sub;
}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {
    display: block;
}
.control.review-control-vote {
    margin: 0;
    padding-top: 0 !important;
    margin-left: -6px;
}
.review-form .action.submit.primary {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1.5rem;
    padding: 7px 18px;
}
.review-ratings {
    width: 100%;
}
.fieldset .review-legend.legend span {
    margin: 0;
    float: left;
    width: 110px;
}
.fieldset .review-legend.legend strong {
    display: inline-block;
    float: none;
    clear: both;
}
.fieldset>.field, .fieldset>.fields>.field {
    margin: 0 0 8px !important;
    box-sizing: border-box;
}
.review-item {
    padding: 0px 0px 20px;
    background: #fff;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #c9c9c9;
}
p.review-date span.review-details-label {
    display: none;
}
.block p:last-child {
    display: inline;
}
div#product-review-container .rating-summary .rating-result {
    margin-top: -5px;
}
.data.switch .counter {
    color: #c1c1c1;
}
.data.switch .counter:before {
    content: "(";
}
.data.switch .counter:after {
    content: ")";
}
.block.review-add {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: 10px;
}
span.label.rating-label {
    display: none;
}
@media (max-width: 767px){
    .product-info-main .product-reviews-summary {
        margin: 0 auto;
    }
    .rating-summary .rating-result {
        width: 86px;
        margin-left: 0;
    }
    .product-reviews-summary .rating-summary {
        width: 100%;
    }
}
@media (min-width: 640px){
    .review-item {
        padding: 0px 0px 20px;
        background: #fff;
        margin-bottom: 20px !important;
        border-bottom: 1px solid #c9c9c9;
    }
    .review-toolbar {
        margin: 0;
    }
    .review-ratings {
        max-width: 100%;
        float: none;
    }
    .review-ratings~.review-content, .review-ratings~.review-details {
        margin-left: 0;
    }
    .fieldset .review-legend.legend {
        margin-bottom: 10px;
        margin-top: 10px;
    }
}
@media (min-width: 768px){
    .fieldset > .field:not(.choice) > .label {
        width: 100% !important;
        text-align: left !important;
    }
    .fieldset > .field:not(.choice) > .control {
        width: 100% !important;
    }
}

/* PRODUCT LABELS ABCPREMIUM */
span.abcpremium_product_label {
    border-radius: 100%;
    text-align: center;
    font-weight: 300 !important;
}
.products-grid .product-item span.abcpremium_product_label {
    height: 60px;
    width: 60px;
    line-height: 48px;
}
.products-grid .product-item span.abcpremium_product_label.abcpremium_product_label_sale {
    font-size: 12px;
    line-height: 70px;
    font-weight: 300;
}
.products-grid .product-item div.abcpremium_product_labels {
    top: 10px;
}
.products-grid .product-item div.abcpremium_product_labels.new {
    left: 10px !important;
}
.products-grid .product-item div.abcpremium_product_labels.sale {
    left: 10px !important;
}
.products-grid .product-item div.abcpremium_product_labels.award-one {
    right: 10px !important;
}
.products-grid .product-item span.abcpremium_product_label.abcpremium_product_label_award_one,
.products-grid .product-item span.abcpremium_product_label[class^="abcpremium_product_label_award_one-"],
.products-grid .product-item [class*=" abcpremium_product_label_award_one-"] {
    background: #2ecc71;
    font-size: 12px;
    line-height: 70px;
    font-weight: 300;
}
.products-grid .product-item span.abcpremium_product_label img.icon {
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 10px;
    left: 20px;
}

/* PRODUCT LABELS ABCPREMIUM CATEGORY VIEW */
.catalog-category-view .products-grid .product-item span.abcpremium_product_label {
    height: 80px;
    width: 80px;
    line-height: 105px;
}
span.abcpremium_product_label.abcpremium_product_label_new {
    line-height: 70px !important;
}
.catalog-category-view .products-grid .product-item span.abcpremium_product_label img.icon {
    max-width: 30px;
    max-height: 30px;
    position: absolute;
    top: 15px;
    left: 25px;
}
.products-grid .product-item .abcpremium_product_labels.award-one.sale,
.products-grid .product-item span.abcpremium_product_label.abcpremium_product_label_award_one.neu {
    display: none;
    visibility: hidden;
    opacity: 0;
}
@media (max-width: 767px){
    span.abcpremium_product_label.abcpremium_product_label_new {
        line-height: 48px !important;
    }
    .catalog-category-view .products-grid .product-item span.abcpremium_product_label img.icon {
        max-width: 20px;
        max-height: 20px;
        position: absolute;
        top: 10px;
        left: 20px;
    }
    .catalog-category-view .products-grid .product-item span.abcpremium_product_label {
        height: 60px;
        width: 60px;
        line-height: 70px;
    }
}

/* PRODUCT LABELS ABCPREMIUM PRODUCT VIEW */
.catalog-product-view div.abcpremium_product_labels[class*=" award-one-"],
.catalog-product-view div.abcpremium_product_labels[class^="award-one-"] {
    top: 10px;
}
.catalog-product-view div.abcpremium_product_labels[class*=" award-two-"],
.catalog-product-view div.abcpremium_product_labels[class^="award-two-"] {
    top: 140px;
}
.catalog-product-view div.abcpremium_product_labels[class*=" award-three-"],
.catalog-product-view div.abcpremium_product_labels[class^="award-three-"] {
    top: 270px;
}
.catalog-product-view div.abcpremium_product_labels.new {
    left: 10px !important;
}
.catalog-product-view div.abcpremium_product_labels.sale {
    left: 10px !important;
}
.catalog-product-view span.abcpremium_product_label[class^="abcpremium_product_label_award_"],
.catalog-product-view [class*=" abcpremium_product_label_award_"] {
    background: #2ecc71;
    font-size: 12px;
    line-height: 70px;
    font-weight: 300;
}
.catalog-product-view .abcpremium_product_labels.product-view[class*=" award-"] span.abcpremium_product_label.abcpremium_product_label_award_one,
.catalog-product-view .abcpremium_product_labels.product-view[class*=" award-"] span.abcpremium_product_label[class^="abcpremium_product_label_award_"],
.catalog-product-view [class*=" abcpremium_product_label_award_"] {
    position: relative;
    height: 120px;
    width: 120px;
    font-size: 12px;
    line-height: 1;
}
.catalog-product-view .abcpremium_product_labels.product-view[class*=" award-"] span.abcpremium_product_label[class^="abcpremium_product_label_award_"] img.icon,
.catalog-product-view [class*=" abcpremium_product_label_award_"] img.icon {
    width: 40px;
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    top: 25px;
    left: 40px;
}
.catalog-product-view .abcpremium_product_labels.product-view[class*=" award-"] span.abcpremium_product_label[class^="abcpremium_product_label_award_"] span,
.catalog-product-view [class*=" abcpremium_product_label_award_"] span {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    line-height: 18px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

/* LOGIN & CREATE ACCOUNT */
body.customer-account-login nav.navigation,
body.customer-account-login .block.block-search,
body.customer-account-login ul.header.links,
body.customer-account-login .minicart-wrapper {
    display: none;
    opacity: 0;
    visibility: hidden;
}
body.customer-account-login {
    background-image: none;
}
.products-grid .product-item span.abcpremium_product_label img.icon
body.customer-account-login main#maincontent {
    background: #fff;
}
body.customer-account-login main#maincontent {
    background: rgba(255,255,255,.95);
    max-height: calc(100vh - 180px);
    max-width: 400px;
}
div#remember-me-box {
    margin-bottom: 30px !important;
}
div#remember-me-box span.tooltip.wrapper {
    vertical-align: sub;
}
body.customer-account-login .header.panel > .header.links, body.customer-account-login .navigation ul, body.customer-account-login .minicart-wrapper, body.customer-account-login .block-search, body.customer-account-login .footer.content .links {
    visibility: visible;
}
body.customer-account-login .nav-sections, body.customer-account-login header.page-header {
    background: transparent;
}
@media (max-width: 767px){
    body.customer-account-login .header.panel > .header.links, body.customer-account-login .navigation ul, body.customer-account-login .minicart-wrapper, body.customer-account-login .block-search, body.customer-account-login .footer.content .links {
        visibility: visible;
    }
}
@media (min-width: 768px){
    body.customer-account-login .logo img {
        max-height: 80px !important;
        max-width: 80px;
        margin: 0px auto !important;
    }
    body.customer-account-create fieldset.fieldset.create.info .field {
        width: 50%;
        display: inline-block;
    }
    .block.block-customer-login {
        width: 100% !important;
    }
    body.customer-account-create fieldset.fieldset.create.info .field:nth-child(2n+1) {
        padding-right: 10px;
    }
    body.customer-account-create .actions-toolbar .primary {
        float: right;
    }
    body.customer-account-create .actions-toolbar .secondary {
        float: left;
    }
}
@media (min-width: 1024px){
    body.customer-account-login {
        background-image: url("/pub/media/lidl/login_bg.jpg");
    }
}
@media (min-width: 1920px){
    body.customer-account-login main#maincontent {
        max-height: 650px;
        max-width: 450px;
    }
}

/* CUSTOMER ACCOUNT / DASHBOARD */
.newsletter, .box.box-newsletter {
    display: inherit !important;
}
.account-nav .item a {
    color: #333;
    font-weight: 700;
}
.account .column.main .block {
    border: 1px solid #bdc3c7;
    padding: 10px 20px;
}
.account .block-title strong {
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-weight: 900 !important;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333;
}
.account a.action.edit {
    display: block;
    letter-spacing: 1.2px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 6px 20px;
    margin: 10px 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2ecc71;
    background-color: #2ecc71;
}
.account a.action.edit:hover {
    color: #2ecc71;
    border-color: #2ecc71;
    background-color: #fff;
}
.account .column.main .block:not(.widget) .block-title > .action {
    margin-left: 0px;
}
table#my-orders-table td.col.name strong, .order-details-items .table-order-items .product-item-name, table#my-orders-table .price-excluding-tax .price, table#my-orders-table td.col.price .price-excluding-tax {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    max-width: 100%;
    min-height: 30px;
}
dl.item-options {
    font-size: 12px;
    margin-bottom: 5px;
}
.order-details-items .item-options dd {
    margin: 0 0 5px;
}
.order-details-items .item-options dt,
.order-details-items .item-options dd {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 50%;
}
.order-details-items .item-options dd:last-child {
    clear: both;
}
@media (min-width: 768px){
    .form.form-edit-account .field,
    .form-address-edit .field {
        width: 50%;
        display: inline-block;
    }
    .form.form-edit-account .field:nth-child(n+1),
    .form-address-edit .field:nth-child(n+1) {
        padding-right: 10px;
    }
    body.account.customer-address-index .actions-toolbar .primary,
    body.account.customer-address-form .actions-toolbar .primary,
    body.account.customer-account-edit .actions-toolbar .primary {
        float: right;
    }
    body.account.customer-address-index .actions-toolbar .secondary,
    body.account.customer-address-form .actions-toolbar .secondary,
    body.account.customer-account-edit .actions-toolbar .secondary {
        float: left;
    }
    .account.page-layout-2columns-left .column.main {
        width: 100% !important;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 100% !important;
        padding-right: 0 !important;
    }
}
@media (min-width: 1024px) {
    .account.page-layout-2columns-left .column.main {
        width: 80% !important;
    }
    .account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
        width: 20% !important;
        padding-right: 20px !important;
    }
}

/* WIDGETS PRODUCTS GRID */
.block.widget.block-new-products.grid .block-title strong, .widget .block-title > strong {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin-top: 50px;
}

/* FOOTER */
footer.page-footer {
    z-index: 2;
}
.footer.content, .footer .copyright, .footer .bugs {
    font-size: 14px;
}
.footer.content .block.newsletter {
    display: none !important;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
#to_top_btn:hover {
    background: transparent;
}
#to_top_btn:hover:before {
    color: inherit;
    font-weight: 700;
    margin-top: -5px;
}
.footer .copyright {
    clear: both;
}
@media only screen and (max-width: 767px){
    .footer.content .links {
        margin-bottom: 15px;
    }
}
@media (min-width: 1024px){
    .footer.content .links > li.nav.item {
        width: 50%;
        box-sizing: border-box;
        padding-right: 0;
        margin: 0 0 8px 0;
        border-right: 8px solid transparent;
    }
    #to_top_btn {
        bottom: 165px;
    }
}

/* CART PAGE */
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
    line-height: 1.8;
}
body.checkout-cart-index tr.totals.shipping {
    display: none;
}

/* CHECKOUT PAGE */
.checkout-logo img {
    max-height: 55px;
    margin: 5px auto 0;
}
.opc-progress-bar-item:before {
    height: 3px;
}
.opc-progress-bar-item:first-child:before {
    border-radius: 0;
}
.checkout-index-index .action.primary {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
}
.checkout-index-index .action.primary:hover {
    background-color: transparent;
    border-color: #2ecc71;
    color: #2ecc71;
}
.checkout-index-index .backlink {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff !important;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 2;
}
.checkout-index-index .backlink:before {
    font-size: 20px;
    content: '\e5c4';
    font-family: 'Material Icons';
    padding-right: 8px;
    line-height: 1;
    position: relative;
    top: 2px;
}
.checkout-index-index ul.opc-progress-bar {
    white-space: nowrap;
}
.checkout-index-index li.opc-progress-bar-item {
    width: 33.33%;
    white-space: pre-wrap;
}
.opc-progress-bar-item > span {
    padding-top: 42px;
    font-size: 14px;
}
.opc-block-summary .items-in-cart > .title {
    border-bottom: 0px solid #ccc;
    padding: 10px 0;
    text-align: center;
}
.opc-block-summary .items-in-cart > .title strong {
    font-size: 14px !important;
    font-weight: 300;
}
.opc-block-summary .items-in-cart > .title:after {
    visibility: hidden;
}
.opc-progress-bar-item._complete > span:after {
    content: '\E5CA';
    font-family: 'Material Icons';
    line-height: 1;
    font-size: 24px;
}
.opc-block-summary .mark .value {
    color: #333;
}
.checkout-index-index .opc-sidebar .block.items-in-cart .content.minicart-items {
    display: block !important;
}
.opc-block-summary .items-in-cart .product.options {
    display: none;
}
input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked),
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
    background: transparent;
    position: relative;
    visibility: visible;
    margin: 0;
    padding: 0;
}
input[type="checkbox"]:not(:checked)::before,
input[type="radio"]:not(:checked)::before {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 17px;
    position: relative;
    top: -5px;
    left: -1px;
    border: 0px solid #ccc;
    border-radius: 100%;
    background: #ccc;
    color: #fff;
    font-family: 'Material Icons';
    line-height: 22px;
    font-size: 15px;
    padding-left: 3px;
    visibility: visible;
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
    display:inline-block;
    width: 18px;
    height: 21px;
    position: relative;
    top: -5px;
    left: -1px;
    border: 0px solid #ccc;
    border-radius: 100%;
    background: #2ecc71;
    color: #fff;
    content: '\E5CA';
    font-family: 'Material Icons';
    line-height: 22px;
    font-size: 15px;
    padding-left: 3px;
    visibility: visible;
}
.opc-wrapper .step-content {
    margin: 0 0 0px;
}
button.action.action-edit, shipping-information .shipping-information-title .action-edit:not(:focus) {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.payment-option.opc-payment-additional.newsletter.last {
    display: block !important;
    margin: 0;
}
.payment-option.opc-payment-additional.newsletter.last label {
    display: inline-block;
    width: 80%;
    margin-left: 20px;
    font-weight: 700;
}
.payment-option.opc-payment-additional.newsletter.last input[type='checkbox']:checked::before, .payment-option.opc-payment-additional.newsletter.last input[type='radio']:checked::before {
    top: -5px;
}
.payment-option.opc-payment-additional.newsletter.last input#newsletter-subscription {
    margin-top: 6px;
    vertical-align: top;
}
.checkout-index-index div.fieldset#shipping-new-address-form, .checkout-index-index fieldset#billing-new-address-form {
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
label, input {
    transition: all 0.2s;
    touch-action: manipulation;
}
label.label {
    padding-bottom: 3px !important;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.checkout-index-index div.fieldset#shipping-new-address-form .control input:placeholder-shown + label, .checkout-index-index fieldset#billing-new-address-form .control input:placeholder-shown + label {
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 38px) scale(1.4);
}
.checkout-index-index div.fieldset#shipping-new-address-form .control ::-webkit-input-placeholder, .checkout-index-index fieldset#billing-new-address-form .control ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}
.checkout-index-index div.fieldset#shipping-new-address-form .control input:focus::-webkit-input-placeholder, .checkout-index-index fieldset#billing-new-address-form .control input:focus::-webkit-input-placeholder {
    opacity: 1;
}
.checkout-index-index div.fieldset#shipping-new-address-form .control input:not(:placeholder-shown) + label,
.checkout-index-index div.fieldset#shipping-new-address-form .control input:focus + label,
.checkout-index-index fieldset#billing-new-address-form .control input:not(:placeholder-shown) + label,
.checkout-index-index fieldset#billing-new-address-form .control input:focus + label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
}

/* CHECKOUT SHIPPING ADDRESS */
.checkout-index-index li#shipping.checkout-shipping-address, .checkout-index-index li#opc-shipping_method, .checkout-index-index div.opc-block-shipping-information, .checkout-index-index li#payment, .checkout-index-index .opc-block-summary {
    padding: 0 20px 20px;
    background: #fff !important;
    border: 1px solid #f0f0f0;
}
.checkout-index-index li#payment {
    padding-top: 0;
}
.checkout-index-index .opc-wrapper .action-show-popup {
    margin: 0 0 20px;
    background: #2ecc71;
    color: #fff;
    border: none;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index .opc-block-shipping-information .shipping-information-title,
.checkout-index-index .opc-block-summary>.title,
.checkout-index-index .checkout-agreements-items .checkout-agreements-item-title {
    text-transform: none;
    text-align: center;
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #333;
    background: #f0f0f0;
    padding: 10px 20px;
    width: 100%;
    max-width: 300px !important;
    margin: 0 auto;
    box-sizing: border-box;
}
.checkout-index-index .opc-wrapper .items.payment-methods .step-title {
    border-color: #fff;
}
.checkout-index-index input[type="text"]:focus, .checkout-index-index input.valid-input, .checkout-index-index input.invalid-input {
    padding: 0 9px;
}
form#discount-form button.action.action-apply {
    background-color: #333;
    border-color: #333;
}
form#discount-form button.action.action-apply:hover {
    background-color: #fff;
    border-color: #333;
    color: #333;
}


/* CHECKOUT SHIPPING BLOCK */
.checkout-index-index li#opc-shipping_method {
    margin: 20px 0;
}
div#checkout-shipping-method-load {
    margin-top: 10px;
}
.checkout-index-index div.opc-block-shipping-information:blank {
    -webkit-box-shadow: none!important;
    box-shadow: none;
    padding: 0px;
}
.checkout-index-index input.valid-input {
    border-bottom: 4px solid #2ecc71;
}
.checkout-index-index input.invalid-input {
    border-bottom: 4px solid #F44336;
}
.checkout-index-index div[name="shippingAddress.vat_id"] {
    display: none !important;
}
.checkout-index-index .field._error .control input {
    border-color: #e9e9e9;
    border-bottom-color: #F44336;
}
.checkout-index-index .field-error {
    display: none;
}
td#label_method_bestway_tablerate:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none !important;
    text-align: center;
    content: '\e925';
    font-family: 'abcpremium-iconfont';
    font-size: 20px;
    line-height: 26px;
    color: #d40511;
    background: #fc0;
    margin-right: 10px;
    padding: 7px 5px 0;
    margin-top: -5px;
    border-radius: 1px;
}
.table-checkout-shipping-method tbody tr:first-child td#label_carrier_bestway_tablerate {
    display: none;
}
.abcpremium_shippingdate_container span#estimated_shipping_arrival strong {
    color: #2ecc71;
}
.checkout-shipping-method img.icon {
    max-width: 40px;
    max-height: 40px;
}
.checkout-shipping-method section.homepage-section.icons h2.unit-header {
    font-weight: 300;
}

/* CHECKOUT PAYMENT BLOCK */
button.action.action-cancel, .checkout-payment-method .checkout-billing-address .action-cancel:not(:focus) {
    display: block;
}
.checkout-payment-method .billing-address-same-as-shipping-block label {
    margin-left: 15px;
    display: inline-block;
    width: 80%;
    font-weight: 700;
}
.back {
    position: relative;
    display: block;
    cursor: pointer;
}
div.back a.action.back {
    color: #333;
    padding: 10px 0 20px;
    text-decoration: none;
}
a.action.back span:before {
    font-size: 14px;
    content: '\e5c4';
    font-family: 'Material Icons';
    padding-right: 4px;
    position: relative;
    top: 2px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
    padding: 0 30px;
}
.checkout-payment-method .actions-toolbar .primary {
    float: none !important;
    display: block;
    width: 100%;
}
.checkout-payment-method .payment-method-content {
    padding: 0 0 20px 0px;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 24px;
    padding: 0 0 0 33px;
}
.checkout-payment-method .billing-address-same-as-shipping-block input#billing-address-same-as-shipping-checkmo {
    margin-top: 3px;
    vertical-align: top;
}
.checkout-agreements-block .action-show {
    color: #333;
    text-transform: unset;
    letter-spacing: 0.5px;
}
.checkout-agreement button span, .checkout-agreement button {
    color: #333;
    text-transform: unset;
    letter-spacing: 0.5px;
    line-height: 1.35;
    background: #fff;
    border: 0;
}
.checkout-agreement button.action.action-show {
    border-bottom: 1px solid #bdc3c7;
    padding-bottom: 20px;
    margin-bottom: 5px;
    width: 100%;
}

/* CHECKOUT SUMMARY BLOCK */
.checkout-index-index #checkout .opc-summary-wrapper button.action-close {
    display: none;
}
.checkout-index-index .opc-sidebar {
    margin: 0px 0px 20px;
}
.checkout-index-index .opc-block-summary .product-item-name {
    min-height: 24px;
    max-height: 68px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
.checkout-index-index .opc-block-summary tr.grand.totals {
    border-top: 1px solid;
    color: #333 !important;
}
.checkout-index-index .opc-block-summary tr:nth-child(2n) {
    background: #fff;
}
.checkout-payment-method .payment-method-content .fieldset > .field[name="billingAddresscheckmo.vat_id"] {
    display: none;
}
.payment-option._collapsible.opc-payment-additional.discount-code {
    margin-top: 10px;
    text-align: center;
    background: #fff;
    padding: 20px 0 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}
.payment-option._collapsible.opc-payment-additional.discount-code .payment-option-content {
    display: block !important;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
.payment-option._collapsible.opc-payment-additional.discount-code span {
}
input[type="text"]#discount-code {
    text-align: center;
    margin-top: 5px;
}
button.action.action-apply {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
    letter-spacing: 1.5px;
    width: 100% !important;
    max-width: 100%;
}
.payment-option._collapsible.opc-payment-additional.discount-code .primary {
    width: 100%;
}
.checkout-index-index .opc-block-summary table.table-totals {
    border-top: 1px solid #e9e9e9;
    color: #888 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.opc-block-summary .table-totals .grand .amount strong {
    font-weight: 400 !important;
}
.opc-block-summary .items-in-cart > .title {
    display: none;
}
.opc-block-summary tr.totals.shipping.incl .mark .value {
    color: #888;
    display: none;
}
.checkout-index-index .opc-block-summary table.table-totals tr.totals.sub, .checkout-index-index .opc-block-summary table.table-totals tr.totals.shipping.incl {
    border-bottom: 1px solid #bdc3c7;
}
.checkout-index-index .opc-block-summary table.table-totals tr.totals.sub {
    display: none;
}
.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
    padding-top: 8px;
}
@media screen and (max-width:1023px) {
    .checkout-index-index .opc-estimated-wrapper {
        display:none;
    }
    .checkout-index-index #checkout {
        display:flex;
        flex-flow:column;
        margin-top: 50px;
    }
    .checkout-index-index #checkout > * {
        flex: 1 100%;
        width: 100%;
        float: none;
    }
    .checkout-index-index #checkout .authentication-wrapper {
        text-align: left;
    }
    .checkout-index-index #checkout .opc-wrapper {
        order:2
    }
    .checkout-index-index #checkout .opc-summary-wrapper{
        order:1;
    }
}
@media only screen and (max-width: 767px){
    .checkout-index-index .opc-progress-bar-item > span {
        font-size: 14px
    }
    .checkout-index-index .opc-estimated-wrapper .estimated-block {
        font-size: 14px;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper{
        width: auto!important;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
        font-size: 34px;
        line-height: 38px;
    }
    .checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
        display: none;
    }
    .payment-method._active {
        padding: 0 8px;
    }
    .field, .opc-wrapper .fieldset > .field.required, .opc-wrapper .fieldset > .field._required {
        width: 100%;
    }
    .checkout-payment-method .payment-methods iframe {
        max-width: 100% !important;
    }
    .checkout-index-index .logo {
        margin: 0 auto !important;
        max-width: 100%;
    }
    .checkout-index-index .backlink span {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .checkout-index-index .backlink:before {
        z-index: 999;
    }
    .checkout-index-index .authentication-wrapper {
        z-index: 999;
    }
}
@media (min-width: 768px) {
    .checkout-index-index .header.content, .checkout-onepage-success .header.content {
        float: none;
        clear: both;
        display: block;
    }
    .checkout-index-index a.logo, .checkout-index-index strong.logo, .checkout-onepage-success a.logo, .checkout-onepage-success strong.logo {
        max-width: 100%;
    }
    .checkout-index-index main#maincontent {
        margin: 50px auto 0px auto;
    }
    .opc-wrapper {
        width: 100% !important;
        float: none !important;
        padding-right: 0px !important;
    }
    .opc-sidebar {
        width: 100% !important;
        float: none !important;
    }
    .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
        max-width: 100% !important;
    }
    .checkout-index-index div[name="shippingAddress.prefix"] {
        width: 100%;
    }
    .checkout-index-index div[name="shippingAddress.firstname"] {
        width: 50%;
        padding-right: 10px;
    }
    .checkout-index-index div[name="shippingAddress.lastname"] {
        width: 50%;
    }
    .checkout-index-index div[name="shippingAddress.telephone"] {
        width: 50%;
        padding-right: 20px;
    }
    .checkout-index-index div[name="shippingAddress.company"] {
        width: 50%;
    }
    .checkout-index-index div[name="shippingAddress.city"] {
        width: 70%;
        padding-right: 10px;
    }
    .checkout-index-index div[name="shippingAddress.postcode"] {
        width: 30%;
    }
    .checkout-index-index .checkout-payment-method div[name="shippingAddress.street.0"] {
        width: 50%;
    }
    .checkout-index-index div[name="shippingAddress.country_id"] {
        width: 50%;
    }
    .checkout-index-index .checkout-payment-method .checkout-billing-address .field._required {
        width: 50%;
    }
    .checkout-index-index .checkout-payment-method .checkout-billing-address .field._required:nth-child(2n+1) {
        padding-right: 10px;
    }
    .checkout-index-index fieldset.field.street.admin__control-fields {
        padding-right: 0px;
        width: 100%;
    }
    .checkout-index-index .checkout-payment-method .checkout-billing-address div.field._required[name="billingAddresscheckmo.street.0"] {
        width: 100%;
    }
    .checkout-index-index header.page-header.sticky {
        background: #06507f !important;
    }
    .checkout-index-index header.page-header.sticky .before_header {
        display: inherit;
        visibility: visible;
        opacity: 1;
    }
    .checkout-index-index header.page-header.sticky a.logo img {
        position: inherit;
        top: inherit;
        left: inherit;
    }
    .checkout-shipping-method .actions-toolbar > .primary {
        float: none;
        width: 100%;
    }
    .checkout-index-index a.logo {
        margin: 8px auto 8px;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .opc-wrapper {
        width: 60% !important;
        float: left !important;
        padding-right: 30px !important;
    }
    .opc-sidebar {
        width: 40% !important;
        float: right !important;
    }
    .checkout-payment-method .actions-toolbar .primary {
        float: right !important;
    }
    .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
        width: 100%;
    }
}
/* CHECKOUT SUCCESS PAGE */
body.checkout-onepage-success header.page-header {
    position: relative;
}
body.checkout-onepage-success .page-header .header.panel {
    display: none;
}

/* FAQ */
a h2.iconfont-faq {
    color: #333;
}
h3.ui-accordion-header {
    background: #fff;
    margin: -1px 0;
    font-weight: 700;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
}
h3.ui-accordion-header.ui-state-active {
    background: #fff;
    color: #333;
}
div.ui-accordion-content-active {
    background: #fff;
    color: #333;
}

/* SLIDER ABCPREMIUM */
#abcpremium_slideshow .slick-slide {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
    -webkit-transition: .6s ease-out opacity,10s linear transform;
    -moz-transition: .6s ease-out opacity,10s linear transform;
    -ms-transition: .6s ease-out opacity,10s linear transform;
    -o-transition: .6s ease-out opacity,10s linear transform;
    transition: .6s ease-out opacity,10s linear transform;
}
#abcpremium_slideshow .slide_label {
    font-size: 24px !important;
    line-height: 1.07143;
    font-weight: 700;
    margin: 0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#abcpremium_slideshow p {
    font-size: 14px;
    line-height: 1.14815;
    font-weight: 300;
    margin: 6px 0 0;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
#abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large {
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px !important;
    padding: 10px 30px;
}
#abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 18px;
    content: '\E8CC';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 8px;
}
#abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large:before {
    font-size: 20px;
    line-height: 22px;
    content: "\f881";
    font-family: 'abcpremium-iconfont';
}
#abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large:before {
    margin-right: 0;
}
#abcpremium_slideshow p span {
    background: #fff;
    padding: 5px 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone !important;
    display: inline;
    width: 100%;
    line-height: 1.85;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-shadow: 1px 1px 5px rgba(0,0,0,0);
}
#abcpremium_slideshow .slide_content {
    background: transparent !important;
    padding: 0 !important;
    max-width: 300px;
}
div#abcpremium_slideshow .action.primary {
    border-color: #fff;
    color: #fff;
    background: transparent;
    background-color: transparent;
}
div#abcpremium_slideshow .action.primary:hover {
    border-color: #fff;
    color: #333;
    background: #fff;
    background-color: #fff;
}
.slick-dots {
    bottom: 15px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px !important;
    color: #333 !important;
    opacity: 1 !important;
}
#abcpremium_slideshow .slick-next {
    right: 20px !important;
}
.slick-prev, .slick-next {
    width: 35px !important;
    height: 35px !important;
}
ol#new-items .slick-slide {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.products-grid ol#new-items .slick-slide .product-item {
    width: 100% !important;
    border: 0 !important;
}
@media (max-width: 480px) {
    #abcpremium_slideshow .slide_content {
        width: 90%;
    }
}
@media (min-width: 1024px) {
    #abcpremium_slideshow p {
        font-size: 20px;
    }
}
@media (min-width: 1024px) {
    #abcpremium_slideshow .slick-slide:hover {
        transform: scale3d(1.08,1.08,1.08);
    }
    #abcpremium_slideshow .slide_label {
        font-size: 40px !important;
    }
    #abcpremium_slideshow p {
        font-size: 24px;
    }
    #abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large {
        font-size: 18px;
        margin-top: 50px !important;
        padding: 15px 40px;
    }
    #abcpremium_slideshow a.slide_url_label.action.primary.p_margin_large:before {
        margin-right: 8px;
    }
}

/* SUCCESS PAGE*/
.checkout-onepage-success .before_header {
    display: none;
}
.checkout-onepage-success .success-icon{
    font-family: 'Material Icons';
    font-size: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    vertical-align: top;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none !important;
    text-align: center;
    color: #2ecc71;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    box-sizing: border-box;
}
.checkout-onepage-success .success-icon:before {
    content:'\E86C';
    font-size:100px;
}
.checkout-onepage-success .page-main > .page-title-wrapper .page-title {
    display:block;
    text-align:center;
}
.checkout-onepage-success a.print {
    float:none;
    display:block;
    text-align:center;
    margin: 5px 0 0;
}
.checkout-onepage-success .checkout-success {
    text-align:center;
}
.checkout-onepage-success .actions-toolbar {
    margin: 25px 0px 0px 0px;
}
.checkout-onepage-success .actions-toolbar .primary {
    float:none;
}
.checkout-onepage-success a.primary.continue {
    margin: 0 auto;
    display:block;
}
.checkout-onepage-success main#maincontent {
    text-align: center;
}
.checkout-onepage-success div.socialmedia-headline {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin: 35px auto 0px auto;
}
.checkout-onepage-success ul.footer.links.social {
    float: none;
    list-style: none;
    clear: both;
    margin: 10px auto 0px auto;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}
.checkout-onepage-success ul.footer.links.social > li {
    text-align: left;
    margin-right: 20px;
    display: inline-block;
}
.checkout-onepage-success ul.footer.links.social > li a:before{
    font-size: 24px;
    line-height: 26px;
}
.checkout-onepage-success ul.footer.links.social > li:last-of-type {
    margin: 0px;
}
.checkout-onepage-success ul.footer.links.social:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.checkout-onepage-success ul.footer.links.social > li a {
    color: #333;
}
.checkout-onepage-success .static-progress-bar {
    width: 100%;
    max-width: 1240px;
    margin: 30px auto 30px;
    padding: 0 20px;
    box-sizing: border-box;
}
.checkout-onepage-success li.opc-progress-bar-item {
    width: 33.33%;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    white-space: pre-wrap;
}
.checkout-onepage-success li.opc-progress-bar-item:last-child:after {
    content: ' ';
    clear: both;
}

/* HOMEPAGE */
img.icon {
    max-width: 60px;
    max-height: 60px;
    margin: 0 auto;
}
section.homepage-section.icons .unit-content-wrapper {
    padding-top: 10px;
}
section.homepage-section.icons h2.unit-header {
    font-size: 14px !important;
}
section.homepage-section.icons li.homepage-section-item.col-3 {
    height: 130px;
    width: 33.33%;
}
body.cms-home.cms-index-index.page-layout-1column img.header-home {
    margin-bottom: 10px;
    margin-top: 63px;
}
section.homepage-section{
    direction: ltr;
    display: block;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.374px;
    line-height: 25px;
    text-align: left;
    text-size-adjust: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
ul.homepage-section-positions{
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
}
li.homepage-section-item{
    display: block;
    width: 100%;
    background: transparent;
    border-bottom: 12px solid #fff;
    margin: 0;
    padding: 0;
    position: relative;
    list-style-type: none;
    text-align: -webkit-match-parent;
}
div.promo{
    position: relative;
    overflow: hidden;
    height: 300px;
}
div.promo-col-3{
    position: relative;
    overflow: hidden;
    height: 288px;
}
li.homepage-section-item.col-3 {
    width: 100%;
    box-sizing: border-box;
    border: 6px solid #fff;
    background-color: transparent;
    overflow: hidden;
    display: inline-block;
    display: list-item;
    text-align: -webkit-match-parent;
}
li.homepage-section-item.col-3:nth-child(-n+2) {
    border-top-width: 6px;
}
li.homepage-section-item.col-3:last-child(-n+2) {
    border-bottom-width: 6px;
}
li.homepage-section-item figure.unit-image {
    filter: brightness(0.8);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
li.homepage-section-item:hover figure.unit-image {
    filter: brightness(1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
section.slider.homepage-section.heroes li.homepage-section-item:hover figure.unit-image {
    filter: brightness(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
a.unit-wrapper{
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}
a.unit-wrapper.dark-theme{
    color: #fff;
}
.dark-theme h1.unit-header, .dark-theme h2.unit-header, .dark-theme h3.unit-subheader{
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.box.dark-theme h1.unit-header, .box.dark-theme h2.unit-header, .box.dark-theme h3.unit-subheader{
    text-shadow: 0px 0px 0px rgba(0,0,0,0);
}
a.unit-wrapper.light-theme{
    color: #333;
}
.light-theme h1.unit-header, .light-theme h2.unit-header, .light-theme h3.unit-subheader{
    text-shadow: 0px 0px 25px rgba(255,255,255,0.5);
}
div.unit-content-wrapper{
    position: relative;
    z-index: 2;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top:110px;
    text-align: center;
    box-sizing: border-box;
}
h2.unit-header{
    font-size: 40px !important;
    line-height: 1.07143;
    font-weight: 700;
    margin: 0;
}
h3.unit-subheader{
    font-size: 20px;
    line-height: 1.14815;
    font-weight: 300;
    margin: 6px 0 0;
}
div.unit-image-wrapper{
    z-index: 1;
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
div.unit-image-wrapper.image-fullwidth{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
figure.unit-image{
    position: absolute;
    left: calc(50% - 203px);
    right: none;
    width: 407px;
    height: 288px;
    background-size: 407px 288px;
    background-repeat: no-repeat;
}
figure.unit-image.image-anchored-center{
    background-position-x: center;
}
figure.unit-image.image-anchored-top{
    top: calc(50% - 144px);
    bottom: none;
    background-position-y: top;
}
figure.unit-image.image-anchored-bottom{
    top: none;
    bottom: 0;
    background-position-y: bottom;
}
@media (max-width: 767px){
    .col-sm-12.promo-wrapper.spargelsaison {
        min-height: 400px;
    }
    img.icon {
        max-width: 30px;
    }
    section.homepage-section.icons h2.unit-header {
        font-size: 12px !important;
        font-weight: 700;
    }
    li.homepage-section-item.col-3 {
        border-top-width: 3px;
        border-bottom-width: 3px;
        border-right-width: 0px;
        border-left-width: 0px;
    }
    li.homepage-section-item.col-3:nth-child(-n+2) {
        border-top-width: 3px;
        border-bottom-width: 3px;
    }
    section.homepage-section.icons li.homepage-section-item.col-3 {
        height: 85px;
    }
}
@media (max-width: 1023px){
    img.icon {
        max-width: 40px;
    }
}
@media (min-width: 376px){
    div.promo, div.promo-col-3 {
        height: 258px;
    }
    figure.unit-image {
        position: absolute;
        top: calc(50% - 138px);
        left: calc(50% - 197px);
        right: none;
        width: 395px;
        height: 280px;
        background-size: 395px 280px;
        background-repeat: no-repeat;
    }
    figure.unit-image.image-anchored-top{
        top: calc(50% - 128px);
        bottom: none;
        background-position-y: top;
    }
}
@media (min-width: 426px) and (max-width: 1023px){
    li.homepage-section-item.col-3 {
        width: 50%;
    }
    li.homepage-section-item.col-3:nth-child(odd) {
        border-left-width: 0px;
    }
    li.homepage-section-item.col-3:nth-child(even) {
        border-right-width: 0px;
    }
}
@media (min-width: 768px){
    div.promo{
        height: 650px;
    }
    div.promo-col-3{
        height: 288px;
    }
    figure.unit-image{
        position: absolute;
        top: calc(50% - 400px);
        left: calc(50% - 950px);
        right: none;
        width: 1900px;
        height: 688px;
        background-size: 1900px 688px;
        background-repeat: no-repeat;
    }
    li.homepage-section-item.col-3 figure.unit-image {
        position: absolute;
        top: calc(50% - 144px);
        left: calc(50% - 203.5px);
        right: none;
        width: 407px;
        height: 288px;
        background-size: 407px 288px;
        background-repeat: no-repeat;
    }
    li.homepage-section-item.col-3{
        width: 33.33%;
        box-sizing: border-box;
        border: 6px solid #fff;
        background-color: transparent;
        height: 288px;
        overflow: hidden;
        display: inline-block;
        display: list-item;
        text-align: -webkit-match-parent;
    }
    li.homepage-section-item.col-3:nth-child(-n+2){
        border-top-width: 6px;
    }
    li.homepage-section-item.col-3:last-child(-n+2){
        border-bottom-width: 6px;
    }
    li.homepage-section-item.col-3:nth-child(odd) {
        border-left-width: 6px;
    }
    li.homepage-section-item.col-3:nth-child(even) {
        border-right-width: 6px;
    }
    li.homepage-section-item.col-3:first-child, li.homepage-section-item.col-3:nth-child(3n+1){
        border-left-width: 0px;
    }
    li.homepage-section-item.col-3:last-child, li.homepage-section-item.col-3:nth-child(3n+3){
        border-right-width: 0px;
    }
    li.homepage-section-item.col-3 h2.unit-header{
        font-size: 30px !important;
        line-height: 1;
    }
    h2.unit-header{
        font-size: 80px !important;
    }
    li.homepage-section-item.col-3 h2.unit-header {
        font-size: 30px !important;
    }
    figure.unit-image.image-anchored-top{
        top: 0;
        bottom: none;
        background-position-y: top;
    }
    section.homepage-section.icons h2.unit-header {
        font-size: 14px !important;
    }
    section.homepage-section.icons li.homepage-section-item.col-3 {
        height: 100px;
    }
}
@media (min-width: 1024px){
    li.homepage-section-item.col-3 figure.unit-image {
        position: absolute;
        top: calc(50% - 144px);
        left: calc(50% - 203.5px);
        right: none;
        width: 407px;
        height: 288px;
        background-size: 407px 288px;
        background-repeat: no-repeat;
    }
}

/* COUNTDOWN */
.abcpremium-countdown {
    display: block !important;
    background: #e6eef2 !important;
    color: #333 !important;
    border-radius: 0 !important;
}
span.countdown-event-label {
    font-weight: 700 !important;
}
span.countdown-label {
    margin-bottom: 10px !important;
    text-shadow: 1px 1px 6px rgba(0,0,0,0) !important;
    font-size: 30px !important;
    margin-bottom: 20px !important;
    color: #333 !important;
}
div.countdown-timer {
    background: transparent !important;
    color: #333 !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 6px rgba(0,0,0,0) !important;
}
p.countdown-number {
    font-weight: 300 !important;
    margin: 0 0 5px!important;
}
.countdown-btn {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-color: #06507f !important;
    border: 2px solid #06507f;
    color: #fff !important;
    border-radius: 0 !important;
}
.countdown-btn:hover {
    background-color: transparent !important;
    color: #06507f !important;
}
section[class^="category-section-"] .abcpremium-countdown,
section[class*=" category-section-"] .abcpremium-countdown {
    background-color: transparent !important;
    background: rgba(0,0,0,0.3) !important;
    color: #fff !important;
}
span.countdown-label {
    color: #fff !important;
    display: none !important;
}
section[class^="category-section-"] .table-countdown-table .table-countdown-timer .countdown-timer,
section[class*=" category-section-"] .table-countdown-table .table-countdown-timer .countdown-timer {
    color: #fff !important;
}
section[class^="category-section-"] .countdown-btn,
section[class*=" category-section-"] .countdown-btn {
    background-color: transparent !important;
    border: 2px solid #fff;
    color: #fff !important;
}
section[class^="category-section-"] .countdown-btn:hover,
section[class*=" category-section-"] .countdown-btn:hover {
    background-color: #fff !important;
    color: #333 !important;
}
section[class^="category-section-"] .abcpremium-countdown a,
section[class*=" category-section-"] .abcpremium-countdown a {
    text-decoration: none !important;
}
p.countdown-number {
    font-size: 30px!important;
    margin-bottom: 7px !important;
    text-align: center !important;
}
p.countdown-label {
    text-align: center !important;
}

/* CONTACT */
.contact-modal footer.modal-footer {
    display:none;
}
.modal-popup .modal-header {
    padding-top: 15px;
}
.modal-popup .modal-title {
    font-weight: 700;
}
.modals-overlay {
    background-color: rgba(6,80,127,.9);
}
ul.row.custom-contact {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    list-style: none;
}
ul.row.custom-contact li {
    display: inline-block;
    display: list-item;
    text-align: -webkit-match-parent;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding: 20px;
    -webkit-transition: color 400ms ease-in-out;
    -moz-transition: color 400ms ease-in-out;
    -ms-transition: color 400ms ease-in-out;
    -o-transition: color 400ms ease-in-out;
    transition: color 400ms ease-in-out;
}
ul.row.custom-contact li h2 {
    text-transform: uppercase;
    margin: 20px;
}
ul.row.custom-contact li:hover {
    color: #333;
}
ul.row.custom-contact li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: border 400ms ease-in-out;
    -moz-transition: border 400ms ease-in-out;
    -ms-transition: border 400ms ease-in-out;
    -o-transition: border 400ms ease-in-out;
    transition: border 400ms ease-in-out;
}
ul.row.custom-contact li a:hover {
    border: 1px solid #000;
}
.custom-contact span.icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    line-height: 48px;
    color: inherit;
    content: '\E7FD';
    font-family: 'Material Icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    padding: 0;
    display: block;
}
.custom-contact span.icon.faq:before {
    content:'question_answer';
}
.custom-contact span.icon.mail:before {
    content:'\e158';
}
.custom-contact span.icon.phone:before {
    content:'\e0cd';
}
.custom-contact #contact-modal, .custom-contact .contact-modal .modal-footer {
    display: none;
}
.cms-kontakt .page-title-wrapper, .contact-index-index .page-title-wrapper {
    text-align: center;
}
.cms-kontakt .page-title, .contact-index-index .page-title {
    margin: 0 0 10px!important;
}
.cms-kontakt .column.main p, .contact-index-index .column.main p {
    text-align: center;
    margin: 0 0 25px
}
@media (max-width: 767px) {
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #fff;
    }
}
@media (min-width: 768px) {
    ul.row.custom-contact li {
        margin-bottom:0px;
    }
    .custom-contact li.col-3 {
        width: 25%!important;
        border-color:#fff;
        border-style:solid;
        border-bottom-width:0px;
        border-top-width:0px;
    }
    .custom-contact li.col-3:nth-child(4n+1) {
        border-left-width:0px;
        border-right-width:7.5px;
    }
    .custom-contact li.col-3:nth-child(4n+2) {
        border-left-width:2.5px;
        border-right-width:5px;
    }
    .custom-contact li.col-3:nth-child(4n+3) {
        border-left-width:5px;
        border-right-width:2.5px;
    }
    .custom-contact li.col-3:nth-child(4n+4) {
        border-left-width:7.5px;
        border-right-width:0px;
    }
    .custom-contact li.col-6 {
        width: 50%!important;
        border-top-width:10px;
        border-color:#fff;
        border-style:solid;
        border-bottom-width:0px;
    }
    .custom-contact li.col-6:nth-child(4n+1) {
        border-right-width: 5px;
        border-left-width:0px;
    }
    .custom-contact li.col-6:nth-child(4n+2) {
        border-left-width: 5px;
        border-right-width:0px;
    }
    .cms-kontakt .contact-modal .modal-inner-wrap, .contact-index-index .contact-modal .modal-inner-wrap {
        max-width: 600px;
    }
}

/* SUPPORT WIDGET FRESHDESK */
.fd-btn-left a.freshwidget-theme {
    background: #06507f !important;
    background: -webkit-linear-gradient(-45deg, #06507f 0%, #F73347 100%);
    background: -moz-linear-gradient(-45deg, #06507f 0%, #F73347 100%);
    background: linear-gradient(135deg, #06507f 0%, #F73347 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06507f', endColorstr='#F73347',GradientType=1);
    border: 0px solid #000 !important;
    /* border-radius: 0px !important; */
    box-shadow: 0 0 10px rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.08), inset 0 -2px 0 rgba(255,255,255,0), inset 0 9px 29px rgba(0,0,0,.1);
}

/* STANDARD COLUMN GRID */
.row {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}
.row:after {
    content: ' ';
    display: block;
    clear: both;
}
[class^="col-sm-"], [class*=" col-sm-"] {
    display: inline-block;
    display: list-item;
    position: relative;
    text-align: -webkit-match-parent;
    border: 5px solid transparent;
    box-sizing: border-box;
    text-align: center;
    background: transparent;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
[class^="col-sm-"] a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow: hidden;
}
[class^="col-sm-"] img {
    width: 100%;
    height: auto;
}
[class^="col-sm-"] .content, [class*=" col-sm-"] .content {
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 30px;
    max-width: 420px;
    box-sizing: border-box;
    overflow: hidden;
}
.content.after-img {
    position: relative;
    display: inline-block;
    width: 70% !important;
    max-width: 70%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    color: #333;
}
[class^="col-sm-"] .content.box {
    background: #06507f;
    background: rgba(6,80,127,.9);
}
.content.fullwidth.box {
    width: 100%;
    max-width: 100%;
    padding: 20px;
}
[class^="col-sm-"] .content.relative, [class*=" col-sm-"] .content.relative {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0) translateY(0);
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
    text-transform: none;
}
[class^="col-sm-"] .content.center-center {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
[class^="col-sm-"] .content.center-top {
    left: 50%;
    top: 20px;
    transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    text-align: center;
}
[class^="col-sm-"] .content.center-bottom {
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%) translateY(50%);
    -webkit-transform: translateX(-50%) translateY(50%);
    -moz-transform: translateX(-50%) translateY(50%);
    -ms-transform: translateX(-50%) translateY(50%);
    text-align: center;
}
[class^="col-sm-"] .content.left-center {
    left: 20px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    text-align: left;
}
[class^="col-sm-"] .content.left-center.box {
    left: 50px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    text-align: left;
    background: #06507f;
    background: rgba(6,80,127,.9);
}
[class^="col-sm-"] .content.left-top {
    left: 20px;
    top: 20px;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(50%);
    -moz-transform: translateX(0%) translateY(50%);
    -ms-transform: translateX(0%) translateY(50%);
    text-align: left;
}
[class^="col-sm-"] .content.left-bottom {
    left: 20px;
    bottom: 50px;
    transform: translateX(0%) translateY(50%);
    -webkit-transform: translateX(0%) translateY(50%);
    -moz-transform: translateX(0%) translateY(50%);
    -ms-transform: translateX(0%) translateY(50%);
    text-align: left;
}
[class^="col-sm-"] .content.right-center {
    right: 20px;
    top: 50%;
    transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    text-align: right;
}
[class^="col-sm-"] .content.right-top {
    right: 20px;
    top: 20px;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(50%);
    -ms-transform: translateX(0%) translateY(50%);
    text-align: right;
}
[class^="col-sm-"] .content.right-bottom {
    right: 20px;
    bottom: 20px;
    transform: translateX(0%) translateY(50%);
    -webkit-transform: translateX(0%) translateY(50%);
    -moz-transform: translateX(0%) translateY(50%);
    -ms-transform: translateX(0%) translateY(50%);
    text-align: right;
}
.dark-theme {
    color: #fff;
}
.light-theme {
    color: #333;
}
section[class^="category-section-"] a.anchor-target {
    color: #333;
    text-decoration: none;
}
[class^="col-sm-"] .content h1 {
    font-weight: 700;
    font-size: 40px !important;
}
[class^="col-sm-"] .content h2 {
    font-weight: 700;
    font-size: 30px !important;
}
.col-sm-3 .content h2 {
    font-size: 24px !important;
}
.col-sm-4 .content h2 {
    font-size: 20px !important;
}
section[class^="category-section-"] h1 {
    font-weight: 700;
    font-size: 40px !important;
    line-height: 1.2;
    text-transform: none;
}
section[class^="category-section-"] h2 {
    font-weight: 700;
    font-size: 30px !important;
    line-height: 1.2;
    text-transform: none;
}
section[class^="category-section-"] h1.text-center {
    text-align: center;
}
section[class^="category-section-"] h2.text-center {
    text-align: center;
}
section[class^="category-section-"] h3 {
    font-weight: 700;
    font-size: 24px !important;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 18px;
}
section[class^="category-section-"] .col-sm-4 p.unit-subheader{
    display: none;
}
section[class^="category-section-"] a.action.primary {
    margin: 5px auto;
    position: relative;
    display: block;
    text-align: center;
    width: auto;
    max-width: 250px;
}
.text-box {
    width: 100%;
    line-height: 1.3;
    font-weight: 600;
}
.text-columns-2 {
    -webkit-columns: 100px 2;
    -moz-columns: 100px 2;
    columns: 100px 2;
}
.text-columns-3 {
    -webkit-columns: 100px 3;
    -moz-columns: 100px 3;
    columns: 100px 3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
[class^="col-sm-"] h2, [class*=" col-sm-"] h2 {
    margin-top: 5px;
}
.dark-theme .text-box {
    color: #fff;
    background: transparent;
    background-color: transparent;
}
.light-theme .text-box {
    color: #06507f;
    background: transparent;
    background-color: transparent;
}
section[class^="category-section-"].boxed li.col-sm-12.max-height {
    max-height: 500px;
}
section[class^="category-section-"].fullwidth li.col-sm-12.max-height {
    max-height: 700px;
}
li[class^="col-sm-"] a img {
    width: 100%;
    height: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1400ms ease-in-out;
    -moz-transition: all 1400ms ease-in-out;
    -ms-transition: all 1400ms ease-in-out;
    -o-transition: all 1400ms ease-in-out;
    transition: all 1400ms ease-in-out;
}
li[class^="col-sm-"] a img.flag-icon {
    position: relative;
    width: 30%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
section[class^="category-section-"].fullwidth li.col-sm-12 img {
    -webkit-transition: .6s ease-out opacity,10s linear transform;
    -moz-transition: .6s ease-out opacity,10s linear transform;
    -ms-transition: .6s ease-out opacity,10s linear transform;
    -o-transition: .6s ease-out opacity,10s linear transform;
    transition: .6s ease-out opacity,10s linear transform;
}
.col-sm-12 {
    width: 100%;
    border-left-width: 0px;
    border-right-width: 0px;
}
section[class^="category-section-"].fullwidth li.col-sm-12 {
    border-top-width: 0;
    border-bottom-width: 0;
}
section[class^="category-section-"] ul.onepage-menu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    width: auto;
    margin-right: 5px;
}
li.col-sm-4.extra-padding {
    padding: 20px 0;
}
@media (max-width: 320px){
    .col-sm-3,
    .row .col-sm-3 {
        width: 100%;
        border-width: 3px 0;
    }
}
@media (max-width:480px) {
    .col-sm-4{
        width: 100%;
        border-left-width: 0px !important;
        border-right-width: 0px !important;
    }
}
@media (max-width: 767px){
    .text-columns-2 {
        -webkit-columns: 100px 1;
        -moz-columns: 100px 1;
        columns: 100px 1;
    }
    .text-columns-3 {
        -webkit-columns: 100px 1;
        -moz-columns: 100px 1;
        columns: 100px 1;
    }
    .col-sm-6 {
        width: 100%;
    }
    section[class^="category-section-"] .col-sm-3 h2.unit-header {
        font-size: 20px !important;
    }
    section[class^="category-section-"] .col-sm-3 p.unit-subheader {
        display: none;
    }
    .product-item-actions .actions-primary {
        display: block;
    }
    .col-sm-3-actions {
        margin: 10px 0 0;
    }
    .col-sm-3,
    .row .col-sm-3,
    .row .col-sm-3,
    .row .col-sm-3,
    .row .col-sm-3 {
        width: 50%;
        border-width: 3px;
    }
    .col-sm-3:nth-child(odd),
    .row .col-sm-3:first-child,
    .row .col-sm-3:nth-child(2n+1),
    .row .col-sm-3:first-child,
    .row .col-sm-3:nth-child(2n+1) {
        border-left-width: 0px;
    }
    .row .col-sm-3:nth-child(2n+2),
    .col-sm-3:nth-child(even),
    .row .col-sm-3:nth-child(even) {
        border-right-width: 0px;
    }
    .col-sm-3 {
        margin-bottom: 0px;
    }
    section[class^="category-section-"].list [class^="col-sm-"] .content, section[class^="category-section-"].list [class*=" col-sm-"] .content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: translateX(0) translateY(0) !important;
        text-align: center !important;
        max-width: 100%;
    }
    section[class^="category-section-"].list [class^="col-sm-"] .content h2 {
        font-size: 20px !important;
        line-height: 1.2;
        color: #333;
        text-shadow: 1px 1px 5px rgba(0,0,0,0);
    }
    section[class^="category-section-"].list .text-box {
        display: inline-block;
        font-weight: 300;
        text-transform: none;
        padding: 3px 0;
    }
    .dark-theme .text-box {
        color: #333;
        background: rgba(255,255,255,0.5);
        background-color: rgba(255,255,255,0.5);
    }
    .text-box {
        display: inline;
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
    }
    label.copyright {
        bottom: 12px;
        left: 10px;
    }
    label.copyright, label.copyright a {
        font-size: 8px;
        opacity: 0.8;
    }
}
@media (min-width: 640px) and (max-width: 767px){
    .row .col-sm-3 {
        width: 50%;
    }
}
@media (min-width: 768px){
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-6:nth-child(odd) {
        border-left-width: 0px;
    }
    .col-sm-6:nth-child(even) {
        border-right-width: 0px;
    }
    .col-sm-4 {
        border-top-width: 5.25px;
        border-bottom-width: 5.25px;
        border-left-width: 3.5px;
        border-right-width: 3.5px;
    }
    .row .col-sm-4:first-child,
    .row .col-sm-4:nth-child(3n+1),
    .row .col-sm-4:first-child,
    .row .col-sm-4:nth-child(3n+1) {
        border-left-width: 0px;
        border-right-width: 7px;
    }
    .row .col-sm-4:nth-child(3n+3) {
        border-left-width: 7px;
        border-right-width: 0px;
    }
    .text-box {
        font-size: 28px;
    }
    section[class^="category-section-"] p.unit-subheader {
        margin-top: 5px;
    }
    .col-sm-3 .text-box, .col-sm-4 .text-box {
        font-size: 14px;
    }
    section[class^="category-section-"] .col-sm-12 a.action.primary {
        margin-top: 50px;
    }
    section[class^="category-section-"].fullwidth [class^="col-sm-"] .content.relative h2, section[class^="category-section-"].fullwidth [class*=" col-sm-"] .content.relative h2 {
        font-size: 30px !important;
    }
}
@media (max-width: 1023px){
    section[class^="category-section-"].list .col-sm-6 {
        width: 100%;
    }
    section[class^="category-section-"].list a.action.primary, section[class^="category-section-"].list span.slide_url_label.action.primary.p_margin_large {
        display: none;
    }
    section[class^="category-section-"].list .content p.unit-subheader {
        margin-bottom: 0px;
    }
}
@media (min-width: 1024px){
    li[class^="col-sm-"]:hover a img {
    }
    .col-sm-3 {
        width: 25% !important;
        border-top-width: 5px;
        border-bottom-width: 5px;
        border-left-width: 2.5px;
        border-right-width: 5px;
    }
    .row .col-sm-3:nth-child(3n+3) {
        border-left-width: 2.5px;
        border-right-width: 5px;
    }
    .row .col-sm-3:nth-child(2n+3),
    .row .col-sm-3:nth-child(3n+4) {
        border-left-width: 5px;
        border-right-width: 2.5px;
    }
    .col-sm-3:nth-child(4n+3),
    .row .col-sm-3:nth-child(4n+3) {
        border-left-width: 5px;
        border-right-width: 2.5px;
    }
    .col-sm-3:nth-child(4n+2),
    .row .col-sm-3:nth-child(4n+2) {
        border-left-width: 2.5px;
        border-right-width: 5px;
    }
    .row .col-sm-3:first-child,
    .row .col-sm-3:nth-child(4n+1),
    .row .col-sm-3:first-child,
    .row .col-sm-3:nth-child(4n+1) {
        border-left-width: 0px;
        border-right-width: 7.5px;
    }
    .row .col-sm-3:nth-child(4n+4) {
        border-left-width: 7.5px;
        border-right-width: 0px;
    }
    .col-sm-3 {
        width: 25% !important;
    }
    section[class^="category-section-"] .col-sm-4 p.unit-subheader {
        display: block;
    }
}
@media (min-width: 1440px){
    section[class^="category-section-"].fullwidth li.col-sm-12.max-height {
        border-top-width: 0px;
        border-bottom-width: 5px;
    }
}
@media (min-width: 2560px){
    section[class^="category-section-"].fullwidth li.col-sm-12.max-height {
        max-height: 1015px;
    }
}


/* CHILI EDITOR */
body.chili-editor-index .before_header {
    display: none !important;
}
.chili-config-toggle .toggle.open {
    color: #ffffff;
    background-color: #d5001c;
}
body.chili-editor-index.page-layout-empty input#qty, body.chili-editor-index.page-layout-empty div#chili-navigation, body.chili-editor-index.page-layout-empty .editor-middle-container .steps-top {
    display: none !important;
}
body.chili-editor-index.page-layout-empty h2 {
    margin-top: 0 !important;
}
body.chili-editor-index.page-layout-empty main#maincontent {
    margin-top: 0px;
    padding-top: 0px;
}
body.chili-editor-index.page-layout-empty .steps-bottom {
    position: absolute;
    bottom: 80px;
    text-align: right;
    right: 30px;
    width: calc(100% - 60px);
}
body.chili-editor-index button#order-button {
    width: 100%;
    max-width: 100%;
}
body.chili-editor-index button#cancel-button {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 10px auto;
}
.editor-middle-container .chili-configuration .content-wrapper {
    position: relative;
}
body.chili-editor-index div#accordion-label-options_container {
    display: none;
}
.chili-steps-container .chili-steps.data.items > .item.content {
    background: #fff100;
    color: #06507f;
    border: 0px solid #fff100;
    padding: 20px 20px 20px 20px;
}
.chili-steps-container .chili-steps.data.items {
    border-bottom: 0px solid #d1d1d1;
}
body.chili-editor-index .fieldset>.field .field.choice,
body.chili-editor-index .fieldset>.fields>.field .field.choice {
    margin-bottom: 9px;
    width: 100%;
    float: none;
}
body.chili-editor-index .fieldset>.field>.label, .fieldset>.fields>.field>.label {
    font-size: inherit;
    letter-spacing: 0.5px;
}
body.chili-editor-index label.label {
    padding-bottom: 3px !important;
    font-size: inherit;
    letter-spacing: 0.5px;
}
body.chili-editor-index input[type="checkbox"]:checked,
body.chili-editor-index input[type="checkbox"]:not(:checked),
body.chili-editor-index input[type="radio"]:checked,
body.chili-editor-index input[type="radio"]:not(:checked) {
    /*margin: 7px 15px 0 0;*/
    margin: 4px 8px 0 0;
}
body.chili-editor-index input[type="checkbox"] {
    -webkit-appearance: none;
    background: transparent !important;
}
@media (max-width: 767px) {
    .product-info-main #product-addtocart-chili-button {
        width: 100%;
    }
}
@media (min-width: 768px){
    #product-addtocart-chili-button {
        width: 100% !important;
    }
    .chili-editor-index .header.content {
        display: none !important;
    }
    .editor-middle-container .chili-editor-container {
        width: 78%;
        height: 100%;
        display: block;
        margin-right: 22%;
        margin-left: 0 !important;
    }
    .editor-middle-container .chili-configuration {
        display: none;
        width: 22%;
        height: 100vh;
        float: right !important;
        background-color: #fff;
    }
    .editor-middle-container .chili-configuration .content-wrapper {
        padding: 25px 20px;
        height: 100%;
    }
}

/* Präsentation */
.availability.only {
    display: none;
}

/* PRICE FUNCTIONALITIES */
.abcpremium-price {
    padding: 10px 0;
}
.abcpremium-price .price-box.price-final_price {
    display: inline-block !important;
}
.widget-bestseller-grid .additional-price-information {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.minicart-items .details-qty.qty select,
.cart.table-wrapper .col.qty select.input-text.qty {
    width: 90px;
}