/*
@brand-fb:				#3d589b;
@brand-tw:				#00aaf0;
@brand-gl:				#e04b34;
@brand-pt:				#ce1f21;
*/
ul.product_list {
  margin-top: 0;
  margin-bottom: 0;
}
ul.product_list > li {
  /*
		> &:first-child {
					border-color: red!important
					
		}
		*/
}
ul.product_list > li .product-image-container {
  overflow: hidden;
}
ul.product_list > li .top-block {
  position: relative;
}
ul.product_list > li .thumbnail {
  border: transparent;
  padding: 0px 7px;
}
ul.product_list > li .productListReviews {
  height: 25px;
}
ul.product_list > li .product-container {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: ease-in-out;
  -o-transition: ease-in-out;
  transition: ease-in-out;
}
@media (max-width: 767px) {
  ul.product_list > li .product-container {
    border-bottom: 1px solid #e6e6e6;
  }
}
ul.product_list > li .product-container:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translate(0, -1px);
  -ms-transform: translate(0, -1px);
  -o-transform: translate(0, -1px);
  transform: translate(0, -1px);
  -webkit-transition: -webkit-transform box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), translate 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), translate 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), translate 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1), translate 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
ul.product_list > li .product-container:hover .hover-effect .mask,
ul.product_list > li .product-container:hover .hover-effect .info {
  opacity: 1;
}
ul.product_list > li .product-container .hover-effect .mask {
  position: absolute;
  background: rgba(206, 206, 206, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  overflow: visible;
  width: 100%;
  min-height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s 0s ease-in-out;
  -o-transition: all 0.5s 0s ease-in-out;
  transition: all 0.5s 0s ease-in-out;
}
ul.product_list > li .product-container .hover-effect .info {
  opacity: 0;
  position: relative;
  color: #000000;
  width: 100%;
  min-height: 100%;
  -webkit-transition: opacity 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s ease-in-out;
}
ul.product_list > li .product-container .hover-effect .class_to_link {
  padding: 80px 0px 80px 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  ul.product_list > li .product-container .hover-effect .class_to_link {
    padding: 80px 0px 70px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  ul.product_list > li .product-container .hover-effect .class_to_link {
    padding: 80px 0px 60px 0px;
  }
}
ul.product_list > li .product-container .caption {
  padding: 5px 45px;
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.product_list > li .product-container .caption {
    padding: 10px;
  }
}
ul.product_list > li .product-container h5 {
  margin: 0;
  height: 30px;
  overflow: hidden;
  font-weight: 400;
}
ul.product_list > li .product-container h5 .product-name {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
ul.product_list > li .product-container .content_price {
  font-family: 'Titillium Web', sans-serif;
  margin-top: -15px;
}
ul.product_list > li .product-container .content_price .price,
ul.product_list > li .product-container .content_price .price-percent-reduction {
  display: block;
  white-space: nowrap;
}
ul.product_list > li .product-container .content_price .old-price {
  white-space: nowrap;
  text-decoration: line-through;
}
ul.product_list > li .product-container .content_price .price {
  font-size: 16px;
}
ul.product_list > li .product-container .price-percent-reduction {
  color: white;
  background: #70b243;
  padding: 5px;
  right: 0;
}
ul.product_list > li .product-container .product-flags {
  position: absolute;
  right: 0;
  top: 0;
  bottom: auto;
}
ul.product_list > li .product-container .product-flags p {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 8px;
}
ul.product_list > li .product-container .other_colors {
  font-size: 10px;
  color: #000000;
}
ul.product_list > li .product-container .productListReviews {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  ul.product_list > li.first-in-line {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hover-effect a.info {
    top: 50px;
  }
}
#productsSortForm {
  padding-top: 2px;
}
.hover-effect:hover .mask {
  opacity: 1;
  background: rgba(206, 206, 206, 0.6);
}
.hover-effect:hover a.info {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.mask:hover .class_to_link {
  color: #fff;
}
@media (min-width: 480px) and (max-width: 767px) {
  #index ul.product_list.tab-pane > li.first-item-of-tablet-line {
    clear: none;
  }
  #index ul.product_list.tab-pane > li.first-item-of-mobile-line {
    clear: left;
  }
}
