.columns{
    padding-left: 0;
    padding-right: 0;
}
.catalog-category-view .product-item-photo,
.catalog-category-view .product-item-photo .product-image-photo,
.catalogsearch-result-index .product-item-photo,
.catalogsearch-result-index .product-item-photo .product-image-photo{
    width: 100%;
    min-height: 170px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

@media (max-width: 479px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 10px;
        padding-left: 10px;
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive>.table {
        margin-bottom: 0;
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }

    .table-responsive>.table-bordered {
        border: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot') format('embedded-opentype'),
        url('fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.versand-home-slider img {
    min-height: 400px;
}
.versand-home-slider > div:not(.glider):not(.draggable) {

    display: flex;
    flex-wrap: nowrap;
}

 /* body  */
.page-wrapper{
    background-color: #fff;
}
.panel.wrapper{
    background-color: #f7f7f7;
}
#maincontent.page-main{
    margin-top: 0;
}
#header-menu{
    padding: 0;
}
#header-menu .level-0{
    color: #000;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
#header-menu .level-0:hover > span a{
    color: #D51010;

}

.question {
    display: inline-block;
    width: 20px;
    color: #000;
    z-index: 99999;
    text-align: center;
    margin-left: 10px;
}

.question label .fa {
    font-size: 18px;
}

.question input {
    display: none;
}
#header{
    z-index: 30;
}

div[data-dialog-ref-name="am-cookie-bar"]{
    z-index: 40;
}

label[for="search-question"] .explanation {
    display: none;
}
#search-question:checked + label[for="search-question"] .explanation {
    display: block;
}
label[for="search-question"]:hover .explanation {
    display: block;
}
#mini-cart .custom-block{
    display: inline-block;
    text-align: left;
    font-size: 11px;
    border-right: 2px solid #dde0e2;
    padding-right: 35px;
    margin-right: 0;
    margin-top: -21px;
}
.explanation {
    position: absolute;
    width: 500px;
    background: #fff;
    z-index: 999999;
    padding: 5px;
    border: 2px solid #000;
    text-align: left;
}

.custom_left_menu a{
    color: #D51010;
}

.page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    background-color: #d51010;
}

.page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    line-height: 16px;
}

#newsletter-validate-detail .subscribe span {
    display: none;
}

#newsletter-validate-detail .subscribe::after {
    content: "\e900";
    color: #fff;
    font-family: 'icomoon';
}

.versand-home-slider {
    display: none;
}

.block.newsletter .action.subscribe {
    padding-left: 12px;
    padding-right: 12px;
}

.block.newsletter .field .control::before {
    line-height: 38px;
}

#footer_newsletter::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}

#footer_newsletter::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

#footer_newsletter:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

#footer_newsletter:-moz-placeholder {
    color: #999999;
    opacity: 1;
}

/*=== search form ===*/
.homepage_search #tab-label-types {
    width: auto;
}

.row.homepage_search {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
}
div[data-role="glider-content"] .product-image-photo,
div[class*="-product-slider"] .product-image-photo{
    min-height: 260px;
    max-height: 260px;
    object-fit: contain;
}
div[data-role="glider-content"] .product-item-link{
    min-height: 180px;
    max-height: 180px;
    display: block;
}
div[class*="-product-slider"] .product-item-link{
    min-height: 130px;
    max-height: 130px;
    display: block;
}
div[class*="-product-slider"] .rating-summary,
div[data-role="glider-content"] .rating-summary{
    display: none;
}
@media (max-with:1300px) {
    .row.homepage_search {
        position: absolute;
        z-index: 3;
        top: -400px;
        margin: 0 auto;
    }
}
.main-banners {
    padding: 30px 0 30px;
}

.cms-index-index.home-cms-content .container {
    position: relative;
}

.versand-home-slider img {
    width: 100%;
    margin: 0;
}
.homepage_search .homepage-search {
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    padding: 18px;
    width: auto;
}

.homepage_search .form-content {
    position: relative;
    top: 0;
    left: 0;
}

.homepage_search .info .product.data.items>.item.title>.switch {
    background-color: #d51010;
    border: 1px solid #fff !important;
    border-right-width: 0 !important;
    color: #fff;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

.homepage_search .product.data.items>.item.title:first-child>.switch {
    color: #fff !important;
    font-size: 17px;
    height: 48px !important;
    line-height: 48px !important;
    border-top-right-radius: 10px !important;
}

.homepage_search .product.data.items {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: left;
    margin-top: 0;
}

.homepage_search .product.data.items .data.item.title:nth-child(4) .switch {
    border-top-right-radius: 10px !important;
    border-right-width: 1px !important;
}

.homepage_search .product.data.items .data.item.title:not(:first-child) {
    padding-top: 16px;
}

.homepage_search .product.data.items>.item.title {
    padding-right: 0;
    padding-bottom: 0;
}

.homepage_search .product.data.items>.item.content {
    flex: 0 0 100%;
    margin-top: -1px;
    height: auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    background: transparent !important;
    z-index: 10;
}

.homepage_search .product.data.items>.item.title:not(.disabled)>.switch:hover,
.homepage_search .product.data.items>.item.title:not(.disabled)>.switch:focus {
    background-color: #d51010;
    color: #fff;
    text-decoration: underline;
}

.product.data.items>.item.title.active>.switch:hover {
    color: #fff;
}

.homepage_search .product.data.items>.item.title.active>.switch:hover {
    border-bottom: none !important;
}

/*=== footer ===*/
.footer-top {
    padding: 40px 0;
}

.footer-bottom .custom-block:not(.f-right) {
    margin-bottom: 30px;
    width: 100%;
}

.footer-top .col-lg-12 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.footer-top .col-lg-12 .custom-block {
    width: 80%;
}

.footer-top .col-lg-12>.block {
    width: 20%;
}

.footer-top .col-lg-12> div[data-content-type="html"] {
    width: 20%;
    color: #90969a;
}
@media (max-width:768px) {
    .footer-top .col-lg-12> div[data-content-type="html"] {
        width: 100%;
    }
    .header-search{
        border: none;
        background-color: #fff !important;
    }
    #header-top, #header-menu{
        column-gap: 0;
    }
    .customer-link .mobile_toggle{
        right: 6rem;
        width: 16rem;
        padding-top: 20px;
        padding-left: 20px;
    }
    .question{
        z-index: 5;
    }
    .question .fa-question-circle-o{
        position: relative;
        top: 2px;
        right: 4px;
    }
}
.footer-top .block.newsletter {
    width: 100%;
}

.footer-top .block .block-title {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.footer-top .block-content p {
    line-height: 1.5;
    padding-top: 10px;
    color: #777;
}

.custom-block.f-right p {
    line-height: 36px;
    font-size: 11px;
    margin-bottom: 0;
}

.footer-middle .container::before {
    content: '';
    position: absolute;
    background-color: #353a3e;
    left: 15px;
    right: 15px;
    top: -40px;
    height: 1px;
    width: calc(100% - 30px);
}

.banks-list {
    background: white;
    border-radius: 8px;
    float: left;
    max-width: 460px;
    padding: 26px 22px 24px;
    margin-left: auto;
    margin-right: auto;
}

.banks-list-holder {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.banks-list-holder li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.footer-bottom .box.informational h5 a,
.footer-bottom .box.informational h5,
.footer-top .custom-block h5 {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 7px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.footer-bottom .box.informational>ul,
.footer-top .custom-block>ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.footer-bottom .box.informational>ul>li,
.footer-top .custom-block>ul>li {
    width: 20%;
    padding-right: 10px;
}

.footer-bottom .box.informational ul li li,
.footer-top .custom-block ul li li {
    line-height: 1.4 !important;
    padding-top: 10px;
    color: #90969A;
}


.footer-bottom .box.informational ul li li a,
.footer-top .custom-block ul li li a {
    color: #90969A;
    font-weight: 300;
    font-size: 13px;
    display: inline-block;
    word-break: break-all;
    letter-spacing: 0.005em;
    line-height: 1.4 !important;
}

.secure-shopping p {
    color: #90969A;
    font-size: 13px;
    letter-spacing: 0.005em;
    font-weight: 400;
}

.secure-shopping {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.secure-shopping .featured-ratings+p {
    color: #90969A;
    font-size: 13px;
    letter-spacing: 0.005em;
    font-weight: 300;
    line-height: 1.5;
    width: calc(100% - 52px);
}

.secure-shopping .featured-ratings {
    width: 39px;
    margin: 7px 13px 0 0;
}

.footer-top,
.footer-bottom,
.footer-middle {
    background-color: #202020;
}
.footer-middle{
    padding: 40px 0;
    border-top: 1px solid #353a3e;
    border-bottom: 1px solid #353a3e;
}

.footer-bottom{
    padding: 30px 0 35px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
    width: 100%;
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
    top: -1px;
}

#ajax_search_motor {
    width: 100%;
}

#ajax_search_motor .block-content.filter-content {
    display: block;
}

#ajax_search_motor .block-content.filter-content .col-md-4 {
    float: left;
}

#ajax_search_motor .block-content.filter-content [class*='checkbox_tires'] {
    -webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    width: 33%;
    float: left;
    display: flex;
}

