@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../../fonts/MaterialIcons-Regular.woff');
    src: local('Material Icons'),local('MaterialIcons-Regular'),url('../../fonts/MaterialIcons-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../../fonts/roboto-v20-latin-regular.woff2');
    
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../../fonts/roboto-v20-latin-700.woff2') format('woff2')
}

/* bootstrap fixes */
.cms-grossbestellung-html .page-main {
    display: none;
}

.table>:not(caption)>*>* {
    border: 0px;
}

legend {
    margin: 0px;
}

.fs-0 {
    font-size: calc(1.5rem + 1.5vw)!important;
}

table.table-checkout-shipping-method .col {
    width: auto;
    flex: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1560px;
}

#checkout .address-fields .row{
    margin: 0 0 10px 0!important
}

#checkout .address-fields .row>*{
    padding: 0px;
}

:root {
    --main-txt-color:#1f1f1f;
    --main-bg-color:#d6d4cd;
    --casual-action:#f05500;
    --highlight:#e8e5dc;
    --max-width:1600px;
    --side-padding:20px;
    --nofocus-color:#636363;
}

* {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    box-sizing:border-box;
    font-family:'Roboto', sans-serif!important;
}

a:hover {
    color:#ff832f;
    text-decoration:underline;
}

input[type="text"],input[type="password"],input[type="email"],input[type="number"] {
    background:#f9f8f4;
    background-clip:padding-box;
    border:1px solid #e4e2db;
    border-radius:3px;
    font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:18px;
    font-weight:600;
    height:45px;
    line-height:1.42857143;
    padding:0 9px;
    vertical-align:baseline;
    width:100%;
    box-sizing:border-box;
    -webkit-box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.06);
    -moz-box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.06);
    box-shadow:inset 0px 1px 1px 0px rgba(0,0,0,0.06);
}

.fieldset > .field {
    margin:0 0 20px;
    box-sizing:border-box;
    margin:0 0 15px;
}

.actions-toolbar .secondary {
    float:left;
    margin-left:15px;
}

a:visited {
    color:var(--casual-action);
    text-decoration:none;
}

a {
    color:var(--casual-action);
    text-decoration:none;
}

.shadow {
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

body {
    background:var(--main-bg-color);
    font-family:'Roboto', sans-serif!important;
    color:var(--main-txt-color);
    font-size:1.6rem;
}

.material-icons {
    font-family:'Material Icons'!important;
    font-weight:normal;
    font-style:normal;
    font-size:24px;
    display:inline-block;
    line-height:1;
    text-transform:none;
    letter-spacing:normal;
    word-wrap:normal;
    white-space:nowrap;
    direction:ltr;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    font-feature-settings:'liga';
}

#lightboxOverlay {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    background:rgba(29, 27, 23, 0.8);
    width:100%;
    height:100vh;
    display:none;
}

.lightboxOverlay {
    position:absolute;
    top:0;
    left:0;
    z-index:9999;
    background:rgba(29, 27, 23, 0.8);
    width:100%;
    height:100vh;
    display:none;
}

.ccPopup.popUp {
    padding-right:480px;
    background:url('../../images/customerCare.jpg') center no-repeat;
}

.promoPopup.popUp,.rabattPopup.popUp {
    background:url('../../images/rabatt.jpg') #b51a18 top center no-repeat!important;
}

.promoPopup.popUp p,.promoPopup.popUp span.subCaption,.promoPopup.popUp span.caption {
    color:#fff;
}

.promoPopup.popUp span.subCaption {
    float:left;
    width:100%;
}

.videoPopup.popUp {
    padding:0;
    max-width:890px;
    width:100%;
}

.popUp {
    width:100%;
    padding:50px;
    max-width:1000px;
    background:#ecebe6;
    min-height:500px;
    position:absolute;
    margin:auto;
    display:table;
    border-radius:5px;
    left:0;
    right:0;
    top:65px;
    box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    display:none;
    text-align:left;
}

button {
    background-image:none;
    background:#fff;
    border:1px solid #fff;
    color:#333;
    cursor:pointer;
    display:inline-block;
    font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight:700;
    margin:0;
    padding:7px 15px;
    font-size:1.4rem;
    line-height:1.6rem;
    box-sizing:border-box;
    vertical-align:middle;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
}

.lightboxOverlay i.closeAll {
    position:absolute;
    right:20px;
    top:20px;
    display:block;
    cursor:pointer;
    opacity:1;
    font-size:30px;
    color:#fff;
    z-index:9999;
}

