@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Heavy.eot');
    src: url('../fonts/Lato-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Heavy.woff') format('woff'),
    url('../fonts/Lato-Heavy.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Medium.eot');
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Medium.woff') format('woff'),
    url('../fonts/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/*===============================
todo Main
================================*/
.d-flex{
    display: flex;
    flex-wrap: wrap;
}
.h1{
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 14px;
}
h1{
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 14px;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    float: left;
    padding: 10px 30px;
    border-radius: 5px;
}

.btn:hover{
    text-decoration: none;
}

a:visited, .alink:visited {
    text-decoration: none;
}

.message.global.cookie {
    padding: 20px 20px 20px 25px;
    background: #eeeeee;
    border-color: #cccccc;
    text-align: center;
    box-shadow: 0 0 15px #ccc;
    z-index: 300;
}
.action.primary, button, .btn {
    text-transform: uppercase;
}
.action.primary{
    border-radius: 0 !important;
    font-weight: 400;
    opacity: 1 !important;
}
button {
    border-radius: 0 !important;
    font-weight: 400;
    box-shadow: none;
}
button:not(.primary) {
    box-shadow: none;
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    height: 34px;
}
#discount-coupon-form .coupon input[type="text"]{
    height: 32px;
}


/*===============================
todo Header
================================*/
.page-header a:visited {
    color: inherit;
}
.page-header {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}
body.cms-home .page-header {
    margin-bottom: 4px;
}
.greet.welcome{
    display: none;
}

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

.header.content:before, .header.content:after{
    display: none;
}


.header.content .header-left {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header.content .header-left .logo {
    margin: 0 auto 0 0;
}

.header.content .header.links{
    padding: 0;
    list-style-type: none;
    grid-column-start: 4;
    grid-column-end: 5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
}
.header.content .header.links .authorization-link{
    margin-bottom: 0;
}
.header.content .header.links .authorization-link a{
    color: inherit;
    position: relative;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}

.header.panel > .header.links > li > a:visited {
    color: inherit;
    text-decoration: none;
}

.header.content .header.links .authorization-link a:before{
    position: absolute;
    background-image: url("../images/login.png");
    content: "";
    top: auto;
    bottom: 21px;
    background-size: 100%;
}

.header.content .minicart-wrapper{
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.header.content .minicart-wrapper .action.showcart .text{
    position: relative;
    overflow: visible;
    text-transform: uppercase;
    font-weight: 700;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
}
.minicart-wrapper .action.showcart.active:before{
    content: "";
}
.minicart-wrapper .action.showcart:before {
    position: absolute;
    background-image: url("../images/basket.png");
    content: "";
    top: auto;
    bottom: 20px;
    left: calc(50% - 18px);
    background-size: 100%;
}
.minicart-wrapper .action.showcart .counter.qty.empty:after {
    content: "0";
    display: block;
}

.header.content .block-search{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    align-items: flex-end;
    z-index: 10;
    color: #000000;
}
.header.content .block-search .block-content {
    flex-basis: 100%;
}

.header.content .block-search input[type="text"]{
    padding: 0 10px;
}
.header.content .block-search .action.search:before {
    background-image: url("../images/search.png");
    content: "";
    top: auto;
    width: 28px;
    height: 28px;
    background-size: 100%;
}


.header.content .compare.wrapper{
    display: none;
}

.page-header .panel.wrapper {
    background-color: #f0f0f0;
    padding: 0 0;
    border: none;
}
.header.panel > .header.links > li.welcome{
    display: none;
}
#quick_sigup_link{
}

.header.content .panel.header #quick_sigup_link {
    text-align: center;
    line-height: 1.2;
}
.header.content .customer-welcome.active  .header.links {
    display: block;
}
.header.content .customer-welcome.active .header.links .authorization-link a:before{
    display: none;
}
.header.content .customer-welcome.active .header.links .authorization-link a {
    display: block;
    text-align: left;
}
.header.panel > .header.links > li {
    margin: 0;
}
.page-header .header.panel {
    display: flex;
    align-items: flex-end;
}
.page-header .header.panel:after, .page-header .header.panel:before{
    display: none;
}
.header.panel > .header.links > li > a:hover {
    text-decoration: none;
}

.page-header .header.links .customer-welcome .customer-name > span{
    display: none;
}
.page-header .header.links .customer-welcome .authorization-link > a{
    text-transform: none;
    font-weight: 400;
    color: #333333;
}

/* header Basket*/
.minicart-wrapper .action.showcart {
    position: relative;
}
.minicart-wrapper .action.showcart .counter.qty{
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 21px;
    min-width: 15px;
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}
/* Header Kontakt*/
.map{
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.map .text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    font-weight: 700;
}
.map .text:before {
    background-image: url("../images/map-marker-alt-solid.svg");
    content: "";
    top: auto;
    bottom: -5px;
    left: -36px;
    width: 20px;
    height: 30px;
    background-size: 100%;
    opacity: 1;
    background-repeat: no-repeat;
}
/* breadcrumbs*/
.breadcrumbs .items {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
    list-style: none none;
}

.breadcrumbs strong {
    font-weight: 600;
}
/* Header checkout*/
.page-header .minicart-items .product-item-name a {
    color: inherit;
}
.page-header .block-minicart .block-content > .actions > .primary .action.primary{
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
}

.page-header .block-minicart .block-content > .actions .secondary{
    border-radius: 0;
    padding: 10px 15px;
    margin: 0 10px 15px;
}
.page-header .block-minicart .block-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page-header .block-minicart .block-content .minicart-items-wrapper{
    order:-1;
}
.page-header .minicart-items .product-item-details {
    text-align: left;
}
.page-header .minicart-items .product-item-details .price {
    font-size: 14px;
}
.page-header .minicart-items .item-qty{
    border: 1px solid #ccc;
}
.page-header .minicart-items .product-item-pricing .label {
    display: none;
}
.page-header .block-minicart .items-total {
    display: none;
}
.page-header .block-minicart .subtotal {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    align-items: flex-end;
}
.page-header .block-minicart .subtotal {
    text-align: left;
}
.page-header .block-minicart .amount .price-wrapper:first-child .price {
    display: table-cell;
    font-weight: 600;
    text-align: right;
}
.minicart-items-wrapper {
    max-height: 50vh;
}

