@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);



.sert {
	width: 50% !important;
	height: 50% !important;
	transition: all 0.5s ease 0s !important;
}
.sert:hover {
	transform: scale(1.15);
}

.product-wrap .product-addtocart .vm-customfields-wrap{
    display: none;
}
.productdetails-view .addtocart-area {
	padding-bottom: 0px !important;
}

.h4 {font-size: 10px !important;}
/*
высота блока окна
*/
#fancybox-content {
	height: 100% !important;
	width: auto !important;
}
/*
убрать поле всплыв окно
*/
#fancybox-content > div {
	    padding: 0 0px !important;
		height: 100% !important;
		width: auto !important;
}
/*
наличие уточняйте
*/
.product-wrap .product-stock .no-stock {
    color: #2196F3;
}
.product-stock .no-stock {
    color: #2196F3;
}
/*
низкая цена
*/
.botprice {
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
	}
/*
Фон
*/
body {background-color: #ffffff !important;}
/*
Фирст главная
*/
.first {
	width: 65% !important;
	height: 65% !important;
}
.firsto {
	width: 250px !important;
	height: auto !important;
	margin: 0px 1px 0px 30px;
}
/*
Фирст главная
*/
.sertik {
	width: 380px !important;
	height: auto !important;
	margin: 0px 1px 0px 30px;
}

/*
Слайдер
*/
.t3-sidebar > .t3-module:last-child {
    margin-bottom: 0
}
/*
Топ продаж
*/
.product_badge > div{
    position: relative;
}
/*
Верх меню
*/
.header-top .nav-stacked > li > a {
	color: #505050;
	font-size: 12.5px;
}

/*
Таймер
*/
.timer-block {
	   display: inline-block;
    margin: 10px 5px 0px 0px;
}

/*
Иконки
*/
.icon-block .product-field{
    display: inline-block;
    margin: 0px 5px 1px 0px;
}
.icon-block img{
    width: 55px;
	border-radius: 3px;
	transition: all 0.3s ease 0s !important;
}
.icon-block img:hover {
	transform: scale(1.05);
	border-radius: 5px;
}
.icon-block .vm-img-desc{
    display: none;
}





.product-wrap .product-price .product-wrap .product-price span.PricesalesPrice {
	position: relative !important;
	top: 3px !important;
}

/*
размер в карточке товара
*/
.icon-block img{
    max-width: 55px;
}
 
 
 /*
банер монтаж и увлажнитель
*/
.uvlaj{
border-radius: 10px;
transition: all 0.3s ease 0s !important;
}

 /*
иконка солдатик
*/
.ukraineflag{
width: 58px;
float: left;
transition: all 0.3s ease 0s !important;
}
.ukrflag{
width: 58px !important;
float: left;
}
 
/*
размер в категории
*/
.product-wrap .icon-block img{
    max-width: 35px;
	border-radius: 3px;
	transition: all 0.3s ease 0s !important;
}

.product-wrap .icon-block img:hover {
	transform: scale(1.15);
	border-radius: 5px;
}

/*
увеличение панели
*/
.panel:hover {
    transform: scale(1.02) !important;
	border-radius: 10px; 
}

}

/* вывод кнопки купить
*/
.btn.btn-sm 
	display: none !important;
}
.view-category .product-wrap .addtocart-bar 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.view-category .product-wrap .product-addtocart 
    display: block;
}
.view-category .product-wrap .product-addtocart .quantity-controls 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view-category .product-wrap .product-addtocart div.quantity-controls 
    margin: 0 5px 10px 5px;
}