i.material-icons.closeIcon {
    vertical-align:bottom;
    opacity:0.8;
}

.popUp span.caption {
    font-size:45px;
    font-weight:600;
    letter-spacing:-1px;
    width:100%;
    float:left;
    line-height:1;
    margin-bottom:30px;
}

.popUp span.subCaption {
    font-size:20px;
    line-height:1.1;
    margin-bottom:30px;
    color:var(--nofocus-color);
    float:left;
}

.closeMobile {
    display:none;
    cursor:pointer;
    float:left;
    margin-top:30px;
    padding:10px;
    border-radius:5px;
    color:var(--nofocus-color);
    border:1px solid var(--main-bg-color);
}

.topMessages {
    float:none;
    width:100%;
    margin:auto;
    position:relative;
}

.topPromo {
    float:left;
    width:100%;
    font-size:1.5rem;
    font-weight:400;
    text-align:center;
    background:#b51818;
    color:#fff;
}

.topPromo a {
    color:inherit;
    text-decoration:underline;
    font-weight:600;
    cursor:pointer;
}

.topPromo .center {
    max-width:var(--max-width);
    width:100%;
    margin:auto;
    padding:7px 20px;
}

.topMessages .messageTop {
    max-width:var(--max-width);
    margin:auto;
    line-height:1.3;
    text-align:center;
}

.page-header {
    background:#fff;
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    z-index:900;
    min-height:64px;
}

.header.content,.page-main,.footer.content {
    max-width:var(--max-width);
}

.header.content {
    padding:0 20px;
    display: flex;
}

.logo {
    margin:0px auto 0px;
    max-width:220px;
    float:none;
    display:block;
    position:absolute;
    left:0;
    right:0;
    padding-top:17px;
}

.logo img {
    width:220px!important;
}

.minicart-wrapper .action.showcart:before {
    padding:15px 13px;
    content:'shopping_basket';
    font-family:'Material Icons';
}

.emptyCartContent {
    width:100%;
    min-height:300px;
    background:#fff;
    padding:130px 40px 40px;
    text-align:center;
    margin-top:0px;
    float:left;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
}

.emptyCartContent i {
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    top:70px;
    font-size:60px;
    color:var(--nofocus-color);
}

.emptyCartContent .title {
    width:100%;
    float:left;
    font-size:27px;
    font-weight:600;
}

ul.header.links {
    list-style-type:none;
    padding:0px;
    margin:0;
}

ul.header.links li {
    padding:0px 0px 0px;
    margin:0;
    width:100%;
    float:left;
}

ul.header.links li a {
    color:var(--main-txt-color);
}

ul.header.links li a {
    width:100%;
    float:left;
    padding:10px;
    box-sizing:border-box;
}

.item.link.compare {
    display:none;
}

.minicart-wrapper {
    margin-left: 0px;
}

.accountIcon {
    right:80px;
    float:right;
    height:63px;
    top:0;
    padding-top:15px;
    padding-right:15px;
    margin-left:auto;
    border-right:1px solid rgba(0,0,0,0.15);
    cursor:pointer;
}

.customTopLink ul {
    float:left;
    width:100%;
    padding:0;
    list-style-type:none;
    font-size:1.5rem;
    margin-bottom:0;
}

.customTopLink ul.loggedIn {
    float:left;
    width:100%;
    background:white;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    padding:0;
    list-style-type:none;
    font-size:1.5rem;
    margin-bottom:0;
}

.customTopLink hr {
    border-top:1px solid var(--main-bg-color);
    margin:20px 0px;
}

.customTopLink ul li {
    margin-bottom:0px;
}

.customTopLink ul.loggedIn li {
    margin-bottom:0px;
    padding:5px 5px;
    border-bottom:1px solid rgba(0,0,0,0.1);
}

.customTopLink ul li a {
    color:#000;
}

.customTopLink ul li a:hover {
    color:var(--casual-action);
    text-decoration:none;
}

.customTopLink i.material-icons {
    font-size:18px;
    float:left;
    vertical-align:initial;
    margin-top:1px;
    margin-right:5px;
    color:var(--casual-action)!important;
}

.accountWrapper .customTopLink {
    float:left;
    width:100%;
}

.accountWrapper span.question {
    float:left;
    width:100%;
    line-height:1;
}

