/**
 *---------------------------------------------------------------------------------------
 * @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);
}

body {
        width: auto;
        height: auto;
/*        background-size: contain;*/
	background-image: url('tap-bgHD.jpg');
	background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top; 
	background-position-x: 50%;
	background-position-y: 0%;
	z-index: -1000;
}

.cf_color_inner{
	height: 17px !important;
	display:inline-block;
	float:left;
	margin:0px !important;
	padding:0px !important;
}

.text-muted, .product-price-before-discount, .text-muted {
    color: #0830f9;
    font-size: 16px;
    font-weight: bold;
}