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


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

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


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


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


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


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


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


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
.container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/*.row{
    margin: 0;
}*/
a {
    text-decoration: none!important;
}
.breadcrumb>li+li:before{
	display: none;
}
.no-padding{
    padding-left: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after{
	content: '';
	display: table;
	clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.btn{
    border-radius: 0;
    background-color: #58c54d;
    box-shadow: none;
    width: 195px;
    height: 35px;
    line-height: 33px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.btn-l {
    width: 180px;
    font-size: 11px;
}
.quick-order{
    border: 2px solid #1f8bba;
    height: 30px;
    line-height: 30px;
    max-width: 280px; 
    border-radius: 5px;
    margin-top: 15px;
}
.quick-order input{
    width: 140px;
    border: none;
    background: transparent;
    height: 100%;
    line-height: 100%;
    text-align: center;
}
.quick-order form{
    height: 100%;
}
.quick-order form *{
    float: left;
}
.quick-btn{
    width: 136px;
    font-size: 11px;
    background: #1f8bba;
    height: 100%;
    line-height: 100%;
    border-radius: 0;
    box-shadow: none;
}

.login-panel {
    /*margin-top: 10px;
    line-height: 100%;*/
    padding-left: 44px;
    position: absolute;
    right: 210px;
}
.login-panel li{
    list-style: none;
    float: left;
/*    border-right: 1px solid #747186;*/
    padding-right: 15px;
    padding-left: 15px;
}

.login-panel a{
    color: #fff;
    font: 13px 'OpenSans-Regular';
}

.currency_ {
    padding-top: 2px;
    padding-left: 10px;
    display: none;
}
.currency_ *{
    color: #fff;
    font-size: 12px;
    font-family: 'Casper';
    line-height: 100%;
    text-transform: lowercase;
    width: 30px!important;
    text-align: center;
}
.currency_ li{
    padding: 0;
}
#content-handler{
    margin-bottom: 40px;
}
.title-row {
    margin-bottom: 30px;
}
.orderByList  > div{
    display: inline-block;
    vertical-align: middle;
}
.display-number .selectric-wrapper{
    display: inline-block;
}

.display-number .selectric-items li {
    color: #353535;
    font: 14px 'OpenSans-Regular';
    letter-spacing: 1px;
    text-align: center;
}

.display-number .selectric-items li:hover {
    background: #e6e6e6;
}

.display-number .selectric-items li.selected {
    /*background: #e6e6e6;*/
    display: none;
}

.display-number .selectric-items ul {
    border: 1px solid #e6e6e6;
    border-top: 0;
    min-width: 61px;
}

.display-number span{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    padding: 0px 10px;
}
.display-number .selectric-wrapper{
    padding: 0;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    font-size: 12px;
}

.display-number .selectric .button{
    border-left: 1px solid rgb(230, 230, 230);
    width: 12px;
    height: 21px;
}
.display-number .selectric {
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    background-color: #fff;
    height: 23px;
    line-height: 23px;
    min-width: 40px;
    text-align: left;
    position: relative;
    padding-left: 4px;
}
.display-number .selectric-items {
    background-color: #fff;
}
/*.display-number .selectric-items li{
    line-height: 23px;
    min-width: 30px;
    text-align: center;
    padding: 0;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}*/
/*.display-number .selectric-items li.selected{
    background-color: #5c5871;
    color: #fff;
}*/

.display-number .selectric-items ul{
    padding: 0;
}
form {
	margin: 0;
}
.product.floatleft{
	margin-bottom: 20px;
}
#gallery_jZ button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 10px;
    width: 10px;
    z-index: 10;
    text-indent: -99999px;
}
#gallery_jZ .slick-prev{left: 0;}
#gallery_jZ .slick-next{right: 0;}

#top-navigation {
    height: 32px;
    background-color: #369c2c;
}

.menu-nav li{
    display: inline-block;
    list-style: none;
    padding: 0px 15px;
    border-left: 1px solid #fff;
    margin-top: 5px;
    height: 21px;
    line-height: 21px;
}
.menu-nav li:last-child{
    border-right: 1px solid #fff;
}
.menu-nav a {
    line-height: 100%;
    font: 12px 'OpenSans-Regular';
    /*font-size: 14px;*/
    color: #fff;
    /*font-family: 'Casper';*/
}

.header {
    background-color: #fff;
    padding: 15px 0 0;
}

.header-contact li{
    display: block;
    position: relative;
}
.header-contact li:first-child:before{
    content: '';
    position: absolute;
    top: 11px;
    left: -45px;
    width: 28px;
    height: 21px;
    background: url(../images/autotorg/phone-header.png) no-repeat center;
}
.header-contact ul{
    display: inline-block;
    margin: 10px 20px 5px 55px;
}
.header-contact a {
    color: #454545;
    font: 14px 'OpenSans-Bold';
    color: #212121;
    line-height: 13px;
}

.header-contact {
    position: relative;
}

.header-contact:before {
    content: '';
    position: absolute;
    top: 13px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 78%;
    width: 100%;
}

.favorite {
    background: url(../images/favorite.png) no-repeat center;
    margin-right: 30px;
    display: block;
    width: 23px;
    height: 21px;
    position: relative;
}
.favorite .count{
    display: block;
    color: #454545;
    font-family: 'ProximaNova-Regular';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    text-align: center;
}


.col-3{
    float: left;
    width: 33.33333%;
/*    padding: 0px 10px;*/
}
.col-4{
    float: left;
    width: 25%;
    margin-bottom: 20px;
/*    padding: 0px 10px;*/
}
.col-12{
    width: 100%;
}
.col-9{
    width: 75%;
    float: left;
}
p{
    color: #353535;
    font: 14px 'OpenSans-Regular';
    letter-spacing: 1px;
}
/*
h1,h2{
    color: #5c5871;
    font-size: 22px;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    border-left: 2px solid rgba(92, 88, 113, 0.6);
    min-height: 31px;
    padding-left: 10px;
    letter-spacing: 1px;
    line-height: 31px;
}
h2 span,
h1 span{
    font-family: 'Raleway-Light';
}*/
.advantages{
    /*background-color: #e2f0f6;*/
    /*min-height: 340px;
    padding-top: 25px;*/
}

.advantages h2{
    color: #454545;
}

.advantages .item{
    border: 1px solid rgb(193, 193, 193);
    border-radius: 50%;
    background-color: rgba(255, 255, 255,.588);
    width: 114px;
    height: 114px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
}
.advantages .item:hover{
    background-color: #1f8bba;
    border-color: #1f8bba;
}
.advantages .title{
    color: #454545;
    font-size: 14px;
    line-height: 32px;
    font-family: 'Casper';
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 0;
}
.advantages p{
    color: #454545;
    font-size: 12px;
    font-family: 'Casper';
    text-align: center;
    line-height: 15px;
}
.advantages .row{
    margin-top: 33px;
}
/* иконс*/
.sprite:before{
    background: url(../images/icons.png) no-repeat;
    display: block;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sprite-1:before {
    width: 71px;
    height: 62px;
    background-position: -5px -5px;
}

.sprite-2:before {
    width: 64px;
    height: 52px;
    background-position: -5px -77px;
}

.sprite-3:before {
    width: 55px;
    height: 55px;
    background-position: -5px -139px;
}

.sprite-4:before {
    width: 51px;
    height: 51px;
    background-position: -5px -204px;
}

.sprite-5:before {
    width: 64px;
    height: 54px;
    background-position: -5px -265px;
}

.sprite-6:before {
    width: 48px;
    height: 46px;
    background-position: -5px -329px;
}

.sprite-1:hover:before{
    width: 71px;
    height: 62px;
    background-position: -5px -385px;
}

.sprite-2:hover:before{
    width: 64px;
    height: 52px;
    background-position: -5px -457px;
}

.sprite-3:hover:before{
    width: 55px;
    height: 55px;
    background-position: -5px -519px;
}

.sprite-4:hover:before {
    width: 51px;
    height: 51px;
    background-position: -5px -584px;
}

.sprite-5:hover:before {
    width: 64px;
    height: 54px;
    background-position: -5px -645px;
}

.sprite-6:hover:before {
    width: 48px;
    height: 46px;
    background-position: -5px -709px;
}

.logo-top {
    width: 100%;
    height: 100%;
    max-height: 55px;
    position: relative;
    top: -3px;
    /*left: -21px;*/
}

.footer-logo img {
    width: 100%;
    max-width: 257px;
}

.banner {
    background: url(../images/banner.jpg);
    background-size: cover;
    height: 246px;
}
.banner h4{
    font-family: 'Raleway-Bold';
    font-size: 45px;
    letter-spacing: 2px;
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
}
.banner p{
    font-family: 'Raleway-Light';
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 38px;
    color: #fff;
    position: relative;
}

.banner a{
    border-radius: 5px;
    background-color: rgb(255, 162, 0);
    box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
    width: 143px;
    padding: 8px;
    display: block;
    font-family: 'ProximaNova-Regular';
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.banner .custom{
    border: 10px solid rgba(255, 255, 255,.059);
    padding: 25px;
    min-height: 198px;
    width: 90%;
    margin: 24px auto;
}
/*.feedback {
    margin: 1px 20px 0 1px;
}*/
.feedback .btn{
    height: 27px;
    line-height: 12px;
    margin: 0 auto;
    display: block;
    width: 165px;
    position: relative;
    z-index: 100;
}
.info-main{
    margin-top: 30px;
}
.info-main h2{
    margin-bottom: 20px;
}
.info-main p{
    margin-bottom: 20px;
    line-height: 16px;
    text-align: justify;
}
.info-main .item{
    max-width: 355px;
}
.info-main .col-3:nth-child(2) .item{
    margin: 0 auto;
}
.info-main .col-3:last-child .item{
    float: right;
}
.seo-main{
    margin-bottom: 40px;
}
.seo-main h1{
    margin-bottom: 20px;   
}
.seo-main p{
    margin-left: 17px;
}
.seo-main .custom{
    height: 100px;
    overflow: hidden;
}
.seo-main .readmoreSeo{
    border: none;
    background-color: transparent;
    color: #ffa200;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

#footer{
    height: auto;
    background-color: #050505;
    color: #fff;
    clear: both;
}

#footer a {
    color: #fff;
}

#footer a:hover, #footer a:focus {
    color: #b8f400;
}

.footer-menu a:hover, .footer-menu a:focus {
    color: #b8f400!important;
}

/*
#footer .copyright span{
    font-size: 11px;
    color: #fff;
    font-family: 'Raleway-Regular';
    text-align: right;
    display: block;
}
#footer .copyright span a{
    color: #fff;
    font-family: 'Raleway-Regular';
}
*/


/* catalog-product */ 
.catalog-product{
    margin-top: 15px;
    margin-bottom: 60px;
}
.catalog-product .manufacture{
    float: left;
    text-align: center;
    width: 90px;
    height: 90px;
    border: 1px solid #ebebeb;
    border-width: 0px 1px;
    position: relative;
    margin-right: 10px;
    margin-top: 15px;
}
.catalog-product .manufacture a{
    height: 100%;
    width: 100%;
    display: block;
}
.catalog-product .manufacture span{
    display: block;
    color: #393939;
    font-size: 12px;
    text-transform: uppercase;   
    font-family: 'Raleway-Regular';
}
.catalog-product .manufacture span{
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.catalog-product .manufacture img{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-tov {
    border: 1px solid #e6e6e6;
    /*margin: 0 13px;*/
    /*min-height: 460px;
    max-height: 460px;*/
    margin-bottom: 30px;
    /*height: 340px;*/
}
.pr-img-handler {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*border-bottom: 1px solid #626262;*/
}
.pr-img-handler > a{
    /*max-height: 214px;
    min-height: 214px;*/
    width: 100%;
    overflow: hidden;
    display: block;
    max-height: 295px;
    min-height: 295px;
    position: relative;
}
/*.product-title {
    color: #262626;
    font-size: 15px;
    text-align: center;
    font-family: 'ProximaNova-Regular';
    line-height: 16px;
    height: 35px;
    margin: 3px 0px 5px;
    overflow: hidden;
    font-weight: normal;
    display: block;
    height: 73px;
}*/

.product-price {
    /*color: #ff4800;
    font-size: 16px;
    line-height: 27px;
    font-family: 'ProximaNova-Bold';
    float: right;
    padding-right: 20px;
    letter-spacing: 1px;*/

    display: inline-block;
    margin-right: 20px;
    font: 13px 'OpenSans-Regular';
    color: #666;
    text-decoration: line-through;
    position: relative;
    float: left;
    margin-top: 2px;
    min-height: 25px;
}
/*span.addtocart-button{
    border-radius: 5px;
    background: rgb(255, 162, 0) url(../images/icon_shop_cart.png) no-repeat 10px center;
    box-shadow: 0px 1px 1px 0px rgb(92, 88, 113);
    width: 177px;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 35px;
    padding-left: 22px;
}*/
span.addtocart-button input{
    line-height: 33px;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    position: relative;
}

/*span.addtocart-button input:after {
    content: '';
    background: url('../images/autotorg/shopping-cart.png');
    width: 18px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}*/

.news-product {
    margin-bottom: 20px;
}
.news-product .container{
    position: relative;

}
.news-product h2 {
    margin-bottom: 30px;
}
.look{
    color: #454545;
    font-family: 'Raleway-Regular';
    font-size: 12px;
}
.news-product .look{
    position: absolute;
    top: 30px;
    right: 15px;
}
.btn-cart {
    float: left;
}
.quantity-m{
    padding-left: 20px;
}
.quantity-m label{
    font-size: 12px;
    color: #454545;
    font-family: 'Raleway-Light';
}
.quantity-box-m{
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    background-color: #fff;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.quantity-box{
    display: inline-block;
    vertical-align: middle;
}

.button-cart > div{
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.button-cart .btn{
    background: rgb(255, 162, 0) url(../images/icon_shop_cart.png) no-repeat 10px center;
    padding-left: 22px;
}

span.quantity-box input{
    height: 100%;
}

.selectric-items {
    background-color: #5c5871;
}


#breadcrumb-line {
    border-top: 1px solid #e6e6e6;
    /*margin-bottom: 30px;*/
}
#breadcrumb-line li{
    display: inline-block;
    list-style: none;
    font: 13px 'OpenSans-Regular';
}

#breadcrumb-line li.active span {
    color: #369c2c;
}

#breadcrumb-line *{
    color: #000;
    font: 13px 'OpenSans-Regular';
    letter-spacing: 1px;
}

.breadcrumb>li>.divider {
    /*background: url(../images/autotorg/breadcrumb-arrow.png) no-repeat center 5px;*/
    width: 16px;
    height: 10px;
    color: #000!important;
    margin: 0 2px;
    padding: 0;
}

.breadcrumb li:first-child{
    display: none!important;
}

/* блог */
.blog .item-blog > .item {
    border: 2px solid #f4f4f4;
    padding: 20px;
    margin-bottom: 20px;
    max-height: 413px;
    min-height: 413px;
}
.item-blog h2, .item-blog h2 a {
    color: #454545;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    font-family: 'Raleway-Regular';
    overflow: hidden;
    height: 41px;
    padding-top: 6px;
}
.item-blog .page-header{
    margin-bottom: 10px;
}
.item-blog .item-image{
    overflow: hidden;
    max-height: 221px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto 10px
}
.item-blog .item-image img{
    min-height: 221px;
    height: auto;
    min-width: 100%;
    width: auto;
}
.item-blog .readmore {
    display: block;
    color: #e9a126;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 20px;
}
.item-blog p {
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 16px;
}
.blog h1{
    margin-bottom: 20px;
    padding-left: 0;
    border-left: 0;
    color: #212121;
    font: 24px 'Intro-Regular';
}

.item-page-artical .item-image{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 340px;
    height: 220px;
    overflow: hidden;
}

.item-page-artical img {
    min-height: 100%;
    min-width: 100%;
}

.item-page-artical {
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.item-page-artical h1{
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    text-transform: uppercase;
    display: block;
    margin: 0;
    padding: 0;
    border-left: 0;
    margin-bottom: 15px;
}
.item-page-artical .page-header{
    display: block;
}
.item-page-artical  h2,
.item-page-artical  h3,
.item-page-artical  h4,
.item-page-artical  h5,
.item-page-artical  h6{
    border: none;
    padding-left: 0;
    text-transform: initial;
    min-height: 100%;
    line-height: 100%;
    margin: 10px 0;
    color: #212121;
    font: 16px 'OpenSans-Bold'!important;
}
.item-page-artical p,
.item-page-artical ul,
.item-page-artical li{
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
    letter-spacing: 1px;
    line-height: 100%;
}
.item-page-artical ul{
    margin: 10px 0;
}
.item-page-artical li,
.item-page-artical ul{
    margin-left: 20px;
}
.vm-price-desc{
    display: none;
}
.title-catalog{
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: 'Raleway-Bold';
    height: 56px;
    line-height: 56px;
    background-color: #5c5871;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
}
.title-catalog span{
    font-family: 'Raleway-Light';
}
#left-top{
    margin-bottom: 20px;
}
.cf_filters_list {
    padding: 20px 15px;
}
.cf_filters_list li{
    margin-bottom: 15px;
    position: relative;
}
.cf_filters_list input{
    display: none;
}
.cf_filters_list li .cf_option {
    padding-left: 15px;
}
.cf_filters_list li .cf_option:before,
.cf_filters_list li .cf_option:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.cf_filters_list li .cf_option:before{
    border: 1px solid rgb(231, 231, 231);
    background-color: #fff; 
    width: 12px;
    height: 12px;
}

