@charset "UTF-8";
/*#4.27cbc*/

.border{
	border: 1px solid #b6cce5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

.border-top{
	border-top: 1px solid #b6cce5;
	padding: 3px;
}
.border-bottom{
	border-bottom: 1px solid #b6cce5;
	padding: 3px;
}
.border-left{
	border-left: 1px solid #b6cce5;
	padding: 3px;
}
.border-right{
	border-right: 1px solid #b6cce5;
	padding: 3px;
}

/* список позиций каталога */

div.firm, div.category, div.filtrBox {
	border: 1px solid  #e2ebf5;
	border-radius: 10px;
/*	margin-bottom: 0px;*/
	padding:5px 5px 7px 5px;
}

div.span3.category{
	min-height: 195px;
	margin-bottom: 10px;
}

div.span3.category div{
	position: relative;
	height: 120px;
}
div.span3.category div img{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

div.span3.firm{
	min-height: 90px;
	margin-bottom: 10px;
}
div.span3.firm div{
	position: relative;
	height: 70px;
}
div.span3.firm div img{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
div.firm img{
	max-height: 70px;
}

div.products-row{
	border-bottom: 1px solid #b6cce5;
	/*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
}
div.product{
	padding: 7px;
}
.products div.product:hover{
	border: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.product_name{
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
.product_name a{
	color: #024895;
}
.product_name a:hover{
	color: #002f63;
	text-decoration: underline;
}
.description, .desc{
	text-align: justify;
	padding-top: 10px;
}
div.propertblock {
	border-bottom: 1px solid #b6cce5;
	margin-bottom: 8px;
}
div.offer{
	/*border: 1px solid #b6cce5;*/
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	padding: 3px 5px;

}
/*на широких экранах кнопка слева юлока - в центре плитки*/
@media (min-width: 768px){
	.bay{
	  text-align: left;
	}
}
/*на узких экранах кнопка справа - под ценой*/
@media (max-width: 768px){
	.bay{
	  /*text-align: right;*/
	}
}

.red {
	color: #c00;
}

/*блок бренда в плитке*/
.product div.brand {
}
/*логотип бренда*/
.product div.brand img{

}
@media (min-width: 768px){
	.product div.brand img{
	max-height: 30px;
	}
}
/*блок бренда в карточке*/
.page .product div.brand {

}
/*логотип бренда в карточке*/
.page div.brand img{

}

/*блок обертка изображения товара в плитке*/
.img-wrap {
	height: 250px;
	position: relative;
}

div.product.page div.img-wrap {
	height: auto;

	position: inherit;
	text-align: center;
}

/*изображение товара*/
.img-wrap img.product-img:hover{
	box-shadow: 0 1px 3px #dfdfdf;
}
/*изображение - заглушка*/
.img-wrap img.product-img, .img-wrap img.null-img{
	/*border: 1px solid #b6cce5;*/
	border-radius: 3px;
	padding: 6px;
	/*max-height: 250px;*/
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}


/*изображение - заглушка*/
div.product.page div.img-wrap img.product-img, div.product.page div.img-wrap img.null-img{
	/*border: 1px solid #b6cce5;*/
	border-radius: 3px;
	padding: 6px;
	/*max-height: 250px;*/
	margin: auto;
	position: inherit;
}

div.sizes{
	padding-left: 20px;
}

table.positionstore th, table.positionstore td{
	text-align: center;
}
table.positionstore td.position_name{
	text-align: left;
}

button.addCart{
	white-space: nowrap;
}

div.pagination{
	margin: 0 auto;
}

form#adminForm{
	margin-bottom: 0;
}

label.price{
	display: inline-block;
}

div#filtrZone form{
	margin-bottom: 0px;
}

div.filtrs-row{
	margin-bottom: 5px;
}

.filtr_name{
	font-weight: bold;
	color: #0088cc;
}

div.filtr label.float{
	display: inline-block;
}

/* история заказов */

table.order-history tr:hover{
	box-shadow: 0 1px 10px #b6cce5;
}

@media (min-width: 768px){
	/* модуль дерева категорий */
	/* шире допустимой ширины колонки */
	div.categorys-tree{
		padding-bottom: 10px;
		margin-right: -20px;
	}
	/* в списке товаров минимальная высота плитки */
	.products div.product{
	min-height: 170px;
	}
}

div.categorys-tree li.active > a {
	background-color: #0081c2;
	background-image: linear-gradient(to bottom, #08c, #0077b3);
	background-repeat: repeat-x;
	color: #fff;
	outline: 0 none;
	text-decoration: none;
}

div.categorys-tree li > a {
	clear: both;
	color: #034ea1;
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px;
}
div.main_content div.categorys-tree li {
	margin-left: 0;
}
div.categorys-tree li.dropdown-submenu > a:after{
	margin-right: 0px;
	margin-top: 5px;
}

#jform_adr_id .btn{
	text-align: left;
}

#jform_adr_id.btn-group label.btn{
	white-space: normal;
}

/*ошибки заполнения форм*/

label.invalid[for=jform_agree]:after{
	content: 'Без Вашего согласиться с договором заказ не может быть оформлен' !important;
}
label.invalid[for=jform_deliv_id]:after{
	content: 'Необходимо выбрать способ доставки' !important;
}
label.invalid[for=jform_pay_id]:after{
	content: 'Необходимо выбрать способ оплаты' !important;
}


div#filtrZone .chzn-container-multi .chzn-choices{
	border:1px solid #ccc;
	border-radius: 5px;
}

div#myModal.modal button.close {
	position: absolute;
	z-index: 1100;
	right: 10px;
	top: 10px;
}

