.product-video button.product-video__btn {
  color: white;
  background-color: #f88e29;
  border-color: #f88e29;
  transition: all ease 0.3s;
}
.product-video button.product-video__btn:hover {
  background-color: #fbc28c;
}

.product-video button.product-video__btn.product-video__btn--icon {
  color: #f88e29;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 28px;
}

.product-video__popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 4% 70px 0 !important;
}

.product-video__iframe {
  width: 100%;
  height: 530px;
  left: 0;
  top: 0;
}

.product-video__content {
  position: relative;
  max-width: 991px;
  margin: auto;
  width: 100%;
}

button.product-video__close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}

.product-video__close::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  right: -40px;
  top: 10px;
}

.product-video__close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  background: #fff;
  transform: rotate(-45deg);
  right: -40px;
  top: 10px;
}

.product-video__wrapper {
  display: flex;
  height: 100%;
}

/*# sourceMappingURL=product-video.css.map */