.cf_filters_list input:checked + .cf_option:after{
    height: 10px;
    width: 6px;
    border: 1px solid #58c54d;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px;
}
.cf_filters_list *{
    font-size: 13px;
    color: #262626;
    font-family: 'Raleway-Regular';
    line-height: 100%;
}
.cf_flt_wrapper {
    margin-bottom: 0;
}
#left .cf_flt_header{
    display: none;
}
#left .menu li {
    list-style: none;
}
#left  .moduletable {
    background-color: #f4f4f4;
}
#left .menu li *{
    text-transform: uppercase;
    color: #262626;
    font-size: 13px;
    font-family: 'Raleway-Regular';
    line-height: 36px;
    letter-spacing: 1px;
}
#left .menu li a {
    display: block;
}
#left .menu li:hover,
#left .menu li.current.active{
    background-color: #e7e7e7;
}
#left .menu li {
    padding-left: 15px;
}
.recently h2,.category_description h2{
    margin-bottom: 30px;
}
.recently{
    margin-bottom: 40px;
}
.recently .col-4{
    margin-bottom: 0;
}
.category_description {
    margin-bottom: 40px;
    
}
.border {
    padding: 20px;
    border: 1px solid #f4f4f4;
    text-align: center;
}
.category_description .border > div *{
    font-size: 12px;
    color: #353535;
    font-family: 'Raleway-Regular';
    text-align: left;
}
.category_description .border > div{
    height: 100px;
    overflow: hidden;
}
.readmoreCat {
    display: block;
    text-align: center;
    color: #ffa200;
    font-size: 12px;
    cursor: pointer;
}

.delivery-artical .item{
    border: 1px solid #e8e8e8;
    padding: 20px 20px 20px 60px;
    position: relative;
}
.delivery-title {
    color: #454545;
    font-size: 14px;
    display: block;
    letter-spacing: 1px;
    font-family: 'Raleway-Light';
    margin: 20px 0;
    padding-left: 10px;
}
.delivery-artical .col-xs-12:nth-child(1) .item:before{
    content: '1';
}
.delivery-artical .col-xs-12:nth-child(2) .item:before{
    content: '2';
}
.delivery-artical .col-xs-12:nth-child(3) .item:before{
    content: '3';
}
.delivery-artical .item:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 36px;
    background-color: #f4f4f4;
    color: #e9a126;
    font-size: 24px;
    list-style: 36px;
    text-align: center;
}
.delivery-artical .item .custom *{
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
}

.delivery-artical .margin-top .item {
    margin-top: 30px
}

body.delivery #bd_results{
    border: 1px solid #e8e8e8;
    max-width: 100%;
    width: 100%;
    padding: 40px 35px;
    margin: 0;
}
body.delivery .item-pagedelivery {
    width: 100%;
}
body.delivery .item-pagedelivery p{
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
} 
body.delivery .item-pagedelivery p strong{
    color: #212121;
    font: 14px 'OpenSans-Bold'!important;
}
body.delivery .order-intake{
    margin-top: 40px;
}
body.delivery .order-intake *{
    color: #454545;
    font-size: 12px;
    text-align: center;
}
body.delivery .item-pagedelivery h3,
body.delivery .item-pagedelivery h4{

    text-transform: uppercase;
    color: #212121;
    font: 24px 'Intro-Regular';
    line-height: 100%;
    letter-spacing: 1px;

}

/* product-details-view */

.product-details-view .addtocart-button {
    display: block;
    margin-bottom: 15px;
    height: 50px;
}

.product-details-view h1{
    color: #262626;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    line-height: 100%;
    min-height: auto;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.product-details-view .product_sku{
    font-size: 12px;
    color: #262626;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
}
.product-details-view .product_sku span{
    font-family: 'Raleway-Bold';
}
.product-details-view > .row{
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin: 0
}
.product-details-view #zoom_01 {
    border: 1px solid #e6e6e6;
}
.product-info {
    margin-bottom: 20px;
    line-height: 100%;
}
/*.product-short-description span{
    font-family: 'Raleway-Bold';
    padding-right: 2px;
}*/
/*.product-short-description *{
    font-size: 12px;
    color: #262626;
    font-family: 'Raleway-Regular';
    display: inline-block;
    letter-spacing: 1px;
}*/
.product-short-description{
    border: 1px solid #e6e6e6;
    border-width: 1px 0;
    line-height: 100%;
    padding: 20px 0;
}
.product-description {
    border: 1px solid #e6e6e6;
    position: relative;
}
@media(width: 1366px){.product-description{width: 735px;margin-top: -270px;float: left;}}

.product-description-content {
    max-height: 200px;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.product-description-backgr {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    bottom: 39px;
    left: 0;
    width: 100%;
    height: 35px;
}

/*.product-description *{
    color: #454545!important;
    font-size: 13px!important;
    font-family: 'Raleway-Regular'!important;
}*/
.product-description h3{
    font-size: 16px!important;
    line-height: 100%!important;
    font-family: 'Intro-Regular'!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff!important;
    background: #000;
    display: inline-block;
    padding: 10px 15px;
}
.zoomimg_floating {
    border: 1px solid #e6e6e6;
    margin: 5px;
}
.product-details-view .slick-arrow{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 15px;
    width: 15px;
    text-indent: -999999px;
    border: none;
    background: none;
}
.product-details-view .slick-next{
    left: inherit;
    right: 10%;
    border-top: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);  
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} 
.product-details-view .slick-prev{
    border-top: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 

.favorite_button{
    border: 2px solid #ffa200;
    background: #fff;
    color: #ffa200;
    font-size: 11px;
    font-family: 'ProximaNova-Regular';
    border-radius: 5px;
    width: 125px;
    height: 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
    padding-right: 10px;
}
#gallery_jZ > .slick-list{
    width: 95%;
    margin: 0 auto;
}
.priceAndCount {
    position: relative;
    /*border-bottom: 1px solid #e6e6e6;*/
    padding: 15px 0px;
}
.priceAndCount .product-price{
    float: left;
}
.priceAndCount .addtocart-area{
    float: right;
}
.priceAndCount input.quantity-input{
    width: 20px;
}

.product_stock{
    font-size: 13px;
    font-family: 'OpenSans-Light';
    letter-spacing: 1px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.product_stock .availability{
    color: #5aa500;
    white-space: nowrap;
}
.product_stock .non-availability{
  color: #e51600;
    white-space: nowrap;
}
.product_stock .order{
    color: #ffc000;
    white-space: nowrap;
}
.product_stock .expected{
    color: #ffc000;
    white-space: nowrap;
}

.product_stock .reserv {
    color: #ffc000;
    white-space: nowrap;
}

.product_stock .availability:before,
.product_stock .non-availability:before,
.product_stock .expected:before,
.product_stock .order:before,
.product_stock .reserv:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

.product_stock .non-availability:before{
    background-image: url(../images/autotorg/non-availability.png) ;
}
.product_stock .availability:before{
    background-image: url(../images/autotorg/availability.png);
}
.product_stock .order:before{
    background-image: url(../images/autotorg/order.png) ;
}
.product_stock .expected:before{
    background-image: url(../images/autotorg/expecting.png);
}
.product_stock .reserv:before{
    background-image: url(../images/autotorg/reserv.png);
}

.cartpanel .vm_cart_products *{
    font-family: 'Raleway-Regular'
}
.cartpanel .vm_cart_products .subtotal_with_tax{
    color: #ff4800;
}
.cartpanel .vm_cart_products .product_name * {
    color: #262626;
}
.cartpanel .vm_cart_products .product_name a:hover{
    color: #5c5871;
}

#slider-main .bannergroup{
    position: relative;
    /*height: 530px;*/
    overflow: hidden;
}
/*#slider-main .banner-description{
    position: absolute;
    top: 0;
}*/
#slider-main .slick-arrow{
    position: absolute;
    top: 0;
    left: 10%;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 15px;
    width: 15px;
    text-indent: -999999px;
    border: none;
    background: none;
}
#slider-main .slick-next{
    left: inherit;
    right: 10%;
    border-top: 2px solid rgba(235, 235, 235, 0.44);
    border-right: 2px solid rgba(235, 235, 235, 0.44);  
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
} 
#slider-main .slick-prev{
    border-top: 2px solid rgba(235, 235, 235, 0.44);
    border-left: 2px solid rgba(235, 235, 235, 0.44);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
} 
#slider-main .slick-slide img {
    height: 100%;
    width: 100%;
}



/* cart */
fieldset {
    border: none;
}

/*.vm-fieldset-tos {
    display: none;
}*/

/*.cart-view {
   max-width: 1160px;
   width: 98%;
   margin: 0 auto; 
}*/
.cart-view  .cart-summary{
    border: 1px solid #e6e6e6;
}
.cart-view thead{
    background-color: #f4f4f4;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.cart-view thead th {
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Regular';
    line-height: 40px;
    text-align: center;
}
.cart-view tbody td{
    text-align: center;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-top: 10px;
}
.cart-view tbody tr:nth-last-child(2) td{
    padding-bottom: 10px;
}
.cart-view .cart-images{
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    height: 66px;
    width: 91px;
    overflow: hidden;
    display:  inline-block;
    position: relative;
    vertical-align: middle;
}
.cart-view .cart-images img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    width: 90%;
}
.cart-view .cart-images + a{
    position: relative;
    vertical-align: middle;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-left: 10px;
}
.cart-view .sectiontableentry1 td:first-child {
    text-align: right;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Bold';
    line-height: 54px;
}
.cart-view .sectiontableentry1 td:last-child {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    color: #dd4911;
    line-height: 54px;
}
.cart-view .sectiontableentry1 {
    height: 54px;
    border-top: 1px solid rgb(230, 230, 230);

}
.cart-delivery,
.billto-shipto{
    border: 1px solid rgb(230, 230, 230);
    border-top-width: 0;
    padding-bottom: 30px;
}
.cart-delivery > div,
.billto-shipto > div{
    float: left;
    width: 50%;
}
.cart-delivery > div > div,
.billto-shipto > div > div{
    width: 250px;
    margin: 0 auto;
}
#cart-view h3{
    font-size: 16px;
    font-family: 'Raleway-Light';
    line-height: 100%;
    color: #454545;
    text-transform: uppercase;
    margin: 20px 0;
}

/* registration */ 
.control-group {
    margin-bottom: 10px;
}

.control-group label{
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 1px;
}
.control-group .spacer{
    border: none;
}
.control-group a{
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}
/* user */
.dl-horizontal dt,
.dl-horizontal dd{
    float: left;
}
.dl-horizontal dt:nth-of-type(n+1){
    clear: both;
}
.dl-horizontal dt p{
    font-family: 'ProximaNova-Bold';
}
.dl-horizontal dd p{
    padding-left: 20px;
}


/* artical*/
/*.page-header h1{
    margin-bottom: 20px;
} */


/*contact-info */

.contact-info h1{
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    padding-left: 0;
    border-left: 0;
    margin-left: 15px;
    margin-bottom: 15px;
}
.contact-info .container-contact{
    max-width: 100%;
    width: 100%;
}
.container-contact .row{
    margin: 0;
}
.contact-info h3{
    font: 16px 'Intro-Regular';
    color: #212121;
    text-transform: uppercase;
    line-height: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.contact-info .custom {
    border: 1px solid rgb(230, 230, 230);
    padding: 30px;
}
/*.mw300 {
    width: 300px;
    float: right;
    padding: 0;
}*/
/*.mw750{
    max-width: 780px;
    float: left;
    width: 100%;
    padding: 0;
}*/
.contact-info .map{
    height: 164px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgb(230, 230, 230);
}
.contact-info .map:last-child{
    margin-bottom: 0;
}
.contact-info .map iframe{
    width: 100%;
    height: 100%;
}
.contact-info .map-text{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.58);
    padding: 20px 30px;
    max-width: 330px;
}
.contact-info .map-text li{
    list-style: none;
    margin-bottom: 5px;
}
.contact-info .map-text {
    font-size: 12px;
    font-family: 'Raleway-Regular';
    color: #000;
}
.contact-info strong{
    font-family: 'Raleway-Bold';
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 100%;
    text-align: left;
}
.contact-info p{
    margin-bottom: 10px;
}
.contact-feedback {
    margin-top: 40px;
    width: 100%;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    text-align: center;
}

.contact-feedback label{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    border-bottom: 1px solid rgb(230, 230, 230);
    font-size: 16px;
    color: #454545;
    font-family: 'Raleway-Light';
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.contact-feedback input{
    max-width: 250px;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid rgb(230, 230, 230);
    color: #454545;
    font-size: 12px;
    padding-left: 5px;
}
.contact-feedback .btn{
    margin: 10px auto 30px;
}

/* about */

.about .advantages {
    /*background-color: #f4f4f4;*/
}
.about .advantages h2{
    font-family: 'Raleway-Light';
    color: #5b5970;
    font-size: 16px;
    min-height: 25px;
    line-height: 25px;
}
.about h1{
    margin-bottom: 20px;
}
#about *{
    color: #454545;
    font-size: 12px;
    line-height: 16px;
}
.about-text {
    margin-bottom: 44px;
}

#about {
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    text-align: justify;
    height: auto;
}

#about p{
    margin-bottom: 10px;
}
.about .advantages .item {
    width: 79px;
    height: 78px;
}

.about .sprite:before{
    background: url(../images/icons-2.png) no-repeat;
    display: block;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about .sprite-1:before {
    width: 49px;
    height: 42px;
    background-position: -5px -5px;
}

.about .sprite-2:before {
    width: 44px;
    height: 36px;
    background-position: -5px -57px;
}

.about .sprite-3:before {
    width: 38px;
    height: 38px;
    background-position: -5px -103px;
}

.about .sprite-4:before {
    width: 36px;
    height: 35px;
    background-position: -5px -151px;
}

.about  .sprite-5:before {
    width: 44px;
    height: 37px;
    background-position: -5px -196px;
}

.about .sprite-6:before {
    width: 34px;
    height: 32px;
    background-position: -5px -243px;
}

.about .sprite-1:hover:before{
    width: 49px;
    height: 42px;
    background-position: -5px -285px;
}

.about .sprite-2:hover:before{
    width: 44px;
    height: 36px;
    background-position: -5px -337px;
}

.about .sprite-3:hover:before{
    width: 38px;
    height: 38px;
    background-position: -5px -383px;
}

.about .sprite-4:hover:before {
    width: 36px;
    height: 35px;
    background-position: -5px -431px;
}

.about .sprite-5:hover:before {
    width: 44px;
    height: 37px;
    background-position: -5px -476px;
}

.about .sprite-6:hover:before {
    width: 34px;
    height: 32px;
    background-position: -5px -523px;
}


/* news */ 

.news-hits {
    background-color: #fff;
}
.news-hits .hits {
    padding: 20px 20px 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.news-hits .hits:first-child {
    border-top: 1px solid #e6e6e6;
}

.news-hits .hits figure{
    height: 75px;
    width: 125px;
    overflow: hidden;
    float: left;
    margin-right: 6px;
}
.news-hits .hits h3{
    float: left;
    font: 14px 'OpenSans-Bold';
    color: #212121;
    line-height: 14px;
    text-transform: uppercase;
    padding: 2px 0;
    margin-bottom: 10px;
    max-width: 240px;
    width: 62%;
}
.news-hits .readmore {
    display: block;
    font: 14px 'OpenSansLight-Italic';
    color: #212121;
    line-height: 20px;
}
.news-hits + a.look{
    text-align: right;
    display: block;
    margin: 10px 0px;
}



/*autotorg*/

.item-435, .item-758{
    display: none!important;
}

#search-position #searchpanel input.inputbox {
    font: 12px 'OpenSansLight-Italic';
    color: #fff;
    line-height: 12px !important;
    padding: 2px 12px;
    height: 100%;
    margin-top: 0;
}

#search-position #searchpanel {
    display: block;
    position: relative;
    height: 100%;
    float: left;
    height: 32px !important;
    background: #6cb765;
}

#searchpanel {
    position: relative;
    left: 0;
    top: 0;
}

.cl-handler {
    float: left;
}



#search-position .button {
    float: right;
    padding: 0;
    margin: 0;
    height: 32px;
    background: url(../images/autotorg/search-icon.png) no-repeat 9px 8px transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    width: 32px;
    height: 32px;
}

#search-position #searchpanel input.inputbox {
    margin-top: 5px;
}

#search-position #searchpanel {
    width: 210px;
}

#search-position {
    float: right;
    height: 32px;
    width: 210px;
    position: absolute;
    right: 0;
}

#search-position .search {
    width: 210px;
}

.show-cart #cartpanel {
    background: none;
    height: 100%;
    width: 225px;
    float: left;
    padding-top: 21px;
}

.header-contact li:first-child:before {
    width: 28px;
    height: 21px;
    background: url(../images/autotorg/phone-header.png) no-repeat center;
    top: 1px;
    left: -35px;
}

.v_register, .open-register-form {
    position: relative;
}

.v_register:before, .open-register-form:before {
    content: '';
    position: absolute;
    left: -23px;
    top: 1px;
}

.login-panel li {
    margin-top: 5px;
}

.open-register-form {
    margin-right: 15px;
}

