/* Add here all your CSS customizations */

.BLindexZUp{z-index:5;}
.BLindexZUp2{z-index:6;}
.BLindexZDown{z-index:-1;}



/*by Bill*/

html #header.header-Pro-transparent {
	min-height: 0 !important;
	width: 100%;
	/*position: absolute;*/
}

html #header.header-Pro-transparent .header-body {
	/*position: relative;*/
	
	position:relative;
	top: 50px;
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	/*box-shadow: none;*/
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

html #header.header-Pro-transparent .header-body:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	border-bottom: 0;
	opacity: 0.9;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

/*by Bill*/





#header .header-search .Unext-form-control {
	margin-top:2px;
}
#header .header-search .Unext-fa-search {
	margin-top:5px;
}

#header .Unext-header-search {
	display: none;
}

/*.Unext-Pright { margin-right:30px;}
.Unext-Ptop { margin-top:150px; }
.Unext-Pbottom { margin-bottom:30px; }
*/
.Unext-Vcode { min-width:255px; width:255px; margin-right:30px; margin-top:150px; }
.Unext-Vcode-xs{ min-width:255px; width:255px; margin-right:30px; margin-top:10px; }
.Unext-CartButton {  margin-top:10px; margin-right:30px; margin-bottom:30px; }
.Unext-ConButton {  margin-top:10px; }

ol.circle {list-style-type:circle;}
ol.disc {list-style-type:disc; margin-left:-20px; margin-top:-20px;}
ol.square {list-style-type:square;}

.labelShadow{text-shadow: 1px 1px 3px #555;}