.checkbox_tires_reinforced {
    clear: left;
}

.button_position {
    clear: both;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

body .page-wrapper>.breadcrumbs {
    background-color: #202020;
    color: #fff;
    margin-bottom: 20px;
    max-width: 100%;
}

body .page-wrapper>.breadcrumbs a {
    color: #fff;
}

body .page-wrapper>.breadcrumbs .items {
    padding: 10px 15px;
}

.products-list .product-item-details {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 0;
}

.products-list .product-item-details .col-left {
    border-right: 1px solid #efefef;
    padding: 20px;
    width: calc(100% - 250px);
}

.products-list .product-item-details .col-right {
    padding: 20px;
    width: 250px;
}

.products-list .product-item {
    border: 1px solid #efefef;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.products-list .product-info{
    border-right: 1px solid #efefef;
}

.products-list .product-item-info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    position: relative;
}
.products-list .product-item-photo {
    border-right: 1px solid #efefef;
    margin-bottom: 0;
    padding: 10px;
    width: 20%;
    position: relative;
}
.products-list .custom-product.product-item{
    border: 0;
}
.products-list .custom-product .product-item-photo {
    width: calc(100% /3 );
    border: 0;
    padding: 0;
    position: relative;
} 
.products-list .custom-product .product-info {
    display: block;
    border: 0;
}

.products-list .custom-product .product-info > div:first-child {
    font-size: 14px;
    min-height: 100px;
    line-height: 1.5;
}
.products-list .custom-product .product-info .product-add-order  {
    height: auto;
    min-height: 60px;
}

.products-list .custom-product .product-info .product-add-order .price {
    font-size: 16px;
}
@media (max-width:768px) {
    .products-list .custom-product {
        flex-direction: row;
    }
    .products-list .custom-product .product-info {
        padding-left: calc(100% /3 + 20px);
    }
    .products-list .custom-product .product-info .product-add-order .price {
        text-align: left;
    }
}
.col-right .price-box {
    margin-top: 0;
}

.col-right .price-box .price {
    font-size: 30px;
    line-height: 36px;
}

.catalog-category-view  .price-container .price,
.catalogsearch-result-index .price-container .price {
    font-size: 30px !important;
}

blockquote {
    margin-left: 0;
}

#search_autocomplete ul[role="listbox"] {
    max-height: 113px;
    overflow-y: scroll;
}

.catalogsearch-result-index .toolbar .modes {
    display: none;
}

.category-description.no-margin {
    margin-top: 20px !important;
}

.page.messages+div h4 {
    font-size: 22px;
}

.contact-index-index .page-main .contact-info [class^="icon-map-"] {
    float: left;
    width: 43px;
    min-width: 43px;
    height: 43px;
    background-color: #d51010;
    color: #fff;
    line-height: 43px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 0;
}

.icon-map-marker::before {
    content: "\f828";
    color: #fff;
    font-family: "porto-icons", sans-serif;
    font-style: normal;
}

.contact-index-index .page-main .contact-info .col-sm-12 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
}

.contact-index-index .page-main .contact-info p {
    margin-left: 15px;
}

.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
    margin-bottom: 0;
}

.catalog-category-view .stock.available,
.catalogsearch-result-index .stock.available {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background-image: none;
    background-color: #7AA93C;
    color: #fff;
    padding: 0 7px;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    min-height: auto;
    font-size: 11px;
    line-height: 1.5;
    box-shadow: 1px 1px #777;
}

