#products .container-fluid {
	max-width: 1500px;
}

.productList .id_articleproductlist {
	border-left: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
}
.productList article {
	_min-height: 400px;
	_height: 450px;
	overflow: hidden;
	width: 25%;
	background-color: #ffffff;
	_box-shadow: 0 0px 0px 0 rgba(0,0,0,0.5);
	_border-radius: 0px;
	_text-align: left;
	_padding: 5px 5px 20px;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	_transition: all 0.7s ease-out;
	display: block;
	float:left;
	vertical-align: top;
	_border: 2px solid #ffffff;
	cursor: pointer;
	position: relative;
	_border-left: 1px solid #cacaca;
	_border-bottom: 1px solid #cacaca;
	_box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.productList article .article_item {
	_border-right: 1px solid #cacaca;
	_border-bottom: 1px solid #cacaca;
	padding: 0 10px;
	height: auto;
}
.productList article:after {
	content: '';
	_background-color: #000000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

.productList article .article_image {
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 30px;
	text-align: center;
	height: auto;
	overflow: hidden;
}
.productList article .article_title {
	height: auto;
	font-size: 1.25em;
	font-weight: 500;
	margin-bottom: 10px;
}
.productList article .article_excerpt {
	_padding-left: 25px;
	line-height: 1.1em;
	margin-bottom: 15px;
}
.productList article img {
	max-width: 100%;
	max-height: 260px;
	height: auto;
	margin: 0 auto;
}
.article_date_created {
	display: none;
}
.productList .article_title a {
	color: #000000;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 24px;
}
.xproductList .article_image {
	text-align: center;
}

#ProductModal {
	background-color: #F3F3F3;
	padding: 70px;
	position: relative;
	display:block;
	overflow:hidden;
	border-radius:10px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	
}
#ProductModal .close1 {
	position:absolute;
	top:15px;
	right:15px;
	cursor:pointer;
}
/*
.prodPriceWas {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
	display:block;
}
.prodPriceWas {
	font-size: 20px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
	display:block;
}
*/
.article_meta_gallery,
.article_meta_pricez1,
.article_meta_pricez2,
.article_meta_pricez3,
.article_meta_pricez4,
.article_meta_pricem1,
.article_meta_pricem2,
.article_meta_pricem3 {
	display: none;
	color:#DE002B;
	font-size: 3em;	
	font-weight: bold;
	line-height: 1.1em;
	padding-left: 25px;
	_position:absolute;
	_top:70px;
	_left:265px;
}

.prodPrice .oldPrice {
	display:none;
}

#ProductDetailsReveal .thumbs {
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	background-color: transparent;
}

#ProductDetailsReveal .thumbs .item {
	width: 90%;
	max-height: 95px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding: 3px 3px;
	cursor: pointer;
	margin: 2px 2px 5px 2px;
}

#ProductDetailsReveal .thumbs .item img {
	width: 100%;
	max-height:86px;
}

#ProductDetailsReveal .bigimage {
	margin-left: 70px;	
	text-align:center;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	padding: 20px 20px;
		
}

#ProductDetailsReveal .bigimage img {
	max-width:100%;
	height:auto;
}

#ProductDetailsReveal .nothumb .bigimage {
	margin-left: 0;	
}

#ProductDetailsReveal .prodTitle,
#ProductDetailsReveal .prodTitle a {
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	color:#000000;
	font-weight:bold;
}

#ProductDetailsReveal .prodPrice {
	color: #CF112B;	
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	_line-height: 47px;
	_margin: 20px 0px 0px 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#ProductDetailsReveal .prodPriceOr {
	color: #000000;	
	font-size: 1.8em;
	font-weight: bold;
	_letter-spacing: -1px;
	_line-height: 47px;
	_margin: 20px 0px;
	margin-top: 10px;
}
#ProductDetailsReveal .prodPriceWas {
	color: #000000;	
	font-size: 1.8em;
	font-weight: bold;
	text-decoration: line-through;
	_letter-spacing: -1px;
	_line-height: 47px;
	_margin: 20px 0px;
	margin-top: 10px;
}
#ProductDetailsReveal .prodPriceSave {
	color: #CF112B;	
	font-size: 1.8em;
	font-weight: bold;
	_letter-spacing: -1px;
	_line-height: 47px;
	_margin: 20px 0px;
	margin-top: 10px;
}

#ProductDetailsReveal .content {
	margin: 40px auto;
	width: 90%;
	max-width: 875px;
}

.prodMore {
	opacity:0;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	position:absolute;
	left:0;
	right:0;
	top:150px;
}

.prodMore .btn {
	box-shadow: 2px 4px 6px 0 rgba(0,0,0,0.6);
}

.edsb .article_meta_gallery,
.edsb .article_meta_pricez1,
.edsb .article_meta_pricez2,
.edsb .article_meta_pricez3,
.edsb .article_meta_pricez4,
.edsb .article_meta_pricem1,
.edsb .article_meta_pricem2,
.edsb .article_meta_pricem3 {
	display: none;
	position: relative;
	top: auto;
	left: auto;
	color: #DE002B;
	font-size: 3em;	
	font-weight: bold;
	line-height: 1.1em;
	padding-left: 25px;
	padding-top: 5px;
}

.productList.edsb .article_item {
	position: relative;
}