/*===============================
todo Header MENU
================================*/
.navigation .level0.parent:hover > .submenu{
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav-sections {
    background: transparent;
    border-bottom: none;
    margin-bottom: 0;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{
    display: none;
}

@media (min-width: 768px){
    .ui-state-focus + ul{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    .ui-state-active + ul{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .navigation ul {
        padding: 0 8px;
        position: relative;
    }
}



/* ------------------------------
todo Header Elastic Search Result
-------------------------------- */
.search-autocomplete dl dd:not(:empty) {
    display: flex;
}
.page-header .header-right .block-search {
    z-index: 1000;
}
.search-autocomplete dl dd:not(:empty) {
    border: none;
    position: relative;
}
.search-autocomplete dl {
    border: none;
    padding: 10px;
}
.search-autocomplete .product-name{
    font-weight: 700;
}
.search-autocomplete dl dt{
    padding-left: 0;
    font-size: 15px;
}
.search-autocomplete dl dt, .search-autocomplete dl dd, .search-autocomplete dl dt:not(:empty), .search-autocomplete dl dd:not(:empty){
    background: transparent;
}
.search-autocomplete .product-image-box {
    padding: 10px 0;
}
.search-autocomplete dl dt:not(:empty) {
    border: none;
}
.smile-elasticsuite-autocomplete-result{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
    width: 120px;
    text-align: center;
}
.smile-elasticsuite-autocomplete-result .product-image-box > img {
    max-height: 120px;
    width: auto;
}
.autocomplete-list.autocomplete-list-term{
    padding-right: 20px;
}
.autocomplete-list.autocomplete-list-category{
    padding-right: 20px;
    border-bottom: 1px solid #eeeeee;
}
.autocomplete-list.autocomplete-list-product{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #ffffff;
    width: 100%;
}
.autocomplete-list.autocomplete-list-product dt{
    flex-basis: 100%;
}
.autocomplete-list.autocomplete-list-product dd{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-basis: calc(33% - 20px);
    padding: 0 6px;
}
.autocomplete-list.autocomplete-list-product dd .product-item{
    text-align: center;
}
.autocomplete-listautocomplete-list-product dd .shipping-cost-details a{
    display: block;
    font-weight: 400;
}
.autocomplete-list.autocomplete-list-term dd span{
    max-width: 80%;
    display: block;
}
#search_autocomplete .product-item .price-box .price {
    font-weight: 400;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb{
    color: #000000;
}
.header.content .block-search #search_autocomplete{
    color: #000000;
}
.search-autocomplete dl dd {
    cursor: pointer;
    padding: 0;
}
.search-autocomplete dl dd .amount {
    color: #2b2b2b;
    position: absolute;
    right: 7px;
    top: 5px;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
    font-style: italic;
    display: block;
    margin-bottom: 2px;
    color: #2b2b2b;
}
#search_autocomplete{
    width: 1240px !important;
    left: calc((100vw - 1238px) / 2);
    right: auto;
    position: fixed !important;
    /*display: block !important;*/ /* hide & show block for developer*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    background: #ffffff;
    height: auto;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
#search_autocomplete .autocomplete-list-title-left{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
    background: #eeeeee;
    border-right: 1px solid #cccccc;
    word-break: break-all;
    text-transform: uppercase;
}
#search_autocomplete .autocomplete-list-title-left > dl{
    width: 200px;
}
#search_autocomplete .autocomplete-list-title-left span.qs-option-name {
    width: 75%;
    display: block;
    word-break: break-word;
    padding-right: 10px;
    font-size: 13px;
}
#search_autocomplete .autocomplete-list-title-left span.product-attribute-count {
    font-size: 13px;
    width: 25%;
    text-align: right;
}
@media  (max-width: 1140px) {
    #search_autocomplete{
        left: 1%;
        width: 98vw !important;
    }
}
@media  (max-width: 767px) {
    .autocomplete-list.autocomplete-list-product {
        justify-content: space-around;
    }
    #search_autocomplete{
        max-height: 80vh;
    }
    .smile-elasticsuite-autocomplete-result {
        flex-direction: column;
        overflow: scroll;
    }
    #search_autocomplete {
        left: 1%;
        width: 98vw !important;
        margin-top: 0;
    }
    .autocomplete-list.autocomplete-list-product dd {
        flex-basis: calc(50% - 20px);

    }
    .autocomplete-listautocomplete-list-category {
        order: -2;
    }
    .autocomplete-list.autocomplete-list-term{
        order: -1;
    }
    .autocomplete-list-title-left{
        padding: 0 10px;
    }
    #search_autocomplete .autocomplete-list-title-left > dl {
        width: 100%;
    }
}
/* Elastic Search Result End */



/*===============================
todo FOOTER
================================*/
.footer.content{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-menu-list{
    margin-bottom: 14px;
}

.page-footer {
    padding-top: 60px;
    padding-bottom: 75px;
}
.footer.content .block {
    float: none;
}
.footer.content .links a {
    font-weight: 300;
    line-height: 1.6;
    color: #ffffff;
    position: relative;
}
.footer.content .links a:hover {
    color: #ffffff;
}
.footer.content .links a:visited {
    color: #ffffff;
}
.footer.content .links {
    padding-right: 0;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer.content .links li{
    margin: 0;

}

.footer.links li a:after {
    background-image: url(../images/plus-red.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 16px);
    content: "";
    left: 0;
    z-index: 2;
}






/*===============================
todo Account
================================*/
body.account .column.main a{
    color: #ffa113;
}


/*===============================
todo Basket
================================*/
.checkout-cart-index .cart-summary .action.primary.checkout{
    padding: 6px 17px;
    font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cart-summary {
        width: 100%;
    }
    .cart-container .form-cart{
        width: 100%;
    }
    .cart-container{
        display: flex;
        flex-direction: column;
    }
    .cart-summary._sticky {
        top: auto !important;
    }
}

/*===============================
todo Checkout
================================*/
.mark {
    font-size: 14px;
    padding: 10px 40px 0 0;
}
.minicart-items-wrapper {
    border: none;
}
.authentication-wrapper {
    float: none;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: auto;
    text-align: left;
    margin: 10px 0 20px;
}
.authentication-wrapper button{
    border-radius: 5px !important;
    font-weight: 400;
    opacity: 1;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1;
}
.authentication-wrapper button:hover{
    text-decoration: none;
}
.checkout-index-index .nav-sections{
    display: block;
}
#discount-coupon-form button{
    border-radius: 5px !important;
    box-shadow: none;
    height: 34px;
}
.payment-group .step-title{
    display: none;
}
/* I step Payment method*/
.checkout-index-index .checkout-guest-button{
    margin-top: 14px;
}
.checkout-index-index #checkout-step-title .login-container .block-new-customer .block-title,
.checkout-index-index #checkout-step-title .login-container .block-new-customer .block-content > p,
.checkout-index-index #checkout-step-title .login-container .block-new-customer .block-content > ul{
    display: none;
}
.checkout-index-index #checkout-step-title .login-container .block-new-customer .actions-toolbar {
    margin-top: 0;
}
/* II step */
#checkout-step-shipping_method .actions-toolbar .button.action.continue.primary{
    padding: 10px 20px;
    font-size: 1.4rem;
}

/* III step Payment method*/
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 2.2rem;
}
#checkout-payment-method-load .payment-method label.label {
    text-transform: uppercase;
    position: relative;
    text-align: left;
    padding-left: 20px;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
    left: 10px;
    position: absolute;
    top: 0;
}
.checkout-payment-method .checkout-agreement label .action {
    text-align: left;
    text-transform: none;
    font-size: 14px;
}
.payment-method-content .payment-info-block .form-group label {
    text-align: left;
}
.payment-group .payment-method{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.checkout-payment-method .payment-method-title {
    padding: 10px 0;
}
.checkout-payment-method .payment-method-content {
    padding: 0 0 0 22px;
}
.checkout-payment-method .payment-method .payment-method-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary{
    padding: 4px 20px;
    font-size: 14px;
}
.checkout-payment-method .payment-method-title {
    width: 100%;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title {
    border-top: none;
}

#checkout-step-payment .payment-method._active .actions-toolbar{
    float: right;
}
.payment-group {
    flex-direction: column;
    display: flex;
}
.payment-group .payment-method:nth-child(2){
    order: 2;
}
#checkout-step-payment .payment-method._active .actions-toolbar{
    float: none;
}


