@charset "utf-8";/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/* General Mobile Nav Bar */
.navbar.navbar-offcanvas {
	min-height: 10px;
	border-radius: 0;
}
/* Collapsible Menu */
.vpf-collapsible-menu,
.vpf-collapsible-menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vpf-collapsible-menu li.deeper > ul {
	display: none;
	
}
.vpf-collapsible-menu li.deeper.active > ul {
	display: block;
}
.vpf-collapsible-menu li.deeper.open > ul {
	display: block;
}
.vpf-collapsible-menu li > a,
.vpf-collapsible-menu li > span {
	position: relative;
	display: block;
}
.vpf-collapsible-menu .opener {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;
	vertical-align: middle;	
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	margin-right: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.vpf-collapsible-menu .opener:after {
	content: "\f107";
	font-size: 16px;
}
.vpf-collapsible-menu .open > a > .opener:after,
.vpf-collapsible-menu .open > span > .opener:after {
	content: "\f106";
	font-size: 16px;
}
/* Side bar menu */
.sidebar-menu,
.sidebar-menu ul,
.aside-inner .mostread,
.aside-inner .latestnews,
.aside-inner .archive-module,
.aside-inner .categories-module {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li,
.aside-inner .mostread li,
.aside-inner .latestnews li,
.aside-inner .archive-module li,
.aside-inner .categories-module li {
	display: block;
	position: relative;
}
.sidebar-menu li > a,
.sidebar-menu li > span,
.aside-inner .mostread li > a,
.aside-inner .mostread li > span,
.aside-inner .latestnews li > a,
.aside-inner .latestnews li > span,
.aside-inner .archive-module li > a,
.aside-inner .archive-module li > span,
.aside-inner .categories-module li > h3 > a,
.aside-inner .categories-module li > h4 > a,
.aside-inner .categories-module li > h5 > a,
.aside-inner .categories-module li > h6 > a,
.aside-inner .categories-module li > h7 > a {
	display: block;
	position: relative;
	border-bottom: 1px solid #EEE;
	padding: 10px 15px;
	color: #333;
	font-size: inherit;
	line-height: inherit;
}
.aside-inner .categories-module li > h4,
.aside-inner .categories-module li > h5,
.aside-inner .categories-module li > h6 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.aside-inner .categories-module li > h4 {
	font-size: 16px;
}
.aside-inner .categories-module li > h5 {
	font-size: 14px;
}
.aside-inner .categories-module li > h6 {
	font-size: 12px;
}
.sidebar-menu li > a > img {
	max-width: 24px;
	height: auto;
}
.sidebar-menu .image-title {
	display: inline-block;
	margin-left: 10px;
}
.sidebar-menu li.deeper > a,
.sidebar-menu li.deeper > span {
	padding-right: 40px;
}
.sidebar-menu.nav > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > a {
	padding-left: 30px;
}
.sidebar-menu.nav > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > a {
	padding-left: 45px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > a {
	padding-left: 60px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 75px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 90px;
}
.sidebar-menu li > a .opener,
.sidebar-menu li > span .opener {
	top: 7px;
}
.sidebar-menu .open > a,
.sidebar-menu .open > span {
	background-color: transparent;
	border-color: #EEE;
}
.sidebar-menu li > a:hover, 
.sidebar-menu li > a:focus,
.sidebar-menu li > span:hover, 
.sidebar-menu li > span:focus,
.aside-inner .mostread li > a:hover,
.aside-inner .mostread li > a:focus,
.aside-inner .latestnews li > a:hover,
.aside-inner .latestnews li > a:focus,
.aside-inner .archive-module li > a:hover,
.aside-inner .archive-module li > a:focus,
.sidebar-menu .open > a:hover, 
.sidebar-menu .open > a:focus,
.sidebar-menu .open > span:hover, 
.sidebar-menu .open > span:focus,
.aside-inner .categories-module li > h3 > a:hover,
.aside-inner .categories-module li > h3 > a:focus,
.aside-inner .categories-module li > h4 > a:hover,
.aside-inner .categories-module li > h4 > a:focus,
.aside-inner .categories-module li > h5 > a:hover,
.aside-inner .categories-module li > h5 > a:focus,
.aside-inner .categories-module li > h6 > a:hover,
.aside-inner .categories-module li > h6 > a:focus,
.aside-inner .categories-module li > h7 > a:hover,
.aside-inner .categories-module li > h7 > a:focus {
	background-color: #F8F8F8;
	border-color: #EEE;
}
.sidebar-menu .active > a,
.sidebar-menu .active > a:hover, 
.sidebar-menu .active > a:focus,
.sidebar-menu .active > span,
.sidebar-menu .active > span:hover, 
.sidebar-menu .active > span:focus,
.aside-inner .mostread li.active > a,
.aside-inner .mostread li.active > a:hover,
.aside-inner .mostread li.active > a:focus,
.aside-inner .latestnews li.active > a,
.aside-inner .latestnews li.active > a:hover,
.aside-inner .latestnews li.active > a:focus,
.aside-inner .archive-module li.active > a,
.aside-inner .archive-module li.active > a:hover,
.aside-inner .archive-module li.active > a:focus,
.aside-inner .categories-module li.active > h3 > a,
.aside-inner .categories-module li.active > h3 > a:hover,
.aside-inner .categories-module li.active > h3 > a:focus,
.aside-inner .categories-module li.active > h4 > a,
.aside-inner .categories-module li.active > h4 > a:hover,
.aside-inner .categories-module li.active > h4 > a:focus,
.aside-inner .categories-module li.active > h5 > a,
.aside-inner .categories-module li.active > h5 > a:hover,
.aside-inner .categories-module li.active > h5 > a:focus,
.aside-inner .categories-module li.active > h6 > a,
.aside-inner .categories-module li.active > h6 > a:hover,
.aside-inner .categories-module li.active > h6 > a:focus,
.aside-inner .categories-module li.active > h7 > a,
.aside-inner .categories-module li.active > h7 > a:hover,
.aside-inner .categories-module li.active > h7 > a:focus {
	color: #FE5252;
}
.sidebar-menu .opener {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.vpf-mega-menu-container.sticky {
	position: fixed;
	top: 0;
	z-index: 109;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav {
	padding: 0;
}
.header-top .navbar {
	margin-bottom: 0;
}
.vpf-menu .caret {
	margin-left: 4px;
}
.navbar-mainmenu .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border-bottom: 0 none;
	text-align: center;
}
.vpf-menu.navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-mainmenu .navbar-nav > li > a, 
.navbar-mainmenu .navbar-nav > li > span {
	position: relative;
	display: block;
	padding: 8px 12px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	color: #333;
	z-index: 100;
	transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.navbar-mainmenu .navbar-nav > li:hover > a, 
.navbar-mainmenu .navbar-nav > li:focus > a, 
.navbar-mainmenu .navbar-nav > li:hover > span,
.navbar-mainmenu .navbar-nav > li:focus > span,
.navbar-mainmenu .navbar-nav > li.active > a, 
.navbar-mainmenu .navbar-nav > li.active > span,
.navbar-mainmenu .navbar-nav > li.open > a, 
.navbar-mainmenu .navbar-nav > li.open > span {
	background-color: transparent;
	color: #333;
}
.navbar-mainmenu .navbar-nav > li.open > a, 
.navbar-mainmenu .navbar-nav > li.open > span {
	z-index: 102;
}
.navbar-mainmenu .navbar-nav > li > a:after, 
.navbar-mainmenu .navbar-nav > li > span:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px !important;
	background-color: rgba(255, 255, 255, 0.4);
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-mainmenu .navbar-nav > li.active > a:after, 
.navbar-mainmenu .navbar-nav > li.active > span:after,
.navbar-mainmenu .navbar-nav > li.open > a:after, 
.navbar-mainmenu .navbar-nav > li.open > span:after {
	left: 1em;
	right: 1em;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.navbar-mainmenu .navbar-nav > li > a > .caret, 
.navbar-mainmenu .navbar-nav > li > span > .caret {
	border-top-color: #BEBEBE;
}
.navbar-mainmenu .navbar-nav > li.active > a > .caret, 
.navbar-mainmenu .navbar-nav > li.active > span > .caret {
	border-top-color: #FFF;
}
.navbar-mainmenu .navbar-nav > li.open > a > .caret, 
.navbar-mainmenu .navbar-nav > li.open > span > .caret {
	border-top-color: #BEBEBE;
}
.mega-menu-expand, 
.vpf-menu .submenu li.deeper > ul {
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	float: left;
	min-width: 200px;
	padding: 20px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	border-top: 1px solid #eee;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	background-clip: padding-box;	
	z-index: 101;
}
.mega-menu-expand:before, 
.vpf-menu .submenu li.deeper > ul:before {
	position: absolute;
	content: "";
	top: -50px;
	left: 0;
	width: 100%;
	height: 55px;
}
.mega-menu-expand.mega-align-right {
	right: 0;
	left: auto;
}
.vpf-menu .mega-expand > .mega-menu-expand {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > a,
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.mega-sub-cont ul {
	list-style: none;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.mega-sub-cont li {
	display: block;
	list-style: none;
	margin-left: 0;
}
.mega-sub-cont li.submenu > a,
.mega-sub-cont li.submenu > span,
.mega-sub-cont ul.vpf-mega-mod li > a,
.mega-sub-cont ul.vpf-mega-mod li > span {
	position: relative;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
.mega-sub-cont.mega-menu-group > ul > li.submenu > a,
.mega-sub-cont.mega-menu-group > ul > li.submenu > span {
	position: relative;
	padding-bottom: 0;
}
.mega-sub-cont.mega-menu-group > ul > li.submenu.mega-group > a,
.mega-sub-cont.mega-menu-group > ul > li.submenu.mega-group > span {
	padding-bottom: 5px;
}
.mega-menu-group .mega-menu-group {
	margin-left: 15px;
	margin-bottom: 5px;
}
.mega-sub-cont li.submenu:hover > a,
.mega-sub-cont li.submenu:focus > a,
.mega-sub-cont li.submenu:hover > span,
.mega-sub-cont li.submenu:focus > span,
.mega-sub-cont ul.vpf-mega-mod li:hover > a,
.mega-sub-cont ul.vpf-mega-mod li:focus > a,
.mega-sub-cont ul.vpf-mega-mod li:hover > span
.mega-sub-cont ul.vpf-mega-mod li:focus > span {
	background-color: transparent;	
}
.mega-sub-cont li.submenu.deeper:not(.mega-group) > a:after,
.mega-sub-cont li.submenu.deeper:not(.mega-group) > span:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > a:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > span:after {
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	content: " ";
	width: 0;
	height: 0;
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: 0;
}
.vpf-menu .submenu > a .image-title,
.vpf-menu .submenu > span .image-title {
	line-height: 24px;
}
.mega-menu-group img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.level-2.submenu .mega-menu-group > ul > li > ul > li > a,
.level-2.submenu .mega-menu-group > ul > li > ul > li > span {
	position: relative;
	padding-left: 12px;
}
.level-2.submenu .mega-menu-group > ul > li > ul > li > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li > span:before {
	font-family: 'VPFrameworkIcon';
	content: "\edbb";
	display: block;
	float: left;
	margin-left : -12px;
	font-size: 8px;
	line-height: 18px;
	transition: margin-left 100ms ease-in-out;
	-moz-transition: margin-left 100ms ease-in-out;
	-webkit-transition: margin-left 100ms ease-in-out;
	-o-transition: margin-left 100ms ease-in-out;	
}
.level-2.submenu .mega-menu-group > ul > li > ul > li:hover > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:focus > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:hover > span:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:focus > span:before {
	margin-left: -10px;
}
.vpf-menu .submenu li.deeper,
.vpf-menu li.submenu.deeper  {
	position: relative;
}
.vpf-menu .submenu li.deeper > ul,
.vpf-menu .submenu.deeper > .mega-menu-expand {	
	display: none;
	float: left;
	top: 0;
	left: 100%;
	margin-top: 5px;
	margin-left: 10px;
	border-top: 0 none;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	z-index: 102;
}
.vpf-menu .submenu.deeper > .mega-menu-expand {
	margin-left: 0;
}
.vpf-menu .submenu li.deeper > ul.mega-align-right,
.vpf-menu li.submenu.deeper > .mega-menu-expand.mega-align-right {
	right: 100%;
	left: auto;
}
.vpf-menu .level-1 > a .image-title,
.vpf-menu .level-1 > span .image-title,
.vpf-menu .submenu > a .image-title,
.vpf-menu .submenu > span .image-title {
	display: inline-block;
}
.vpf-menu a > .menu-group > .menu-desc,
.vpf-menu span > .menu-group > .menu-desc {
	display: block;
	text-transform: none;
	color: #777;
	font-size: 0.8em;
	line-height: 1;	
}
.submenu.mega-group .menu-group.with-description .menu-desc {
	margin-top: 2px;
	margin-bottom: 2px;
}
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > a .with-icon.with-description .menu-desc,
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > span .with-icon.with-description .menu-desc {
	margin-left: -24px;
	float: left;
}
.vpf-menu .level-1 > a > .menu-group {
	display: inline-block;
	position: relative;
}
.vpf-menu .level-1 > a > .menu-group.with-description,
.vpf-menu .level-1 > span > .menu-group.with-description,
.vpf-menu .submenu > a > .menu-group.with-description,
.vpf-menu .submenu > span > .menu-group.with-description {
	display: inline-block;
	margin-top: -5px;
	float: none;
	vertical-align: middle;
}
.vpf-menu .level-1 > a > .menu-group.with-description + .caret {
	margin-top: -5px;
}
.vpf-menu .level-1 > a > .menu-group.with-image,
.vpf-menu .level-1 > span > .menu-group.with-image,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image {
	padding-left: 35px;
	display: block;
	position: relative;
}
.vpf-menu .level-1 > a > .menu-group.with-image > .menu-image,
.vpf-menu .level-1 > span > .menu-group.with-image > .menu-image,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image > .menu-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image > .menu-image  {
	display: inline-block;
	float: left;
	margin-left: -35px;
	padding-top: 2px;
}
.vpf-menu .level-1 > a > .menu-group.with-image > .menu-image > img,
.vpf-menu .level-1 > span > .menu-group.with-image > .menu-image > img,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image > .menu-image > img,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image > .menu-image > img {
	max-height: 24px;
	width: auto;
}
.vpf-menu .level-1 > a > .menu-group.with-icon,
.vpf-menu .level-1 > span > .menu-group.with-icon,
.vpf-menu .submenu > a > .menu-group.with-icon,
.vpf-menu .submenu > span > .menu-group.with-icon {
	display: inline-block;
	padding-left: 24px;
}
.vpf-menu .level-1 > a > .menu-group.with-icon > .menu-image,
.vpf-menu .level-1 > span > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu > a > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu > span > .menu-group.with-icon > .menu-image {
	display: inline-block;
	float: left;
	margin-left: -24px;
	font-size: 16px;
}
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-icon > .menu-image {
	font-size: 14px;
}
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-icon > .menu-image > i,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-icon > .menu-image > i {
	vertical-align: top;
}
.vpf-menu .submenu.mega-group > a > .menu-group:not(.with-icon) > .menu-image,
.vpf-menu .submenu.mega-group > span > .menu-group:not(.with-icon) > .menu-image {
	display: block;
	width: auto;
}
.vpf-menu .submenu.mega-group > a > .menu-group > .image-title, 
.vpf-menu .submenu.mega-group > span > .menu-group > .image-title {
	margin-left: 0;
	vertical-align: middle;
}
.sticker {
	display: inline;
	padding: .3em .5em .3em;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0;	
	transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.vpf-menu .level-1 > a .sticker {
	position: absolute;
	top: -24px;
	right: 0;
	font-size: 0.9em;
}
.sticky .vpf-menu .level-1 > a .sticker {
	display: none;
}
.vpf-menu .submenu .sticker {
	margin-left: 10px;
}
.sticker:before {
	display: none;
	position: absolute;
	right: 6px;
	top: 100%;
	width: 0;
	height: 0;
	content: " ";
	border-style: solid;
	border-width: 4px;
	border-color: rgba(0, 0, 0, 0);
	transition: border-color 100ms ease-in-out;
	-moz-transition: border-color 100ms ease-in-out;
	-webkit-transition: border-color 100ms ease-in-out;
	-o-transition: border-color 100ms ease-in-out;	
}
.vpf-menu .level-1 > a .sticker:before {
	display: block;
}
.sticker-grey {
	background-color: #777;
}
.sticker-grey:before {
	border-top-color: #777;
}
.sticker-green {
	background-color: #5CB85C;
}
.sticker-green:before {
	border-top-color: #5CB85C;
}
.sticker-blue {
	background-color: #31B0D5;
}
.sticker-blue:before {
	border-top-color: #31B0D5;
}
.sticker-yellow {
	background-color: #F0AD4E;
}
.sticker-yellow:before {
	border-top-color: #F0AD4E;
}
.sticker-orange {
	background-color: #FF6600;
}
.sticker-orange:before {
	border-top-color: #FF6600;
}
.sticker-base {
	background-color: #FE5252;
}
.sticker-base:before {
	border-top-color: #FE5252;
}
.sticker-red {
	background-color: #D9534F;
}
.sticker-red:before {
	border-top-color: #D9534F;
}
.vpf-menu li.level-1.open > a .sticker,
.vpf-menu li.level-1.open > span .sticker {
	background-color: #333;
}
.vpf-menu li.level-1.open > a .sticker:before,
.vpf-menu li.level-1.open > span .sticker:before {
	border-top-color: #333;
}
.vpf-menu li.submenu > a:hover .sticker,
.vpf-menu li.submenu > a:focus .sticker,
.vpf-menu li.submenu > span:hover .sticker,
.vpf-menu li.submenu > span:focus .sticker {
	background-color: #333;
}
.vpf-menu li.submenu > a:hover .sticker:before,
.vpf-menu li.submenu > a:focus .sticker:before,
.vpf-menu li.submenu > span:hover .sticker:before,
.vpf-menu li.submenu > span:focus .sticker:before {
	border-top-color: #333;
}
.mega-menu-promo {
	text-align: center;
}
.mega-menu-promo img {
	display: inline-block;
}
.mega-menu-promo h3 {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0;
}
/*.vpf-menu .level-1 > .mega-menu-expand > .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vpf-menu .level-2[class^="col-xs"],
.vpf-menu .level-2[class*=" col-xs"] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}*/
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.mm-menu * {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
#vpf-offcanvas:not( .mm-menu ) {
	display: none;
}
.navbar-toggle.vpf-offcanvas-toggle {
	z-index: 100;
	border-radius: 0;
	border: 0 none;
	width: auto;
	height: auto;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 20px;
	float: none;
	vertical-align: top;
}
.navbar-toggle.vpf-offcanvas-toggle:hover,
.navbar-toggle.vpf-offcanvas-toggle:focus,
.navbar-toggle.vpf-offcanvas-toggle:active {
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.vpf-offcanvas-toggle .icon-bar {
	background-color: #333;
}
.offcanvas-toggle-container {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
}
.mm-menu li .offcanvas-icon {
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
	vertical-align: inherit;
}
.mm-menu li img {
	margin: 0 20px 0 5px;
}
.mm-menu li.active > a {
	color: #FFF;
}
.mm-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-footer {
	min-height: 40px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-opened .vpf-wrapper {
	overflow: hidden;
}
.btn.btn-offcanvas-close {
	position: absolute;
	top: 12px;
	right: 15px;
	background: 0 none;
	padding: 0;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	outline: 0 none;
	z-index: 10;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.btn-offcanvas-close:hover,
.btn.btn-offcanvas-close:focus,
.btn.btn-offcanvas-close:active {
	color: #FFF;
	outline: 0 none;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mm-white .btn.btn-offcanvas-close,
.mm-light .btn.btn-offcanvas-close {
	color: rgba(0,0,0,.6);
}
.mm-white .btn.btn-offcanvas-close:hover,
.mm-white .btn.btn-offcanvas-close:focus,
.mm-white .btn.btn-offcanvas-close:active,
.mm-menu.mm-white li.active > a,
.mm-light .btn.btn-offcanvas-close:hover,
.mm-light .btn.btn-offcanvas-close:focus,
.mm-light .btn.btn-offcanvas-close:active,
.mm-menu.mm-light li.active > a {
	color: #333;
}
@media (max-width : 991px) {
	#mm-blocker {
		background-color: #000;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.vendor-store-desc {
	margin-bottom: 30px;
}
.category-page-title,
.vm-frontpage-view > h3 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.vm-frontpage-view .product-listing {
	margin-top: -19px;
}
.vm-frontpage-view .product-listing div.product {
	margin-bottom: 20px;
	padding-top: 19px;
}
.vm-frontpage-view {
	margin-bottom: 10px;
}
.category-desc-cont {
	margin-bottom: 20px;
}
.category-list .category-item-inner,
.vendor-inner,
.manufacturer-inner {
	position: relative;
	zoom: 1;
	z-index: 9;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-webkit-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.category-search-cont {
	margin-bottom: 20px;
}
.category-page-keyword {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
}
.category-search.empty-list {
	margin-top: 20px;
}
.vm-nodisplay {
	display: none !important;
}
.vendor-inner {
	text-align: left;
}
.category-list .category-item-inner:hover,
.category-list .category-item-inner:focus,
.vendor-inner:hover,
.vendor-inner:focus,
.manufacturer-inner:hover,
.manufacturer-inner:focus {
	z-index: 12;
}
.category-list .category-name,
.vendor-inner .vendor-storename,
.manufacturer-inner .manufactuer-name {
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.category-list .category-name > a,
.vendor-inner .vendor-storename > a,
.manufacturer-inner .manufactuer-name > a {
	text-decoration: none;
}
.vendor-inner .vendor-storename {
	margin-top: 0;
}
.toolbar {
	position: relative;
	margin-bottom: 1px;
	z-index: 15;
}
.toolbar-inner {
	padding: 0 0 10px;
}
.view-mode-title,
.toolbar-inner label,
.paginaton-cont label {
	font-weight: normal;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
.paginaton-cont .pagination-counter-limit-cont,
.paginaton-cont ul.pagination {
	margin-top: 25px;
	margin-bottom: 20px;
}
.paginaton-cont {
	margin-top: 20px;
}
.page-counter {
	vertical-align: middle;
}
.paginaton-cont.top-pagination {
	margin-top: 0;
	margin-bottom: 15px;
}
.paginaton-cont.top-pagination .pagination-counter-limit-cont,
.paginaton-cont.top-pagination ul.pagination {
	margin-top: 10px;
	margin-bottom: 0;
}
.productlist-result {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.toolbar .form-control {
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding: 8px;
	border-color: #DDD;
	text-overflow: ellipsis;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
}
.toolbar .bootstrap-select.form-control,
.toolbar .bootstrap-select.form-control:not([class*=col-]),
.paginaton-cont .bootstrap-select.form-control:not([class*=col-]) {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}
.category-order-by, 
.category-mfg-filter,
.category-result-counter {
	display: inline-block;
	margin: 0;
}
.category-order-by:before,
.category-mfg-filter:before,
.category-list-swicthes:before {
	content: " ";
	border-left: 1px solid #DDD;
	margin-right: 10px;
	margin-left: 8px;
	vertical-align: middle;
}
.category-mfg-filter:before,
.category-result-counter:before,
.category-list-swicthes:before {
	margin-left: 0;
}
label.product_orderby,
.productlist-result,
.view-mode-title,
.category-result-counter > label,
.category-result-counter > span {
	vertical-align: middle;
} 
.category-list-swicthes {
	text-align: right;	
}
.category-list-swicthes {
	display: inline-block;
	padding-top: 2px;
}
.btn-switch {
	padding: 0;	
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 1;
	text-align: center;
}
.btn-switch span {
	text-align: center;
	line-height: 32px;
}
.btn-switch.btn-active {
	cursor: default;
}
.btn-switch,
.btn-switch:active,
.btn-switch.active,
.btn-switch:hover,
.btn-switch:focus {
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.vm-product-module {
	margin-top: -19px;
}
.category-view .product-listing div.product,
.vm-product-module .product-listing div.product {
	padding-top: 19px;
}
.product-listing .product-inner {
	position: relative;
	zoom: 1;
	padding-bottom: 10px;
	z-index: 9;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.product-listing.mode-grid .product-name-cont,
.product-listing.mode-grid .product-rating-cont,
.product-listing.mode-grid .product-price-cont,
.product-listing.mode-grid .product-addtocart-cont {
	text-align: center;
}
.product-listing.mode-list .product-inner {
	padding-bottom: 10px;
}
.product-listing.mode-list .product-image-cont {
	padding: 0;
}
.product-listing.mode-list .list-mode-right-cont {
	padding: 0;
	margin-left: 0;
}
.product-listing.mode-list .product-details-button {
	margin-left: 5px;
	text-transform: uppercase;
}
.product-listing.mode-grid .product-price-cont {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.product-listing .product-inner.open {
	z-index: 12;
}
.product-listing .product-name,
.vp-product-carousel .vp-product-carousel-inner .product-name {
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
}
.product-listing .product-name > a {
	text-decoration: none;
}
.product-listing.mode-grid .product-name,
.vp-product-carousel .vp-product-carousel-inner .product-name {
	font-size: 14px;
	padding: 15px 0 10px;
	margin: 0;
}
.product-listing.mode-grid .product-rating-cont .product-rating,
.vp-product-carousel-inner .product-rating-cont .product-rating {
	padding-bottom: 10px;
}
.product-listing.mode-grid .product-addtocart-cont .addtocart-bar {
	padding-top: 15px;
}
.product-listing.mode-grid .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 5px;
}
.product-price-rating-cont {
	position: relative;
}
.product-listing.mode-list .product-name {
	margin-top: 0;
}
.product-listing.mode-list .product-addtocart-cont {
	margin-top: 25px;
}
.product-listing.mode-list .product-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	max-width: 220px;
}
.product-listing .product-image-cont {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
}
.product-listing.lazyload-enabled .product-image-cont,
.product-listing .product-image-cont.lazy-image-loading {
	background-image: url(/templates/vp_smart/images/image-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.product-listing.lazyload-enabled .product-image-cont.lazy-image-loaded {
	background-image: none;
}
.product-action-buttons.display-on-mouseover {
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
}
.product-action-buttons .btn-foricon {
	margin: 0 3px 6px 3px;
}
.product-listing.mode-list .product-action-buttons.display-on-mouseover {
	bottom: 15px;
	right: 15px;
}
.product-listing .product-image-cont > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.product-listing .product-image-cont .on-mouseover-image {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-listing .product-image-cont .on-mouseover-image img {
	opacity: 1;
}
.product-listing .product-image-cont img {
	display: inline-block;
	-webkit-transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
	transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.product-listing .product-inner.open .product-image-cont:not(.lazy-image-loading) img.start-image {
	visibility: hidden;
}
.product-listing .product-inner.open .product-image-cont:not(.lazy-image-loading) .on-mouseover-image {
	visibility: visible;
	opacity: 1;
}
.product-listing .display-on-mouseover {
	display: none;
}
.product-listing .product-inner.open .display-on-mouseover {
	display: block;
}
.product-listing.mode-list .product-price-cont {
	padding: 10px 0;
}
.product-listing.mode-list .product-rating-cont {
	margin-bottom: 10px;
}
.product-listing.mode-list span.vm-product-rating {
	vertical-align: baseline;
}
.product-listing.mode-list .product-sales-price > div > span {
	font-size: 16px;
}
.product-listing.mode-list [class^="star-"], .product-listing.mode-list [class*=" star-"] {
	line-height: inherit;
}
.product-listing.mode-list .product-short-desc-cont {
	padding-top: 10px;
}
.quantity-box-cont.quantity-box {
	background: #F5F5F5;
	border: 1px solid #eee;
}
.addtocart-area .form-control.quantity-input {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 40px;
	height: 39px;
	float: left;
	font-size: 14px;
	border: 0 none;
	background: 0 none;
	outline: 0 none;
	box-shadow: none;
}
.is-list .form-control.quantity-input {
	height: 36px;
}
.quantity-box-cont, 
.quantity-controls-cont,
.addtocart-button-cont {
	display: inline-block;
	vertical-align: middle;
}
.quantity-controls-cont {
	float: left;
	margin: 0;
}
.quantity-controls-cont {
	float: left;
	height: 39px;
}
.is-list .quantity-controls-cont {
	float: left;
	height: 37px;
}
.quantity-controls-cont .quantity-controls {
	display: block;
	width: 20px;
	height: 19px;
	padding: 0;
	background: 0 none;
	color: #333;
	border: medium none;
	outline: 0 none;
	font-size: 14px;
	line-height: 14px;
}
.is-list .quantity-controls-cont .quantity-controls {
	width: 21px;
	height: 19px;
	font-size: 8px;
	line-height: 8px;
}
.quantity-controls-cont .quantity-controls [class^="icon-"], 
.quantity-controls-cont .quantity-controls [class*=" icon-"] {
	font-size: 14px;
	vertical-align: middle;
}
.is-list .quantity-controls-cont .quantity-controls [class^="icon-"], 
.is-list .quantity-controls-cont .quantity-controls [class*=" icon-"] {
	font-size: 8px;
}
.productdetails-view .quantity-box-cont {
	margin-right: 8px;
}
.productdetails-view .form-control.quantity-input,
.productdetails-view .quantity-controls-cont {
	height: 44px;
}
.productdetails-view .quantity-controls-cont .quantity-controls {
	height: 22px;
}

.addtocart-bar {
	position: relative;
}
.vpf-radio-button input[type="radio"] {
	display: none;
}
.vpf-radio-button label {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 5px 5px;
}
.vpf-radio-button .customfield-price {
	display: block;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 3px;
	font-size: 0.9em;
}
.btn-fieldvalue {
	background-color: #DDD;
	color: #333;
}
.btn-colorfield {
	position: relative;
	height: 32px;
	width: 34px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-colorfield.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-colorfield:before {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	left: 9px;
	top: 9px;
	color: #FFF;
	font-family: 'FontAwesome';
	content: "\f00c";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 50ms ease-in;
	-moz-transition: opacity 50ms ease-in;
	-o-transition: opacity 50ms ease-in;
	transition: opacity 50ms ease-in;
}
.btn-colorfield.btn-colorfield-light:before,
.btn-colorfield.vpf-colorfield-light:before {
	color: #000;
}
.btn-default.vpf-colorfield-dark,
.btn-default.vpf-colorfield-dark:focus,
.btn-default.vpf-colorfield-dark:hover,
.btn-default.vpf-colorfield-dark.active,
.open > .dropdown-toggle.btn-default.vpf-colorfield-dark {
	color: #FFF;
}
.btn-colorfield.active:before {
	opacity: 1;
	visibility: visible;
}
.btn-colorfield:hover:before {
	opacity: 0.5;
	visibility: visible;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark,
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light {
	position: relative;
}
.product-field-display .dropdown-menu > li > a:after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark,
.selectpicker.btn-default.vpf-colorfield-dark {
	color: #FFF !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light,
.selectpicker.btn-default.vpf-colorfield-light {
	color: #000 !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark .text-muted,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-dark:hover small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-dark:focus small, 
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a.vpf-colorfield-dark small {
	color: #EEE !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light .text-muted,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-light:hover small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-light:focus small, 
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a.vpf-colorfield-light small {
	color: #777 !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark:hover:after {
	background-color: #FFF !important;
	opacity: 0.4;
	visibility: visible;	
}
.btn.selectpicker.vpf-colorfield-dark,
.btn.selectpicker.vpf-colorfield-light {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light:hover:after {
	opacity: 0.2;
	visibility: visible;
}
.row-separator {
	border-bottom: 1px solid #EEE;
	height: 1px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 10;
}
.mode-list .row-separator {
	padding-top: 19px;
}
/* Quick View */
.product-quickview .modal-dialog {
	width: 850px;
	background-color: #FFF;
}
.quick-view-cont {
	position: relative;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.modal-iframe-wrap {
	position: relative;
	height: 450px;
	padding: 0;
}
.quick-view-cont .iframe-loading,
.modal-iframe-wrap .iframe-loading {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 10001;
}
.vm-product-quickview-frame,
.modal-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: 0 none;
}
/* Product Details Page */
.product-title {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
/*.quickview-product .product-title {
	font-size: 25px;
	line-height: 25px;
}*/
.productdetails-view .rating {
	display: inline-block;
	margin-right: 10px;
}
.productdetails-view .rating > span {
	display: inline-block;
}
.productdetails-view .product-rating-cont,
.productdetails-view .product-short-desc-cont,
.productdetails-view .product-price-stock-sku-cont,
.productdetails-view .product-action-buttons-cont,
.productdetails-view .product-addtocart-cont {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product-tabpanel {
	margin-bottom: 30px;
}
.productdetails-view .product-price-stock-sku-cont .product-price {
	padding-top: 10px;
	padding-bottom: 10px;
}
.quickview-product .product-price-stock-sku-cont .product-price {
	padding-top: 0;
	padding-bottom: 0;
}
.productdetails-view .product-sales-price > div > span {
	font-size: 30px;
	line-height: 30px;
}
.quickview-product .product-sales-price > div > span {
	font-size: 20px;
	line-height: 20px;
}
.productdetails-view .product-rating {
	display: inline-block;
}
.productdetails-view .product-title-cont {
	position: relative;
	padding-right: 25px;
}
.productdetails-view .product-title-cont .product-page-icons {
	position: absolute;
	right: 0;
	bottom: 0;
}
.product-top-right-cont {
	border: 1px solid #E5E5E5;
	padding: 20px;
}
.product-details-manufacturer-logo {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px
}
.top-right-fields {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.top-right-fields .product-field-display > .feature:first-child {
	margin-top: 0;
}
.top-right-fields .product-field-display > .feature:last-child {
	margin-bottom: 0;
}
.top-right-fields .product-fields-title,
.ontop-fields-cont .product-fields-title {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 10px;
	margin: 0;
}
.ontop-fields-cont {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;	
}
.ontop-fields-cont .product-fields-title {
	padding-top: 5px;
}
.mfg-modal-link,
.mfg-modal-link:hover,
.mfg-modal-link:focus,
.mfg-modal-link:active,
.mfg-modal-link:visited {
	border: 0 none;
	outline: 0 none;
	text-decoration: none;
	font-size: 16px;
}
.product-bottom-cont {
	margin-top: 30px;
}
.related-product-header {
	text-align: center;
	margin: 0;
}
.related-product {
	text-align: center;
	padding: 0 10px;
}
.related-product img {
	max-width: 100%;
	height: auto;
}
.related-product > a {
	display: block;
	text-align: center;
	width: 100%;
}
.related-product .product-name {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 8px;
}
.related-product .category-name,
.product-inner .category-name {
	display: block;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mode-list .product-inner .category-name {
	text-align: inherit;
}
.related-product .product-name > a {
	text-decoration: none;
}
.related-product .vm-price-desc {
	display: none;
}
.product-neighbours {
	text-align: right;
	margin-bottom: 10px;
}
.eventAfterDisplayContent,
.eventBeforeDisplayContent {
	margin: 20px 0;
}
.neighbour-link {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #F5F5F5;
	border: 0 none;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.neighbour-link:hover,
.neighbour-link:focus {
	background-color: #333;
	color: #FFF;
}
.productdetails-view .product-action-buttons-cont {
	padding-top: 10px;
	padding-bottom: 0;
}
.productdetails-view .product-action-buttons-cont > button:active,
.productdetails-view .product-action-buttons-cont > a:active {
	outline: 0 none;
}
.productdetails-view .product-action-buttons-cont > button > span,
.productdetails-view .product-action-buttons-cont > a > span {
	margin-left: 5px;
}
.productdetails-view .product-action-buttons-cont {
	border-bottom: 0 none;
}
.product-action-buttons-cont.first-set > button {
	margin-left: 15px;
}
.product-action-buttons-cont.first-set > button:first-child {
	margin-left: 0;
}
/* Common */
.product-cart-variants {
	padding: 5px 0 20px;
}
.product-cart-variants .product-fields-title {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.vpf-radio-button {
	margin-left: -5px;
}
.productdetails-view .related-product .PricesalesPrice,
.related-product .PricesalesPrice,
.product-sales-price > div > span {
	font-size: 14px;
	text-decoration: none;
}
.stock-icon {
	display: inline-block;
	background-color: transparent;
	background-image: url(/templates/vp_smart/images/stock-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50px;
	height: 20px;
}
.stock-icon-lowstock {
	background-position: 0 -68px;
}
.stock-icon-nostock {
	background-position: 0 -90px;
}
/* Product Carousel - Nav Top */
.owl-carousel.owl-nav-top {
	position: relative;
	padding: 20px 0;
}
.owl-nav-top .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav-top .owl-controls .owl-buttons {
	position: absolute;
	top: -40px;
	right: 0;
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-prev,
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-next,
.owl-nav-top .owl-controls .owl-buttons .owl-prev,
.owl-nav-top .owl-controls .owl-buttons .owl-next,
.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;	
	vertical-align: middle;	
	color: #333;
	font-size: 14px;
	margin: 0 0 0 2px;
	padding: 8px 10px;
	background: #F5F5F5;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	z-index: 11;
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-prev:before,
.owl-nav-top .owl-controls .owl-buttons .owl-prev:before {
	content: "\f053";
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-next:before,
.owl-nav-top .owl-controls .owl-buttons .owl-next:before {
	content: "\f054";
}
.owl-nav-top .owl-nav .owl-prev:hover,
.owl-nav-top .owl-nav .owl-next:hover,
.owl-nav-side .owl-controls .owl-buttons .owl-prev:hover,
.owl-nav-side .owl-controls .owl-buttons .owl-next:hover {
	background: #F5F5F5;
	color: #333;
	cursor: default;
}
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-next:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-next:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.owl-nav-top .owl-nav .disabled,
.owl-nav-side .owl-nav .disabled,
.side-nav-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-nav-top .owl-dots .owl-dot,
.owl-nav-side .owl-dots .owl-dot,
.side-nav-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-nav-top .owl-dots .owl-dot span,
.owl-nav-side .owl-dots .owl-dot span,
.side-nav-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-nav-top .owl-dots .owl-dot.active span,
.owl-nav-top .owl-dots .owl-dot:hover span,
.owl-nav-side .owl-dots .owl-dot.active span,
.owl-nav-side .owl-dots .owl-dot:hover span,
.side-nav-theme .owl-dots .owl-dot.active span,
.side-nav-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-nav-side.navigation-enabled {
	padding-right: 50px;
	padding-left: 50px;
}
.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	color: #333;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 0;
	background: 0 none;
	filter: Alpha(Opacity=40);
	opacity: 0.4;
}
.owl-nav-side .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
}
.owl-nav-side .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
}
.owl-nav-side.pagination-active .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side.pagination-active .owl-controls .owl-buttons .owl-next {
	margin-top: -41px;
}
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-prev,
.owl-nav-side:hover .owl-controls .owl-buttons .owl-next {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.owl-nav-side .owl-controls .owl-pagination {
	text-align: center;
	margin-top: 15px;
}
.owl-nav-side .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-nav-side .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-nav-side .owl-controls .owl-page.active span,
.owl-nav-side .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.product-thumbnail {
	display: block;
	max-width: 100%;
}
.product-thumbnail img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	border: 0 none;
}
.remove {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;	
}
.mod-product-price {
	margin-top: 5px;
}
.mod-row-separator {
	border-bottom: 1px solid #EEE;
	height: 1px;
	width: 100%;
	padding: 8px 0 0;
	margin: 0 0 8px;
}
.compare-item-inner {
	position: relative;
	display: block;
	border: 1px solid #DDD;
	margin-bottom: 15px;
}
.compare-item-inner .btn-transparent {
	position: absolute;
	top: -12px;
	right: -11px;
	padding: 2px;
}
.compare-item-inner .property-title {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}
.compare-item-inner .product-cart-variants {
	padding-top: 0;
}
.productdetails-view .product-cart-variants > .product-field:first-child .product-fields-title,
.product-inner .product-cart-variants > .product-field:first-child .product-fields-title,
.compare-item-inner .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 0;
}
.product-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 90%;
}
.compare-item-inner .product-name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-transparent.compare-remove {
	background-color: #FFF;
	border: 0 none;
	padding: 0;
	line-height: 1;
	height: 20px;
	width: 20px;
	font-size: 22px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.btn-transparent.compare-remove:active {
	outline: 0 none;
	border: 0 none;
}
.compare-item-inner > div {
	padding: 10px;
	background-color: #FFF;
	border-top: 1px solid #EEE;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.compare-item-inner > div:nth-child(odd) {
	background-color: #FAFAFA;
}
.compare-item-inner > div:nth-child(2) {
	border-top: 0 none;
}
.vp-dropmod-header .product-count-text {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.wishlist-page {
	padding-top: 20px;
}
.product-comparison-page {
	padding-bottom: 20px;
}
.compare-clear-button-cont {
	padding: 10px 0;
}
.wishlist-page .product-name {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}
.wishlist-page .product-s-desc {
	padding-top: 10px;
}
.wishlist-page .addtocart-area > a {
	margin-top: 10px;
}
.wishlist-page ul.table-list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
}
.wishlist-page ul.table-list > li:first-child:last-child {
	border-bottom: 0 none;
}
.empty-list {
	text-align: center;
	padding: 0;
	padding: 20px 10px;
	margin: 0;
	border: 0 none;
	background-color: #fff5f5;
	border: 1px solid #ffe6e6;
	color: #480101;
	font-size: 14px;
}
.wishlist-page .product-rating {
	padding-top: 5px;
}
.review-submit-buttons-cont {
	margin: 30px 0;
}
.rate-product-cont {
	font-size: 24px;
}
.review-posted {
	padding-bottom: 20px;
}
#reviewform > h4 {
	margin-bottom: 20px;
}
.list-of-reviews > h4 {
	margin-bottom: 25px;	
}
.no-reviews-msg {
	margin-top: -10px;
	padding: 15px;
}
.review-rating {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}
.product-rating [class^="star-"], 
.product-rating [class*=" star-"] {
	vertical-align: inherit;
}
.ask-question-page .formError {
	margin-left: -180px;
}
.btn-ask-question {
	margin-left: 10px;
	opacity: 0.8;
}
.btn-ask-question:hover {
	opacity: 1;
}
.form-group.group-inline .form-control {
	width: auto;
	display: inline-block;
}
.ask-question-page .product-name {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}
.ask-question-page .short-description {
	color: #777;
}
.login-page-system-links {
	padding-top: 15px;
	margin-bottom: 10px;
}
.ask-question-page-login .section-header {
	margin-bottom: 25px;
}
.browse-view h4.section-header {
	font-size: 1.8em;
	margin: 20px 0 10px;
	font-weight: bold;
	text-align: center;
}
.section-header-products.section-header-1 {
	display: none;
}
.browse-view > h4.section-header:first-child {
	margin-top: 0;
}
.ask-question-page-login input[type=checkbox] {
	margin-top: 3px;
}
.cart-summary .grand-total td, 
.cart-summary .grand-total-p-currency td, 
.continue-checkout-box {
	padding: 15px 8px;
	background-color: #E9E9E9;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	font-weight: bold;
}
.cart-summary .grand-total, .cart-summary .grand-total-p-currency {
	font-size: 1.2em;
	color: #333;
}
.cart-summary.table > thead > tr > th {
	font-weight: normal;
	text-transform: uppercase;
}
.cart-product-details.with-image {
	padding-left: 58px;
}
.cart-product-details.with-image .cart-product-image-cont {
	display: inline-block;
	float: left;
	width: 50px;
	height: 70px;
	margin-left: -58px;
	margin-top: 2px;
}
.cart-product-details.with-image .cart-product-image-cont img {
	max-height: 70px;
}
.cart-product-info {
	display: inline-block;
	vertical-align: top;
}
.cart-summary .cart-product-name {
	text-transform: uppercase;
}
.cart-method-submission-cont {
	margin-top: 20px;
}
.cart-method-title {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}
.vm-fieldset-pricelist .cart-method-title {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 15px;
}
.cart-view .cart-payment-name,
.cart-view .cart-shipment-name {
	margin-bottom: 10px;
}
.cart-view .cart-select-shipment,
.cart-view .cart-select-payment {
	padding: 5px 0 10px;
}
.cart-select-shipment label,
.cart-select-payment label {
	font-weight: normal;
}
.cart-select-shipment .shipment-rate > input[type="radio"]:first-child,
.cart-select-shipment .shipment-rate > label:first-child,
.cart-select-payment .paymentplugin-payment > input[type="radio"]:first-child,
.cart-select-payment .paymentplugin-payment > label:first-child {
	display: inline-block;
	vertical-align: top;
}
.cart-select-shipment .shipment-rate > input[type="radio"]:first-child,
.cart-select-payment .paymentplugin-payment > input[type="radio"]:first-child {
	margin-right: 3px;
}
.cart-login-cont {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.cart-login-cont input[type=checkbox] {
	vertical-align: top;
	margin-top: 2px;
}
.cart-login-cont .section-header {
	font-size: 14px;
	text-transform: uppercase;
}
.vm-cart-header {
	text-align: center;
}
.vm-cart-header > h1 {
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}
.vm-cart-header .septa {
	color: #B5B5B5;
}
.vm-cart-header .cart-product-count {
	color: #7B7A7A;
}
#checkoutForm label {
	font-weight: normal;
}
.cart-addresses-cont {
	margin-top: 20px;
	margin-bottom: 30px;
}
.cart-address {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 0;
	margin: 0 0 10px;
}
.cart-address .cart-address-header {
	padding: 5px 10px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	text-transform: uppercase;
}
.cart-address .cart-address-content {
	padding: 5px 10px;
	min-height: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.cart-change-shopper-title {
	font-size: 16px;
	text-transform: uppercase;
}
.cart-submission-buttons-cont {
	margin: 20px 0;
	padding: 15px;
	background-color: #e9e9e9;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;	
}
.cart-submission-buttons-cont .btn {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;	
}
.vm-user-form-buttons-cont {
	margin-top: 30px;
}
.vm-user-form-buttons-cont .btn {
	margin-bottom: 10px;
}
.vm-user-login-cont {
	margin-bottom: 30px;
}
.vm-user-login-cont .section-header {
	font-size: 14px;
}
table.adminform {
	width: 100%;
	border: 0 none;
}
table.adminform td {
	padding-bottom: 15px;
	vertical-align: top;
}
table.adminform td.labelcell {
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
}
table.adminform input[type="checkbox"] {
	margin-top: 12px;
}
#vm-vendor-image-area {
	margin-bottom: 30px;
}
#vm-vendor-image-area .controls {
	padding-left: 20px;
}
#vm-vendor-image-area #ImagesContainer {
	margin: 20px 0;
}
#vm-vendor-image-area .vm__img_autocrop {
	margin-bottom: 20px;
}
.vmquote {
	font-size: smaller;
}
.vendor-toolbar {
	text-align: right;
	padding-bottom: 10px;
}
.vendor-toolbar .btn {
	margin-bottom: 10px;
}
.add-shipto-set > ul {
	display: table;
	width: 100%;
	padding: 0;
	margin-left: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
}
.add-shipto-set > ul > li {
	display: table-row;	
}
.add-shipto-set > ul > li > span {
	display: table-cell;
	padding: 8px;
}
.add-shipto-set > ul > li > span:last-child {
	text-align: right;
}
.add-shipto-set > ul > li a {
	color: #333;
}
.add-shipto-set > ul > li a:hover,
.add-shipto-set > ul > li a:focus {
	color: #FE5252;
}
.add-shipto-set > ul > li:nth-child(odd) {
	background-color: #f9f9f9;
}
.ajax-popup-products h5 {
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.ajax-popup-product {
	text-align: center;
	margin-bottom: 20px;
}
.ajax-popup-product .vm-price-desc {
	display: none;
}
.ajax-popup-product a {
	color: #333;
	line-height: 1.1;
}
.ajax-popup-product img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.vendor-page-links {
	padding-top: 20px;
}
.vendor-details-view .vendor-store-desc {
	margin-bottom: 20px;
}
.vendor-image-cont {
	float: left;
	padding: 5px 15px 15px 0;
}
.manufacturer-details-view .manufacturer-description-cont {
	padding-top: 15px;
	padding-bottom: 10px;
}
span.vm-product-rating {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin-right: 3px;
}
.product-price-before-discount {
	text-decoration: line-through;
	font-size: 14px;
	color: #AAA;
}
.vp-product-carousel .product-price-before-discount, .vp-product-carousel .product-sales-price,
.product-listing .product-price-before-discount, .product-listing .product-sales-price {
	display: inline-block;
}
.productdetails-view .product-price-stock-sku-cont .product-price-before-discount {
	font-size: 1.666em;
	line-height: 1.2em;
}
.rating .text-muted {
	color: #AAA;
}
.tag {
	font-size: 1.1em;
	line-height: 1;
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase;
	display: table-cell !important;
	vertical-align: middle !important;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	pointer-events: none;
}
/*.product-tag-right .tag {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.product-tag-left .tag {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}*/
.productdetails-view .tag {
	font-size: 1.2em;
	padding: 8px 15px;
}
.productdetails-view .product-tag-right,
.productdetails-view .product-tag-left {
	pointer-events: none;
}
.tag-sale {
	background-color: #337ab7;
	color: #FFF;
}
.tag-new {
	background-color: #31B0D5;
	color: #FFF;
}
.tag-promo {
	background-color: #D9534F;
	color: #FFF;
}
.tag-sold {
	background-color: #F0AD4E;
	color: #FFF;
}
.tag-discontinued {
	background-color: #D9534F;
	color: #FFF;
}
.product-tag-right {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}
.productdetails-view .product-tag-right {
	top: 10px;
	right: 10px;
	z-index: 100;
}
.product-listing.mode-list .product-tag-right {
	top: 10px;
	right: 10px;
}
.product-tag-left {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 11;
}
.product.over .product-tag-right, .product.over .product-tag-left {
	z-index: 13;
}
.productdetails-view .product-tag-left {
	top: 10px;
	left: 10px;
	z-index: 100;
}
.product-listing.mode-list .product-tag-left {
	top: 10px;
	left: 10px;
}
.ajax-popup-product .product-name {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2;
	margin: 10px 0;
}
.ajax-popup-product .related-cat-name-cont {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.related-item-short-desc-cont {
	text-align: justify;
	margin-top: 10px;
}
.product-field.product-field-type-C {
	margin-bottom: -10px;
}
.product-field.product-field-type-C .bootstrap-select {
	margin-bottom: 10px;
}
.manufactuer-image-cont {
	text-align: center;
}
.manufactuer-image-cont img,
.category-image-cont img {
	margin: 0  auto;
}
.productdetails-view .product-field.product-field-type-C .bootstrap-select {
	margin-right: 10px;
}
.compare-item-inner .product-image {
	text-align: center;
}
.product-subcategories {
	margin-top: 30px;
}
.product-related-categories {
	margin-top: 30px;
}
.product-related-categories h3 {
	text-align: center;
}
.related-products-cont .related-products
.product-related-categories .category-list {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-related-category img {
	width: 100% \9;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.productdetails-view .section-header {
	font-weight: bold;
}
.vp-product-carousel-inner {
	z-index: inherit;
}
.vp-product-carousel-inner:hover {
	z-index: 10;
}
.product-discount-amount div {
	display: inline;
}
.product-display-shipment br,
.product-display-payment br {
	display: none;
}
.product-search select.selectpicker {
	display: none;
}
button#checkoutFormSubmit:after {
	display: inline-block;
	content: "\f105";
	margin-left: 12px;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 1.33333333em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cart-order-done .post_payment_payment_name,
.cart-order-done .post_payment_order_number,
.cart-order-done .post_payment_order_total {
	margin-bottom: 3px;
}
.cart-order-done .post_payment_payment_name > span,
.cart-order-done .post_payment_order_number > span,
.cart-order-done .post_payment_order_total > span {
	vertical-align: top;
}
.cart-order-done .post_payment_payment_name_title,
.cart-order-done .post_payment_order_number_title,
.cart-order-done .post_payment_order_total_title {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
}
.cart-order-done .vm-button-correct {
	margin: 20px 0 0;
}
.order-done-logout-form {
	margin-top: 40px;
}
.vm-cmv-label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.vpf-button-group {
	margin-bottom: 8px;
}
.mini-cart-total {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
.vpcf-filter-module form > fieldset:last-child .vpcf-options {
	margin-bottom: 0;
}
.btn-addtocart,
.btn-notify {
	text-transform: uppercase;
}
/* VirtueMart Essentials */
.btn-vme-round,
.btn-vme-round:hover {
	color: inherit;
}
.productdetails .btn-vme-round > span,
.productdetails-view .btn-vme-round > span,
.vm-productdetails .btn-vme-round > span,
.vme-compare-buttons .btn-vme-round > span {
	font-size: inherit;
	text-transform: uppercase;
	color: inherit;
}
.btn-vme-round > i {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #FFF;
	border: 1px solid #DDD;
}
.btn-vme-round:hover > i {
	background: #FFF;
	color: inherit;
}
.productdetails .btn-vme-round > i,
.productdetails-view .btn-vme-round > i {
	line-height: 28px;
	font-size: inherit;
	width: 30px;
	height: 30px;
	text-align: center;
}
.product-action-buttons-cont > a:nth-of-type(2) {
	margin-left: 10px;
}
.productdetails-view .vme-allbuttons-container,
.product-item .vme-allbuttons-container {
	display: none !important;
}
.vme-wishlist .vme-list-inline {
	padding-top: 10px;
}
.product-action-buttons .btn-vme-round {
	margin: 0 3px;
}
.product-action-buttons .btn-vme-round {
	display: inline-block;
	padding: 5px;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	outline: 0 none;
}
.product-action-buttons .btn-vme-round > i {
	line-height: inherit;
	font-size: inherit;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: 0 none;
	border: 0 none;
}
.product-action-buttons .btn-vme-round.btn-item-added > i,
.product-action-buttons .btn-vme-round.btn-item-added:hover > i {
	color: inherit;
	background: 0 none;
}
.product-action-buttons .btn-vme-round.btn-item-added,
.product-action-buttons .btn-vme-round.btn-item-added:hover {
	background: #ffb222;
	color: #FFF;
}
.product-action-buttons-cont form:nth-of-type(2) button {
	margin-left: 10px;
}
.vme-compare-data .btn-vme-round.vme-compare-remove > i {
	border-radius: 100%;
	line-height: 22px;
}
.form-control.vpcf-quicksearch:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mod-product-price,
.related-product .PricesalesPrice,
.product-sales-price,
.product-sales-price > div > span {
	font-weight: bold;
}
.productdetails-view .product-price-stock-sku-cont .product-sales-pric,
.productdetails-view .product-price-stock-sku-cont .product-sales-price > div > span {
	font-weight: normal;
}
.btn-modpos-collapse {
	text-transform: uppercase;
}
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
html {
	font-size: 16px;
}
body {
	font: 14px/1.4 'Open Sans', 'Arial', helvetica, sans-serif;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}
a,
span,
.icon-circle {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
span span,
a span {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0 none;
}
label {
	font-weight: normal;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#mainbody {
	padding-bottom: 40px;
}
#mainbody.no-padding,
.tmpl-component #mainbody {
	padding-bottom: 0;
}
#main {
	margin-bottom: 40px;
}
.vmLoadingDiv > div {
	display: none;
}
#show-activity,
.vmLoading .vmLoadingDiv {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/show-activity.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	z-index: 1060;
}
body > div.vmLoadingDiv:last-child,
#show-activity.in {
	opacity: 0.5;
}
.row.row-condensed {
	margin-right: -10px;
	margin-left: -10px;
}
.row.row-condensed .col-xs-1, .row.row-condensed .col-sm-1, .row.row-condensed .col-md-1, .row.row-condensed .col-lg-1, .row.row-condensed .col-xs-2, .row.row-condensed .col-sm-2, .row.row-condensed .col-md-2, .row.row-condensed .col-lg-2, .row.row-condensed .col-xs-3, .row.row-condensed .col-sm-3, .row.row-condensed .col-md-3, .row.row-condensed .col-lg-3, .row.row-condensed .col-xs-4, .row.row-condensed .col-sm-4, .row.row-condensed .col-md-4, .row.row-condensed .col-lg-4, .row.row-condensed .col-xs-5, .row.row-condensed .col-sm-5, .row.row-condensed .col-md-5, .row.row-condensed .col-lg-5, .row.row-condensed .col-xs-6, .row.row-condensed .col-sm-6, .row.row-condensed .col-md-6, .row.row-condensed .col-lg-6, .row.row-condensed .col-xs-7, .row.row-condensed .col-sm-7, .row.row-condensed .col-md-7, .row.row-condensed .col-lg-7, .row.row-condensed .col-xs-8, .row.row-condensed .col-sm-8, .row.row-condensed .col-md-8, .row.row-condensed .col-lg-8, .row.row-condensed .col-xs-9, .row.row-condensed .col-sm-9, .row.row-condensed .col-md-9, .row.row-condensed .col-lg-9, .row.row-condensed .col-xs-10, .row.row-condensed .col-sm-10, .row.row-condensed .col-md-10, .row.row-condensed .col-lg-10, .row.row-condensed .col-xs-11, .row.row-condensed .col-sm-11, .row.row-condensed .col-md-11, .row.row-condensed .col-lg-11, .row.row-condensed .col-xs-12, .row.row-condensed .col-sm-12, .row.row-condensed .col-md-12, .row.row-condensed .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;	
}
.row.row-mini {
	margin-right: -5px;
	margin-left: -5px;
}
.row.row-mini .col-xs-1, .row.row-mini .col-sm-1, .row.row-mini .col-md-1, .row.row-mini .col-lg-1, .row.row-mini .col-xs-2, .row.row-mini .col-sm-2, .row.row-mini .col-md-2, .row.row-mini .col-lg-2, .row.row-mini .col-xs-3, .row.row-mini .col-sm-3, .row.row-mini .col-md-3, .row.row-mini .col-lg-3, .row.row-mini .col-xs-4, .row.row-mini .col-sm-4, .row.row-mini .col-md-4, .row.row-mini .col-lg-4, .row.row-mini .col-xs-5, .row.row-mini .col-sm-5, .row.row-mini .col-md-5, .row.row-mini .col-lg-5, .row.row-mini .col-xs-6, .row.row-mini .col-sm-6, .row.row-mini .col-md-6, .row.row-mini .col-lg-6, .row.row-mini .col-xs-7, .row.row-mini .col-sm-7, .row.row-mini .col-md-7, .row.row-mini .col-lg-7, .row.row-mini .col-xs-8, .row.row-mini .col-sm-8, .row.row-mini .col-md-8, .row.row-mini .col-lg-8, .row.row-mini .col-xs-9, .row.row-mini .col-sm-9, .row.row-mini .col-md-9, .row.row-mini .col-lg-9, .row.row-mini .col-xs-10, .row.row-mini .col-sm-10, .row.row-mini .col-md-10, .row.row-mini .col-lg-10, .row.row-mini .col-xs-11, .row.row-mini .col-sm-11, .row.row-mini .col-md-11, .row.row-mini .col-lg-11, .row.row-mini .col-xs-12, .row.row-mini .col-sm-12, .row.row-mini .col-md-12, .row.row-mini .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;	
}
/* To support old Bootstrap 2 form fields */
select:not(.form-control), textarea:not(.form-control), input[type="text"]:not(.form-control), 
input[type="password"]:not(.form-control), input[type="datetime"]:not(.form-control), 
input[type="datetime-local"]:not(.form-control), input[type="date"]:not(.form-control), 
input[type="month"]:not(.form-control), input[type="time"]:not(.form-control), 
input[type="week"]:not(.form-control), input[type="number"]:not(.form-control), 
input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), 
input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), 
input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.inputbox:not(.form-control) {
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;	
}
select:not(.form-control):focus, textarea:not(.form-control):focus, input[type="text"]:not(.form-control):focus, 
input[type="password"]:not(.form-control):focus, input[type="datetime"]:not(.form-control):focus, 
input[type="datetime-local"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, 
input[type="month"]:not(.form-control):focus, input[type="time"]:not(.form-control):focus, 
input[type="week"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, 
input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, 
input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, 
input[type="color"]:not(.form-control):focus, .uneditable-input:not(.form-control):focus,
.inputbox:not(.form-control):focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error select:not(.form-control), .has-error textarea:not(.form-control), .has-error input[type="text"]:not(.form-control), 
.has-error input[type="password"]:not(.form-control), .has-error input[type="datetime"]:not(.form-control), 
.has-error input[type="datetime-local"]:not(.form-control), .has-error input[type="date"]:not(.form-control), 
.has-error input[type="month"]:not(.form-control), .has-error input[type="time"]:not(.form-control), 
.has-error input[type="week"]:not(.form-control), .has-error input[type="number"]:not(.form-control), 
.has-error input[type="email"]:not(.form-control), .has-error input[type="url"]:not(.form-control), 
.has-error input[type="search"]:not(.form-control), .has-error input[type="tel"]:not(.form-control), 
.has-error input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.has-error .inputbox:not(.form-control) {
	border-color: #A94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);	
}
select[disabled]:not(.form-control), textarea[disabled]:not(.form-control), input[disabled]:not(.form-control), 
input[type="password"][disabled]:not(.form-control), input[type="datetime"][disabled]:not(.form-control), 
input[type="datetime-local"][disabled]:not(.form-control), input[type="date"][disabled]:not(.form-control), 
input[type="month"][disabled]:not(.form-control), input[type="time"][disabled]:not(.form-control), 
input[type="week"][disabled]:not(.form-control), input[type="number"][disabled]:not(.form-control), 
input[type="email"][disabled]:not(.form-control), input[type="url"][disabled]:not(.form-control), 
input[type="search"][disabled]:not(.form-control), input[type="tel"][disabled]:not(.form-control), 
input[type="color"][disabled]:not(.form-control), .uneditable-input[disabled]:not(.form-control),
.inputbox[disabled]:not(.form-control),
select[readonly]:not(.form-control), textarea[readonly]:not(.form-control), input[readonly]:not(.form-control), 
input[type="password"][readonly]:not(.form-control), input[type="datetime"][readonly]:not(.form-control), 
input[type="datetime-local"][readonly]:not(.form-control), input[type="date"][readonly]:not(.form-control), 
input[type="month"][readonly]:not(.form-control), input[type="time"][readonly]:not(.form-control), 
input[type="week"][readonly]:not(.form-control), input[type="number"][readonly]:not(.form-control), 
input[type="email"][readonly]:not(.form-control), input[type="url"][readonly]:not(.form-control), 
input[type="search"][readonly]:not(.form-control), input[type="tel"][readonly]:not(.form-control), 
input[type="color"][readonly]:not(.form-control), .uneditable-input[readonly]:not(.form-control),
.inputbox[readonly]:not(.form-control) {
	cursor: not-allowed;
	background-color: #EEE;
	opacity: 1;	
}
.inputbox:not(.form-control) {
	width: 220px;
}
.input-mini:not(.form-control) {
	width: 60px;
}
.input-medium:not(.form-control) {
	width: 150px;
}
.input-large:not(.form-control) {
	width: 210px;
}
.old-form select:not(.form-control), .old-form textarea:not(.form-control), .old-form input[type="text"]:not(.form-control), 
.old-form input[type="password"]:not(.form-control), .old-form input[type="datetime"]:not(.form-control), 
.old-form input[type="datetime-local"]:not(.form-control), .old-form input[type="date"]:not(.form-control), 
.old-form input[type="month"]:not(.form-control), .old-form input[type="time"]:not(.form-control), 
.old-form input[type="week"]:not(.form-control), .old-form input[type="number"]:not(.form-control), 
.old-form input[type="email"]:not(.form-control), .old-form input[type="url"]:not(.form-control), 
.old-form input[type="search"]:not(.form-control), .old-form input[type="tel"]:not(.form-control), 
.old-form input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.old-form .inputbox:not(.form-control) {
	width: 100%;
}
.old-form textarea:not(.form-control) {
	height: auto;
}
.label:not([class*="label-"]) {
	background-color: #999;
}
.label-important, .badge-important {
	background-color: #b94a48;
}
label.radio,
label.radio-inline,
label.checkbox,
label.checkbox-inline {
	padding-left: 20px;
}
label.radio-inline,
label.checkbox-inline {
	display: inline-block;
	margin-right: 10px;
}
label.radio input[type=radio],
label.radio-inline input[type=radio],
label.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
	margin-left: -20px;
	float: left;
}
/* Breadcrumbs Container */
#breadcrumbs {
	background-color: #F5F5F5;
}
#breadcrumbs .inner-container {
	padding: 50px 0;
	text-align: center;
}
.breadcrumbs-inner {
	position: relative;
}
.breadcrumb-navigations {
	display: none;
}
#breadcrumbs .breadcrumb-navigations {
	display: block;
}
.breadcrumb-navigations > a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FFF;
	padding: 0;
	color: #333;
	border: 1px solid #eee;
	outline: 0 none;
	zoom: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tooltip {
	pointer-events: none;
}
/* To avoid Joomla! and Bootstrap modal class conflict */
/* We will use .boot-modal instead of .modal for Bootstarp */
.boot-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1055;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal {
	z-index: 1055;
}
.modal-backdrop {
	z-index: 1050;
}
.modal.fade .modal-dialog,
.boot-modal.fade .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.modal.in .modal-dialog,
.boot-modal.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.modal-open .boot-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.brand {
	display: inline-block;
	margin: 20px 0 0;
}
blockquote {
	font-size: 14px;
}
blockquote footer {
	font-size: 12px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.inline-block {
	display: inline-block;
}
.abs-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.abs-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.form-buttons-cont {
	margin: 15px 0 0;
}
.btn {
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}
.btn-switch.active {
	pointer-event: none;
	cursor: default;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
.form-control,
.btn,
.dropdown-menu {
	border-radius: 3px;
}
.form-submit-cont {
	padding-top: 15px;
}
.section-header {
	font-size: 2em;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
.vpf-topbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}
.vpf-topbar .inner-container {
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	margin-bottom: -1px;
}
.vpf-topbar ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.vpf-topbar .nav > li {
	display: inline-block;
	padding: 0;
}
.vpf-topbar p {
	margin: 0;
}
.vpf-topbar .nav > li > a, 
.vpf-topbar .nav > li > span {
	padding: 0 8px;
	background: none;
}
.vpf-topbar .nav > li:last-child > a, 
.vpf-topbar .nav > li:last-child > span {
	padding-right: 0;
}
.vpf-topbar .nav > li:first-child > a, 
.vpf-topbar .nav > li:first-child > span {
	padding-left: 0;
}
.inline-mod, .topmod-title, .topmod-content {
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0;	
	vertical-align: top;
}
.top-left > .inline-mod:last-child {
	margin-right: 0;
}
.inline-mod.right {
	margin: 0;
}
.topmod-title, .topmod-content {
	margin: 0;
}
.topbar-switch {
	position: relative;
}
.topbar-switch .topbar-switch-inner {
	display: block;
	padding: 7px 10px 9px;
	position: relative;
	z-index: 102;
	margin-top: -8px;
	margin-bottom: -9px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	max-height: 37px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.topbar-switch.over .topbar-switch-inner {
	background: #FFF;
}
.topbar-switch-list {
	display: none;
	right: 0;
	top: 100%;
	position: absolute;
	background: #FFF;
	padding: 10px;
	margin: -1px 0 0 0;
	border: 1px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.1);
	z-index: 101;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
}
.topbar-switch-list > li {
	float: none;
	display: block;
	background: 0 none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.topbar-switch-list > li > a {
	padding: 5px 8px;
	display: block;
	color: #777;
	text-decoration: none;
}
.topbar-switch-list > li > a > span, .topbar-switch-list > li > a > img {
	vertical-align: middle;
}
.topbar-switch-list > li.active > a {
	color: #333;
	cursor: default;
}
.topbar-switch-list > li > a:hover, .topbar-switch-list > li > a:focus {
	background-color: #FAFAFA;
}
.header-add-margin {
	margin-top: 20px;
}
.input-group .form-control.btn:first-child {
	border-right: 0 none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	outline: 0;
}
.input-group .bootstrap-select .btn:hover,
.input-group .bootstrap-select .btn:focus,
.input-group .bootstrap-select .btn:active {
	outline: 0 !important;
}
.input-group select.selectpicker {
	visibility: hidden;
}
.compare-mod > div, 
.mini-cart-mod > div,
.vp-dropmod-container,
.vp-dropmod-anchor {
	display: inline-block;	
}
.vp-dropmod-anchor > a {
	display: block;
	cursor: default;
}
.vp-dropmod-container {
	position: relative;
}
.vp-dropmod-inner {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 300px;
	text-align: left;
	padding: 0;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 1000 !important;
	margin: 0;
	transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;	
	opacity:0;
}
.vp-dropmod-pointer {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	margin-top: 13px;
	background-color: #FFF;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;	
	opacity:0;
	z-index: 10001;
}
.vp-dropmod-pointer:after, .vp-dropmod-pointer:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.vp-dropmod-pointer:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.vp-dropmod-pointer:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #DDDDDD;
	border-width: 11px;
	margin-left: -11px;
}
.vp-dropmod-inner .vp-dropmod-contents {
	padding: 15px;
	position: relative;
}
.vp-dropmod-header {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 10px;	
}
.vp-dropmod-header.empty {
	border: 0 none;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vp-dropmod-inner .vp-dropmod-loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/dropmon-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.7;
}
.vp-dropmod-inner.drop-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.vp-dropmod-inner.drop-left {
	left: 0;
	right: auto;
}
.vp-dropmod-inner.drop-right {
	right: -1px;
	margin-top: 12px;
	left: auto;
}
.over .vp-dropmod-inner,
.over .vp-dropmod-pointer {
	display: block;
	opacity: 1;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn.active {
	outline: 0 none;
}
.btn.jmodedit {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.btn.jmodedit.active,
.btn.jmodedit.focus,
.btn.jmodedit:active,
.btn.jmodedit:focus,
.btn.jmodedit:hover{
  color: #555555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-foricon {
	display: inline-block;
	padding: 5px;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, 0);
}
.btn-foricon [class^="icon-"], 
.btn-foricon [class*=" icon-"] {
	vertical-align: middle;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.42857143;
}
.btn-wide {
	padding: 12px 45px;
}
.btn-opener:hover,
.btn-opener:active {
	color: #FFF;
	background-color: #333;	
}
.btn-opener {
	display: inline-block;
	font-family: 'VPFrameworkIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;	
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-right: 0;
	background-color: #EEE;
	color: #333;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.btn-opener.collapsed:after {
	content: "\e376";
}
.btn-opener:after {
	content: "\e375";
}
.btn-md {
	padding: 9px 12px;
	height: 38px;
	font-size: 12px;
}
.btn.btn-round {
	padding: 10px;
	font-size: 12px;
	width: auto;
	height: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.jewel {
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	z-index: 3;
}

.btn-jewel-group {
	position: relative;
}
.btn-jewel-group > .jewel {
	display: inline-block;
	position: absolute;
	top: -22px;
	right: 0;
	padding: 2px;
	min-height: 14px;
	min-width: 14px;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	background-color: #777;
	color: #FFF;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.vp-dropmod-anchor.btn-jewel-group > .jewel {
	top: -7px;
	right: -8px;
	text-align: center;
	pointer-events: none;
}
.btn-jewel-group:hover > .jewel,
.btn-jewel-group:focus > .jewel,
.over .btn-jewel-group > .jewel {
	background-color: #333;
	color: #FFF;	
}
.jewel.jewel-warning {
	background-color: #F0AD4E;
}
.jewel-warning.jewel-top:before {
	border-top-color: #F0AD4E;
}
.jewel.jewel-danger {
	background-color: #C9302C;
}
.jewel-danger.jewel-top:before {
	border-top-color: #C9302C;
}
.jewel.jewel-invert {
	background-color: #111;
}
.jewel-invert.jewel-top:before {
	border-top-color: #111;
}
.responsive-image,
.manufacturer-image {
	width: 100% \9;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.container-fit-image {
	max-width: 100%;
	max-height: 100%;
}
input[type=button].addtocart-button-disabled {
	cursor: no-drop;
}
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active {
	outline: 0 none;
}
/*.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #EEE;
	border-color: #EEE;
}*/
.btn-primary {
	background-color: #EEE;
	border-color: #EEE;
	color: #333;
	outline: 0 none;
}
.btn-transparent {
	background: 0 none;
	border-color: transparent;
	color: #777;
	padding: 1px;
}
.btn-transparent:hover {
	background: 0 none;
	border-color: transparent;
	color: #333;
}
.btn-nobg,
.btn-nobg:hover,
.btn-nobg:focus,
.btn-nobg:active,
.btn-nobg.active {
	padding: 0;
	background: 0 none;
	border: 0 none;
	outline: 0 none;
	text-transform: uppercase;
}
.btn-transparent:active,
.btn-transparent.active,
.btn-nobg:active, 
.btn-nobg.active,
.btn-modal-close:active,
.btn-modal-close.active {
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.btn-nobg .fa {
	height: 30px;
	width: 30px;
	border: 1px solid #DDD;
	background: #FFF;
	vertical-align: middle;
	line-height: 28px;
}
.btn-nobg.btn-lg .fa {
	height: 46px;
	width: 46px;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
.btn.btn-modal-close,
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus,
.btn.btn-modal-close:visited,
.btn.btn-modal-close:active {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #FFF;
	padding: 0;
	text-align: center;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	border: 0 none;
	opacity: 0.2;
}
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus {
	opacity: 0.5;
}
.btn-sm, .btn-group-sm>.btn {
	font-size: 11px;
}
button.search-button {
	padding: 4px 10px;
}
.bootstrap-select.btn-group .btn .filter-option {
	margin-right: 8px;
}
.input-group-btn.input-group-separate {
	padding-left: 5px;
}
.product-search .input-group {
	width: 100%;
}
.search-input-group {
	position: relative;
}
.search-button-cont, .search-button-left-cont {
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 3;
}
.search-button-left-cont {
	right: auto;
	left: 0;
}
.input-group .search-button-cont + .form-control,
.search-input-group .search-button-cont + .form-control {
	padding-right: 34px
}
.input-group .search-button-left-cont ~ .form-control,
.search-input-group .search-button-left-cont ~ .form-control {
	padding-left: 34px
}
.input-group	.input-group-btn:not(:first-child):not(:last-child) ~ .form-control {
	margin-left: -1px;
}
/* Nav List */
.nav-list {
	border: 0 none;
	padding-left: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.nav-list > li {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
}
.nav-list > li > a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	color: inherit;
}
.nav-list > li > a, .nav-list > li > a:visited, .nav-list > li > a:focus, .nav-list > li > a:hover {
	background: 0 none;
	border: 0 none;
}
.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
	background: 0 none;
	border: 0 none;
	background: 0 none;
}
.nav-list > .active > a:after {
	content: " ";
	display: block;
	position: absolute;
	height: 2px !important;
	background-color: rgba(255, 255, 255, 0.4);
	left: 5px;
	right: 5px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tab-content.with-list-tab {
	border: 0 none;
	padding: 20px 0;
}
/* Overwrite Tab Layout */
.nav-tabs {
	border: 0 none;
}
.nav-tabs li {
	margin-bottom: -2px;
}
.nav-tabs > li > a {
	height: 45px;
	border: 1px solid #E5E5E5;
	margin: 0 10px 0 0;
	line-height: 24px;
	border-bottom-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	font-size: 16px;
	color:#777;
	background: #F9F9F9;
}
.nav-tabs > li > a:hover {
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	background: #FAFAFA;
	color:#444;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	position: relative;
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	z-index: 3;
	margin-top: -4px;
	height: 48px;
	background-color: #FFF;
	color:#333;
	outline: 0 none;
}
#vpf-header {
	padding: 0;
}
#vpf-header .inner-container {
	padding: 10px 0 20px;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
#vpf-header .navbar .container .inner-container {
	padding-bottom: 20px;
	margin-bottom: -1px;
}
.header-top {
	position: relative;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
	background-color: #FFF;
}
.header-fixed .affix-on-scroll .header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navbar.navbar-mainmenu {
	margin-bottom: 0;
}
.tab-content {
	position: relative;
	z-index: 2;
	border-top: 1px solid #E5E5E5;
	background: #FFF;
	padding: 20px 5px;
}
.page-header {
	padding-bottom: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #E5E5E5;
}
.page-header > h1,
.page-header > h2 {
	margin-top: 0;
	font-size: 26px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
}
.item-page .page-header,
.blog .page-header {
	margin-bottom: 10px;
}
.blog .page-header > h1 {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.1;
	font-weight: normal;
}
.icons .dropdown-menu [class^="icon-"],
.icons .dropdown-menu [class*=" icon-"] {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.list-inline > dd {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.sub-heading {
	font-size: 24px;
	line-height: 1.1;
	color: #555;
	margin: 0 0 20px;
}
.mod-header {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	text-transform: none;
	position: relative;
}
.module-block .mod-header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.mod-box {
	padding: 30px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
.module-cont {
	position: relative;
	margin-bottom: 40px;
}
.utility-wide {
	position: relative;
}
.utility-wide,
.utility-vertical,
.utility-horizontal,
.bottom-slider {
	overflow: hidden;
}
.module-cont .vpcf-options {
	margin-bottom: 40px;
}
.mod-small-header .mod-header {
	font-size: 22px;
}
.mod-big-header .mod-header {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}
.mod-big-header .mod-header-title {
	padding-left: 10px;
	padding-right: 10px;
}
.mod-big-header .mod-header:before,
.mod-big-header .mod-header:after {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	content: " ";
	height: 2px;
	width: 80px;
	background: #ddd;
}
.utility-horizontal {
	padding: 50px 0 20px;
	background-color: #F5F5F5; 
}
.utility-horizontal .mod-header {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.mod-badge {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 6px 10px;
	font-weight: normal;
	font-size: 12px;
}
.vertical-module {
	margin-bottom: 15px;
}
.mod-box .mod-badge {
	top: 30px;
	right: 30px;
}
.mod-header [class^="icon-"], 
.mod-header [class*=" icon-"] {
	vertical-align: baseline;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color:#FFF;
}
.bootstrap-dialog.type-primary .bootstrap-dialog-title {
	color: #333;
}
#modal-login-box {
	z-index: 1060;
}
#system-message .close {
	font-size: 17px;
}
#system-message .close > span:first-child {
	display: inline-block;
}
/* Table List */
ul.table-list {
	display: block;
	list-style-type: none;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.table-list li {
	display: table;
	list-style-type: none;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
}
ul.table-list dl {
	display: table-row;
	margin: 0;	
}
ul.table-list dt, ul.table-list dd {
	display: table-cell;
	font-weight: normal;
	vertical-align: top;
}
ul.table-list dt {
	padding-right: 5px;
}
ul.table-list dd {
	padding-left: 5px;
	padding-right: 5px;
}
ul.table-list dl > dd:last-child {
	padding-right: 0;
}
ul.table-list li.header {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #E4E4E4;
}
ul.table-list li.header dl {
	background-color: transparent;
}
ul.table-list li.header dt, 
ul.table-list li.header dd {
	font-size: 20px;
}
.nowrap {
	white-space: nowrap;
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
	padding-left: 0;
	padding-top: 0;
	border: 0 none;
}
.table-noborder td.field-name {
	font-weight: bold;
}
#bottom {
	background-color: #222;
	color: #AAA;
	padding: 60px 0 30px 0;
}
footer.footer {
	background-color: #1A1A1A;
	color: #AAA;
	font-size: 0.9em;	
}
.footer-left,
.footer-right {
	padding-top: 25px;
	padding-bottom: 15px;
}
footer .module-cont {
	margin-bottom: 10px;
}
.footer-right {
	text-align: right;
}
footer.footer a,
.bottom a {
	color: #AAA;
}
footer.footer a:hover,
footer.footer a:focus,
#bottom a:hover,
#bottom a:focus {
	color: #FFF;
}
#bottom ul {
	padding-left: 0;
	list-style-position: inside;
	list-style: none;
}
#bottom ul:not(.list-inline) > li {
	margin-bottom: 2px;
}
#bottom .mod-header,
footer.footer .mod-header {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

/* Width Class for backward compatibility. Can also be used in tables. */
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}

/* Feature list styles */
.feature {
	margin:10px 0
}
.feature:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden
}
.feature.first {
	margin-top:0
}
.feature.last {
	margin-bottom:0
}
.feature.top-border {
	border-top:1px solid #f5f5f5;
	padding-top:10px
}
.feature.bottom-border {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px
}
.feature-wrapper.top-border {
	border-top:1px solid #f5f5f5;
	margin-top:20px;
	padding-top:20px
}
.feature-wrapper.bottom-border {
	border-bottom:1px solid #f5f5f5;
	margin-bottom:20px;
	padding-bottom:20px
}
.feature .heading {
	font-size: 1.8em;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 400;
}
.feature .above-heading {
	margin: 0 0 5px;
	font-size: 0.95em;
	line-height:1.4545em;
	text-transform:uppercase;
	color:#888
}
.feature .below-heading {
	margin: -2px 0 8px;
	font-size: 0.95em;
	line-height: 1.4545em;
	text-transform: uppercase;
	color: #888;
}
.feature .icon.left {
	margin:0 15px 10px 0
}
.feature .icon.right {
	margin:0 0 10px 15px
}
.feature.v-centered-content .v-center .icon {
	margin:0 5px 0 0
}
.icon-round,
.feature-icon-hover .icon {
	vertical-align: middle;
	text-align: center;
	background-color: #E5E5E5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent > .icon {
	float:left;
	margin:0 15px 0 0
}
.feature.indent > .icon.right {
	float:right;
	margin:0 0 0 15px
}
.feature.indent {
	padding-left: 51px
}
.feature.indent > .icon {
	margin-left: -51px;
	font-size: 1.33333333em;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent-size-l,.feature.indent.large {
	padding-left: 63px
}
.feature.indent-size-l > .icon,
.feature.indent.large > .icon,
.feature.indent.large > .icon.large {
	margin-left: -63px
}
.feature.indent-size-xl {
	padding-left: 75px
}
.feature.indent-size-xl > .icon {
	margin-left: -75px;
	font-size: 2em;
	line-height: 60px;
	width: 60px;
	height: 60px;
}
.feature.indent-size-xxl {
	padding-left: 87px
}
.feature.indent-size-xxl > .icon {
	margin-left: -87px;
	font-size: 3em;
	line-height: 70px;
	width: 70px;
	height: 70px;
}
.feature.indent-size-xxxl {
	padding-left: 99px
}
.feature.indent-size-xxxl > .icon {
	margin-left: -99px;
	font-size: 4em;
	line-height: 83px;
	width: 83px;
	height: 83px;
}
.feature.centered {
	text-align: center
}
.feature.centered .icon {
	margin:0 0 10px
}
.feature .icon.auto-size {
	width:auto;
	max-width:none;
	height:auto;
	max-height:none
}
.icon-hover,
.feature-icon-hover .icon {
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.feature .feature-content p {
	display: table-cell;
	vertical-align: middle;
}
.feature .feature-content {
	display: table;
	min-height: 36px;
}

/* More Utilities */
.badge-grey {
	background-color: #777;
}
.badge-green {
	background-color: #5CB85C;
}
.badge-blue {
	background-color: #31B0D5;
}
.badge-yellow {
	background-color: #F0AD4E;
}
.badge-orange {
	background-color: #FF6600;
}
.badge-base {
	background-color: #FE5252;
}
.badge-red {
	background-color: #D9534F;
}
.bg-box {
	padding: 15px;
	margin-bottom: 15px;
}
.form-horizontal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.iframe-loading {
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/image-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mod-slider-cont {
	margin-bottom: 20px;
}
.bottom-slider {
	background-color: #FAFAFA;
	overflow: hidden;
}
.bottom-slider .container .inner-container {
	padding: 20px 0;
}
.vpf-scroll-top-button {
	position: fixed;
	right: 30px;
	bottom: -80px;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FE5252;
	padding: 0 0 5px;
	color: #FFF;
	border: 0 none;
	outline: 0 none;
	opacity: 0;
	zoom: 1;
	z-index: 99;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.vpf-scroll-top-button.active {
	bottom: 40px;
	opacity: 1;
}
.scroll-to-top-sm,
.scroll-to-bottom-sm {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.scroll-to-bottom-sm {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-top-sm.active {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-bottom-sm.inactive {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}
.vpf-scroll-top-button:hover {
	background-color: #333;
}
.child-header.item-title {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 10px;
	font-weight: normal;
}
p.counter {
	margin: 20px 0;
}
.blog .items-leading,
.blog .item {
	margin-bottom: 20px;
}
.item-image {
	margin-bottom: 25px;
}
.item-image.pull-left {
	margin-right: 15px;
}
.item-image.pull-right {
	margin-left: 15px;
}
.tags {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
.tags li,
.tags a {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 11px;
	padding-left: 12px;
}
.tags a {
	margin-right: 10px;
	padding: 0 10px 0 12px;
	background-color: #EEE;
	color: #555;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.tags a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #EEE transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	-moz-box-shadow: -1px -1px 2px #333;
	-webkit-box-shadow: -1px -1px 2px #333;
	box-shadow: -1px -1px 2px #333;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:hover {
	background-color:#555;
	color: #FFF;
}
.tags a:hover:before {
	border-color: transparent #555 transparent transparent;
}
.filters {
	margin-bottom: 20px;
}
.tag-category .filter-search-lbl,
.tag-category .filter-search-lbl:hover {
	background: 0 none;
	color: #333;
}
.badge {
	font-weight: normal;
}
h3 .badge {
	vertical-align: middle;
	margin-bottom: 5px;
}
.childs-child {
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container .inner-container {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-right: -1px;
	margin-left: -1px;
	padding-left: 0;
	padding-right: 0;
}
#mainbody .container .inner-container {
	padding-top: 50px;
}
.list-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding: 0;
}
.list-striped > li,
.list-striped > dd {
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.list-striped > li:nth-child(odd),
.list-striped > dd:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped > li:hover,
.list-striped > dd:hover {
	background-color: #f5f5f5;
}
.list-condensed > li {
	padding: 4px 10px;
}
.list-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.panel-title > a {
	display: block;
}
.contact-tags-cont {
	margin-bottom: 20px;
}
#contact-form legend {
	font-size: 16px;
	border-bottom: 0 none;
}
.form-inline .checkbox-text {
	display: inline-block;
	vertical-align: top;
}
#mod-login-form .list-unstyled {
	margin: 10px 0;
}
.breadcrumbs-cont h1 {
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.breadcrumbs-cont .breadcrumb {
	display: inline-block;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #333;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumbs-cont ul.breadcrumb > li + li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	content: "\f101";
	padding: 0 10px 0 8px;
	color: #777;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next {
	font-family: "FontAwesome";
	width: 45px;
	text-align: center;
	font-size: 40px;
	padding: 0;
	font-size: 90px;
	line-height: 1;
	background: 0 none;
	color: #FFF;
	margin-top: -45px;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:hover,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:hover {
	background: 0 none;
	color: inherit;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:before {
	content: "\f104";
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:before {
	content: "\f105";
}
.breadcrumbs-cont ul.breadcrumb.has-here li:nth-child(2):before {
	display: none;
}
.no-result-heading {
	font-size: 20px;
	font-weight: normal;
}
.searchintro {
	margin-top: 10px;
	margin-bottom: 20px;
}
.searchintro p {
	margin: 0;
	padding: 0;
}
.search fieldset.phrases {
	margin-bottom: 20px;
}
.search fieldset.phrases legend,
.search fieldset.only legend {
	margin-bottom: 5px;
	font-size: 18px;
}
.searchpage-toolbar {
	margin-bottom: 20px;
}
.result-title {
	font-weight: normal;
	font-size: 1.25em;
}
.logout-button-cont {
	margin-top: 15px;
}
.edit-page-toolbar {
	margin-bottom: 25px;
	text-align: right;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-width: 220px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-height: 20px;
}
.chzn-container-single .chzn-single {
	height: 29px;
	line-height: 29px;
	border-radius: 2px;
}
.chzn-container-single .chzn-drop {
	border-radius: 0 0 2px 2px;
}
.chzn-container-single .chzn-single div b {
	margin-top: 3px;
}
.com-mailto .page-header > h1,
.com-mailto .page-header > h2 {
	font-size: 20px;
	margin-top: 10px;
}
#pop-print {
	margin: 10px 0;
	text-align: right;
}
.add-margin-icon [class^="icon-"],
.add-margin-icon [class*=" icon-"] {
	margin-right: 4px;
}
.mod-languages li > a > img {
	margin-right: 8px;
}
.topbar-switch-list > li.active > a {
	cursor: not-allowed;
}
.site-logo-text {
	font-size: 2.5em;
}
.contact-position {
	font-size: 22px;
}
.main-top-vertical,
.main-bottom-vertical {
	margin-bottom: 20px;
}
.add-margin {
	margin-top: 20px;
}
.vp-product-carousel .owl-carousel .owl-wrapper-outer {
	z-index: 1;
}
.input-group > select + .bootstrap-select > .btn {
	width: auto;
}
.input-group > .bootstrap-select {
	width: 1%;
}
.reveal-later {
	visibility: hidden;
}
.reveal-later.animated,
.reveal-later.animated-fast,
.reveal-later.animated-faster {
	visibility: visible !important;
}
.product-search .btn-group>.btn:first-child {
	border-right: 0 none;
}
.vp-cookie-consent {
	position: relative;
	z-index: 9001;
}
.vp-cookie-consent-inner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
}
.vp-cookie-consent-content {
	background: #f3f3f3;
}
.bottom-right .vp-cookie-consent-inner {
	left: auto;
	bottom: 20px;
	right: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.bottom-left .vp-cookie-consent-inner {
	right: auto;
	bottom: 20px;
	left: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.top .vp-cookie-consent-inner {
	top: 0;
	bottom: auto;
}
.bottom-right .vp-cookie-consent-content,
.bottom-left .vp-cookie-consent-content {
	border: 1px solid #DDD;
	text-align: center;
	-webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	-moz-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	padding: 20px;
}
.top .vp-cookie-consent-content {
	-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);
}
.top .vp-cookie-consent-content,
.bottom .vp-cookie-consent-content {
	display: table;
	width: 100%;
	border-top: 1px solid #EEE;
}
.top .vp-cookie-consent-content {
	border-top: 0 none;
	border-bottom: 1px solid #EEE;
}
.bottom-right .vp-cookie-consent-content > p,
.bottom-left .vp-cookie-consent-content > p {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 20px;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p {
	font-size: 1.2em;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p,
.top .vp-cookie-consent-content > .vp-cookie-consent-button,
.bottom .vp-cookie-consent-content > .vp-cookie-consent-button {
	display: table-cell;
	width: 100%;
	padding: 20px 50px;
	vertical-align: middle;
}
.top .vp-cookie-consent-content .btn,
.bottom .vp-cookie-consent-content .btn {
	padding-left: 25px;
	padding-right: 25px;
}
.dark .vp-cookie-consent-content,
.dark .vp-cookie-consent-content {
	background: #1a1a1a;
	border-color: #111;
}
.dark .vp-cookie-consent-content > p {
	color: #fff;
}
.header-search {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	padding: 20px 30px;
	z-index: 1001;
}
.close-header-search {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}
.header-search-inner {
	padding-right: 40px;
	padding-top: 5px;
}
.header-search-inner.search-small {
	padding-left: 30%;
	padding-right: 30%;
}
.header-search input[type="search"],
.header-search input[type="text"]:not(.advanced-query) {
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
	padding: 0;
}
.header-search .search-small input[type="search"],
.header-search .search-small input[type="text"]:not(.advanced-query) {
	padding-left: 15px;
	padding-right: 15px;
}
.header-search input[type="search"]:-webkit-autofill,
.header-search input[type="search"]:-webkit-autofill:hover,
.header-search input[type="search"]:-webkit-autofill:focus,
.header-search input[type="search"]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
.navbar-offcanvas-modules > div {
	margin-left: 12px;
}
.navbar-offcanvas-modules > div:first-child {
	margin-left: 0;
}
.submission-buttons {
	padding: 10px 0;
}
.submission-buttons button {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
}
.submission-buttons .checkbox {
	display: inline-block;
	margin-right: 
}
.field-hint {
	padding-top: 2px;
	font-size: 0.9em;
	display: block;
	text-align: right;
}
#vpf-modal-login-box .modal-header {
	padding-left: 24px;
}
#vpf-modal-login-box .modal-body {
	padding: 24px;
}
#vpf-modal-login-box .modal-footer {
	padding-left: 24px;
	padding-right: 24px;
}
.btn-modpos-collapse.active {
	outline: 0 none !important;
}
.contact h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.inline-form {
	display: inline-block;
}
.narrow-container {
	max-width: 550px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px solid #E5E5E5;
}
.narrow-inner legend {
	border-bottom: 0 none;
}
.narrow-container form > fieldset {
	margin-bottom: 30px;
}
.spacer strong.red,
span.star,
span.asterisk {
	color: #ff4c0e;
}
.header-search-inner .dropdown-menu {
	padding: 15px;
}
.modal-center .modal-header,
.modal-center .modal-body,
.modal-center .modal-footer {
	text-align: center;
}

/* List Service */
.list-service {
	display: flex;
	flex-direction: row;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.list-service a,
.list-service a:hover,
.list-service a:focus,
.list-service a:visited {
	color: inherit;
}
.list-service > li {
	flex: 1;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #eee;
}
.list-service > li:last-child {
	border-right: 0 none;
}
.service-image,
.service-heading,
.service-text {
	display: block;
	text-align: inherit;
}
.list-service > li .service-image img {
	opacity: 1;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.list-service > li:hover .service-image img {
	opacity: 0.7;
}
.service-image {
	margin-bottom: 15px;
}
.service-heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}
/* Block */
.block-center {
	position: relative;
	text-align: center;
}
.block-center-inner {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	border: 5px solid rgba(255,255,255,0.4);
}
.block-center-body {
	max-width: 350px;
	padding: 35px 25px;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
}
.block-center-body h3 {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.block-center-body p {
	margin: 0 0 25px;
	padding: 0;
}
.block-center-body .btn {
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}
.navbar-mainmenu .navbar-nav > li > a, .navbar-mainmenu .navbar-nav > li > span
{
    color: #333333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;  
}
a.brand
{
margin-left:10%;  
}

#ff_formdiv1
input{
 margin-bottom:10px; 
}

/*#mainbody .container .inner-container
{
padding-top: 0px;  
}*/

a.under
{
 text-decoration:underline!important; 
}

.inputbox:not(.form-control)
{
width:300px!important;
margin-bottom:8px!important;
  
}

.product-display-shipment.product-display-shipment-3
{
  display:none!important;
}
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	.pull-right.pull-right-lg {
		float: none !important;
	}
	.navbar-mainmenu .navbar-nav > li > a, 
	.navbar-mainmenu .navbar-nav > li > span {
		padding-left: 9px;
		padding-right: 9px;
		font-size: 12px;
	}
}
/* Medium Devices, Desktops */
@media (max-width : 991px) {
	.pull-right.pull-right-md {
		float: none !important;
	}
	.align-center-md {
		text-align: center;
	}	
	.header-add-margin {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-toggle {
		display: inline-block;
	}
	.footer-left,
	.footer-right {
		text-align: center;
	}
	.vpf-logo,
	.offcanvas-toggle-container {
		display: inline-block;
	}
	.navbar-offcanvas-modules > div {
		margin: 0 60px;
	}
	.navbar-offcanvas-modules > div:first-child {
		margin-left: 0;
	}
	.navbar-offcanvas-modules > div:last-child {
		margin-right: 0;
	}
	.modpos-collapse {
		display: none;
	}
	.vpf-topbar .topbar-switch.over .topbar-switch-inner {
		border-top-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
	}
	#vpf-header .navbar.navbar-offcanvas {
		display: none;
	}
	#footer-toolbar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 70px;
		background: #fafafa;
		border-top: 1px solid #EEE;
		padding: 0px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		z-index: 100;
		opacity: 0;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		-o-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#footer-toolbar.ready {
		opacity: 1;
	}
	.navbar-offcanvas-modules, 
	.navbar-offcanvas-modules.align-right {
		text-align: center;
	}
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:hover,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:focus,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:active,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn.active,
	.navbar-offcanvas-modules .over .vp-dropmod-anchor > .btn {
		background: 0 none;
		border: 0 none;
		outline: 0 none;
	}
	.over .vp-dropmod-inner,
	.over .vp-dropmod-pointer {
		visibility: hidden;
		display: none !important;
	}
	.vp-dropmod-anchor > a {
		cursor: pointer !important;
	}
	.navbar-offcanvas-modules .vp-dropmod-container {
		position: static;
	}
	.navbar-offcanvas-modules .vp-dropmod-container .vp-dropmod-inner {
		width: 100%;
	}
	.navbar-offcanvas-modules .vp-dropmod-inner.drop-right {
		right: 0;
	}
	footer.footer {
		padding-bottom: 50px;
	}
	.header-search-inner.search-small {
		padding-left: 0;
		padding-right: 40px;
	}
}
/* Small Devices, Tablets */
@media (max-width : 767px) {
	.product-listing.mode-list .product-rating-price-cont {
		border-top: none;
		padding-top: 0;
	}
	.vpf-topbar {
		text-align: center;
	}
	.inline-mod.right {
		margin-top: 7px;
	}
	.product-listing .product-inner {
		margin-right: 0;
		margin-left: 0;
	}
	.footer-left,
	.footer-right {
		text-align: center;
	}
	.align-center-xs {
		text-align: center;
	}
	.nav-tabs > li {
		float: none;
		margin-bottom: 0;
	}
	.nav-tabs > li > a {
		margin: 0;
	}
	.vpf-scroll-top-button {
		height: 50px;
		width: 50px;
		font-size: 20px;
	}
	.top .vp-cookie-consent-content,
	.bottom .vp-cookie-consent-content {
		display: block;
		padding: 15px 50px;
		text-align: center;
	}
	.top .vp-cookie-consent-content > p,
	.bottom .vp-cookie-consent-content > p,
	.top .vp-cookie-consent-content > .vp-cookie-consent-button,
	.bottom .vp-cookie-consent-content > .vp-cookie-consent-button {
		display: block;
		padding: 0;
	}
	.top .vp-cookie-consent-content > p,
	.bottom .vp-cookie-consent-content > p {
		margin-bottom: 20px;
	}
	.navbar-offcanvas-modules > div {
		margin: 0 20px;
	}
	.navbar-offcanvas-modules > div:first-child {
		margin-left: 0;
	}
	.navbar-offcanvas-modules > div:last-child {
		margin-right: 0;
	}
	.breadcrumbs-cont h1 {
		font-size: 28px;
	}
	.modpos-collapse {
		display: none;
	}
	.mod-big-header .mod-header:before, .mod-big-header .mod-header:after {
		width: 40px;
	}
	.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev,
	.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next {
		font-size: 42px;
		margin-top: -21px;
	}
	#vpf-header .inner-container {
		padding-top: 0;
		padding-bottom: 12px;
	}
	.header-search .input-lg {
		height: 22px;
	}
	.list-service {
		flex-direction: column;
	}
	.list-service > li {
		border: 0 none;
		margin-bottom: 30px;
	}
	.list-service > li:last-child {
		margin-bottom: 0;
	}
	.bottom-horizontal {
		text-align: center;
	}
}
@media (max-width : 450px) {
	.bottom-left .vp-cookie-consent-inner,
	.bottom-right .vp-cookie-consent-inner {
		left: 0;
		right: 0;
	}
}
@media (min-width : 768px) {
	.align-right-sm {
		text-align: right;
	}
	.dl-condensed dt {
		width: 100px;
	}
	.dl-condensed dd {
		margin-left: 120px;
	}
	#mod-login-form .form-group,
	#mod-login-form .checkbox {
		margin-bottom: 10px;
	}
	.aside-inner .form-inline .checkbox {
		display: block;
	}
	.article-edit-page .form-horizontal .control-label {
		text-align: left;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	.inline-mod.right {
		float: right;
	}
}
@media (min-width : 992px) {
	.align-right-lg {
		text-align: right;
	}
	.align-left-lg {
		text-align: left;
	}
	.align-center-lg {
		text-align: center;
	}
	.breadcrumbs-inner {
		padding-left: 45px;
		padding-right: 45px;
	}
	.breadcrumb-navigations > a {
		position: absolute;
		top: 50%;
		margin-top: -25px;
	}
	.breadcrumb-navigations > a.previous-nav {
		left: 0;
	}
	.breadcrumb-navigations > a.next-nav {
		right: 0;
	}
	.modpos-collapse {
		display: block !important;
	}
}
@media (min-width : 1400px) {
	.breadcrumbs-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.breadcrumb-navigations > a.previous-nav {
		left: -100px;
	}
	.breadcrumb-navigations > a.next-nav {
		right: -100px;
	}
}
@media (max-width : 991px) {
	.breadcrumb-navigations {
		margin-top: 30px;
	}
	.breadcrumb-navigations > a {
		width: 35px;
		height: 35px;
		font-size: 25px;
		line-height: 31px;
	}
	.breadcrumb-navigations > a.previous-nav {
		float: left;
	}
	.breadcrumb-navigations > a.next-nav {
		float: right;
	}
}
/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 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          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	.navbar-offcanvas-modules .fa-2x {
		font-size: 1.8em;
	}
}
/* Medium Devices, Desktops */
@media (max-width : 992px) {
	.productdetails-view .product-image-gallery-cont {
		margin-bottom: 20px;
	}
	.product-top-right-cont,
	.related-products-cont {
		padding: 20px 0 0;
		border: 0 none;
	}
	.no-border-mobile.category-order-by:before {
		display: none;
	}
}
/* Small Devices, Tablets */
@media (max-width : 768px) {
	.product-listing.mode-list .product-rating-price-cont {
		border-top: none;
		padding-top: 0;
	}
	.product-listing .product-inner {
		margin-right: 0;
		margin-left: 0;
	}
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	.productdetails-view .product-image-gallery-cont {
		margin-bottom: 20px;
	}
	.cart-login-cont {
		text-align: inherit;
	}
	#checkoutFormSubmit {
		margin-top: 15px;
	}
	.cart-addresses-cont .bt-edit-link {
		margin-bottom: 15px;
	}
	
	/* Force table to not be like tables anymore */
	table.cart-summary.table, 
	.cart-summary.table thead, 
	.cart-summary.table tbody, 
	.cart-summary.table th, 
	.cart-summary.table td, 
	.cart-summary.table tr { 
		display: block; 
	}	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cart-summary.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	.cart-summary.table tr { 
		border: 1px solid #ccc; 
	}	
	.cart-summary.table .blank-row {
		border: 0 none;
		background: 0 none;
	}
	.cart-summary.table .blank-row td {
		border: 0 none;
		padding: 0;
		background: 0 none;
	}	
	.cart-summary.table tr:not(.blank-row) td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px dotted #eee; 
		position: relative;
		padding-left: 45%; 
		min-height: 34px;
		text-align: left;
	}
	.cart-summary.table tr:not(.blank-row) td.sub-headings, 
	.cart-summary.table tr:not(.blank-row) td.coupon-form-col, 
	.cart-summary.table tr:not(.blank-row) td.shipping-payment-heading { 
		/* Behave  like a "row" */
		padding-left: 8px; 
		text-transform:uppercase;
		color:#333;
	}	
	.cart-summary.table tr:not(.blank-row) td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 8px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;		
	}
	.cart-summary.table tr:not(.blank-row) td.sub-headings:before, 
	.cart-summary.table tr:not(.blank-row) td.coupon-form-col:before { 
		display:none;
	}	
	td.field-name.nowrap {
		width: 50%;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 450px;
	}
	.product-image-gallery-main-cont {
		margin-top: 15px;
	}
	.product-title-cont {
		padding-top: 20px;
	}
	.owl-nav-side {
		overflow: hidden;
	}
	.toolbar {
		text-align: center;
	}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
	.product-listing.mode-list .product-action-buttons > button:first-child:after {
		display: none;
	}
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	#imagelightbox-caption,
	.imagelightbox-arrow {
		display: none !important;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 368px;
	}
	.hide-mobile {
		display: none;
	}
}

@media (max-width : 370px) {
	.category-order-by > a {
		display: none;
	}
}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 220px;
	}
	.modal-footer {
		text-align: center;
	}
	.modal-footer .btn:last-child {
		margin-top: 10px;
	}
	.category-order-by {
		display: none;
	}
	.product-action-buttons-cont.first-set > button:first-child {
		margin-bottom: 10px;
	}
	.product-action-buttons-cont.first-set > button {
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 420px) {
	.modal-narrow .modal-dialog {
		width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
	.owl-nav-side .owl-controls .owl-buttons .owl-next {
		font-size: 42px;
	}
}

@media (max-width : 1400px) {
	.mini-cart-total {
		display: none;
	}
}
@media (max-width : 1050px) {
	.navbar-offcanvas-modules .fa-2x {
		font-size: 1.5em;
	}
}
