

.product-list li{
}
.product-list li:hover .add-to-cart{
    bottom: 0;
}
.product-list li:hover .quick-view a.heart{
    margin-left: 0;
}
.product-list li:hover .quick-view a.compare{
    margin-left: 0;
}
.product-list li:hover .quick-view a.search{
    margin-left: 0;
}
.product-list li .left-block{
    position: relative;
    overflow: hidden;
    padding: 10px 10px 0;
}
.product-list li .left-block a{
  display: block;
  overflow: hidden;
}
.product-list li .left-block img{
    transition:all 0.5s;
   webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  margin: 0 auto;
}
.product-list li:hover img{
    
  -webkit-transform: scale(1.2,1.2);
/*  -webkit-transform-origin: top right;*/
  -moz-transform: scale(1.2,1.2);
/*  -moz-transform-origin: top right;*/
  -o-transform: scale(1.2,1.2);
 /* -o-transform-origin: top right;*/
  transform: scale(1.2,1.2);
 /* transform-origin: top right;*/
}
.product-list li .right-block{
    padding: 0 15px;
    margin-top: 15px;
}
.product-list li .quick-view{
    position: absolute;
    right: 20px;
    top: 20%;
    width: 32px;
    overflow: hidden;
}
.product-list li .quick-view a{
    width: 32px;
    height: 32px;
    float: left;
    border-radius: 90%;
    margin-top: 5px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.product-list li .quick-view a.heart{
    -webkit-transition: margin-left 0.4s ease 0.4s;
    -moz-transition: margin-left 0.4s ease 0.4s;
    -ms-transition: margin-left 0.4s ease 0.4s;
    -o-transition: margin-left 0.4s ease 0.4s;
    transition: margin-left 0.4s ease 0.4s;
    margin-left: 200px;
    background:  rgba(0,0,0,0.4);
    
}
.product-list li .quick-view a.heart:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    font-weight: bold;
}
.product-list li .quick-view a.compare{
    background:  rgba(0,0,0,0.4);
    -webkit-transition: margin-left 0.3s ease 0.3s;
    -moz-transition: margin-left 0.3s ease 0.3s;
    -ms-transition: margin-left 0.3s ease 0.3s;
    -o-transition: margin-left 03s ease 0.3s;
    transition: margin-left 0.3s ease 0.3s;
    margin-left: 200px;
}
.product-list li .quick-view a.compare:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f012";
}

.product-list li .quick-view a.search{
    background:  rgba(0,0,0,0.4);
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
    margin-left: 200px;
}
.product-list li .quick-view a.search:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f002";
}

.product-list li .quick-view a:hover{
    background-color:#ff3366 ;
}
.product-list li .add-to-cart{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
       bottom: -100%;
    width: 100%;
    height: 160px;
	display:table;
    background-color: rgba(0, 76, 132, 0.8);
    color: #fff;
    text-align: center;
    line-height: 50px;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;

}
.product-list li .add-to-cart:hover{
  background-color: rgba(0, 76, 132, 0.8);
}

.product-list li .add-to-cart a{
    text-decoration:none;
    height: 32px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    text-transform:uppercase;
    display: table-cell;
    vertical-align: middle;
	font-weight:600;
    transition:.3s all;
} 
.product-list li .add-to-cart a:hover{ }
.list .product-name{
    padding-bottom: 5px;
    text-align: left;
}
.grid .product-name{
    padding-bottom: 5px;
    text-align: center;
	min-height: 35px;
	    font-weight: 600;
    font-size: 12px;
}
.product-list li .product-info{
    padding: 0 5px;
}



.display-product-option{
    width: 63px;
    height: 30px;
}
.display-product-option li.view-as-grid span{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/grid-view-bg.png") 0 0 #666;
  border: none;
  float: left;
}
.display-product-option li.view-as-list span{
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  text-indent: -9999px;
  background: url("../images/list-view-bg.png") 0 0 #666;
  border: none;
  float: right;
}
.display-product-option li.selected span,
.display-product-option li:hover span
{
  background-color: #249df5; 
  background-position: 0 -30px;
}
.view-product-list .product-list.grid{
  margin-top: -10px;
}
.product-list .product-container{
  border: 1px solid #eaeaea;
  overflow: hidden;
  background:#fff;
      border-radius: 8px;
  padding-bottom: 10px;
}
.product-list .info-orther{
  display: none;
}
.product-list.grid li{
  margin-top: 30px;
}
.product-list.grid .info-orther{
	text-align:center;
	display: block;
    display: -webkit-box!important;
    min-height: 35px!important;
    margin: 0 auto!important;
    font-weight: 230!important;
    line-height: 17px!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}

.product-list.list li{
  width: 100%;
  margin-top: -1px;
}
.product-list.list li .product-container{
  border: none;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}

.product-list.list li:first-child .product-container{
  margin-top: 20px;
}
.product-list.list li:hover .product-container{
  border: 1px solid #eaeaea;
}
.product-list.list .left-block{
    width: 29%;
    float: left;
    position: inherit;
}
.product-list.list .add-to-cart{
  top: 30px;
  right: 36px;
  left: inherit;
  bottom: inherit;
  width: 129px;
  height: 36px;
  background: #43bad2;
  line-height: 36px;
  position: absolute;
  
}
.product-list.list .add-to-cart a{
  height: 36px;
  width: 114px;
}
.product-list.list .quick-view{
  width: 129px;
  right: 36px;
  top: 120px;
  text-align: center;
  padding-left: 5px;
}
.product-list.list .quick-view a{
  margin: 0 10px;
}
.product-list.list .quick-view a:last-child{
  margin: 0;
}

.product-list.list .quick-view a.heart{
  margin-left: inherit;
}
.product-list.list .quick-view a.compare{
  margin-left: inherit;
}
.product-list.list .quick-view a.search{
  margin-left: inherit;
}
.product-list.list .group-price{
  top: 34px;
    left: 25px;
}
.product-list.list .product-star{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
    padding-top: 6px;
}
.product-list.list li .content_price {
  margin-top: -3px;
}
.product-list.list .right-block{
  width: 71%;
  float:left;
  margin-top: 20px;
  line-height: 26px;
}
.product-list.list .info-orther{
  display: block;
}
.product-list.list .right-block .product-name{
  font-size: 18px;
}
.product-list.list .right-block .availability span{
  color: #009966;
}
.product-list.list .right-block .product-desc{
  line-height: 24px;
  margin-top: 20px;
}
.product-list.style2.grid .add-to-cart{
  position: inherit;
  background: none;
  margin-top: 5px;

}
.product-list.style2.grid .add-to-cart a{
  background: #ff3366;
  padding: 0 15px;
}
.product-list.style2.grid .add-to-cart a:hover{
  opacity: 0.8;
}
.product-list.style2.grid .add-to-cart a:before{
  content: '';
  width: 16px;
  height: 100%;
  float: left;
  margin-right: 10px;
}