.catalog-category-view .stock.available span,
.catalogsearch-result-index .stock.available span {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.carsexcel-search-origin button.action.primary {
    height: auto;
}
.carsexcel-search-children .product-item-info,
.carsexcel-search-origin .product-item-info {
    display: block;
}
.carsexcel-search-origin .action.primary,
.carsexcel-search-children .action.primary {
    white-space: nowrap;
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    font-weight: 400;
}
.carsexcel-search-origin .management-btn-holder,
.carsexcel-search-children .management-btn-holder{
    float: left;
}
.carsexcel-search-origin .share-product-fb,
.carsexcel-search-children .share-product-fb{
    margin-left: 3px;
    margin-top: 15px;
}
.carsexcel-search-summary {
    margin-bottom: 10px;
}
.carsexcel-search-summary ul {
    padding-left: 0;
}
.carsexcel-search-summary ul li {
    vertical-align: top;
}
.carsexcel-search-children .products-list.row {
    margin-left: 0;
    margin-right: 0;
}
.carsexcel-search-children .carsexcel {
    margin-top: 25px;
}

.carsexcel-search-children .product-item-photo, .carsexcel-search-origin .product-item-photo {
    display: block;
    float: left;
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 7px;
    width: 15%;
}
.carsexcel-search-children .product-image-container, .carsexcel-search-origin .product-image-container {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
    z-index: 0;
    max-height: 165px;
}
.carsexcel-search-children .product-item-details .product-item-inner, .carsexcel-search-origin .product-item-details .product-item-inner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 272px;
    margin: 0 !important;
    padding-top: 100px !important;
}
.carsexcel #block-search-form-ajax-mini {
    width: 100%;
}
.carsexcel-search-origin .products-list .product-item-photo {
    position: relative;
}
.carsexcel-search-origin .products-list .product-item-details {
    display: flex;
    flex-flow: row wrap;
}
.carsexcel-search-origin .products-list .product-item-details .col-left,
.carsexcel-search-origin .products-list .product-item-details .col-right {
    width: 100%;
}
.carsexcel-search-origin .products-list .product-item-details .col-right {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.carsexcel-search-origin .products-list .product-item-details .col-right .price-final_price{
    text-align: left;
    width: 100%;
}
.carsexcel-search-origin .toolbar.toolbar-products .pages {
    display: block;
    margin-top: 18px;
}
.carsexcel-search-origin .toolbar.toolbar-products .limiter {
    display: block;
}
.carsexcel-search-origin .toolbar-products {
    position: relative;
}
.carsexcel-search-children .products-list .product-item-details .price-final_price {
    text-align: right;
}
.carsexcel-search-children .share-product-fb {
    float: left;
}
.carsexcel-search-children .management-btn-holder {
    float: right;
}
.carsexcel-search-children .toolbar.toolbar-products .pages {
    display: block;
}
.carsexcel-search-children .toolbar.toolbar-products .limiter {
    display: block;
}
.carsexcel-search-children .toolbar-products {
    position: relative;
}
.carsexcel-search-children .toolbar-products .toolbar-sorter.sorter {
    margin-bottom: 18px;
}
.carsexcel-search-children .toolbar.toolbar-products .toolbar-amount + .field.limiter {
    margin-top: 0;
}
.col2-set .mini-advanced-search-row.col-1,
.col2-set .mini-advanced-search-row.col-2 {
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#filter-form .col2-set {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.carsexcel-search-children .carsexcel {
    margin-top: 18px;
}

.mini-advanced-search-submit .button.btn-red {
    border-color: #d51010;
    background-color: #d51010;
    height: auto;
    line-height: 1;
    margin-top: 18px;
    padding: 7px 15px;
    width: 100%;
}

.mini-advanced-search-submit .button.btn-red span {
    color: #fff;
    font-family: "Oswald";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 400;
    line-height: 22px;
}

.product-info .compelete,
.product-info .parentName {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.products-list .product-item-info {
    font-size: 15px;
    text-transform: uppercase;
}

.product-item-description {
    font-size: 13px;
    text-transform: none;
}

.catalog-category-view .first-line {
    display: block;
    margin-bottom: 7px;
    margin-top: 5px;
}

.second-line span {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #d1d0d0;
    border-radius: 4px;
}

.second-line .gk {
    padding-left: 30px;
    background-image: url(../images/tires_label_noise_performance_icon.png);
    background-position: 5px center;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}

.second-line .rw {
    padding-left: 30px;
    background-image: url(../images/tires_label_rolling_resistance_icon.png);
    background-position: 5px center;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}

.second-line .nh {
    padding-left: 30px;
    background-image: url(../images/tires_label_wet_grip_icon.png);
    background-position: 5px center;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
}

.add-data .sesion {
    font-weight: 700;
}

.add-data .manufacturer {
    color: #d51010;
    font-weight: 700;
}

.add-data .second-line {
    margin-top: 7px;
}

.add-data .second-line a {
    vertical-align: top;
}

.add-data .second-line a img {
    height: 27px;
    margin: 0;
}

.icon-summer {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-image: url(../images/tires_application_type_summer.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.icon-winter {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(../images/tires_application_type_winter.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 10;
}

.page-addnav.three-item {
    list-style-type: none;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.page-addnav.three-item li {
    padding: 0 30px;
    width: 33%;
}

.page-addnav.three-item li a {
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
}

.page-addnav.three-item li a .img-holder {
    border: 1px solid #ebebeb;
}

.page-addnav.three-item li a .title-addnav {
    display: inline-block;
    max-width: 95px;
    text-align: center;
}

.video-holder {
    border-radius: 13px;
    box-shadow: 0 1px 0 1px #707070;
    margin-bottom: 30px;
    overflow: hidden;
}

.banner-center-holder {
    text-align: center;
}

.category-cms h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.products.list h3 {
    padding: 10px;
}

.catalog-product-view .add-data .second-line {
    margin-top: 10px;
    margin-bottom: 10px;
}

.catalog-product-view .add-data .sesion {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.category-description h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.category-description h4 {
    font-size: 20px;
    text-transform: uppercase;
}

/* Style the tab */
.wrap-footer-tab {
    margin-bottom: 30px;
}

.tab {
    overflow: hidden;
}

.tab button {
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-radius: 7px 7px 0 0;
    float: left;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tab button:first-child {
    border-left: 1px solid #ebebeb;
}

.tab button:hover {
    border-color: #ebebeb;
    background-color: #fff;
    color: #d51010;
}

.tab button.active {
    background-color: #fff;
    border-bottom: none;
    color: #d51010;
}

.tab button:not(active) {
    border-color: #ebebeb;
}

.tabcontent {
    display: none;
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: none;
    min-height: 270px;
}

.tabcontent ul .blocktab-link {
    float: left;
    width: 40%;
}

.tabcontent {
    animation: fadeEffect 1s;
}

.clear {
    clear: both;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.footer-tabs .tab {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.footer-tabs .tab .tablinks {
    width: 14.28%;
    padding: 0;
    height: 50px;
}

.message.global.cookie {
    position: static;
}

.message.global.cookie .content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.page-header .switcher .options ul.dropdown li {
    border-radius: 0;
}

.page-header .switcher .options ul.dropdown.drop-open::before {
    border-color: transparent transparent #e8e8e8 transparent;
}

.page-header .switcher .options ul.dropdown.drop-open::after {
    border-color: transparent transparent #e8e8e8 transparent;
}

.main-banners {
    margin: 0 0 30px;
    padding: 90px 0 30px;
    background: url("../images/bg-main-banner.jpg") repeat;
    border-top: 1px solid #d51010;
    border-bottom: 1px solid #d51010;
    overflow: hidden;

}

.main-banners .holder {
    margin: 0 auto;
}

.main-banners ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}

.main-banners .banner_holder {
    border-radius: 9px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 0 0 20px;
    max-width: 320px;
    width: auto;
}

.main-banners .banner_holder:first-child {
    margin-left: 0;
}

.main-banners .banner_holder a {
    display: block;
}

.main-banners .banner_holder a img {
    display: block;
}

.main-banners .banner_holder>* {
    border-radius: 14px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
    border: 1px solid white;
    overflow: hidden;
}

.product.wrapper .product-item .qty-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.custom_left_menu .col-md-3 .block-title {
    color: #313131;
    border-bottom: 1px solid #d51010;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.custom_left_menu .col-md-3 .block-title+ul {
    list-style-type: none;
    padding-left: 0;
}

.custom_left_menu .col-md-3 .block-title+ul>li {
    position: relative;
}

.custom_left_menu .col-md-3 .block-title+ul>li .icon-plus {
    position: static;
}

.custom_left_menu .col-md-3 .block-title+ul>li .icon-plus::after {
    content: "+";
}

.custom_left_menu .col-md-3 .block-title+ul ul {
    display: none;
    padding-left: 15px;
    list-style-type: none;
    height: auto !important;
}

.custom_left_menu .col-md-3>.block-category-link.widget {
    display: inline-block;
    position: relative;
    width: 70%;
    padding-right: 25px;
    margin-bottom: 5px;
}

.custom_left_menu .col-md-3 .block-category-link.widget.ui-accordion-header a {
    color: #777777;
    position: relative;
    display: inline-block;
}

.custom_left_menu .col-md-3 .block-category-link.widget.ui-accordion-header a:hover,
.custom_left_menu .col-md-3 ul ul li a:hover {
    color: #d51010;
}

.custom_left_menu .col-md-3 ul ul li a {
    color: #777777;
}

.custom_left_menu .ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e {
    display: none;
}

.custom_left_menu .add-icon .ui-accordion-header-icon.ui-icon {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    width: 25px;
}

.custom_left_menu .add-icon .ui-accordion-header-icon.ui-icon::after {
    content: "+";
    color: #d51010;
}

.custom_left_menu .add-icon.ui-accordion-header-active .ui-accordion-header-icon.ui-icon::after {
    content: "-";
}

.custom_left_menu .col-md-3 {
    float: left;
    background: #eeeeee;
    border-radius: 7px;
    padding: 10px 20px 10px 21px;
    max-width: 100%;
    width: 232px;
    margin-right: 38px;
}

.custom_left_menu .col-md-9 {
    float: left;
    max-width: calc(100% - 270px);
    max-width: -webkit-calc(100% - 270px);
    width: 100%;
}

.custom_left_menu .row {
    display: block;
}

.cms-hersteller-uebersicht-html .column.main ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    height: 100%;
    justify-content: space-between;
}

.cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke a span {
    margin-top: 10px;
    width: 100%;
}

.cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke a img {
    margin-top: auto;
}

.cms-groessen-uebersicht-html .column.main ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}

.cms-groessen-uebersicht-html .column.main ul li {
    height: 100px;
    width: 20%;
}

.cms-modelle-uebersicht-html .column.main ul {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
    list-style-type: none;
}

.cms-modelle-uebersicht-html .column.main ul li {
    margin-left: 30px;
    margin-right: 10px;
    width: 15%;
}

.herstellerTitel {
    font-size: 17px;
    font-weight: bold;
    margin: 10px;
    padding-top: 10px;
    width: 100%;
}

.mpblog-post-index .mp-sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

.mpblog-post-index .mp-sidebar>* {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.toolbar-products .pages {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.page-with-filter .toolbar-amount {
    display: block !important;
    order: -1;
    margin-bottom: 18px;
    width: 100%;
}

.page-products .toolbar .limiter {
    display: block;
}

#layer-product-list .toolbar.toolbar-products {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.toolbar .modes {
    display: none;
}

.scroll-table {
    overflow-x: scroll;
}

.products.wrapper .product-item .qty-box input[name="qty"] {
    padding: 3px;
}

.checkout-payment-method .payment-methods .actions-toolbar .primary {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-checkout-shipping-method thead th {
    display: block;
}

.table-checkout-shipping-method tbody tr:first-child td {
    padding: 11px 15px;
}

.filterproducts-tab .data.items>.item.title.active a.switch::after {
    background-color: #D51010 !important;
}

body .page-header {
    border-color: #D51010;
}

body .message.global.noscript a,
body .message.global.cookie a {
    color: #D51010;
}

body .page-header.type2.header-newskin .navigation li.level0.active>a::before,
body .page-header.type2.header-newskin .navigation li.level0:hover>a::before {
    background-color: #D51010;
}

body #ln_slider_price.ui-slider-horizontal {
    background-color: #999;
}

pre {
    white-space: normal;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

#search::-webkit-input-placeholder {
    font-weight: bold;
}

#search::-moz-placeholder {
    font-weight: bold;
}

#search:-ms-input-placeholder {
    font-weight: bold;
}

#search:-moz-placeholder {
    font-weight: bold;
}

.catalog-category-view form .block-content.filter-content div[data-role*="title"] {
    font-weight: bold;
}

.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method tbody .col-price:last-child {
    display: none;
}

body.catalog-product-view .sidebar .custom-block-1>div i {
    color: #D51010;
}

.checkout-index-index button:not(.primary) {
    height: auto;
}

address {
    word-break: break-all;
}

.page-main .block.account-nav {
    margin-bottom: 0;
}

.account-nav .nav>li {
    margin-bottom: -1px;
}

.account-nav .nav>li>a {
    display: inline-block;
}

.account-nav.block .title {
    margin-bottom: 0;
}

.navigation.sw-megamenu ul>li.level0:first-child {
    display: none;
}

.sw-megamenu.navigation>ul {
    text-align: left;
}

.sidebar .product-items .product-item-name a {
    white-space: normal !important;
}

input[type="password"] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.customer-review .review-details .review-date {
    color: #777777;
}

.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    min-width: 16px;
    width: auto;
}

.product.data.items>.item.content .block-title.moto-title {
    line-height: 18px;
}

.post-list-content .limiter {
    margin-top: 18px;
}

.page-header.type2.header-newskin {
    z-index: 11;
}

.cms-index-index .page.messages {
    background: #e5efe5;
    display: block !important;
}

.cms-index-index .page.messages .message.success {
    margin-bottom: 0;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-category-view .page-main form {
    width: 100%;
}

.catalog-category-view .page-main form .col-md-4,
.catalog-category-view .page-main form [class*="checkbox_tires"] {
    float: left;
}

.catalog-category-view .page-main form [class*="checkbox_tires"] {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
}

.catalog-category-view .page-main form [class*="checkbox_tires"] input[type="checkbox"] {
    float: left;
}

.catalog-category-view .page-main form [class*="checkbox_tires"] input[type="checkbox"]:focus,
.catalog-category-view .page-main form [class*="checkbox_tires"] input[type="checkbox"]:active {
    background-color: transparent;
    box-shadow: none;
}

.product_manufacturer {
    text-align: center;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.product_manufacturer .manufacturer-logos {
    display: inline-block;
    width: auto;
    height: auto;
}

.prev-next-products .product-nav.product-prev .product-pop {
    margin-left: -55px;
}

.prev-next-products .product-nav.product-prev .product-pop::before {
    left: 62px !important;
}

.product-info-main .prev-next-products .product-nav.product-next .product-pop {
    margin-right: -10px;
}

.product-info-main .prev-next-products .product-nav.product-next .product-pop::before {
    right: 17px;
}

.table-checkout-shipping-method tbody td:first-child {
    padding-left: 15px;
    padding-right: 15px;
}

.third-line {
    margin-bottom: 10px;
}

.minicart-wrapper .action.showcart .counter.qty {
    padding: 0;
}

.sidebar.sidebar-main::before {
    display: none;
}

.sidebar .filter.block,
.block-category-list .block-content .options,
.sidebar>.block.filter .options {
    position: relative;
}

.col-left .description.product-item-description {
    display: none;
}

.carsexcel-search-children .products-list .carsexcel-product .product-item-details {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

.carsexcel-search-children .products-list .product-item-details h2 {
    width: 100%;
}

.catalogsearch-result-index .toolbar-amount {
    display: inline-block;
    order: -1;
    width: 100%;
    margin-bottom: 18px;
}

.catalogsearch-result-index .toolbar-amount+.field.limiter {
    margin-left: auto;
}

.products-list .product-item-details .col-left .product-item-link {
    font-weight: bold;
}

.products-list .product-item-details .first-line span:not(:last-child) {
    display: none;
}

.block-authentication .actions-toolbar>.primary .action {
    height: 38px;
}

.product-labels {
    right: auto;
    top: 25px;
}

.field-tooltip .field-tooltip-content {
    border-color: #f4f4f4;
}

div[data-role="checkout-agreements"] .checkout-agreements .checkout-agreement {
    flex-flow: row wrap;
}

div[data-role="checkout-agreements"] .checkout-agreements .checkout-agreement label {
    width: calc(100% - 20px);
}

div[data-role="checkout-agreements"] .checkout-agreements .checkout-agreement label+.mage-error {
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
}

.checkout-payment-method .billing-address-same-as-shipping-block label {
    width: calc(100% - 20px);
}

.checkout-payment-method .payment-method-billing-address {
    margin-bottom: 0;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    color: #777;
    font-size: 1.3rem;
    line-height: 1.4;
}

.products.wrapper .product-item .qty-box {
    white-space: normal;
}

.products.wrapper .product-item .product-item-photo .qty-box {
    position: absolute;
    bottom: 30px;
    left: 0;
}
.products.wrapper .product-item .qty-box {
    display: block;
    width: 88px;
    margin: 0 auto 5px;
}
.products.wrapper.products-list .product-item .qty-box {
    margin: 0 0 5px;
}
.products.wrapper .product-item .qty-box input {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: solid 1px #dfdfdf;
}
.products.wrapper .product-item .qty-box .qtyminus,.products.wrapper .product-item .qty-box .qtyplus {
    position: relative;
    border: solid 1px #dfdfdf;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    float: left;
    margin-right: -1px;
}
.products.wrapper .product-item .qty-box .qtyplus {
    float: right;
    margin-right: 0;
    margin-left: -1px;
}

.filterproducts-tab .data.items .data.switch:hover {
    text-decoration: none;
}

.filterproducts-tab .data.items>.item.title:hover a.switch::after {
    content: '';
    position: absolute;
    background-color: #D51010;
    height: 2px;
    width: 100%;
    bottom: -12.5px;
    left: 0;
}

.minicart-items .item-qty {
    padding: 3px;
}

html[lang="en"] .catalog-product-view .box-tocart .paypal {
    margin-top: 10px;
}

html[lang="de"] .catalog-product-view .box-tocart .paypal {
    margin-top: 5px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
    display: flex;
    flex-flow: row wrap;
}

.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
    margin-bottom: 9px;
}

div.main-upsell-product-detail {
    background-color: #fff;
}

.fieldset>.field.qty {
    vertical-align: top;
}

.products.wrapper .product-item .qty-box .qtyminus:hover,
.products.wrapper .product-item .qty-box .qtyplus:hover {
    text-decoration: none;
}

.products.list.items.product-items.has-qty {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    width: 100%;
}

.carsexcel-search-summary ul {
    padding-left: 0;
}

.carsexcel-search-amount {
    margin-top: 18px;
}

/* styles for header banner */
.page-header {
    border-top: none;
}

.wisiwik-margin {
    margin-bottom: 0 !important;
}

.header-sales-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 110px;
    background: #0088cc !important;
    margin-bottom: 0;
    color: #fff;
}

.header-sales-banner-image .header-sales-banner-image-photo img {
    width: 89px;
    min-height: 100% !important;
}

.header-sales-banner-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 110px;
}

.header-sales-banner-name {
    font-size: 18px;
    padding: 7px 0 7px 7px;
}

.header-sales-banner-button {
    color: #0088cc !important;
    padding: 12px 15px;
    font-size: 18px;
    background-color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}

.header-sales-banner-button:hover {
    border-color: inherit;
}

.header-sales-banner-button:active,
.header-sales-banner-button:hover,
.header-sales-banner-button:visited {
    text-decoration: none;
    color: #0086C2;
}

.header-sales-banner-image {
    margin-right: 13px;
}

.header-sales-banner-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.header-sales-banner-details .price-box .price-container .price-wrapper .price {
    color: #fff;
    font-size: 26px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.header-sales-banner-text {
    font-size: 14px;
}

.header-sales-banner-details .price-box.price-final_price {
    margin: 0;
    padding: 7px;
}

.header-sales-banner-angebot {
    margin: 0;
    font-weight: bold;
}

.product-image-container {
    width: 88px !important;
}

.header-sales-banner .container .block-content .products-grid .widget-product-grid .header-sales-banner-grid {
    height: 110px;
}

.header-sales-banner-name {
    max-width: 550px;
}

@media (max-width: 1360px) {
    .header-outer span {
        display: none;
    }
}

@media (min-width: 1361px) {
    .header-sales-banner-name .header-sales-banner-angebot {
        display: none;
    }
}

@media (max-width: 1300px) {
    .header-sales-banner-name {
        font-size: 16px;
    }
}

@media (max-width: 1215px) {
    .header-sales-banner-name {
        max-width: 400px;
    }
}

@media (max-width: 1024px) {
    .header-sales-banner .container {
        max-width: 100%;
    }
}

@media (max-width: 997px) {
    .header-sales-banner-name {
        max-width: 350px;
    }
}

@media (max-width: 957px) {
    .header-sales-banner-name {
        font-size: 15px;
    }

    .header-sales-banner-button {
        padding: 12px 12px;
        font-size: 16px;
    }

    .header-sales-banner-details .price-box .price-container .price-wrapper .price {
        font-size: 22px;
    }

    .header-sales-banner-image {
        margin-left: 0;
    }
}

@media (max-width: 840px) {
    .header-sales-banner-name {
        max-width: 300px;
        font-size: 14px;
    }
}

@media (max-width: 805px) {
    .header-sales-banner-name {
        font-size: 12px;
    }

    .header-sales-banner-button {
        padding: 12px 8px;
        font-size: 12px;
    }

    .header-sales-banner-details .price-box .price-container .price-wrapper .price {
        font-size: 16px;
    }

    .header-sales-banner .container {
        margin-left: 0;
        margin-right: 0;
        min-width: 100%;
    }

    .header-sales-banner-image {
        margin-left: -5px;
    }

    .header-sales-banner-text {
        font-size: 10px;
    }
}

@media (max-width: 710px) {
    .header-sales-banner-name {
        max-width: 250px;
    }
}

@media (max-width: 650px) {
    .header-sales-banner-name {
        padding: 0;
    }

    .header-sales-banner-name {
        min-width: 100%;
    }

    .header-sales-banner-image {
        margin-right: 10px;
    }

    .header-sales-banner-text {
        font-size: 8px;
    }

    .header-sales-banner-blbutton {
        margin-bottom: 10px;
    }

    .header-sales-banner-details .price-box.price-final_price {
        padding: 0;
    }

    .header-sales-banner-name {
        font-size: 12px;
    }

    .header-sales-banner-angebot {
        font-size: 15px;
    }
}

@media (max-width: 630px) {
    .header-sales-banner-details .price-box .price-container .price-wrapper .price {
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .header-sales-banner-button {
        padding: 10px 6px;
    }

    .header-sales-banner-button {
        padding: 0 5px !important;
    }
}

@media (max-width: 446px) {

    .header-sales-banner-image,
    .header-sales-banner-image a {
        margin-right: 10px;
    }
}

@media (max-width: 394px) {

    .header-sales-banner-image,
    .header-sales-banner-image a {
        margin-right: 10px;
    }

    .header-sales-banner {
        height: 110px;
    }

    .header-sales-banner-image {
        margin-right: 5px;
    }

    .product-image-container {
        width: 96px !important;
    }

    .header-sales-banner-button {
        line-height: 28px;
        height: 28px;
        font-size: 9px;
    }
}

@media (max-width: 364px) {
    .header-sales-banner-blbutton .header-sales-banner-button {
        line-height: 22px;
        height: 22px;
    }
}

.header-outer {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc((100% - 1280px) / 2);
    width: -moz-calc((100% - 1280px) / 2);
    width: calc((100% - 1280px) / 2);
}

/* End styles for header banner */

@media (max-width: 1300px) {
    .row.homepage_search {
        position: absolute;
        z-index: 3;
        top: -400px;
        margin: 0 auto;
    }

    .cms-index-index.home-cms-content {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        background: url("../images/bg-main-banner.jpg") repeat;
    }

    .cms-index-index.home-cms-content .container {
        border-top: 1px solid #d51010;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        order: 1;
    }

    .homepage_search .product.data.items>.item.title:first-child {
        margin-left: 1px !important;
    }

    .homepage_search .product.data.items>.item.title {
        max-width: 520px;
        margin-left: 0px !important;
    }

    .homepage_search .product.data.items {
        text-align: center;
    }

    .homepage_search .product.data.items>.item.title {
        display: inline-block;
    }

    .product.info.detailed {
        max-width: 555px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1199px) and (min-width: 1001px) {

    .footer-bottom .box.informational>ul>li,
    .footer-top .custom-block>ul>li {
        padding-right: 10px;
    }
}

@media (min-width: 1001px) {
    .homepage-left ul {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    .homepage-left .block-title strong {
        font-family: 'Open Sans';
        font-size: 16px;
        letter-spacing: 0;
        font-weight: 700;
        text-transform: uppercase;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .page-header.type2.header-newskin .logo {
        max-width: 30%;
    }

    .custom_left_menu .row {
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
    }
}

@media (max-width: 1199px) {
    .checkout-index-index #opc-shipping_method #checkout-shipping-method-load {
        overflow-x: scroll;
    }

    .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
        min-width: 500px;
    }
}

@media (min-width: 992px) {
    .catalog-category-view .toolbar.toolbar-products .toolbar-amount+.field.limiter {
        margin-left: auto;
    }
}

@media (min-width: 768px) {
    .logo img {
        width: auto;
    }

    .page-wrapper .page-header.type2.header-newskin .block-search {
        max-width: 280px;
    }

    .page-header.type2.header-newskin .navigation li.level0 .submenu {
        top: auto !important;
    }

    .customer-welcome .customer-menu .header.links li:first-child {
        border-bottom: 1px solid #eeeeee;
    }
     #am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"]{
        position: fixed;
        background: #fff;
        max-width: 500px;
        width: 33%;
        left: 0;
        margin: 0;
        bottom: 50px;
        right: unset;
        min-width: 400px;
        height: auto;
        transform: translateY(5vh);
    }
    
    div[x-ref="am-cookie-bar-settings"] {
        position: fixed;
        background: #fff;
        max-width: 500px;
        width: 33%;
        left: 0;
        margin: 0;
        bottom: 50px;
        right: unset;
        min-width: 400px;
        height: 90vh;
        transform: translateY(5vh);
    }
}
@media (max-width:769px) {
    #am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"]{
        position: fixed;
        background: #fff;
        left: 0;
        margin: 0;
        bottom: 50px;
        right: unset;
        height: auto;
        transform: translateY(5vh);
        width:100vw;
    }
    div[x-ref="am-cookie-bar-settings"] {
        padding: 2.5rem 15px;
    }
}
#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] a {
    color: #08c;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] .fixed.flex {
    position: unset;
    font-size: 13px;
    color: #777;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] {
    padding: 0;
    overflow: hidden;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] .max-w-\[740px\] {
    margin-left: 5px;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] .ambar-btn-settings {
    color: #000;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] .flex.w-full.justify-center.flex-col {
    padding: 24px;
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] .flex.w-full button[aria-label="Close"] {
    top: 0;
    right: 0;
    margin: 5px;
}
#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] .ambar-btn-accept {
     color: rgb(29 78 216/var(--tw-bg-opacity));
}

#am-cookie-bar div[data-dialog-ref-name="am-cookie-bar"] div[x-ref="am-cookie-bar"] .flex.w-full button[aria-label="Close"]::before {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
    content: '';
    height: 25px;
    width: 25px;
    display: block;
}
div[x-ref="am-cookie-bar-settings"] .more-info{
    border: none;
    box-shadow: none;
    padding: 15px 0;
    color: rgb(29 78 216/var(--tw-bg-opacity));
}
div[x-ref="am-cookie-bar-settings"] .ambar-action-btn{
    padding: 15px 20px;
}

div[data-dialog-ref-name="am-cookie-bar"]{
    z-index: 40;
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-wrapper .page-header.type2.header-newskin .minicart-wrapper {
        bottom: 20px;
        top: auto;
        margin-top: 0;
    }

    .page-wrapper .page-header.type2.header-newskin .block-search {
        bottom: 20px;
        top: auto;
        max-width: calc(100% - 385px);
        width: 100%;
    }

    .page-wrapper .page-header.type2.header-newskin .custom-block {
        bottom: 20px;
        top: auto;
        margin-top: 0;
    }

    .page-wrapper .page-header.type2.header-newskin .logo {
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .question {
        top: auto;
        bottom: 20px;
        right: auto;
        left: 370px;
    }

    .products-list .product-item-details .col-right {
        padding-top: 0;
        width: 100%;
    }

    .products-list .product-item-details .col-left {
        width: 100%;
        padding-bottom: 10px;
    }

    .header.panel>.header.links>li.greet.welcome {
        display: none;
    }
}

@media (min-width: 1001px) {
    .hidden-m {
        display: none;
    }
}

@media (max-width: 1024px) {
    .cms-index-index .column.main #authenticationPopup+.row .col-md-3 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .homepage_search .product.data.items {
        display: block;
    }

    .homepage_search .product.data.items .data.item.title {
        float: left;
    }
}

@media (max-width: 1000px) {

    .footer-bottom .box.informational>ul>li,
    .footer-top .custom-block>ul>li {
        width: 100%;
    }

    .footer-top .col-lg-12 .custom-block {
        width: 100%;
    }

    .footer-top .col-lg-12>.block {
        margin-bottom: 0;
        width: 100%;
    }

    .footer-top .custom-block h5,
    .footer-bottom .box.informational h5 {
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        border-bottom: 1px solid #353a3e;
        position: relative;
        width: 100%;
    }

    .footer-top .custom-block h5::after,
    .footer-bottom .box.informational h5::after {
        content: "+";
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 13px;
    }

    .footer-top .custom-block h5.footer-block-active::after,
    .footer-bottom .box.informational h5.footer-block-active::after {
        content: "\2013";
    }

    .footer .block .block-content {
        margin-bottom: 0 !important;
    }

    .widget.homepage-left .block-title strong {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }

    .widget.homepage-left .block-title {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 18px;
        padding-bottom: 18px;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

    .widget.homepage-left .block-title::after {
        content: "\f803";
        font-family: 'porto-icons';
        font-size: 23px;
        position: absolute;
        right: 0;
        top: 14px;
    }

    .product.info.detailed {
        margin-bottom: 36px !important;
        margin-top: 10px;
    }

    .widget.homepage-left .block-title.block-active::after {
        content: "\f800";
    }

    #narrow-by-list2 ul {
        list-style-type: none;
        padding-left: 0;
    }

    #narrow-by-list2 ul li {
        padding-top: 10px;
        margin-bottom: 0;
    }

    #narrow-by-list2 ul li a {
        color: #777777;
        font-weight: 400;
        letter-spacing: 0.005em;
    }

    .homepage_search .product.data.items {
        border-bottom: none;
    }

    .homepage_search .product.data.items .item.title a::after {
        display: none;
    }

    .footer-top .block.newsletter {
        margin-bottom: 0;
    }

    .custom-block.f-right p {
        text-align: center;
    }

    .footer-bottom address {
        text-align: center;
    }

    .main-banners ul {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-banners .banner_holder {
        width: 31%;
    }

    .custom_left_menu .row {
        flex-flow: row wrap;
    }

    .custom_left_menu .col-md-3 {
        float: none;
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .custom_left_menu .col-md-9 {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .custom_left_menu .col-md-3 .block-title {
        border-bottom: none;
        margin-bottom: 0;
        position: relative;
    }

    .custom_left_menu .col-md-3 .block-title::after {
        content: "\f803";
        font-family: 'porto-icons';
        position: absolute;
        right: 0;
    }

    .custom_left_menu .col-md-3 .block-title.block-active::after {
        content: "\f800";
    }

    .custom_left_menu .col-md-3 .block-title.block-active {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .catalog-category-view .products-list .product-item,
    .catalogsearch-result-index .products-list .product-item {
	    padding: 0;
    }
    .catalog-category-view .products-list .product-item .product-item-photo,
    .catalogsearch-result-index .products-list .product-item .product-item-photo {
        padding: 0;
    }
    .catalog-category-view .products-list .product-item .product-info,
    .catalogsearch-result-index .products-list .product-item .product-info {
        padding-right: 0;
    }
    .catalog-category-view .products-list .product-item .product-add-order,
    .catalogsearch-result-index .products-list .product-item .product-add-order {
        padding-left: 10px;
        width: 43.3333%;
    }
 
}

@media (max-width: 991px) {
    .explanation {
        right: 0;
        width: 290px;
    }

    .catalog-category-view .page-main {
        max-width: 100%;
    }

    .wrap-footer-tab {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wrap-footer-tab .container {
        max-width: 100%;
    }

    .cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke {
        width: 25%;
    }

    .cms-groessen-uebersicht-html .column.main ul li {
        width: 25%;
    }

    .cms-modelle-uebersicht-html .column.main ul li {
        width: 25%;
    }

    .toolbar-products .pages {
        margin-top: 18px;
        width: 100%;
    }

    .toolbar .sorter {
        margin-right: 0 !important;
        margin-left: auto;
    }

    .page-products .toolbar .limiter {
        order: -1;
    }

    .checkout-cart-index .cart-summary {
        width: 100%;
    }

    .checkout-cart-index .cart-container .form-cart {
        padding-right: 0;
        width: 100%;
    }

    .checkout-cart-index .cart-discount {
        padding-right: 0;
        width: 100%;
    }

    .catalogsearch-result-index .toolbar .limiter {
        order: 0;
    }

    .catalogsearch-result-index .toolbar .pages+.limiter {
        order: -1;
    }

    .catalogsearch-result-index .toolbar .sorter {
        margin-left: 0;
    }

    #ppplus iframe {
        width: 100% !important;
    }

    .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
    .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 899px) {
    .field-tooltip .field-tooltip-content {
        left: auto;
        top: auto;
        right: 0;
        bottom: -70px;
    }

    .field-tooltip .field-tooltip-content::before {
        border-bottom-color: #dddddd;
        border-right-color: transparent;
    }

    .field-tooltip .field-tooltip-content::after {
        border-bottom-color: #f4f4f4;
        border-right-color: transparent;
    }

    .field-tooltip .field-tooltip-content::before,
    .field-tooltip .field-tooltip-content::after {
        left: auto;
        right: 0;
        top: -21px;
    }

    .field[name="shippingAddress.telephone"] .field-tooltip .field-tooltip-content {
        bottom: -50px;
    }

    .checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 850px) {
    .footer-tabs .tab .tablinks {
        flex-grow: 100;
        width: auto;
    }

    .tab button {
        border-left: 1px solid #ebebeb;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .page-wrapper .page-header.type2.header-newskin .block-search {
        max-width: none;
    }

    .page-wrapper .page-header.type2.header-newskin .logo {
        display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        align-items: center;
    }

    .question {
        right: 130px;
        bottom: auto;
        margin-top: 0;
        top: 9px;
    }

    .page-wrapper .page-header.type2.header-newskin .block-search .label {
        margin-right: 53px;
    }

    #latest,
    #featured {
        display: block !important;
    }

    #tab-label-featured,
    #tab-label-latest {
        pointer-events: none;
    }

    .filterproducts-tab .data.items>.item.title a.switch {
        color: #d51010;
    }

    body .page-wrapper>.breadcrumbs {
        display: block;
    }

    .contact-info .contacts-title {
        margin-top: 20px;
    }

    .filter-title strong {
        z-index: 11 !important;
    }

    .page-header.type2.header-newskin {
        z-index: 11;
    }

    .tabcontent ul .blocktab-link {
        width: 50%;
    }

    .cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke {
        width: 33.33%;
    }

    body.page-products .toolbar .limiter {
        display: block;
    }

    #block-search-form-ajax-mini fieldset .col-md-3 {
        max-width: 100%;
        width: 100%;
    }

    .checkout-index-index .page-header .minicart-wrapper {
        display: block;
    }

    .opc-estimated-wrapper {
        margin: 0px -12px 15px;
    }

    .checkout-payment-method .payment-methods {
        margin: 0;
    }

    .modal-popup.modal-slide {
        left: 30px;
        right: 30px;
    }

    .product-info-main .prev-next-products .product-nav.product-next .product-pop {
        margin-right: -15px;
        margin-top: 10px;
    }

    .product-info-main .prev-next-products .product-nav.product-prev .product-pop {
        left: 0;
    }

    .carsexcel-search-children .products-list .product-item-photo {
        border-right: none;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .carsexcel-search-children .products-list .product-item-info {
        width: 100%;
    }

    .carsexcel-search-children .products-list .product-item-details {
        text-align: center;
        width: 100%;
    }

    .homepage_search .product.data.items>.item.title {
        max-width: 100%;
    }

    .homepage_search .product.data.items .data.item.title:not(:first-child) {
        padding-top: 0;
        width: 100%;
    }

    .homepage_search .product.data.items .data.item.title:nth-child(4) .switch {
        border-top-right-radius: 0 !important;
    }

    .homepage_search .product.data.items>.item.title:first-child {
        margin-left: 0 !important;
        width: 100%;
    }

    .homepage_search .product.data.items .data.item.title .switch {
        border-right-width: 1px !important;
        font-size: 14px;
        line-height: 36px !important;
        text-transform: uppercase;
        width: 100%;
        display: block;
    }

    .homepage_search .homepage-search {
        border-top-right-radius: 0px;
    }

    .info .product.data.items>.item.content {
        border: 1px solid #fff !important;
    }

    .row.homepage_search {
        position: absolute;
        z-index: 3;
        top: -400px;
        margin: 0 auto;
    }

    .homepage_search .product.data.items>.item.title {
        margin-bottom: -1px;
    }

    .homepage_search .product.data.items>.item.title:first-child>.switch {
        height: auto !important;
        line-height: 36px !important;
        font-size: 14px;
    }

    #ppplus iframe {
        width: 100% !important;
    }
}

@media (max-width: 690px) {
    .main-banners .banner_holder {
        margin-left: 0;
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }

    .main-banners .banner_holder img {
        width: 100%;
    }

    .main-banners .banner_holder:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 639px) {
    .products-list .product-item-photo {
        border-right: none;
        width: 30%;
        position: absolute !important;
    }
    .catalog-category-view .products-list .product-item,
    .catalogsearch-result-index .products-list .product-item{
        border: 0;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;

    }
    .catalog-category-view .products-list .product-info,
    .catalogsearch-result-index .products-list .product-info {
        margin-left: 30%;
        border: 0;
        padding-left: 5px;
    }

    .products-list .product-item-details {
        display: block;
        float: none;
        width: 100%;
    }

    .products-list .product-item-details .col-left {
        border-right: none;
        clear: right;
        position: relative;
        padding-left: 33%;
        width: 100%;
    }

    .products-list .product-item-info {
        display: block;
    }

    .products-list .product-item-details .col-right {
        border-top: 1px solid #efefef;
        clear: left;
        border-right: none;
        text-align: center;
        width: 100%;
    }

    .products.wrapper .product-item .qty-box {
        display: inline-block !important;
        vertical-align: middle;
        margin-bottom: 0 !important;
    }

    body .products.wrapper .product-item .qty-box .qtyminus,
    body .products.wrapper .product-item .qty-box .qtyplus {
        height: 32px;
    }

    body .products.wrapper .product-item .qty-box input {
        height: 32px;
    }

    body .products.wrapper .product-item .qty-box .qtyminus,
    body .products.wrapper .product-item .qty-box .qtyplus {
        line-height: 30px;
    }

    .catalog-category-view .page-main form [class*="checkbox_tires"] {
        width: 100%;
        margin-bottom: 15px;
    }

    .opc-wrapper .form-login,
    .opc-wrapper .form-shipping-address,
    .opc-wrapper .methods-shipping {
        background: #fff;
        margin: 18px -10px 15px;
    }

    .cms-index-index .products.wrapper .product-item .qty-box {
        display: block !important;
        margin: 0 auto 5px !important;
    }
}

@media (max-width: 575px) {
    .custom_left_menu .col-md-3 {
        max-width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .cms-modelle-uebersicht-html .column.main ul li {
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 10px;
        width: 33.33%;
    }

    .checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .homepage_search .form-content {
        width: 100%;
    }

    .homepage_search .tires_section {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 500px) {
    #ajax_search_motor .block-content.filter-content [class*="checkbox_tires"] {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .page-wrapper .page-header.type2.header-newskin .logo {
        max-width: 100%;
        width: 100%;
    }

    .page-wrapper .page-header.type2.header-newskin .logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .question {
        top: 70px;
    }

    .product-reviews-summary .reviews-actions a.action.add {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
        width: 100%;
    }

    .icon-summer {
        background-size: contain;
        top: 2px;
        right: 0;
        width: 15px;
        height: 15px;
    }

    .footer-tabs .tab .tablinks {
        -webkit-flex: 0 0 50%;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .footer-tabs .tab .tablinks:last-child {
        -webkit-flex: 0 0 100%;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .tabcontent ul .blocktab-link {
        float: none;
        width: 100%;
    }

    .cms-groessen-uebersicht-html .column.main ul li {
        width: 33.33%;
    }

    .cms-modelle-uebersicht-html .column.main ul li {
        width: 50%;
    }

    .page-with-filter .toolbar-amount {
        margin-bottom: 0;
        width: auto;
    }

    .page-products .sorter {
        margin-top: 18px;
        width: 100%;
    }

    #layer-product-list .toolbar.toolbar-products {
        align-items: center;
    }

    body.page-products .toolbar .limiter {
        margin-left: auto;
    }

    .page-products .sorter {
        white-space: nowrap;
    }

    .modal-popup.modal-slide {
        left: 10px;
        right: 10px;
    }

    h2.headline_4 {
        font-size: 22px;
    }

    .button_position .action.primary {
        margin-bottom: 15px;
    }

    .catalogsearch-result-index .toolbar-amount {
        margin-bottom: 0;
        width: auto;
    }

    .catalogsearch-result-index .toolbar .limiter {
        order: -1;
    }

    .page-addnav.three-item {
        justify-content: center;
    }

    .page-addnav.three-item li {
        padding: 0 10px;
        width: 50%;
    }
}

@media (max-width: 414px) {

    .cart.table-wrapper .col.qty,
    .cart.table-wrapper .col.price,
    .cart.table-wrapper .col.subtotal,
    .cart.table-wrapper .col.msrp {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .products.wrapper .product-item .qty-box {
        display: block !important;
        margin-left: 57px !important;
    }

    .button_position .action.primary {
        padding: 7px 10px;
    }

    #banner-slider-demo-17 .content {
        top: 5% !important;
    }

    .cms-hersteller-uebersicht-html .column.main ul .reifenherstellerMarke {
        width: 50%;
    }

    .cms-groessen-uebersicht-html .column.main ul li {
        width: 50%;
    }
}


.filter-options-item[attribute="manufacturer"] {
    display: none;
}

.filter-options-item[attribute="tires_section_width"] {
    display: none;
}

.filter-options-item[attribute="tires_section"] {
    display: none;
}

.filter-options-item[attribute="tires_inch"] {
    display: none;
}

.filter-options-item[attribute="tires_speedindex"] {
    display: none;
}

#tooltip-label {
    display: none;
}

[name*="shippingAddress.street.0"] .label {
    display: none;
}

[name*="billingAddressshared.street.0"] .label {
    display: none;
}

.special-price .price {
    color: #ff0000;
}
.old-price .price {
    text-decoration-line: line-through;
}

.tire-info {
    position: fixed;
    background-color: #ffffff;
    border-top: 4px solid #0088cc;
    border-radius: 10px;
    top: 100px;
    left: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 1);
    width: 1170px;
    margin-left: 0;
    transform: translateX(-50%);
    z-index: 999;
    padding: 18px 25px;
}

.tire-info .Bewertungsklasse {
    float: left;
    width: 33%;
    padding: 10px;
}

.tire-info-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 15px;
    text-decoration: none;
}

