/**
.thumbnail-catalog .image-block {
    height: 320px;
    line-height: 320px;
}

.thumbnail-catalog .image-block img {
    max-height: 300px;
}
 **/
@media (min-width: 1200px) {
	.header .phone {font-size: 17px;}
	li.tree.plugin.brend {width: 49%;}
	.brand-name {min-height: 50px;}
	table.features.listfeatures {min-height: 55px;}
}
ul.menu-v.brands li {float: left; width: auto; min-width: 30px;}
li.tree.plugin.tags {display: none;}
ul.menu-v.brands li a {text-align: center; display: block; border: 1px solid #ad7; padding: 0 4px; margin: 2px 0; box-shadow: 0 0 4px;}
.brands-shop {display: none;}
.col-lg-3.col-xs-12.col-sm-4.payment-footer img {padding-right: 5px;}
.thumbnail-catalog.one-product {margin-bottom: 1px;}
.checkout ul.checkout-options.shipping h3 {display: inline-block; float: left;}
.checkout .wa-form .wa-field .wa-value p {margin: 0!important; width: 100%!important;}
span.field.wa-field-address-region select {margin-bottom: 10px;}
.subcategory-images .link {line-height: 14px; height: 45px; overflow-y: hidden; font-size: 14px; text-align: center;}
table.features.listfeatures td.name {width: auto; padding: 0 0 0 10px; height: auto; vertical-align: middle; font-size: 14px;}
span.price-txt { display: block; font-size: 14px;}
.brand-name {font-size: 14px;}
table.features.listfeatures td.value {padding: 0;}
span.price-txt-qty { font-family: 'Roboto-Medium', serif; padding: 0 8px; font-size: 14px;}
span.qty-price { font-size: 16px;
	line-height: 18px;
	font-weight: bold; font-family: 'Roboto-Medium', serif;}
.listfeatures-values { font-size: 18px;}
.thumbnail-catalog .name { padding: 5px 10px 0;}
.product .add2cart { margin-top: 10px;}
.prod-qty, .prod-qty span.qty-price {font-size: 22px; color: #333333;}
.logo-bottom img {max-width: 200px; padding-top: 20px;}
ul.menu-h-top.left {float: left; margin-right: 20px;}
a.center {text-align: center;}
p.purchase {margin-bottom: 0;}
.onestep-cart table.cart td input.qty {height: 38px;text-align: center;}
span.red {font-size: 20px;color: #2196F3;font-weight: bold;}
.all-price {display: block;min-height: 60px;}
#complex-plugin-table h4 {font-size: 18px;color: #2196F3;}
.complex-plugin-price td {background: #fef38b;font-size: 14px;border: 1px solid #888;padding: 5px;}
.complex-plugin-price td span.price {font-size: 22px;}
.complex-plugin-price td span.price {font-size: 22px;color: #2196F3;font-weight: 700;}
.wm-alphacat-brands-value ul {
    width: 20%!important;
 }
 #wm-alphacat-plugin-menu {
    z-index: 9!important;
}
#wm-alphacat-plugin-list li a {
    font-size: 14px;
}
#wm-alphacat-plugin-menu{
    position: relative;
    z-index: 200;
    padding:5px 10px;
    background:#f5f5f5;
    margin:0px 0 30px;
}
/*контейнер для пунктов навигации*/
#wm-alphacat-plugin-list{
    padding: 0;
    margin:0;
    list-style: none;
}
/*пункты навигации*/
#wm-alphacat-plugin-list>li{
    display: inline-block;
}
/*пенрвй пункт в списке - название блока "бренды"*/
#wm-alphacat-plugin-list>li:first-child{
}
/*контейнер для названия "бренды"*/
#wm-alphacat-plugin-list>li>span.wm-alphacat-title{
    line-height:20px;
}
#wm-alphacat-plugin-list>li>span.wm-alphacat-title:after{
    content:'Бренды:';
    display:inline-block;
}
/*активный/выбранный пункт*/
#wm-alphacat-plugin-list>li.selected>a{
    color: #8B00FF;
}
/*ссылки в пунктах навигации*/
#wm-alphacat-plugin-list>li>a{
    text-decoration: none;
    padding: 0 5px;
    margin-top: 5px;
    line-height:20px;
}
/*ссылки в пунктах навигации при наведении указателя мыши */
#wm-alphacat-plugin-list>li>a:hover{
}
/*все ссылки в меню навигации*/
#wm-alphacat-plugin-list li a{
    color:#0000ff;
}
/*все ссылки в меню навигации при наведении*/
#wm-alphacat-plugin-list li:hover>a{
    color:#ff0000;
}
/*пункт "все бренды"*/
#wm-alphacat-plugin-list>li.wm-alphacat-show_all{

}
/*ссылка пункта "все бренды"*/
#wm-alphacat-plugin-list>li.wm-alphacat-show_all>a{
    border-left: 1px solid #b7b7b7;
    white-space:  nowrap;
}
#wm-alphacat-plugin-list>li.wm-alphacat-show_all>a span:after{
    content:"Все бренды";
    display:inline;
}
/*выпадающй блок навигации*/
#wm-alphacat-plugin-list ul{
    position: absolute;
    padding: 12px 10px;
    margin: 0 0 0 -2px;
    background: #f5f5f5;
    border:none;
    box-shadow: 0px 5px 5px #777;
    list-style: none;
    display: none;
    text-align:left;
    width:170px;
}