.accountWrapper {
    position:absolute;
    display:none;
    right:0px;
    top:63px;
    background:#fff;
    padding:30px;
    width:300px;
    background:var(--highlight);
}

.accountWrapper.toggled {
    display:block;
}

#accountIcon {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-size:35px;
    line-height:33px;
    color:#8f8f8f;
    margin:0;
    vertical-align:top;
    display:inline-block;
    font-weight:normal;
    overflow:hidden;
    speak:none;
    text-align:center;
    cursor:pointer;
}

.accountIcon:hover,.accountIcon:hover i {
    color:black!important;
}

i.dropdownIcon {
    float:right;
    display:block;
    font-size:18px;
    position:relative;
    margin-top:7px;
    margin-left:9px;
    color:var(--casual-action);
}

.accountIcon:hover i {
    color:black!important;
}

.actionButtonLI {
    float:left;
    width:auto;
    cursor:pointer;
    height:auto;
    text-align:center;
    background:#f05500;
    border:1px solid #d05a1a;
    border-radius:3px;
    color:#fff!important;
    font-weight:600;
    clear:both!important;
    padding:10px 15px;
    text-decoration:none!important;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    box-sizing:border-box;
}

.actionButton {
    float:left;
    text-decoration:none!important;
    width:auto;
    cursor:pointer;
    height:auto;
    text-align:center;
    background:#f05500;
    border:1px solid #d05a1a;
    border-radius:3px;
    color:#fff!important;
    font-weight:600;
    clear:none;
    padding:10px;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    font-size:20px;
}

.actionButtonLI,.actionButtonLI:hover {
    color:#fff!important;
    text-decoration:none!important;
}

.actionButtonLI:hover,.actionButton:hover {
    background:#ffce78;
    color:#c97c44!important;
}

div#customMenu {
    float:left;
}

.uspWrapper {
    max-width:var(--max-width);
    margin:0px auto 0px;
    width:100%;
}

.uspWrapper ul,.uspWrapper ul li {
    list-style-type:none;
    margin:0;
    float:left;
    position:relative;
    cursor:pointer;
}

.uspWrapper ul {
    width:100%;
    background:#fff;
    padding:0;
    display:inline-grid;
    grid-template-columns:auto auto auto auto;
}

.uspWrapper ul li {
    border-right:1px solid rgba(0,0,0,0.15);
    box-sizing:border-box;
}

.USPitem.rabattBox {
    background:#b51818;
    border-right:1px solid #b51818;
}

.USPitem.rabattBox .uspSpan,.USPitem.rabattBox i {
    color:#fff!important;
}

.USPitem.rabattBox:hover {
    background:#d42929!important;
}

.uspWrapper ul li .USPitem {
    padding:20px 20px 20px 70px;
    position:relative;
    float:left;
    cursor:pointer;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    height:100%;
    box-sizing:border-box;
}

.uspWrapper ul li .USPitem:hover {
    background:var(--highlight);
}

.uspWrapper ul li .USPitem .material-icons {
    position:absolute;
    left:20px;
    top:20px;
    color:#8f8f8f;
    font-size:35px;
}

span.uspSpan {
    width:100%;
    float:left;
    position:relative;
    display:block;
    font-size:2rem;
    line-height:1.2;
}

span.uspSpan.link {
    margin-top:10px;
    color:var(--casual-action);
}

.rabattPopup.popUp {
    background:#b51818;
    color:#fff!important;
}

.rabattPopup.popUp .subCaption,.rabattPopup.popUp p {
    color:#dcbcbc;
}

.popUp .rabattItem {
    width:calc(20% - 10px);
    height:120px;
    margin:5px;
    background:#fff;
    color:#bd1819;
    font-weight:600;
    float:left;
    border-radius:8px;
    position:relative;
    font-size:60px;
    letter-spacing:-1px;
    text-align:center;
    padding-top:25px;
    margin-bottom:30px;
}

.promoPopup .closeMobile,.rabattPopup .closeMobile {
    color:#fff;
}

.rabattItem span.quantity {
    position:absolute;
    top:0;
    left:0;
    background:#ffdcdc;
    padding:0px 7px;
    border-bottom-right-radius:10px;
    color:#bd1819;
    font-size:20px;
    font-weight:600;
}

.page-footer {
    background:#e4e2da;
    border-top:1px solid #cac8c3;
    margin-top:50px;
    float:left;
    width:100%;
}

.footer.content {
    border-top:0px;
}

