/*
# ------------------------------------------------------------------------
# Extensions for Joomla 2.5.x - Joomla 3.x - Joomla 4.x
# ------------------------------------------------------------------------
# Copyright (C) 2011-2020 Eco-Joom.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2.
# Author: Eco-Joom.com
# Author: Makeev Vladimir
#Author email: v.v.makeev@icloud.com
# Websites:  http://eco-joom.com
# Date modified: 05/05/2020 - 13:00
# ------------------------------------------------------------------------
*/

.mod_ext_roundabout_virtuemart_product {} 
.mod_ext_roundabout_virtuemart_product ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.mod_ext_roundabout_virtuemart_product li {
	text-align: center;
	cursor: pointer;
}
.mod_ext_roundabout_virtuemart_product li.roundabout-in-focus {
	cursor: default;
}
.mod_ext_roundabout_virtuemart_product .mod_ext_roundabout_virtuemart_product_img img {
	width: 100%;
	margin:0 auto;
}

.mod_ext_roundabout_virtuemart_product .ext-item-wrap {
	border: 1px solid #DDD;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	background: none repeat scroll 0 0 #FFFFFF;
}