/*fonts*/
@font-face {
    font-family: OpenSansXBd;
    src: url('/themes/frontend/fonts/Open_Sans/OpenSans-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: OpenSansBd;
    src: url('/themes/frontend/fonts/Open_Sans/OpenSans-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: OpenSansXBd;
    src: url('/themes/frontend/fonts/Open_Sans/OpenSans-ExtraBold.ttf');
    font-display: swap;
}

/* defaults */
body {
    font-family: 'Open Sans', sans-serif;;
    position: absolute;
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

p > b, a> b, button > b{
    font-weight: normal;
    font-family: 'OpenSansBd';
}
.modal-content { border-radius: 0; }
.btn { border-radius: 0; }

/* css */

input, select {
    border-radius: 1px!important;
    border: 1px solid #e9e9e9!important;
    padding-left: 1em!important;
}

.login_registration {
    padding-left: 15px;
}


.header button.btn-default{
    padding: 10.5px 20px;
    text-transform: uppercase;
    font-family: 'OpenSansXBd';
    font-size: 16px;
    border: 0;
}

.cart-box {
    display: table-cell;
    padding: 15px;
    border-radius: 35px;
    width: 60px;
    height: 60px;
}

.navbar-form>.form-group>input {
    width: 320px;
    border-radius: 0;
    padding-right: 35px;
    padding-left: 0 !important;
}

.bCart {
    cursor: pointer;
}

.bCart-dropbox {
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin-top: -9px;
    right: 0;
    left: auto;
    float: right;
    top: 67px;
    width: 400px;
    padding-bottom: 0;
}

.bCart-dropbox .products {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    margin: 0;
}

.bCart-dropbox .products .item,
.bCart-dropbox .sum .item {
    padding: 5px 5px 5px 3px;
}

.bCart-dropbox .products .item.name,
.bCart-dropbox .sum .item.name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bCart-dropbox .products .item.name a,
.bCart-dropbox .sum .item.name a {
    color: #333;
    text-decoration: none;
}

.bCart-dropbox .products>.col-xs-12>.row:nth-child(odd) {
    background-color: #f2f2f2;
}

.bCart-dropbox a.btn-warning.btn-lg,
.bCart-dropbox button.btn-warning.btn-lg {
    font-size: 16px;
    width: 100%;
}

.bCart-dropbox a.btn-warning.btn-lg i.fa.fa-angle-right,
.bCart-dropbox button.btn-warning.btn-lg i.fa.fa-angle-right {
    font-size: 22px;
    border: 1px solid #000;
    padding: 0 7px 1px 8px;
    border-radius: 20px;
}

.bCart-dropbox a.btn-warning.btn-lg:hover i.fa.fa-angle-right,
.bCart-dropbox button.btn-warning.btn-lg:hover i.fa.fa-angle-right {
    border-color: #fff;
}

.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    margin-top: -12px;
    padding-top: 12px;
}

li.mamo {
    position: static;
}

.carType-search-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

#nameSearchToggle {
    position: absolute;
}

.carTypeItem, .otherItem {
    width: 100%;
    margin-bottom: 5px;
    font-size: 11px;
}

.otherItem {
    padding: 7px 12px;
}

.carTypeItem {
    text-align: left!important;
}

.carTypeItem .carTypeItemImage2{
    display: inline;
}

.carTypeItem .carTypeItemImage3{
    display: none;
}

.carTypeItem:hover .carTypeItemImage2{
    display: none;
}

.carTypeItem:hover .carTypeItemImage3{
    display: inline;
}

.carTypeRow {
    padding: 20px 0 35px;
}

#productTypeToggle .carTypeRow{
    padding: 20px 0;
}

.carTypeRow .btn {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
}

.carTypeRow .btn img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

#nameSearchToggle {
    z-index: 1;
}

.nameSearchRow {
    padding: 0 10px 0;
    /*background-color: #fff;*/
}

.nameSearchRow>.container>.row {
    /*background-color: #fff;*/
    /*padding: 1em 0;*/
}

.nameSearchRow>.container>.row>.col-xs-12.col-md-6 {
    background-color: #fff;
    padding-top: 1em;
}

#login.modal .btn.btn-warning,
#registration.modal .btn.btn-warning {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    display: block;
}

#login label,
#registration label {
    color: #333;
}

.search-input {
    position: relative;
}

.search-input i.fa.fa-search {
    font-size: 24px;
    color: #2b292e;
    position: absolute;
    top: 10px;
    right: 10px;
}



.nameSearchRow .title {
    background-color: #2b292e;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
}

.nameSearchRow .product>.col-xs-12>.row {
    padding: 3px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nameSearchRow .product>.col-xs-12>.row:nth-child(odd) {
    background-color: #f2f2f2;
}

.nameSearchRow .more {
    margin-bottom: 10px;
}

.nameSearchRow a {
    color: #676767;
    text-decoration: underline;
    font-weight: 700;
    font-size: 12px;
}

.nameSearchRow a:hover {
    color: #535353;
}

.header .contact, .header .profile {
    color: #000;
    padding: 9px 15px 9px 0;
    margin-left: 6px;
    float:left;
    position:relative;
}


.header .contact a {
    color: #000;
    font-family: 'OpenSansXBd';
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 4px;
    padding: 4px 15px;
    position: relative;
}

.header .contact a span{
    vertical-align: middle;
}

.header .contact li{
    margin: 0 6px;
}

.header .contact li:before{
    content: '';
    position: absolute;
    background-color: #fff200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
}

.header .contact li:not(:first-of-type):hover:before{
    background-color: #fff;
}

.header .contact a:hover {
    text-decoration: none;
}

.header .contact li a img{
    margin-right: 10px;
}

span.phone_number{
    display: inline-block !important;
    white-space: nowrap;
}

.footer {
    padding: 17px;
}

.footer span {
    margin: 0 10px;
    font-weight: 700;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul {
    padding-left: 20px;
    margin:0;

}

.footer ul li.col-sm-3{
    padding-left:0;
}

.footer .top-menu a{
    display: block !important;
}

.footer .col-sm-3 a{
    position: relative;
    text-indent: -15px;
    display: inline-block;
    padding-left: 15px;
}

.footer .col-sm-3 a:before{
    content:'';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    margin-right: 10px;
    margin-bottom: 2px;
    background-color: #fff;
    display: inline-block;
}



.carousel-box {
    margin-bottom: 20px;
}

.article-block{
    overflow:hidden;
}

.container>.content .title,
.container .title.yellow-background{
    padding: 10px 15px 10px;
    font-size: 18px;
    position: relative;
    margin-bottom: 14px;
}

.container .title.yellow-background:after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: -30px;
    width: 120%;
    height: 8px;
    transform: skewX(50deg);
    -webkit-transform: skewX(50deg);
    -ms-transform: skewX(50deg);
    background: linear-gradient(90deg, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 80px, rgba(255,255,255,1) 80px, rgba(255,255,255,1) 86px, rgba(255,242,0,1) 86px, rgba(255,242,0,1) 126px, rgba(255,255,255,1) 126px, rgba(255,255,255,1) 132px, rgba(255,242,0,1) 132px, rgba(255,242,0,1) 172px, rgba(255,255,255,1) 172px, rgba(255,255,255,1) 178px, rgba(255,242,0,1) 178px);
}

.container>.content .title h4,
.container .title.yellow-background h4{
    font-size: 16px;
    font-family: OpenSansXBd;
    text-transform: uppercase;
}

.container>.content .car-type {
    margin-top: 20px;
}

.container>.content .car-type a {
    color: #676767;
    text-decoration: none;
    font-weight: 600;
}

.container>.content .article,
.container>.content .product-group {
    padding: 40px 0 0 0;
}

.container>.content .product-group a.btn-primary {
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.container>.content .product-group a.btn-primary .product__box .product__img_1{
    display: inline;
}

.container>.content .product-group a.btn-primary .product__box .product__img_4{
    display: none;
}

.container>.content .product-group a.btn-primary:hover .product__box .product__img_1{
    display: none;
}

.container>.content .product-group a.btn-primary:hover .product__box .product__img_4{
    display: inline;
}


.more-article {
    margin-bottom: 30px;
}

.container>.content .article a,
.more-article a {
    text-decoration: none;
    color: #676767;
}

.more-article a {
    font-weight: 600;
}

.container>.content .article h3 {
    margin-top: 0;
    font-weight: 600;
}

.more-car {
    margin-top: 25px;
}

.more-car p {
    font-size: 12px;
    font-weight: 600;
    color: #676767;
    cursor: pointer;
}

#myCarousel {
    height: 400px;
    overflow: hidden;
}

.container>.content .product-group a.btn-primary {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .find-select .form-control {
    border-radius: 0;
    border-color: transparent;
    background-color: #f2f2f2;
}



.content .find-title,
.content .find-table,
.content .find-select {
    color: #676767;
}

.table>thead>tr>th {
    border: none;
    background-color: #2b292e!important;
    color: #fff;
    padding: 4px 8px;
}

.find-table table.table>tbody>tr>th {
    padding: 4px 8px;
}

.find-table>.col-xs-12>.row {
    margin-bottom: 5px;
}

.find-table.hidden-sm .title {
    background-color: #2b292e;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
    margin-left: 15px;
    margin-right: -15px;
    font-size: 14px;
}

.find-table.hidden-sm .data {
    padding-left: 30px;
}

.find-table.hidden-xs {
    padding: 15px;
}

.content .find-title h3 {
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
}

.content .find-title p {
    margin-bottom: 60px;
}

.nav-tabs>li>a {
    color: #fff;
    font-family: 'Open Sans';
    border-radius: 0;
    border-color: transparent;
    border: none;
    font-size: 16px;
    position: relative;
    padding: 6px 15px;
}

.nav-tabs>li:hover:before {
    background-color: grey;
}

.nav-tabs>li.title:hover:before{
    background-color: #202020;
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #202020;
    border: none;
}

.nav-tabs {
    border: none;
    overflow: hidden;
}

.nav-tabs>li.title{
    padding: 10px 15px 18px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus{
    background-color: transparent;
    border:0;
}

.nav-tabs>li:before{
    content:'';
    position: absolute;
    top:0;
    left:3px;
    right:3px;
    bottom: 14px;
    background-color: #202020;
    z-index:0;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
}

.nav-tabs>li:after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 8px;
    left: 0;
    right: 0;
    transform: skewX(50deg);
    -webkit-transform: skewX(50deg);
    -ms-transform: skewX(50deg);
    background-color: #fff200;
}

.nav-tabs>li:nth-of-type(2):after{
    background: rgb(255,242,0);
    background: linear-gradient(90deg, rgba(255,242,0,1) 0%, rgba(255,242,0,1) 40px, rgba(255,255,255,1) 40px, rgba(255,255,255,1) 46px, rgba(255,242,0,1) 46px, rgba(255,242,0,1) 86px, rgba(255,255,255,1) 86px, rgba(255,255,255,1) 92px, rgba(255,242,0,1) 92px, rgba(255,242,0,1) 132px, rgba(255,255,255,1) 132px, rgba(255,255,255,1) 138px, rgba(255,242,0,1) 138px);}

.nav-tabs>li.active:before{
    background-color: #fff200;
}

.nav-tabs>li.title:before{
    right: 20px;
    left: -20px;
}

.nav-tabs>li.title:after{
    left: -20px;
    right: -8px;
}

.nav-tabs>li:last-of-type:before,
.nav-tabs>li:last-of-type:after{
    right: -20px;
}

.nav-tabs > li.title> a{
    text-transform: uppercase;
    font-family: OpenSansXBd;
    color: #fff;
    padding: 0 15px;
    line-height: 24px;
    text-align: left;
}

#manufacturer .cartype.nav-tabs.nav-justified>li{
    padding-bottom: 8px;
}

#manufacturer .cartype.nav-tabs.nav-justified>li:before{
    bottom:0;
}