.open-register-form:before {
    background: url('../images/autotorg/user-login.png');
    width: 13px;
    height: 16px;
}

.v_register:before {
    background: url('../images/autotorg/user-register.png');
    width: 21px;
    height: 16px;
}

.logo.left img {
    margin-top: 15px;
}

.feedback .btn {
    margin-top: 0px;
}

.vmCartModule {
    width: 100%;
    float: left;
    margin-left: 8px;
}

.show-cart .total_products {
    position: static;
    white-space: normal;
    float: left;
    margin-left: 15px;
    color: #212121;
    font: 13px 'OpenSans-Regular';

}

.basket-img-container {
    width: 38px;
    float: left;
}

.basket-title {
    display: inline-block;
    padding-left: 15px;
    font: 15px 'Intro-Regular';
    color: #212121;
}

#slider-main {
    /*height: 450px;*/
    position: relative;
    overflow: hidden;
}

#slider-main .slick-arrow {
    top: -90px;
}

#slider-main .banner-description {
    position: absolute;
    top: calc(100% - 332px);
    right: 3%;
    z-index: 1;
}

#slider-main .banner-description span.green {
    color: #b8f400;
    font-family: inherit;
}

#slider-main .banner-description h1 {
    font: 59px 'Intro-Regular';
    color: #fff;
    padding-left: 0;
    border-left: none;
}

#slider-main .banner-description h2 {
    font: 31px 'OpenSans-Extrabold';
    color: #fff;
    padding-left: 3px;
    border-left: none;
}

#slider-main .banner-description h3 {
    font: 27px 'OpenSans-Regular';
    color: #fff;
    padding-left: 3px;
}

#slider-main .banner-description a {
    font: 13px 'OpenSans-Regular';
    color: #fff;
    position: relative;
    display: block;
    width: 200px;
    height: 35px;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
    padding-top: 5px;
    margin-top: 18px;
    margin-left: 4px;
    padding-right: 30px;
}

#slider-main .banner-description a:after {
    content: '';
    width: 20px;
    height: 14px;
    background: url(../images/autotorg/arrow-right.png);
    position: absolute;
    right: 30px;
    top: 7px;
}

#slider-main .slick-slide {
    position: relative;
}

#slider-main .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#slider-main .slick-dots li {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: transparent;
    margin: 0 7px;
    color: transparent;
    font-size: 0;
}

#slider-main .slick-dots li button {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #848484;
    border: 0;
}

#slider-main .slick-dots li.slick-active button {
    background: #b8f400;
}

#slider-main .bannergroup {
    /*height: 450px;*/
}

.guarantee:before, .delivery:before, .cash:before, .stock-exchange:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 35px;
}

.guarantee:before {
    background: url('../images/autotorg/guarantee.png') no-repeat;
    width: 44px;
    height: 50px;
}

.delivery:before {
    background: url('../images/autotorg/delivery.png') no-repeat;
    width: 56px;
    height: 56px;
}

.cash:before {
    background: url('../images/autotorg/cash.png') no-repeat;
    width: 50px;
    height: 50px;
}

.stock-exchange:before {
    background: url('../images/autotorg/stock-exchange.png') no-repeat center left;
    width: 55px;
    height: 55px;
}

.shop-description-col {
    padding: 0 50px 0 100px;
}

.shop-description-col h3 {
    font: 16px 'Intro-Regular';
    color: #212121;
    position: relative;
    margin-bottom: 9px;
}

.shop-description-col h3:after {
    content: '';
    border-bottom: 2px solid #000;
    width: 40px;
    display: block;
    position: absolute;
    left: 1px;
    bottom: -4px;
}

.shop-description-col h4 {
    font: 13px 'OpenSans-Regular';
    color: #212121;
}

#shop-decription-section h2 {
    color: #212121;
    font: 24px 'Intro-Regular';
    text-align: center;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: none;
}

#shop-decription-section h2:after {
    content: '';
    border-bottom: 2px solid #000;
    width: 50px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
}



#category-left-container ul.menu {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #fff;
}

.category-left-h3 {
    font: 24px 'Intro-Regular';
    color: #fff;
    background: #000;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

#category-left-container ul.menu{
    position: relative;
}
#category-left-container ul.menu > li {
    font: 14px 'OpenSans-Regular';
    color: #212121;
    text-transform: uppercase;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
}

#category-left-container ul.menu > li > div a {
    font: 14px 'OpenSans-Regular';
    color: #212121;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 11px 50px;
}

#category-left-container ul.menu > li > div a:hover {
    background: #b8f400;
}

.show-me-more {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}

.show-me-more span {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.show-me-more span:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

.title-small {
    color: #212121;
    font: 16px 'SourceSansPro-Regular';
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.title-small:before {
    content: '';
    border-left: 2px solid #212121;
    width: 3px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 0;
}

.latestnews {
    margin-bottom: 50px;
}

.title-big {
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
}

/*вывод товаров на главной*/
span.addtocart-button input {
    background: url(../images/autotorg/shopping-cart.png) no-repeat 95px 9px #58c54d!important;
    width: 270px;
    height: 40px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: none;
    margin-bottom: 0;
    z-index: 3;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    /*padding-top: 10px;*/
}

/*span.addtocart-button input {
    font: 13px 'OpenSans-Regular';
    color: #fff;
    padding-top: 10px;
}*/

.pr-img-handler img {
    min-width: 100%;
    /*max-height: 295px;
    min-height: 295px;*/
    margin: 0 auto;
    display: block;
}

.category-content .pr-img-handler img {
    min-width: auto;
    width: auto;
    height: auto;
    /*max-height: 295px;
    min-height: 295px;*/
    margin: 0 auto;
    display: block;
    max-height: 280px;
}

.pr-img-handler > a {
    border-bottom: 1px solid #e6e6e6;
}

.product-title {
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    text-transform: uppercase;
    height: 74px;
    margin: 0;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}

.product-title a {
    color: #212121;
}

.btn-cart {
    width: 100%;
}

.quantity-m {
    display: none;
}

.product-price {
    width: 100%;
    padding-right: 0;
    /*margin-right: 20px;*/
    /*float: right;*/
    margin-bottom: 7px;
}

.Priceproduct_override_price {
    float: left;
    margin-top: 2px;
    padding-right: 10px;
    position: relative;
    text-decoration: line-through;
}

span.Priceproduct_override_price:after {
    content: '';
    border-right: 2px solid #bcbcbc;
    width: 2px;
    height: 75%;
    position: absolute;
    top: 2px;
    right: -1px;
}

.product-short-desc {
    float: left;
}

.Priceproduct_price {
    display: inline-block;
}

.PricesalesPrice {
    color: #ff4800;
    font-size: 16px;
    line-height: 27px;
    font-family: 'ProximaNova-Bold';
    float: right;
    padding-right: 20px;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}

/*.PricesalesPrice:after {
    content: '';
    border-right: 1px solid #666;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 2px;
    right: -11px;
}*/

.PricesalesPrice span {
    margin-right: 0;
}

.product-short-desc span {
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
    text-transform: none!important;
    background: #f7f7f7;
    margin-bottom: 25px;
    padding: 0 20px;
    display: block;
    height: auto;
    min-height: 65px;
}

.addtocart-area {
    height:55px;
}

.product-short-desc {
    position: relative;
    width: 100%;
}

.product-short-desc:before {
    content: '';
    background: #f7f7f7;
    height: 35px;
    width: 100%;
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 0;
}

.display-number {
    display: inline-block;
    float: left;
}
/*
.orderByList {
    position: absolute;
    right: 0;
    top: -59px;
}*/

.orderlistcontainer {
    border: 1px solid #e2e2e2;
    padding: 10px 35px 10px 15px;
    position: relative;
    height: 40px;
    min-width: 261px;
    cursor: pointer;
}

.display-number select#limit {
    width: 60px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    border-right: none;
}

.orderlistcontainer:after {
    content: '';
    background: url(../images/autotorg/filter-arrow-down.png) left bottom no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 13px;
    top: 18px;
}

.orderlistcontainer div.orderlist {
    box-shadow: none;
    z-index: 999;
    padding: 0;
    width: 100%;
    top: 39px;
    left: -1px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    min-width: 261px;
}

.orderlistcontainer div.orderlist div:hover {
    background: #e6e6e6;
}

/*.display-number .selectric-items li.selected {
    background: transparent;
    color: #000;
}*/

.display-number .selectric {
    width: 60px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    border-right: none;
}

.display-number .selectric:after {
    content: '';
    background: url(../images/autotorg/filter-arrow-down.png) left bottom no-repeat;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 13px;
    top: 18px;
}

.display-number .selectric .label {
    margin-top: 9px;
    text-align: center;
    margin-right: 20px;
}

.orderlistcontainer div.orderlist div {
    border-bottom: 0;
}

.display-number .selectric .button {
    border-left: 0;
}

.orderlistcontainer * {
    font: 13px 'OpenSans-Regular';
    color: #212121;
}

.orderlistcontainer .title {
    display: none;
}

.Priceproduct_price {
    font: 18px 'OpenSans-Bold';
}

div.productdetails.btn-cart > div > form > div.addtocart-bar > a {
    background: url(../images/autotorg/phone-call.png) no-repeat 84px 9px #bcbcbc!important;
    width: 270px;
    height: 40px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: 0px 2px 2.97px 0.03px rgba(36, 36, 36, 0.39);
    margin-bottom: 0;
    z-index: 3;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    display: block;
    z-index: 1111;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding-top: 11px;
}

/*
.Прямоугольник_7 {
    background-color: rgb(64, 174, 53);
    box-shadow: 0px 2px 2.97px 0.03px rgba(36, 36, 36, 0.39);
    position: absolute;
    left: 579px;
    top: 1202px;
    width: 268px;
    height: 41px;
    z-index: 456;
}
*/

.is-in-stock {
    display: inline-block;
    float: left;
    margin-left: 20px;
    color: #5aa500;
    position: relative;
}

.is-in-stock span {
    margin-left: 20px;
    font: 13px 'OpenSans-Light';
}

.is-in-stock:before {
    content: '';
    background: url('../images/autotorg/in-stock.png');
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}

/*Последние новости главная*/
.lastest-news-wrapper-url {
    display: block;
}

.lastest-news-wrapper {
    border: 1px solid #d2d2d2;
}

.lastest-news-img-wrapper {
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    height: 250px;
    width: 100%;
}

.lastest-news-text-wrapper {
    padding: 15px 25px;
}

.lastest-news-img {
    min-width: 100%;
    min-height: 100%;
}

.lastest-news-title {
    font: 14px 'OpenSans-Bold';
    color: #212121;
    text-transform: uppercase;
    display: block;
    margin-top: 5px;
}

.lastest-news-short-description {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    display: block;
    margin-top: 10px;
}

.lastest-news-readmore {
    margin: 0 auto;
    display: block;
    width: 145px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 10px;
}

.lastest-news-readmore-text {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.lastest-news-readmore-text:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

/*О компании Главная*/
.about-company-readmore {
    display: block;
    width: 145px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 30px;
    float: left;
}

.about-company-readmore-text {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.about-company-readmore-text:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

.about-company-img-wrapper {
    /*overflow: hidden;
    height: 105px;*/
}

.about-company-img-wrapper img {
    min-width: 100%;
    min-height: 100%;
}

.custom-about-company {
    max-height: 164px;
    overflow: hidden;
    /*float: left;*/
    /*margin-bottom: 55px;*/
}

.custom-about-company p, .custom-about-company p a {
    font: 14px 'SourceSansPro-Regular';
    color: #212121;
    line-height: 14px;
}

.custom-about-company-backgr {
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(47%, rgba(246,246,246,0.47)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(246,246,246,0.47) 47%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
}

.about-company-content {
    position: relative;
}

#footer h5 {
    color: #b8f400;
    font: 15px 'Intro-Regular';
    margin-bottom: 15px;
}

#footer p {
    font: 14px 'OpenSans-Regular';
    color: #fff;
}

#footer .footer-menu a {
    font: 14px 'OpenSans-Regular';
    color: #fff;
    line-height: 22px;
}

.phone-block {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.location-block {
    margin-bottom: 25px;
}

.location-block a {
    font: 14px 'OpenSans-Regular'!important;
    color: #fff;
}

.location-block a:hover, .location-block a:focus {
    color: #58c54d!important;
}

.footer-icons {
    width: 55px;
}

.footer-text-container a {
    margin-top: 7px;
    display: block;
    font-family: 'OpenSans-Bold';
}

.footer-text-container a:hover {
    color: #fff!important;
}

.complain-button {
    background: #58c54d;
    display: block;
    width: 195px;
    height: 35px;
    font: 12px 'OpenSans-Bold';
    color: #fff!important;
    text-transform: uppercase;
    text-align: center;
    padding-top: 8px;
    float: left;
}

.footer-img-container {
    display: inline-block;
    float: left;
    margin-bottom: 0;
}

.footer-menu {
    text-transform: uppercase;
}

.footer-logo {
    width: 100%;
    margin-bottom: 25px;
}

.custom-slider .slick-next, .custom-slider .slick-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 44px;
    background: transparent;
    border: 0;
    color: transparent;
    z-index: 100;
}

.custom-slider .slick-next{
    right: 0;
    border-top: 2px solid #171717;
    border-right: 2px solid #171717;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-slider .slick-prev{
    border-top: 2px solid #171717;
    border-left: 2px solid #171717;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-slider .slick-slide {
    height: 115px;
}

.custom-slider .slick-slide img {
    /*min-width: 100%;
    min-height: 100%;*/
    display: block;
    margin: 0 auto;
}

.custom-slider {
    margin: 50px 0;
}

.copywrite-link {
    display: inline-block!important;
}

/*меню категорий*/

#category-left-container ul.menu li:nth-child(9) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-7.png);
    width: 19px;
    height: 29px;
    position: absolute;
    left: 15px;
    top: 5px;
}

#category-left-container ul.menu li:nth-child(12) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-10.png);
    width: 30px;
    height: 26px;
    position: absolute;
    left: 8px;
    top: 15px;
}

#category-left-container ul.menu li:nth-child(3) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-3.png);
    width: 31px;
    height: 25px;
    position: absolute;
    left: 11px;
    top: 13px;
}

#category-left-container ul.menu li:nth-child(5) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-5.png);
    width: 31px;
    height: 22px;
    position: absolute;
    left: 11px;
    top: 18px;
}

#category-left-container ul.menu li:nth-child(7) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-6.png);
    width: 31px;
    height: 23px;
    position: absolute;
    left: 10px;
    top: 9px;
}

#category-left-container ul.menu li:nth-child(2) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-4.png);
    width: 31px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 9px;
}

#category-left-container ul.menu li:nth-child(4) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-8.png);
    width: 31px;
    height: 23px;
    position: absolute;
    left: 11px;
    top: 10px;
}

#category-left-container ul.menu li:nth-child(10) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-1.png);
    width: 18px;
    height: 28px;
    position: absolute;
    left: 15px;
    top: 9px;
}

#category-left-container ul.menu li:nth-child(8) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-13.png);
    width: 32px;
    height: 30px;
    position: absolute;
    left: 11px;
    top: 5px;
}

#category-left-container ul.menu li:nth-child(1) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-12.png);
    width: 18px;
    height: 29px;
    position: absolute;
    left: 18px;
    top: 5px;
}


#category-left-container ul.menu li:nth-child(6) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-9.png);
    width: 32px;
    height: 22px;
    position: absolute;
    left: 11px;
    top: 10px;
}

#category-left-container ul.menu li:nth-child(11) div a:before {
    content: '';
    background: url(../images/autotorg/categories-menu/category-11.png);
    width: 32px;
    height: 17px;
    position: absolute;
    left: 7px;
    top: 10px;
}

.article-readmore {
    color: #353535;
    font: 13px 'OpenSans-Regular';
    position: relative;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 35px;
    padding-right: 20px;
}

.article-readmore:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px;
}

#filters-top {
    background-color: #58c54d;

    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    /*height: 39px;
    overflow: hidden;*/
}

.headexpand_show, .headexpand_hide {
    background: url('../images/autotorg/filter-arrow-down.png') left bottom no-repeat;
    width: 9px;
    height: 5px;
}

.headexpand {
    margin: 8px 5px 0 10px!important;
}

#filters-top .cf_flt_header {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    padding: 9px;
    font: 14px 'OpenSans-Regular';
}

#filters-top .cf_flt_wrapper {
    z-index: 999;
    display: inline-block;
    float: left;
    border-top: 1px solid #58c54d;
    border-bottom: 1px solid #58c54d;
    border-right: 1px solid #58c54d;
    position: relative;
    background-color: #fff;
}

.filter-title {
    display: inline-block;
    background: #000;
    color: #fff;
    float: left;
    /*border-bottom: 1px solid #000;*/
}

.cf_flt_header_text {
    margin-left: 7px;
}

/*.orderlistcontainer:hover .orderlist {
    display: block;
}

.orderlistcontainer .orderlist:hover {
    display: block;
}*/

.orderlistcontainer .orderlist {
    display: none;
}

.filter-title h4 {
    font: 16px 'Intro-Regular';
    padding: 10px;
}

.headexpand {
    float: right;
    margin-right: 0;
    margin-top: 5px;
}



/*пагинация*/
.vm-pagination {
    padding: 0 0 10px 0;
}

.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
    display: none!important;
}

.vm-pagination a.pagenav, .vm-pagination span.pagenav  {
    color: #000;
    font: 18px 'OpenSans-Regular';
    background: transparent;
}

