/*
	This File made by me ("Ahmed Saeed")
	Web and developer for the web lives in Cairo, Egypt
	E-Mail: mr.ahmedsaeed1@gmail.com
	Tel: (02) 01228652007
*/
/*## Table of Content  ## ==================
===========================================================================
# 1- Booling google fonts from google server ( Open Sans, Sanchez )
============================================================================
# 2- General styling and reset mstyling
===========================================================================
# 3- Header styling 
============================================================================
# 4- footer styling 
==============================================================================
# 5- element styling
=============================================================================
# 6- side panel styling
============================================================================
# 7- Media qauery styling for this file
=================================================================================*/

:root {
	/* generic global settings */
	--color: black; /* not fully implemented */
	--font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--font-size: 18px; /* not fully implemented */
	--a-color: blue; /* not fully implemented */
	--a-hover-color: black; /* not fully implemented */
	--cart-count-color: white;
	--cart-count-bg-color: black;
	/* button colors */
	--btn-primary-color: white;
	--btn-primary-bg-color: black;
	--btn-primary-hover-bg-color: black;
	--btn-primary-active-bg-color: black;
	--btn-edit-color: white;
	--btn-edit-bg-color: black;
	--btn-edit-hover-bg-color: black;
	--btn-edit-active-bg-color: black;
	/* thin top header*/
	--header-top-color: white;
	--header-top-bg-color: black;
	--header-top-min-height: 30px; /* set to 0 if you only want the header to appear when a message is availible */
	/* header for displaying sponsor/shopping-with info */
	--header-sponsor-color: black;
	--header-sponsor-bg-color: #ccc;
	--header-sponsor-border-color: black;
	--header-sponsor-icon-color: black;
	/* header with logo */
	--header-middle-color: black;
	--header-middle-bg-color: white;
	--header-middle-logo-alignment: center;
	/* nav menu */
	--nav-color: white;
	--nav-bg-color: black;
	--nav-active-bg-color: black;
	--nav-hover-bg-color: black;
	/* popout menus */
	--popup-menu-color: black;
	--popup-menu-bg-color: white;
	--popup-menu-border-color: rgb(214,214,214);
	--popup-menu-header-color: white;
	--popup-menu-header-bg-color: black;
	--popup-menu-qty-color: #666;
	--popup-menu-subtotal-color: black;
	--popup-menu-subtotal-bg-color: #B9B9B9;
	--popup-menu-checkout-color: white;
	--popup-menu-checkout-bg-color: black;
	/* footer */
	--footer-color: white;
	--footer-bg-color: black;
}


/* # 1- pull open sans & sanchez fonts from gooogle server
=================================================================================*/

/*# 2- reset styling and general styling
===================================================================================*/

/*=========== body =============*/
body {
	color: var(--color);
	font-size: var(--font-size);
	font-family: var(--font-family); /*Sofia Pro, Tahoma, Arial sans-serif;"Helvetica Neue", Helvetica, Arial, sans-serif; 'Open Sans', Tahoma, Arial sans-serif; */
	line-height: auto;
	font-style: normal;
	font-weight: normal;
	/*margin-top: 158px; 158 when freeshipping enabled*/
	margin-bottom: 300px;
	background-color: red;
}

.showcustomerheader {
	margin-top: 240px;
	margin-bottom: 280px;
}
	

/*==== heading ====*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #404040;
	font-weight: 400;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 22px;
}

h3 {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	font-weight:600;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
	font-size: 13px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
}
/*
.container {
	width:70%
}

.span3{
	width:20%
}
.span9 {
	width: 70%
}
*/

/*===== title header h3 =========*/
.titleHeader {
	/*background: url('../img/dottedBorder.png') repeat-x 50% 70%;*/
}

	.titleHeader h3 {
		float: left;
		background: #fff;
		padding-right: 8px;
		color:#000;
		font-size:18px;
	}

	.titleHeader .pagers {
		float: right;
		background: #fff;
		padding-left: 8px;
	}

/*=============== clearfix ===========*/
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/*============= Global ancher link color style ==========*/
a {
	color: var(--a-color);
}

	a:hover, a:active {
		color: var(--a-hover-color);
		text-decoration: underline;
	}

	a.invarseColor:link, a.invarseColor:visited {
		color: #666;
	}

	a.invarseColor:hover, a.invarseColor:active {
		color: #f16325;
		text-decoration: none;
	}

	a.active:link, a.active:visited {
		color: #f16325;
		cursor: default;
	}

input {
	height: 28px !important;
	font-size: 20px !important;
}

select {

}

/*=========== placeholder ============*/
/* for old firfox */
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
	font-size: 16px;
}
/* IE 10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
	font-size: 16px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
}

.placeholder {
	color: #999999;
	font-size: 16px;
}

iframe {
	width: 100%;
	border: none;
}

/*====== mainContainer ======*/
#mainContainer {
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #fff;
	background-color:#fff;
}
/*== block styling ==*/
#featuredItems, #latestItems, #aboutUs, #twitterFeed, #facebookFeed, #brands {
	margin-top: 72px;
}


/*# 3- Header styling 
============================================================================*/
/*====== header style ======*/
header {
	padding: 0 0 0;
	width: 100%;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1010;
}

	header p {
		line-height: 14px;
	}
/* upperHeader */
.upperHeader {
	/*padding-top:4px;*/
	border-bottom: 1px solid #eaeaea;
	background-color: #fff;
}
	/*	.upperHeader select.upper-nav {
		display: none;
	}
	.middleHeader select.upper-nav {
		display: none;
	}
*/
	.upperHeader .inline {
		margin: -2px 0 0 0;
		padding: 0;
	}

		.upperHeader .inline li {
			margin: 0 0 0 5px;
			padding: 0;
		}

			.upperHeader .inline li a {
				font-size: 11px;
				font-weight: 600;
				line-height: 12px;
			}

	.upperHeader > p, header p {
		font-size: 11px;
	}
/* middleHeader */
.middleHeaderTopBar {
	background-color: var(--header-top-bg-color);
	color: var(--header-middle-bg-color);
	height: var(--header-top-min-height);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-weight: 600;
}

.middleHeaderContainer {
	width: 100%;
	text-align: var(--header-middle-logo-alignment);
	margin-top: 15px;
	padding-bottom: 15px;
}

.middleHeader .middleContainer {
	padding: 15px 0;
	/* This changes background positioning on the Header -- May need to be customized for various client logos */
	background: url('../img/logo.png') no-repeat 0% 40%; /* Make sure to change this in .middleHeader .siteLogo near line 2049 of this file for the smaller screens */
}
/* logo */
.middleHeader .siteLogo {
	float: left;
	margin-top: -10px;
}

	.middleHeader .siteLogo a {
		width: 150px;
		height: 54px;
		display: block;
		font: 0/0 a;
		/* This changes background of the Logo Div -- May need to be customized for various client logos */
		/* background:url('../img/logo.png') no-repeat left top; */
	}
/* search */
.middleHeader .siteSearch {
	margin-left: 10px;
}
/* currency */
.middleHeader .currency {
	min-width: 55px;
}
/* language */
.middleHeader .language {
	min-width: 65px;
}
/* mainNav */
.mainNav {
	background: var(--nav-bg-color);
}

.mainNav .container{
	width:80%;
}

.cart-count {
	background-color: var(--cart-count-bg-color);
	color: var(--cart-count-color);
	border-radius: 12px;
	width: 16px;
	height: 16px;
	font-size: .8rem;
	text-align: center;
	line-height: 17px;
	padding: 2px;
	z-index: 1;
	display: inline-block;
	position: relative;
	right: 18px;
	top: 2px;
}

