@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;
}


.action.primary, button, .btn {
    text-transform: uppercase;
}
.action.primary{
    font-weight: 400;
    opacity: 1;
    border-radius: 5px !important;
}
button {
    border-radius: 5px !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;
}

@media (min-width: 768px)  {
    .mobile-hide{
        display: none;
    }
}
@media (max-width: 767px)  {
    .desctop-hide{
        display: none;
    }
}


/*===============================
todo Cookie
================================*/
.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;

}
/*===============================
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;
}
@media (min-width: 768px)  {
    .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 > .level-top {
    line-height: 30px;
    color: #575757;
}
.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 .links {
    display: none;
}
.footer-subscribe .block.newsletter {
    max-width: 100%;
    width: auto;
}
.footer-subscribe{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
    margin: 0 auto;
    width: 100%;
}
.block.newsletter input{
    border-radius: 5px;
}
.block.newsletter .action.subscribe {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.block.newsletter .form.subscribe > .field{
    float: left;
    width: 63%;
}
.footer-subscribe h2{
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 14px;
}

footer .footer.content{
    display: grid;
    grid-template-columns: 34% 33% 33%;
    padding-top: 30px;
}
.copyright{
    font-size: 14px;
    padding: 26px 0;
}
footer .block{
    margin-bottom: 0;
}
footer .block .title{
    margin-bottom: 20px;
}
footer .block .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 18px;
    text-transform: uppercase;
}
footer .block a {
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
    text-transform: uppercase;
}
footer .block a, footer .block a:hover, footer .block a:visited {
    color: #ffffff;
}
footer .footer-logo-title{
    display: none !important;
}


/*  -------------- todo Home page PArtners section -------------------------------*/
.partners-block{
    margin: 70px auto 40px;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);

}
.partners-block .d-flex{
    justify-content: space-around;
}
.partners-block .h3{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}



/*===============================
todo Account
================================*/
body.account .column.main a.action {
    color: #ffa113;
}
.products-grid.wishlist .product-item-comment {
    height: 60px;
    margin: 20px 0;
}
.products-grid.wishlist .product-item-info {
    display: flex;
    flex-direction: column;
}
.products-grid.wishlist  .product-item-actions{
    display: flex;
    flex-direction: row;
}
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;
    }
    .cart-summary .checkout-methods-items {
        width: 280px;
        margin: 0 auto;
    }
}
/*===============================
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;
}


/*
label[for="payone_obt_giropay"]:after{
    background: url("../images/giropay_100px.png");
    width: 79px;
    height: 34px;
    top: -6px;
}
label[for="payone_paydirekt"]:after{
    background: url("../images/paydirekt_logo_Claim_4C.png");
    width: 85px;
    height: 28px;
    top: -3px;
}
label[for="payone_obt_sofortueberweisung"]:after{
    background: url("../images/smartreak_sofortueberweisung.png");
    width: 75px;
    height: 24px;
    top: -3px;
}
label.label[for="paypal_express"] {
    flex-direction: row-reverse;
    align-items: center;
}*/


@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;
}
.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
================================*/
.product-brand .amform-show-popup{
    position: relative;
    background: transparent !important;
    border-color: transparent !important;
    width: 100%;
    margin-bottom: 20px;
}
.product-brand .amform-show-popup:before{
    position: absolute;
    content: "";
    background-image: url("../images/Dieses_Produkt_kostenlos.gif");
    width: 400px;
    max-width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}
.lenovo-im-store-gif-block {position: relative;}
.lenovo-im-store-gif .amform-show-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background-color: transparent;
}
.lenovo-im-store-gif .amform-show-popup:hover,
.lenovo-im-store-gif .amform-show-popup:focus{
    background-color: transparent;
    box-shadow: none;
}
.field-product-request-sku {
    display:none;
}
.lenovo-im-store-gif .amform-form .action.primary{
    background: #ffa113;
}
.product-brand .amform-form .action.primary{
    border-color: #4776f0;
}
.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%;
    }
}
#campus-info-link{
    position: relative;
}
#campus-info-link:before{
    position: absolute;
    content: "?";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000000;
    right: -20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#campus-info-link img{
    display: none;
}
/* 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) - 6px);
        flex-basis: calc((100%/6) - 6px);;
    }
}
@supports (-webkit-touch-callout: none) { /*ios*/
    .block.related .products-grid .product-item-details .product-item-name a {
        min-height: 34px;
        height: 34px;
    }
}
@-moz-document url-prefix() {
    .block.related .products-grid .product-item-details .product-item-name a {
        min-height: 37px;
        height: 37px;
    }
}
.block.related .products-grid .product-item-details .product-item-name a {
    min-height: 34px;
    height: 34px;
}
@media (min-width: 768px) {
    .block.related .products-grid .product-item-details .product-item-name a {
        min-height: 30px;
        height: 30px;
    }
}
.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: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    align-items: center;
    justify-content: space-between;
    border: none;
}
.product-info-main .product-info-stock-sku {
    padding: 8px 0;
    text-align: left;
    order: 1;
}
.product-info-main .product-add-form {
    order: 3;
}
.product-info-main .finance{
    text-align: right;
}
.product-info-main .finance #detailLink{
    display: block;
}
.product-info-main .product-social-links{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    order: 2;
}
.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 {
    line-height: 30px;
}
.product-info-main .finance #monthly_price_final{
    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