.vm-pagination span.pagenav {
    border: 1px solid #000;
}

.vm-pagination a.pagenav:hover {
    color: #58c54d;
}
/*хедер*/
.header-contact-inner-wrapper {
    padding: 5px 3px;
}

#cf_flt_wrapper_custom_f_24_180 > div:nth-child(2) {
    height: 0;
}

/*слайдер карточки товара*/
.product-slide {
    max-height: 100px;
    padding: 0px 10px;
}

.additional-images img {
    min-width: 100%;
    min-height: 100%;
}

.additional-images {
    margin: 15px 20px;
}

.product-details-view .slick-prev {
    left: -15px;
}

.product-details-view .slick-next {
    right: -15px;
}

.main-image a {
    display: block;
}

.main-image {
    height: 375px;
    overflow: hidden;
    position: relative;
}

.main-image img {
    min-height: 375px;
    overflow: hidden;
    max-height: 375px;
}

#fancybox-title {
    display: none!important;
}

#fancybox-outer {
    background: transparent;
}

#fancybox-content {
    background: #fff;
}

#fancybox-img {
    padding: 20px;
}
h1.title-small {
    color: #212121;
    font: 16px 'SourceSansPro-Regular';
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

h1.title-big {
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
}

.title-small:before {

}

.shop-advantages h4 {
    color: #212121;
    font: 16px 'Intro-Regular';
    margin-bottom: 10px;
    position: relative;
}

.shop-advantages h4:after {
    content: '';
    border-bottom: 2px solid #000;
    width: 39px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;

}

.shop-advantages-row {
    padding-left: 60px;
    position: relative;
    margin-bottom: 20px;
}

.shop-advantages-row:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.shop-advantages-row:nth-child(1):before {
    background: url("../images/autotorg/delivery-truck.png");
    width: 56px;
    height: 55px;
}

.shop-advantages-row:nth-child(2):before {
    background: url("../images/autotorg/shop-guarantee.png");
    width: 44px;
    height: 50px;
}

.shop-advantages-row:nth-child(3):before {
    background: url("../images/autotorg/wallet.png");
    width: 50px;
    height: 50px;
}

.shop-advantages-row:nth-child(4):before {
    background: url("../images/autotorg/deal.png");
    width: 55px;
    height: 55px;
}

.shop-advantages-row p {
    font: 13px 'OpenSans-Regular';
    line-height: 13px;
}


.product-fields-title {
    color: #212121;
    font: 12px 'OpenSans-Bold';
    text-transform: uppercase;
    padding-left: 60px;
}

.product-field-display .cf4all_option {
    color: #212121;
    font: 14px 'OpenSans-Light';
}

.product-field-display {
    padding-left: 60px;
}

.product-field {
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.product-field:first-child {
    border-top: 1px solid #e2e2e2;
}

.product-fields {
    padding: 0;
}

.product-field {
    position: relative;
    padding: 0;
}
/*.product-field:after {
    content: '';
    background: url(../images/autotorg/filtr-icon.png);
    width: 33px;
    height: 29px;
    position: absolute;
    left: 15px;
    top: 10px;
}*/

.product-details-view > .row {
    border: none;
    padding: 0;
}

.product-description-title {
    color: #212121!important;
    font: 16px 'OpenSans-Semibold'!important;
    display: inline-block!important;
    text-transform: uppercase;
    margin-left: 10px;
}

.product-description p {
    padding: 0 20px 20px 20px;
}

.read-full-description {
    padding: 10px 20px;
    display: block;
}

/*.product-description-content {
    transition-delay: 0.5s;
    transition: .2s ease-out;
}*/


#read-full-description-btn {
    font: 13px 'OpenSans-Regular';
    color: #000;
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

#read-full-description-btn:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 6px;
}

.read-short-description {
    padding: 10px 20px;
    display: none;
}

#shrink-btn {
    font: 13px 'OpenSans-Regular';
    color: #000;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
}

#shrink-btn:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
    transform: rotate(180deg);
}

a.notify {
    background: url(../images/autotorg/phone-call.png) no-repeat 84px 9px #bcbcbc!important;
    width: 270px;
    height: 40px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: 0px 2px 2.97px 0.03px rgba(36, 36, 36, 0.39);
    margin-bottom: 0;
    z-index: 3;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    display: block;
    z-index: 1111;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding-top: 11px;
}

.product-field-display a.notify {
    box-shadow: none;
}

.product-details-view span.addtocart-button input {
    width: 100%;
}

.product-details-view  .addtocart-area {
    width: 100%;
}

.product-details-view .product_stock {
     margin-left: 0;
}

.product-details-view .button-cart {
    border: 1px solid #e2e2e2;
    padding: 0 15px;
}

.product-details-view .button-cart > div {
    margin-top: 15px;
}

.product-details-view  .priceAndCount {
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#b-area {
    padding-left: 0;
}

.social-buttons-container {
    display: inline-block;
    float: right;
}

.social-buttons-container a {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 22px;
    margin: 0 7px;
    cursor: pointer;
}

.prod_vk {
    background: url('../images/autotorg/vk.png');
}

.prod_fb {
    background: url('../images/autotorg/fb.png');
}

.prod_g {
    background: url('../images/autotorg/g.png');
}

.prod_vk:hover {
    background: url('../images/autotorg/vk-hover.png');
}

.prod_fb:hover {
    background: url('../images/autotorg/fb-hover.png');
}

.prod_g:hover {
    background: url('../images/autotorg/g-hover.png');
}


.product-details-view .product_sku span {
    font: 12px 'OpenSans-Bold';
    color: #212121;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}

.product-details-view .product_sku {
    font: 14px 'OpenSans-Light';
    color: #212121;
    letter-spacing: 0;
}

.product-details-view  .priceAndCount {
    text-align: center;
}

.product-details-view .product-price {
    display: inline-block;
    float: none;
}

.product-details-view  .price-separator {
    margin-bottom: 14px;
    border-top: 1px solid #e2e2e2;
    margin-top: 0;
}

.product-details-view  .PricesalesPrice {
    font: 36px 'OpenSans-Bold';
    color: #e51600;
    text-decoration: none;
    margin-right: 0;
    /*margin-left: 10px;*/
    margin-top: 0;
    padding-right: 0;
}

.product-details-view .Priceproduct_override_price {
    font: 16px 'OpenSans-Regular';
    color: #666;
    margin-top: 11px;
    position: relative;
    text-decoration: line-through;
}

.product-details-view span.Priceproduct_override_price:after {
    content: '';
    border-right: 2px solid #a3a3a3;
    width: 2px;
    height: 75%;
    position: absolute;
    top: 3px;
    right: -1px;
}

.product-details-view .product_sku {
    text-align: left;
}

.product-details-view span.addtocart-button input {
    background: url(../images/autotorg/shopping-cart.png) no-repeat 28px center #58c54d!important;
    font-size: 16px;
}

.product-details-view .addtocart-area {
    height: auto;
}

.product-details-view  .product-price {
    margin-bottom: 0;
    min-height: 49px;
}

.product-price .ask-a-question {
    display: none;
}

.product-details-view .priceAndCount {
    padding: 5px 0px 11px;
}

.product-details-view  .title-small:before {
    left: 0;
}

.additional-images .slick-prev {
    border-top: 2px solid #cecece;
    border-left: 2px solid #cecece;
}

.additional-images .slick-next {
    border-top: 2px solid #cecece;
    border-right: 2px solid #cecece;
}

.additional-images .slick-next:hover, .additional-images .slick-prev:hover {
    border-color: #58c54d;
}

.product-details-view .notify {
    background: url(../images/autotorg/phone-call.png) no-repeat 27px 17px #bcbcbc!important;
    width: 100%;
    height: 50px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: none;
    margin-bottom: 0;
    z-index: 3;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    display: block;
    z-index: 1111;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    padding-top: 17px;
    text-align: center;
    margin-bottom: 15px;
}

/*баннер карточки товара*/
.custom-product-slider {
    height: 360px;
    position: relative;
    overflow: hidden;
}

.custom-product-slider .slick-arrow {
    top: -90px;
}

.custom-product-slider .slick-slide {
    position: relative;
}

.custom-product-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.custom-product-slider .slick-dots li {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: transparent;
    margin: 0 7px;
    color: transparent;
    font-size: 0;
}

.custom-product-slider .slick-dots li button {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #848484;
    border: 0;
}

.custom-product-slider .slick-dots li.slick-active button {
    background: #b8f400;
}

.custom-product-slider .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 40px;
    width: 20px;
    text-indent: -999999px;
    border: none;
    background: none;
    /*transform: rotate(45deg);*/
}

.custom-product-slider .slick-prev {
    background: rgba(255,255,255,0.7);
    width: 20px;
    height: 40px;
    left: 0;
    z-index: 2;
}

.custom-product-slider .slick-prev:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #7e7e7d;
    border-left: 2px solid #7e7e7d;
    right: 12px;
    z-index: 2;
}

.custom-product-slider .slick-next {
    background: rgba(255,255,255,0.7);
    width: 20px;
    height: 40px;
    right: 0;
    z-index: 2;
}

.custom-product-slider .slick-next:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    right: 5px;
    transform: rotate(45deg);
    border-top: 2px solid #7e7e7d;
    border-right: 2px solid #7e7e7d;
    z-index: 2;
}

.custom-product-slider .slick-next:hover:before, .custom-product-slider .slick-prev:hover:before {
    border-color: #58c54d;
}

.custom-product-slider .slick-slide img {
    min-height: 100%;
    min-width: 100%;
}

/*слайдер сопутствующих товаров*/
.product-related-products,
.recently  .main-product {
    height: auto;
    position: relative;
    overflow: hidden;
}

.product-related-products .slick-arrow,
.recently .main-product .slick-arrow {
    top: -90px;
}

.product-related-products .slick-slide,
.recently .main-product .slick-slide{
    position: relative;
}

.product-related-products .slick-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.product-related-products .slick-dots li {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: transparent;
    margin: 0 7px;
    color: transparent;
    font-size: 0;
}

.product-related-products .slick-dots li button {
    float: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #848484;
    border: 0;
}

.product-related-products .slick-dots li.slick-active button {
    background: #b8f400;
}

.product-related-products .slick-arrow,
.main-product .slick-arrow {
    position: absolute;
    top: -155px;
    bottom: 0;
    margin: auto;
    z-index: 10;
    height: 40px;
    width: 20px;
    text-indent: -999999px;
    border: none;
    background: none;
    /*transform: rotate(45deg);*/
}

.product-related-products .slick-prev,
.main-product .slick-prev {
    background: rgba(255,255,255,0.7);
    width: 20px;
    height: 40px;
    left: 15px;
    z-index: 2;
}

.product-related-products .slick-prev:before,
.main-product .slick-prev:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #7e7e7d;
    border-left: 2px solid #7e7e7d;
    right: 12px;
    z-index: 2;
}

.product-related-products .slick-next,
.main-product .slick-next{
    background: rgba(255,255,255,0.7);
    width: 20px;
    height: 40px;
    right: 15px;
    z-index: 2;
}

.product-related-products .slick-next:before,
.main-product .slick-next:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    right: 5px;
    transform: rotate(45deg);
    border-top: 2px solid #7e7e7d;
    border-right: 2px solid #7e7e7d;
    z-index: 2;
}

.product-related-products .slick-next:hover:before,
.product-related-products .slick-prev:hover:before,
.main-product .slick-prev:hover:before,
.main-product .slick-next:hover:before{
    border-color: #58c54d;
}

.product-related-products .slick-slide img {
    min-height: 100%;
    min-width: 100%;
}

.product-related-products .product-field-display {
    padding-left: 0;
}

.product-related-products .product-field:after {
    display: none;
}

.product-related-products .related-title {
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    text-transform: uppercase;
    height: 74px;
    margin: 0;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    display: block;
}

.related-title-url {
    color: #212121;
}

.product-related-products .related-img-container {
    max-height: 284px;
    min-height: 284px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.product-related-products .product-field-display {
    border: 1px solid #e6e6e6;
    /* margin: 0 13px; */
    /*min-height: 530px;
    max-height: 530px;*/
    margin-bottom: 30px;
    display: inline-table;
}

.product-related-products .product-field {
    border: none;
    padding: 0 15px;
}

.product-related-products .addtocart-area {
    height: 55px;
    float: left;
    width: 100%;
}

.product-related-products span.addtocart-button {
    text-align: center;
    display: block;
}

.product-related-products .product-short-desc span, .product-related-products a.notify {
    text-align: center;
}

.quantity-box, .quantity-controls {
    display: none!important;
}

.title-catalog {
    display: block;
    color: #fff;
    height: 60px;
    line-height: 100%;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    background: #212121;
    font: 24px 'Intro-Regular';
    color: #fff;
    padding-top: 15px;
    text-align: center;
}

.news-hits {

}

/*sticky left category menu*/
.sticky {
    position: fixed;
    z-index: 100;
    margin-top: 72px;
}
.stop {
    position: relative;
    z-index: 101;
}

/*filter opts style*/
.cf_filters_list li {
    padding: 0 25px;

}

#filters-top .cf_flt_header {
    min-width: 140px;
}

.cf_filters_list * {
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

.cf_filters_list li .cf_option {
    padding: 0;
}

/*корзина*/
#vmCartModule div.panel2 {
    background: #fff;
    top: 113px;
}

.cartpanel .show-cart-link a {
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    text-transform: uppercase;
}

.cartpanel .vm_cart_products * {
    color: #212121;
    font: 14px 'OpenSans-Regular';
}

#vmCartModule div.panel2 .cartpanel .total {
    color: #212121;
    font: 14px 'OpenSans-Bold';
    text-transform: uppercase;
}

#vmCartModule div.panel2 .cartpanel .total strong {
    color: #ff4800!important;
}

#vmCartModule div.panel2 .cartpanel .total .total_products {
    text-transform: none;
    font: 14px 'OpenSans-Regular';
}

.cartpanel .vm_cart_products .subtotal_with_tax {
    color: #ff4800!important;
    font: 16px 'ProximaNova-Bold'!important;
    line-height: 100%;
}

#fancybox-content .product-related-products {
    display: none!important;
}

#fancybox-content .continue_link {
    color: #212121;
    font: 15px 'OpenSans-Semibold';
    text-transform: uppercase;
    border: 3px solid #e6e6e6;
    position: relative;
    top: 8px;
    padding: 5px;
}

#fancybox-content {
    padding: 15px;
}

/*#fancybox-content > div > div {
    margin-top: 35px;
}*/

#fancybox-content h4 {
    color: #212121;
    font: 14px 'OpenSans-Bold';
}

#fancybox-content .showcart {
    color: #212121;
    font: 15px 'OpenSans-Semibold';
    text-transform: uppercase;
    border: 3px solid #e6e6e6;
    position: relative;
    top: 0px;
    padding: 5px;
}

#content-handler .container {
    padding: 0!important;
}

.news-hits .readmore {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.news-hits .readmore:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

.popular-article-short-text {
    display: inline-block;
}

.news-hits .hits figure {
    margin-right: 13px;
}

.popular-articles-readmore {
    display: block;
    width: 200px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}

.popular-articles-readmore-text {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.popular-articles-readmore-text:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

/*валидация*/
.ok {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/autotorg/validate.png) no-repeat;
    background-size: cover;
    top: 12px;
    right: 12px;
}

.err {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/autotorg/no-validate.png) no-repeat;
    background-size: cover;
    top: 12px;
    right: 12px;
}

/*колонки категорий новостей*/
.blog .item-blog > .item{
    border: 1px solid #d2d2d2;
}

.item-blog .item-image {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d2d2d2;
    overflow: hidden;
    height: 250px;
}

.blog .item-blog > .item {
    padding: 0;
}

.item-blog .page-header {

}

.item-blog p {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    display: block;
    padding: 0 25px;
}

.item-blog h2, .item-blog h2 a {
    font: 14px 'OpenSans-Bold';
    color: #212121;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0;
    border-left: 0;
    overflow: hidden;
    height: 53px;
    padding: 0 12px;
    margin-top: 10px;
}

.item-blog .item-image img {
    min-height: 100%;
    min-width: 100%;
}

.news-cat-short-description {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    display: block;
    margin-top: 10px;
    padding: 0 25px;
}

