#pinfo-left{position:relative;}

/* product reviews */
.info-rating {
	margin-bottom: 12px;
	margin-top: -18px;
}

	.rating-wrap--details {
		overflow: hidden;
		position:relative;
	}

	.rating-wrap--details .nmx-rating-wrap {
		float: right;
		margin-bottom: 0;
	}

	.rating-wrap--details .review-stars {
		font-size: 21px;
	}

	.rating-wrap--details .review-qty {
		/*vertical-align: middle;*/
		margin: 0;
		float: right;
		margin-right: 5px;
		line-height: 1.75em;
	}
	
.nmx-product-badge{position:absolute; top:0; left:0;}

	.nmx-product-badge {
			position: absolute;
			left:0;
			/*z-index: 1;*/
		}
			
			.nmx-product-badge span {
				border: 2px solid #fff;
				border-left: none;
				border-top: none;
				float: left;
				color: #fff;
				font-size: 14px;
				font-weight: bold;
				height: 24px;
				line-height: 22px;
				padding: 0 10px;
				vertical-align: top;
			}

			.nmx-product-badge .badge-sale {
				background: #d81f26;
			}

			.nmx-product-badge .badge-new {
				background: #3b859e;
			}

			.nmx-product-badge .badge-free {
				background: #2e3233;
			}

		.nmx-products-list *:not(.nmx-product-badge) + .nmx-product-image {
			margin-top: 5px;
		}
		

/* quantity */
	.qty-box {
		display: table;
		float:left;
	}

	.qty-box > * {
		display: table-cell;
	}

	.qty-wrapper input[type="text"] {
		width: 60px !important;
		margin: 0;
		text-align: center;
	}

	.qty-box .btn,
	.qty-box .btn.is-disable:hover {
		border: 1px solid rgba(0, 0, 0, 0.3);
		border-radius: 2px 0 0 2px;
		background: #f6f6f3;
		color: #959694;
		height: 30px;
		width: 30px;
		font-size: 20px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		opacity: 1;
	}
#cartAdd input[type="text"] {
border: 1px solid rgba(0, 0, 0, 0.3);
}
	.qty-box .btn-descrease {
		border-right: none;
	}

	.qty-box .btn-increase {
		border-radius: 0 2px 2px 0;
		border-left: none;
	}

	.qty-box .btn.is-disable {
		opacity: 0.7;
		cursor: default;
	}

	.qty-box .btn:hover,
	.qty-box .btn:focus {
		background: #e4e4e4;
		opacity: 1;
	}

		.qty-box .btn > span {
			position: relative;
			top: 2px;
		}

	.qty-box .in-stock {
		padding-left: 20px;
		font-size: 14px;
	}

	.qty-wrapper{
		float:left;
		width:30%;
		padding: 0px 0px 0px .5em;
		margin-left: .5em;
	}

	.qty-wrapper small {
		display: block;
		font-weight: normal;
		margin-top: 6px;
	}

	.qty-wrapper small br {
		display: block;
	}
#cartButWrapHR{width:96%;border-bottom:solid 1px #888; margin:2.25em auto; display:block;}
#productPrices{font-size:2.25em;}

#addToCartButton, #askAQuestionButton, .qty-wrapper, .navNextPrevList span{
	-webkit-transform: skew(-17deg, 0deg);
	-webkit-appearance: none;
	-moz-transform: skew(-17deg, 0deg);
	-ms-transform: skew(-17deg, 0deg);
	-o-transform: skew(-17deg, 0deg);
	transform: skew(-17deg, 0deg);
}
#addToCartButton, #askAQuestionButton{
	box-shadow: 4px 4px 0px rgba(0,0,0,0.20);
}
#productDescription strong, a.examplelink{color:#e8760c;}
#productName{font-size:2.75em;line-height: 1.25em;margin: 1.75em 0px;}

/*BOF Product Listings for Also purchased, XSell, etc when used below product description*/
.nmx-products-list{display:flex;flex-flow: row wrap;}
.nmx-products-list .nmx-product:nth-child(3n+1){
   
}

.nmx-products-list .nmx-product{
	float:left;
	width:30%;
	text-align:center;
	margin:1em auto;
	padding:8px 20px;
	border:solid 1px #CCC;
	
}
/*EOF Product Listings for Also purchased, XSell, etc*/

/*BOF Product Listings for XSell when used below additional images*/
#relatedWrapper{
	border: solid 1px #e8760c;
	margin: 0px .5em 1em .5em;
	border-radius: 4px;
}

#relatedHeader{
	margin:-14px 0px 0px 3em;
}

#relatedHeader div{
	padding: 4px 10px;
	background-color: #F1F1F1;
	border: solid 1px #e8760c;
	border-radius: 4px;
	font-size: 1.1em;
	width: auto;
	max-width: 60%;
	text-align: center;
	-webkit-transform: skew(-17deg, 0deg);
	-moz-transform: skew(-17deg, 0deg);
	-ms-transform: skew(-17deg, 0deg);
	-o-transform: skew(-17deg, 0deg);
	transform: skew(-17deg, 0deg);
	box-shadow: 4px 4px 0px rgba(0,0,0,0.20);
}

.relatedName{
	font-size:12px;
	max-height:40px;
	overflow:hidden;
	line-height: 100%; 
	/*bof text fade*/
	-webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
	/*eof text fade*/

}

#relatedUL{
	list-style:none;
	padding:0px;
	margin:0px 0px 1em 0px;
	display:flex;
	flex-wrap:wrap;
}
.relatedProduct{
	float:left;
	width:29%;
	margin: 4px auto;
	text-align:center;
	border:solid 1px #CCC;
	border-radius: 4px;
	padding: 0px 2px 2px 2px;
	margin-top: 1.75em;
}

#relatedUL li.relatedProduct a{
	padding:0px;
}

.relatedProduct img{
	max-width:50%;
	margin: 0px auto;
	display:block;
 
}


/*EOF Product Listings for XSell when used below additional images*/