small.copyright {
    float:left;
    width:100%;
}

.footer.content ul {
    float:left;
    margin-right:50px;
}

.footer.content ul li {
    font-size:15px;
}

.footer.content ul li strong {
    margin-bottom:10px;
    float:left;
}

.socialIcons li a img {
    max-height:30px;
    margin-bottom:5px;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.socialIcons li a img:hover {
    opacity:.3;
}

.footer.content ul li a {
    color:var(--nofocus-color);
}

.footer .copyright {
    margin-top:40px;
}

img.footer_logo {
    opacity:0.7;
}

.footer_custom {
    float:left;
    width:100%;
    margin-bottom:70px;
    min-height:60px;
}

.footer_phone {
    position:relative;
    float:left;
    -webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
}

.footer_phone .left {
    background:var(--nofocus-color);
    float:left;
    line-height:1.2;
    padding:10px 20px 10px 40px;
    color:#fff;
    height:60px;
    max-width:170px;
    position:relative;
}

.footer_phone .number {
    background:#fff;
    float:left;
    line-height:1.2;
    padding:10px 20px;
    line-height:40px;
    font-size:3rem;
    font-weight:600;
    letter-spacing:-1px;
    color:#6e6e6e;
}

.footer_phone .number a {
    color:#000;
    text-decoration:none;
}

.footer_cards {
    position:relative;
    float:right;
}

.footer_phone i.material-icons {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:25px;
    color:#fff;
}

img.payment_logo {
    width:70px;
    margin:0px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
    box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1);
}

span.openingHours {
    position:absolute;
    width:100%;
    top:70px;
    left:0px;
    font-size:1.2rem;
}

.action.primary {
    float:left;
    width:auto;
    cursor:pointer;
    height:auto;
    text-align:center;
    background:#f05500;
    border:1px solid #d05a1a;
    border-radius:3px;
    color:#fff!important;
    font-weight:600;
    clear:both!important;
    padding:10px 15px;
    text-decoration:none!important;
    -webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.25);
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    box-sizing:border-box;
}

.action.primary:hover {
    border:1px solid #d05a1a;
    background:#ffce78;
    color:#c97c44;
}

.block.newsletter input {
    height:40px;
    font-size:14px;
}

.block.newsletter .field .control:before {
    position:absolute;
    margin-top:4px;
    margin-left:3px;
}

.block.newsletter .gdpr {
    display:table-row;
}

.block.newsletter .gdpr input {
    height:auto;
    margin:10px 5px 0 0;
}

.minicart-items .mouseover-images {
    position:absolute;
    right:383px;
    display:none;
    right:0px!important;
    border:0px!important;
    z-index:998;
    box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.05);
}

.minicart-items-wrapper {
    max-height:calc(100vh - 340px);
    height:auto!important;
    border:0px;
    background:#f3f2ed;
    padding:0;
    border-bottom: 4px solid #d9d9d2;
}

.minicart-items .product > .product-item-photo {
    float:left;
    margin:15px;
    width:55px!important;
}

.minicart-items .product-item-details {
    padding:15px 0;
    color:var(--nofocus-color);
    font-size:15px;
    line-height:1.3;
    float:left;
    width:calc(100% - 88px);
    margin-left: auto;
}



.minicart-items .product-item-name {
    font-weight:600;
    width:100%;
    margin:0px;
    float:left;
}

.product-item-name {
    margin:0;
}

.columns .column.main {
    padding-bottom:0px;
}

.block.block-customer-login,.block.block-new-customer {
    padding:30px;
    width:calc(50% - 10px);
    background:white;
    box-sizing:border-box;
    min-height:400px;
}

.action.primary:focus, .action.primary:active {
    background: var(--casual-action);
    color:#fff;
    border: 0px;
}



#block-collapsible-nav.active {
    display: block;
}

.minicart-wrapper .action.showcart .counter.qty {
    left:0px;
    background:#ff5501;
    border-radius: 0px;
    color:#fff;
    height:25px;
    position:absolute;
    font-size:15px;
    font-weight:600;
    bottom:0;
    line-height:26px;
    display:inline-block;
    margin:3px 0 0;
    min-width:18px;
    overflow:hidden;
    padding:0px 6px;
    text-align:center;
    white-space:normal;
    z-index:900;
}

.copyright span {
    float:left;
    margin:10px 0 30px;
    display:block;
    position:relative;
}