.productList .article_tags {
	position: absolute;
}
	.productList .article_tags > div {
		display: block;
		_position: absolute;
		float: left;
		top: 0px;
		_left: 0px;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
		line-height: 21px;
		white-space: nowrap;
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
		overflow: hidden;
		width: 90px;
		height: 90px;
		max-width: 50%;
		min-width: 90px;
		text-indent: 200px;
	}
		/* Tag : New */
		.productList .article_tags > div[data-tagid="7"] {
			background-image: url('/src/img/tag/7.png');
			_background-image: url('/img/hot-new-products/tag-hot-new.png');
		}
		/* Tag : New Item */
		.productList .article_tags > div[data-tagid="13"] {
			background-image: url('/src/img/tag/13.png');
			_background-image: url('/img/new_item.png');
		}
		/* Tag : Multisave */
		.productList .article_tags > div[data-tagid="14"] {
			background-image: url('/src/img/tag/14.png');
			_background-image: url('/img/redhot-multisave/tag-multisave.png');
		}
		/* Tag : RedHot */
		.productList .article_tags > div[data-tagid="15"] {
			background-image: url('/src/img/tag/15.png');
			_background-image: url('/img/redhot-multisave/tag-red-hot.png');
		}
		/* Tag : Great Gift Ideas */
		.productList .article_tags > div[data-tagid="16"] {
			background-image: url('/src/img/tag/16.png');
			_background-image: url('/img/great-gift-ideas-bubble.png');
		}

.article_meta_pricez1,
.article_meta_price,
.article_meta_price_was,
.article_meta_price_or,
.article_meta_price_save
{
	display: none;
	position: relative;
	color: #000000;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.1em;
}

.article_meta_pricez1,
.article_meta_price {
	float: left;
	width: 60%;
	color: #DE002B;
	font-size: 2.3em !important;
	padding: 0 !important;
	_line-height: 1.1em;
}
.article_meta_price_or {
	float: right;
	width: 40%;
	clear: right;
}
.article_meta_price_was {
	float: right;
	width: 40%;
	clear: right;
	text-decoration: line-through;
}
.article_meta_price_save {
	float: right;
	width: 40%;
	clear: right;
	color: #DE002B;
}

#products .container .first {
	padding: inherit;
}
/*
@media only screen and (max-width : 1230px) {
	
	.productList .article_image {
		    width: 200px;
	}

	.article_meta_gallery, 
	.article_meta_pricez1, 
	.article_meta_pricez2, 
	.article_meta_pricez3, 
	.article_meta_pricez4, 
	.article_meta_pricem1, 
	.article_meta_pricem2 {
		top: 70px;
		left: 220px;
	}

	.productList article {
		min-height: 400px;
		height:auto;
	}
}
*/
/*
@media only screen and (max-width : 767px) {
	.productList.edsb .article_image {
		width: 90%;
	}

	.productList.edsb article .article_title {
		height: auto;
	}

	.productList.edsb article .article_image {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.productList.edsb article .article_title {
		padding-left: 5px;
	}

	.productList.edsb article .article_excerpt {
		padding-left: 5px;
	}

	.edsb .article_meta_gallery, 
	.edsb .article_meta_pricez1, 
	.edsb .article_meta_pricez2, 
	.edsb .article_meta_pricez3, 
	.edsb .article_meta_pricez4, 
	.edsb .article_meta_pricem1, 
	.edsb .article_meta_pricem2, 
	.edsb .article_meta_pricem3 {
		padding-left: 5px;
		padding-top: 20px;
	}
}
*/
@media screen and (max-width: 1000px) {
	.productList.edsb article {
		width: 50%;
	}
}

@media only screen and (max-width : 991px) {
	.article_meta_price {
		_color: #0000FF;
	}

	.productList article {
		width: 33%;
	}
}
@media only screen and (max-width : 769px) {

	.article_meta_pricez1,
	.article_meta_price {
		_color: #00FFFF;
		float: none;
		width: auto;
	}
	.article_meta_price_or {
		float: none;
		width: auto;
	}
	.article_meta_price_was {
		float: none;
		width: auto;
	}
	.article_meta_price_save {
		float: none;
		width: auto;
	}

	.productList article {
		width: 50%;
	}
	.productList .article_tags > div {
		width: 70px;
		height: 70px;
		max-width: 50%;
		min-width: 70px;
	}
}
@media only screen and (max-width : 321px) {
	.article_meta_price {
		_color: #FFFF00;
	}

	.productList article {
		width: 100%;
	}
	.productList .article_tags > div {
		width: 40px;
		height: 40px;
		max-width: 50%;
		min-width: 40px;
	}
}

@media only screen and (max-width : 413px) {

	.article_meta_price {
		_color: #00FF00;
	}

	.article_meta_gallery, 
	.article_meta_pricez1, 
	.article_meta_pricez2, 
	.article_meta_pricez3, 
	.article_meta_pricez4, 
	.article_meta_pricem1, 
	.article_meta_pricem2 {
		top: 0px;
		left: 0px;
		padding-left: 25px;
	}
	.article_meta_gallery, 
	.article_meta_pricez1, 
	.article_meta_pricez2, 
	.article_meta_pricez3, 
	.article_meta_pricez4, 
	.article_meta_pricem1, 
	.article_meta_pricem2, 
	.article_meta_pricem3 {
		position: relative;

	}
}
