.aec-recommendations-row {
	display: none;
	float: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	width: 100%;
	z-index: 0;
}

#aec-recommendations.recs {
	background-color: #676767;
	border-radius: 0;
	margin: 30px auto 0;
	min-height: 365px;
	height: 365px;
	padding: 15px;
	position: relative;
	width: 100%;
}

.aec-recproduct a.image-cover {
	display: inline-block;
	min-height: 150px;
	margin-top: 10px;
	position: relative;
}

.aec-recproduct a.image-cover img.product-cover {
	left: 50%;
	max-height: 155px;
	max-width: 150px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
}

.aec-rec-tile {
	border-bottom: 3px solid #ccff66;
	color: #ccff66;
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 15px;
	text-transform: uppercase;
}

.aec-rec-tile i {
	border: 2px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin-right: 7px;
	padding: 4px;
}

#aec-recommendation-list .item {
	padding-top: 10px;
	min-height: 270px;
}

.item-details {
	display: none;
	background-color: #fff;
	border: 1px solid;
	left: 90px;
	padding: 20px;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 9999;
	height: 250px;
}

.item {
	height: 100%;
	/*min-height: 1px;*/
	min-height: 215px;
	position: relative;
}

.slick-track {
	overflow: visible;
}

#aec-recommendation-list {
	display: none;
}

.aec-recproduct {
	display: block;
	text-align: center;
}

.product-title {
	border-bottom: 1px solid #6b1519;
	font-size: 14px;
	margin: 10px;
	overflow: hidden;
	padding: 5px 0 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-title>a {
	color: #6b1519;
	font-weight: 700;
	padding: 0;
}

.product-title>a:hover {
	color: #6b1519;
}

.product-cover {
	margin: 0 auto;
}

.slick-dots button {
	background-color: rgba(0, 0, 0, 0.67) !important;
	border-radius: 50%;
	color: #fff !important;
	font-size: 12px !important;
}

.slick-dots>li {
	margin: 5px !important;
}

#aec-universal-overlay {
	display: none;
	position: absolute;
	width: 220px;
	height: 240px;
	z-index: 999;
}

#aec-universal-overlay.offset-y-top,
#aec-universal-overlay.offset-y {
	height: 240px;
	width: 220px;
}

#aec-universal-overlay .pointer {
	position: absolute;
	top: 85px;
	left: -20px;
	height: 40px;
	background: url("/customers/ccmusic/img/arrow-rec.svg") no-repeat scroll right center transparent;
}

#aec-universal-overlay.offset-x .pointer {
	background: url("/customers/ccmusic/img/arrow-rec-right.svg") no-repeat scroll left center transparent !important;
	top: 85px;
	left: 220px;
}

#aec-universal-overlay.offset-y-top .pointer {
	background-position: right center;
	left: 25px;
	top: 230px;
	transform: rotateZ(270deg);
	-webkit-transform: rotatez(270deg);
	-ms-transform: rotatez(270deg);
	-moz-transform: rotatez(270deg);
}

#aec-universal-overlay.offset-y .pointer {
	left: 25px !important;
	top: -28px;
	transform: rotatez(90deg);
	-webkit-transform: rotatez(90deg);
	-ms-transform: rotatez(90deg);
	-moz-transform: rotatez(90deg);
}

#aec-universal-overlay.offset-y.offset-x .pointer {
	left: 212px !important;
	top: -20px;
	background-size: 20px 20px !important;
	transform: rotatez(-40deg);
	-webkit-transform: rotatez(-40deg);
	-ms-transform: rotatez(-40deg);
	-moz-transform: rotatez(-40deg);
}

#aec-universal-overlay.offset-y-top.offset-x .pointer {
	left: 210px !important;
	top: 220px;
	background-size: 20px 20px !important;
	transform: rotatez(-40deg);
	-webkit-transform: rotatez(40deg);
	-ms-transform: rotatez(40deg);
	-moz-transform: rotatez(40deg);
}

/* .details-content {
	color: #d1d2d4;
	background-color: #676767;
	border: 1px solid #ccff66;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
	display: block;
	position: relative;
	height: 240px;
	padding: 0;
	width: 220px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	font-size: 12px;
} */

.details-content {
	color: #000000;
	background-color: #f5f5f5;
	border: 1px solid #6b1519;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	/* box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3); */
	/* -moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3); */
	/* -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); */
	display: block;
	position: relative;
	height: 240px;
	padding: 0;
	width: 220px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	font-size: 12px;
}

.details-content * {
	padding: 0 10px;
}

.reconext,
.recoprev {
	position: absolute;
	top: 40%;
	z-index: 1;
	display: none;
}

.reconext {
	right: 12px;
}

.recoprev {
	left: -12px;
}

.reconext>a {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.recoprev>a {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.reconext>a,
.recoprev>a {
	background-color: transparent;
	display: block;
	padding: 12px;
	width: 40px;
	z-index: 9999;
	color: #ccff66;
	opacity: 1;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
}

.reconext>a i,
.recoprev>a i {
	font-size: 30px;
	position: relative;
}

.reconext a i {
	left: -5px;
}

.recoprev a i {
	left: -5px;
}

.reconext>a i:before {
	content: "\f823" !important;
}

.recoprev>a i:before {
	content: "\f824" !important;
}

.reconext>a:hover,
.reconext>a:active,
.reconext>a:focus,
.recoprev>a:hover,
.recoprev>a:active,
.recoprev>a:focus {
	opacity: 1;
	color: #ccff66;
	/* text-shadow: 0 0 4px #ccff66 !important;
	-webkit-text-shadow: 0 0 4px #ccff66 !important; */
}

#aec-recommendation-list .owl-controls {
	position: absolute;
	right: 0;
	top: -40px;
}

@media (min-width: 521px) and (max-width: 1920px) {
	#aec-recommendation-list .owl-controls {
		right: 0;
	}
}