#checkout-payment-method-load .payment-method {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.checkout-payment-method .payment-method .payment-method-title {
    display: flex;
    align-items: center;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title input {
    float: left;
    margin-top: 1px;
}
.checkout-payment-method .payment-method .payment-method-title label {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    width: 100%;
}
#checkout-payment-method-load .payment-method .payment-method-content {
    text-align: right;
    margin-bottom: 0;
}
.checkout-payment-method .checkout-agreements {
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 14px;
    border-top: 1px solid #f0f0f0;
}
#checkout-step-payment .payment-method._active .actions-toolbar {
    float: none;
}
label[for="paypal_express"]{
    flex-direction: row-reverse;
}
label[for="paypal_express"] > a {
    display: none !important;
}

#discount-form button.action{
    box-shadow: none;
    padding: 8px 15px;
}

.checkout-payment-method .payment-method._active .payment-method-content {
    display: flex;
    flex-direction: column;
}
#paypal-express-in-context-button{
    width: 250px;
    max-width: 100%;
}

/* icons for payment methods*/
.checkout-payment-method .payment-method .payment-method-title label{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
}
.checkout-payment-method .payment-method + .payment-method .payment-method-title > div label {
    width: auto;
}
.checkout-payment-method .payment-method  .payment-method-title label:after{
    position: absolute;
    content: "";
    background-size: cover;
    right: 0;
}

label[for="saferpay_creditcard"]:after{
    background: url("../images/zahlart_kreditkarte.png");
    width: 96px;
    height: 32px;
    top: -3px;
}
label[for="saferpay_applepay"]:after{
    background: url("../images/Apple_Pay-Logo.svg");
    width: 66px;
    height: 35px;
    top: -9px;
}
label[for="banktransfer"]:after{
    background: url("../images/vorkasse.png");
    width: 92px;
    height: 34px;
    top: -13px;
}
label[for="saferpay_klarna"]:after{
    background: url("../images/saferpay_klarna.png");
    width: 65px;
    height: 35px;
    top: -10px;
}
label[for="purchaseorder"]:after{
    background: url("../images/rechnung.png");
    width: 96px;
    height: 31px;
    top: -3px;
}
label[for="oppcw_eps"]:after{
    background: url("../images/eps-giropay.png");
    width: 126px;
    height: 60px;
    top: -19px;
}
label[for="saferpay_eps"]:after{
    background: url("../images/eps.jpg");
    width: 80px;
    height: 44px;
    top: -13px;
}
.payment-method-content .payment-info-block .payment-image img{
    display: none;
}


@media (min-width: 768px){
    .checkout-guest-button button, .block-new-customer button, .authentication-wrapper button {
        width: 240px;
    }
}
@media (min-width: 768px) and (max-width: 1023px){
    .opc-wrapper {
        width: 100%;
    }
    .opc-sidebar {
        width: 100%;
    }
    .opc-wrapper .form-shipping-address {
        max-width: 100%;
    }
}
@media (max-width: 767px){
    .checkout-agreement.choice label.label {
        width: 90%;
    }
}

/*===============================
todo SWATCHES on Catalog page and Product page
================================*/
.swatch-option.text {
    background: #f5f5f5;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}
/*===============================
todo Catalog Page
================================*/
.product-item-details-sku {
    color: #39c;
}
.page-products .products-grid .product-item .product-item-details .product-item-name a {
    line-height: 1.3;
}
@media (min-width: 1024px) {
    .page-products .products-grid .product-item .product-item-details .product-item-name a {
        line-height: 1.1;
    }
}
.attr_versand {
    color: #11b400;
}
.products-grid .product-item-details .swatch-attribute{ /* Hide swatches on category page*/
    display: none;
}

.products-grid .product-item-details .price-final_price.tax .price-label{ /* Hide Ab on category page*/
    display: none !important;
}
.products-grid .product-item {
    margin-bottom: 0;
}
.products-grid .product-item .towishlist{
    display: none;
}
.sidebar .filter-options-content a input[type="checkbox"] {
    top: 0;
}
.sidebar .action.primary:not([href]):not([tabindex]) {
    width: auto;
}
.sorter-options {
    width: 131px;
}
/* -------- left side ------- */
.swatch-option {
    min-width: 20px;
}
.filter-options-content .count {
    display: inline-flex;
}
.sidebar .filter .filter-options-title {
    text-transform: uppercase;
}
.sidebar .filter .actions-toolbar a.action.primary.small {
    padding: 4px 12px;
}

@media (min-width: 768px) {
    .page-products .products-grid .product-item-inner .product-item-actions {
        margin: 10px 0 0;
    }
    .products-grid .product-item-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .page-layout-2columns-left .sidebar-main {
        width: 28.833333%;
    }
    .page-layout-2columns-left .column.main {
        width: 71.166667%;
    }
}

/* -------- short mane ------- */
.products-grid .product-item-details .product-item-name a {
    min-height: 35px;
    height: 36px;
    overflow: hidden;
    position: relative;
    display: block;
}

.products-grid .product-item-details .product-item-name a::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 1.2em;
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1) 50%);
}

@media all and (min-width: 768px), print {
    .page-products .products-grid .product-item-details .product-item-name {
        min-height: 45px !important;
    }
}
/*===============================
todo Product Page
================================*/

.popover__content {
    max-width: 100%;
}
.office-product .popover__wrapper {
    width: 100%;
    display: flex;
}
.office-product .popover__title{
    border-radius: 0 !important;
    padding: 10px;
    line-height: 1.2;
    background: #e22319 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.popover__wrapper:hover .popover__content {
    margin: 10px 0 0 0 !important;
}
@media (min-width: 768px), print{
    .page-layout-1column.catalog-product-view .product-info-main {
        width: 57%;
    }
    .page-layout-1column.catalog-product-view .product.media {
        width: 40%;
    }
}

/* Structire PDS page*/
.product-info-main .product-info-price .price-box{
    width: 100%;
}
.product-info-main .product-info-price .price-box .attr_tax {
    font-size: 14px;
}
.catalog-product-view .product-info-main{
    display: flex;
    flex-direction: column;
}
.product-info-main .product-info-stock-sku {
    float: none;
    width: 100%;
}
.product-info-main .product-info-stock-sku .attr_versand{
    margin-top: 20px;
}
.product.data.items > .item.title > .switch {
    text-transform: uppercase;
}
.attr_status{
    color: #15923c;
    margin: 10px 0;
}

/* probefahrt & prodktabfrage button ang modal*/
#cfawag, #cfawagTD{
    width: 100%;
}
#cfawag .mp-open-custom-form, #cfawagTD .mp-open-custom-form{
    margin: 10px 5px 10px 0;
    font-size: 1.6rem;
}
#product-options-wrapper .swatch-option.text {
    display: flex;
    align-items: center;
}
#cfawagTD button span, #cfawagTD .modal-popup button{
    text-transform: lowercase;
}

#cfawagTD button:first-letter, #cfawag button:first-letter, #cfawagTD .modal-popup button:first-letter{
    text-transform: uppercase;
}
#cfawagTD .modal-popup button span, #cfawag .modal-popup button span{
    text-transform: lowercase;
}