.cat-readmore {
    display: block;
    width: 145px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.cat-readmore:focus {
    border: 1px solid #000;
}

.cat-readmore-text {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.cat-readmore-text:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

.blog .item-blog > .item {
    min-height: 460px;
    max-height: 460px;
    margin-bottom: 30px;
}

.cartpanel .arrow {
    position: absolute;
    right: 20px;
    top: 25px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.cartpanel .arrow:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cartpanel .arrow:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* cart */
fieldset {
    border: none;
}

.post_payment__ p{
    font-size: 14px;
    display: inline-block;
}
.post_payment__ .btn{
    display: block;
    text-align: center;
    margin-top: 12px;
}
/*.vm-fieldset-tos {
    display: none;
}*/

/*.cart-view {
   max-width: 1160px;
   width: 98%;
   margin: 0 auto;
}*/
.opc_unlogged_wrapper  .cart-summary,
.opc_logged_wrapper .cart-summary{
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    width: 100%;
    min-width: 461px;
    overflow-y: scroll;
}
.black-basket {
    overflow: auto;
}
.opc_logged_wrapper .cart-summary{
    border-bottom: none;
}
.opc_unlogged_wrapper thead,
.opc_logged_wrapper thead{
    background-color: #f4f4f4;
    height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.opc_unlogged_wrapper thead th,
.opc_logged_wrapper  thead th{
    color: #212121;
    font: 14px 'OpenSans-Regular';
    line-height: 40px;
    text-align: center;
}

div#vmMainPageOPC h1 {
    color: #212121;
    font: 24px 'Intro-Regular';
    border-left: none;
    padding-left: 0;
}

.opc_unlogged_wrapper tbody td,
.opc_logged_wrapper  tbody td{
    text-align: center;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-top: 10px;
}
.opc_unlogged_wrapper tbody tr:nth-last-child(2) td,
.opc_logged_wrapper tbody tr:nth-last-child(2) td{
    padding-bottom: 10px;
    vertical-align: initial;
}
.opc_unlogged_wrapper .cart-images,
.opc_logged_wrapper .cart-images{
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    height: 66px;
    width: 91px;
    overflow: hidden;
    display:  inline-block;
    position: relative;
    vertical-align: middle;
    float: left;
    margin-left: 20px;
}
.opc_unlogged_wrapper .cart-images img,
.opc_logged_wrapper .cart-images img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    width: 90%;
}
.opc_unlogged_wrapper .cart-images + a,
.opc_logged_wrapper .cart-images + a{
    position: relative;
    vertical-align: middle;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    font-size: 14px;
    padding-left: 10px;
}
.opc_unlogged_wrapper .sectiontableentry1 td:first-child,
.opc_logged_wrapper .sectiontableentry1 td:first-child {
    text-align: right;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Bold';
    line-height: 54px;
}
.opc_unlogged_wrapper .sectiontableentry1 td:last-child,
.opc_logged_wrapper .sectiontableentry1 td:last-child {
    font-family: 'ProximaNova-Bold';
    font-size: 18px;
    color: #dd4911;
    line-height: 54px;
}
.opc_unlogged_wrapper .sectiontableentry1,
.opc_logged_wrapper .sectiontableentry1 {
    height: 54px;
    border-top: 1px solid rgb(230, 230, 230);

}
.op_list_li:not(.active) h3 {
    color: #c6c6c6!important;
}
#onepage_main_div {
    border: 1px solid rgb(230, 230, 230);
    border-top-width: 0;
    padding-bottom: 20px;
}
#onepage_main_div .container{
    max-width: 1120px;
    width: 100%;
}
#logintab,#registertab{
    margin: 10px 0;
}
#onepage_main_div label{
    color: #212121;
    font: 14px 'OpenSans-Regular';
    position: relative;
}

#payment_html .selected label:after, #ajaxshipping .selected label:after {
    background: #58c54d;
}

#onepage_main_div input[type="checkbox"] {
    display: none;
}
#onepage_main_div input[type="checkbox"] + label{
    padding-left: 20px;
}
#onepage_main_div input[type="checkbox"] + label:before ,
#onepage_main_div input[type="checkbox"] + label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
#onepage_main_div input[type="checkbox"] + label:before{
    border: 1px solid rgb(231, 231, 231);
    background-color: #fff;
    width: 12px;
    height: 12px;
}
#onepage_main_div input[type="checkbox"]:checked + label:after{
    height: 10px;
    width: 6px;
    border: 1px solid #ffa200;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -5px;
    left: 3px;
}

.loginDiv{
    float: left;
    width: 50%;
}
.loginDiv > div{
    width: 250px;
    margin: 0 auto;
}

.loginDiv:before{
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    /*border-bottom: 1px solid rgb(230, 230, 230);*/
}

#tt_order_subtotal_basket {
    text-align: left!important;
    padding-left: 13px;
    padding-top: 0;
}

.opc_unlogged_wrapper .sectiontableentry1 td:first-child {
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    padding-top: 0;
}

#ajaxshipping br {
    display: none;
}

.BTaddress {
    font-size: 12px;
    color: #454545;
    font-family: 'Raleway-Regular';
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
}
#edit_address_bt {
    color: #ffa200;
    margin-top: 10px;
    display: block;
}
.billto-shipto{
    border: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}

.op_inside.loginsection{
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 12px;
}
.border-bottom{
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 30px;
}
.registration > div,
.address > div,
.payment > div{
    float: left;
    width: 50%;
}
.registration > div > div,
.address > div > div,
.payment > div > div{
    width: 250px;
    margin: 0 auto;
}
.note > div {
    float: left;
    width: 57%;
}
.note > div > div{
    max-width: 330px;
    width: 98%;
    margin: 0 auto;
}
#rbsubmit {
    float: left;
    width: 43%;
}
#rbsubmit > div{
    width: 250px;
    border-radius: 0px;
    border: 1px solid rgb(230, 230, 230);
    margin: 20px auto 0;
}
#rbsubmit > div > div > div{
    padding: 15px 26px 15px;
    display: block;
}

#tt_order_subtotal_div,
#tt_shipping_rate_div{
    display: none!important;
}

#totalam + div{
    border-top: 1px solid rgb(230, 230, 230);
    padding: 25px 10px!important;
    display: block;
    text-align: center;
}

#totalam {
    padding: 0;
}

#tt_total_div{
    color: #454545;
    font-family: 'Raleway-Bold';
    font-size: 12px;
    display: block;
    line-height: 100%;
}
#tt_total_div #tt_total{
    color: #dd4911;
    font-size: 18px;
    font-family: 'ProximaNova-Bold';
    /*float: right;*/
}
#tt_total_div #tt_total_txt{
    /*float: left;*/
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    margin-right: 10px;
    position: relative;
}

#tt_total_div #tt_total_txt:after {
    content: ':';
}


.opc_unlogged_wrapper h3,
.opc_logged_wrapper h3,
#onepage_main_div h3{
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    line-height: 100%;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 1px;
}
#customer_note_field{
    width: 100%;
    height: 93px;
    border-radius: 0px;
    border: 1px solid rgb(230, 230, 230);
    resize: none;
    color: #454545;
    font-size: 12px;
    font-family: 'Raleway-Light';
    padding: 5px;
}
#opc_error_msgs{
    display: none!important;
}

#tab_selector li{
    list-style: none;
    display: inline-block;
}

.op_inside input:not([type="radio"]){
    border: 1px solid rgb(230, 230, 230);
    border-radius: 5px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 10px;
    font: 14px 'OpenSans-Regular';
    color: #212121;
}

div#vmMainPageOPC input {
    text-align: center;
}

#customer_note_field {
    font: 14px 'OpenSans-Regular';
    color: #212121;
    padding-left: 10px;
}

.op_inside input[type="button"]{
    border: none;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    margin: 0;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    margin-top: 15px;
}

.op_inside a.btn {
    line-height: 40px;
    height: 40px;
    margin: 0;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    width: 100%;
    max-width: 200px;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    padding-top: 11px;
    margin-top: 25px!important;
}

.formLabel #register_account,
.formLabel label[for='register_account'] {
    display: inline-block;
    vertical-align: top;
}
/*.op_inside a.btn{
    border: none;
    display: inline-block;
    line-height: 33px;
    height: 33px;
    vertical-align: middle;
    padding: 0px 10px;
    width: auto;
}*/
#ajaxshipping *,
#payment_html *{
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
    letter-spacing: 1px;
    line-height: 16px;
    cursor: pointer;
}

#confirmbtn_button {
    border-radius: 0;
    background-color: #58c54d;
    box-shadow: none;
    width: 195px;
    height: 40px;
    line-height: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font: 13px 'OpenSans-Regular';
    color: #fff;
}

#ajaxshipping input,
#payment_html input{
    display: none;
}
#ajaxshipping label,
#payment_html label{
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    display: block;
}

#ajaxshipping label:before,
#payment_html label:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid rgb(187, 187, 187);
    width: 12px;
    height: 12px;
}

#ajaxshipping .selected label:before,
#payment_html .selected label:before{
    border-color: #58c54d;
}
#payment_html .selected label:after,
#ajaxshipping .selected label:after{
    content: '';
    position: absolute;
    top: 0;
    left: 3px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #58c54d;
    border-radius: 50%;
}

/* end cart*/
/*.orderlistcontainer div.activeOrder {
    pointer-events: none;
}*/

#LoginForm.modal {
    display: none;
}

#LoginForm .btn-group > .button.dropdown-toggle {
    display: none;
}

#LoginForm .btn-group > .button {
    background: #58c54d!important;
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding-left: 20px;
    box-shadow: none;
    margin-bottom: 0;
    z-index: 3;
    font: 13px 'OpenSans-Regular';
    color: #fff;
    border: none;
    text-transform: uppercase;
    padding-top: 11px;
    margin: 0 auto;
    display: block;
}

#LoginForm.modal input.inputbox {
    width: 100%;
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

.close-lgform-button {
    position: absolute;
    right: 20px;
    top: 25px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: transparent!important;
}

.close-lgform-button:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-lgform-button:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#LoginForm .modal-body .userdata label {
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

#LoginForm .modal-body ul li {
    list-style: none;
}

#LoginForm .btn-group > .dropdown-menu a {
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
    margin-top: 5px;
    display: block;
}

#LoginForm .btn-group > .dropdown-menu a:hover {
    background: transparent!important;
    color: #58c54d!important;
}

#LoginForm.modal {
    height: auto!important;
}

.registration h1, .registration h1 span {
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    border-left: none;
    padding-left: 0;
}

.registration .control-group input {
    height: 40px;
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
    padding-left: 10px;
}

.registration .control-group .controls .btn {
    height: 40px;
}

.registration .control-group {
    margin-bottom: 10px;
    margin-top: 10px;
}

.registration .control-group a {
    padding-top: 4px;
}

.virtuemart_search {
    display: none;
}

/*
.title-row .left .row {
    display: none;
}*/
.browse-view {
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
}

.over {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.85);
    display: none;
}

.alert h4 {
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
}

.alert > div > div {
    font-size: 14px;
    color: #262626;
    font-family: 'ProximaNova-Regular';
}

.nav-stacked li {
    list-style: none!important;
    background: transparent!important;
}

.nav-stacked li a, .nav-stacked li a:hover {
    font-size: 14px!important;
    color: #262626!important;
    font-family: 'ProximaNova-Regular'!important;
    background: transparent!important;
    border-top: none!important;
}

.login .controls .invalid {
    border: 1px solid red;
}

.login .controls input {
    width: 195px;
    height: 40px;
    font-size: 14px!important;
    color: #262626!important;
    padding-left: 10px;
    font-family: 'ProximaNova-Regular'!important;
}

.login .controls .btn {
    height: 40px;
}

.controls #remember {
    width: auto;
    height: auto;
}


/*MODAL*/
/*МОДАЛЬНОЕ ОКНО #1*/
.order-call {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    overflow-y: auto;
}

.order-call .modal-body .close {
    position: absolute;
    right: 20px;
    top: 22px;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: transparent!important;
}

.order-call .modal-body .close:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.order-call .modal-body .close:after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 2px solid #000;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.order-call .modal-body .close:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #ec4b00;
    position: absolute;
    top: 3px;
    left: -9px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 50%;
    opacity: 1;
}*/

.order-call .modal-body .close:hover:after, .order-call .modal-body .close:hover:before{
    border-color: #58c54d;
}

.order-call .modalDialog:target {
    display: block;
    pointer-events: auto;
}

.order-call .modal-submit-button {
    margin: 0 auto;
    height: 40px;
    background: #58c54d;
    z-index: 12;
    text-align: center;
    border: 0;
    font: 13px 'OpenSans-Regular';
    text-transform: uppercase!important;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-transform: none;
    height: 45px;
}

.order-call .modal-submit-button:hover {
    background: #58c54d;
}

.modalDialog > div {
    max-width: 500px;
    width: 98%;
    height: 395px;
    position: absolute;
    /* margin: 13% auto; */
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 20px 13px 20px;
    border-radius: 0;
    background: #fff;
    overflow: hidden;
}

.order-call .modal-body {
    width: 320px;
    height: 240px;
    margin: 0 auto;
    background: #fff;
}

.complain .modal-body {
    height: 335px;
}

.complain textarea {
    resize: none;
    width: 100%;
    height: 70px;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    padding-top: 10px;
}

.order-call .modal-heading {
    font: 20px/30px'Exo2Regular';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.order-call .modal-input {
    width: 100%;
    height: 50px!important;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 6px;
    border: 0;
}

.order-call .modal-textarea {
    width: 100%;
    height: 160px;
    resize: none;
    padding: 10px;
    border-radius: 6px;
    border: 0;
}

.order-call #modal-form select {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.order-call .modal-header .close {
    position: relative;
    font-size: 0;
    opacity: 1;
}

.order-call .input-wrapper {
    margin-bottom: 15px;
    position: relative;
}

/*.order-call .input-wrapper:hover:after {
    content: '';
    border-bottom: 2px solid #58c54d;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}*/

.order-call .input-wrapper input {
    font: 14px 'OpenSans-Regular';
    color: #212121;

}

.order-call .input-wrapper input, .order-call .input-wrapper textarea {
    color: #212121;
}

.order-call .input-wrapper input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 0;
    padding-left: 15px;
}

.order-call .input-wrapper input[type="email"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    border-radius: 0;
    padding-left: 15px;
}

.order-call .modal-form-title {
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.vm-wrap .form-validate {

}

.vm-wrap h1 {
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    padding-left: 0;
    border-left: none;
}

.form-validate {
    color: #353535;
    font: 14px 'OpenSans-Regular';
    letter-spacing: 1px;
}

#notify_email {
    height: 40px;
    padding-left: 20px;
}

.notify-button {
    border-radius: 0;
    background-color: #58c54d;
    box-shadow: none;
    width: 195px;
    height: 40px;
    line-height: 33px;
    font-family: 'ProximaNova-Regular';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    border: none;
    /* float: none; */
    /* margin-bottom: 7px; */
    position: relative;
    top: -2px;
}

.cartpanel {
    border: 1px solid #f7f7f7;
}
.menu-nav > li.active > a, .menu-nav > li > a:hover, .menu-nav > li > a:focus {
    color: #369c2c; !important;
}

.about h1 {
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    padding-left: 0;
    border-left: 0;
    /*margin-left: 15px;*/
    margin-bottom: 15px;
}

.advantages p,
.advantages ul li,
.advantages a,
.advantages span {
    color: #353535;
    font: 14px 'OpenSans-Regular';
    letter-spacing: 1px;
    text-align: left;
}

