/*.productcard {display: flex !important;}*/
.productcard {min-height: 360px;}
.card-header {
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
.card h3.card-title {
    font-size: 1.2rem;
}
.card-title {
    margin-bottom: 0;
}
.productcard .card-footer {
  border-top: solid 1px #333;
  background: rgba(0,0,0,0.2);
  color: #fff;
}
.text-underline {
	text-decoration: underline;
}
/* clear fix */
.isotope:after {
  content: "";
  display: block;
  clear: both;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.product-list .card {/*background:url("/themes/aquaspersions/_img/bg-product-card.png") rgba(255, 255, 255, 0.7) bottom left no-repeat;*/ background-size:180%;}
.product-list .card .aquaspersionsalogo {max-width:50px; margin-top:20px; margin-left:20px;}

.slick-prev {
  left: -30px;
}
.slick-next {
  right: -30px;
}
.slick-prev, .slick-next {top: 30%;}
.slick-dots {bottom: -60px;}

@media (min-width: 576px){
  .card-header{
      height: 50px;
  }
}

@media (min-width: 768px){
.slick-dots {bottom: -30px;}
}
.container.sliderparent {max-height: 450px;}