/*==================== navbar =================*/
.navbar {
	color: var(--nav-color);
}
	/* active link */
	.navbar .nav .active a,
	.navbar .nav .active a:hover,
	.navbar .nav .active a:focus
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus,
	.navbar .nav > .active > a i,
	.navbar .nav > .active > a:focus i,
	.navbar .nav > .active > a:hover i,
	.navbar .nav > .active > a span,
	.navbar .nav > .active > a:focus span,
	.navbar .nav > .active > a:hover span {
		background: var(--nav-active-bg-color);
		background-color: var(--nav-active-bg-color);
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.navbar .nav > li:hover,
	.navbar .nav > .active > a:hover {
		background: var(--nav-hover-bg-color);
	}

	/* nested ul */
	.navbar .nav div {
		background: #000000;
	}

	.navbar li a, .navbar li:hover {
		border-radius: 5px;
	}

	.navbar li {
		margin-right: 5px;
	}

	.navbar .nav .active a,
	.navbar .nav > li > a,
	.navbar .nav .active a:hover,
	.navbar .nav > li > a:hover {
		color: var(--nav-color);
	}

.jumbotron-middleheader {
	background-color: var(--header-middle-bg-color);
	color: var(--header-middle-color);
}

.jumbotron .container {
	width: 90%;
}

.asItem {
	padding-bottom: 8px;
	margin: 33px 0 33px 0;
}

/*==================== cart-content ================*/
.cart-content {
	margin: 0;
	padding: 20px;
	min-width: 320px;
}
	/*table-cart*/
	.cart-content .table-cart {
		width: 100%;
	}
		/* tr */
		.cart-content .table-cart tbody tr {
			/*border-bottom: 1px solid #dcdcdc;*/
			padding-top:16px;
		}
		/* td */
		.cart-content .table-cart td {
			margin: 0;
			padding: 0px 6px;
			vertical-align: top;
		}
		/* cart-product-info */
		.cart-content .table-cart .cart-product-info {
			text-align: left;
		}

			.cart-content .table-cart .cart-product-info img {
				float: left;
				margin-right: 8px;
				padding: 4px;
				background-color: #fff;
				border: 1px solid #e0e0e0;
				background-color: #fff;
				-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
				-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
				box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
			}

		.cart-content .table-cart td img:hover {
			border: 1px solid #aaa;
		}
		/*cart-product-desc*/
		.cart-content .table-cart .cart-product-desc {
			width: 200px;
			color:#000;
		}

		.cart-content .table-cart td.cart-product-info p {
			margin-bottom: 5px;
		}

			.cart-content .table-cart td.cart-product-info p a {
				white-space: pre-line;
				font-weight: 600;
				line-height: 18px;
			}

		.cart-content .table-cart td.cart-product-info .unstyled,
		.cart-content .table-cart td.cart-product-info .unstyled li {
			margin: 0;
			padding: 0;
			color: #888;
		}
		/*cart-product-setting*/
		.cart-content .table-cart td.cart-product-setting {
			text-align: right;
		}

			.cart-content .table-cart td.cart-product-setting p {
				margin-bottom: 3px;
			}

			.cart-content .table-cart td.cart-product-setting a.remove-pro {
				font-size: 18px;
				color: #555;
				line-height: auto;
			}

				.cart-content .table-cart td.cart-product-setting a.remove-pro:hover {
					text-decoration: none;
				}
/*============================= end header styling =======================*/




/*# 4- footer styling 
==============================================================================*/
footer {
	margin: 82px 0 0 0;
}



.footerOuter {
	padding: 18px 0;
	margin-bottom: 12px;
	background: #000;
	border-top: 1px dotted #b4b4b4;
	border-bottom: 1px dotted #b4b4b4;
}
/*===== footer title header h3 =========*/
footer .titleHeader {
	background: url('../img/dottedBorder.png') repeat-x 50% 70%;
	margin: 0;
}

	footer .titleHeader h3 {
		float: left;
		background: #e7e7e7;
		padding-right: 8px;
	}

	footer .titleHeader .pagers {
		float: right;
		background: #e7e7e7;
		padding-left: 8px;
	}

/* usefulLinks */
footer .usefulLinks .unstyled {
	margin-top: 14px;
}

	footer .usefulLinks .unstyled li {
		border-bottom: 1px dotted #b4b4b4;
	}

		footer .usefulLinks .unstyled li:last-child {
			border-bottom: none;
		}

		footer .usefulLinks .unstyled li a {
			padding: 6px 0;
			display: block;
			font-weight: 600;
		}

			footer .usefulLinks .unstyled li a:hover,
			footer .usefulLinks .unstyled li a:active {
				background: #e0e0e0;
			}

		footer .usefulLinks .unstyled li i {
			font-size: 18px;
		}

/* contactInfo */
footer .contactInfo {
	margin-top: 14px;
}

	footer .contactInfo ul li {
		border-bottom: 1px dotted #b4b4b4;
		padding: 7px 0;
		display: block;
		font-weight: 600;
	}

		footer .contactInfo ul li:hover,
		footer .contactInfo ul li:active {
			background: #e0e0e0;
		}

		footer .contactInfo ul li:last-child {
			border-bottom: none;
		}

		footer .contactInfo ul li button {
			height: 30px;
			width: 30px;
			padding: 0;
			margin-right: 5px;
			text-align: center;
			-webkit-border-radius: 5000px;
			-moz-border-radius: 500px;
			border-radius: 5000px;
			text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
			background-color: #f5f5f5;
			background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
			background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
			background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
			background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
			background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
			background-repeat: repeat-x;
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
			border-color: #e6e6e6 #e6e6e6 #bfbfbf;
			border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
			*background-color: #e6e6e6;
			/* Darken IE7 buttons by default so they stand out more given they won't have borders */
			filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			border: 1px solid #bbbbbb;
			*border: 0;
			border-bottom-color: #a2a2a2;
			-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
			-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
			box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
		}

			footer .contactInfo ul li button i {
				font-size: 16px;
			}

/* newsletter */
footer .newsletter form {
	margin-top: 24px;
}

/* payment */
footer .payments li {
	width: 37px;
	height: 26px;
	margin: 0;
	display: inline-block;
	background: url('../img/payment.png') no-repeat;
}

	footer .payments li.visia {
		background-position: 0 0;
	}

	footer .payments li.paypal {
		background-position: 0 -35px;
	}

	footer .payments li.electron {
		background-position: 0 -70px;
	}

	footer .payments li.discover {
		background-position: 0 -105px;
	}

.FDA-disclaimer {
	margin-bottom: 3rem;
	border: 1px solid #aaa !important;
	text-align: center;
	padding: 20px 35px 10px 35px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #848487;
}

footer .logo {
	width:260px;
}
/*====================== end footer ====================*/



/*# 5- element styling
=============================================================================*/
/*===================== about us ======================*/
#aboutUs p {
	margin: 24px 0 0 0;
	padding: 0 10px 0 0;
	line-height: 24px;
}

.close-icon {
	font-size: 30px;
}

.account-icon {
	font-size: 30px;
}

.cart-icon {
	font-size: 25px;
	position: relative;
	right: 0px;
	top: -2px;
}

/*============== .hProductItems ============*/
.hProductItems {
	list-style: none;
	*zoom: 1;
	margin: 0;
	padding: 0;
}

	.hProductItems li {
		margin-top: 0px;
		min-height: 245px;
	}



	/* img */
	.hProductItems .thumbnail {
		display: flex;
		padding: 4px;
		background-color: #fff;
		align-items: center;
		justify-content: center;
		/*
		border: 1px solid #e0e0e0;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);*/
	}
		/*
		.hProductItems .thumbnail:hover {
			border: 1px solid #aaa;
		}
		*/
		.hProductItems .thumbnail img {
			max-height: 100%;
			max-width: 100%;
			width: auto;
			height: auto;
		}

	/* thumbSetting */
	.hProductItems .thumbSetting {
		padding-left: 0;
		padding-right: 0;
		text-align: center;

		}

		.hProductItems .thumbSetting div {
			margin-top: 0px;
		}
		/* title */
		.hProductItems .thumbSetting .thumbTitle a {
			line-height: 20px;
			font-size: 20px;
			text-transform:uppercase;
		}
		/* price */
		.hProductItems .thumbSetting .thumbPrice {
			display: block;
			/* background: url('../img/dottedBorder.png') repeat-x 50% 70%;*/
		}

			.hProductItems .thumbSetting .thumbPrice span {
				background: #fff;
				font-size: 18px;
				color: #000;
				padding-right: 2px;
			}

				.hProductItems .thumbSetting .thumbPrice span .strike-through {
					color: #999;
					text-decoration: line-through;
				}


		/* bttons */
		.hProductItems .thumbSetting .thumbButtons {
			margin: 10px 0 0 0;
			float: left;
		}

			.hProductItems .thumbSetting .thumbButtons .btn {
				line-height: 24px;
				font-size: 12px
			}
		/* rating */
		.hProductItems .thumbSetting .rating {
			float: right;
			list-style: none;
			margin: 16px 0 0 0;
			padding: 0;
		}

			.hProductItems .thumbSetting .rating li {
				margin: 0;
				padding: 0;
				float: left;
			}

			.hProductItems .thumbSetting .rating i.star-on {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-on.png') no-repeat left top;
			}

			.hProductItems .thumbSetting .rating i.star-off {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-off.png') no-repeat left top;
			}