.responsiveMenu {
    width:100%;
    min-height:calc(100vh - 60px);
    background:var(--highlight);
    position:absolute;
    max-width:100%;
    overflow-x:hidden;
    display:none;
    text-decoration:none!important;
}

.responsiveMenu .menuContainer a {
    float:left;
    width:100%;
    background:#f5f4f2;
    padding:20px;
    color:var(--nofocus);
    border-top:1px solid var(--highlight);
    position:relative;
    text-decoration:none!important;
}

.resMenuButton {
    position:relative;
    display:none!important;
    width:60px;
    text-align:center;
    float:left;
    left:0px;
    top:0px;
    z-index:997;
    padding:20px 10px;
}

.sections.nav-sections {
    display:none;
}

.page.messages {
    position:absolute;
    left:0;
    right:0;
    top:63px;
    display:inline-table;
    max-width:340px;
    width:100%;
    text-align:center;
    margin:auto;
    margin-left:auto;
    margin-right:auto;
    border-radius:30px;
}

.page.messages div {
    background:#b9e891;
    z-index:910;
    font-size:1.6rem;
    border-radius:6px;
}

.minicart-wrapper .block-minicart {
    right:0;
    width:550px;
    padding:0px 20px 20px;
    border:0px;
    background:#eaeae3;
    box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow:0px 0px 30px 1px rgba(0, 0, 0, 0.20);
    z-index:999;
    margin-top:0px;
}

.minicart-items.hoverCart .product-item-details {
    padding:0px;
}

.minicart-wrapper .action.close {
    display:none;
}

li.item.product.product-item.item-designed {
    background:#fff;
    padding:0;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    float:left;
    width:100%;
}

.minicart-items .product-item-name a {
    color:var(--main-txt-color);
    font-size:17px;
    font-weight:600;
    line-height:1;
}

.product-item-details .product-qty {
    float:left;
    width:20%;
    text-align:center;
    padding-top:15px;
    border-left:1px dashed var(--main-bg-color);
    border-right:1px dashed var(--main-bg-color);
    padding-bottom:30px;
}

.product-item-details .product-item-pricing {
    float:right;
    width:30%;
    text-align:right;
    padding-top:44px;
    padding-right:21px;
}

.minicart-items .product-item-details .price {
    font-weight:700;
    font-size:25px;
    letter-spacing:-1px;
    color:#000;
}

#mini-cart li.subitem {
    float:left;
    width:100%;
    font-size:15px;
    padding:10px 20px 5px 88px;
    border-bottom:1px solid var(--highlight);
}

#mini-cart.hoverCart li.subitem {
    float:left;
    width:100%;
    font-size:15px;
    padding:10px 20px 5px 88px;
    border-bottom:1px solid var(--highlight);
    background: #f3f2ed;
}

.minicart-items .item-qty {
    margin-right: 5px;
    margin-left: 20px;
    padding: 5px!important;
    text-align: center;
    width: 55px;
    height: 25px;
    font-size: 15px!important;
}

#mini-cart li.subitem div {
    float:left;
}

#mini-cart li.subitem .size {
    min-width:170px;
}

.minicart-items .update-cart-item {
    font-size:1.1rem;
    vertical-align:top;
    height:25px;
    line-height:25px;
    padding:0 10px;
    display:none;
}

a.action.viewcart {
    display:none;
}

#mini-cart li.subitem .price {
    float:right;
    color:var(--nofocus-color);
}

.minicart-items .action.edit:before,.minicart-items .action.delete:before {
    color:var(--nofocus-color);
}

strong.product-item-manufacturer {
    float:left;
    width:100%;
    font-weight:300;
    color:var(--nofocus-color);
}

.product-item-left-details {
    float:left;
    width:50%;
    padding:15px 0;
}

.product-qty-value {
    font-weight:600;
    padding-top:10px;
    font-size:25px;
    color:#000;
}

.product-item-color {
    background-color:#e87b9c;
    float:left;
    margin-top:10px;
    width:15px;
    height:15px;
    border-radius:3px;
    border:1px inset rgba(0,0,0,0.1);
    margin-right:5px;
}

span.product-item-color-name {
    margin-top:9px;
    float:left;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    display:block;
    width:60%;
    float:right;
    line-height:35px;
}

.block-minicart .block-content > .actions {
    float:right;
    width:100%;
    margin-top:0px;
}

.payments2-minicart {
    float:left;
    width:100%;
    height:45px;
}

