/* ======================================================
# Virtuemart Sales - Joomla! Component v6.0.4 (PRO version)
# -------------------------------------------------------
# For Joomla! 3.x
# Author: Yiannis Christodoulou (yiannis@web357.eu)
# Copyright (©) 2009-2016 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https://www.web357.eu/
# Demo: http://demo.web357.eu/?item=vmsales
# Support: support@web357.eu
# Last modified: 16 May 2016, 13:58:20
========================================================= */

#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 {
	position: relative;
}
#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;
}