#cfawag .mp-custom-form-popup button.button.action.continue.primary, #cfawagTD .mp-custom-form-popup button.button.action.continue.primary {
    margin-bottom: 20px;
}
#cfawag .modal-popup label, #cfawagTD .modal-popup label{
    width: 90%;
    text-align: left;
}
#cfawag .mp-open-custom-form, #cfawagTD .mp-open-custom-form {
    background: #b3b3b3;
    border: 1px solid #b3b3b3;
}
#cfawag .mp-open-custom-form:hover, #cfawagTD .mp-open-custom-form:hover {
    background: #999999;
    border: 1px solid #999999;
}
.required-checkbox > .label{
    display: none !important;
}
.required-checkbox .control{
    display: flex;
}
.required-checkbox .control label{
    position: relative;
    padding-left: 14px;
}
.required-checkbox .control label:before{
    position: absolute;
    content: '*';
    color: #e02b27;
    font-size: 1.6rem;
    margin: 0 0 0 5px;
    left: 0;
}
.filialerb .control > div{
    display: grid;
    grid-template-columns: 5% 95%;
    grid-gap: 14px 0;
}

/* Related block on product page*/

.block.related .block-content .action.select{
    display: block;
    padding: 6px 20px;
    margin-top: 10px;
}
.block.related .products-grid ol{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block.related .related-available .product-item-name{
    padding-left: 10px;
    padding-right: 10px;
}
.block.related .field.choice {
    left: 10px;
}
@media (min-width: 1024px)  {
    .block.related .products-grid .product-item {
        width: calc((100%/6) - 14px);
        flex-basis: calc((100%/6) - 14px);;
    }
}
.block.related .product-item-name{
    text-align: left;
}
.block.related  .price{
    color: #e22319;
}

.catalog-product-view  .product-info-price .price-label{ /* Hide AB on product page*/
    display: none !important;
}
.product-item .product-item-info .product-item-photo{
    padding: 0 24px;
}
/* price on product page */
.product-info-main .product-info-price {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
}
.product-info-main .product-info-stock-sku {
    padding-left: 0;
    padding-bottom: 0;
    text-align: left;
}
.product-info-main .product-social-links{
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.product-info-main .product-social-links .product-addto-links a{
    text-transform: none;
    font-weight: 400;
}

.product-info-main .product-social-links .product-addto-links a.towishlist{
    border-right: 1px solid #ccc;
    padding-right: 5%;
}
.product-social-links .action.towishlist:before, .product-social-links .action.tocompare:before{
    display: none;
}
.product-info-price .price-box .old-price .price-container > span.price-label{
    display: none;
}
.product-info-price .old-price .price-wrapper {
    text-decoration: line-through;
}
.product-info-price .price-box .price-container .price {
    font-size: 30px;
    line-height: 30px;
}
.product-info-main .finance #monthly_price_final{
    font-size: 26px;
    font-weight: 600;
}
.shipping-cost-details{
    font-size: 14px;
    font-weight: 400;
}
.special-price .shipping-cost-details{
    display: none;
}


.product-add-form .product-options-wrapper .field .control {
    width: 100%;
}

/* review on product page */
#review-form{
    display: flex;
    flex-direction: column;
}
#review-form .field-recaptcha{
    order: 1;
    margin-bottom: 20px;
}
#review-form .review-fieldset {
    order: 0;
    margin-bottom: 20px;
}
#review-form .review-form-actions{
    order: 2;
}
.review-form .action.submit.primary {
    font-size: 1.4rem;
    line-height: 1.6rem;
    padding: 7px 15px;
    margin: 0;
}
/* anchor offset */
#review-form {
    padding-top: 250px;
    margin-top: -250px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}
#review-form > div{
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
}
#review-form > div:before {
    left: -47px;
    top: 20px;
}

/* left side */

.filter-options-item .colorL:hover{
    border: 2px solid red !important;
}
.filter-options-item .colorL:hover:after {
    width: 100px;
    height: auto;
    top: -134px;
    left: -50px;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    padding-top: 108px;
    text-transform: uppercase;
    color: #000 !important;
    z-index: 10;
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif !important;
}
.filter-options-item .colorL:hover:before {
    content: "";
    width: 100px;
    height: 98px;
    top: -124px;
    left: -38px;
    background-color: inherit;
    position: absolute;
    z-index: 11;
}

@media (min-width: 768px) {
    .catalog-product-view #paypal-smart-button{
        width: 100%;
    }
    #cfawag .mp-open-custom-form, #cfawagTD .mp-open-custom-form {
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .catalog-product-view #paypal-smart-button{
        width: 60%;
    }
    #cfawag .mp-open-custom-form, #cfawagTD .mp-open-custom-form {
        width: 49%;
        font-size: 1.4rem;
    }
}
@media (min-width: 1366px) {
    #cfawag .mp-open-custom-form, #cfawagTD .mp-open-custom-form {
        font-size: 1.6rem;
    }
    .catalog-product-view #paypal-smart-button{
        width: 60%;
    }
}


/*===============================
todo Static Page
================================*/
.cms-home a:visited{
    color: #000000;
}
.thumbnail {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    box-shadow: none;
    transition: 0.3s;
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.bottom-block a{
    word-break: break-all;
}
/*----- werkstatt page -----*/
.werkstatt{
    justify-content: space-between;
}
.werkstatt .item {
    position: relative;
    flex-basis: 24%;
}
.werkstatt a.category-teaser--link {
    position: absolute;
    bottom: 0;
    color: #ffffff;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 10px 10px 5px 0;
}
.werkstatt a.category-teaser--link span{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 14px 0 14px 10px;
}

.contact > img{
    float: left;
    margin-right: 10px;
    max-width: 50%;
}
.bikeleasing iframe{
    height: 500px;
}


/*----- zahlungsarten page -----*/
#pills-all .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#pills-all .row > div{
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    padding-right: 15px;
    padding-left: 15px;
}
#content-seite .zahlart {
    background: #92c5e0;
    padding: 14px 40px;
    margin-bottom: 20px;
}
#content-seite p, .content-seiten-inhalt p {
    color: #585857;
    font-weight: 300;
    line-height: 25px;
}

#content-seite div.filter{
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
/* Tabs */
.tab-nav {
    margin: 0;
    padding: 0;
}

.tab-link {
    margin-right: 5px;
    padding: 10px 20px;
    color: #585857;
    display: inline-block;
    background-color: #eef1f2;
    text-decoration: none;
}
.tab-link.is-active {
    color: #ffffff;
    background-color: #003664;
}
.tab-link:last-child {
    margin-right: 0;
}
.tab-link:hover {
    text-decoration: underline;
}

/* Tab Content */
.tab-content {
    display: none;
    background-color: #ffffff;
}
.tab-content.is-active {
    display: block;
    padding: 20px;
}

@media (max-width: 767px){
    #pills-all .row > div {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    #content-seite div.filter {
        display: block;
        padding: 0;
        margin: 0;
    }
    .tab-nav {
        padding: 0 0 0 15px;
    }
    #content-seite .zahlart {
        padding: 10px 20px;
    }
}
/*===============================
todo BLOG
================================*/
.product.data.items > .item.title > .switch {
    color: #000000;
    background: #ffffff;
}
.mp-blog-rss{
    display: none;
}
.mp-footer{
    display: none;
}

/*===============================
todo Cookies
================================*/

.amgdprcookie-groups-modal .amgdprcookie-done {
    width: 100%;
    border-radius: 5px;
    max-width: 200px;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
    border-radius: 5px;
    border: 1px solid #e22319 !important;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: column;
}
.amgdprjs-bar-template {
    z-index: 1001 !important;
}