#manufacturer .nav-tabs>li:first-of-type:before{
     left: -24px;
 }

#manufacturer .nav-tabs>li:last-of-type:before{
    right: -24px;
}

#manufacturer .nav-tabs>li:after{
    display: none;
}

.listBox ul {
    list-style: none;
    padding-left: 5px;
    position: relative;
}

.listBox ul li a,
.listBox ul li a:hover,
.listBox ul li a:focus,
.listBox ul li a:active {
    text-decoration: none;
}

.listBox ul li {
    text-transform: uppercase;
    color: #676767;
}

.listBox ul li a{
    color: #676767;
    text-decoration: none;
}

.listBox ul li.selected_box {
    background-color: #fff200;
    margin-left: -5px;
    padding-left: 25px;
    color: #202020;
}

.listBox ul li.selected_box a {
    color: #202020;
}

#productType h4,
#carType h4,
#reverseType h4,
#productType h5,
#carType h5,
#reverseType h5{
    color: #676767;
}

#productType .panel,
#carType .panel,
#reverseType .panel{
    border-radius: 0;
    border-color: #d9d9d9;
}

#productType .panel .panel-heading,
#carType .panel .panel-heading,
#reverseType .panel .panel-heading{
    background-color: transparent;
    border-bottom-color: transparent;
    padding-bottom: 0;
    padding-top: 15px;
}

#productType .panel .panel-heading input.form-control,
#carType .panel .panel-heading input.form-control,
#reverseType .panel .panel-heading input.form-control{
    border-radius: 0;
    border: none;
    background-color: #f2f2f2;
}

#productType .panel .panel-body,
#carType .panel .panel-body,
#reverseType .panel .panel-body {
    padding: 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: auto;
    height: 295px;
}

.first-panel-body{
    height: 238px !important;
}

#productType .table-search select.form-control,
#carType .table-search select.form-control,
#reverseType .table-search select.form-control{
    background-color: #f2f2f2;
    border-radius: 0;
    border-color: transparent;
}

#productType .table-name,
#carType .table-name,
#reverseType .table-name{
    height: 40px;
}

#productType .table-name .col-xs-12.col-md-3,
#carType .table-name .col-xs-12.col-md-3,
#reverseType .table-name .col-xs-12.col-md-3{
    padding-right: 1px;
}
#productType .table-name .col-xs-12.col-md-3 .col-xs-8,
#carType .table-name .col-xs-12.col-md-3 .col-xs-8,
#reverseType .table-name .col-xs-12.col-md-3 .col-xs-8 {
    padding-left: 0;
}


#productType .table-name>.row,
#carType .table-name>.row,
#reverseType .table-name>.row {
    color: #fff;
    background-color: #2b292e;
    height: 40px;
    padding: 3px;
    margin: 0;
}

#productType .table-name>.row>.col-xs-12.col-md-2:last-child,
#carType .table-name>.row>.col-xs-12.col-md-2:last-child,
#reverseType .table-name>.row>.col-xs-12.col-md-2:last-child {
    padding-right: 0;
}

#productType .table-name>.row>.col-xs-12.col-md-2 .form-group,
#carType .table-name>.row>.col-xs-12.col-md-2 .form-group,
#reverseType .table-name>.row>.col-xs-12.col-md-2 .form-group{
    margin-bottom: 0;
}

#productType .table-name input.form-control,
#carType .table-name input.form-control,
#reverseType .table-name input.form-control{
    border-radius: 0;
}

#productType .table-name span.form-control-feedback,
#carType .table-name span.form-control-feedback,
#reverseType .table-name span.form-control-feedback {
    height: 20px;
    width: 20px;
    line-height: 34px;
    color: grey;
}

.listBox ul li.selected {
    margin-left: -5px;
    padding-left: 20px;
    background-color: #fff200!important;
    color: #000;
    font-weight: 600;
}

.listBox ul li.selected a{
    color: #000;
}

#productType .table-body .listBox,
#carType .table-body .listBox,
#reverseType .table-body .listBox {
    max-height: 275px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-y: auto;
}

#productType .table-body .listBox ul li:nth-child(odd) a,
#carType .table-body .listBox ul li:nth-child(odd) a,
#reverseType .table-body .listBox ul li:nth-child(odd) a,
#productType .table-body .listBox ul li:nth-child(odd),
#carType .table-body .listBox ul li:nth-child(odd),
#reverseType .table-body .listBox ul li:nth-child(odd){
    background-color: #f2f2f2;
}


#productType .table-body .listBox ul li,
#carType .table-body .listBox ul li,
#reverseType .table-body .listBox ul li {
    margin-left: -5px;
    padding-left: 5px;
    padding-top: 8px;
    padding-bottom: 10px;
}

#productType button.btn-warning b,
#carType button.btn-warning b,
#reverseType button.btn-warning b{
    margin-left: 15px;
}

#productType button.btn-warning i.fa.fa-angle-right,
#carType button.btn-warning i.fa.fa-angle-right,
#reverseType button.btn-warning i.fa.fa-angle-right{
    border: 1px solid #000;
    padding: 0 4px;
    border-radius: 20px;
    margin-left: 5px;
}

#productType button.btn-warning:active i.fa.fa-angle-right,
#productType button.btn-warning:focus i.fa.fa-angle-right,
#carType button.btn-warning:hover i.fa.fa-angle-right,
#reverseType button.btn-warning:hover i.fa.fa-angle-right{
    border: 1px solid #fff;
}

#productType .row.text-center button.btn-warning:focus i.fa.fa-angle-right,
#carType .row.text-center button.btn-warning:hover i.fa.fa-angle-right,
#reverseType .row.text-center button.btn-warning:hover i.fa.fa-angle-right {
    border: 1px solid #fff;
}

#productType .row.text-center button.btn-primary i.fa.fa-angle-up,
#carType .row.text-center button.btn-primary i.fa.fa-angle-up,
#reverseType .row.text-center button.btn-primary i.fa.fa-angle-up{
    font-size: 50px;
    vertical-align: middle;
    margin-top: -16px;
    margin-bottom: -5px;
}

#productType .accordion-row,
#carType .accordion-row,
#reverseType .accordion-row{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

#productType .accordion-row .panel .panel-heading,
#carType .accordion-row .panel .panel-heading,
#reverseType .accordion-row .panel .panel-heading{
    padding: 5px 20px;
    background-color: #2b292e;
    border-radius: 0;
}

#productType .accordion-row #accordion .panel .panel-heading .panel-title>a,
#carType .accordion-row #accordion .panel .panel-heading .panel-title>a,
#reverseType .accordion-row #accordion .panel .panel-heading .panel-title>a{
    text-decoration: none;
    color: #fff;
}

#productType .accordion-row #accordion .panel .panel-heading .panel-title>a i,
#carType .accordion-row #accordion .panel .panel-heading .panel-title>a i,
#reverseType .accordion-row #accordion .panel .panel-heading .panel-title>a i {
    float: right;
    margin-top: -5px;
    font-size: 24px;
}

#productType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="true"] i.fa-angle-down,
#carType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="treu"] i.fa-angle-down,
#reverseType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="treu"] i.fa-angle-down{
    display: none;
}

#productType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="false"] i.fa-angle-up,
#carType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="false"] i.fa-angle-up,
#reverseType .accordion-row #accordion .panel .panel-heading .panel-title>a[aria-expanded="false"] i.fa-angle-up {
    display: none;
}

#productType .accordion-row #accordion .panel .panel-body,
#carType .accordion-row #accordion .panel .panel-body,
#reverseType .accordion-row #accordion .panel .panel-body{
    padding: 20px 25px 10px;
    height: initial;
}

#productType .accordion-row #accordion .panel .panel-body select.form-control,
#carType .accordion-row #accordion .panel .panel-body select.form-control,
#reverseType .accordion-row #accordion .panel .panel-body select.form-control{
    border-radius: 0;
    border-color: transparent;
}

#productType .products-list-row .row.grey-background,
#carType .products-list-row .row.grey-background,
#reverseType .products-list-row .row.grey-background{
    margin-bottom: 15px;
}

#productType .products-list-row .row,
#carType .products-list-row .row,
#reverseType .products-list-row .row{
    color: #fff;
    margin: 0;
}

.tec_doc_products .row.products-list-row {
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    padding-top: 15px;
}

#productType .products-list-row .panel .panel-heading,
#carType .products-list-row .panel .panel-heading,
#reverseType .products-list-row .panel .panel-heading {
    padding: 10px 15px;
    background-color: #f2f2f2;
}