.tire-info-close:before {
    content: '\f819';
    font-family: "porto-icons", sans-serif;
}

@media (max-width: 1199px) {
    .tire-info {
        max-width: calc(100% - 30px);
        overflow-y: scroll;
        max-height: 90vh;
        top: 30px;
    }

    .tire-info .Bewertungsklasse {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .tire-info {
        padding: 10px;
    }

    .tire-info .Bewertungsklasse {
        width: 100%;
    }
}

.stripe-payments-card-form {
    padding: 15px;
}

@media (min-width:1024px) {
    .box-toggle-menu-customer-account {
        width: 200px;
        top: 30px;
        justify-content: center;
        left: -15px;
        z-index: 10000;
        background-color: #fff;
    }
    .box-toggle-menu-customer-account .block{
        padding: 6px;
        white-space: nowrap;
    }
    .box-toggle-menu-customer-account .block:hover{
        background-color: #e8e8e8;
    }
}
.filterproducts-tab-main{
    clear: both;
}

/* old custom */

.action.primary,.btn-primary,.btn:hover,.btn-primary:hover .action.primary:hover, .modes-mode.active, .modes-mode:hover, .pages strong.page, .pages .action:hover, .pages a.page:hover, .fotorama__nav .fotorama__thumb-border, .action.primary:focus, .action.primary:active, .products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart, .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart, .filter-toggle.active, i.ajax-loader, .swatch-option.selected, .swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover, .swatch-option:not(.disabled):hover, .ln_overlay .loader:before{
    background-color: #D51010;
}

.carousel-nav .glider-next,
.carousel-nav .glider-prev,
.carousel-nav .glider-next:hover,
.carousel-nav .glider-prev:hover{
    background-color: unset;
}

.product-item .product-reviews-summary {
    background: url(../../frontend/Smartwave/versand/de_DE/images/rating-bar.png) center no-repeat;
    line-height: 1;
    margin: 7px 0
}

.product-item .product-reviews-summary .reviews-actions {
    display: none;
    text-transform: lowercase;
    font-size: 12px
}

.product-item .rating-summary {
    overflow: hidden;
    white-space: nowrap;
    display: none;
}

.product-item .rating-summary .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product-item .rating-summary .rating-result {
    width: 72px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.product-item .rating-summary .rating-result:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #c3c5c9;
    font-family: 'porto-icons';
    font-size: 12px;
    height: 12px;
    letter-spacing: 3px;
    line-height: 12px;
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.product-item .rating-summary .rating-result>span {
    display: block;
    overflow: hidden
}

.product-item .rating-summary .rating-result>span:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #ffc600;
    font-family: 'porto-icons';
    font-size: 12px;
    height: 12px;
    letter-spacing: 3px;
    line-height: 12px;
    content: '\f844' '\f844' '\f844' '\f844' '\f844';
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none
}

.product-item .rating-summary .rating-result>span span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.product-item .price-box .price-label {
    font-size: 12px;
    color: #c1c1c1
}

.product-item .minimal-price .price-container {
    display: block
}

.product-item .minimal-price-link {
    margin-top: 4.5px
}

.product-item .price-from,.product-item .price-to {
    margin: 0
}

.product-item .tocompare:before {
    content: '\f83b';
    font-family: 'porto-icons';
    display: block;
    text-align: center;
    speak:none;
}
.tocompare:before {
    content: '\f83b';
    font-family: 'porto-icons';
    display: block;
    text-align: center;
    speak:none;
}

.product-item .tocart {
    white-space: nowrap;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
    height: 32px;
    border-radius: 5px;
    font-weight: 400
}

.product-item .tocart:before {
    display: inline;
    content: '\f814';
    font-family: 'porto-icons';
    margin-right: 5px;
    font-size: 15px
}

.products-grid .product-item .box-tocart input.qty {
    height: 32px;
    padding: 0 9px
}

.products-grid .product-item-details .product-item-actions {
    white-space: nowrap;
    margin: 0 -20px
}

.products-grid .product-item-details .product-item-actions .actions-primary {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1
}

.products-grid .product-item-details .product-item-actions .actions-secondary {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s
}

.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: -36px;
    visibility: hidden;
    opacity: 0
}