/*пунты в выпадающем блоке*/
#wm-alphacat-plugin-list ul li{
    display:block;
    padding:3px 0;
}

/*Ссылки в выпадающем блоке навигации*/
#wm-alphacat-plugin-list ul li a{
    line-height:1.2;
    text-decoration:none;
}

#wm-alphacat-plugin-list ul li a:hover{
    border-bottom:1px dashed #aaa;
}
/*пункт "показать все" в выпадающем блоке*/
#wm-alphacat-plugin-list ul li.show_all{
    padding:5px 0 0;
    margin-top:5px;
    text-align:right;
    border-top:1px solid #aaa;
}
/*ссылка "показать все" в выпадающем блоке */
#wm-alphacat-plugin-list ul li.show_all a{
    color:#777;
}

#wm-alphacat-plugin-list ul li.show_all a:hover{
    color:#ff0000;
}
/*==== страница брендов ====*/
/*таблица брендов*/
.wm-alphacat-brands-table{
    width: 100%;
}
/*все ячейки таблицы*/
.wm-alphacat-brands-table td{
    vertical-align: top;
}
/*ячейка с буквой брендов*/
.wm-alphacat-brands-table td.wm-alphacat-brands-key{
    font-size:30px;
    font-weight: bold;
    width: 1%;
    min-width: 50px;
    color: #777777;
    vertical-align: baseline;
    line-height: 120%;
    white-space: nowrap;
}
/*ячейка с названиями брендов*/
.wm-alphacat-brands-table td.wm-alphacat-brands-value{
    line-height: 130%;
    padding: 1em 0 2em;
    border-top: 1px solid #d4d4d4;
}
/*столбец названий брендов*/
.wm-alphacat-brands-value ul{
    width: 25%;
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
/*отдельное название бренда(ссылка)*/
.wm-alphacat-brands-value ul li a{
    padding: 1px 0 1px 20px;
    display: block;
    line-height: 120%;
}
/*отдельное название бренда(ссылка) при наведении указателя мыши*/
.wm-alphacat-brands-value ul li a:hover{
}

.shop-brand-brands__wrapper {
	margin: -15px;
}

.shop-brand-brands__brand-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
}

.shop-brand-brands__brand-link {
	display: block;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	border: 2px solid transparent;
	margin: 5px;
	border-color: #eeeeee;
}
.shop-brand-brands__brand-link:hover {
	border-color: #444444;
}

.shop-brand-brands__brand-image {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.shop-brand-brands__brand-image-box {
	height: 100px;
	margin: 0 auto 10px;
	display: block;
	position: relative;
}

.shop-brand-brands__brand-name {
	display: block;
	text-align: center;
	font-size: 18px;
}

.shop-brand-brands__not-found {
	padding: 15px;
}

.brands-search-wrapper {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.brands-search-input {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	vertical-align: top;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 40px;
	padding: 9px 45px 10px 10px;
	border: 1px solid #ededed;
	border-radius: 4px;
	outline: 0;
	background: #fff;
	transition: border-color .2s ease-in-out;

}
.brands-search-clear {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	color: #bdbdbd;
	height: 100%;
	width: 45px;
	cursor: pointer;
}
.brands-search-clear-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
}
.brands-letters_header {
	font-size: 18px;
	font-weight: 500;
}
.brands-letters__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-left: -10px;
	padding-left: 0;
}
.brands-letters__item,
.brands-letters__reset {
	margin-left: 10px;
	text-decoration: none;
	color: #206dc4;
	list-style: none;
	margin-top: 0;
	cursor: pointer;
}
.brands-letters__item--active {
	font-weight: 600;
}
.brands-letters__item:hover {
	color: #f00;
}
ul.menu-h-top.color li:nth-last-child(1) {
    background: #77C400;
    padding: 5px;
}