/* Products API */

.view-video-products.view-count-0,
.view-podcast-products.view-count-0 {
  display: none !important;
}

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

.bnh-product-description a {
  font-weight: bold;
}

a.bnh-product-cart,
a.bnh-product-cart:hover {
  text-decoration: none !important;
}

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

.bnh-product-cart {
  display: inline-block;
  border-radius: 4px;
  background-color: #dae3ed;
  color: #425061 !important;
  padding: 8px 26px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border: 2px solid #dae3ed;
  -webkit-transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

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

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

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

.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);
  }
}

/* Views */

#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;
}

/* Field */

.bnh-products-style-field .bnh-product {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jcarousel-container .bnh-products-style-field .bnh-product {
  float: none;
}

.region-items-mentioned .bnh-products-style-field .bnh-product {
  padding-bottom: 0;
}

.bnh-products-style-field .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;
}

.region-items-mentioned .bnh-products-style-field .bnh-product > .content {
  box-shadow: none;
}

.items-hover .bnh-products-style-field .bnh-product > .content {
  box-shadow: none;
}

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

.bnh-products-style-field .bnh-product-description {
  padding-bottom: 5px;
  height: 75px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.bnh-products-style-field .bnh-product-reviews {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  color: #9b9b9b;
  float: left;
}

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

.bnh-products-style-field .bnh-product-discount {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  color: #ff9933;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.bnh-products-style-field .bnh-product-cart {
  display: block;
  margin-top: 15px;
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
}

.bnh-products-style-field .bnh-product-wishlist-wrap {
  height: 0;
  text-align: center;
  position: relative;
}

.bnh-products-style-field .bnh-product-wishlist {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  color: #666;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Filter */

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

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

.bnh-products-style-filter .bnh-product-style-default .bnh-product-data {
  margin-left: 95px;
  text-align: left;
}

.bnh-products-style-filter .bnh-product-style-default .bnh-product-image {
  position: absolute;
  top: 5px;
  bottom: 15px;
  left: 0;
  width: 80px;
  padding: 0;
  margin: 0;
  border: 5px solid transparent;
}

.bnh-products-style-filter .bnh-product-style-default .bnh-product-price {
  display: none;
}

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

.bnh-products-style-filter .bnh-product-style-default .bnh-product-description {
  padding-top: 5px;
  height: auto;
}

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

.bnh-products-style-filter .bnh-product-style-default .bnh-product-cart {
  display: none;
}

/* Live Blog */

.node-live-blog .bnh-products-style-filter .bnh-product {
  max-width: 580px;
  margin: 0 auto;
  background-color: #ebf2f8;
  margin-bottom: 20px;
  border: 20px solid #ebf2f8;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default {
  min-height: 160px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default > .content {
  padding: 0;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-data {
  margin-left: 140px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-image {
  width: 120px;
  height: 120px;
  margin: 0 !important;
  top: 0;
  padding: 10px;
  background-color: #fff;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-description {
  padding-bottom: 20px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-description a {
  color: rgb(27,88,149) !important;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-url {
  display: none;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-cart {
  background: none;
  border: none;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-gallery,
.node-live-blog .bnh-products-style-filter .bnh-product-style-gallery-only {
  max-width: 650px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-price {
  color: #b51f00;
}

.node-live-blog .bnh-products-style-filter .bnh-product-price::before {
  content: 'Your pay:';
  color: #454a4d;
  font-weight: 400;
  padding-right: 5px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-gallery .bnh-product-price {
  position: relative;
  float: left;
  padding-bottom: 0;
  padding-right: 15px;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-cart .bnh-product-cart {
  margin: 0;
}

.node-live-blog .bnh-products-style-filter .bnh-product-style-gallery .bnh-product-cart,
.node-live-blog .bnh-products-style-filter .bnh-product-style-gallery-only .bnh-product-cart {
  padding: 4px;
  border-radius: 20px;
  width: 170px;
  margin: 0 !important;
  float: right;
}

/* Video */

/* Mentioned Products API (Video) */

.node .view-new-products {
  margin-top: 20px;
}

.view-new-products.view-count-1 .products-plural {
  display: none;
}

.view-new-products .views-row {
  overflow: hidden;
}

.node .view-new-products .views-row {
  background-color: #f6f5f5;
  padding: 20px;
  margin: 0 -20px 10px;
}

.view-new-products .views-row:nth-of-type(n+4) {
  display: none;
}

.view-new-products.view-see-more .views-row:nth-of-type(n+4) {
  display: block;
}

.view-new-products .bnh-product {
  position: relative;
  float: none;
  width: 100%;
  min-height: 130px;
  padding: 0;
}

.region-sidebar-inside .view-new-products .bnh-product {
  margin-bottom: 30px;
}

.node .view-new-products .bnh-product {
  margin-bottom: 0;
}

.view-new-products .views-row:last-child .bnh-product {
  margin-bottom: 0;
}

.view-new-products .bnh-product > .content {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
  min-height: inherit;
  position: relative;
}

.view-new-products .bnh-product-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 27.2%;
  padding: 0;
}

.view-new-products .bnh-product-image img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px;
  background-color: #fff;
}

.view-new-products .bnh-product-description,
.view-new-products .bnh-product-rating,
.view-new-products .bnh-product-price,
.view-new-products .bnh-product-cart {
  margin-left: 31%;
  padding-bottom: 5px;
}

.view-new-products .bnh-product-description {
  margin-right: 50px;
  height: auto;
  max-height: 6em;
}

.view-new-products .bnh-product-description a {
  font-size: 14px;
  color: #007ab8;
  font-weight: 400;
}

.view-new-products .bnh-product-stars-empty {
  display: none;
}

.view-new-products .bnh-product-reviews {
  font-size: 14px;
  color: #acacac;
}

.view-new-products .bnh-product-price {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

.view-new-products .bnh-product-cart {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 7px 26px;
  margin-top: 10px;
  min-width: 133px;
}

.view-new-products .bnh-product-wishlist-wrap {
  position: absolute;
  top: 5px;
  right: 0;
  text-align: center;
  font-size: 11px;
  color: #666;
}

.view-new-products .bnh-product-wishlist {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.view-new-products .bnh-product-wishlist-label {
  margin-top: 3px;
}

.view-new-products .view-footer .see-more {
  color: #769e2d;
  background-color: #f1f1f1;
  font-size: 20px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 4px;
}

.node .view-new-products .view-footer .see-more {
  padding: 5px 10px;
  margin-bottom: 15px;
}

.view-new-products .view-footer .see-more:hover {
  background-color: #e6e6e6;
}

.view-new-products.view-count-0 .view-footer .see-more,
.view-new-products.view-count-1 .view-footer .see-more,
.view-new-products.view-count-2 .view-footer .see-more,
.view-new-products.view-count-3 .view-footer .see-more,
.view-new-products.view-see-more .view-footer .see-more {
  display: none;
}

/* Other Styles */

.bnh-product-style-big,
.bnh-product-style-big-cart,
.bnh-product-style-cart {
  text-align: center;
}

.bnh-product-style-big .bnh-product-description,
.bnh-product-style-big-cart .bnh-product-description {
  padding-top: 20px;
}

.bnh-product-style-big .bnh-product-description a,
.bnh-product-style-big-cart .bnh-product-description a {
  font-size: 24px;
  font-weight: 600;
  color: #007ab8 !important;
}

.bnh-product-style-big .bnh-product-price,
.bnh-product-style-big-cart .bnh-product-price {
  display: block;
  padding-top: 15px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.bnh-product-style-big-cart .bnh-product-cart {
  margin-top: 15px;
}

.bnh-product-style-cart .bnh-product-cart {
  margin: 10px 0 0;
}

.bnh-product-style-gallery,
.bnh-product-style-gallery-only {
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

.bnh-product-style-gallery .bnh-product-gallery,
.bnh-product-style-gallery .bnh-product-description {
  padding-bottom: 10px;
}

.bnh-product-style-gallery .bnh-product-description a {
  font-size: 24px;
  color: #007ab8 !important;
  font-weight: normal;
}

.bnh-product-style-gallery .bnh-product-price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px;
}

.bnh-product-style-gallery .bnh-product-cart {
  padding: 8px 50px;
}

/* Gallery */

.bnh-product-style-gallery .bnh-product-gallery,
.bnh-product-style-gallery-only .bnh-product-gallery {
  text-align: center;
}

.bnh-product-style-gallery .bnh-product-gallery .jcarousel-container,
.bnh-product-style-gallery-only .bnh-product-gallery .jcarousel-container {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.bnh-product-style-gallery .jcarousel-skin-default .jcarousel-clip,
.bnh-product-style-gallery-only .jcarousel-skin-default .jcarousel-clip {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  vertical-align: middle;
}

.bnh-product-style-gallery .bnh-product-gallery ul,
.bnh-product-style-gallery .bnh-product-gallery li,
.bnh-product-style-gallery-only .bnh-product-gallery ul,
.bnh-product-style-gallery-only .bnh-product-gallery li {
  max-width: none !important;
  list-style: none;
}

.bnh-product-style-gallery-only .bnh-product-gallery ul {
  margin-bottom: 0 !important;
}

.bnh-product-style-gallery .jcarousel,
.bnh-product-style-gallery-only .jcarousel {
  display: none;
}

.bnh-product-style-gallery .jcarousel-processed,
.bnh-product-style-gallery-only .jcarousel-processed {
  display: block;
}

.bnh-product-style-gallery .bnh-product-gallery .jcarousel-item,
.bnh-product-style-gallery-only .bnh-product-gallery .jcarousel-item {
  height: auto;
  margin: 0;
  border: none;
}

.bnh-product-style-gallery .bnh-product-gallery img,
.bnh-product-style-gallery-only .bnh-product-gallery img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.bnh-product-style-gallery .jcarousel-navigation,
.bnh-product-style-gallery-only .jcarousel-navigation {
  display: block;
  white-space: normal;
}

.bnh-product-style-gallery .jcarousel-navigation li,
.bnh-product-style-gallery-only .jcarousel-navigation li {
  display: inline-block !important;
  border: 1px solid #ccc;
  margin: 5px !important;
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.bnh-product-style-gallery .jcarousel-navigation li.active,
.bnh-product-style-gallery-only .jcarousel-navigation li.active {
  border-color: #4c4c4c !important;
  opacity: 1;
}

.bnh-product-style-gallery .jcarousel-prev,
.bnh-product-style-gallery .jcarousel-next,
.bnh-product-style-gallery-only .jcarousel-prev,
.bnh-product-style-gallery-only .jcarousel-next {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: 1;
  width: 0;
  height: 100px;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  vertical-align: middle;
}

.bnh-product-style-gallery .jcarousel-prev,
.bnh-product-style-gallery-only .jcarousel-prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.bnh-product-style-gallery .jcarousel-prev::after,
.bnh-product-style-gallery .jcarousel-next::after,
.bnh-product-style-gallery-only .jcarousel-prev::after,
.bnh-product-style-gallery-only .jcarousel-next::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center !important;
  background-image: url(../images/right-arrow.png);
  background-size: contain;
}

.bnh-product-style-gallery .jcarousel-next:hover,
.bnh-product-style-gallery .jcarousel-prev:hover,
.bnh-product-style-gallery-only .jcarousel-next:hover,
.bnh-product-style-gallery-only .jcarousel-prev:hover {
  opacity: 1;
}

@media screen and (max-width: 1220px) {
  body.mobile .bnh-product-style-big .bnh-product-description a,
  body.mobile .bnh-product-style-big-cart .bnh-product-description a {
    font-size: 20px;
  }

  body.mobile .jcarousel-container .bnh-products-style-field .bnh-product-wishlist-label {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.mobile .node-live-blog .bnh-products-style-filter {
    padding: 15px;
  }

  body.mobile .bnh-product-style-big .bnh-product-description a,
  body.mobile .bnh-product-style-big-cart .bnh-product-description a {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  body.mobile .bnh-product-cart {
    padding: 6px 20px;
  }

  body.mobile .table-specifications, .table-compare {
    font-size: 14px;
  }

  body.mobile .bnh-product-style-big .bnh-product-description a,
  body.mobile .bnh-product-style-big-cart .bnh-product-description a {
    font-size: 16px;
  }

  body.mobile .jcarousel-container .bnh-products-style-field .bnh-product-wishlist-label {
    display: block;
  }

  body.mobile .node-live-blog .bnh-products-style-filter .bnh-product-description a,
  body.mobile .node-live-blog .bnh-products-style-filter .bnh-product-price,
  body.mobile .node-live-blog .bnh-products-style-filter .bnh-product-cart {
    font-size: 14px;
  }

  body.mobile .node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-image {
    width: 100px;
    height: 100px;
  }

  body.mobile .node-live-blog .bnh-products-style-filter .bnh-product-style-default .bnh-product-data {
    margin-left: 115px;
  }

  /* Video/Podcast */

  body.mobile .node .view-new-products .bnh-product-cart {
    display: block;
    font-size: 18px;
    margin-left: 0;
    padding: 5px 20px;
  }

  body.mobile .view-new-products .view-footer .see-more {
    font-size: 16px;
  }
}