.hs-product-card {
  position:relative;
}
.hs-product-card .hs-product-item {
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
}
.hs-product-card .hs-product-item .caption {
  color: #7f7f7f;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  max-width: 1920px;
  margin-bottom: 10px;
}
.hs-product-card .hs-product-item .caption img {
  display: block;
  margin: 0 auto 10px;
}
.hs-product-card .hs-product-item > * {
  color: #fff;
}
.hs-product-card .hs-product-btn a {
  font-size: 14px;
  line-height: 22px;
  outline: 0;
  padding: 16px 45px;
  text-shadow: none;
  background: transparent;
  filter: none;
  transition: background .2s linear 0s,color .2s linear 0s;
  white-space: normal;
  border-radius: 3px;
  border: 1px solid #46A7C9;
  box-shadow: none;
  color: #46A7C9;
  text-align: center;
  font-family: "Open Sans",sans-serif;
  text-decoration: none;
  display: inline-block;
}
.hs-product-card .hs-product-btn a:hover {
  color: #fff;
  background-color: #02a9e0;
}
/* Hover */
.product-img-hover .hs-product-item {
  padding: 0;
}
.product-img-hover .hs-product-item h3.title {
  line-height: 1.3;
  text-rendering: optimizelegibility;
  margin: 0px 0px 20px;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}
.product-img-hover .hs-product-item .caption {
  margin: 0;
}
.product-img-hover .hs-product-item .caption img {
  margin: 0;
  cursor: pointer;
}
.product-img-hover .hs-product-item .caption img:hover {
  opacity: 0.5;
}


@media (max-width:479px) {
  .hs-product-card .hs-product-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}









