body{
    background-color: #3f3f3f;
	font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5 {
    margin: 0;
}	
.header_menu{
    background-color:#3f3f3f;
	text-align:left;
}
ul{
    margin:0;
	padding:10px 0;
}
.header_menu ul{
    display: flex;
    position: relative;
}
.header_menu li{
    text-transform: uppercase;
    display: inline-block;
}
.header_menu a{
    font-size: 11px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: .5px;
    color: #fff;
	    text-decoration: none;
    display: block;
    user-select: none;
    padding: 7px 25px 7px 0;
    position: relative;
	cursor: pointer;
}


.basket{
	display:block;
	position:relative;
	font-size:14px;
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
	line-height: 51px;
    min-height: 50px;
	text-align:center;
	cursor: pointer;
}

.basket-icon{
    background: url(/themes/redesign/img/header/cart.svg) center center no-repeat;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}


.basket-count{
    display: block;
    position: absolute;
    top: 7px;
    right: -9px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .3px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #f44336;
    color: #fff;
    padding: 0 6px;
}
.basket .basket-total{
    display: none;
}	
svg {
    width: 30px;
    height: 30px;
    fill: #fff;
	margin-top:10px;
}	
.page-wrap {
    border-top: 20px solid #fff;
    color: #fff;
    padding: 40px 0;
}
.page-wrap h1 {
	display:block;
	position:relative;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    border-left: 4px solid #ff0000;
    padding: 5px 0 5px 10px;
}
.background-selection {
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    
    padding: 30px;
    min-height: 157px;
	text-align:center;
	margin-top:20px;
}
h2{
    font-size:27px;
	font-weight:400;
	cursor: pointer;
}
.select {
    position: relative;
    display: inline-block;
    max-width: 160px;
    width: 100%;
	margin: 0 8px 0 8px;
	cursor: pointer;
}
select {
	 padding-right: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 17px 17px!important;
    background-color: #fff;
	cursor: pointer;
	color: #fff;
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 7px;
    margin-top: 30px;
}

.btn {
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 14px 38px;
    border: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.background-selection .btn.btn-red {
    background-color: #ff0000;
    color: #ffffff;
	margin:20px 10px 0 10px;
}
.background-selection-vin{
	background:url(images/shin12.jpg)no-repeat 0 50%/cover;
    border: 1px solid rgba(255, 255, 255, 0.31);
    
    padding: 30px;
    min-height: 97px;
	text-align:left;
	margin:20px 0;
}
.page-wrap-feature{
    background-color: #fff;
	margin:20px 0;
	min-height:390px;
	color:#000;
	padding:20px;
}.page-wrap-text_1{
	color:#000;
	padding:20px;
}
.page-wrap-buy{
	margin:20px 0;
	color:#000;
}

.page-wrap-buy h2{
	margin:20px 0;
	font-weight:500;
    font-size: 19px;
}
.page-wrap-buy .btn.btn-red {
    background-color: #ff0000;
    color: #ffffff;
	margin-top:20px;
}
.page-wrap-special{
	margin:30px 0;
	font-weight:400;
    font-size: 16px;
	text-align:center;
}
.page-wrap-special a{
	color: #fff;
    font-size: 17px;
}
.page-wrap-special a:hover{
	color: #ff0000;
    font-size: 17px;
}
.page-wrap-addition{
	background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
	height:70px;
	margin:30px 0;
}
.hidden-block{
    background-color: #fff;
	margin:50px 0;
	height:100%;
	min-width:1140px;
	color:#000;
	padding:30px 0;
}
.page-wrap-number.col-lg-4{
    padding-left:0;
}

.fuel-filter-price{
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 400;
    margin:20px 0;
}
.fuel-filter-price span{
    font-size: 29px;
    color: #3f3f3f;
    font-weight: 700;
    margin-left:20px;
} 
.slick-slide img{
    max-width: 100%;
    height: auto;
}
.slider-big__item img{
    margin: 0 auto;
}
.slider-min__item {
    height: 100px;
    overflow: hidden;
}
.slider-min__item img{
    max-height: 100px;
    width: 100%;
    object-fit: cover;
}
.slick-current .slider-min__item{
    border: 2px solid #ff0000;
}
.slider-min .slick-track{
    margin: 0;
}
.page-wrap-buy table{
    width: 100%;
    border: 1px solid rgba(31, 31, 31, 0.31);
}
.page-wrap-buy table th{
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.page-wrap-buy table td{
    padding: 5px 10px;
    border: 1px solid rgba(31, 31, 31, 0.31);
}
.tabs-nav ul{
    display: flex;
    justify-content: flex-start;
        background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
}
.tabs-nav ul li{
    list-style: none;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.tabs-nav ul li a{
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
    display: block;
    text-decoration: none;
}
.tabs-nav ul li a.active{
        color: #ff0000;
}
.tabs-content{
    padding: 15px;
    background-color: #fff;
    color: #000;
    margin-top: 30px;
}
.tabs-content h2{
    font-weight: 700;
    margin-bottom: 30px;
}

.tabs-content table{
    width: 100%;
    border: 1px solid rgba(31, 31, 31, 0.31);
}
.tabs-content table th{
    padding: 5px 10px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.tabs-content table td{
    padding: 5px 10px;
    border: 1px solid rgba(31, 31, 31, 0.31);
}
.tabs-content table td:first-child{
    font-weight: 700;
}
.abs-prices_top{
    font-size:29px;
    background: rgba(31, 31, 31, 0.31);
    border: 1px solid rgba(255, 255, 255, 0.31);
    padding: 30px;
    min-height: 570px;
    margin-bottom: 30px;
}
.abs-link ul {
    padding: 0;
}
.abs-link li {
    padding-top: 10px;
    list-style:none;
    cursor: pointer;
}
.abs-link {
    margin-top: 40px;
    font-size: 12px;
    line-height: 33px;
}
.abs-link a{
    color: #ffffff;
    font-size: 19px;
}

.fuel-filter{
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #585858;
}
.fuel-filter-select{
    display:block;
    position:relative;
    margin-bottom: 30px;
}
.fuel-filter-select-wrap{
    background-color: #fff;
    border: 1px solid #e6e5e5;
    padding: 10px;
}
.img4{
    display:block;
    position:relative;
    width:100%;
}
.fuel-filter-abs{
    display:block;
    position:relative;
    padding: 10px 0;
    cursor: pointer;
}
.fuel-filter-brand{
    display:block;
    position:relative;
    font-size: 19px;
    text-transform:uppercase;
    color: #000;
    font-weight: 700;
    cursor: pointer;
}
.fuel-filter-select a{
    list-style:none;
    font-size: 21px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}
.fuel-filter-status{
    font-size: 11px;
    color: #3f3f3f;
    font-weight: 400;
    cursor: pointer;
    float:left;
}
.fuel-filter-price{
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fuel-filter-price span{
    font-size: 29px;
    color: #3f3f3f;
    font-weight: 700;
   margin-left:20px;
}
.fuel-filter-bottom{
    margin:20px 0;
    text-align:center;
}
.filter-item-count{
    margin:20px;
    font-size:17px;
    font-weight:400;
}
.parameters{
    border-right: 1px solid #585858;
    cursor: pointer;
    height:900px;
}.parameters h3{
    color:#fff;
    font-size:22px;
    font-weight:400;
    padding: 7px 0;
}
.parameters a{
    color:#fff;
    font-size:19px;
}
.parameters-brand{
    font-size: 23px;
    color:#ff0000;
    font-weight: 400;
    cursor: pointer;
    margin-top:50px;
}
.parameters-brand li{
    color:#fff;
    font-size:17px;
    list-style:none;
}
.filter-checkbox .filter-checkbox__text, .filter-popular-checkbox .filter-checkbox__text {
    display: inline-block;
    cursor: pointer;
    line-height: 25px;
    position: relative;
    padding-left: 42px;
    font-size: 14px;
}
.filter-checkbox .filter-checkbox__text:after, .filter-popular-checkbox .filter-checkbox__text:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 1px;
    border: 1px solid #dadada;
    background-color: #fff;
}
.filter-checkbox input[type=checkbox]:checked + .filter-checkbox__text:after, .filter-popular-checkbox input[type=checkbox]:checked + .filter-checkbox__text:after {
    background-position: center center;
    background-image:url(images/shin15.png);
}
.filter-checkbox input[type=checkbox], .filter-popular-checkbox input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
}
input:valid, input:invalid {
    box-shadow: none;
    outline: none;
}
.fuel-filter-img{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 260px;
        min-height: 260px;
    max-height: 260px;
    overflow: hidden;
}
.fuel-filter-img img{
    object-fit: contain;
}
.btn.btn-red {
    background-color: #ff0000;
    color: #ffffff;
    margin-top:20px;
}
.fuel-filter-bottom .btn{
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
}
.cat-title h2 {
    display: block;
    position: relative;
    font-size: 25px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border-left: 4px solid #ff0000;
    padding: 5px 0 5px 5px;
    margin-bottom: 20px;

}
.products-loop{
    background-color: #3f3f3f;
    color: #fff;
    border: 1px solid #585858;
    padding: 30px 15px 0;
}
.filters {
    border: 1px solid #585858;
    padding: 30px 15px;
}
.not-product{
    font-size: 22px;
    margin-bottom: 30px;
}