#productType .products-list-row .panel .panel-body,
#carType .products-list-row .panel .panel-body,
#reverseType .products-list-row .panel .panel-body{
    padding: 15px 0;
    height: inherit;
}

#productType .products-list-row .panel .panel-body span,
#productType .products-list-row .panel .panel-body a,
#productType .products-list-row .panel .panel-body p,
#carType .products-list-row .panel .panel-body span,
#carType .products-list-row .panel .panel-body a,
#carType .products-list-row .panel .panel-body p,
#reverseType .products-list-row .panel .panel-body span,
#reverseType .products-list-row .panel .panel-body a,
#reverseType .products-list-row .panel .panel-body p {
    color: #484848;
}

#productType .products-list-row .panel .panel-body a,
#carType .products-list-row .panel .panel-body a,
#reverseType .products-list-row .panel .panel-body a{
    text-decoration: underline;
}

#productType .products-list-row .panel .panel-body p.name,
#carType .products-list-row .panel .panel-body p.name,
#reverseType .products-list-row .panel .panel-body p.name {
    max-height: 32px;
    margin-bottom: 20px;
}

#productType .products-list-row .panel .panel-body p.product-info,
#carType .products-list-row .panel .panel-body p.product-info,
#reverseType .products-list-row .panel .panel-body p.product-info{
    /* white-space: pre-line;   Rosszul néz ki a terméklistákban a leírás */
}

.quantity-box label input {
    width: 70px;
    height: 40px;
    padding-left: 1em;
    border: 1px solid #b9c0c4!important;
    margin-bottom: 0;
    color: grey;
    border-radius: 0;
}

.quantity-box .btn-warning {
    width: 100%;
    margin-top: 0!important;
    padding: 10px 12px;
}

.quantity-box .btn-warning b {
    margin-left: 0!important;
}

.quantity-box .btn-warning:hover img,
.quantity-box .btn-warning:focus img {
    content: url("../../frontend/images/hover_btn_cart.png");
}

.container-modal .modal-dialog {
    max-width: 1200px;
    width: inherit;
}

.container-modal .modal-dialog .modal-content {
    max-width: inherit;
}

.container-modal .modal-header {
    background-color: transparent;
}

.container-modal .row.grey-background.main-title {
    margin-bottom: 0!important;
}

.container-modal .modal-search-field label,
.container-modal .modal-search-field h4 {
    color: #676767;
}

.container-modal .modal-search-field div.checkbox {
    margin-right: 10px;
}

.container-modal .modal-search-field div.form-group {
    margin-left: 10px;
}

.container-modal .modal-search-field .btn-warning {
    margin-top: 0!important;
}

.container-modal .modal-search-field select.form-control {
    background-color: #f2f2f2;
    border-radius: 0;
    border-color: transparent;
}

.stepwizard-boxy.row {
    margin: 0;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    bottom: 28px;
    position: absolute;
    content: " ";
    width: 90%;
    height: 2px;
    margin-left: 9px;
    background-color: #ccc;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33.3333333%;
}
.stepwizard-step>p {
    color: #fff;
    font-weight: 500;
}
.stepwizard-step>.btn.btn-circle {
    border: 2px solid #fff;
}
.stepwizard-step:first-child {
    text-align: left;
}
.stepwizard-step:first-child .btn.btn-circle {
    margin-left: 6px;
}
.stepwizard-step:last-child {
    text-align: right;
}
.stepwizard-step:last-child .btn.btn-circle {
    margin-right: 30px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.multi-step-form .panel-heading {
    padding: 0;
    border-radius: 0;
}

.multi-product-heading {
    padding: 9px 0!important;
}

.multi-step-form .panel-body .row.grey-background {
    margin-bottom: 15px;
}

img.multi-form-product-img {
    height: 90px;
}

.multi-step-form>.panel-body {
    padding: 30px 40px 40px;
}

.multi-step-form>.panel-body .row.grey-background {
    color: #fff;
}

.multi-product-quantity {
    position: absolute;
    top: -7px;
    right: 0;
    margin-right: 35px;
}

.multi-step-form .row.sum {
    background-color: #f2f2f2;
    padding: 18px;
    margin-bottom: 15px;
}

.multi-step-form .row.button-box button i {
    border: 1px solid #000;
    padding: 0 6px 0 7px;
    border-radius: 20px;
}

.multi-step-form .row.button-box button:focus i,
.multi-step-form .row.button-box button:hover i {
    border: 1px solid #fff;
}

.multi-step-form .well.well-sm a {
    color: #2b292e;
    text-decoration: none;
}

.delete {
    cursor: pointer;
}

.stepwizard i {
    color: grey;
}

.multi_one_b {
    color: grey;
}

.multi_one_b p.grey-background {
    color: #fff;
}

.multi_one_b button.btn.btn-warning {
    width: 100%;
    font-size: 14px;
}

.multi_one_b button.btn.btn-warning.btn-lg {
    width: 100%;
    font-size: 16px;
}

.multi_one_b .btn i.fa.fa-angle-right {
    border: 1px solid #000;
    padding: 0 6px 0 7px;
    border-radius: 20px;
    margin-left: 15px;
    font-size: 18px;
}

.multi_one_b .btn:focus i.fa.fa-angle-right,
.multi_one_b .btn:hover i.fa.fa-angle-right {
    border-color: #fff;
}

.multi_one_b .main-article {
    margin-bottom: 3em;
}

.order_without_reg>.col-xs-12.text-center>p:nth-child(2) {
    margin: 2em 0;
}

.order_reg button,
.order_login button {
    margin-bottom: 15px;
}

.order_reg .btn-social,
.order_login .btn-social {
    padding: 15px 45px 15px;
    text-align: center;
}

.order_reg .btn-social>:first-child,
.order_login .btn-social>:first-child {
    border-right: initial;
    font-size: 1.8em;
    top: 8px;
    width: 50px;
}

.order_reg img[data-toggle="popover"] {
    margin-left: 15px;
}

.top-product-basket-table .row.grey-background {
    margin-bottom: 2px!important;
}

.top-product-basket-table .row.lightgrey-background {
    padding: 15px 0;
    margin-bottom: 2px;
}

.multi-step-form .middle-article {
    margin: 30px 0;
}

.multi-step-form .middle-article a {
    text-decoration: underline;
    font-weight: 600;
    color: #484848;
}

.shipping-paying-select {
    margin-bottom: 30px;
}

.shipping-paying-select select.form-control {
    border-radius: 0;
    border-color: transparent;
}

.shipping-paying-select select.form-control option:not([disabled]) {
    font-weight: 900;
}

.shipping-paying-select select.form-control option[disabled]{
    text-decoration: line-through;
    color: #ddd;
}

.sum-and-other-cost>.col-xs-12>.row {
    margin-bottom: 0!important;
    padding: 5px 0;
}

.sum-and-other-cost>.col-xs-12>.row.data:nth-child(even) {
    background-color: #f2f2f2;
}

.sum-and-other-cost .row.sum {
    background-color: #e6e6e6;
    padding: 15px 0;
}

.sum-and-other-cost {
    margin-bottom: 4em;
}

.billing-shipping-address .col-xs-8 .row {
    margin-right: 0;
}

.billing-shipping-address .col-xs-4 .row {
    margin-left: 0;
}

.billing-shipping-address .checkbox {
    font-size: 12px;
}

.bottom-section {
    padding: 20px 15px;
    border-top: 1px solid #b3b3b3;
    margin-top: 2em;
}

.billing-shipping-address label {
    font-weight: 500;
}

.billing-shipping-address a {
    /*text-decoration: underline;*/
    color: #575757;
}

.multi-step-form {
    color: #575757;
}

.billing-shipping-address .right-section textarea {
    resize: none;
}

.billing-shipping-address .bottom-section .btn-warning i.fa {
    border: 1px solid #000;
    padding: 0 6px 0 7px;
    border-radius: 20px;
}

.billing-shipping-address .bottom-section .btn-warning:hover i.fa,
.billing-shipping-address .bottom-section .btn-warning:focus i.fa {
    border-color: #fff;
}

.top-product-basket-table {
    margin-bottom: 2em;
}

.three-box-section .panel {
    border-radius: 0;
}

.three-box-section .panel .panel-heading {
    background-color: #939598;
    color: #fff;
    padding: 0 15px;
}

.three-box-section .panel .panel-body {
    height: 230px;
    background-color: #f2f2f2;
}

.three-box-section .panel .panel-body p {
    margin: 0;
}

.three-box-section .panel .panel-body .btn-info {
    position: absolute;
    bottom: 30px;
    right: 25px;
}

.three-box-section .panel .comment-title {
    margin: 5px 0!important;
}

.three-box-section .panel .comment-article {
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
}

.endTitleArticle {
    font-size: 18px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.order-last-article .middle {
    margin-bottom: 2em;
}

.order-last-article .middle b {
    margin-bottom: 2em;
}

.order-last-article .button-box {
    margin-top: 4em;
}

/* new lines 2018.07.05. */
.login_registration .user_icon i.fa.fa-user-circle-o {
    color: #fff200;
    font-size: 36px;
    margin-top: -5px;
    margin-right: 15px;
    cursor: pointer;
}

.header-user-menu {
    right: 0;
    left: inherit;
    top: calc(100% - 5px);
}

.header-user-menu li a {
    font-weight: 600;
}

.header-user-menu li:hover a {
    background-color: #fff200;
}

.header-user-menu li a i.fa {
    margin-left: 10px;
    margin-right: 10px;
}

.content .history-col .history-title {
    padding: 6px 15px;
    margin-bottom: 15px;
}

.history-table>.col-xs-12>.row {
    margin-bottom: 10px;
}

.history-col .table-row {
    margin: 2em 0;
}

.pagination>li>a,
.pagination>li>span {
    color: #333;
    border: none;
}

.pagination>.disabled,
.pagination>li>a {
    border: 1px solid transparent;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #fff;
    border: 1px solid #2b292e;
    color: #333;
}

.footer-box {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 0;
    margin-top: -100px;
}

body>.container {
    margin-top: 200px;
}

.product-page-row .panel .panel-heading {
    border-radius: 0;
}

.product-page-row .panel .panel-body .col-xs-12.col-md-5>.row {
    margin-bottom: 1px;
}

.product-page-row .panel .panel-body .col-xs-12.col-md-5>.row>.col-xs-5,
.product-page-row .panel .panel-body .col-xs-12.col-md-5>.row>.col-xs-7 {
    padding: 10px 15px;
}

.product_page_article,
.product-page-row .panel .panel-body .product_page_article {
    margin-top: 15px;
    color: #000;
}

.product-page-row .panel .panel-body .col-xs-12.col-md-4 .quantity-box .up-down-button-box,
.product-page-row .panel .panel-body .col-xs-12.col-md-4 .quantity-box .basket-up-down-button-box {
    /*right: -25px;*/
}

.product-info {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 200px;
}

.same-product-list {
    margin-top: 2em;
}

.same-product-list h4 {
    color: #676767;
    margin: 7px 0 8px;
}

.same-product-list .row.modal-search-field {
    padding: 10px 0;
}

.same-product-list .row.modal-search-field select {
    background-color: #f2f2f2;
    border-radius: 0;
    border-color: transparent;
}

.same-product-list .row.modal-search-field>.col-xs-12.col-md-7 .btn.btn-warning {
    margin-left: 10px;
    margin-right: 10px;
}

.same-product-list>.col-xs-12>.row.grey-background {
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-heading {
    padding: 10px 0;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body {
    padding: 15px 0;
    height: inherit;
    overflow-x: hidden;
    text-overflow: ellipsis;
    overflow-y: auto;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body p.product-info {
    overflow-y: auto;
    white-space: pre-line;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body>.col-xs-12.col-md-4>.row.text-right a {
    text-decoration: none;
    color: #333;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body>.col-xs-12.col-md-4>.row.text-right {
    margin-bottom: 5px;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body>.col-xs-12.col-md-4>.row.text-right:hover,
.same-product-list>.col-xs-12>.row>.panel>.panel-body>.col-xs-12.col-md-4>.row.text-right:focus {
    font-weight: 600;
}

.same-product-list>.col-xs-12>.row>.panel>.panel-body .quantity-box .up-down-button-box {
    /*right: -25px;*/
}

.itemNumCartIcon,
.quantity-info img,
#carType .products-list-row .col-xs-12.col-md-offset-5.col-md-7>.row>p>span[data-toggle="popover"] img,
#reverseType .products-list-row .col-xs-12.col-md-offset-5.col-md-7>.row>p>span[data-toggle="popover"] img {
    cursor: pointer;
}

.dependent-col {
    margin-top: 10px;
}

.dependent-col .row {
    padding: 15px 0;
}

.dependent-col .row:nth-child(odd) {
    background-color: #f2f2f2;
}

.sum-col {
    padding: 20px 15px 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #f70012;
}

.history-table .table-row .tablet-and-above {
    padding: 10px 0;
}

.history-table .table-row>.col-xs-12 {
    margin-bottom: 2em;
}

.history-table .table-row .comment-row {
    padding: 10px 0 5px;
}

.history-table .table-row .comment-row .col-xs-12 {
    padding-bottom: 5px;
    border-bottom: 1px solid #2b292e;
}

.padding-top-bottom-5-15 {
    padding: 5px 15px;
}

.garage-col .btn-close {
    font-size: 28px;
    cursor: pointer;
}

.garage-col .own-car-row .content {
    padding: 0 2em;
}

.garage-col .own-car-row .content .row {
    margin: 5px -15px;
    padding: 10px 0;
}

.garage-col .own-car-row .content>.row:nth-child(odd) {
    background-color: #f2f2f2;
}

.garage-col .own-car-row .content a {
    text-decoration: none;
}

.garage-form-row label {
    font-weight: 500;
}

#basket-alert {
    position: absolute;
    right: 0;
    top: 2px;
}

#mobile-basket-alert {
    position: absolute;
    right: 8.5em;
    top: 1.8em;
}

.billing-shipping-address input,
.billing-shipping-address select,
.billing-shipping-address textarea {
    border-radius: 0;
    border-color: #d5d5d5;
}

.grid-delete, .grid-edit, .grid-view {
    padding: 9px;
}

table.table.table-striped.table-admin.table-bordered.table-hover.margin-top-10>thead.flip-content a {
    color: #fff;
    text-decoration: none;
}

.box.box-primary .box-header {
    background-color: #2b292e;
    border: 1px solid #2b292e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.box.box-primary .box-body {
    border: 1px solid #d9d9d9;
    border-top-color: transparent;
}

.toolbar_box .btn {
    color: #000;
    background-color: #fff200;
    border-color: #fff200;
    margin-bottom: 0.5em;
}

.toolbar_box .btn:focus,
.toolbar_box .btn.focus {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}

.toolbar_box .btn.active,
.toolbar_box .btn:active,
.toolbar_box .btn.active:focus,
.toolbar_box .btn:active:focus,
.toolbar_box .btn:active.focus,
.toolbar_box .btn:active.focus,
.toolbar_box .btn:active:hover,
.toolbar_box .btn:active:hover,
.toolbar_box .btn:hover {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}

.padding_tb_10 {
    padding: 10px 0;
}

.header .contact .phoneNum {
    color: #000;
    text-decoration: none;
}

.zsu__navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 17;
    width: 100vw;
}

.header-contact{
    position: fixed;
    top: 120px;
    left: -1px;
    right: -1px;
    z-index: 15;
}

.modal-backdrop {
    z-index: 0;
}

.modal.fade.in {
    background-color: rgba(0, 0, 0, 0.5);
}

.middle_article_left {
    margin-left: 5em;
    float: left;
}

.middle_article_right {
    margin-right: 5em;
    float: right;
}

.fixed__div {
    position: fixed;
    top: 160px;
    width: calc(65% + 6px);
    z-index: 16;
}
.form-control:focus {
    border-color: #fff200;
    outline: 1px solid #fff200;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#another_shipping_house_info,
#another_billing_house_info {
    background-color: #f5f5f5;
    color: #575757;
    padding: 10px 5px;
}

#another_shipping_house_info a,
#another_billing_house_info a {
    text-decoration: none;
}

.edit__btn_grid,
.view__btn_grid,
.delete__btn_grid {
    padding: 6px 8px;
}

.zsu__container table.table.table-striped.table-admin.table-bordered.table-hover.margin-top-10 tbody>tr>td {
    vertical-align: middle!important;
}

.cart_type_link,
.car__details_link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart_type_link a,
.car__details_link a {
    color: #333;
    font-family: 'Open Sans';
    font-weight: 700;
}

.garage-col .own-car-row .content .row .modification>.row {
    margin: 0 -15px;
}

.multi-step-form #shipping_and_payment_result .row.sum {
    padding: 18px 0;
}

.navbar-nav>li.cart_container {
    cursor: pointer;
}

#carType .table-name .col-xs-12.col-md-2.padding-left-2 .form-control,
#reverseType .table-name .col-xs-12.col-md-2.padding-left-2 .form-control,
#productType .table-name .col-xs-12.col-md-2.padding-left-0 .form-control {
    padding: 0 5px!important;
    line-height: 1;
    font-size: 12px;
}