/*============== .hProductItems ============*/
.listProductItems {
	list-style: none;
	*zoom: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

	.listProductItems li {
		margin-top: 36px;
	}
	/* img */
	.listProductItems .thumbnail {
		display: flex;
		padding: 4px;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		/*
		border: 1px solid #e0e0e0;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		*/
	}

		.listProductItems .thumbnail:hover {
			border: 1px solid #aaa;
		}

		.listProductItems .thumbnail img {
			max-width: 100%;
			max-height: 100%;
			width: auto;
			height: auto;
		}
	/* thumbSetting */
	.listProductItems .thumbSetting > div {
		margin: 0;
		padding: 12px 0;
		border-bottom: 1px dotted #ccc;
	}

	.listProductItems .thumbSetting div:first-child {
		padding-top: 0;
	}

	.listProductItems .thumbSetting div:last-child {
		border: none;
	}
	/* title */
	.listProductItems .thumbSetting .thumbTitle a {
		line-height: 20px;
		font-size: 14px;
		font-weight: normal;
	}
	/* price */
	.listProductItems .thumbSetting .thumbPriceRate {
		display: block;
	}

		.listProductItems .thumbSetting .thumbPriceRate span {
			float: left;
			background: #fff;
			font-weight: 600;
			font-size: 16px;
			color: #2374b2;
			padding-right: 8px;
		}

			.listProductItems .thumbSetting .thumbPriceRate span .strike-through {
				color: #999;
				text-decoration: line-through;
				font-size: 12px;
			}
		/* rating */
		.listProductItems .thumbSetting .thumbPriceRate .rating {
			float: left;
			list-style: none;
			margin: 0 0px 0;
			padding: 0;
		}

			.listProductItems .thumbSetting .thumbPriceRate .rating li {
				margin: 0;
				padding: 0;
				float: left;
			}

			.listProductItems .thumbSetting .thumbPriceRate .rating i.star-on {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-on.png') no-repeat left top;
			}

			.listProductItems .thumbSetting .thumbPriceRate .rating i.star-off {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-off.png') no-repeat left top;
			}

	.listProductItems .thumbSetting p {
		margin: 0;
		padding: 0;
	}
	/* bttons */
	.listProductItems .thumbSetting .thumbButtons {
		margin: 0;
		float: left;
	}

		.listProductItems .thumbSetting .thumbButtons .btn {
			line-height: 24px;
			font-size: 12px
		}




/*============== .vProductItems ============*/
.vProductItems {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

	.vProductItems li {
		margin: 36px 0 0 0;
		padding: 0;
		overflow: hidden;
	}

	.vProductItems .thumbImage {
		float: left;
		margin-right: 6px;
		padding: 4px;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: #fff;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.vProductItems .thumbImage:hover {
			border: 1px solid #aaa;
		}

		.vProductItems .thumbImage img {
			min-width: 100%;
		}
	/* thumbSetting */
	.vProductItems .thumbSetting {
		width: 60%;
		float: left;
	}

		.vProductItems .thumbSetting div {
			margin-bottom: 10px;
		}

			.vProductItems .thumbSetting div:last-child {
				margin-bottom: 0;
			}

		.vProductItems .thumbSetting .thumbTitle a {
			line-height: 20px;
			font-weight: 600;
		}

		.vProductItems .thumbSetting .thumbPrice {
			display: block;
			/*background: url('../img/dottedBorder.png') repeat-x 50% 70%;*/
		}

			.vProductItems .thumbSetting .thumbPrice span {
				background: #fff;
				font-weight: 700;
				font-size: 14px;
				color: #666;
				padding-right: 8px;
			}
		/* rating */
		.vProductItems .thumbSetting .rating {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.vProductItems .thumbSetting .rating li {
				margin: 0;
				padding: 0;
				float: left;
			}

			.vProductItems .thumbSetting .rating i.star-on {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-on.png') no-repeat left top;
			}

			.vProductItems .thumbSetting .rating i.star-off {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-off.png') no-repeat left top;
			}



/*============== .vProductItems ============*/
.leftspecial {
	margin-top: 20px;
}

.leftrecent {
	margin-top: 20px;
}

.vProductItemsTiny {
	*zoom: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

	.vProductItemsTiny li {
		margin: 24px 0 0 0;
		padding: 0;
	}

	.vProductItemsTiny .thumbImage {
		float: left;
		margin-right: 10px;
		padding: 1px;
		/*
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		*/


		background-color: #fff;
		
	}

		.vProductItemsTiny .thumbImage:hover {
			border: 1px solid #aaa;
		}

	.vProductItemsTiny .thumbImageTiny img {
		width: 80px;
	}

	.vProductItemsTiny .thumbImageSmall img {
		width: 100px;
	}

	.vProductItemsTiny .thumbImageLarge img {
		width: 200px;
	}

	/* thumbSetting */
	.vProductItemsTiny .thumbSetting {
		width: 40%;
		float: left;
		word-spacing: pre-line;
	}

		.vProductItemsTiny .thumbSetting div {
			margin-bottom: 10px;
			word-spacing: pre-line;
		}

			.vProductItemsTiny .thumbSetting div:last-child {
				margin-bottom: 0;
			}

		.vProductItemsTiny .thumbSetting .thumbTitle a {
			line-height: 18px;
			font-weight: 100;
			word-spacing: pre-line;
		}

		.vProductItemsTiny .thumbSetting .thumbPrice {
			display: block;
			/*background: url('../img/dottedBorder.png') repeat-x 50% 70%;*/
		}

			.vProductItemsTiny .thumbSetting .thumbPrice span {
				background: #fff;
				font-weight: 200;
				font-size: 10px;
				color: #000;
				padding-right: 8px;
			}
		/* rating */
		.vProductItemsTiny .thumbSetting .rating {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.vProductItemsTiny .thumbSetting .rating li {
				margin: 0;
				padding: 0;
				float: left;
			}

			.vProductItemsTiny .thumbSetting .rating i.star-on {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-on.png') no-repeat left top;
			}

			.vProductItemsTiny .thumbSetting .rating i.star-off {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-off.png') no-repeat left top;
			}



/*===================== product-details ===================*/

.product-details .product-title {
	/*margin-bottom: 12px;*/
}

.product-set > div {
	padding: 6px 0;
	/*background: url('../img/dottedBorder.png') repeat-x left bottom;*/
}

.product-set .product-price span {
	background: #fff;
	font-weight: 700;
	font-size: 18px;
	color: #666;
	padding-right: 5px;
}

.product-set .product-price .strike-through {
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
}

.product-set .product-price .product-pv {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}

/* rating */
.product-set .product-rate span {
	margin-left: 10px;
}

.product-set .product-rate .rating {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.product-set .product-rate .rating li {
		margin: 0;
		padding: 0;
		float: left;
	}

	.product-set .product-rate .rating i.star-on {
		width: 17px;
		height: 17px;
		display: block;
		background: url('../img/star-on.png') no-repeat left top;
	}

	.product-set .product-rate .rating i.star-off {
		width: 17px;
		height: 17px;
		display: block;
		background: url('../img/star-off.png') no-repeat left top;
	}
/* product-info*/
.product-set .product-info .dl-horizontal {
	margin: 0;
	padding: 0;
}

	.product-set .product-info .dl-horizontal dt {
		width: auto;
	}

	.product-set .product-info .dl-horizontal dd {
		float: left;
		margin-left: 8px;
	}
/* product-inputs */
.product-set .product-inputs {
	padding: 14px 0;
	background: none;
}

	.product-set .product-inputs .controls-row {
		background: none;
		padding: 0;
	}

	.product-set .product-inputs .input-append {
		background: none;
	}


/*================== product-details ===================*/
.product-details .product-img {
	padding: 3px;
	text-align: center;
	/*border: 1px solid #e0e0e0;
	border-radius: 4px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.product-details .product-img:hover {
		/*border: 1px solid #aaa;*/
	}

.product-details .product-img-thumb img {
	margin: 8px 3px 0 3px;
	padding: 2px;
	border: 2px solid #000;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	background-color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 10%;
}

	.product-details .product-img-thumb img:hover {
		/*border: 1px solid #aaa;*/
	}




/*========================= product-tab ==================*/
.product-tab {
	clear: both;
	margin-top: 48px;
}
	/* read-review */
	.product-tab #read-review .single-review {
		padding-bottom: 14px;
		margin-bottom: 14px;
		background: url('../img/dottedBorder.png') repeat-x left bottom;
	}

		.product-tab #read-review .single-review:last-child {
			padding-bottom: none;
			margin-bottom: none;
			background-image: none;
		}

		.product-tab #read-review .single-review .review-header {
			margin-bottom: 8px;
		}
		/* rating */
		.product-tab #read-review .single-review .rating {
			float: right;
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.product-tab #read-review .single-review .rating li {
				margin: 0;
				padding: 0;
				float: left;
			}

			.product-tab #read-review .single-review .rating i.star-on {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-on.png') no-repeat left top;
			}

			.product-tab #read-review .single-review .rating i.star-off {
				width: 17px;
				height: 17px;
				display: block;
				background: url('../img/star-off.png') no-repeat left top;
			}



