#vms .vm-price {
	font-weight: 700;
	font-size: 1.6em;
	margin: 0 0 30px;
	text-align: left;
}
#vms .vm-old-price {
	text-decoration: line-through;
	font-size: .8em;
	vertical-align: middle;
	color: #999;
}
#vms .vm-header {
	margin: 0 0 20px 0;
}
#vms .vm-category {
	color: #999;
}
#vms .vm-category a {
	color: #666;
}
#vms .vm-thumbnail {
	border: 1px solid #ddd;
	display: block;
}
#vms .vm-thumbnail:hover {
	background: inherit;
	color: inherit;
}
#vms .vm-discount {
	border: 2px solid #E20808;
	position: absolute;
	top: -15px;
	right: -20px;
	background-color: #F20707;
	color: #fff;
	padding: 4px 8px;
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	border-radius: 200px;
	font-weight: 700;
	-webkit-box-shadow: 0px 0px 109px -25px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 109px -25px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 109px -25px rgba(0,0,0,0.75);
}
#vms .display_none {
	display: none;
}
#vms .vms_block_heading {
	padding: 5px 15px 10px 15px;
	border: 2px solid #f2f2f2;
}
#vms .vms_social_icons a:first-child {
	margin-right: 12px;
}
#vms .vms_social_icons a:hover {
	text-decoration: none;
}
#vms .vms_social_icons i:hover {
	color: brown;
}
#vms .vms_social_icons .uk-icon-facebook {
	color: #3b5998;
}
#vms .vms_social_icons .uk-icon-twitter {
	color: #4099FF;
}
#vms legend {
	float: none;
}
#vms #filter_search {
	width: 100%;
	height: 100%;
}