.margin_top_bottom_1 {
    margin-top: 1em;
    margin-bottom: 3em;
}

.cart_container {
    background: transparent;
    padding: 0;
}

#carTypeToggle,
#productTypeToggle {
    z-index: 10000;
}

#carTypeToggle>.row,
#productTypeToggle>.row {
    padding-top: 50px;
    margin-top: -45px;
}

#carTypeToggle ul.nav-tabs li:first-of-type:before{
    left: -30px;
}

#carTypeToggle ul.nav-tabs li:first-of-type:after{
    left: -10px;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
}

.ref_search_link {
    cursor: pointer;
    /*margin: 1em auto;*/
}

.product_page_article #accordion ul {
    max-height: 100px;
}

.product_page_article #accordion a {
    padding-left: 1em;
    text-decoration: none!important;
}

.product_page_article #accordion ul li {
    padding: 0.2em 1em;
}

.product_page_article #accordion ul li:nth-child(even) {
    background-color: #f2f2f2;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.cartype__img__box a img {
    height: 90px;
}

.product__box {
    width: 32px;
    height: 32px;
    float:left;
    position:relative;
}

.product__box .product__img {
    position:absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.product__name {
    padding-top: 6px;
    margin-left: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zsu__container>.zsu_inner_container .same-product-list .row {
    color: #fff;
    margin: 0;
}

.zsu__container>.zsu_inner_container .same-product-list .col-xs-12.col-md-offset-5.col-md-7>.row {
    margin-left: 25px;
}

.list__toggle__list {
    height: 55px;
    overflow-y: auto;
    overflow-x: hidden;
}

.list__toggle__title i {
    font-size: 10px;
}

.list__toggle__list ul {
    margin-bottom: 20px;
}

.list__toggle__list ul.list-unstyled li a {
    color: #333;
    font-size: 12px;
}

.list__toggle__title h4 {
    cursor: pointer;
    margin-top: 0;
}

.zsu__container>.zsu_inner_container .products-list-row .panel .panel-heading,
.zsu__container>.zsu_inner_container .same-product-list .panel .panel-heading {
    padding: 10px 0;
    background-color: #f2f2f2;
}

.zsu__container>.zsu_inner_container .product-page-row .col-xs-12.col-md-offset-5.col-md-7>.row p,
.zsu__container>.zsu_inner_container .product-page-row .panel-default .panel-body,
.zsu__container>.zsu_inner_container .product-page-row .panel-default .panel-body span,
.zsu__container>.zsu_inner_container .product-page-row .panel-default .panel-body span a,
.zsu__container>.zsu_inner_container .product-page-row .row label,
.zsu__container>.zsu_inner_container .product-page-row .panel-default .panel-heading,

.zsu__container>.zsu_inner_container .same-product-list .col-xs-12.col-md-offset-5.col-md-7>.row p,
.zsu__container>.zsu_inner_container .same-product-list .panel-default .panel-body,
.zsu__container>.zsu_inner_container .same-product-list .panel-default .panel-body span,
.zsu__container>.zsu_inner_container .same-product-list .panel-default .panel-body a,
.zsu__container>.zsu_inner_container .same-product-list .row label,
.zsu__container>.zsu_inner_container .same-product-list .panel-default .panel-heading {
    color: #333;
}

#carType .products-list-row .col-xs-12.col-md-offset-5.col-md-7>.row p,
#reverseType .products-list-row .col-xs-12.col-md-offset-5.col-md-7>.row p,
.zsu__container>.zsu_inner_container .same-product-list .col-xs-12.col-md-offset-5.col-md-7>.row p {
    margin-left: -25px;
}

.zsu__container>.zsu_inner_container .product-page-row .col-xs-12.col-md-offset-5.col-md-7>.row p {
    margin-left: 15px;
}

.zsu__container>.zsu_inner_container .product-page-row .panel .panel-body .col-xs-12.col-md-4 .quantity-box .up-down-button-box {
    /*right: -40px!important;*/
}

.zsu__container>.zsu_inner_container .same-product-list .panel-default .panel-body span a {
    text-decoration: underline;
}

.menu_container {
    background-color: #fff;
    margin-top: -4px;
}

.footer__bottom__menu {
    margin-top: 20px;
}

.footer__bottom__menu a{
    margin: 0 10px;
}

.breadcrumb__box {
/*    margin-bottom: 20px;*/
    color: #676767;
    font-weight: bold;
}

.breadcrumb__box .breadcrumb-title {
    float: left;
    margin-right: 5px;
    color: black;
    font-weight: bold;
}

.breadcrumb__box .breadcrumb-spacer {
    float: left;
    margin: 0 3px;
}

.breadcrumb__box .breadcrumb-element {
    float: left;
}

.breadcrumb__box .breadcrumb-back {
    float: right;
}

.breadcrumb__box .breadcrumb-back a,
.breadcrumb__box .breadcrumb-element a {
    color: #676767;
    font-weight: bold;
    text-decoration: none !important;
}

.padding__style__10_15 {
    padding: 10px 15px;
}

.margin__style_10_m15_0 {
    margin: 10px -15px 0!important;
}

.product__img {
    max-height: 250px;
    margin: 5px auto 1em;
}

.margin__style_0_m15 {
    margin: 0 -15px!important;
}

.padding_b_10 {
    padding-bottom: 10px;
}

.reference_list_border{
    border: 1px solid black;
    padding-left: 1em !important;
    padding-right: 1em !important;
    background-color: #fff;
}

.product_list_custom_row{
    margin-left: -7px !important;
}

.bCart-dropbox .clearfix {
    background-color: #fff;
}

.product-page-row .panel .panel-body .letter__row {
    margin-right: 1em;
}

.product-page-row .panel .panel-body .letter__row>div.col-xs-12 {
    min-height: 140px;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
}

.search__history_content h3 {
    font-size: 14px;
}

.search__history_content h3 a {
    color: #333;
    text-decoration: none;
}

.search__history_content ul.list-unstyled li {
    padding: 1em;
}

.search__history_content ul.list-unstyled li:nth-child(odd) {
    background-color: #f2f2f2;
}

.search__history_content ul.list-unstyled li a {
    text-decoration: none;
    color: #333;
}

.gardient__image {
    /*display: none;*/
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 30px;
    left: 15px;
}

@media(min-width: 990px) {
    .margin__left__min3 {
        margin-left: -3px;
    }
}

.cursor__pointer {
    cursor: pointer;
}

.table>tbody>tr>td.vertical_align_mid {
    vertical-align: middle!important;
}

.listBox ul li a .row .col-xs-12.col-md-2 {
    text-overflow: ellipsis;
    overflow: hidden;
}


a.click_bigger_article_button:active,
a.click_bigger_article_button:hover,
a.click_bigger_article_button:focus,
a.click_bigger_article_button {
    cursor: pointer;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #333;
}

.multi_order_list_data {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.margin__top__50 {
    margin-top: 50px;
}

.margin__bottom__30 {
    margin-bottom: 30px;
}

.dropdown-menu#productTypeToggle{
    border-color: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 5px 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown-menu#carTypeToggle {
    border-color: transparent;
    border-radius: 0;
    margin-top: 0;
    padding-top 10px;
}

select#engine_ccm_filter,
select#engine_fuel_filter {
    padding: 0 5px!important;
    line-height: 1;
    font-size: 12px;
}

input.select2-search__field {
    cursor: pointer;
}


.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 1px!important;
    border: 1px solid #e9e9e9!important;
    background-image: url("/themes/frontend/images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 10px;
    padding-right: 3rem;
    background-size: 12px 12px;
}

.select2-container--open {
    border-color: #fff200;
    outline: 1px solid #fff200;
}

ul.select2-selection__rendered{
    padding-right: 30px !important;
}

.select2-search__field::placeholder {
    color: #555;
    opacity: 1;
}

/*ul.select2-selection__rendered:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 8px;
    height: 8px;
    border-left: 3px solid #555;
    border-bottom: 3px solid #555;
}*/

.select2-container--open .select2-dropdown--below{
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #fff200;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-image: url("/themes/frontend/images/select-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 10px;
    padding-right: 2rem;
    background-size: 11px 11px;
}

.footer__social__icon i {
    font-size: 30px;
    margin-right: 0.5em;
}

/* 20181109 */
.acc_panel_heading {
    background-color: #fff200!important;
}

.acc_panel_heading:active,
.acc_panel_heading:hover,
.acc_panel_heading:focus {
    background-color: #c6bc00!important;
    cursor: pointer;
}

.acc_panel_heading[role="tab"]:active a[role="button"],
.acc_panel_heading[role="tab"]:hover a[role="button"],
.acc_panel_heading[role="tab"]:focus a[role="button"] {
    color: #fff;
}

a[role="button"],
a[role="button"]:active,
a[role="button"]:focus,
a[role="button"]:hover {
    text-decoration: none;
}

.zoom_in {
    cursor: zoom-in;
}

#to_top {
    color: #000;
    z-index: 5;
    font-size: 18px;
    background-color: #fff200;
    padding: 8px 13px;
    border-radius: 20px;
}