/*================== related-product ===============*/
.related-product {
	margin-top: 30px;
}


/*================= aside-inner ================*/
.aside-inner {
	margin-top: -60px;
}


/*===================== brandList =================*/
.brandList {
	border: 1px solid #e0e0e0;
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
}

	.brandList li {
		height: 90px;
		border-right: 1px solid #e0e0e0;
		margin: 0;
		float: left;
		width: 233px;
		text-align: center;
		border-right: 1px solid #e0e0e0;
	}

		.brandList li:last-child {
			border: none;
		}

		.brandList li a {
			display: block;
			width: 100%;
			line-height: 90px;
		}

		.brandList li img {
			margin: 0 auto;
		}



/*======================= pro-range-slider =======================*/
.pro-range-slider {
	margin-top: 54px;
}

	.pro-range-slider .price-range {
		margin-top: 24px;
	}

		.pro-range-slider .price-range p {
			margin: 0 0 5px 0;
		}

		.pro-range-slider .price-range label {
			float: left;
			cursor: default;
		}

		.pro-range-slider .price-range input {
			float: left;
			width: 80px;
			height: auto;
			padding: 0;
			margin: 0 0 0 8px;
			color: #666;
			font-weight: 600;
			border: 0;
			font-size: 12px;
		}

			.pro-range-slider .price-range input:focus {
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				box-shadow: none;
			}

	.pro-range-slider .ui-slider {
		margin: 0;
		height: 8px;
		background: #ddd;
		border: 1px solid #c5c5c5;
	}

	.pro-range-slider .ui-widget-header {
		background-image: none;
		background-color: #666;
	}

		.pro-range-slider .ui-state-default,
		.pro-range-slider .ui-widget-content .ui-state-default,
		.pro-range-slider .ui-widget-header .ui-state-default {
			background-image: none;
			background-color: #c2c2c2;
			border-radius: 40px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			-webkit-box-shadow: inset 0 1px 3px #9f9f9f;
			outline: none;
			border: none;
		}




/*===================== productFilter ===================*/
.productFilter {
	margin: 36px 0 0 0;
	padding: 5px 10px;
	background: #f0f0f0;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

	.productFilter div {
		margin: 0 12px 0 0;
		padding: 0;
	}

		.productFilter div:last-child {
			margin-right: 0;
		}

	.productFilter select {
		width: auto;
		height: auto;
		margin: 0 0 0 2px;
	}



/*===================== blog-article =================*/
.blog-article {
	padding-bottom: 36px;
	margin-bottom: 36px;
	background: url('../img/dottedBorder.png') repeat-x left bottom;
}

	.blog-article:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		background: none;
	}
	/* blog img */
	.blog-article .blog-img img {
		padding: 3px;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: #fff;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.blog-article .blog-img img:hover {
			border: 1px solid #aaa;
		}
	/* blog content */
	.blog-article .blog-content div {
		padding: 8px 0;
		background: url('../img/dottedBorder.png') repeat-x left bottom;
	}
	/* title */
	.blog-article .blog-content .blog-content-title h2 {
		text-transform: none;
		font-size: 17px;
	}
	/* entry */
	.blog-article .blog-content .blog-content-entry {
		background: none;
	}

		.blog-article .blog-content .blog-content-entry p {
			margin: 0 0 12px 0;
			padding: 0;
			line-height: 24px;
		}
	/* date */
	.blog-article .blog-content .blog-content-date li {
		margin-right: 10px;
	}


