/* PRODUCT PREVIEW IMAGES
----------------------------------------------------------------------------------------------------------------------*/
.product-preview-img {
  display: inline-block;
}

/* FANCYBOX VIDEO
----------------------------------------------------------------------------------------------------------------------*/
#fancybox-video-preview {
  color: #111;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

#fancybox-video-preview:hover, #fancybox-video-preview:focus {
  color: #c7ced5;
}

#fancybox-video-preview .fa {
  font-size: 32px;
}

#fancybox-video-preview-text {
  font-size: 12px;
  display: block;
}

#fancybox-video {
  display: none;
  height: 100%;
  text-align: center;
  width: 100%;
}

#fancybox-video-player {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}

.product-in-hands-term {
  color: #7b8a99;
}
.product-in-hands-term-value {
  color: #0c0c0c;
}

.product-page .description ul {
  padding-left: 15px !important;
}

.product-page .description .price-breaks {
  list-style-type: none;
  padding: 0 !important;
}