#to_top:hover {
    color: #fff;
    background-color: #C6BC00;
}

.second_image {
    width: 30%;
    max-height: 100px;
    float: left;
    margin-right: 0.5em;
}

.itemNumCartIcon {
    margin-right: 0.1em;
}
.itemNumCartIcon:hover,
.itemNumCartIcon:focus,
.itemNumCartIcon:active {
    color: #c6bc00!important;
}

input.product_group_input {
    font-family: 'Open Sans';
    font-weight: 700;
    margin-top: -5px;
}

.row.product__search__box {
    display: none;
    position: absolute;
    top:30px;
}

.row.product__search__box .inner__product__search__box {
    background: #fff;
    z-index: 10;
}

.row.product__search__box .inner__product__search__box .title {
    padding: 10px 15px 10px;
    font-size: 18px;
}

.row.product__search__box .inner__product__search__box>.product>.col-xs-12 {
    padding: 0 20px;
}

.row.product__search__box .inner__product__search__box>.product>.col-xs-12>.row {
    padding: 2px 10px;
}

.row.product__search__box .inner__product__search__box>.product>.col-xs-12>.row:nth-child(odd) {
    background-color: #f2f2f2;
}

.row.product__search__box .inner__product__search__box>.product>.col-xs-12>.row a {
    text-decoration: underline;
    color: #333;
}

.row.product__search__box .inner__product__search__box>.more {
    padding: 1em 5px 5px;
}

.row.product__search__box .inner__product__search__box>.more> a {
    text-decoration: underline;
    color: #676767;
    font-family: 'Open Sans';
    font-weight: 700;
}

.inner__product__search__box .glyphicon-menu-right{
    font-size: 12px;
    margin-left: 15px;
}

.order_without_reg .btn.btn-warning>.fa.fa-angle-right,
.order_login .btn.btn-warning>.fa.fa-angle-right,
.order_reg .btn.btn-warning>.fa.fa-angle-right {
    margin-left: 0;
}

ul.select2-selection__rendered>li.select2-search.select2-search--inline>input.select2-search__field {
    border-color: transparent!important;
}

.multi-step-form>.panel-body .row>.col-md-12.text-center>button.btn.btn-warning.btn-lg.text-uppercase[type="submit"]>i.fa.fa-angle-right {
    border: 1px solid black;
    padding: 1px 6px;
    border-radius: 50%;
}

.multi-step-form>.panel-body .row>.col-md-12.text-center>button.btn.btn-warning.btn-lg.text-uppercase[type="submit"]:hover>i.fa.fa-angle-right,
.multi-step-form>.panel-body .row>.col-md-12.text-center>button.btn.btn-warning.btn-lg.text-uppercase[type="submit"]:focus>i.fa.fa-angle-right,
.multi-step-form>.panel-body .row>.col-md-12.text-center>button.btn.btn-warning.btn-lg.text-uppercase[type="submit"]:active>i.fa.fa-angle-right {
    border: 1px solid #fff;
}

.margin__right_17 {
    margin-right: 17px;
}

.multi-step-form .billing-shipping-address .col-xs-12.col-md-6 p {
    padding: 0 1em;
}

textarea {
    resize: none;
}

.margin__top__30 {
    margin-top: 30px;
}

.search__page_table_header {
    background-color: #2b292e;
    color: white;
    font-weight: bold;
    padding: 5px 0;
}

.search__page_table_content {
    padding: 5px 0;
    border-bottom: 1px solid grey;
}

.search__page_modal_body {
    padding: 1em 2em;
}

.modal.ask_for_image_modal .modal-dialog .modal-content {
    max-width: 400px!important;
}