/*===============================
todo MODAL PoPUP
================================*/
/* finanzerung */
.modal-popup.modal-slide .modal-footer button{
    background-color: #ff4a4a;
    border: 1px solid #ff4a4a;
}
.modal-popup.modal-slide .modal-footer button:hover{
    background-color: #f36a6a;
    border: 1px solid #f36a6a;
}
.finanzierung__calc .finanzierung__calc__button {
    color: #0078b8;
}
.catalog-product-view .modal-inner-wrap table th {
    text-align: center;
}
/* finanzerung  end */
.modals-wrapper{
    position: relative;
    z-index: 1000;
}
.modal-dialog {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.modal-dialog .modal-content{
    min-width: auto;
    width: 50%;
    left: 25%;
    top: 5vh;
    height: 80vh;
    overflow: scroll;
    margin: 0;
    background: #ffffff;
    position: relative;
    padding: 0;
}
.modal-dialog .modal-header {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px 0;
}
.modal-dialog button.close{
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
}


/*===============================
todo Wishlist Page
================================*/
.products-grid.wishlist .product-item-comment {
    height: 60px;
    margin: 20px 0;
}
.products-grid.wishlist .product-item-info {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.products-grid.wishlist  .product-item-actions{
    display: flex;
    flex-direction: row;
}
.products-grid.wishlist .product-item .fieldset {
    display: flex;
    flex-direction: column;
}
body.account .column.main .products-grid.wishlist  a {
    color: #000000;
}
@media (min-width: 768px){
    .products-grid.wishlist .product-item-name {
        min-height: 120px;
    }
}
@media (max-width: 767px){
    .products-grid.wishlist .product-item-name {
        margin-left: 0;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 100%;
    }
    .products-grid .product-item-info {
        width: 95%;
    }
    .products-grid .product-item-info:hover {
        box-shadow: none;
    }
}



/*===============================
todo MEDIA
================================*/
@media (min-width: 768px), print {
    #store-selector .form-continue .actions-toolbar .action.primary, .order-review-form .action.primary, .bundle-actions .action.primary.customize, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .box-tocart .action.tocart, .cart-summary .checkout-methods-items .action.primary.checkout, .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, .box-tocart .action.instant-purchase, .multicheckout .action.primary {
        line-height: 1.6rem;
        padding: 8px 17px;
        font-size: 1.4rem;
    }
    /*---- todo min 768 header ----*/
    .header.content .header-left .logo{
        width: 90%;
    }
    .header.content .header-left .logo img{
        width: 100% !important;
    }
    .header.content {
        grid-template-columns: 33% 24% 14% 18% 11%;
        grid-template-rows: auto;
    }
    .header.content .header-left {
        grid-row-end: 2;
    }
    .nav-sections {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 6;
        margin-top: 10px;
    }
    .page-header .panel.header{
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .header.content .minicart-wrapper{
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .header.content .block-search {
        padding-left: 18px;
        width: 96%;
        padding-bottom: 10px;
    }
    .header.content .header.links .authorization-link a:before {
        width: 24px;
        height: 26px;
    }
    .minicart-wrapper .action.showcart:before {
        width: 25px;
        height: 24px;
    }
    .header.content .header-left .logo {
        max-width: 90%;
    }
    .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
        border-style: solid;
        border-width: 0 0 3px;
        text-decoration: none;
        display: inline-block;
    }
    .nav-sections-item-content .header.links {
        display: none !important;
    }

    .page-header .header.panel {
        padding: 0;
    }
    .header.content .minicart-wrapper{
        padding: 0;
    }
    .minicart-wrapper .action.showcart .counter.qty{
        top: -30px;
    }
    .header.content .panel.header #quick_sigup_link {
        font-size: 12px;
    }
    .map .text{
        font-size: 12px;
    }
    .header.content .block-search input[type="text"]{
        font-size: 12px;
    }
    .header.content .block-search .action.search {
        top: 4px;
        left: auto;
        right: 0;
        opacity: 1;
    }
    .header.content .block-search .minisearch {
        position: relative;
    }
    .header.content .minicart-wrapper .action.showcart .text{
        font-size: 12px;
    }
    .header.content .header.links .authorization-link a {
        font-size: 12px;
    }
    .header.content .customer-welcome .header.links .authorization-link a { /* registered users - drop down menu - anmelder*/
        font-size: 14px;
    }
    .page-header .block-minicart .block-content > .actions > .primary .action.primary{
        padding: 14px 15px;
    }
    /*---- todo min 768 header navigation----*/
    .navigation {
        font-size: 14px;
    }
    .navigation ul {
        justify-content: space-between;
    }
    .navigation .submenu li.active{
        background: transparent;
    }
    .navigation {
        background: transparent;
    }
    .navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
    .navigation .level0 > .level-top {
        padding: 0 6px 0;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
    }

    .navigation .level0.parent > .level-top {
        padding-right: 8px;
    }
    .navigation .level0 {
        position: static;
        margin: 0 8px 0 0;
    }
    .navigation .level0 > .submenu {
        max-height: 80vh;
        height: auto;
        left: 0 !important;
        width: 100%;
        padding: 20px 0;
        overflow-y: scroll !important;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        border: none;
        background: rgba(240, 240, 240, 1);
        background: -moz-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 92%, rgba(240, 240, 240, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 92%, rgba(240, 240, 240, 1) 100%);
        background: -o-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 92%, rgba(240, 240, 240, 1) 100%);
        background: -ms-linear-gradient(top, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 92%, rgba(240, 240, 240, 1) 100%);
        background: linear-gradient(to bottom, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 9%, rgba(255, 255, 255, 1) 92%, rgba(240, 240, 240, 1) 100%);
    }
    .navigation .level0.parent:hover > .submenu{
        overflow-x: hidden !important;
        overflow-y: scroll !important;
    }

    .navigation .level0 > .submenu > li{
        width: 20%;
        float: left;
    }
    .navigation .level0 .submenu .submenu {
        top: auto !important;
        left: 0 !important;
        display: none !important;
        position: relative;
        border: none;
        box-shadow: none;
        background: transparent;
    }
    .navigation .level0 .submenu a{
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .navigation .level1{
        text-transform: uppercase;
        font-weight: 400;
    }
    .navigation .level1 a .ui-menu-icon{
        display: none !important;
    }
    .navigation .level1 .submenu{
        font-size: 12px;
        padding-left: 10px;
    }


    /*---- todo min 768 footer ----*/
    .footer.content .links a {
        font-size: 12px;
        padding: 0 0 0 44px;
    }

    /*---- todo min 768 static pages ---- + */
    .col-contact {
        width: 50%;
        float: left;
    }

    /*---- todo min 768 Product pages ----*/
    .office-product .popover__title{
        width: 200px !important;
    }
    .product-info-main h1.page-title{
        font-size: 20px;
    }
    .page-layout-1column.catalog-product-view .product-info-main {
        width: 50%;
    }
    .page-layout-1column.catalog-product-view .product.media {
        width: 50%;
    }
    .product-add-form .box-tocart .action.tocart {
        width: 100%;
        padding: 10px 12px;
        font-size: 14px;
    }
    .product-add-form .box-tocart .action.tocart span {
        font-size: 14px;
    }
    .product-info-main .product-info-price .price-box .price-container{
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .product-info-main .product-info-stock-sku .attr_weight {
        text-align: right;
    }
    .product-info-main .product-add-form .box-tocart .fieldset{
        display: flex;
        justify-content: space-between;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty{
        display: flex;
        justify-content: space-between;
        flex-basis: 15%;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty label{
        margin-right: 14px;
        height: 42px;
        display: flex;
        align-items: center;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control{
        height: 42px;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty .control input{
        height: 100%;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .actions{
        flex-basis: 85%;
        padding-left: 30px;
    }
    .product-info-price .price-box .price-container .price {
        font-size: 30px;
    }
    .product-info-main .finance #monthly_price_final{
        font-size: 26px;
    }


    /*---- todo min 768 Catalog pages ----*/
    /* for 3th item per row*/
    .products-grid .product-item {width: calc((100%/2) - 14px);}
    .page-layout-1column .products-grid .product-item { width: calc((100%/2) - 14px);}
    .page-layout-3columns .products-grid .product-item { width: calc((100%/2) - 14px);}
    .page-products .products-grid .product-item {
        width: calc((100%/2) - 14px);
    }
    .page-products.page-layout-1column .products-grid .product-item { width: calc((100%/2) - 14px);}
    .page-products.page-layout-3columns .products-grid .product-item { width: calc((100%/2) - 14px);}

    .page-products .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 2% !important;
    }
    .page-products .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0 !important;
    }
    /* for 3th item per row End*/

    /* left column*/
    .filter-options-content {
        padding: 10px 10px 10px 0;
    }
    .swatch-option.text {
        font-size: 12px;
    }


    /*---- todo min 768 BLOG ----*/
    .post-item-wraper:hover {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    }
    .product.data.items > .item.content {
        border: 1px solid #eeeeee;
    }
    .product.data.items > .item.title > .switch {
        border: 1px solid #eeeeee;
        border-bottom: none;
    }
    #mpblog-search-box{
        border: 1px solid #eeeeee;
    }

}

@media (min-width: 768px) and (max-width: 1023px){
    /*---- todo min 768 max 1023 header ----*/
    .header.content {
        grid-template-columns: 40% 20% 22% 18%;
        grid-template-rows: auto;
    }
    .header.content .header-left {
        grid-row-start: 1;
        grid-row-end: 3;
    }
    .map {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .page-header .panel.header {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .header.content .minicart-wrapper {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    .header.content .block-search {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    .nav-sections {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
    }
    /*---- todo min 768 max 1023 Catalog pages ----*/
    .page-layout-2columns-left .sidebar-main {
        width: 28.833333%;
    }
    .page-layout-2columns-left .column.main {
        width: 71.166667%;
    }
}
@media (min-width: 1024px), print {
    /*---- todo min 1024 Catalog pages ----*/
    /* for 3th item per row*/
    .products-grid .product-item {width: calc((100%/3) - 14px)}
    .page-layout-1column .products-grid .product-item { width: calc((100%/3) - 14px)  }
    .page-layout-3columns .products-grid .product-item { width: calc((100%/3) - 14px)  }
    .page-products .products-grid .product-item { width: calc((100%/3) - 14px)  }
    .page-products.page-layout-1column .products-grid .product-item { width: calc((100%/3) - 14px)  }
    .page-products.page-layout-3columns .products-grid .product-item { width: calc((100%/3) - 14px)  }

    .page-products .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 2% !important;
    }
    .page-products .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 0 !important;
    }
    /* for 3th item per row End*/
    /*---- todo min 1024 Related on Product page ----*/
    .related .products-grid .product-item {
        width: calc((100%/5) - 14px);
    }

    /*---- todo min 1024 header ----*/
    .header.content {
        grid-template-columns: 20% 40% 14% 14% 12%;
        grid-template-rows: auto;
    }
    .nav-sections {
        margin-top: 20px;
    }
    .map .text{
        font-size: 14px;
    }
    .page-header .panel.header{
        grid-row-end: 2;
    }
    .header.content .minicart-wrapper{
        grid-row-end: 2;
    }
    .header.content .header-left .logo {
        margin: 0 auto 0 0;
        max-width: 100%;
    }
    .header.content .block-search {
        padding-left: 20px;
        padding-bottom: 20px;
        width: 86%;
    }
    .header.content .header.links .authorization-link a:before {
        bottom: 25px;
    }
    .minicart-wrapper .action.showcart:before {
        bottom: 25px;
    }
    .minicart-wrapper .action.showcart .counter.qty{
        top: -32px;
        right: 30px;
    }
    .navigation .level0 > .level-top {
        font-size: 14px;
    }
    .header.content .minicart-wrapper .action.showcart .text{
        font-size: 14px;
    }
    .header.content .header.links .authorization-link a {
        font-size: 14px;
    }
    .header.content .block-search .action.search {
        left: auto;
        right: 0;
        opacity: 1;
    }
    /*---- todo min 1024 header navigation----*/


    /*---- todo min 1024 footer ----*/
    .footer.content .links a {
        font-size: 16px;
    }
    /*---- todo min 1024 Product pages ----*/
    .product-add-form .box-tocart .action.tocart {
        width: 60%;
    }

    /*---- todo min 1024 Catalog Page ----*/
    .filter-options-content {
        padding: 10px;
    }
    .swatch-option.text {
        font-size: 12px;
    }
}

@media (min-width: 1366px), print {
    /*---- todo min 1366 header ----*/
    .cms-home .header.content {
        padding-left: 0;
        padding-right: 0;
    }
    .header.content .panel.header #quick_sigup_link {
        font-size: 14px;
    }
    .header.content .block-search input[type="text"]{
        font-size: 14px;
    }
    .navigation .level0 > .submenu {
        left: 0 !important;
        width: 100%;
    }
    .header.content .block-search .action.search {
        left: auto;
        right: -36px;
        opacity: 1;
    }

    /* Header sticky*/
    .sticky .navigation .level0 > a:before{
        display: none;
    }
    .sticky .navigation .level0 > .level-top {
        padding: 0 6px 0;
        margin-bottom: 0;
    }
    .sticky .navigation .level0 > .submenu {
        left: 0 !important;
        width: 100%;
    }
    .sticky .header.content {
        padding: 14px 20px 6px;
    }
    .cms-home .sticky .header.content {
        padding-left: 0;
        padding-right: 0;
    }
    .page-header.sticky {
        margin: 0 auto;
        max-width: 100%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 102;
        background: #fff;
    }
    .page-header.sticky .panel.wrapper,
    .page-header.sticky .map{
        display: none;
    }
    .page-header.sticky .header.content {
        display: grid;
        grid-template-columns: 20% 54% 13% 13%;
    }
    .page-header.sticky .header.content .header.links .authorization-link a:before {
        width: 20px;
        height: 22px;
    }
    .page-header.sticky  .minicart-wrapper .action.showcart:before {
        width: 20px;
        height: 20px;
    }
    .page-header.sticky .header.content .header.links .authorization-link a, .page-header.sticky  .header.content .minicart-wrapper .action.showcart .text {
        text-transform: none;
    }
    .page-header.sticky .minicart-wrapper .action.showcart .counter.qty {
        top: -30px;
        right: 23px;
    }
    .page-header.sticky .navigation ul {
        padding: 6px 8px 0;
    }
    .page-header.sticky .nav-sections {
        margin-top: 0;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .page-header.sticky .nav-sections-items{
        width: 100%;
    }
    .page-header.sticky .panel.header {
        grid-column-start: 3;
        grid-column-end: 4;
    }
    .page-header.sticky .minicart-wrapper {
        grid-column-start: 4;
        grid-column-end: 5;
    }
    .page-header.sticky .header.content .header-left .logo {
        max-width: 100%;
    }
    /*---- todo min 1366 header navigation----*/
    .navigation ul {
        justify-content: space-around;
    }
    /*---- todo min 1366 Product page ----*/
    .box-tocart .action.tocart {
        width: 49%;
    }
    .product-add-form .box-tocart .action.tocart {
        width: 60%;
    }
    .product-add-form .box-tocart .action.tocart span {
        font-size: 16px;
    }
}

@media (max-width: 767px), print {
    .page-title-wrapper .page-title {
        font-size: 18px;
    }
    .h1, h1 {
        font-size: 20px;
    }
    .action.primary {
        width: 100%;
    }

    /*---- todo max 767 Header ----*/
    .logo {
        max-width: 34%;
    }
    .page-header {
        margin-bottom: 20px;
        z-index: 900; /* for checkout enter login */
    }
    .header.content {
        grid-template-columns: 38% 12% 22% 14% 13%;
        padding: 20px 14px 0;
    }
    .map {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .header.content .header-left {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-end: 2;
        margin-bottom: 4px;
    }
    .header.content .block-search {
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-top: 4px;
        width: 100%;
    }
    .block-search .label.active + .control input {
        position: static !important;
    }
    .block-search .label + .control input {
        position: static !important;
    }
    .header.content .header.links {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        margin: 0;
        width: 100%;
    }
    .page-header .header.panel {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        height: 100%;
        overflow: visible;
        position: relative;
        top: auto;
        bottom: 0;
    }
    .header.content .minicart-wrapper {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
        position: relative;
        top: 0;
    }
    .header.content .minicart-wrapper .text {
        display: none;
    }
    .minicart-wrapper .action.showcart:before {
        width: 25px;
        height: 24px;
        bottom: 10px;
    }
    .header.content .map .text .mobile-hide {
        display: none;
    }
    .map .text{
        font-size: 0;
    }
    .map .text:before {
        bottom: 10px;
        left: 0;
        width: 18px;
        height: 25px;
        opacity: 1;
        position: relative;
    }
    .header.content .block-search .block-content {
        position: relative;
    }
    .header.content .block-search .control {
        border-top: none;
        clear: both;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 42px;
        width: 89%;
        bottom: 0;
    }
    .header.content .block-search input[type="text"] {
        border-bottom: none;
    }
    .header.content .block-search {
        margin-right: 20px;
    }
    .header.content .block-search .label {
        float: left;
    }
    .header.content .block-search input[type="text"] {
        padding: 0;
        margin: 0;
    }
    .header.content .header.links .authorization-link a {
        color: transparent;
        position: relative;
        top: -10px;
    }
    .header.content .header.links .authorization-link a:before {
        display: none;
    }
    .page-header .map, .page-header .minicart-wrapper,
    .header.content .panel.header #quick_sigup_link{
        margin-bottom: 12px;
    }
    .header.content .header.links .authorization-link {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .header.content .header.links .authorization-link:before {
        width: 22px;
        height: 24px;
        position: absolute;
        background-image: url(../images/login.png);
        content: "";
        top: auto;
        bottom: 22px;
        background-size: 100%;
    }
    .nav-toggle:before {
        color: #000000;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: -39px;
        right: -24px;
    }
    #quick_sigup_link {
        position: relative;
        top: -2px;
        font-size: 14px;
    }
    .page-header .block-search input {
        font-size: 14px;
    }
    .header.content .nav-sections-item-content .header.links {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .header.content .nav-sections-item-content .header.links .authorization-link {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }
    .header.content .nav-sections-item-content .header.links .authorization-link a {
        color: #000000;
        text-align: left;
        display: block;
        top: 0;
        font-size: 1.4rem;
    }
    .header.content .nav-sections-item-content .header.links .authorization-link:before {
        display: none;
    }
    .customer-welcome .customer-menu {
        display: none;
    }
    .header.panel > .header.links > .customer-welcome + .authorization-link {
        display: none;
    }
    .header.panel > .header.links > li > a:hover {
        color: transparent;
    }
    .page-header .block-minicart .block-content > .actions > .primary .action.primary{
        padding: 6px 15px;
    }

    /*---- todo max 767 Menu ----*/
    .navigation {
        background: transparent;
    }
    .nav-toggle {
        position: relative;
        left: auto;
        top: 4px;
        right: 8px;
    }
    .nav-open .nav-sections {
        background: #fff;
        margin: 0;
        border-top: 20px solid #f2f2f2;
    }
    .nav-sections .header.links a, .nav-sections .header.links a:hover {
        text-transform: uppercase;
    }
    .nav-sections .header.links a {
        color: #000000;
    }


    /*---- todo max 767 Category Page ----*/
    .page-products .filter-title strong {
        width: calc(100% - 20px);
    }
    .smile-es-range-slider .actions-toolbar {
        flex-direction: column;
    }
    .sidebar .action.primary:not([href]):not([tabindex]) {
        width: auto;
    }
    /*---- todo max 767 Basket ----*/
    .cart.table-wrapper .product-item-name {
        font-size: 1.4rem;
    }
    .checkout-cart-index .cart-container{
        display: flex;
        flex-direction: column-reverse;
    }
    #discount-coupon-form input[type="text"]{
        height: 32px;
    }
    #discount-coupon-form button {
        height: 32px;
    }
    .checkout-cart-index .cart-summary .action.primary.checkout{
        padding: 6px 17px;
    }
    #shopping-cart-table .item-info .col:before{
        font-size: 12px;
    }
    /*---- todo max 767 Checkout ----*/
    .cart-summary .checkout-methods-items {
        margin: 20px auto 0;
        width: 76%;
    }
    /* II step */
    #checkout-step-shipping_method .actions-toolbar .button.action.continue.primary{
        padding: 8px 20px;
        font-size: 1.4rem;
    }
    /*---- todo max 767 Product Page ----*/
    .fotorama__nav--dots .fotorama__nav__frame {
        width: 24px;
    }
    .fotorama__dot {
        height: 12px;
        width: 12px;
    }
    .office-product .popover__title{
        width: 100% !important;
    }
    .office-product .popover__content {
        left: -15px;
    }
    .product-info-main h1.page-title {
        font-size: 18px;
    }
    .box-tocart .actions{
        width: 74%;
        margin: 0 auto;
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .box-tocart .action.tocart{
        font-size: 1.4rem;
        padding: 6px 12px
    }
    .product-info-main .finance {
        text-align: left;
    }
    .product-info-main .product-social-links {
        text-align: left;
    }
    .product-info-main .product-social-links .product-addto-links a.towishlist {
        border-right: none;
        margin-bottom: 10px;
    }
    .product-info-price .price-box .price-container .price {
        font-size: 24px;
    }
    .product-info-main .finance #monthly_price_final{
        font-size: 16px;
    }
    /*---- todo max 768 Contact Page ----*/
    .contact-wrapper{
        display: flex;
        flex-direction: column;
    }
    .contact{
        order: 1;
    }
    .contact-map{
        order: 2;
    }
    .contact > img{
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
    .bikeleasing iframe{
        height: 300px;
    }

    /*---- todo max 768 checkout ----*/
    .checkout-index-index .nav-toggle {
        display: block;
    }
    .checkout-index-index .opc-estimated-wrapper{
        display: none;
    }
    .free-col .item{
        width: 100%;
    }
    /*---- todo max 768 Footer ----*/
    .page-footer {
        padding-top: 0;
    }
    .footer.content .links > li {
        background: none;
        border: none;
        width: 100%;
    }
    .footer.content .links a {
        padding: 6px 0 6px 50px;
    }

}

@media (min-width: 481px) and (max-width: 767px), print {
    .header.content .minicart-wrapper {
        bottom: 8px;
        top: auto;
    }
    .map {
        margin-bottom: 8px;
    }
    .page-header .header.panel {
        bottom: 8px;
    }
}

@media (max-width: 576px), print {
    .amgdprcookie-bar-template.-popup {
        bottom: auto;
        transform: none;
        top: 10%;
        left: 0;
        z-index: 1000;
    }
    .amgdprcookie-bar-container .amgdprcookie-policy {
        max-height: 40vh;
    }
}

@media (max-width: 374px), print {
    .h1,  h1{
        font-size: 16px;
    }
    .btn {
        font-size: 14px;
    }
    #quick_sigup_link {
        font-size: 12px;
    }
    .header.content .header.links .authorization-link:before,
    .minicart-wrapper .action.showcart:before{
        width: 20px;
        height: 28px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .map .text:before{
        width: 16px;
        height: 26px;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        right: -13px;
    }

    .block.newsletter .form.subscribe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block.newsletter .actions {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 14px;
    }
    .block.newsletter .action.subscribe {
        font-size: 14px;
    }

    .bikeleasing iframe{
        height: 76vh;
    }
    .box-tocart .action.tocart{
        padding: 6px 12px
    }

    .home-services-menu .item {
        padding: 25px 20px;
        align-items: flex-start;
    }
    .home-cat-list .item a:after{
        display: none;
    }
    .item-wrapper .bottom-block a.btn {
        text-align: center;
    }
    .item-wrapper .bottom-block {
        padding: 30px 30px 110px 30px;
    }
}


/*===============================
todo Header Elastic Search Result
================================*/
.smile-elasticsuite-autocomplete-result > div{
    width: 100%;
}
.search-autocomplete .autocomplete-list-title-left {
    width: 0;
}
.catalogsearch-result-index .product-attribute-set-12 .product-item-details > *,
.catalogsearch-result-index .product-attribute-set-12 .lagerbestand-details{
    display: none;
}
.catalogsearch-result-index .product-attribute-set-12 .product-item-details > .product-item-name{
    display: block;
}
.smile-elasticsuite-autocomplete-result{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.autocomplete-list:last-child{
    display: block;
    background: #eeeeee;
}
.autocomplete-list:last-child dd,
.autocomplete-list:last-child dt{
    padding-left: 0;
    padding-right: 0;
}
.autocomplete-list:first-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #ffffff;
}
.autocomplete-list:first-child dt {
    flex-basis: 100%;
}
.autocomplete-list:first-child dd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 0 6px;
}
.autocomplete-list:first-child dd .product-item {
    text-align: center;
}
.search-autocomplete dl dd:not(:empty) {
    border: none;
    position: relative;
}
.search-autocomplete dl {
    border: none;
    padding: 40px 8px 10px;
    width: 100%;
}
.search-autocomplete .product-name{
    font-weight: 700;
}
.search-autocomplete dl dt, .search-autocomplete dl dd, .search-autocomplete dl dt:not(:empty), .search-autocomplete dl dd:not(:empty){
    background: transparent;
}
.search-autocomplete .product-image-box {
    padding: 10px 0;
}
.search-autocomplete dl dt:not(:empty) {
    border: none;
}
.smile-elasticsuite-autocomplete-result .product-shop {
    width: 80%;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
    width: 120px;
    text-align: center;
}
.smile-elasticsuite-autocomplete-result .product-image-box > img {
    max-height: 120px;
    width: auto;
}
.smile-elasticsuite-autocomplete-result .price-box *{
    white-space: wrap;
}
.search-autocomplete .product-item .price-box .price {
    font-weight: 400;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb{
    color: #000000;
}
.header.content .block-search .search-autocomplete {
    color: #000000;
}
.search-autocomplete dl dd {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.smile-elasticsuite-autocomplete-result .qs-option-name{
    margin-right: 14px;
}
.search-autocomplete dl dd .amount {
    color: #2b2b2b;
    position: absolute;
    right: 7px;
    top: 5px;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
    font-style: italic;
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #2b2b2b;
}
.search-autocomplete {
    right: auto;
    position: fixed !important;
    /*display: block !important;*/ /* hide & show block for developer*/
    box-shadow: 0 0 5px 0 rgba(0,0,0,.33);
    background: #ffffff;
    height: auto;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.search-autocomplete .price-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.search-autocomplete .price-box .price{
    color: #ff0000;
    margin: 0 4px;
}
.search-autocomplete .price-box .price-label{
    display: none;
}
.search-autocomplete .price-box .old_regular_price{
    display: block !important;
    text-decoration: line-through;
    margin: 0 4px;
}
.autocomplete-list dd {
    flex-direction: column;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
    align-items: center;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price .price{
    color: #000;
    text-decoration: line-through;
}
.smile-elasticsuite-autocomplete-result .price-box span.discount {
    color: #ffffff;
    background: red;
    padding: 4px 6px;
}

.smile-elasticsuite-autocomplete-result .attr_tax{
    color: #000000;
}
.smile-elasticsuite-autocomplete-result .attr_tax a.popup-versand {
    margin-left: 6px;
}
@media (min-width: 769px) {
    .search-autocomplete {
        width: 100% !important;
        left: 0;
    }
    .autocomplete-list:first-child dd {
        flex-basis: calc(33% - 20px);
        width: calc(33% - 20px);
    }
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(1):nth-last-of-type(2),
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(2):nth-last-of-type(1) {
        width: 80%;
    }
    .smile-elasticsuite-autocomplete-result > dl:nth-of-type(2):nth-last-of-type(1) {
        width: 20%;
    }
}
@media (min-width: 1366px) {
    .search-autocomplete {
        width: 1100px !important;
        left: calc((100vw - 1100px) / 2);
    }
}
@media (max-width: 768px) {
    .search-autocomplete {
        left: 1%;
        width: 100vw !important;
        margin-top: 0;
        max-height: 80vh;
    }
    .autocomplete-list:first-child dd {
        flex-basis: calc(50% - 20px);
        width: calc(33% - 20px);
    }
    .smile-elasticsuite-autocomplete-result {
        flex-direction: column-reverse;
        overflow: scroll;
    }
    .search-autocomplete .autocomplete-list-title-left > dl {
        width: 100%;
    }
}

/* Elastic Search Result End */

@media (width: 768px){
    .nav-sections {
        height: 100%;
        left: 0;
        overflow: auto;
        position: relative;
        top: 0;
        width: 100%;
    }
    .nav-sections-item-content {
        float: none;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
        padding: 0;
    }
    .navigation .parent .level-top:after{
        display: none;
    }
    .navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: #e22319;
        border-style: solid;
        border-width: 0 0 3px;
    }
}