

/* Start:/bitrix/components/bmhouse/pricelist/templates/.default/style.css?17478212383316*/
#bmhouse-pricelist
{
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 10px 20px;
}

.bmhouse-pricelist-title
{
	font-size: 24px;
	float: left;
	margin-bottom: 10px;
}

.bmhouse-pricelist-export
{
	float: right;
	margin-top: 10px;
}

.bmhouse-pricelist-section
{
	padding: 7px 0 0 20px;
	position: relative;
}

.bmhouse-pricelist-section-control
{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0;
	cursor: pointer;
	background: url( '/bitrix/components/bmhouse/pricelist/templates/.default/img/arrow.png') 0 0 no-repeat;
}

.bmhouse-pricelist-section.active > .bmhouse-pricelist-section-control
{
	background-position: -16px 0;
}

.bmhouse-pricelist-section >b
{
	cursor: pointer;
}

.bmhouse-pricelist-section > div
{
	display: none;
}

.bmhouse-pricelist-section.active > div
{
	display: block;
}

.bmhouse-pricelist-item
{
    border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

.bmhouse-pricelist-section > div.bmhouse-pricelist-item.bmhouse-pricelist-item-hidden
{
	display: none;
}

a.bmhouse-pricelist-item-name,
.bmhouse-pricelist-item-price,
.bmhouse-pricelist-item-picture
{
	display: inline-block;
	vertical-align: top;
}

a.bmhouse-pricelist-item-name
{
	width: calc( 100% - 205px );
	text-decoration: none;
}

.bmhouse-pricelist-item-picture + a.bmhouse-pricelist-item-name
{
	width: calc( 100% - 270px );
	padding-left: 5px;
	
}

.bmhouse-pricelist-item-article
{
	font-size: 10px;
	color: #bbb;
	display: block;
}

.bmhouse-pricelist-item-price
{
	width: 200px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}

.bmhouse-pricelist-item-picture
{
	max-height: 57px;
	width: 50px;
	text-align: center;
	float: left;
}

.bmhouse-pricelist-item-picture img
{
	display: block;
	max-height: 50px;
	max-width: 50px;
	margin: auto;
	margin-top: 4px;
	margin-bottom: 2px;
}

.bmhouse-pricelist-download-block
{
	margin-top: 30px;
}

.bmhouse-pricelist-download-button
{
	padding: 4px 7px 5px;
    display: inline-block;
	margin: 0 3px;
	text-decoration: none;
}

#bmhouse-pricelist .bmhouse-pricelist-filter
{
	margin: 10px 0;
}

#bmhouse-pricelist .bmhouse-pricelist-filter input
{
	position: relative;
    top: 2px;
}

#bmhouse-pricelist .bmhouse-pricelist-search
{
	margin: 20px 0;
}

#bmhouse-pricelist .bmhouse-pricelist-search input
{
	border-radius: 0;
    padding: 5px 10px;
    border: 1px solid #aaa;
    outline: none;
    width: 280px;
}

#bmhouse-pricelist .bmhouse-pricelist-item-add-to-basket
{
	display: block;
	width: 100px;
    height: 25px;
    line-height: 24px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #777;
	float: right;
	margin-top: 10px;
}

#bmhouse-pricelist .bmhouse-pricelist-item-add-to-basket:hover
{
	opacity: 0.7;
}

#bmhouse-pricelist .bmhouse-pricelist-item-quantity
{
	display: block;
    width: 40px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

#bmhouse-pricelist .bmhouse-pricelist-item-quantity input
{
	width: 100%;
	height: 100%;
	text-align: right;
}

@media all and (max-width: 1000px)
{
	.bmhouse-pricelist-item-price
	{
		display: block;
		width: 100%;
	}
	
	a.bmhouse-pricelist-item-name
	{
		width: 100%;
	}
	
	.bmhouse-pricelist-item-picture + a.bmhouse-pricelist-item-name
	{
		width: calc( 100% - 56px );
	}
}
/* End */
/* /bitrix/components/bmhouse/pricelist/templates/.default/style.css?17478212383316 */