.modal.ask_for_image_modal .modal-dialog .modal-content .modal-header {
    padding: 5px;
    background-color: #2b292e;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

@media (max-width: 1199px){
    .addToCart .quantity-box div{
        padding-right:0;
    }
}


/* carefull!!! */
.color_grey { color: #676767 !important; }
.color_default_grey, .color-grey { color: #333!important; }
.color_black { color: #000 !important; }
.no_decoration { text-decoration: none!important; }
.openSansBold { font-family: 'Open Sans';  font-weight: 700; }
.container { max-width: 1200px; width: inherit }
.yellow-background { background-color: #fff200!important; }
.grey-background { background-color: #2b292e!important; }
.lightgrey-background { background-color: #f2f2f2; }
.red-background { background-color: #f70012; }
.color-white { color: #fff!important; }
.color-red { color: #f70012!important; }
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active { text-decoration: none;color:#fff; }
.fs-12 { font-size: 12px; }
.fs-16 { font-size: 16px; }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

.fs-11 { font-size: 11px!important; }
.fs-12 { font-size: 12px!important; }
.fs-14 { font-size: 14px!important; }
.fs-16 { font-size: 16px!important; }
.fs-18 { font-size: 18px!important; }
.fs-20 { font-size: 20px!important; }
.fs-22 { font-size: 22px!important; }
.fs-24 { font-size: 24px!important; }
.fs-26 { font-size: 26px!important; }
.fs-28 { font-size: 28px!important; }
.fs-30 { font-size: 30px!important; }

.fs-75 { font-size: 75px!important }
/* warning btn */
.btn-warning {
    color: #000;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}
.btn-warning:hover {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #C6BC00;
    border-color: #C6BC00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #C6BC00;
    border-color: #C6BC00;
}

/* default */
.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: transparent;
    border-color: #fff;
}

/* link */
.btn-link {
    font-weight: normal;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
}
.btn-link:hover,
.btn-link:focus {
    color: #fff;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #fff;
    text-decoration: none;
}

/* navbar */
.navbar-toggle {
    border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-brand {
    padding: 8px 15px;
}

/* info btn */
.btn-info {
    color: #939598;
    background-color: #fff;
    border-color: #676767;
}
.btn-info:focus,
.btn-info.focus {
    color: #939598;
    background-color: #fff;
    border-color: #676767;
}
.btn-info:hover {
    color: #939598;
    background-color: #fff;
    border-color: #676767;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #939598;
    background-color: #fff;
    border-color: #676767;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #939598;
    background-color: #fff;
    border-color: #676767;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #fff;
    border-color: #676767;
}

/* primary btn */
.btn-primary {
    color: #fff!important;
    background-color: #2b292e;
    border-color: #2b292e;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #000!important;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-primary:hover {
    color: #000!important;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #000!important;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #000!important;
    background-color: #fff200;
    border-color: #fff200;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #fff200;
    border-color: #fff200;
}

/* btn-danger */
.btn-danger {
    color: #fff;
    background-color: #f70012;
    border-color: #f70012;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #97000B;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #97000B;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #97000B;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #97000B;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #f70012;
    border-color: #f70012;
}
.btn-danger .badge {
    color: #f70012;
    background-color: #fff;
}

/* modal */
.modal-header {
    padding: 5px;
    background-color: #2b292e;
}

.modal-title {
    color: #fff;
}

.modal-content {
    max-width: 400px;
    margin: 0 auto;
}

.modal .btn-social {
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal .btn-social>:first-child {
    border-right: none;
    margin-left: 10px;
    font-size: 28px;
    padding-top: 10px;
}

.carousel-indicators li {
    border: none;
    text-indent: 0;
    width: initial;
    height: initial;
}

.carousel-indicators .active {
    background-color: transparent;
    width: initial;
    height: initial;
}

.carousel-indicators li img {
    border: 1px solid #fff;
    border-radius: 2px;
    height: 40px;
}

.carousel-indicators li.active img {
    border: 3px solid #fff;
    height: 40px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.carousel-control.left img, .carousel-control.right img {
    position: absolute;
    top: 50%;
}

.carousel-control.left img {
    left: 10px;
}

.carousel-control.right img {
    right: 10px;
}

.carousel-indicators {
    bottom: 0px;
}

.nav-tabs>li {
    width: 50%;
}
.popover {
    border-radius: 0;
}
.popover-content {
    padding: 5px;
}
.popover.right {
    margin-left: 16px;
}
.popover.right>.arrow:after {
    border-right-color: #bcbcbc;
}
.panel-body {
    padding: 15px;
    font-weight: 500;
}
.panel-heading {
    padding: 10px 15px;
}

.cart_details_next .fa{
    border: 1px solid #000;
    padding: 0 6px 0 7px;
    border-radius: 20px;
}

.cart_details_next .btn:hover .fa {
    border-color: #fff;
}

.loader {
    border: 16px solid #2b292e;
    border-radius: 50%;
    border-top: 16px solid #fff200;
    border-bottom: 16px solid #fff200;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@media (max-width: 767px) {
    .loader {
        left: 33% !important;
    }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.header-loader{
    position: absolute;
    right: 40px;
    top: 8px;
}

select.yellow_border {
    border: 1px solid #fff200!important;
}

/* alerts */

.alert-success {
    color: #2b292e;
    background-color: #fff;
    border-color: #fff;
}
.alert-success hr {
    border-top-color: transparent;
}
.alert-success .alert-link {
    color: #2b292e;
    font-weight: 700;
    text-decoration: underline;
}
.alert-info {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
.alert-info hr {
    border-top-color: transparent;
}
.alert-info .alert-link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.alert-warning {
    color: #fff200;
    background-color: #fff;
    border-color: #fff;
}
.alert-warning hr {
    border-top-color: transparent;
}
.alert-warning .alert-link {
    color: #fff200;
    font-weight: 700;
    text-decoration: underline;
}
.alert-danger {
    color: #f70012;
    background-color: #fff;
    border-color: #fff;
}
.alert-danger hr {
    border-top-color: transparent;
}
.alert-danger .alert-link {
    color: #f70012;
    font-weight: 700;
    text-decoration: underline;
}

.close {
    opacity: 0.6;
}

.display-block {
    display: block;
}

.yellow-background h1, .yellow-background h2 {
    font-size: 18px;
}

h3.product-list-item-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
    margin-left: -7px;
}

h3.product-list-item-manufacture {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.no-js .header-background-container,
.no-webp .header-background-container
{
    /*background-image: url('/themes/frontend/images/header_img.png');*/
    background-size: 100% 100%;
    background-color: #2B292E;
}

.webp .header-background-container
{
    /*background-image: url('/themes/frontend/images/header_img.webp');*/
    background-size: 100% 100%;
    background-color: #202020;
}

.arukereso-button {
    background: url("/themes/frontend/images/arukereso-api.png");
    position: fixed;
    bottom: -2px;
    right: 20px;
    width: 204px;
    height: 40px;
    z-index: 100000;
    color: #fff;
    cursor: pointer;
}

.search-titles {
    margin-top: 1em;
}

.search-titles h1,
.search-titles h2 {
    font-size: 14px;
    margin: 0;
    display: inline;
}

.panel {
    border-radius: 0;
}

#registrationLabel,
#loginLabel {
    margin-left: 10px;
}

.padding_5_25 {
    padding: 5px 25px;
}

.padding_40_25 {
    padding: 40px 25px;
}

.margin_top_15 {
    margin-top: 15px;
}

.margin_top_50 {
    margin-top: 117px !important;
}

.padding_5_15 {
    padding: 5px 15px;
}

.padding_10_0 {
    padding: 10px 0;
}

.margin_0_15 {
    margin: 0 15px;
}

.margin_bottom__5 {
    margin-bottom: 5px!important;
}

.line_through {
    text-decoration: line-through;
}

.height_100_important {
    height: 100px!important;
}

.viewer-footer {
    bottom: 15%!important;
}

.viewer-navbar {
    background-color: transparent!important;
}

.viewer-navbar ul li {
    border:1px solid #fff;
}

.white_background {
    background-color: white;
}

.modal .interesting {
    padding: 0 15px!important;
}

.product__number__search__modal__body>b .interesting {
    color: #333;
}

.product__number__search__modal__body>b .interesting a {
    color: #333;
    text-decoration: underline;
}

.product__number__search__modal__body b.info__modal__parent,
.product__number__search__modal__body b.ask_info_product {
    margin: 0!important;
}

/*@media (min-height: 990px) {
    .modal .product__price__own_position {
        margin-right: calc(7em + 5px);
    }
}*/

.zsu_inner_container .product__price__own_position {
    margin-right: calc(11% + 3px)!important;
}

.ask_for_information {
    color: #333;
}

#modal_1 {
    overflow: hidden;
}

#modal_1 .modal-content {
    max-height: 95vh;
    overflow: hidden;
}

#modal_1 .modal-body {
    max-height: 90vh;
    overflow: auto;
}

.follow_list_1.modal-stick {
    position: fixed;
    top: 30px;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0 30px 0 31px; !important;
}

.no_decoration {
    text-decoration: none;
}

.modal .panel .panel-body{
    overflow: visible !important;
}

.products-list-row .panel .panel-body{
    overflow: visible !important;
}

.glyphicon-ok {
    color: #00CB00;
}

.glyphicon-remove {
    color: #f70012;
}

span.select2-selection.select2-selection--multiple {
    border-radius: 1px!important;
    border: 1px solid #e9e9e9!important;
    padding-left: 0!important;
    background-color: #fff;
    color: #555;
}

#zsu-menu .menu.quick_search img {
    height: 32px;
    width: 32px;
}
.list_images, .ref_images{
    list-style-type: none;
    padding-left: 0px;
}

.product {
    padding: 10px 0 10px 15px;
}

.product_group_input{
    height: 34px !important;
}

.product_group_input_loader{
    font-size: 1.2em !important;
    position: absolute;
    right: 50px;
    top: 8px;
}

.header_product_group_input{
    margin-top: -5px;
    width: 195px;
}

.header_product_group_input:focus {
    border-color: #fff200;
    outline: 1px solid #fff200;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(255, 242, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 20px rgba(255, 242, 0, .6);
}

.header_product__search__box{
    display: none;
    position: absolute;
    left: 1em;
    right: 1em;
    z-index: 1000;
    background-color: #FFF;
    top: 38px;
}

.header_product__search__box .title,
.inner__product__search__box .title{
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    padding: 4px 15px;
    background-color: #f5f5f5;
}

.header_product_group_input_loader{
    font-size: 1em !important;
    left: 26em;
    top: 11px;
    position: absolute;
}

.nav.navbar-nav.menu.quick_search {
    position: relative;
}

.nav.navbar-nav.menu.quick_search:hover .quick_search--box {
    display: block;
    z-index: 50;
}

.quick_search--box {
    display: none;
    position: absolute;
    background-color: #fff;
    right: 0;
    margin-top: 18px;
    width: 400px;
    padding: 14px 25px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

@media (max-width: 767px) {
    .quick_search--box {
        display: none!important;
    }
}

@media (min-width: 1200px){
    .header a.main_page_navigate_to{
        padding: 10.5px 20px;
    }
}

.search_product_page_link{
    text-decoration: none !important;
}

.special_class_for_phone {
    cursor: context-menu;
}

.footer_dlg_logo_container{
    float: left;
    width: 50px;
    font-size: 10px;
}

.footer_dlg_logo_container a img {
    width: 40px;
}

.footer_dlg_text_container{
    float: left;
    width: 50px;
    font-size: 10px;
    margin-left: 5px;
}

.manufacturer_link {
    text-decoration: none !important;
    color: inherit !important;
}

.order_shipping_info_button {
    position: absolute;
    right: 5px;
    top: 30px;
    font-size: 24px !important;
    color: red;
}

#delivery_mode_article .modal-content{
    max-width: 700px;
}

#order_summary_overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10000;
    display: none;
}

#order_summary_overlay_loading_animation{
    position: fixed;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 48px;
}

.product_number_searches_autocomplete_box .fa-search{
    cursor: pointer;
}

.nav-tabs.nav-justified.product-search{
    margin-bottom: 15px;
}

.nav-tabs.nav-justified > li > a{
    color: #fff;
    font-family: OpenSansXBd;
    text-transform: uppercase;
}

.nav-tabs.nav-justified > li.active > a{
    color: #202020;
}

.cartype.nav-tabs.nav-justified > li,
.product-search.nav-tabs.nav-justified > li{
    padding: 0 6px 14px 6px;
}

.product-search.nav-tabs.nav-justified > li a{
    padding: 8px;
}

.product-search.nav-tabs.nav-justified > li:before{
    left: 8px;
    right: 8px;
}

.product-search.nav-tabs.nav-justified > li:first-of-type:before{
    left: -40px;
}

.product-search.nav-tabs.nav-justified > li:first-of-type:after{
    left: -20px;
    right: -24px;
}

.product-search.nav-tabs.nav-justified > li:last-of-type:before{
    right: -40px;
}

.product-search.nav-tabs.nav-justified > li:last-of-type:after{
    left: 36px;
}

.product-search.nav-tabs.nav-justified > li.universal > a{
     text-align: left;
 }

.product-search.nav-tabs.nav-justified > li.carType > a{
    text-align: right;
}

.cartype.nav-tabs.nav-justified > li > a{
    border-radius: 0;
    line-height: 22px;
    position:relative;
    padding: 10px 0 10px 0;
}

.cartype.nav-tabs.nav-justified > li.title > a{
    padding-left: 10px;
}

.cartype.nav-tabs.nav-justified > li span{
    height: 22px;
    display: block;
}

.nav-tabs.nav-justified > li > a:before{
    content:'';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-top: 3px;
}

.nav-tabs.nav-justified > li > a.cart-type-drop-down-anchor:before{
    margin-top: 0;
}

.nav-tabs.nav-justified > li.title > a:before{
    display: none;
}

.nav-tabs.nav-justified > li.car a:before{
    background-image: url('../../frontend/images/ico-car.png');
}

.nav-tabs.nav-justified > li.car.active a:before{
    background-image: url('../../frontend/images/ico-car-bk.png');
}

.nav-tabs.nav-justified > li.truck a:before{
    background-image: url('../../frontend/images/ico-truck.png');
}

.nav-tabs.nav-justified > li.truck.active a:before{
    background-image: url('../../frontend/images/ico-truck-bk.png');
}

.nav-tabs.nav-justified > li.motorcycle a:before{
    background-image: url('../../frontend/images/ico-motorcycle.png');
}

.nav-tabs.nav-justified > li.motorcycle.active a:before{
    background-image: url('../../frontend/images/ico-motorcycle-bk.png');
}

.nav-tabs>li.car:after{
    left: 30px;
}

#productGroupMain,
#productGroupMain .product-group{
    padding-top: 0;
}

#main_page_product_group_container{
    position:relative;
    overflow-x: hidden;
}

#main_page_product_group_container .groupSearch{
    margin-bottom: 1rem;
    margin-left: 0px;
    margin-right: 0;
    position: relative;
}



.important_info .fa.fa-exclamation.color-red {
    background-color: #f70012;
    padding: 5px 11px;
    font-size: 18px;
    color: #fff!important;
    border-radius: 20px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .downloadInfo{
        align-self: flex-end;
    }

    .logo{
        margin-top: 25px;
    }
}

.downloadInfo a{
    text-decoration: underline !important;
}

input[type="radio"]{
    display: none;
    visibility: hidden;
}

input[type='radio'] +label{
    position: relative;
    margin-left: 10px;
}

input[type='radio'] +label:before {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 2px;
    left: -7px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #000;
}

input[type='radio']:checked +label:before{
    border-width: 2px;
}

input[type='radio']:checked +label:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: 4px;
    left: -5px;
    position: absolute;
    background-color: #fff200;
    content: '';
    display: inline-block;
    visibility: visible;
    z-index: 0;
}

.overall_search_button{
    white-space: normal;
    text-align: left;
}

/*header modositas - 2020.10.*/
.navbar-brand{
    width: 125px;
}

.header a.main_page_navigate_to{
    font-size: 16px;
    font-family: OpenSansXBd;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
}

.navbar-form>.form-group>input{
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
    height: 41px;
    font-size: 16px;
}
.navbar-form>.form-group>input:focus{
    border-bottom-color: #fff200 !important;
    outline: 0;
}

#zsu-menu .search_input{
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.navbar-form>.form-group>input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}
.navbar-form>.form-group>input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
.navbar-form>.form-group>input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
}
.navbar-form>.form-group>input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.navbar-form .search-input i.fa.fa-search{
    color: #fff;
}

.header .login_registration a {
    display: block;
    padding: 6px 15px 6px 8px;
    color: #202020;
    background-color: #fff;
    font-family: OpenSansBd;
    position: relative;
    border: 0;
}

.header .login_registration a.user_icon{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
}

.login_registration .user_icon i.fa.fa-user-circle-o{
    color: #202020;
    font-size: 22px;
    margin-top: -1px;
}

.header .login_registration a:hover,
.header .login_registration a:focus{
    color: #808080;
    background-color: #fff;
    text-decoration: none;
}

.profile:before{
    content: '';
    position: absolute;
    top: 9px;
    bottom: 9px;
    background-color: #fff;
    transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    left: -15px;
    width: 33px;
}

.login_registration > div{
    padding: 0;
}

.decorTop{
    height: 8px;
    background-color: #494949;
    transform: skewX(60deg);
    -webkit-transform: skewX(60deg);
    -ms-transform: skewX(60deg);
    position: relative;
    margin-left: 40%;
    margin-right: -20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.decorTop:before{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left: 54px;
    width: 64px;
    border-left: 6px solid #202020;
    border-right: 6px solid #202020;
}

.decorTop:after{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left: 166px;
    width: 6px;
    background-color: #202020;
}

.decorBottom{
    height: 20px;
    background-color: #fff200;
    overflow:hidden;
    position: relative;
}

.own-car-row, .garage-form-row{
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.own-car-row .title,
.garage-form-row .title{
    padding: 10px 5px; margin-top: 2px;
    background-color: #202020;
    color: #fff;
}

#main_page_product_group_container .article-block{
    padding: 0 15px;
}

.product_search_tab_link{
    text-align:center;
}

@media (min-width: 768px){
    .zsu__navbar{
        left: -1px;
        right: -1px;
    }

    .navbar-brand .logo{
        margin-top: 25px;
    }
}

@media (min-width: 992px){
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}


@media (min-width: 1200px){
    #productGroupMain .product-group{
        margin: 0;
    }

    .profile:after{
        content: '';
        position: absolute;
        top: 9px;
        bottom: 9px;
        background-color: #fff;
        left: 100%;
        width: 50vw;
    }

    .user_icon > span{
        margin-right: -15px;
        max-width: 240px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        overflow: hidden;
    }

    .collapse.navbar-collapse>.row.down__box{
        position: relative;
        margin-top: 6px;
    }

    .collapse.navbar-collapse>.row.down__box:before{
        content: '';
        position: absolute;
        left: 100%;
        height: 34px;
        background-color: #fff;
        margin-left: 40px;
        top: 50%;
        transform: translateY(-50%) skewX(50deg);
        -webkit-transform: translateY(-50%) skewX(50deg);
        -ms-transform: translateY(-50%) skewX(50deg);
        width: 50vw;
        background-image: url("/themes/frontend/images/dark-border.svg");
        background-repeat: no-repeat;
        background-position: 120px;
        background-size: 26px 110%;
    }

    .collapse.navbar-collapse>.row.down__box:after{
        content: '';
        position: absolute;
        left: 100%;
        height: 34px;
        border-left: 7px solid #202020;
        border-right: 7px solid #202020;
        margin-left: 80px;
        width: 53px;
        top: 50%;
        transform: translateY(-50%) skewX(50deg);
        -webkit-transform: translateY(-50%) skewX(50deg);
        -ms-transform: translateY(-50%) skewX(50deg);
    }

    .headerContent{
        position:relative;
    }

    #headerLeftDecor{
        position: absolute;
        bottom: 0;
        margin-bottom: -53px;
        right: 100%;
        height: 130px;
        width: 50vw;
        text-align: right;
        z-index: 100;
        background: #fff;
        border-right: 30px solid #fff200;
        padding-right: 30px;
        margin-right: 40px;
        transform: skewx(50deg);
        -webkit-transform: skewx(50deg);
        -ms-transform: skewx(50deg);
    }

/*    #headerLeftDecor img{
        height: 154px;
        width: auto;
        margin-right: -40px;
    }*/

    #headerLeftDecor .inner-bg{
        position: absolute;
        top: 15px;
        height: 99px;
        width: 50vw;
        right: 30px;
        background-color: #202020;
        border-right: 20px solid #202020;
        z-index: -1;
    }

    #headerLeftDecor .inner-bg span{
        position: absolute;
        display: block;
        height: 34px;
        width: 50vw;
        top: 10px;
        right: 0px;
    }

    #headerLeftDecor .inner-bg span:before, #headerLeftDecor .inner-bg span:after{
        content: '';
        position: absolute;
        right: 0;
        border-right: 7px solid #202020;
        margin-right: 40px;
        width: 53px;
        top: 50%;
        height: 40px;
        transform: translateY(-50%) skewX(0deg);
        -webkit-transform: translateY(-50%) skewX(0deg);
        -ms-transform: translateY(-50%) skewX(0deg);
    }

    #headerLeftDecor .inner-bg span:before{
        border-left: 7px solid #202020;
        margin-right: 88px;
    }

    #headerLeftDecor .inner-bg:after{
        content: '';
        position: absolute;
        background-color: transparent;
        height: 40px;
        width: 50vw;
        bottom: 0;
        right: 10px;
        border-top: 8px solid #494949;
        border-right: 16px solid #494949;
    }

    #headerLeftDecor:after{
        content:'';
        position:absolute;
        bottom: -1px;
        height: 2px;
        left:0;
        right: 0;
        background-color: #fff;
    }
}