/*картинки фильтров карточки товара*/
.product-field.cpu:after {
    content: '';
    background: url(../images/autotorg/cpu.png);
    width: 34px;
    height: 34px;
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.gpu:after {
    content: '';
    background: url(../images/autotorg/gpu.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.ram:after {
    content: '';
    background: url(../images/autotorg/ram.png);
    width: 30px;
    height: 29px;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.screen:after {
    content: '';
    background: url(../images/autotorg/screen.png);
    width: 33px;
    height: 29px;
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.hdd:after {
    content: '';
    background: url(../images/autotorg/hdd.png);
    width: 26px;
    height: 33px;
    position: absolute;
    left: 17px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.lan:after {
    content: '';
    background: url(../images/autotorg/lan.png);
    width: 33px;
    height: 31px;
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.battery:after {
    content: '';
    background: url(../images/autotorg/battery.png);
    width: 18px;
    height: 33px;
    position: absolute;
    left: 21px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.ports:after {
    content: '';
    background: url(../images/autotorg/ports.png);
    width: 33px;
    height: 33px;
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.weight:after {
    content: '';
    background: url(../images/autotorg/weight.png);
    width: 28px;
    height: 33px;
    position: absolute;
    left: 17px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.dvd:after {
    content: '';
    background: url(../images/autotorg/dvd.png);
    width: 23px;
    height: 33px;
    position: absolute;
    left: 19px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.ssd:after {
    content: '';
    background: url(../images/autotorg/ssd.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.hull:after {
    content: '';
    background: url(../images/autotorg/hull.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.motherboard:after {
    content: '';
    background: url(../images/autotorg/motherboard.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: 14px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.power:after {
    content: '';
    background: url(../images/autotorg/power.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: 13px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.product-field.cooling:after {
    content: '';
    background: url(../images/autotorg/cooling.png);
    width: 33px;
    height: 36px;
    position: absolute;
    left: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
}

@media (max-width: 1199px) {

    #category-right-container {
        width: 100%;
        margin-top: 20px;
    }

    #filters-top .filter-wrapper {
        display: none;
    }

    #category-left-container ul.menu {
        display: none;
    }

    #category-left-container .category-left-h3 {
        cursor: pointer;
    }

    .category-left-h3.mobile {
        position: relative;
    }

    .category-left-h3.mobile:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 8px;
        right: 20px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .filter-title.mobile {
        position: relative;
    }

    .filter-title.mobile:after {
        content: '';
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 17px;
        height: 17px;
        position: absolute;
        top: 8px;
        right: 20px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.purchase {
    padding: 0;
}

.cf_flt_wrapper.Active .cf_filters_list {
    display: block!important;
}

#filters-top .filter-wrapper.Active {
    display: block;
}

.cf_flt_header_text {
    pointer-events: none;
}

.headexpand {
    pointer-events: none;
}
/*адаптив*/
@media (min-width: 240px) and (max-width: 991px) {
    /*MENU BREAKPOINT*/

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    #header #menu li {
        padding: 5px 10px;
    }

    #header #menu li a {
        color: #000;
        text-transform: uppercase;
    }

    .menu-nav > li > a:hover {
        color: #369c2c!important;
    }

    a#pull {
        display: block;
        float: left;
        margin: 27px 15px 15px 0;
        display: none;
    }

    a#pull .adaptive-menu {
        display: block;
        width: 30px;
        height: 5px;
        background: #369c2c;
        margin-bottom: 5px;
    }

    #menu {
        display: none;
    }

    #nav {
        width: 320px;
        position: absolute;
        top: 112px;
        left: -78px;
        background: #fff;
        padding: 15px;
        padding-bottom: 5px;
        z-index: 99999;
        max-width: 200px;
        margin-left: 0;
        border: 1px solid #e0e0e0;
    }

    .main-menu ul li:hover:after {
        display: none;
    }

    #menu li a {
        font-size: 18px;
        text-transform: none;
    }

    ul.desktop li:hover a {
        color: #ffb600;
    }

    #nav li {
        float: left;
        padding: 0;
        border: none;
        width: 100%;
        text-align: left;
        margin-top: 0;
        margin-bottom: 10px;
    }

    #menu {
        position: relative;
    }
}

/*футер*/
@media (min-width: 768px) and (max-width: 989px) {
    .custom-footer .footer-col:nth-child(1), .custom-footer .footer-col:nth-child(2) {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .custom-footer {
        text-align: center;
    }

    .footer-col-inner-wrapper {
        display: inline-block;
        /*text-align: left;*/
    }

    .custom-footer .footer-col {
        margin-bottom: 20px;
    }

    .complain-button {
        float: none;
        margin: 0 auto;
    }

    #footer p {
        display: inline-block;
        text-align: left;
    }

    .phone-block {
        width: auto;
    }

    .custom-footer .footer-col:first-child .footer-col-inner-wrapper p {
        text-align: center!important;
    }

    .location-block .footer-text-container {
        display: inline!important;
    }
}

@media (min-width: 240px) and (max-width: 479px) {

    .custom-footer {
        text-align: center;
    }

    .footer-col-inner-wrapper {
        display: inline-block;
        /*text-align: left;*/
    }

    .custom-footer .footer-col {
        margin-bottom: 20px;
    }

    .complain-button {
        float: none;
        margin: 0 auto;
    }

    #footer p {
        display: inline-block;
        text-align: left;
    }

    .phone-block {
        width: auto;
    }

    .custom-footer .footer-col:first-child .footer-col-inner-wrapper p {
        text-align: center!important;
    }

    .location-block .footer-text-container {
        display: inline!important;
    }
}

/*АДАПТИВ ГЛАВНОГО БАННЕРА*/

@media (min-width: 1441px) and (max-width: 1700px) {
    #slider-main .banner-description {
        top: calc(100% - 285px);
        transform: scale(0.8);
        right: -65px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    #slider-main .banner-description {
        top: calc(100% - 270px);
        transform: scale(0.8);
        right: -65px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    #slider-main .banner-description {
        top: calc(100% - 260px);
        transform: scale(0.7);
        right: -110px;
    }
    .PricesalesPrice{
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #slider-main .banner-description {
        top: calc(100% - 233px);
        transform: scale(0.6);
        right: -162px;
    }
}

@media (min-width: 990px) and (max-width: 1023px) {
    #slider-main .banner-description {
        top: calc(100% - 229px);
        transform: scale(0.6);
        right: -172px;
    }
}


@media (min-width: 768px) and (max-width: 989px) {
    #slider-main .banner-description {
        top: calc(100% - 201px);
        transform: scale(0.5);
        right: -207px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    #slider-main .banner-description {
        top: calc(100% - 233px);
        transform: scale(0.4);
        right: 0;
        left: 0;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

/*АДАПТИВ HEADER*/
@media (min-width: 768px) and (max-width: 989px) {
    .logo.left {
        max-width: 222px;
    }

    .header-contact-inner-wrapper {
        padding: 5px 0;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .show-cart #cartpanel {
        width: 215px;
    }

    .vmCartModule {
        margin-left: 0;
    }

    .header-contact-inner-wrapper {
        padding: 5px 0;
    }

    .header-contact:before {
        display: none;
    }

    .logo.left img {
        max-width: 128px;
        margin-top: 26px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .show-cart #cartpanel {
        width: 215px;
    }

    .vmCartModule {
        margin-left: 0;
    }

    .header-contact {
        display: none;
    }

    .logo.left img {
        max-width: 128px;
        margin-top: 26px;
    }

    .login-panel {
        padding-left: 0;
    }

    #slider-main {
        display: none;
    }
}

@media (min-width: 240px) and (max-width: 479px) {
    .show-cart #cartpanel {
        width: 215px;
        padding-top: 0;
    }

    .vmCartModule {
        margin-left: 0;
    }

    .logo.left img {
        max-width: 128px;
        margin-top: 5px;
    }
    #stickyheader{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #stickyheader.fixed .header-contact{
        display: none;
    }

    .login-panel {
        padding-left: 0;
    }

    .show-cart #cartpanel {
        width: 37px;
    }

    .basket-title {
        display: none;
    }

    .total_products {
        display: none;
    }

    #slider-main {
        display: none;
    }

    #top-navigation > div > div:nth-child(3) {
        text-align: center;
    }

    .login-panel {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 100%;
    }

    .login-panel li {
        display: inline-block;
        float: none;
        padding-left: 32px;
    }

    /*#top-navigation {
        height: 65px;
    }*/

    #search-position {
        display: none;
    }
}

/*АДАПТИВ главной*/

@media (min-width: 1441px) and (max-width: 1600px) {
    .PricesalesPrice {
        padding-right: 0;
    }

    .product_stock .non-availability {
        letter-spacing: 0;
    }

    .product-tov {
        /*min-height: 485px;
        max-height: 485px;*/
    }

    .product-short-desc span {
        height: 85px;
    }

    .shop-description-col {
        padding: 0 20px 0 100px;
    }

    .lastest-news-img-wrapper {
        height: 210px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {

    #category-left-container ul li:nth-child(1) div a:before {
        top: 12px;
    }

    #category-left-container ul li:nth-child(2) div a:before {
        top: 9px;
    }

    #category-left-container ul li:nth-child(3) div a:before {
        top: 18px;
    }

    #category-left-container ul li:nth-child(4) div a:before {
        top: 14px;
    }

    #category-left-container ul li:nth-child(5) div a:before {
        top: 10px;
    }

    #category-left-container ul li:nth-child(6) div a:before {
        top: 14px;
    }

    #category-left-container ul li:nth-child(7) div a:before {
        top: 23px;
    }

    #category-left-container ul li:nth-child(8) div a:before {
        top: 12px;
    }

    #category-left-container ul li:nth-child(9) div a:before {
        top: 16px;
    }

    #category-left-container ul li:nth-child(10) div a:before {
        top: 10px;
    }

    #category-left-container ul li:nth-child(11) div a:before {
        top: 9px;
    }

    #category-left-container ul li:nth-child(12) div a:before {
        top: 7px;
    }

    #category-left-container ul li div a {
        padding: 15px 50px;
    }

    .PricesalesPrice {
        padding-right: 0;
    }

    .product_stock .non-availability {
        letter-spacing: 0;
    }

    .product-tov {
        /*min-height: 485px;
        max-height: 485px;*/
    }

    /*.product-short-desc span {
        height: 85px;
    }*/

    .shop-description-col {
        padding: 0 20px 0 100px;
    }

    .lastest-news-img-wrapper {
        height: 190px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {

    #category-left-container ul li:nth-child(1) div a:before {
        top: 12px;
    }

    #category-left-container ul li:nth-child(2) div a:before {
        top: 9px;
    }

    #category-left-container ul li:nth-child(3) div a:before {
        top: 18px;
    }

    #category-left-container ul li:nth-child(4) div a:before {
        top: 14px;
    }

    #category-left-container ul li:nth-child(5) div a:before {
        top: 10px;
    }

    #category-left-container ul li:nth-child(6) div a:before {
        top: 14px;
    }

    #category-left-container ul li:nth-child(7) div a:before {
        top: 23px;
    }

    #category-left-container ul li:nth-child(8) div a:before {
        top: 12px;
    }

    #category-left-container ul li:nth-child(9) div a:before {
        top: 16px;
    }

    #category-left-container ul li:nth-child(10) div a:before {
        top: 10px;
    }

    #category-left-container ul li:nth-child(11) div a:before {
        top: 9px;
    }

    #category-left-container ul li:nth-child(12) div a:before {
        top: 7px;
    }

    #category-left-container ul li div a {
        padding: 15px 50px;
    }

    .PricesalesPrice {
        padding-right: 0;
    }

    .product_stock .non-availability {
        letter-spacing: 0;
    }

    .product-tov {
        /*min-height: 485px;
        max-height: 485px;*/
    }

    .lastest-news-img-wrapper {
        height: 180px;
    }

    .category-left-h3 {
        font-size: 22px;
        padding-top: 17px;
    }

    #category-left-container ul li div a {
        font-size: 12px;
    }

    div.productdetails.btn-cart > div > form > div.addtocart-bar > a {
        background: url(../images/autotorg/phone-call.png) no-repeat 55px 9px #bcbcbc!important;
        width: 220px;
    }

    span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 60px 9px #58c54d!important;
        width: 220px;
    }

    .product-short-desc span {
        /*height: 101px;*/
    }

    .pr-img-handler > a {
        max-height: 180px;
        min-height: 180px;
    }

    .shop-description-col {
        padding: 0 20px 0 100px;
    }

    /*span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 45px 9px #58c54d!important;
        width: 180px;
    }

    div.productdetails.btn-cart > div > form > div.addtocart-bar > a {
        background: url(../images/autotorg/phone-call.png) no-repeat 38px 9px #bcbcbc!important;
        width: 180px;
    }*/

    .vmgroup .span4.floatleft.col-md-4 {
        width: 33.33333%;
    }

    #category-left-container {
        /*width: 33.33333%;*/
        width: 25%;
    }

    #category-right-container {
        /*width: 66.66666%;*/
        width: 75%;
    }

    .article-item {
        width: 33.33333%!important;
        margin-bottom: 30px;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    /*.sticky {
        position: relative;
    }*/

    /*.vmgroup .span4.floatleft.col-md-4 {
        width: 100%!important;
    }*/

    #category-left-container ul.menu {
        margin-bottom: 30px;
    }

    .shop-description-col {
        margin-bottom: 30px;
    }

    #shop-decription-section {
        margin-bottom: 10px;
    }

    .article-item {
        margin-bottom: 30px;
        width: 33.33333%;
    }

    .latestnews {
        margin-bottom: 10px;
    }

    #category-left-container ul li:nth-child(1) div a:before {
        top: 4px;
    }

    #category-left-container ul li:nth-child(2) div a:before {
        top: 1px;
    }

    #category-left-container ul li:nth-child(3) div a:before {
        top: 10px;
    }

    #category-left-container ul li:nth-child(4) div a:before {
        top: 6px;
    }

    #category-left-container ul li:nth-child(5) div a:before {
        top: 2px;
    }

    #category-left-container ul li:nth-child(6) div a:before {
        top: 6px;
    }

    #category-left-container ul li:nth-child(7) div a:before {
        top: 6px;
    }

    #category-left-container ul li:nth-child(8) div a:before {
        top: 4px;
    }

    #category-left-container ul li:nth-child(9) div a:before {
        top: 8px;
    }

    #category-left-container ul li:nth-child(10) div a:before {
        top: 2px;
    }

    #category-left-container ul li:nth-child(11) div a:before {
        top: 1px;
    }

    #category-left-container ul li:nth-child(12) div a:before {
        top: 0px;
    }

    #category-left-container ul li div a {
        padding: 8px 50px;
    }

    .category-left-h3 {
        font: 24px 'Intro-Regular';
        color: #fff;
        /*background: #212121;*/
        height: 40px;
        text-align: center;
        padding-top: 6px;
    }

    #category-right-container {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 767px) {
    #shop-decription-section {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 989px) {


    .lastest-news-img-wrapper {
        height: 160px;
    }

    #category-left-container {
        margin-bottom: 30px;
    }

    .article-item {
        margin-bottom: 30px;
        display: inline-block;
        width: 33%;
    }

    .latestnews {
        margin-bottom: 10px;
    }

    .shop-description-col {
        margin-bottom: 30px;
    }

    .lastest-news-img-wrapper {
        height: 160px;
    }

    .lastest-news-short-description {
        font-size: 11px;
    }

    .lastest-news-title {
        font-size: 12px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {

    /*#slider-main {
        margin-bottom: 30px;
    }*/

    #shop-decription-section h2 {
        margin-top: 20px;
    }

    #shop-decription-section {
        margin-bottom: 0;
    }

    #category-left-container {
        margin-bottom: 30px;
    }

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

    .latestnews {
        margin-bottom: 10px;
    }

    .shop-description-col {
        margin-bottom: 30px;
    }
}

@media (min-width: 480px) and (max-width: 639px) {

    #breadcrumb-line {
        border: none;
    }

    #slider-main {
        margin-bottom: 30px;
    }


    #shop-decription-section h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #shop-decription-section {
        margin-bottom: 0;
    }

    #category-left-container {
        margin-bottom: 30px;
    }

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

    .latestnews {
        margin-bottom: 10px;
    }

    .shop-description-col {
        margin-bottom: 30px;
    }

    .header {
        border-bottom: 1px solid #e0e0e0;
    }

    #nav {
        border-top: 0;
    }

}

@media (min-width: 240px) and (max-width: 479px) {

    #breadcrumb-line {
        border: none;
    }

    span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 45px 9px #58c54d!important;
        width: 180px
    }

    div.productdetails.btn-cart > div > form > div.addtocart-bar > a {
        width: 180px;
        background: url(../images/autotorg/phone-call.png) no-repeat 38px 9px #bcbcbc!important;
    }

    .PricesalesPrice {
        padding-right: 0;
    }

    .lastest-news-img-wrapper {
        height: 180px;
    }

    .pr-img-handler > a {
        max-height: 180px;
        min-height: 180px;
    }

    .pr-img-handler img {
        min-height: 180px;
    }

    .product_stock {
        display: block;
        padding-left: 0;
    }

    .product-short-desc span {
        margin-bottom: 10px;
    }

    .header {
        border-bottom: 1px solid #e0e0e0;
    }

    #nav {
        border-top: 0;
    }

    .product_stock .order:before, .product_stock .non-availability:before, .product_stock .availability:before, .product_stock .expected:before, .product_stock .reserv:before {
        display: none;
    }

    .lastest-news-title {
        font-size: 12px;
    }

    .lastest-news-short-description {
        font-size: 12px;
    }

    .product-tov {
        min-height: 100%;
        max-height: 100%;
    }

    .product-price {
        float: none;
        margin-right: 0;
    }

    .product_stock {
        float: none;
        margin-left: 0;
    }

    .product-short-desc span {
        font-size: 13px!important;
        height: auto;
    }

    .product-title {
        font-size: 14px;
        height: 55px;
        padding: 15px 10px 0;
        overflow: hidden;
    }

    .action-handler {
        margin-top: 0;
    }
    /*

    .main-product .floatleft {
        float: none;
    }*/

    .category-left-h3 {
        height: 40px;
        font-size: 18px;
        padding-top: 9px;
    }

    #category-left-container ul li div a {
        font-size: 13px;
    }

    #shop-decription-section h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #shop-decription-section {
        margin-bottom: 0;
    }

    #category-left-container {
        margin-bottom: 30px;
    }

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

    .latestnews {
        margin-bottom: 10px;
    }

    .shop-description-col {
        margin-bottom: 30px;
    }
}

/*адаптив страницы категорий*/

@media (min-width: 1199px) {
    .cf_filters_list {
        position: absolute;
        background: #fff;
        left: -1px;
        top: 38px;
        width: 100.9%;
        display: none;
        /*border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;*/
    }

    .cf_filters_list:before {
        content: '';
        position: absolute;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}

@media (max-width: 1199px) {

    .right.orderByList {
        display: none;
    }

    #filters-top .cf_flt_wrapper {
        width: 100%;
        border: none;
    }

    #filters-top .cf_flt_header {
        min-width: 0;
        width: 100%;
    }

    .filter-title {
        width: 100%;
    }
}

@media (min-width: 990px) and (max-width: 1365px) {
    .product.floatleft {
        width: 33.33333%;
    }
}

/*@media (min-width: 990px) and (max-width: 1199px) {
    .product.floatleft {
        width: 100%;
    }

    .cf_filters_list {
        position: static!important;
    }
}*/