.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: -36px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
}

.products-grid .product-item-details .product-item-actions .tocart {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    visibility: visible;
    opacity: 1;
    z-index: 5;
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: 0;
    visibility: visible;
    opacity: 1;
    margin-top: 37px;
    border: 1px solid #999;
    
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: #D51010;
    border-color: #D51010;
    color: #fff;
}

.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-item-photo {
    border: solid 1px #e8e8e8;
    transition: all 0.3s;
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-image-photo {
    min-height: 260px;
    max-height: 260px;
    object-fit: contain;
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-item-link {
    min-height: 180px;
    max-height: 180px;
    display: block;
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item:hover .product-item-photo {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.2);
}
.products-grid:not(.side-list):not(.products-related):not(.small-list) .product-item .product-item-details {
    padding: 12px 0 9px;
    text-align: center;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    font-size: 12.5px;
    font-family: 'Oswald';
    letter-spacing: 0.025em;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    height: 46px;
    text-transform: uppercase;
}
.products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    display: none;
}
.products-grid .product-item-details .product-item-actions .tocart {
    background-color: #f4f4f4;
    color: #6f6e6b;
    padding: 0 10px;
    font-size: 12px;
    font-family: 'Oswald';
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin: 0 auto;
    display: block;
    border: none;
    border-radius: unset;
    width: 60%;
}
.product-item .tocart:before {
    content: "\e87f";
    font-size: 17px;
    vertical-align: middle;
    line-height: 32.5px;
}
.product-item-actions .action.towishlist, .product-addto-links .action.towishlist, .action.towishlist,
.product-addto-links .action.tocompare, .product-item-actions .action.tocompare, .action.tocompare,
.product-addto-links .action.mailto.friend, .moved-add-to-links .action.mailto.friend, .product-social-links .action.mailto.friend{
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05em;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #d8d8d6;
    display: inline-block;
    text-decoration: none;
}
.product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
    content: '\e889';
    font-family: 'Oswald';
}
.filterproducts-tab-main .tab-main{
    font-family: 'Oswald';
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}
@media (max-width:768px) {
    .filterproducts-tab-main .tab-main{
        padding: 5px;
    }
}
.filterproducts-tab-main .tab-main.active{
    color: #D51010;
}
.filterproducts-tab-main .tab-main.active::before{
    color: #D51010;
    content: '';
    border-bottom: 2px solid #D51010;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
}
.filterproducts-tab-main:before{
    content: '';
    position: absolute;
    background-color: #e7e7e7;
    height: 2px;
    width: 100%;
    top: 79px;
}

