.col-filter-header{
	position: relative;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.col-filter-header h4{
	font-size: 14px;
	margin-left: 10px;
	text-transform: uppercase;
}
.col-filter-expand{
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/sprite.png);
	background-position: -240px -10px;
}
.col-filter-expand[aria-expanded=false]{
	background-position: -240px 0;
}
.col-filter-body{
	margin-top: 15px;
	margin-bottom: 15px;
}
.col-filter-body ul{
	list-style: none;
	padding-left: 30px;
}
.col-filter-body a{
	color: #000;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}
.col-filter-body a:hover{
	color: #fb5d0f;
}
.col-filter-body ul>li{
	position: relative;
}
.col-filter-body ul>li:before{
	content: '';
	position: absolute;
	top: 5px;
	left: -21px;
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(../img/sprite.png);
	background-position: -240px -20px;
}
.col-filter-body ul>li:hover:before{
	background-position: -240px -30px;
}
.products-header{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.products-header label{
	margin-top: 5px;
}
.products-header .select2-selection{
	border-color: transparent;
}
.products-header .select2-selection:focus{
	outline: none;
}
.products-header .select2-selection .select2-selection__rendered{
	border-bottom: 1px dashed #999999;
}
.products-header .select2-container .select2-selection,
.products-header .select2-container .select2-selection .select2-selection__rendered,
.products-header .select2-container .select2-selection .select2-selection__arrow,
.products-header .select2-container .select2-selection .select2-selection__placeholder{
	height: 30px;
	line-height: 28px;
}
.product{
	padding: 15px;
	position: relative;
	color: #333;
	border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 30px 5px #ccc;
       -moz-box-shadow: 0px 0px 30px 5px #ccc;
            box-shadow: 0px 0px 30px 5px #ccc;
}
.product:hover{
	border: 2px solid #ef5302;
}
.product a{
	display: block;
	color: #333;
}
.product img{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.product-price-old{
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: line-through;
	margin-top: 10px;
	margin-bottom: -20px;
}
.product-price-new{
	color: #fa5702;
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
}
.product-price-new small{
	font-style: normal;
	font-weight: normal;
}
.product-price-old+.product-price-new{
	margin-top: 20px;
}
.badge-top-left{
	position: absolute;
	top: -2px;
	left: -2px;
	display: block;
	height: 30px;
	padding: 5px 6px 5px 12px;
	color: white;
}
.badge-top-left:after{
	display: inline-block;
    content:'';
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 0;
    height: 0;
    border-left: solid 10px #0a649e;
    border-bottom: solid 15px transparent;
    border-top: solid 15px transparent;
}
.badge-top-right{
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/sprite.png);
}
.badge-top-right.badge-top-right-snow{
	background-position: -100px -75px;
}
.badge-top-right.badge-top-right-sun{
	background-position: -120px -75px;
}
.badge-top-right.badge-top-right-inter{
	background-position: -140px -75px;
}