/*
*  @ sub
*/
.bf-wrapper {
	padding-top: 90px;
}

/*
*  @ countdown
*/
.bf-countdown {
	margin-top: 40px;
	padding: 75px 0 30px 0;
	background: url('/static/img/bf-brush-cnt.svg') no-repeat 50% 0;
}
.bf-countdown .hasCountdown {
	width: 45%;
	margin: 0 auto;
	background: none;
}
.bf-countdown .countdown_section {
	width: auto;
	line-height: 25px;
	margin-left: 30px;
	color: #fff;
	font-size: 21px;
	position: relative;
}
.bf-countdown .countdown_section:before {
	content: ':';
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0;
	left: -22px;
}
.bf-countdown .countdown_section:first-child:before {
	content: none;
}
.bf-countdown .countdown_amount {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	text-shadow: none;
}
.countdown-loading {
	min-height: 75px;
}

/*
*  @ header
*/
.bf-header {
	margin-bottom: 70px;
	text-align: center;
}
.bf-header > h1 {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
}
.bf-header > p {
	margin: 25px 0 0 0;
	font-size: 30px;
}

/*
*  @ parts
*/
.bf-parts {
	padding: 0 0 20px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.bf-parts__nav {
	padding-top: 7px;
}
.bf-parts__nav a {
	margin-top: 10px;
	padding: 0 10px;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	cursor: default;
}
.bf-parts__nav a[href] {
	cursor: pointer;
}
.bf-parts__nav a:hover,
.bf-parts__nav a.active {
	color: #fff;
	background: #000;
}
.bf-parts__search {
	margin-top: 17px;
	position: relative;
}
.bf-parts__search .nav__search {
	margin: 0;
	position: absolute;
	top: 7px;
	left: 10px;
	background-position: 0 -2430px;
}
.bf-parts__search input[type="text"] {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0 75px 0 40px;
	display: block;
	color: #999;
	font-size: 14px;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: text;
}
.bf-parts__search input[type="submit"] {
	height: 34px;
	padding: 0 12px;
	color: #990000;
	background: #e5e4e4;
	text-align: center;
	position: absolute;
	top: 1px;
	right: 1px;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	overflow: visible;
}


/*
*  @ founds
*/
.bf-founds {
	padding: 15px 0 15px 10px;
	border-bottom: 1px solid #e3e3e3;
}
.bf-founds p {
	margin: 0;
}


/*
*  @ sorting
*/
.bf-sorting {
	padding: 10px 0 15px 0;
	border-bottom: 1px solid #e3e3e3;
}
.bf-sorting a {
	margin: 5px 0 0 10px;
	color: #000;
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	cursor: default;
}
.bf-sorting a[href] {
	color: #990000;
	cursor: pointer;
}
.bf-sorting a[href]:hover {
	color: #ff0000;
	text-decoration: underline;
}
.bf-sorting a[href].active {
	color: #999;
	text-decoration: none;
	cursor: default;
}


/*
*  @ results
*/
.bf-results {
	position: relative;
}
.bf-results.loading:after {
	content: '\0020';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	z-index: 2;
}


/*
*  @ filters
*/
.bf-filters {
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3;
}
/* price
*/
.bf-filters__price {
	margin-top: 15px;
}
.bf-filters__price-range {
	min-height: .8em;
	margin: 12px 35px 0 10px;
}
.bf-filters__price-range .ui-widget-header {
	background: #ccc;
}
.bf-filters__price-range .ui-state-hover,
.bf-filters__price-range .ui-widget-content .ui-state-hover,
.bf-filters__price-range .ui-widget-header .ui-state-hover,
.bf-filters__price-range .ui-state-focus,
.bf-filters__price-range .ui-widget-content .ui-state-focus,
.bf-filters__price-range .ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background: #f6f6f6;
}
.bf-filters__price-input {
	margin: 20px 23px 0 0;
}
.bf-filters__price-input > p {
	margin: 5px 0 0 0;
	position: relative;
}
.bf-filters__price-input > p:first-child {
	margin-top: 0;
}
.bf-filters__price-input > p span {
	color: #999;
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 5px;
}
.bf-filters__price-input input[type="text"] {
	width: 100%;
	padding-right: 5px;
	padding-left: 30px;
	display: block;
	border: 1px solid #999;
	box-sizing: border-box;
	cursor: text;
}
/* brands & shops
*/
.bf-filters__brands,
.bf-filters__shops {
	margin-top: 15px;
}
.bf-filters__brands > strong,
.bf-filters__shops > strong {
	display: block;
	cursor: pointer;
}
.bf-filters__brands > strong:before,
.bf-filters__shops > strong:before {
	content: '\0020';
	width: 0;
	height: 0;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.bf-filters__brands > strong.up:before,
.bf-filters__shops > strong.up:before {
	border-top: 0;
	border-bottom: 4px solid #000;
}
.bf-filters__brands > strong:hover,
.bf-filters__shops > strong:hover {
	color: #990000;
}
.bf-filters__brands > strong:hover:before,
.bf-filters__shops > strong:hover:before {
	border-top-color: #990000;
}
.bf-filters__brands > strong.up:hover:before,
.bf-filters__shops > strong.up:hover:before {
	border-bottom-color: #990000;
}
.bf-filters__brands > div,
.bf-filters__shops > div {
	height: auto;
	max-height: 250px;
	margin-right: 25px;
	overflow-y: auto;
}
.bf-filters__brands > div.folded,
.bf-filters__shops > div.folded {
	height: 115px;
	position: relative;
}
.bf-filters__brands div label,
.bf-filters__shops div label {
	display: block;
}
.bf-filters__brands div label:first-child,
.bf-filters__shops div label:first-child {
	margin-top: 5px;
}
/* sort
*/
.bf-filters__sort {
	margin-top: 15px;
}
.bf-filters__sort > strong {
	margin-left: 10px;
}
.bf-filters__sort div p {
	margin: 2px 0 0 0;
}
.bf-filters__sort div p:first-child {
	margin-top: 5px;
}
.bf-filters__sort div p a {
	padding: 0 10px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}
.bf-filters__sort div p a:hover,
.bf-filters__sort div p a.active {
	color: #fff;
	background: #000;
}
/* reset
*/
.bf-filters__reset {
	margin-top: 15px;
	text-align: center;
}
.bf-filters__reset a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/*
*  @ products
*/
.bf-products__box {
	margin-top: 25px;
}
.bf-products__box:first-child {
	margin-top: 0;
}
.bf-products__box_empty > div {
	margin-top: 25px;
	text-align: center;
}
.bf-products__box_empty > div p {
	margin: 10px 0 0 0;
}
.bf-products__box > h2 {
	font-size: 36px;
	font-weight: bold;
}


/*
*  @ informer
*/
.bf-informer {
	margin: 50px 0 0 0;
	padding: 15px 30px 15px 10px;
	background: #eee;
	position: relative;
}
.bf-informer + .bf-informer {
	margin-top: 15px;
}
.bf-informer p {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.bf-informer p + p {
	margin-top: 5px;
}
.bf-informer p:first-child {
	color: #555;
}
.bf-informer p a {
	font-size: 20px;
}
.bf-informer p span {
	color: #999;
}
.bf-informer > a {
	display: block;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #555;
	font-size: 30px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}


/*
*  @ about
*/
.bf-about {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #e3e3e3;
}
.bf-about h2 {
	margin: 0;
	padding: 0;
}
.bf-about h3 {
	margin: 20px 0 0 0;
	padding: 0;
}
.bf-about p,
.bf-about ul li {
	margin: 10px 0 0 0;
}


/*
*  @ posts
*/
.bf-posts {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #e3e3e3;
}
.bf-posts__post {
	margin-top: 25px;
}
.bf-posts__post:first-child {
	margin-top: 0;
}
.bf-posts__post > h3 {
	margin: 0 0 10px 0;
	display: block;
	font-size: 32px;
	font-weight: bold;
}
.bf-posts__post .l-inner {
	padding: 0 20px 0 0;
}

/*
*  @ footer
*/
.bf-footer p {
	margin: 20px 0 0 0;
}
.bf-footer p:first-child {
	margin: 0;
}

/*
*  @ media
*/
@media only screen and (max-width:950px) {
	.bf-countdown {
		margin-top: 20px;
	}
	.bf-countdown .hasCountdown {
		width: 60%;
	}
	.bf-header > h1 {
		font-size: 70px;
	}
}
@media only screen and (max-width:790px) {
	.bf-countdown .hasCountdown {
		width: 70%;
	}
	.bf-header > h1 {
		font-size: 60px;
	}
}
@media only screen and (max-width:680px) {
	.bf-countdown .hasCountdown {
		width: 80%;
	}
	.bf-header > h1 {
		font-size: 50px;
	}
}
@media only screen and (max-width:520px) {
	.bf-countdown {
		background-position: 41% 0;
	}
		.bf-countdown .hasCountdown {
			width: 90%;
		}
			.bf-countdown .countdown_section:before {
				font-size: 30px;
			}
				.bf-countdown .countdown_amount {
					font-size: 60px;
				}
}
@media only screen and (max-width:400px) {
	.bf-countdown {
		margin-top: 0;
		padding-top: 87px;
		background-position: 30% 0;
	}
		.bf-countdown .hasCountdown {
			width: 100%;
		}
			.bf-countdown .countdown_section {
				font-size: 19px;
			}
			.bf-countdown .countdown_section:before {
				font-size: 24px;
			}
				.bf-countdown .countdown_amount {
					font-size: 40px;
				}
}