.block-minicart .subtotal {
    margin:15px 0px 0px;
    text-align:right;
    float:right;
    width:60%;
    padding:0px;
    border-radius:5px;
    position:relative;
}

.subtotal .amount.price-container {
    width:60%;
    float:right;
    background:#fff;
    padding:10px;
    margin-bottom:10px;
    border-radius:5px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.15);
}

.subtotal .amount.price-container .price-box span:first-of-type {
    float:left;
    width:100%;
    font-size:12px;
    font-weight:400;
}

.subtotal .amount .price-box span.price {
    font-size:30px!important;
    font-weight:700!important;
    color:#000;
}

.block-minicart .block-content > .actions > .primary {
    margin:0 0px 10px;
}

.subtotal span.label {
    color:var(--nofocus-color);
    font-size:15px;
    display:none;
}

.block-minicart .items-total {
    display:none;
}

.payments-minicart {
    width:40%;
    position:absolute;
    height:120px;
    left:0;
    background:url('../../images/payments_minicart.png') no-repeat;
    background-size:75%;
    background-position:center;
    opacity:0.2;
}

#mini-cart .mouseover-images {
    right:550px!important;
    top:0px;
    border-right:5px solid #d6d5d0!important;
}

#mini-cart .mouseover-images ul {
    list-style:none;
    padding:0;
    background-color:white;
    border:0px solid #ccc!important;
    position:relative;
    top:0px!important;
    width:450px;
    float:right;
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

#mini-cart .mouseover-images ul li {
    float:left!important;
    width:150px;
    height:150px;
    text-align:center;
    border-bottom:1px solid var(--highlight);
    border-left:1px solid var(--highlight);
}

#customMenu .hoverContent {
    display:none;
    position:absolute;
    width:calc(100% - 40px);
    top:60px;
    left:20px;
    background:#e8e5dc;
    padding:40px;
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
}

#customMenu .menuItem {
    padding:20px;
    float:left;
    color:#333;
}

#customMenu .menuItem .lvl1 {
    font-weight:600;
    cursor:pointer;
}

#customMenu .menuItem:hover {
    background:#333!important;
    text-decoration:none;
}

#customMenu .menuItem .lvl1 {
    color:#333;
}

#customMenu .menuItem:hover .lvl1 {
    color:#fff;
    text-decoration:none;
}

#customMenu .columns {
    display:grid;
    width:calc(100% - 440px);
    float:left;
    grid-gap:20px;
}

#customMenu .menuHeader {
    width:calc(100% - 440px);
    float:left;
}

#customMenu .menuRight {
    float:right;
    width:400px;
}

#customMenu .menuHeader .caption {
    float:left;
    width:100%;
    font-size:40px;
    font-weight:600;
    letter-spacing:-1px;
}

#customMenu .menuHeader .subCaption {
    float:left;
    width:100%;
    font-size:23px;
    font-weight:300;
    letter-spacing:-1px;
    opacity:0.8;
    margin-bottom:20px;
}

#customMenu .menuHeader {
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}

#customMenu .menuHeader .menuFav {
    padding:13px;
    background:#fff;
    color:#333;
    border-radius:3px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.1);
}

#customMenu .menuHeader .menuFav:hover {
    color:#fff;
    background:var(--casual-action);
    text-decoration:none;
}

#customMenu .hoverContent .menuRight a {
    border-radius:3px;
    float:left;
    width:100%;
    cursor:pointer;
    color:#fff;
    margin-bottom:5px;
    overflow:hidden;
}

#customMenu .hoverContent .menuRight a img {
    border-radius:3px;
    float:left;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

#customMenu .hoverContent ul {
    padding:0;
    list-style-type:none;
}

#customMenu .hoverContent ul a {
    color:#333;
    background:#fff;
    padding:13px;
    margin-bottom:5px;
    float:left;
    width:100%;
    border-radius:3px;
    box-shadow:0px 1px 2px rgba(0,0,0,0.1);
}

#customMenu .hoverContent ul a:hover {
    background:var(--casual-action);
    color:#fff;
    text-decoration:none;
}

.hoverContent a.categoryName {
    margin-bottom:0px!important;
    background:#cac7bb!important;
    color:#737167!important;
}

.menuRight a {
    position:relative;
}

.menuRight a .desc {
    position:absolute;
    top:20px;
    left:30px;
}

