@charset "UTF-8";

.bol-products {
	list-style: none;
	color: #000;
	text-align: left;
}
.bol-products.-grid ._product {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	display: inline-block;
	width: 33%;
	padding: 2%;
	vertical-align: top;
}
.widget-wrap .bol-products.-grid ._product {
	display: block;
	width: auto;
}

.bol-products ._title {
	color: #000;
	font-size: 1em;
	margin-bottom: .5em;
	text-align: left;
}
.bol-products .-product-image {
	border: none;
	display: block;
}
.bol-products .-product-image._align-left {
	float: left;
	margin-right: .5em;
}
.bol-products .-product-image._align-center {
	text-align: center;
}
.bol-products .-product-image._align-right {
	float: right;
	margin-left: .5em;
}
.bol-products .-product-image._size-ExtraLarge .-image {
	display: block;
	width: 100%;
}
.bol-products ._product {
	overflow: hidden;
	margin-bottom: 1em;
	padding-right: 1em;
}
.widget-wrap .bol-products ._product {
	border-top: 1px solid #000;
	padding-top: 1em;
}
.widget-wrap .bol-products ._product:first-child {
	border: none;
	padding-top: 0;
}
.bol-products .-author {
	font-style: italic;
	margin-bottom: .5em;
}
.bol-products .-offer {
	font-size: ;
	color: ;
	margin-left: .5em;
	display: block;
	text-align: left;
}
.bol-products .-offer._align-left {
	float: left;
	margin-right: .5em;
}
.bol-products .-offer._align-center {
	text-align: center;
}
.bol-products .-offer._align-right {
	float: right;
	margin-left: .5em;
}