@media (max-width:768px) {
    .products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
        display: none;
    }
}
/* Layer Navigation Megeplaza */

.sidebar.sidebar-main #layered-navigation-hyva .filter-option,
.sidebar.sidebar-main #layered-navigation-hyva .filter-current{
    padding: 0;
    box-shadow: none;
}
@media (min-width:1024px) {
    .sidebar.sidebar-main #layered-navigation-hyva .filter-option,
    .sidebar.sidebar-main #layered-navigation-hyva .filter-current{
        border: none;
    }
    .sidebar.sidebar-main #layered-navigation-hyva .filter-current.active{
        border-bottom: 1px solid #e5e7eb;
    }
}
@media (max-width: 1023px) {
    .sidebar.sidebar-main #layered-navigation-hyva .filter-option,
    .sidebar.sidebar-main #layered-navigation-hyva .filter-current{
        background-color: rgb(245 245 245/var(--tw-bg-opacity));
    }
    
}
/* Product detail */
.product-info-main .qty-changer .qtyminus,
.product-info-main .qty-changer .qtyplus {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 0.5rem;
}
.product-info-main .qty-changer .qty-input{
    border: solid 1px #dfdfdf ;
}

.product-info-main h1{
    text-align: left;
}

.product-info-main h1 span[data-ui-id="page-title-wrapper"]{
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #21293c;
}
.product-info-main .second-line span {
    margin-right: 2px;    
}