/*orszag boltja 2020*/
#orszagBoltja{
    margin-left: 110px;
    transform: translateY(30px);
}

#orszagBoltja img{
    width: 90px;
    height: auto;
}

.footer__bottom__menu__bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 992px) and (max-width: 1160px){
    .navbar-brand{
        padding: 8px 0;
        width: 64px;
    }

    #orszagBoltja{
        margin-left: 66px;
        transform: translateY(60px);
    }

    #orszagBoltja img{
        width: 64px;
    }

    .header .contact a{
        font-size: 14px;
    }

    .navbar-nav > li > a{
        padding: 10px;
    }

    .header a.main_page_navigate_to{
        font-size: 14px;
    }
}

.select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
    font-family:fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #000000;
    border: 0;
    display: inline-block;
    padding-left: 3px;
}


.product__list__row .product__list__price .product_list_custom_row > b{
    font-family: 'OpenSansXBd';
    font-size: 24px;
}

/*akcios termekek*/
#offerSlide{
    padding-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 60px;
}

#offerSlide .carousel-inner > .item{
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    margin: 0;
}

#offerSlide .offer-product{
    height: 210px;
}

#offerSlide .carousel-control{
    width: 26px;
}

#offerSlide .carousel-control a{
    color: #aaaaaa;
    font-size: 18px;
}

