/* Blog Styles
============================================= */
.bx-viewport {
	height: 215px !important;
}
.product-img-list-wrapper {margin: 0 auto;padding: 0;position: relative;padding-top: 45px;padding-bottom:20px;}  

.product-img-list > li {border: 0px;cursor: pointer;display: inline-block;height: 225px;}

.product-img-list > li > a {display: block;}

.product-img-list > li > a:hover, .product-img-list > li > a:active, .product-img-list > li > a:focus {text-decoration: none;}

.product-img-list > li:hover .blog-details .blog-title {color:#018fd9; text-decoration: underline;}

.product-view-left .product-img img {width: 100%;}

.blog-thumbnail {overflow: hidden; height: 120px; margin-bottom: 10px;}

.blog-thumbnail img {display: block;margin-top: -45px;width: 100%;}

.cookie-compliance-desk{display:none} 

.blog {margin:10px;clear:both}    

.blog-details{margin: 0;width:100%;}

.blog-details span{display:block}

.blog-details .blog-post-date { font-size:12px;line-height:1em;margin-bottom:10px; color:#7a8894;}

.blog-details .blog-title {font-size:15px;line-height: 20px;margin:0; color:#018fd9;}


/* Slider Controls
====================================== */
.bx-controls-direction .product-img-list-prev,
.bx-controls-direction .product-img-list-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 28px;
  height: 50px;
  text-indent: 20000px;
  display: block;
  z-index: 9999;
}

.bx-controls-direction .product-img-list-prev {
	left: -80px;
}

.bx-controls-direction .product-img-list-next {
	right: -80px;
}

.product-img-list-prev .bx-prev,
.product-img-list-next .bx-next {
  width: 28px;
  height: 50px;
  display: block;
}

.bx-prev {
  background: url("https://s3-eu-west-1.amazonaws.com/hnie-assets/pages/Category+Pages/images/slider-controls-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -177px;
}

.bx-next {
  background: url("https://s3-eu-west-1.amazonaws.com/hnie-assets/pages/Category+Pages/images/slider-controls-sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -237px;
}

@media screen and (max-width: 1250px) {
  .bx-controls-direction .product-img-list-prev {
    left: 40px;
  }

  .bx-controls-direction .product-img-list-next {
    right: 40px;
  }
}

@media screen and (max-width: 992px) {
  .product-img-list-wrapper {
    position: static;
  }

  .bx-controls-direction {
    position: absolute;
    top: 115px;
    right: 20px;
    width: 96px;
    z-index: 9999;
  }

  .bx-controls-direction .product-img-list-prev,
  .bx-controls-direction .product-img-list-next {
    position: relative;
    top: 0;
    margin-top: 0;
    width: 40px;
    height: 46px;
    display: inline-block;
    z-index: 9999;
  }

  .bx-controls-direction .product-img-list-prev {
    margin-right: 10px;
  }

  .bx-controls-direction .product-img-list-prev {
    left: 0;
  }

  .bx-controls-direction .product-img-list-next {
    right: 0;
  }

  .product-img-list-prev .bx-prev,
  .product-img-list-next .bx-next {
    width: 40px;
    height: 46px;
    display: block;
  }

  .background-white .bx-prev {
    background-position: 0 -408px;
  }

  .background-white .bx-next {
    background-position: 0 -454px;
  }

  .background-light-grey .bx-prev {
    background-position: 0 -316px;
  }

  .background-light-grey .bx-next {
    background-position: 0 -362px;
  }

}

@media screen and (max-width: 750px) {
  .bx-controls-direction {
    top: 65px;
  }
}