/*
* FONTS
*/
/*
* MEDIA QUERIES
*/
/*
* SPACING
*/
/*
* LAYOUT GRID
*/
.product-image-component {
  margin-bottom: 10px; }
  .product-image-component .callout-bar {
    position: absolute;
    z-index: 2; }
  .product-image-component .thumbnail-image {
    width: 50px;
    height: 50px; }
  .product-image-component .product-images img {
    width: 100%; }
  .product-image-component .design-image-tab {
    border: 1px solid #e6e6e6;
    text-align: center;
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .product-image-component .design-image-tab {
        padding: 30px; } }
    .product-image-component .design-image-tab h4 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .product-image-component .design-image-tab h4 {
          margin-bottom: 10px; } }
  .product-image-component .design-image-tab-content img,
  .product-image-component .thumbnail-image-design img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto; }
  .product-image-component .product-referential-images {
    display: none; }
  .product-image-component .product-video-container {
    position: relative;
    width: 100%; }
    .product-image-component .product-video-container .product-video-overlay {
      visibility: hidden; }
    .product-image-component .product-video-container iframe,
    .product-image-component .product-video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .product-image-component .product-video-container video {
      background-color: #00111a; }

.product-image-choice-description {
  position: relative; }

.choice-description-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 1;
  cursor: pointer;
  display: none; }

.choice-description {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.choice-description-choice-name,
.choice-description-choice-description {
  margin: 0; }

.choice-description-choice-name {
  margin-top: 2px; }

.choice-description-icon {
  outline: none; }

.choice-description-choice-description {
  margin: 10px 0; }

.choice-description-choice-description:last-of-type {
  margin-bottom: 0; }

.choice-description-choice-availability {
  margin: 20px 0 0; }

@media only screen and (max-width: 979px) {
  .choice-description-container {
    padding: 15px; }
  .choice-description-choice-description {
    margin: 5px 0; }
  .choice-description-choice-availability {
    margin: 15px 0 0; } }

.ie11 .product-images .slick-slide {
  visibility: hidden; }

.ie11 .product-images .slick-current {
  visibility: visible; }
