/**
 *---------------------------------------------------------------------------------------
 * @package       VP Merchant Template for Joomla!
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2015 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          http://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.vpf-mega-menu-container.sticky {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
}
.product-rating-cont {
    float: none;
    width: 100%;
}
.price-litre-cat {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 15px;
}
.product-price-cont {
	width: 50%;
	float: left;
}
.product-addtocart-cont {
    clear: both;
}
.cat-top {
	float: left;
}
.cat-bottom {
	clear: both;
	float: left;
	width: 100%;
}
.product-listing.mode-grid .product-image-cont {
	float: left;
}
.rightside {
	float: right;
	width: 50%;
}
.product-listing.mode-grid .product-short-desc-cont {
	margin: 0;
	width:100%;
}
.product-listing.mode-grid .product-name {
	margin: 0;
	width: 100%;
}

.cart-product-description .product-field-type-S {
    display: none;
}