/*================= about-author ================*/
.about-author img {
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

	.about-author img:hover {
		border: 1px solid #aaa;
	}

/*======================== user-comments ===================*/
.user-comments {
	margin-top: 60px;
}

	.user-comments .media-list {
		margin-top: 24px;
	}

/*======================= make-comment ==================*/
.make-comment {
	margin-top: 60px;
}

	.make-comment form {
		margin-top: 24px;
	}

		.make-comment form textarea {
			height: 100px;
		}


/*================ blog-tab ===============*/
.blog-tab {
	margin-top: 60px;
}
	/* tab links */
	.blog-tab .nav-tabs > li > a {
		line-height: 10px;
	}

	.blog-tab .nav-tabs > li > a {
		line-height: 14px;
		font-size: 14px;
	}

/*================== blog-category ===============*/
.blog-category {
	margin-top: 60px;
}

/*================= blog-adds ==================*/
.blog-adds {
	margin-top: 60px;
}

	.blog-adds img {
		padding: 3px;
		border: 1px solid #e0e0e0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		background-color: #fff;
		-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

		.blog-adds img:hover {
			border: 1px solid #aaa;
		}


/*================= blog-twitter ===================*/
.blog-twitter {
	margin-top: 60px;
}


/*=========================== table-compare ===================*/

.table-compare th,
.table-compare td {
	margin: 0;
	padding: 12px 14px;
}

.table-compare td {
	border-left: 1px dotted #d2d2d2;
}

.table-compare tr:last-child td {
	background-image: none;
	/*background:none;*/
}

.table-compare td.aligned-color {
	background-color: #f1f1f1;
	text-align: right;
	border-left: none;
}
/* price */
.table-compare td.price {
	font-weight: 700;
	font-size: 14px;
	color: #666;
}

	.table-compare td.price .strike-through {
		color: #999;
		text-decoration: line-through;
		margin-right: 3px;
	}
/* rate */
.table-compare td .rating {
	list-style: none;
	margin: 0;
	padding: 0;
}

	.table-compare td .rating li {
		margin: 0 -2px;
		padding: 0;
		display: inline-block;
	}

	.table-compare td .rating i.star-on {
		width: 17px;
		height: 17px;
		display: block;
		background: url('../img/star-on.png') no-repeat left top;
	}

	.table-compare td .rating i.star-off {
		width: 17px;
		height: 17px;
		display: block;
		background: url('../img/star-off.png') no-repeat left top;
	}


/*==================== my-account ===================*/
.my-account {
	margin-top: 24px;
	list-style: none;
}

	.my-account li {
		border-bottom: 1px dotted #d6d6d6;
	}

		.my-account li a {
			font-weight: 600;
			padding: 6px 0 6px 6px;
			display: block;
		}

			.my-account li a:hover {
				background-color: #f0f0f0;
			}

			.my-account li a:active {
				background-color: #e7e7e7;
			}

			.my-account li a.active {
				color: #f16325;
				cursor: default;
			}


/*================= categories ================*/

.categories ul.unstyled {
	margin-top: 24px;
}

	.categories ul.unstyled li {
		border-bottom: 1px dotted #d6d6d6;
	}

		.categories ul.unstyled li:last-child {
			border: none;
		}

		.categories ul.unstyled li a {
			font-weight: 600;
			padding: 6px 0 6px 6px;
			display: block;
		}

			.categories ul.unstyled li a:hover {
				background-color: #f0f0f0;
			}

			.categories ul.unstyled li a:active {
				background-color: #e7e7e7;
			}

			.categories ul.unstyled li a:hover.active {
				background: none !important;
			}

	/* submenu */
	/*================= categories ================*/

	.categories ul.unstyled ul.submenu {
		padding: 12px;
		margin: 0 0 6px 0;
		list-style-type: square;
		background-color: #f0f0f0;
		border: 1px solid #e7e7e7;
	}

		.categories ul.unstyled ul.submenu li {
			margin: 0 0 0 18px;
			padding: 0;
		}

			.categories ul.unstyled ul.submenu li a {
				padding: 4px 0;
				font-weight: 400;
				font-size: 11px;
			}

				.categories ul.unstyled ul.submenu li a.active:hover {
					background-color: none;
				}


/*========================= checkout-outer ======================*/
.checkout-outer {
	margin-bottom: 6px;
	border: 1px solid #e0e0e0;
}

	.checkout-outer hr {
		padding: 0;
		border: 0;
		height: 1px;
		margin: 18px 0;
		background: url('../img/dottedBorder.png') repeat-x left top;
	}
	/* checkout-header */
	.checkout-outer .checkout-header {
		padding: 6px 0 6px 14px;
		border-bottom: 1px solid #e0e0e0;
		background: #f3f3f3;
		background: -moz-linear-gradient(top, #f3f3f3 0%, #e9e9e9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e9e9e9));
		background: -webkit-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: -o-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: -ms-linear-gradient(top, #f3f3f3 0%,#e9e9e9 100%);
		background: linear-gradient(to bottom, #f3f3f3 0%,#e9e9e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e9e9e9',GradientType=0 );
	}
	/* checkout-content */
	.checkout-outer .checkout-content {
		padding: 18px;
	}


/*================= twitter ===================*/
.tweet ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

	.tweet ul li {
		margin: 24px 0 0 0;
		padding: 0 0 0 36px;
		background: url('../img/tweetIcon.png') no-repeat left 5px;
	}

/*================= table-receipt =================*/
.table-receipt {
	margin: 60px 0 0 0;
}

	.table-receipt td {
		padding: 8px 0;
	}

		.table-receipt td.alignRight {
			text-align: right;
			padding-right: 12px;
		}

		.table-receipt td.alignLeft {
			text-align: left;
			padding-left: 12px;
		}

/*=================== account-list-outer ==================*/
.account-list {
	margin: 24px 0;
	padding: 0;
	border: 1px solid #e2e2e2;
	background: #f3f3f3;
	list-style: none;
}

	.account-list li {
		margin: 0;
		padding: 0;
	}

		.account-list li a {
			padding: 7px 18px;
			display: block;
			border-bottom: 1px dotted #d7d7d7;
		}

		.account-list li:last-child a {
			border: none;
		}

		.account-list li a:hover,
		.account-list li a:active {
			background-color: #efefef;
		}

.account-list-outer form {
	margin: 24px 0 0;
	padding: 18px;
	border: 1px solid #e2e2e2;
	background: #f3f3f3;
}

/*===================== register =====================*/
.register .form-horizontal {
	margin-top: 24px;
	padding: 0 0 12px;
	border: 1px solid #e0e0e0;
	border-top: none;
}

	.register .form-horizontal h4 {
		padding: 6px 0;
		margin-bottom: 14px;
		color: #404040;
		background-color: #f0f0f0;
		border: 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		font-size: 14px;
		text-transform: capitalize;
		line-height: 22px;
	}

	.register .form-horizontal hr {
		padding: 0;
		border: 0;
		height: 1px;
		margin: 30px 0 18px;
		background: url('../img/dottedBorder.png') repeat-x left top;
	}

/*=================== login =================*/
.login {
	/*border: 1px solid #e0e0e0;*/
}

	.login table td {
		padding: 24px;
		width: 50%;
	}

	.login table td {
		/*border-right: 1px solid #e0e0e0;*/
		vertical-align: top;
	}

		.login table td h3 {
			margin-bottom: 14px;
		}

		.login table td p {
			margin-bottom: 18px;
		}

/*====================== contact info ================*/
.contact-info address {
	margin: 18px 0;
	padding-bottom: 24px;
	background: url('../img/dottedBorder.png') repeat-x left bottom;
}

	.contact-info address h3 {
		margin-bottom: 8px;
	}

	.contact-info address h4 {
		margin-bottom: 6px;
	}

/*===================== google-map ===============*/
.google-map {
	padding: 3px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	background-color: #fff;
	-moz-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
}

	.google-map iframe {
		border: none;
		margin: 0;
		padding: 0;
	}

/*=================== contact-us-form =================*/
.contact-us-form {
	margin-top: 60px;
}

	.contact-us-form form {
		margin-top: 24px;
	}

		.contact-us-form form textarea {
			height: 120px;
		}

/*====================== search ================*/
.search form {
	margin-top: 24px;
}



/*# 6- side panel styling
============================================================================*/
/*=========== switcher ===========*/
.switcher {
	position: fixed;
	top: 60px;
	left: -205px; /*left:-166px;*/ /* Customized for Prodigix from -170 to -205 */
	z-index: 999999;
}

	.switcher h3 {
		width: 175px; /* Customized for Prodigix from 140 to 175 */
		padding: 0 15px;
		height: 30px;
		line-height: 30px;
		background: #555;
		color: #fff;
	}
/* the ancher link */
a.Widget-toggle-link {
	position: absolute;
	top: 0;
	right: -27px;
	text-align: center;
	line-height: 26px;
	height: 30px;
	width: 30px;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: #555;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 4px 4px 0;
}

	a.Widget-toggle-link:hover {
		text-decoration: none;
		color: #fff;
	}

/* switcher-content */
.switcher-content {
	position: relative;
	width: 175px; /* Customized for Prodigix from 140 to 175 */
	background: #fefefe;
	padding: 14px;
	border: 1px solid #e7e7e7;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

	.switcher-content h4 {
		margin-bottom: 12px;
	}
	/* layout-switch */
	.switcher-content .layout-switch {
		margin-bottom: 24px;
	}
	/* color-switch */
	.switcher-content .color-switch {
		margin-bottom: 18px;
	}

		.switcher-content .color-switch .color-switch-link {
			width: 22px;
			height: 22px;
			font: 0/0 a;
			display: block;
			float: left;
			margin: 0 6px 6px 0;
			cursor: pointer;
			background-color: transparent;
		}

			.switcher-content .color-switch .color-switch-link:last-child {
				margin-right: 0;
			}

			.switcher-content .color-switch .color-switch-link.active {
				cursor: default;
			}

			.switcher-content .color-switch .color-switch-link#orange-color {
				background-color: #f16325;
			}

			.switcher-content .color-switch .color-switch-link#blue-color {
				background-color: #206EA3;
			}

			.switcher-content .color-switch .color-switch-link#green-color {
				background-color: #009640;
			}

			.switcher-content .color-switch .color-switch-link#brown-color {
				background-color: #5d514b;
			}

			.switcher-content .color-switch .color-switch-link#pink-color {
				background-color: #e81863;
			}

			/* Custom Colors --- Michael C. */
			.switcher-content .color-switch .color-switch-link#turquoise-color {
				background-color: #31C4EF;
			}

			/* THIS COLOR HAS TO BE CHANGED MANUALLY IF YOU WANT THE PROPER COLOR TO SHOW IN THE THEME SELECTOR */
			.switcher-content .color-switch .color-switch-link#custom-color {
				background-color: #9C2CEF;
			}
	/* End Custom Colors */


	/* pattern-switch */
	.switcher-content .pattern-switch a {
		font: 0/0 a;
		width: 22px;
		height: 22px;
		display: block;
		float: left;
		margin: 0 6px 6px 0;
		cursor: pointer;
	}

		.switcher-content .pattern-switch a:hover {
			opacity: .7;
			-moz-opacity: .7;
			filter: alpha(opacity=70);
		}

.footer-contact {
	display: inline-block;
}

.ChkOut-Col-Hdr {
	display: none;
}

#pg-mng-mobile {
	display: none;
}


/*# 7- Media qauery styling for this file
=================================================================================*/
@media (max-width: 979px) {
	.mobileHide1 {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 979px) {

	/*vProductItems & vProductItemsTiny*/
	.vProductItems li .thumbImage,
	.vProductItemsTiny li .thumbImage {
		width: 70px;
	}

	/*brandList*/
	.brandList li {
		width: 170px;
	}

	/*footer*/
	footer .contactInfo button {
		display: none;
	}

	.mobileHide2 {
		display: none;
	}

	#pg-mng-mobile {
		display: block;
	}

	#pg-mng-desktop {
		display: none;
	}
	body {
		margin-bottom: 300px
	}

	.footer {
		height: 500px;
		bottom:0;
		position:absolute;

	}
}




