/*.container-item{margin:20px 0;}*/
.container-item li{width:20%;display: block;float:left;margin-bottom:30px;}
.container-item_side .container-item li{width:33.3%;}
.item {
  width: 220px;
  height: 220px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  margin:10px auto;
}
.item img{ /*width:100%;*/ height:100%;}
.item-overlay {
	display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: none;
  background-size:contain;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.item:hover .item-overlay {

  background: url(../images/fliter.png);
  background-color: rgba(0, 0, 0, 0.4);
}

.item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item:hover .item-content {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-top-content {
  position: relative;
}

.item-top-content-inner {
  position: absolute;
  bottom: 0;
  padding: 10px 15px 10px 15px;
  background: rgba(255, 255, 255, .85);
  width: 100%;
}
.item-top-content-inner img{width:100%;}
.item-add-content {
  padding: 0 15px 15px 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item:hover .item-add-content {
  opacity: 1
}

.item-add-content-inner {
  border: 0px solid #dadada;
  border-top-width: 1px;
  padding-top: 10px;
}

/* Buttons */
.btn.buy {
  background-color: #aaa;
  text-align: center;
  line-height: 42px;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  opacity: 1;
  border: 0px solid #999;
  border-bottom-width: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:100%;
}
.btn.buy:hover {
  background-color: #666;
}
.expand {
  display: block;
}

/* Tags */
/*
.sale-tag {
  width: 50px;
  height: 100px;
  background: #d42929;
  position: absolute;
  top: -45px;
  right: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 9;
}
.sale-tag span {
  position: absolute;
  top: 48px;
  left: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 11px;
  color: #fff;
}
*/

/* content */
.item-top-title {
  width: 70%;
  float: left;
  font-size: 1em;
  font-weight: 400;
  color: #222;
  text-align: left;
}

.item-product-price {
  width: 30%;
  float: right;
  text-align: right;
}


/*product price*/
.item-product-price {
  color: #40c781;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.item-content {
  background: rgba(255, 255, 255, .85);
}
.item-add-content {
  font-weight: 400;
  color: #7d7d7d;
}

@media (max-width: 1200px) {
.container-item li{width:25%;display: block;float:left;}
.container-item_side .container-item li{width:25%;}


@media (max-width: 900px) {
.container-item li{width:33.3%;display: block;float:left;}
.item {width: 95%;height: 200px;}
.container-item_side .container-item li{width:33.3%;}

@media (max-width: 586px) {
.container-item li{width:50%;display: block;float:left;}
.container-item_side .container-item li{width:50%;}


}/* 586 */
}/* 900 */
}/* 1200 */