/**
* Product Video
*/
.merchant-product-has-audio {
  display: block !important;
}
.merchant-product-has-audio .merchant-product-audio {
  width: 100%;
  margin-bottom: 20px;
}
.merchant-product-has-audio .merchant-product-audio + .woocommerce-product-gallery__image,
.merchant-product-has-audio .merchant-product-audio + .woocommerce-product-gallery {
  display: none !important;
}
.merchant-product-has-audio .product-loop-image-wrapper,
.merchant-product-has-audio .image-wrap,
.merchant-product-has-audio .loop-image-wrap,
.merchant-product-has-audio .ct-image-container {
  display: none !important;
}
.merchant-product-has-audio audio {
  display: block;
  width: 100%;
  max-width: 100%;
}
.merchant-product-has-audio .onsale,
.merchant-product-has-audio .merchant-onsale,
.merchant-product-has-audio .woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery__image.has-audio {
  position: relative;
}
.woocommerce-product-gallery__image.has-audio .merchant-product-audio {
  position: absolute;
  bottom: 50%;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.woocommerce-product-gallery__image.has-audio .merchant-product-audio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 4;
}

.merchant-product-audio audio {
  width: 100%;
}