@media (min-width: 768px) and (max-width: 989px) {
    .product.floatleft {
        width: 33.33333%;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .product.floatleft {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .product.floatleft {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .product.floatleft {
        width: 100%;
    }
}

/*адаптив карточки товара*/
@media (min-width: 1441px) and (max-width: 1700px) {

    .product-related-products .related-img-container {
        max-height: 170px;
        min-height: 170px;
    }

    .product-details-view  .PricesalesPrice {
        font-size: 26px;
        margin-top: 7px;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 7px center #58c54d!important;
        max-width: 107px;
        margin: 0 auto;
    }

    .product_stock {
        font-size: 12px;
    }

    .product-details-view .button-cart, .product-details-view .priceAndCount {
        height: 115px;
    }

    .social-buttons-container a {
        margin: 0 2px;
    }

    .product-details-view .product_sku {
        font-size: 11px;
    }

    .product-details-view .product_sku span {
        font-size: 11px;
    }

    .main-image {
        height: auto;
    }

    .main-image a {
        height: auto;
    }

    .main-image img  {
        height: auto;
        width: 100%;
        min-height: 0;
        min-width: 0;
    }

    .product-details-view .product-price {
        margin-right: 0;
    }

    .product-details-view .notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 4px 17px #bcbcbc!important;
        max-width: 107px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {

    .product-details-view .notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 4px 17px #bcbcbc!important;
        max-width: 107px;
    }

    .product-related-products .related-img-container {
        max-height: 210px;
        min-height: 210px;
    }

    .product-details-view .product-price {
        margin-right: 0;
    }

    .product-details-view  .PricesalesPrice {
        font-size: 26px;
        margin-top: 7px;
    }

    .product_stock {
        font-size: 12px;
    }

    .product-details-view .button-cart, .product-details-view .priceAndCount {
        height: 115px;
    }

    .social-buttons-container a {
        margin: 0 2px;
    }

    .product-details-view .product_sku {
        font-size: 11px;
    }

    .product-details-view .product_sku span {
        font-size: 11px;
    }

    .main-image {
        height: 230px;
    }

    .main-image a {
        height: 100%;
    }

    .custom-product-slider {
        height: auto;
      /*  margin-top: -105px; */
    }

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 75.7%!important;
        margin-top: 20px;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 5px center #58c54d!important;
        max-width: 209px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {

    .product-details-view  .PricesalesPrice {
        font-size: 20px;
    }

    .product-details-view .Priceproduct_override_price {
        margin-top: 2px;
    }

    .product-details-view .product-price {
        margin-right: 0;
    }

    .social-buttons-container a {
        margin: 0 1px;
    }

    .product-details-view .product_sku {
        font-size: 12px;
    }

    .product-details-view .priceAndCount {
        width: 100%;
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
    }

    .product-details-view .button-cart {
        width: 100%;
        border-left: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        border-top: none;
    }

    .product-related-products .related-img-container {
        max-height: 180px;
        min-height: 180px;
    }

    .shop-advantages {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .main-image {
        height: 160px;
    }

    #b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
    }

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 100%!important;
        margin-top: 20px;
    }

    .product-details-view .notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 58px 17px #bcbcbc!important;
        max-width: 220px;
    }

    #b-area {
        padding-right: 0;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 60px center #58c54d!important;
        max-width: 220px;
        margin: 0 auto;
    }

    .product-slide {
        height: auto;
    }

}

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

    .social-buttons-container a {
        margin: 0 1px;
    }

    a.notify {
        width: 170px;
        background: url(../images/autotorg/phone-call.png) no-repeat 34px 9px #bcbcbc!important;
    }

    .product_stock {
        margin-right: 100px;
    }

    .features-col {
        width: 50%!important;
    }

    .adv-col {
        width: 50%!important;
    }

    .purchase {
        margin-bottom: 20px;
    }

    .product-related-products .related-img-container {
        max-height: 160px;
        min-height: 160px;
        height: 100%;
        width: 100%;
        overflow: hidden;
        display: block;
    }

    .price-and-status-container {
        text-align: center;
    }

    /*.product-related-products .product-field-display a img {
        max-height: 160px;
        min-height: 160px;
    }*/

    .product-related-products .product-field-display {
        min-height: 500px;
        max-height: 500px;
    }

    .shop-advantages {
        display: none;
    }

    .main-image {
        height: 160px;
    }

    #b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
    }

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 100%!important;
        margin-top: 20px;
    }

    #b-area {
        padding-right: 0;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 60px center #58c54d!important;
    }

    .product-slide {
        height: 90px;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 12px center #58c54d!important;
        max-width: 114px;
        margin: 0 auto;
    }

    .main-image {
        height: auto;
        max-height: 300px;
    }

    .product-slide {
        height: auto;
        max-height: 100px;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-related-products .product-field-display {
        min-height: 440px;
        max-height: 440px;
    }

    .product-details-view  .PricesalesPrice {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .product-details-view .product_sku span {
        font-size: 10px;
    }

    .product-details-view .product_sku {
        font-size: 10px;
    }

    .social-buttons-container a {
        margin: 0 1px;
    }
}

@media (min-width: 768px) and (max-width: 989px) {

    .product-details-view  .PricesalesPrice {
        font-size: 16px;
        margin-top: 11px;
    }

    .product-details-view .Priceproduct_override_price {
        font-size: 14px;
        margin-top: 12px;
    }

    .product-details-view .product_sku {
        text-align: center;
    }

    .product-details-view .product_sku span {
        margin-bottom: 8px;
    }

    .product-details-view .button-cart > div {
        margin-top: 30px;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 45px center #58c54d!important;
    }

    .social-buttons-container {
        float: none;
    }

    .product-related-products .product-field-display {
        min-height: 495px;
        max-height: 495px;
    }

    .price-and-status-container {
        text-align: center;
    }

    .product_stock {
        margin-right: 100px;
    }

    a.notify {
        width: 170px;
        background: url(../images/autotorg/phone-call.png) no-repeat 34px 9px #bcbcbc!important;
    }

    .product-details-view > .row {
        text-align: center;
    }

    .features-col {
        margin-bottom: 20px;
        max-width: 470px;
        display: inline-block;
        float: none;
    }

    .shop-advantages {
        display: none;
    }

    .main-image {
        height: 160px;
    }

    #b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
        max-width: 470px;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: left;
    }

    h1.title-small {
        text-align: left;
    }

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 100%!important;
        margin-top: 20px;
    }

    #b-area {
        padding-right: 0;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-slide {
        height: 90px;
    }

    .main-image {
        height: auto;
        max-height: 300px;
    }

    .product-slide {
        height: auto;
    }

    .custom-product-slider {
        height: auto;
    }

   /* .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 75px center #58c54d!important;
        max-width: 250px;
        margin: 0 auto;
    }*/

    .product-details-view .notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 70px 17px #bcbcbc!important;
        max-width: 250px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .vmgroup .span4.floatleft.col-md-4 {
        max-width: 400px;
        margin: 0 auto;
        display: block;
        float: none;
    }

    .product-related-products .product-field-display {
        max-width: 400px;
        margin: 0 auto;
    }

    .product-details-view > .row {
        text-align: center;
    }

    h1.title-small {
        text-align: left;
    }

    #b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
        max-width: 470px;
        display: block;
        margin: 0 auto;
        float: none;
        text-align: left;
    }

    .features-col {
        margin-bottom: 20px;
        max-width: 470px;
        display: inline-block;
        float: none;
    }

    .shop-advantages {
        display: none;
    }

    .main-image {
        height: 160px;
    }

    /*#b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
    }*/

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 100%!important;
        margin-top: 20px;
    }

    #b-area {
        padding-right: 0;
    }

    .product-details-view .notify {
        max-width: 250px;
        background: url(../images/autotorg/phone-call.png) no-repeat 70px 17px #bcbcbc!important;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-slide {
        height: 90px;
    }

    .main-image {
        height: auto;
        max-height: 300px;
    }

    .product-slide {
        height: auto;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 75px center #58c54d!important;
        max-width: 250px;
        margin: 0 auto;
    }

    .product-details-view  .priceAndCount {
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 0;
        border-right: 1px solid #e2e2e2;
    }
}

@media (min-width: 240px) and (max-width: 479px) {

    .features-col {
        margin-bottom: 20px;
    }

    .product-field-display a.notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 35px 11px #bcbcbc!important;
        width: 180px;
        box-shadow: none;
    }

    .shop-advantages {
        display: none;
    }

    .main-image {
        height: 160px;
    }

    #b-area > div.col-xs-12.col-md-7 {
        width: 100%!important;
    }

    #bd_results > div.product-details-view.productdetails > div.row > div.col-xs-12.col-md-5 {
        width: 100%!important;
        margin-top: 20px;
    }

    .product-details-view .notify {
        background: url(../images/autotorg/phone-call.png) no-repeat 58px 17px #bcbcbc!important;
        max-width: 220px;
    }

    #b-area {
        padding-right: 0;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-slide {
        height: 90px;
    }

    .main-image {
        height: auto;
        max-height: 300px;
    }

    .product-slide {
        height: auto;
    }

    .custom-product-slider {
        height: auto;
    }

    .product-details-view span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 62px center #58c54d!important;
        max-width: 220px;
        margin: 0 auto;
    }

    .product-details-view .button-cart > div {
        width: 100%;
        text-align: center;
    }

    .category-left-h3.mobile {
        font-size: 14px!important;
        padding-top: 12px;
    }

    .filter-title.mobile h4 {
        font-size: 14px!important;
        padding-top: 12px;
    }

    .category-left-h3.mobile:after, .filter-title.mobile:after {
        width: 13px;
        height: 13px;
    }

    .product-details-view  .priceAndCount {
        border-left: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        border-bottom: 0;
        border-right: 1px solid #e2e2e2;
    }

    .product-details-view .Priceproduct_override_price {
        margin-top: 5px;
    }

    .product-details-view  .PricesalesPrice {
        margin-top: 4px;
    }

    .social-buttons-container {
        float: none;
    }

    .product-details-view .product_sku {
        text-align: center;
    }

    .product-details-view .product_sku span {
        margin-bottom: 10px;
    }

    .product-details-view .price-separator {
        margin-bottom: 10px;
    }

    .product-details-view  .PricesalesPrice {
        font-size: 18px;
    }

    .custom-product-slider {
        display: none;
    }

    .product-related-products .product-field {
        padding: 0;
    }

    .product-related-products .related-img-container {
        max-height: 140px;
        min-height: 140px;
    }

    .product-related-products .related-title {
        font-size: 13px;
        height: 68px;
    }

    .price-and-status-container {
        text-align: center;
    }

    .product-related-products .product-field-display {
        min-height: 410px;
        max-height: 410px;
    }

    .product-related-products .slick-arrow {
        top: -209px;
    }

    .product-related-products .slick-prev {
        left: 0;
    }

    .product-related-products .slick-next {
        right: 0;
    }
}

/*адаптив корзины*/
@media (min-width: 990px) and (max-width: 1440px) {
    #basket_container th {
        min-width: 0!important;
    }

    .opc_product_name {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    #basket_container th {
        min-width: 0!important;
    }

    .opc_product_name {
        display: block;
        width: 100%;
    }

    .op_basket_row tr > td {
        width: 15%!important;
    }

    .op_basket_row > tr > td:nth-child(1) {
        width: 50%!important;
    }
}


/*@media (max-width: 1240px){
    .title-catalog span{
        display: none;
    }
    .catalog-product .manufacture{
        width: 16.666667%;
        margin-right: -1px;
    }
    .menu-nav a {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .menu-nav > li > ul{
        position: relative;
        top: 0;
        column-width: auto;
        column-count: 1;
        display: none;
        visibility: visible!important;
    }
    .menu-nav {
        overflow: auto;
        height: 100%;
    }

    .sandwich{
        display: inline-block;
    }
    #menu{
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background: #5c5871;
        height: 100%;
        width: 100%;
    }
    #menu .close{
        top: 3px;
        right: 3px;
        z-index: 100;
    }
    #top-navigation{
        height: auto;
        padding: 10px 0;
    }
    header{
        height: auto;
        background-color: #f9f9f9;
        margin-bottom: 20px;
    }
    .mw750,  .mw300{
        max-width: 100%;
        width: 100%;
    }
    .contact-info .mw300 .custom{
        width: 300px;
        float: left;
    }
    .contact-info .contact-feedback{
        width: 300px;
        float: right;
        margin-top: 0;
    }
    .menu-nav a, .menu-nav span{
        font-size: 16px;
    }
    .menu-nav li{
        display: block;
        height: auto;
        padding-bottom: 15px;
    }

    !*    .blog .item-blog > .item{
            height:
        }*!
    !*    #tab_selector{
            padding: 0 10px;
        }*!
    !*    #logintab,#registertab{
            padding: 0 20px;
        }*!
}*/

@media (min-width: 990px) and (max-width: 1199px) {
    .note > div {
        width: 50%;
    }

    #rbsubmit {
        width: 50%;
    }

    .note > div > div {
        width: 95%;
        padding-left: 7px;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(1) {
        width: 45%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(2) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(3) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(4) {
        width: 20%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(5) {
        width: 15%!important;
    }

}

@media (max-width: 1023px){

    /*cart-summary */

    table.cart-summary th:first-child,
    table.cart-summary th:nth-child(2){
        min-width: 0!important;
    }
}

/*
@media (max-width: 767px){
    !* cart *!
    .floatleft.col-4 {
        width: 100%;
    }
    .opc_unlogged_wrapper .cart-images{
        display: none;
    }

    .registration > div,
    .address > div,
    .loginDiv,
    .payment > div,
    .note > div,
    #rbsubmit{
        width: 100%;
    }

    !**!
    .about .advantages .col-xs-12{
        margin-bottom: 10px;
    }
    .mw300 h3{
        margin-top: 20px;
    }
    .contact-info .map-text{
        width: 100%;
        position: relative;
        padding: 10px;
    }
    .contact-info .map{
        height: auto;
    }
    .contact-info .mw300 .custom,
    .contact-info .contact-feedback{
        max-width: 300px;
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .contact-info .contact-feedback{
        margin-top: 20px;
    }
    .catalog-product .manufacture img{
        width: 30px;
        height: auto;
        position: relative;
        display: inline-block;
    }
    .catalog-product-btn{
        display: block;
    }
    .catalog-product .manufacture{
        display: none;
    }
    .catalog-product h2{
        background-color: rgb(92, 88, 113);
        height: 56px;
        color: #fff;
        font-size: 22px;
        line-height: 56px;
    }
    .catalog-product .manufacture{
        border: 1px solid #ebebeb;
        height: auto;
        width: auto;
        float: none;
        text-align: left;
        border-width: 1px 0;
        padding: 5px 0;
        margin: 0;
    }
    .catalog-product .manufacture:nth-of-type(1){
        margin-top: 20px;
    }
    .catalog-product .manufacture span{
        font-size: 20px;
        top: 0;
        display: inline-block;
        position: relative;
        line-height: 30px;
        vertical-align: middle;
    }
    .blog .item-blog > .item{
        height: auto;
        max-height: 100%;
    }
}*/

@media (min-width: 240px) and (max-width: 700px) {

    .loginDiv {
        width: 100%;
    }

    .registration > div, .address > div, .payment > div {
        width: 100%;
    }

    .note > div {
        width: 100%;
    }

    #rbsubmit {
        width: 100%;
    }

    .op_inside input:not([type="radio"]) {
        max-width: 400px;
    }

    #onepage_main_div {
        border: none;
    }

    .op_inside a.btn {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    #basket_container > div > div > div > table > thead > tr > th:nth-child(1) {
        width: 45%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(2) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(3) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(4) {
        width: 20%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(5) {
        width: 15%!important;
    }
}

@media (min-width: 240px) and (max-width: 767px) {
    #basket_container > div > div > div > table > thead > tr > th:nth-child(1) {
        width: 45%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(2) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(3) {
        width: 15%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(4) {
        width: 20%!important;
    }

    #basket_container > div > div > div > table > thead > tr > th:nth-child(5) {
        width: 15%!important;
    }
}

@media (min-width: 240px) and (max-width: 640px) {
    .op_basket_row .cart-images {
        display: none;
    }

    .opc_unlogged_wrapper  .cart-summary, .opc_logged_wrapper .cart-summary {
        min-width: 300px;
    }
}

@media (max-width: 1199px) {

    #category-left-container {
        width: 100%!important;
        position: relative;
    }

    #filters-top .filter-title {
        text-align: center;
        height: 40px;
        font-size: 18px;
        cursor: pointer;
    }

    #category-left-container .category-left-h3 {
        text-align: center;
        height: 40px;
        font-size: 18px;
        cursor: pointer;
        padding-top: 10px;
    }

    #filters-top .cf_flt_header {
        font-size: 16px;
    }

    .cf_flt_wrapper > div:nth-child(2) {
        width: 100%;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .news-hits .hits h3 {
        width: 100%;
    }

    .title-catalog {
        font-size: 21px;
        padding: 17px 0 0 0;
    }
}

@media (max-width: 1365px) {
    .popular-articles-col {
        display: none;
    }

    .item-page {
        width: 100%;
    }
}

.title-catalog span {
    font-family: 'Intro-Regular';
}

@media (min-width: 240px) and (max-width: 767px) {
    .item-page-artical .item-image {
        width: 100%;
        height: auto;
        max-height: 250px;
    }
}

@media (min-width: 1441px) and (max-width: 1900px) {
    .blog .item-blog > .item {
        min-height: 500px;
        max-height: 500px;
        margin-bottom: 30px;
    }

    .news-cat-short-description {
        min-height: 108px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    .blog .item-blog > .item {
        min-height: 460px;
        max-height: 460px;
        margin-bottom: 30px;
    }

    .news-cat-short-description {
        min-height: 127px;
    }

    .item-blog .item-image {
        height: 190px;
    }
}

@media (max-width: 1365px) {
    .item-blog {
        width: 100%;
    }

    .blog .item-blog > .item {
        min-height: 100%;
        max-height: 100%;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
}

#bd_results > div.blog > h1 {
    display: none;
}

.registration .control-group input {
    max-width: 405px;
    width: 100%;
}

@media (max-width: 479px) {
    .registration .control-group .controls .btn {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }

    .registration .control-group a {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 649px) {
    #fancybox-content .showcart {
        font-size: 12px;
        margin-top: 2px;
    }

    #fancybox-content .continue_link {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    #fancybox-content .showcart {
        width: 100%;
        display: block;
    }

    #fancybox-content .continue_link {
        width: 100%;
        display: block;
    }
}