@media (max-width: 480px) {

	/*brandList*/
	.brandList li {
		display: block;
		border-right: 0;
		float: none;
		text-align: center;
	}

		.brandList li a {
			margin: 0 auto;
			text-align: center;
		}

	/*product-details*/
	.product-details .product-inputs form .input-append .span1 {
		width: 60px;
	}

	/*product-tab*/
	.product-tab .nav-tabs > li {
		margin-right: 1px;
	}

		.product-tab .nav-tabs > li > a {
			padding-left: 6px;
			padding-right: 6px;
		}

		.product-tab .nav-tabs > li.dropdown > .dropdown-menu {
			left: -100% !important;
		}

	/* checkout */
	.checkout-content .login,
	.login {
		border: none !important;
	}

		.login .controls label{
			text-align: left;
			margin-left: 15px;
		}

		.checkout-content table td,
		.login table td {
			padding: 14px 0;
			display: block;
			text-align: center;
			border: none;
			width: 90%;
			border-bottom: 1px solid #e0e0e0;
		}

			.checkout-content table td:last-child,
			.login table td:last-child {
				border-bottom: none;
			}

	/* form-horizontal */
	form.form-horizontal .control-label {
		display: block;
		width: auto;
		float: none;
		margin-left: 14px;
	}

	form.form-horizontal .controls {
		margin-left: 14px;
		float: left;
	}

	.mobileHide4 {
		display: none;
	}

	#idSpecials {
		display: none;
	}

	#idRecentlyViewed {
		display: none;
	}

	/* cart-content */
	.middleHeader .pull-right.cart-content {
		right: -100%;
	}

	.cart-content {
		min-width: 250px;
	}

		/*cart-product-desc*/
		.cart-content .table-cart .cart-product-desc {
			width: 150px;
		}

	.hdr-cart-img {
		display: none;
	}

	#orderconfbtnspace {
		display: none;
	}
}



@media (max-width: 400px) {

	.hide-mobile {
		display: none !important;
	}

	.asItem {
		padding-bottom: 8px !important;
		margin: 5px 0 5px 0 !important;
	}
}


.thumbnailRelatedProductImage {
	min-height: 140px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	background-image: url(./img/newloader.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 20;
}

.modal-bootstrap {
	position: fixed;
	top: 10%;
	left: 50%;
	bottom: unset;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgb(0 0 0 / 30%);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}

.textarea-fill {
	width: 100%;
	min-height: 100px;
}

.star-ratings-css {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 14px;
	height: 18px;
	width: 75px;
	margin: 0;
	position: relative;
	padding: 0;
	text-shadow: 0px 1px 0 #a2a2a2;
}

.star-ratings-css-top {
	color: #f8d816;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}

.star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}

.SponsorInfo {
	font-size: 12px;
	padding: 0px 10px 5px 5px;
	display: inline-block;
	vertical-align: top;
	color: #6b6b6b;
}

/*************** STANDARD TABLES **************/
/*************** tables.html ******************/

.stdtable {
	width: 100% !important;
}

	.stdtable .con0 {
		background: #fcfcfc;
	}

	.stdtable .con1 {
		background: #f9f9f9;
	}

	.stdtable th, .stdtable td {
		line-height: 16px;
		vertical-align: middle;
	}

	.stdtable thead th, .stdtable thead td {
		padding: 3px 10px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	.stdtable tfoot th, .stdtable tfoot td {
		padding: 3px 10px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

		.stdtable thead th:first-child, .stdtable tfoot th:first-child,
		.stdtable thead td:first-child, .stdtable tfoot td:first-child {
			border-left: 1px solid #ddd;
		}

		.stdtable thead th.head0, .stdtable tfoot th.head0, .stdtable thead td.head0, .stdtable tfoot td.head0 {
			background-color: #eee;
		}

		.stdtable thead th.head1, .stdtable tfoot th.head1, .stdtable thead td.head1, .stdtable tfoot td.head1 {
			background-color: #ddd;
		}

	.stdtable thead th.sorting, .stdtable thead td.sorting {
		background-image: url(../images/sort_both.png);
		background-repeat: no-repeat;
		background-position: right 3px;
	}

	.stdtable thead th.sorting_asc, .stdtable thead td.sorting_asc {
		background-image: url(../images/sort_asc.png);
		background-repeat: no-repeat;
		background-position: right 4px;
	}

	.stdtable thead th.sorting_desc, .stdtable thead td.sorting_desc {
		background-image: url(../images/sort_desc.png);
		background-repeat: no-repeat;
		background-position: right 4px;
	}

	.stdtable thead td {
		font-weight: bold;
	}

		.stdtable thead td.center {
			text-align: center;
		}

	.stdtable tbody tr td {
		padding: 3px 10px;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	.stdtable tbody tr:last-child td {
		border-bottom: 1px solid #ccc;
	}

	.stdtable tbody tr td:first-child {
		border-left: 1px solid #ddd;
	}

	.stdtable tbody tr td:last-child {
		border-right: 1px solid #ddd;
	}

	.stdtable tbody tr:hover td, .stdtable tbody tr.selected td {
		background-color: #fffccc;
		color: #333;
	}

	.stdtable tbody tr.nohover:hover td {
		background: none repeat scroll 0 0 transparent;
		color: #333;
	}

	.stdtable tbody tr.togglerow td {
		background: #fff;
	}

	.stdtable tbody tr.togglerow:hover td {
		background: #fff;
	}

	.stdtable tbody tr.hiderow {
		display: none;
	}

	.stdtable tbody tr.even.row_selected td {
		background-color: #9FAFD1;
	}

	.stdtable tbody tr.odd.row_selected td {
		background-color: #9FAFD1;
	}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}


.autoshipbutton {
	margin-top: 5px;
	color: #fff;
	background-color: #0094ff !important;
	font-size: 18px;
	height: auto;
	text-align: center;
	cursor: pointer;
	line-height: 15px;
	max-width: 200px;
}

.standardbutton {
	margin-top: 5px;
	color: #fff;
	background-color: #ff2828 !important;
	font-size: 18px;
	height: auto;
	text-align: center;
	cursor: pointer;
	line-height: 20px;
	max-width: 200px;
}

.autoshipcontinuesetup {
	color: #fff;
	background-color: #0094ff !important;
	font-size: 14px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.autoshipcancelsetup {
	color: #fff;
	background-color: #ff2828 !important;
	font-size: 14px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}


.currentlyautoshipbutton {
	color: #666;
	background-color: #fff !important;
	font-size: 12px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.currentlyonttimebutton {
	color: #666;
	background-color: #fff !important;
	font-size: 12px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.column {
	float: left;
	width: 80%;
}

.columnright {
	margin-right: auto !important;
	float: right !important;
	width: 20%;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
   -webkit-appearance: inner-spin-button !important;
}




/* Omnisend product picker fixes */
#omnisend-addButton, 
#omnisend-removeButton {
	width: 51px;
}

#omnisend-saveButton {
	width: 41px;
}

#omnisend-clearButton {
	width: 27px;
}

.catprimary3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.thumbnail2 {
	display: block;
	padding: 4px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto;
	background-color: #000;
	padding: 12px;
}

.grid-item {
	display: inline-flex;
	color: #fff;
	background-color: #000;
	padding: 12px;
	font-size: 20px;
	text-align: left;
}

.thumbnail {
	border:none;
	box-shadow:none;
}


.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	display: grid;
	grid-template-columns: 370px;
	grid-template-rows: 3em auto auto;
}

	.sidenav a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		display: block;
		transition: 0.3s;
	}

		.sidenav a:hover {
			color: #f1f1f1;
		}

	.sidenav .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}

		.sidenav a {
			font-size: 18px;
		}
}

.sidecar__header {
	display: flex;
	justify-content: space-between;
	align-content: center;
	text-align: center;
	padding: 1rem;
}

.login__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: right;
	padding: 25px 20px 25px 20px;
	border-bottom: 1px solid var(--popup-menu-border-color);
}

	.login__header span {
		font-size: 23px;
		text-align: left;
	}

.sidecar {
	position: absolute;
	max-width: 40rem;
	min-width: 35rem;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	top: 0;
	right: 0;
	background: #fff;
	color:#000;
}

.sidecar__cart-items {
	margin: 0 24px;
	-webkit-align-self: start;
	align-self: start;
	max-height: 65vh;
	overflow-y: auto;
	overflow-x: hidden !important;
	color:#000;
}


.cart-item {
	display: grid;
	grid-template-columns: 29rem 2rem;
	margin: 3rem 2rem;
	max-width: 40rem;
}

	.cart-item p {
		margin: 0;
		font-size: 1.6rem;
		line-height: 2rem;
	}

.cart-item__qty {
	display: grid;
	grid-template-columns: repeat(4,auto);
	width: 10rem;
	font-size: 1.4rem;
	color: #b8b8b8;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	margin: 0;
}