#aec-recommendation-list .owl-page {
	background-color: #512e35;
	border: medium none;
	color: #d1d2d4;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1em;
	margin-right: 4px;
	padding: 8px 10px 6px;
}

#aec-recommendation-list .owl-pagination {
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#aec-recommendation-list .owl-page:hover {
	background-color: #512e35;
	box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	color: #d1d2d4;
}

#aec-recommendation-list .owl-page.active,
#aec-recommendation-list .owl-page:focus {
	background-color: #512e35;
	border: medium none;
	box-shadow: 0 2px 2px #ccff66 inset, 2px 0 2px #ccff66 inset, 0 0 2px 2px #ccff66 inset;
	color: #d1d2d4;
	font-size: 14px;
}

#aec-recommendation-list .owl-page {
	border-radius: 0px;
}

.aec-recInfoH {
	height: auto;
	min-height: 45px;
}

.aec-rectitle {
	margin-bottom: 0;
	margin-top: 4px;
	padding: 5px 5px 0;
}

#aec-recommendations .item .aec-price {
	bottom: 0;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
	position: absolute;
	width: 100%;
}

.aec-recproduct .listprice {
	color: #d1d2d4;
	text-decoration: line-through;
}

.aec-recproduct .current-price {
	color: #ccff66;
}

.aec-recartist {
	color: #f9f091;
	font-size: 16px;
	margin: 0;
	padding: 2px 0 0;
}

.aec-recprice.your-price {
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 10px;
}

.aec-recprice.your-price span {
	color: #6b1519;
	font-weight: 700;
}

.aec-type {
	color: #d1d2d4;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
	margin-top: 5px;
}

.aec-type span {
	color: #6b1519;
	text-transform: none;
}

.aec-rec-buybtn {
	padding-top: 4px;
	text-align: center;
}

.btn.btn-default.addtocart {
	background-color: #6b1519;
	border: medium none;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 6px 12px;
	transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
}

.btn.btn-default.addtocart:hover {
	background-color: #6b1519;
	box-shadow: 0 0 4px #6b1519 !important;
	-webkit-box-shadow: 0 0 4px #6b1519 !important;
}

.btn.btn-default.addtocart:before {
	content: "\f838";
	display: inline-block;
	font-family: "WebGlyphs";
	font-size: 16px;
	margin-right: 4px;
	font-weight: normal;
}

.aec-rectitle a {
	color: #6b1519;
	font-size: 16px;
	font-weight: 700;
	padding-top: 5px;
}

.aec-rectitle a:hover {
	color: #6b1519;
}

.aec-rec-plot {
	border-bottom: 2px solid #babbbc;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 0 10px;
}

.aec-rec-plot a {
	color: #6b1519;
	text-decoration: none;
}

.aec-rec-plot a:hover {
	color: #6b1519;
	text-decoration: underline;
}

.aec-recproduct .listprice+.current-price {
	padding-left: 5px;
}

@media (min-width: 321px) and (max-width: 520px) {
	#aec-recommendation-list .owl-controls {
		border-top: 1px dashed #d1d2d4;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		top: 250px;
		width: 100%;
	}

	#aec-recommendations.recs {
		min-height: 370px;
	}

	.aec-rec-tile {
		padding-left: 15px;
	}
}

@media (min-width: 361px) and (max-width: 767px) {
	.aec-recproduct a.image-cover img.product-cover {
		max-height: 160px;
	}
}

@media (min-width: 321px) and (max-width: 360px) {
	.aec-recproduct a.image-cover img.product-cover {
		max-width: 145px;
		max-height: 165px;
	}
}

@media (min-width: 0px) and (max-width: 320px) {
	#aec-recommendation-list .owl-controls {
		border-top: 1px solid #d1d2d4;
		padding-top: 10px;
		position: absolute;
		text-align: center;
		top: 222px;
		width: 100%;
	}

	.aec-recproduct a.image-cover img.product-cover {
		max-height: 140px;
		max-width: 120px;
	}

	#aec-recommendations.recs {
		min-height: 333px;
	}
}

@media (min-width: 0px) and (max-width: 769px) {
	#aec-universal-overlay {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 780px) {
	.aec-recproduct a.image-cover img.product-cover {
		max-height: 156px;
		max-width: 135px;
	}

	.aec-recproduct a.image-cover {
		min-height: 170px;
		width: 100%;
	}

	#aec-recommendation-list .item {
		min-height: 245px;
	}
}

@media (min-width: 0px) and (max-width: 767px) {
	.aec-recproduct a.image-cover {
		min-height: 170px;
		width: 100%;
	}

	#aec-recommendation-list .item {
		min-height: 290px;
	}

	@media (min-width: 0px) and (max-width: 520px) {
		.aec-recproduct a.image-cover {
			min-height: 140px !important;
		}

		.aec-recproduct a.image-cover img.product-cover {
			max-height: 130px !important;
		}

		#aec-recommendation-list .item {
			min-height: 265px !important;
		}

		#aec-recommendation-list .owl-controls {
			top: 290px !important;
		}
	}
}

@media (min-width: 0px) and (max-width: 525px) {
	#aec-recommendation-list .owl-controls {
		display: none !important;
	}

}