#bmhouse-pricelist
{
	width: 100%;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 10px 0;
	position: relative;
}

#bmhouse-pricelist .bmhouse-pricelist-container
{
	width: 100%;
	overflow-x: auto;
}

#bmhouse-pricelist .bmhouse-pricelist-container-inner
{
	width: 1170px;
}

.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: 21px;
	position: absolute;
	top: 7px;
	left: 0;
	cursor: pointer;
	background: url( 'img/arrow.png' ) 0 50% no-repeat;
}

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

.bmhouse-pricelist-section > b
{
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
}

.bmhouse-pricelist-section .bmhouse-pricelist-section > b
{
	font-size: 14px;
}

.bmhouse-pricelist-section .bmhouse-pricelist-section .bmhouse-pricelist-section > b
{
	font-size: 12px;
}

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

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

.bmhouse-pricelist-item
{
    border-bottom: 1px dotted #ccc;
	justify-content: space-between;
	align-items: center;
}

b + .bmhouse-pricelist-item
{
	border-top: 1px dotted #ccc;
}

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

.bmhouse-pricelist-item > div,
.bmhouse-pricelist-item > div.bmhouse-pricelist-item-right > div
{
	display: flex;
	align-items: center;
}

.bmhouse-pricelist-item > div.bmhouse-pricelist-item-right
{
	flex-direction: column;
}

.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: 275px;
	text-decoration: none;
	margin-right: 10px;
}

.bmhouse-pricelist-section .bmhouse-pricelist-section .bmhouse-pricelist-item-name
{
	width: 255px;
}

.bmhouse-pricelist-section .bmhouse-pricelist-section .bmhouse-pricelist-section .bmhouse-pricelist-item-name
{
	width: 235px;
}

.bmhouse-pricelist-item-picture + a.bmhouse-pricelist-item-name
{
	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-search input[type="submit"]
{
	width: 70px;
}

#bmhouse-pricelist .bmhouse-pricelist-search a
{
	margin-left: 10px;
	text-decoration: underline;
}

#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: 55px;
    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;
}

#bmhouse-pricelist .bmhouse-pricelist-header-columns
{
	display: flex;
	align-items: center;
	padding-left: 355px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.05);
	z-index: 1;
	background: #fff;
	width: 1170px;
}

#bmhouse-pricelist .bmhouse-pricelist-header-columns.bmhouse-pricelist-header-columns-sticky
{
	position: fixed;
	left: calc((100% - 1170px) / 2);
	top: 65px;	
}

#bmhouse-pricelist .bmhouse-pricelist-header-column,
#bmhouse-pricelist .bmhouse-pricelist-item-column
{
	width: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-left: 1px dotted #ccc;
	padding: 0 2px;
}

#bmhouse-pricelist .bmhouse-pricelist-header-column[data-prop="BRAND"],
#bmhouse-pricelist .bmhouse-pricelist-item-column[data-prop="BRAND"]
{
	width: 110px;
}

#bmhouse-pricelist .bmhouse-pricelist-header-column[data-prop="BARCODE"],
#bmhouse-pricelist .bmhouse-pricelist-item-column[data-prop="BARCODE"]
{
	width: 96px;
}

#bmhouse-pricelist .bmhouse-pricelist-header-column[data-prop="WEIGHT"],
#bmhouse-pricelist .bmhouse-pricelist-item-column[data-prop="WEIGHT"]
{
	width: 64px;
}

#bmhouse-pricelist .bmhouse-pricelist-item-column[data-prop="PRICE_PIECE"]
{
	font-size: 12px;
	font-weight: bold;
}

#bmhouse-pricelist .bmhouse-pricelist-header-column:last-child,
#bmhouse-pricelist .bmhouse-pricelist-item-column:last-child
{
	border-right: 1px dotted #ccc;
}

#bmhouse-pricelist .bmhouse-pricelist-header-column
{
	height: 36px;
	line-height: 1;
}

#bmhouse-pricelist .bmhouse-pricelist-item-column
{
	font-size: 10px;
	height: stretch;
}

#bmhouse-pricelist .bmhouse-pricelist-item-sum span
{
	margin-left: 10px;
}

#bmhouse-pricelist .bmhouse-pricelist-total
{
	position: fixed;
	bottom: 0;
	right: calc((100% - 1170px) / 2);
	z-index: 1;
	background: #fff;
	width: 210px;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
	padding: 8px 12px;
	font-size: 14px;
}

#bmhouse-pricelist .bmhouse-pricelist-brand
{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}

#bmhouse-pricelist .bmhouse-pricelist-items-labels
{
	display: flex;
	gap: 5px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#bmhouse-pricelist .bmhouse-pricelist-items-labels span
{
	font-size: 11px;
    color: #fff;
    width: 60px;
    height: 18px;
    border-radius: 4px;
    line-height: 18px;
    text-align: center;
	display: block;
}

#bmhouse-pricelist .bmhouse-pricelist-buttons
{
	display: flex;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#bmhouse-pricelist .bmhouse-pricelist-buttons a
{
    color: #fff;
    width: 120px;
    height: 34px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
	display: block;
	border: 2px solid #fff;
}

#bmhouse-pricelist .bmhouse-pricelist-buttons a.bmhouse-active
{
	border-color: #000;
}



@media (max-width: 1170px)
{
	#bmhouse-pricelist .bmhouse-pricelist-header-columns
	{
		width: 1190px;
		position: relative;
	}
	
	#bmhouse-pricelist .bmhouse-pricelist-header-columns.bmhouse-pricelist-header-columns-sticky
	{
		padding-left: 365px;
	}
	
	#bmhouse-pricelist .bmhouse-pricelist-total
	{
		right: 0;
	}
}

@media (max-width: 580px)
{
	#bmhouse-pricelist .bmhouse-pricelist-header-columns.bmhouse-pricelist-header-columns-sticky
	{
		top: 59px;
	}
}