/* color schemes */

/*# sourceMappingURL=product_list.css.map */

.product-image-container .product_img_link.scale_image:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.38);
      z-index: 2;
      visibility: hidden;
      opacity: 0;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease; }

.grid > li .product-container .product-image-container .product_img_link {
        display: block;
        position: relative;
        background: white; }

.ajax_block_product .tag_sold:before {
	content: url(../img/solde.png);
	position: absolute;
    left: 20px;
    top: 0;
	transform: scale(1.5);
	
}
.tag.price-percent-reduction {
	left: 70%;
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -o-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
	transform: scale(1.5);
}

@media screen and (min-width: 767px) {
.product-preview:hover .button-container {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
 
.product-preview .button-container {
  background: #fff;
    border-color: #fff;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-family: "Lato", Arial, "Helvetica Neue", Helvetica ,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 30px;
    padding: 9px 40px;
    text-transform: uppercase;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    width: auto;
    height: auto;
width: 100%;}
	
}

.left-side .logo {
	margin: 0 auto;
}

.mansup-container .view_manufacturer {
	transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transition: transform 1s ease 0s;
    -moz-transition: transform 1s ease 0s;
    -webkit-transition: transform 1s ease 0s;
    -o-transition: transform 1s ease 0s;
    width: auto;
    height: auto;
}

.mansup-container:hover .view_manufacturer {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
 