@media (max-width:768px) {
    .product-info-main h1 span[data-ui-id="page-title-wrapper"]{
        font-size: 18px;
        line-height: 0;
    }
    .product-info-main h1 span[data-ui-id="page-title-wrapper"]:not([itemdevice="mobile"]){
        display: none;
    }
}

/* search mobile */
@media (max-width: 768px) {
    #search-content{
        position: relative;
    }
    #search-content .container_box_search{
        padding: 0 1.5rem 1rem;
    }
    #search-content .container_box_search #search{
        background-color: #fff !important;
        border: 1px solid #ccc;
        font-size: 13px !important;
    }
    #search-content .container_box_search #mirasvitSearchResults {
        width: 100%;
        left: 0;
    }
    #header-search .header-search{
        background-color: #fff !important;
    }

    .carsexcel-search-origin .page-main > .columns,
    .carsexcel-search-children .page-main > .columns {
        padding: 0;
    }
    .carsexcel-search-origin .carsexcel-search-amount {
        margin-top: 18px;
    }
    .carsexcel-search-origin .wrapper.products-list + .toolbar.toolbar-products .field.limiter {
        margin-top: 0;
    }
    .carsexcel-search-origin .wrapper.products-list + .toolbar.toolbar-products .toolbar-sorter.sorter {
        margin-bottom: 18px;
    }
    .carsexcel-search-origin .wrapper.products-list + .toolbar.toolbar-products .pages {
        margin-top: 0;
    }
    .carsexcel-search-origin .columns .sidebar-main,
    .carsexcel-search-children .columns .sidebar-main{
        order: -1;
    }
    .carsexcel-search-children .wrapper.products-list + .toolbar.toolbar-products .field.limiter {
        margin-top: 0;
    }
    .carsexcel-search-children .toolbar.toolbar-products .pages {
        margin-top: 0;
    }
    .carsexcel-search-children .toolbar.toolbar-products .toolbar-amount + .field.limiter {
        margin-top: 0;
    }
     .carsexcel-search-origin .products-list .product-item-details .product-item-name{
        padding-left: 33%;
    }
}

@media (min-width: 640px) {
    .filter-options {
        display: block!important;
    }
    .carsexcel-search-origin .products-list .product-item {
        border: none;
    }
    .carsexcel-search-origin .products-list .product-item-details .col-left {
        width: calc(100% - 200px);
        display: flex;
        flex-flow: column wrap;
        padding: 0;
        border: none;
    }
    .carsexcel-search-origin .products-list .product-item-details .col-right {
        max-width: 200px;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
        padding: 0;
    }
    .carsexcel-search-origin .share-product-fb {
        margin-top: auto;
    }
    .carsexcel-search-origin .products-list .product-item-details .col-right .price-final_price {
        text-align: right;
    }
    .carsexcel-search-children .products-list .product-item-details {
        display: flex;
        flex-flow: row wrap;
    }
    .carsexcel-search-children .col-left {
        width: calc(100% - 200px);
    }
    .carsexcel-search-children .col-right {
        max-width: 200px;
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
    }
}