.cart-item__col-2 {
	justify-self: end;
	text-align: end;
	display: grid;
}

.sidecar__actions {
	-webkit-align-self: end;
	align-self: end;
}

.sidecar__actions--subtotal {
	/*
	color: #000;
	background: #b9b9b9;
	*/
	color: var(--popup-menu-subtotal-color);
	background: var(--popup-menu-subtotal-bg-color);
	padding: 18px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.sidecar__actions a.sidecar__actions--checkout {
	padding: 1rem 0;
	color: var(--popup-menu-checkout-color);
	background: var(--popup-menu-checkout-bg-color);
	text-align: center;
	font-size: 22px;
	font-weight: 100;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 41px;
	line-height: 40px;
}

	.sidecar__actions a.sidecar__actions--checkout:hover {
		color: var(--popup-menu-checkout-color);
	}

	.cart-pv {
		font-size: .6rem;
		font-weight: 700;
	}

.mobile-menu-nav {
	z-index: 1000;
	background-color: var(--popup-menu-bg-color);
	color: var(--popup-menu-color);
	display: none;
}

	.mobile-menu-nav a {
		color: var(--popup-menu-color);
	}

.mobile-menu-right {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
}

.mobile-menu-nav-header {
	display: flex;
	color: var(--popup-menu-header-color);
	background-color: var(--popup-menu-header-bg-color);
	justify-content: space-between;
	align-items: center;
	padding: 20px 15px;
	font-size: 23px;
	border-bottom: 1px solid var(--popup-menu-border-color);
}

.mobile-menu-nav-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
	.mobile-menu-nav-list li {
		margin: 0px 20px 0px 20px;
		padding: 10px 0px;
		border-bottom: 1px solid var(--popup-menu-border-color);
	}

.vertical-center {
	min-height: 60px; /* Fallback for browsers do NOT support vh unit */
	display: flex;
	align-items: center;
}


.checkout-delivery {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.checkout-product-title {
	padding-bottom: 8px;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	font-size: 12px;
}



.sidenavcart {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	color: var(--popup-menu-color);
	background-color: var(--popup-menu-bg-color);
	overflow-x: hidden;
	transition: 0.5s;
	display: grid;
	grid-template-columns: 370px;
	grid-template-rows: 3em auto auto;
}

	.sidenavcart a {
		/*padding: 8px 8px 8px 32px;*/
		text-decoration: none;
		font-size: 16px;
		display: block;
		transition: 0.3s;
		text-transform: uppercase;
		font-weight: 600;
		color: var(--popup-menu-color);
	}

		.sidenavcart a:hover {
			color: #f1f1f1;
		}

	.sidenavcart .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

.cart-product-title {
	word-wrap: break-word;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-size: 18px;
	font-weight: 600;
}

.cart-product-qty {
	text-align: left;
	color: var(--popup-menu-qty-color);
	font-size: 14px;
}

.sidenavlogin {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	background-color: var(--popup-menu-bg-color);
	color: var(--popup-menu-color);
	overflow-x: hidden;
	transition: 0.5s;
	display: grid;
	grid-template-columns: 370px;
	grid-template-rows: 3em auto auto;
}

	.sidenavlogin a {
		text-decoration: none;
		font-size: 18px;
		display: block;
		transition: 0.3s;
		color: var(--popup-menu-color);
	}

		.sidenavlogin a:hover {
			color: var(--popup-menu-color);
			text-decoration: none;
		}

	.sidenavlogin .closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

.sidenavmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidenavmenu {
	color: #111;
}

.sidenavmenu .category-ul {
	font-size: 18px;
	font-weight: normal;
}

	.sidenavmenu .category-ul li {
		padding: 10px 20px;
	}

.sidenavmenu li.category-parent {
	padding-bottom: 0px;
}

.sidenavmenu .category-ul a {
	display: block;
}

.sidenavmenu .subcategory-ul {
	margin-top: 10px;
}

.sidenavmenu .subcategory-ul > li {
}

.sidenavmenu .subcategory-ul a {
	display: block;
}

#mainContainer > .container {
	margin-top: 40px;
}

.logo {
	background-color: #000;
	color: #fff;
	width: 20%;
}

.footer div ul li a {
	color: var(--footer-color);
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
	width: 100%;
	position: absolute;
	height: 270px;
	color: var(--footer-color);
	background-color: var(--footer-bg-color);
	bottom: 0;
}


	.footer .col {
		width: 33%;
		height: auto;
		float: left;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 0px 20px 20px 20px;
	}

		.footer .col h1 {
			margin: 0;
			padding: 0;
			font-size: 12px;
			line-height: 17px;
			padding: 20px 0px 5px 0px;
			color: rgba(255,255,255,0.2);
			font-weight: normal;
			text-transform: uppercase;
			letter-spacing: 0.250em;
		}

		.footer .col ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}

			.footer .col ul li {
				font-size: 18px;
				font-weight: 100;
				padding: 5px 0px 5px 0px;
				cursor: pointer;
				transition: .2s;
				-webkit-transition: .2s;
				-moz-transition: .2s;
			}

.social ul li {
	display: inline-block;
	padding-right: 5px !important;
	width: 40px;
}

	.footer .social ul li a {
		font-size: 40px;
	}
/*
	.footer .col ul li:hover {
	  color: #ffffff;
	  transition: .1s;
	  -webkit-transition: .1s;
	  -moz-transition: .1s;
	}
	*/


@media (max-width: 1280px) {
	.logo {
		width: 20%;
	}

	.contain {
		width: 1200px;
		margin: 0 auto;
	}

	.footer {
		height: 310px;
	}

	.showcustomerheader {
		margin-top: 242px;
		margin-bottom: 370px;
	}
}

@media (max-width: 1139px) {
	.logo {
		width: 30%;
	}

	.contain .social {
		width: 1000px;
		display: block;
	}

	.social h1 {
		margin: 0px;
	}

	body {
		margin-bottom: 390px;
	}

	.footer {
		height: 300px;
	}

	.showcustomerheader {
		margin-top: 242px;
		margin-bottom: 370px;
	}

}

@media (max-width: 990px) {
	.footer{
		height: 430px;
	}

	.showcustomerheader {
		margin-top: 240px;
		margin-bottom: 390px;
	}
	
}

@media  (max-width: 950px) {
	.logo {
		width: 30%;
	}

	.footer .col {
		width: 33%;
	}

		.footer .col h1 {
			font-size: 14px;
		}

		.footer .col ul li {
			font-size: 13px;
		}

	.mobile-padding {
		padding-left: 20px;
		padding-right: 20px;
	}


	body {
		margin-bottom: 400px;
	}

	.footer {
		height: 390px;
		bottom: 0;
		position:absolute;
	}

	.showcustomerheader {
		margin-top: 240px;
		margin-bottom: 390px;
	}

}