#offerSlide .offer-product > a{
    display: block;
    height: 100%;
}

#offerSlide .offer-product > a > .text-center{
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
}

#offerSlide .offer-product > a > .text-center img{
    max-height: 100%;
    margin: 0 auto;
    transform: translateZ(0);
}


#offerSlide .offer-description{
    font-weight: 600;
    color: #000;
    display: block;
    height: calc(100% - 135px);
    position: relative;
    padding-bottom: 30px;
}

#offerSlide .offer-description .color-red{
    font-size: 18px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    margin-bottom: 0;
}

#offerSlide .carousel-indicators{
    bottom: -40px;
}

#offerSlide .carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #494949;
    border: 2px solid #494949;
}

#offerSlide .carousel-indicators .active{
    background-color: #fff200;
    margin: 1px;
}

@media (max-width: 767px){
    #offerSlide .carousel-inner > .item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 400px){
    #offerSlide .offer-product > a > .text-center {
        height: 95px;
    }

    #offerSlide .offer-description{
        height: calc(100% - 110px);
    }
}

@media (min-width: 768px){
    #offerSlide .offer-product{
        height: 280px;
    }

    #offerSlide .offer-product > a > .text-center {
        height: 160px;
    }

    #offerSlide .offer-description{
        height: calc(100% - 200px);
    }
}
/* max-width */
@media (max-width: 990px) and (min-width: 768px) {
    .carType-search-box {
        top: 167px;
        position: fixed;
    }

    .car_type_search_field span.form-control-feedback{
        top:0;
    }
}

@media (max-width: 990px) {
    .stepwizard-step {
        width: 100%;
        display: flex;
    }

    .stepwizard-step p {
        order: 2;
        margin-left: 10px;
    }

    .stepwizard-step a.btn.btn-circle {
        margin: 0!important;
    }

    .stepwizard-row:before {
        background-color: transparent;
    }
}

/* min-width */
@media (min-width: 990px) {
    .container-modal .modal-search-field .col-md-5 {
        padding-left: 0;
    }

    .container-modal .modal-search-field .col-md-7 {
        padding-right: 0;
    }
}

@media (min-width: 990px) {
    .order_login {
        min-height: 460px;
        border-left: 1px solid #b3b3b3;
        border-right: 1px solid #b3b3b3;
    }
}

@media (min-width: 990px) {
    .three-box-section>.col-xs-12.col-md-4:first-child {
        padding-left: 0;
    }

    .three-box-section>.col-xs-12.col-md-4:last-child {
        padding-right: 0;
    }
}

@media (min-width: 990px) {
    .three-box-section>.col-xs-12.col-md-4:last-child .panel .panel-body .btn-info {
        right: 10px;
    }

    .stepwizard-step p {
        white-space: nowrap;
    }
}

@media (min-width: 990px) {
    .same-product-list>.col-xs-12>.row>.panel>.panel-body>.col-xs-12.col-md-4>.row.quantity-info {
        height: 120px;
    }
}

@media (min-width: 990px) {
    .collapse.navbar-collapse>.row {
        float: right;
        margin-right: 0;
    }

    .navbar-nav {
        margin-left: 15px;
    }

    .navbar-form {
        margin: 0 0 0 15px;
        padding: 0;
    }

    #zsu-menu .cart {
        margin-bottom: 5px;
    }

    #zsu-menu .menu {
        margin-top: 10px;
    }

    #zsu-menu .menu.quick_search {
        padding-top: 7px;
    }

    #zsu-menu .menu.favorite {
        margin-left: 0;
    }

    #zsu-menu .modal#info .modal-body input,
    #zsu-menu .modal#info .modal-body textarea {
        border-radius: 0;
        border-color: #d5d5d5;
    }

    #zsu-menu .modal#info .modal-body textarea {
        resize: none;
    }

}

@media (min-width: 990px) {
    .manufacturer, .tecDocNum {
        padding: 0 30px;
    }

    .productGroup, .itemNum {
        padding: 0 30px;
    }
}

@media (min-width: 990px) {
    .content .find-select .form-control {
        width: 310px;
    }
}

/*@media (min-width: 990px) {
    #carType, #productType, #reverseType {
        padding: 40px 25px;
    }
}*/

@media (min-width: 990px) {
    #productType button.btn-warning,
    #carType button.btn-warning,
    #reverseType button.btn-warning {
        /*margin-top: 15px;*/
    }

    #productType .row.text-center button.btn-primary,
    #carType .row.text-center button.btn-primary,
    #reverseType .row.text-center button.btn-primary{
        margin-right: 15px;
        position: absolute;
        right: 0;
        margin-top: 10px;
    }

    .row.product__search__box{
        top: 30px;
        margin: 0 -15px 0 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container-fluid .navbar-brand{
        height: auto;
    }

    .decorTop{
        margin-top: 0;
        margin-bottom: 0;
    }

    .cartype.nav-tabs.nav-justified > li > a,
    .header .contact a,
    .header a.main_page_navigate_to{
        font-size: 14px;
    }

    #zsu-menu {
        padding: 0;
    }

    #zsu-menu .menu {
        margin: 0 5px 0 0;
        position: relative;
        left: 0;
    }

    .cart-box{
        padding: 10px;
        width: 44px;
        height: 44px;
    }

    .bCart{
        height: 24px;
    }

    img.logo{
        width: auto !important;
        height: 64px;
    }

    .collapse.navbar-collapse>.row:first-of-type{
        float: right;
        margin-bottom: 8px;
    }

    .profile:before{
        bottom: 10px;
    }

    .navbar-form>.form-group>input {
        width: 100%;
        height:34px;
    }

    .search-input i.fa.fa-search{
        top:4px;
    }

    #mobile-basket-alert{
        top:0;
        right:0;
    }

    .header button.btn-default,
    .header a.btn-default{
        padding: 6px 20px;
    }

    .zsu__navbar #zsu-menu>.down__box {
        float: right!important;
        margin-right: 0;
        margin-bottom: 8px;
    }

    .zsu__navbar #zsu-menu>.down__box form .form-group.search-input.product_number_searches_autocomplete_box {
        width: 15em;
    }

    .header .contact li:not(:first-of-type) a span{
        display: none;
    }

    .header .contact li:not(:first-of-type) a img{
        margin-right: 0;
    }

    .decorBottom{
        height: 30px;
    }

    .menu .favorite_container button{
        padding: 0 6px;
    }

    .navbar-nav.cart{
        margin-top: -6px;
    }

    .header a.main_page_navigate_to{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-form>.form-group>input{
        font-size: 14px;
    }
}

@media (max-width: 1200px) and (min-width: 1130px) {
    .header button.btn-default {
        padding: 10.5px 33px;
    }

    .navbar-form>.form-group>input {
        width: 320px;
    }
}

@media (max-width: 1129px) and (min-width: 990px) {
    .header button.btn-default {
        padding: 10.5px 12px;
    }

    .navbar-form>.form-group>input {
        width: 300px;
    }
}

@media (max-width: 900px) and (min-width: 851px) {
    .header button.btn-default {
        padding: 10.5px 15px;

    }
}

@media (max-width: 850px) and (min-width: 820px) {
    .header button.btn-default {
        padding: 10.5px 11px;
    }
}

@media (max-width: 819px) and (min-width: 768px) {
    .header button.btn-default {
        padding: 10.5px 2px;
    }
}

@media (max-width: 1030px) and (min-width: 768px) {
    .header button.btn-default {
        font-size: 12px;
    }
}