/* Products API */

#block-views-items-mentioned-block-1 {
  padding: 20px 0 0;
  max-width: 1460px;
  margin: 0 auto;
}

#block-views-items-mentioned-block-1 .view-items-mentioned {
  background-color: transparent;
}

.bnh-product {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bnh-products .bnh-product {
  width: 250px;
}

.bnh-product > .content {
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: #ffffff;
}

.bnh-product .bnh-product-image {
  text-align: center;
  padding-bottom: 10px;
}

.bnh-product .bnh-product-image img {
  vertical-align: middle;
}

.bnh-product .bnh-product-description {
  margin-bottom: 5px;
  height: 70px;
  overflow: hidden;
}

.bnh-product .bnh-product-description a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
  color: #444444;
}

.bnh-product .bnh-product-stars {
  position: relative;
  float: left;
  padding-bottom: 5px;
  margin-right: 10px;
}

.bnh-product .bnh-product-stars-empty {
  visibility: hidden;
}

.bnh-product .bnh-product-stars svg {
  height: 15px;
  width: 86px;
}

.bnh-product .bnh-product-stars-grey {
  fill: rgb(170, 171, 171);
}

.bnh-product .bnh-product-stars-inner {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}

.bnh-product .bnh-product-stars-green {
  fill: rgb(119, 144, 80);
}

.bnh-product .bnh-product-reviews {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #9b9b9b;
  float: left;
}

.bnh-product .bnh-product-price {
  clear: both;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.24;
  color: #000000;
}

.bnh-product .bnh-product-url a {
  font-size: 14px;
  color: #007ab8 !important;
}

.bnh-product .bnh-product-cart {
  display: block;
  border-radius: 3px;
  background-color: #dae3ed;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.24;
  text-align: center;
  color: #425061;
  padding: 13px;
  margin-top: 15px;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.bnh-product .bnh-product-processing {
  position: relative;
}

.bnh-product .bnh-product-processing::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border-top: 4px solid rgba(200,200,200,1);
  border-left: 4px solid rgba(200,200,200,0.2);
  border-right: 4px solid rgba(200,200,200,0.2);
  border-bottom: 4px solid rgba(200,200,200,0.2);
  animation: processing 1s infinite linear;
}

@keyframes processing {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.bnh-product .bnh-product-added {
  border: 2px solid #0a92ca;
  background-color: #fff !important;
  color: #425061 !important;
}

.bnh-product .bnh-product-cart:hover {
  background-color: #0a92ca;
  color: #fff;
  text-decoration: none;
}

/* Custom Filter Products API */

.bnh-product-filter .bnh-product {
  float: none;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
}

.bnh-product-filter .bnh-product > .content {
  min-height: 80px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
}

.bnh-product-filter .bnh-product .bnh-product-data {
  padding-left: 95px;
}

.bnh-product-filter .bnh-product .bnh-product-image {
  position: absolute;
  top: 5px;
  bottom: 15px;
  left: 0;
  width: 80px;
  padding: 0;
  margin: 0;
}

.bnh-product-filter .bnh-product .bnh-product-image img {
  max-width: 100%;
  height: auto;
}

.bnh-product-filter .bnh-product .bnh-product-description {
  margin-top: 5px;
  height: auto;
}

.bnh-product-filter .bnh-product .bnh-product-description a {
  color: #333 !important;
}