#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);
}

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

.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_title {
  height: auto;
  font-size: 1.25em;
  font-weight: 500;
}
.productList article .article_image {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
  text-align: center;
  height: auto;
  overflow: hidden;
}
.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;
}

.oldPrice,
.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: 46px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 47px;
  margin: 20px 0px;
}

#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;
  color: #de002b;
  font-size: 3em;
  font-weight: bold;
  line-height: 1.1em;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 25px;
  padding-top: 5px;
}

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

.productList .article_tags {
	position: relative;
}
	.productList .article_tags > div {
		position: absolute;
		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;
	}
		/* Tag : New */
		.productList .article_tags > div[data-tagid="7"] {
			box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.6);
			background-color: #fff000;
			color: #cf112b;
			top: 10px;
			left: 10px;
			padding: 10px 10px;
		}
		/* Tag : New Item */
		.productList .article_tags > div[data-tagid="13"] {
			background-image: url('/img/new_item.png');
			width: 90px;
			height: 90px;
			text-indent: 200px;
			top: 6px;
			left: 0px;
			max-width: 20%;
			min-width: 50px;
		}
		/* Tag : Multisave */
		.productList .article_tags > div[data-tagid="14"] {
			background-image: url('/img/redhot-multisave/tag-multisave.png');
			width: 80px;
			height: 80px;
			text-indent: 200px;
			top: 6px;
			left: 0px;
			max-width: 20%;
			min-width: 50px;
		}
		/* Tag : RedHot */
		.productList .article_tags > div[data-tagid="15"] {
			background-image: url('/img/redhot-multisave/tag-red-hot.png');
			width: 80px;
			height: 80px;
			text-indent: 200px;
			top: 6px;
			left: 0px;
			max-width: 20%;
			min-width: 50px;
		}
		/* Tag : Great Gift Ideas */
		.productList .article_tags > div[data-tagid="16"] {
			background-image: url('/img/great-gift-ideas-bubble.png');
			width: 80px;
			height: 80px;
			text-indent: 200px;
			top: 0px;
			left: 0px;
			max-width: 20%;
			min-width: 50px;
		}

/*
@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 only screen and (max-width: 413px) {
  .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;
  }
}