#vmMainPageOPC > div > a {
    font: 14px 'OpenSans-Regular';
    color: #212121;
}

.product-label-container {
    position: relative;
}

.product-label-container .product-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-label-container .product-field {
    border: none;
}

.product-label-container .product-field-display img {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px;
}

.product-label-container .product-field-display {
    padding-left: 0;
    width: 100%;
    position: relative;
    display: block;
}

.main-product .product-label-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none;
}

.main-product .product-label-container .product-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-product .product-label-container .product-field {
    border: none;
}

.main-product .product-label-container .product-field-display img {
    position: absolute;
    top: -23px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px;
}

.main-product .product-label-container .product-field-display {
    padding-left: 0;
    width: 100%;
    position: relative;
    display: block;
}

/*.out-of-stock {
    position: relative;
}

.out-of-stock:before {
    content: '';
    background: url(../images/autotorg/sold.png) no-repeat center rgba(188, 188, 188, 0.87);
    background-size: 80% 60%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    margin: auto;
    bottom: 0;
}*/


.sold {
    position: relative;
}

.sold:before {
    content: '';
    background: url(../images/autotorg/sold.png) no-repeat center rgba(188, 188, 188, 0.87);
    background-size: 80% 60%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}

.rezerv:before {
    content: '';
    background: url(../images/autotorg/rezerv.png) no-repeat center rgba(188, 188, 188, 0.87);
    background-size: 80% 60%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 1;
}

/*эффекты*/
.product-tov:hover {
    border: 1px solid #58c54d;
}

.pr-img-handler img {
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.out-of-stock:before {
    z-index: 100;
}

.product-tov:hover .pr-img-handler > a > img {
    transform: scale(1.2);
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.lastest-news-wrapper:hover {
    border: 1px solid #58c54d;
}

.lastest-news-img {
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.lastest-news-wrapper:hover .lastest-news-img {
    transform: scale(1.2);
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.lastest-news-title:hover {
    color: #58c54d;
}

/*.lastest-news-readmore:hover {
    border-color: #58c54d;
}

.lastest-news-readmore:hover span, .lastest-news-readmore:hover .lastest-news-readmore-text:after {
    color: #58c54d;
    border-color: #58c54d;
}*/

.product-related-products .product-field-display:hover {
    border: 1px solid #58c54d;
}

.product-related-products .product-field-display a img {
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.product-related-products .product-field-display:hover a img {
    transform: scale(1.2);
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.related-title-url:hover, .product-title:hover a {
    color: #58c54d;
}

.item-blog .item:hover {
    border-color: #58c54d;
}

.item-blog .item-image img {
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.item-blog .item:hover .item-image img {
    transform: scale(1.2);
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

.item-blog h2:hover a {
    color: #58c54d;
}

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

    /*.article-item {
        width: 33.33333%;
    }*/

    .vmgroup .span4.floatleft.col-md-4 {
        width: 33.33333%;
    }

    .product-short-desc span {
        height: auto;
        font-size: 11px!important;
    }

    .product-tov {
        /*min-height: 460px;
        max-height: 460px;*/
    }

    div.productdetails.btn-cart > div > form > div.addtocart-bar > a {
        background: url(../images/autotorg/phone-call.png) no-repeat 33px 9px #bcbcbc!important;
        width: 170px;
    }

    span.addtocart-button input {
        background: url(../images/autotorg/shopping-cart.png) no-repeat 37px 9px #58c54d!important;
        width: 170px;
    }

    .PricesalesPrice {
        padding-right: 0;
    }

    .pr-img-handler img {
        min-height: 165px;
    }

    .product-price {
        margin-right: 0;
        float: none;
    }

    .pr-img-handler > a {
        max-height: 165px;
        min-height: 165px;
    }

    .product-tov:hover .pr-img-handler img {
           /* min-height: 165px;*/
    }

    .product-title {
        font-size: 12px;
        padding: 15px 10px;
        height: 48px;
        overflow: hidden;
    }

    .PricesalesPrice {
        font-size: 13px;
        margin-top: 4px;
        line-height: 13px;
    }
}

.loginDiv {
    display: none;
}

.login-panel {
    display: none;
}

.menu-nav {
    display: inline-block;
}

.header-socials {
    display: inline-block;
}

.header-socials a {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    top: 2px;
}

.vk-button {
    width: 18px;
    height: 18px;
    background: url('../images/autotorg/vk-header.png') no-repeat;
}

.vk-button:after {
    content: '';
    border-right: 1px solid #fff;
    height: 21px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 0px;
}

.fb-button {
    width: 18px;
    height: 18px;
    background: url('../images/autotorg/fb-header.png') no-repeat;
}

.fb-button:after {
    content: '';
    border-right: 1px solid #fff;
    height: 21px;
    width: 1px;
    position: absolute;
    right: -10px;
    top: 0px;
}

#scroll-top {
    content: '';
    background: url(../images/autotorg/scroll-top.png);
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    width: 69px;
    height: 69px;
    opacity: 0;
    transition-delay: 0.5s;
    transition: .4s ease-out;
    transform: scale(0.8);
}

#scroll-top:hover {
    transform: scale(1);
    transition-delay: 0.5s;
    transition: .4s ease-out;
}

#menu a:hover {
    color: #fff!important;
}

.hidden-on-desktop {
    display: none;
}

@media screen and (max-width: 989px) {
    .header-socials {
        display: none;
    }

    .hidden-on-desktop, .hidden-on-desktop .header-socials {
        display: inline-block;
        float: left;
        margin-top: 2px;
     }

    .fb-button:after {
        display: none;
    }
}


@media(min-width: 1024px){
    #category-left-container .subMenu {
        opacity: 0;
        pointer-events: none;
        transition-delay: 0.5s;
        transition: .4s ease-out;
    }
}

#category-left-container .subMenu {
    border: 1px solid #e0e0e0;
    position: absolute;
    width: 100%;
    left: 100%;
    background: #fff;
    top: 0;
    z-index: 9999;
    height: 100%;
    background-color: #f7f7f7;
}

.subMenu a:before {
    display: none;
}

#category-left-container .subMenu li {
    list-style: none;
}

#category-left-container .subMenu a {
    font: 14px 'OpenSans-Regular';
    color: #212121;
    text-transform: uppercase;
    padding: 11px 20px;
    display: block;
    position: relative;
    background: #f7f7f7;
}

/*
#category-left-container > div > ul > li:hover >ul.subMenu {
    opacity: 1;
    transition-delay: 0.5s;
    transition: .4s ease-out;
    pointer-events: auto;
}
*/

#category-left-container .subMenu a:hover {
    background: #b8f400;
}

#category-left-container .subMenu li {
    border-top: 1px solid #e0e0e0;
}

#category-left-container .subMenu li:first-child {
    border-top: none;
}

.hasSubMenu {
   /* position: relative;*/
}

.hasSubMenu .menu_top:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

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

    .subMenu {
        display: none;
    }

    #category-left-container {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #filters-top {
        margin-bottom: 0;
    }

    /*#category-left-container .subMenu {
        position: static;
    }

    #category-left-container li.hasSubMenu:after:hover ~ ul.subMenu {
        display: block;
        border: 0;
        border-top: 1px solid #e0e0e0;
    }

    .hasSubMenu:after {
        content: '';
        background: url(../images/autotorg/readmore-arrows.png);
        width: 8px;
        height: 9px;
        position: absolute;
        right: 15px;
        top: 25px;
        bottom: 0;
        margin: 0;
        transform: rotate(90deg);
        z-index: 100000;
    }*/
}

.footer-menu a:hover {
    color: #58c54d!important;
}

.menu-nav > li.active > a {
    color: #fff!important;
}

.footer-text-container a:hover {
    color: #58c54d!important;
}

.popup-prod-container {
    max-width: 460px;
    margin-top: 35px;
}

.popup-prod-title {
    display: block;
    color: #212121;
    font: 16px 'OpenSans-Semibold';
    text-transform: uppercase;
}

.popup-prod-price {
    display: block;
    color: #ff4800;
    font-size: 16px;
    line-height: 27px;
    font-family: 'ProximaNova-Bold';
}

.popup-prod-s-desc {
    display: block;
    float: left;
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

.popup-prod-img-container {
    display: block;
    width: 100px;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-right: 25px;
}

.popup-prod-img-container img {
    min-width: 100%;
    min-height: 100%;
    max-height: 70px;
}

#fancybox-content .continue_link:hover {
    color: #58c54d;
    border-color: #58c54d;
}

#fancybox-content  .floatright:hover {
    color: #58c54d;
    border-color: #58c54d;
}

.cart-err-msg {
    max-width: 460px;
    margin-top: 35px;
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

.cart-err-msg * {
    color: #212121;
    font: 14px 'OpenSans-Regular'!important;
}

span.empty-cart {
    color: #212121;
    font: 14px 'OpenSans-Regular';
}

#vmMainPageOPC > div > a.continue_link {
    color: #212121;
    font: 15px 'OpenSans-Semibold';
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    /* position: relative; */
    /* top: 0px; */
    padding: 5px;
    display: inline-block;
    margin-top: 10px;
}

#vmMainPageOPC > div > a.continue_link:hover {
    color: #58c54d;
    border-color: #58c54d;
}

.alert h4 {
    color: #212121;
    font: 15px 'OpenSans-Semibold';
    text-transform: uppercase;
}

.alert div.alert-message {
    color: #212121;
    font: 14px 'OpenSans-Regular';
}

#system-message .alert-notice {
    padding: 10px;
}

#top-com-handler .close {
    cursor: pointer;
}

@media screen and (min-width: 640px) {
    /*#fancybox-content {
        min-width: 460px;
        max-width: 460px;
    }*/

}

@media screen and (max-width: 639px) {
    #fancybox-content, .cart-err-msg {
        max-width: 280px;
        padding: 5px;
    }

    #fancybox-content .continue_link {
        border: none;
    }

    #fancybox-content .showcart {
        border: none;
    }

    #fancybox-content {
        padding: 10px;
    }

    .popup-prod-img-container img {
        width: 100px;
        height: auto;
        max-height: 70px;
        margin: 0 auto;
        display: block;
        min-width: 0;
        min-height: 0;
    }

    .popup-prod-img-container {
        width: 100%;
        height: 70px;
    }

}

.show-me-more-about-company {
    margin: 0 auto;
    display: block;
    width: 145px;
    height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin-top: 10px;
}

.show-me-more-about-company-span {
    font: 13px 'OpenSans-Regular';
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 6px 13px 6px 0;
}

.show-me-more-about-company-span:after {
    content: '';
    background: url(../images/autotorg/readmore-arrows.png);
    width: 8px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 12px;
}

@media screen and (max-width: 1899px) {
    .main-image img  {
        height: auto;
        width: 100%;
        min-height: 0;
        min-width: 0;
        /*max-width: 455px;*/
    }

    .pr-img-handler {
        min-width: 100%;
       /* max-height: 281px;*/
        min-height: 0;
        height: auto;
    }

    .pr-img-handler > a {
        max-height: 295px;
        min-height: 0;
    }

    /*.pr-img-handler img {
        min-width: 100%;
        max-height: 100%;
        min-height: 0;
        height: auto;
    }*/

    .main-image {
        height: auto;
    }

    .product-related-products .related-img-container {
        height: auto;
        width: 100%;
        min-height: 100%;
        max-height: 100%;
    }

    .product-related-products .product-field-display {
        border: 1px solid #e6e6e6;
        margin-bottom: 30px;
        display: inline-table;
    }
}

@media screen and (max-width: 767px) {
    .product-related-products .product-field-display {
        display: block;
    }

    .product-related-products .product-field-display,.product-related-products .product-field-display:hover {
        border: none;
    }

    .product-tov {
        max-width: 400px;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}

.new-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 110px;
    height: 110px;
    z-index: 2;
}

.new-img {
    min-width: 100%!important;
    max-height: 100%!important;
    min-height: 100%!important;
}

.product-details-view .main-image .new-wrapper {
    background: url('../images/autotorg/new.png') no-repeat;
    background-size: cover;
}
@media screen and (min-width: 768px) {
    .logo-top {
        min-height: 55px;
    }
}

@media screen and (max-width: 767px) {
    .logo-top {
        min-height: 25px;
    }
}

.cf_filters_list {
    background: #f7f7f7;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('../images/autotorg/ajax-document-loader.gif') no-repeat center rgba(255, 255, 255, 0.8);
    z-index: 999999;
}

#system-message .alert-notice {
    display: none;
}

.vmproduct.product-details {
    width: 100%;
    float: left;
}

@media screen and (min-width: 480px) {
    .popup-prod-container{
        min-width: 460px;
    }

    #fancybox-content h4 {
        max-width: 385px;
    }

    #fancybox-content > div {
        overflow: hidden!important;
    }
}


@media screen and (max-width: 480px) {
    #fancybox-img {
        height: auto;
        width: 200px;
        margin: auto;
        display: block;
    }
}



/* new style 02.06.2018 Artem Serbuelnko artserbulenko@gmail.com */
.menu_top{
    position: relative;
}

ul.catalog{
    margin-top: 40px;
}
ul.catalog li{
    list-style: none;
}
@media(min-width: 992px){
    ul.catalog li:nth-child(4n+1){
        clear: left;
    }
}
ul.catalog .main_block + ul{
    margin-bottom: 20px;
}
ul.catalog .main_block + ul a{
    margin-left: 10px;
}
ul.catalog .main_block + ul a{
    font-family: 'OpenSans-Regular';
    color: #000;
    font-size: 16px;
}
ul.catalog .main_block + ul a:hover{
    color: #ff4800;
}
.main_block a{
    font-size: 16px;
    color: #000;
    font-family: 'Intro-Regular';
}
.main_block a:hover{
    color: #ff4800;
}


.stars {
    text-align: left;
}
.stars__list {
    list-style: none;
    display: inline-block;
    padding: 0!important;
    vertical-align: top;
    padding-top: 2px !important;
    padding-right: 10px !important;
}

.stars__list li{
    display: inline-block;
    background: url(../images/stars_.png);
    width: 14px;
    height: 14px;
    background-size: cover;
}
.count__voice{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.count__voice dt,
.count__voice dd{
    margin: 0;
    display: inline-block;
    font:14px 'OpenSans-Light';
}

.product-neighbours a{
    font:14px 'OpenSans-Regular';
    color: #212121;
    margin-top: 10px;
    position: relative;
}

.product-neighbours a.next-page:after,
.product-neighbours a.previous-page:before{
    content: '';
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.product-neighbours a.next-page:after{
    border-top: 2px solid #cecece;
    border-right: 2px solid #cecece;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-neighbours a.previous-page:before{
    border-top: 2px solid #cecece;
    border-left: 2px solid #cecece;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.related_products_title{
    color: #212121;
    font: 24px 'Intro-Regular';
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.related_products_title:before {
    content: '';
    border-left: 2px solid #212121;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
}

.category-content .product.floatleft:nth-child(3n+1){
    clear: both;
}

@media(max-width: 1023px){
    .menu_next{
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        right: 0;
        z-index: 10;
        cursor: pointer;
    }
    .hasSubMenu:after{
        display: none;
    }
    .menu_next:before{
        content: '';
        background: url(../images/autotorg/readmore-arrows.png);
        width: 8px;
        height: 9px;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media(max-width: 1023px){

    #category-left-container ul.menu > li > div a{
        padding: 11px 40px 11px 50px;
        font-size: 13px;
    }
    #category-left-container ul.menu > li.active .subMenu{
        display: block;
    }
    #category-left-container ul.menu > li .subMenu{
        /*display: block;*/
        position: relative;
        left: 0;
        top: 0;
        opacity: 1!important;
        border-left: none;
        border-right: none;
    } 
}
@media(max-width: 767px){
    .title-big{
        font-size: 18px;
    }
    #breadcrumb-line .container,
    #breadcrumb-line #brcr{
        padding: 0;
    }
    #breadcrumb-line *{
        font-size: 12px;
    }
    .page-435 #category-left-container ul.menu{
        display: block;
    }
    #category-left-container .subMenu a{
        font-size: 13px;
        padding: 10px;
    }
    .header-contact:before{
        display: none;
    }
    .header{
        position: relative;
        padding-top: 0;
    }
    #category-right-container{
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 430px){
    .header-contact .feedback{
        display: none;
    }
    .header-contact{
        position: absolute;
        top: 4px;
        right: 10px;
    }
    .header-contact-inner-wrapper{
        padding: 0;
    }
    .header-contact ul{
        margin: 0;
    }
    .header-contact a{
        color: #fff;
    }
    ul.catalog .main_block + ul a,
    .main_block a{
        font-size: 14px;
    }
    .count__voice dt, .count__voice dd{
        font-size: 12px;
    }
    .product-neighbours a{
        font-size: 11px;
        float: none!important;
        text-align: center;
        display: block;
    }
    .product-neighbours a.next-page:after, .product-neighbours a.previous-page:before{
        width: 10px;
        height: 10px;
    }
}