@media (max-width: 768px) {
	input,
	select,
	textarea {
		width: 57%;
		height: 36px;
		font-size: 20px;
	}

	select {
		width: 60% !important;
	}

	input[type=checkbox] {
		width:auto;
	}

	body {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mobile-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

		.mobile-padding .product-set .product-title span {
			text-align: center;
			padding-top: 40px;
		}



	.product-title {
		text-align: center;
	}

	.checkout-delivery {
		margin-top: 20px;
		border-top: solid;
		border-width: 1px;
		border-color: #eee;
		padding-top: 20px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 20px;
	}

	.checkout-product-title {
		padding-bottom: 8px;
		padding-left: 15px;
		text-transform: uppercase;
		font-weight: 600;
		color: #000;
		font-size: 16px;
		text-align: center;
	}

	.table tr td.cart-table-image {
		max-width:200px;
	}

	.table tr td.cart-table-desc {

	}

	.table.table-full tr td {
		width: 100% !important;
		padding-left:0;
		padding-right:0;
		background:none;
	}

	footer .container {
		width:95%;
	}
}

@media (max-width: 767px) {

	/*body*/
	body {
		padding: 0px;
		background: #fff !important;
	}

	.footer {
		height: 370px;
	}

	#mainContainer {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}

	/*upperHeader*/
	/*
	.upperHeader select.upper-nav {
		display: block;
		margin-top:-23px;
		margin:5px auto 10px;
	}
	.middleHeader select.upper-nav {
		display: block;
		margin-top:-23px;
		margin:5px auto 10px;
	}
*/
	.upperHeader p {
		text-align: center;
	}

	.upperHeader .inline {
		display: none;
		margin: 0 auto;
	}

	/* middleHeader */
	.middleHeader .middleContainer {
		padding: 0;
		/* This changes background positioning on the Header -- May need to be customized for various client logos */
		/*background-position:50% 10%;*/
		background: none;
		background-size: contain;
	}

	.middleHeader .siteLogo {
		background: url('../img/logo.png') no-repeat;
		background-size: contain;
		background-position: center;
		float: none;
		margin: 10px 0;
	}

		.middleHeader .siteLogo h1 a {
			margin: 0 auto;
		}

	.middleHeader .pull-right {
		float: none;
		padding: 4px 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		margin: 0 auto 10px;
		text-align: center;
		background: #eee;
	}

		.middleHeader .pull-right form {
			margin: 0;
		}

	/*brandList*/
	.brandList li {
		width: 160px;
	}

	/*account-list-outer*/
	.account-list-outer {
		margin-bottom: 42px;
	}

	/*blog-search*/
	.blog-search {
		clear: both;
		margin-top: 42px;
	}

	/*. table */
	.table {
		margin-bottom: 24px;
	}

		.table tr {
			width: 100%;
		}

			.table tr td, .table tr th {
				display: list-item;
				list-style: none;
				padding-left: 20px;
				padding-right: 20px;
				width: 260px !important;
				text-align: center !important;
				float: none !important;
			}

	.cart-accordion {
		margin-top: 0px;
		margin-bottom: 0;
	}

	.table-receipt {
		margin: 15px 0 0 0;
	}

		.table-receipt td.alignRight {
			display: table-cell;
			text-align: right !important;
			padding-right: 12px !important;
			width: 130px !important;
		}

		.table-receipt td.alignLeft {
			display: table-cell;
			text-align: left !important;
			padding-left: 12px !important;
			width: 110px !important;
		}


	#productSlider {
		/*display: none;*/
	}

	/*product-aside*/
	#product-aside {
		display: none;
	}

	/****** Customized for Prodigix -- Michael Culletto ******/
	.pagination ul li.mobileHide {
		display: none;
	}

	.pagination ul > li.mobileShow > a, .pagination ul > li.mobileShow > span {
		border-bottom-left-radius: 4px;
		border-left-width: 1px;
		border-top-left-radius: 4px;
	}

	.mobileHide3 {
		display: none;
	}

	#mobileImgLink {
		height: inherit;
	}

	#mobileImg {
		height: inherit;
	}

	.footer-contact {
		display: block;
	}

	#idSpecials {
		display: none;
	}

	#idRecentlyViewed {
		display: none;
	}

	.ChkOut-Col-Hdr {
		display: inline-block;
	}

	.ChkOut-Tbl-Hdr {
		display: none;
	}

	#pg-mng-mobile {
		display: block;
	}

	#pg-mng-desktop {
		display: none;
	}

	#orderconfbtnspace {
		display: none;
	}


	.showcustomerheader {
		margin-top: 140px;
		margin-bottom: 290px;
	}

	#oForm img {
		display: block;
		margin: auto;
	}
}

@media (max-width: 500px) {
	.controls {
		width:100%;
	}

	.logo {
		width: 50%;
	}

	.footer .col {
		width: 50%;
	}

		.footer .col h1 {
			font-size: 14px;
		}

		.footer .col ul li {
			font-size: 13px;
		}

		.footer .col .social {
			padding-left: 40px;
		}

	.mobile-padding {
		padding-left: 20px;
		padding-right: 20px;
	}



	.footer {
		height: 440px;
		bottom: 0;
		position: absolute;
	}


	.showcustomerheader {
		margin-top: 170px;
		margin-bottom: 380px;
	}

}

@media (max-width: 340px) {
	.logo {
		width: 50%;
	}

	.mobile-padding {
		padding-left: 20px;
		padding-right: 20px;
	}


	.footer .col {
		width: 100%;
	}

		.footer .col .social {
			padding-left: 40px;
		}

	body {
		margin-bottom: 580px;
		margin-top: 220px;
	}

	.footer {
		height: 580px;
		bottom: 0;
		position: absolute;
	}
}

html {
	position: relative;
	min-height: 100%;
}



.ui-dialog {
	z-index: 2000 !important;
}

.checkout-title {
	font-size:20px;
	font-weight:700;
	padding-bottom:5px;
}

.checkout-change {
	font-size: 10px;
	font-weight: 600;
	text-transform:uppercase
}

.cart-table-image {
	width:150px;
}

.cart-table-desc {
	text-align: left;
}



.dataTables_length, .dataTables_paginate {
	background: #fff !important;
	border: none;
}

.dataTables_wrapper select {
	background:#fff;
}

a.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	color: initial;
}

.ui-dialog-buttonset button.ui-button {
	border: 1px solid var(--btn-primary-bg-color);
	color: var(--btn-primary-color);
	background: var(--btn-primary-bg-color);
}

.ui-dialog-titlebar {
	border:none;
}

.ui-corner-all {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

span3 {
	width:33.33%;
}
span9{
	width:66.99%;
}

.repnav {
	color: var(--header-sponsor-color);
	background: var(--header-sponsor-bg-color);
	padding: 5px 0 5px 0;
	border-bottom: .3rem solid var(--header-sponsor-border-color);
	grid-column: 1/4;
	width: 100%;
	min-height:70px;
}

.repnav__content {
	display: grid;
	grid-template-columns: 1fr 10rem auto auto;
	grid-gap: 0 1rem;
	gap: 0 1rem;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	justify-items: right;
}

	.repnav__content img {
		width: 3.5rem;
		border-radius: .5rem;
	}

	.repnav__content i {
		font-size: 55px;
		color: var(--header-sponsor-icon-color);
	}

	.repnav__content .spon-ref {
		color: var(--header-sponsor-color);
		font-size: 12px;
	}

	.repnav__content .spon-name {
		color: var(--header-sponsor-color);
		font-weight: 700;
	}

	.repnav__content .spon-email {
		color: var(--header-sponsor-color);
		font-size: 14px;
	}

	.freeshipping {
		margin: auto;
		border: 5px solid #000;
		padding: 10px;
		border-radius: 8px;
		text-align: center;
		background-color: #000;
		color: #fff;
		font-size: 24px;
		font-weight: 500;
		margin-bottom:20px;
		height:auto;
		line-height:26px;
	}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu {
	width: 100%;
	/*color: #000000;*/
}

	#cssmenu ul ul {
		display: block;
	}

	#cssmenu > ul > li.active > ul {
		display: block;
	}

.align-right {
	float: right;
}

#cssmenu > ul > li > a {
	padding: 8px 0px;
	cursor: pointer;
	z-index: 2;
	font-size: 20px;
	text-decoration: none;
	/*color: #000000;
	background: #ffffff;*/
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	color: var(--color)
}


#cssmenu > ul > li > a:hover {
	/*color: #bababa;*/
}

#cssmenu ul > li.has-sub > a:after {
	position: absolute;
	right: 26px;
	top: 10px;
	z-index: 5;
	display: block;
	height: 10px;
	width: 2px;
	/*background: #000000;*/
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub > a:before {
	position: absolute;
	right: 22px;
	top: 14px;
	display: block;
	width: 10px;
	height: 2px;
	/*background: #000000;*/
	content: "";
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

#cssmenu ul > li.has-sub.open > a:after,
#cssmenu ul > li.has-sub.open > a:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#cssmenu ul ul li a {
	padding: 5px 11px 5px 11px;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	/*color: #000000;
	background: #ffffff;*/
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	color: var(--color)
}

#cssmenu ul ul ul li a {
	padding-left: 41px;
}

#cssmenu ul ul li a:hover {
	/*color: #b2b2b2;*/
}

#cssmenu ul ul > li.has-sub > a:after {
	top: 8px;
	right: 26px;
	/*background: #000000;*/
}

#cssmenu ul ul > li.has-sub > a:before {
	top: 12px;
	/*background: #000000;*/
}

/********************/
/* Utility Classes */
/******************/

.ml-0 {
	margin-left: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}


.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}


input.sponSrchInput[type='text'] {
	width: 100%;
	padding: 0px;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-flag {
	font-size: 20px;
	display: inline;
}

.dropdown-menu-flag {
	background-color: white;
	padding: 0px;
}
	.dropdown-menu-flag a {
		background-color: white;
		display: flex;
		align-items: center;
		text-decoration: none;
		color: black;
		padding: 15px 5px;
	}

		.dropdown-menu-flag a:hover {
			background-color: #ebf3f5;
		}