================================*/
.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;
}


/*===============================
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 #FFA113 !important;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: column;
}
.amgdprjs-bar-template {
    z-index: 1001 !important;
}
.amgdprcookie-bar-template.-popup {
    z-index: 1000;
}

@media (max-width: 576px), print {
    .amgdprcookie-bar-template.-popup {
        bottom: 35%;
        transform: translate(0, 35%);
        position: fixed;
        top: 0;
        left: 0;
    }
}

/*===============================
todo MODAL PoPUP
================================*/
.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;
}
#campus-info-content .modal-dialog .modal-content {
    overflow: auto;
    padding: 20px;
}
#campus-info-content .modal-dialog .modal-header {
    padding: 5px 0;
}


/*===============================
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: 20% 30% 17% 18% 15%;
        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: 26px;
    }
    .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;
    }
    .page-header .block-minicart .block-content > .actions > .primary .action.primary{
        padding: 14px 15px;
    }
    /*---- todo min 768 header navigation----*/
    .navigation .submenu li.active{
        background: transparent;
    }
    .navigation {
        background: transparent;
    }
    .navigation ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .navigation li.level0 {
        text-align: center;
        flex-basis: 14%;
    }
    .navigation .level0 > .level-top {
        padding: 38px 6px 0;
        text-transform: none;
        font-weight: 600;
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 0;
        margin-top: 8px;
    }

    .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: 33%;
        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;
        text-align: left;
        color: #575757;
    }
    .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;
    }
    .navigation .level0 > a{
        position: relative;
    }
    .navigation .level0 > a:before{
        position: absolute;
        content: "";
        background-size: 100%;
        top: -6px;
        width: 34px;
        height: 42px;
        left: calc(50% - 17px);
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .navigation .level0 > a[data-link="verbrauchsmaterial.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/verbaich.svg");
    }
    .navigation .level0 > a[data-link="drucker-scanner-multifunktionsgerate.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/printer.svg");
    }
    .navigation .level0 > a[data-link="zubehor.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/zubehor.svg");
    }
    .navigation .level0 > a[data-link="audio-video-hifi.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/audio.svg");
    }
    .navigation .level0 > a[data-link="buroartikel.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/burburoartikel.svg");
    }
    .navigation .level0 > a[data-link="campus.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/campus.svg");
    }
    .navigation .level0 > a[data-link="displays-projektoren.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/display.svg");
    }
    .navigation .level0 > a[data-link="foto-video.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/photo-camera.svg");
    }
    .navigation .level0 > a[data-link="pc-systeme.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/pcnpc-systeme.svg");
    }
    .navigation .level0 > a[data-link="pc-komponenten.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/pckpc-komponenten.svg");
    }
    .navigation .level0 > a[data-link="server-storage.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/srvserver-storage.svg");
    }
    .navigation .level0 > a[data-link="software.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/sofsoftware.svg");
    }
    .navigation .level0 > a[data-link="spiel-hobby.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/hobspiel-hobby.svg");
    }
    .navigation .level0 > a[data-link="netzwerktechnik.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/netnetzwerktechnik.svg");
    }
    .navigation .level0 > a[data-link="sonstiges.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/sonsonstiges.svg");
    }
    .navigation .level0 > a[data-link="point-of-sale.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/pospoint-of-sale.svg");
    }
    .navigation .level0 > a[data-link="telekommunikation.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/teltelekommunikation.svg");
    }
    .navigation .level0 > a[data-link="werkzeug.html"]:before{
        background-image: url("../images/ba-computer-menu-icons/werwerkzeug.svg");
    }

    /*---- todo min 768 Footer ----*/
    .page-footer {
        padding-bottom: 50px;
    }

    /*---- 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 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;
    }
}

@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: 60px;
        padding-bottom: 20px;
        width: 68%;
    }
    .header.content .header.links .authorization-link a:before {
        bottom: 25px;
    }
    .minicart-wrapper .action.showcart:before {
        bottom: 25px;
    }
    .minicart-wrapper .action.showcart .counter.qty{
        top: -36px;
        right: 30px;
    }
    .navigation .level0 > .level-top {
        font-size: 12px;
    }
    .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 Navigation ----*/
    .navigation .level0 > .submenu > li{
        width: 20%;
    }
    .navigation li.level0 {
        flex-basis: 9%;
    }
    /*---- 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 ----*/
    .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;
    }
    .navigation li.level0 {
        flex-basis: 10%;
    }

    /* 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;
    }
    .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;
    }
    .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 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%;
    }
    .actions-toolbar > .primary .action,
    .actions-toolbar > .secondary .action,
    .bundle-actions .action.primary.customize,
    .bundle-options-container .block-bundle-summary .box-tocart .action.primary,
    .box-tocart .action.instant-purchase {
        width: 80%;
        padding: 8px 17px;
        font-size: 1.4rem;
    }

    /*---- todo max 767 Header ----*/
    .logo {
        max-width: 34%;
    }
    .page-header {
        margin-bottom: 20px;
    }
    #checkout .page-header {
        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: 26px;
        bottom: 10px;
    }
    .header.content .map .text .mobile-hide {
        display: none;
    }
    .map .text{
        font-size: 0;
    }
    .map .text:before {
        bottom: 10px;
        left: 0;
        width: 20px;
        height: 26px;
        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;
    }
    .header.content .header.links .authorization-link {
        position: relative;
        display: flex;
        justify-content: center;
    }
    .header.content .header.links .authorization-link:before {
        width: 24px;
        height: 26px;
        position: absolute;
        background-image: url(../images/login.png);
        content: "";
        top: auto;
        bottom: 10px;
        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: #575757;
        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: 2px;
        right: 0;
    }
    .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: #575757;
        font-size: 1.4rem;
    }
    .navigation .level0 {
        font-size: 1.4rem;
    }
    .navigation .level0 > .level-top {
        line-height: 1.4;
    }
    .page-header .block-minicart .block-content > .actions > .primary .action.primary {
        padding: 6px 15px;
    }

    /*---- todo max 767 footer ----*/
    footer .footer.content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer .footer.content .block {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }
    .block.newsletter .form.subscribe {
        display: block;
    }
    .block.newsletter .actions {
        padding-top: 14px;
    }
    .block.newsletter .form.subscribe > .field {
        width: 100%;
    }
    .block.newsletter .action.subscribe {
        font-size: 12px;
        margin-left: 0;
    }
    .checkout-index-index .nav-toggle {
        display: block;
    }
    .checkout-index-index .opc-estimated-wrapper{
        display: none;
    }
    .partners-block {
        margin: 70px auto 40px;
        max-width: calc(100% - 40px);
        padding-left: 20px;
        padding-right: 20px;
        width: 1280px;
    }
    /*---- 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;
    }
    .box-tocart .action.tocart{
        font-size: 1.4rem;
        padding: 6px 12px
    }
    .product-info-main .product-add-form .box-tocart .fieldset .field.qty{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .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 767 Contact Page ----*/
    .contact-wrapper{
        display: flex;
        flex-direction: column;
    }
    .contact{
        order: 1;
    }
    .contact > img{
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
    .bikeleasing iframe{
        height: 68vh;
    }
    .authentication-wrapper button{
        width: 100%;
    }
    footer .block .title strong {
        font-size: 18px;
    }
}


@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;
    }
    footer .footer.content .copyright {
        text-align: center;
    }
    .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;
    }
    .cms-home .home-article-blocks .title {
        font-size: 16px;
    }
    .cms-home .home-article-blocks .text-wrapper .text p {
        font-size: 14px;
    }
    .home-cat-list .item {
        height: calc((100vw - 280px)/(374 - 280)*(183 - 150) + 150px);
    }
    .home-cat-list .item .desc a {
        font-size: 12px;
    }
    .bikeleasing iframe{
        height: 76vh;
    }
    .box-tocart .action.tocart{
        padding: 6px 12px
    }
}
@media (min-width: 375px) and (max-width: 413px){
    .home-cat-list .item {
        height: calc((100vw - 375px)/(413 - 375)*(322 - 280) + 280px);
    }
}


/*===============================
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 */

.related-support {
    order:2;
}

.related-support .products-grid .product-item {
    width: calc((100%/2) - 6px) !important;
    flex-basis: calc((100%/2) - 6px) !important;
}


@media (width: 768px) {

}