#customMenu .hoverContent .menuRight a .caption {
    font-size:25px;
    font-weight:600;
    width:100%;
    float:left;
    margin-bottom:-7px;
}

#customMenu .hoverContent .menuRight a .subCaption {
    font-size:20px;
    font-weight:300;
    width:100%;
    float:left;
    margin-bottom:10px;
}

#customMenu .hoverContent .menuRight a .inlineLink {
    padding:5px 10px;
    font-size:15px;
    background:rgba(0,0,0,0.5);
    border-radius:3px;
    border:1px solid var(--casual-action);
    color:var(--casual-action);
}

#customMenu .hoverContent .menuRight a:hover img {
    transform:scale(1.1);
}

#customMenu .hoverContent .menuRight a:hover .inlineLink {
    background:var(--casual-action);
    border:1px solid var(--casual-action);
    color:#fff;
}

a.resCategory {
    display:none;
}

.groupBox {
    float:left;
    width:100%;
}

a.resCatCaption {
    background:#fff!important;
}

.resCatCaption span.material-icons.arrow {
    position:absolute;
    right:20px;
    opacity:0.6;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
}

.menuContainer .resCaption {
    background:#eae9e4!important;
}

.heureka-container .reviews {
    width:100%;
}

div#product-detail {
    display:grid;
    grid-template-columns:60% 39%;
    grid-column-gap:20px;
    float:left;
    width:100%;
    padding:30px;
    border-top:1px solid var(--main-bg-color);
    background:var(--highlight);
}

#product-detail .col.first {
    float:left;
    background:#fff;
    padding:30px;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
}

#product-detail .col.second {
    float:right;
    background:#fff;
    -webkit-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow:0px 1px 5px -1px rgba(0,0,0,0.15);
    max-height:390px;
}

.owl-carousel .owl-item img {
    display:block;
    bottom:0px;
    left:0;
    right:0;
    height:auto;
    width:auto!important;
    margin:auto;
    -webkit-transform-style:preserve-3d;
}

.owl-item .item {
    max-width:730px;
}

#product-detail .sizes {
    float:left;
    width:100%;
    margin-top:60px;
    max-width:600px;
}

#product-detail .sizes .sizetable,#product-detail .sizes .sizetable-img {
    float:left;
}

#product-detail .sizes .sizetable-img {
    width:20%;
}

#product-detail .sizes .sizetable {
    width:75%;
    float:left;
}

.sizetable td:last-child {
    border-right:0px!important;
}

#product-detail .sizes .sizetable tr:nth-child(even) {
    color:#35b0ec;
}

#product-detail .sizes .sizetable tr:nth-child(3) {
    color:#33cec5;
}

.sizetable th,.sizetable td {
    text-align:center;
}

.sizetable td:nth-child(even) {
    text-align:center;
    border-right:1px dashed var(--main-bg-color);
    border-left:1px dashed var(--main-bg-color);
}

#product-detail .description {
    color:var(--nofocus-color);
    text-align:left;
}

#product-detail .title {
    font-weight:600;
    font-size:3rem;
    margin-bottom:10px;
}

.kundenBox {
    float:left;
    display:inline-grid;
    margin-top:10px;
    width:100%;
    padding:30px;
    grid-template-columns:auto auto auto auto auto auto;
    grid-row-gap:5px;
    grid-column-gap:5px;
    background:var(--highlight);
}

.kundenBox img {
    object-fit:cover;
    width:100%;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.0);
    -moz-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0);
}

.kundenBox img:hover {
    transform:scale(1.3);
    z-index:600;
    box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.10);
}

.contentPageTeaser .description {
    display:block;
    float:left;
    position:relative;
    margin-top:10px;
    margin-bottom:30px;
    letter-spacing:-0.5px;
    font-size:2.2rem;
    color:var(--nofocus-color);
}

.xxl-teaser {
    background: #ededed;
}

li.checkmark::before {
    content: "✓";
    margin-right: 10px;
    color: green;
}

li.cross::before {
    content: "☓";
    margin-right: 10px;
    color: red;
}

.cms-xxl-objednavky #maincontent {
    display: none
}

li.pimp-item .product-image-wrapper {
    display: block;
    height: 50px;
    width: 50px;
}

li.pimp-item {
    padding: 0px!important;
    background:#fff;
}

.success-message {
    background: #b9e891;
    padding: .3em;
}

.error-message {
    background: #fdf0d5;
    padding: .3em;
}