/* 38892 */
/* 38892 */
/* 37091 start */
/* 37091 end */
/*121291*/
/*39943*/
.button-outline,
.btn-outline-primary {
  background-color: transparent;
  border: 2px solid #00687F;
  color: #00687F !important;
  text-transform: uppercase;
}
.button-outline:hover, .button-outline:not(:disabled):not(.disabled):active, .button-outline:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #00687F;
  border: 2px solid #00687F;
  color: #ffffff !important;
  cursor: pointer;
}

.btn-primary {
  background-color: #00687F;
  border: 2px solid #00687F;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Muli-Bold";
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  border: 2px solid #00687F;
  color: #00687F !important;
  cursor: pointer;
}

.btn-secondary {
  background-color: #FDB71A;
  border: 2px solid #FDB71A;
  color: #000000 !important;
  text-transform: uppercase;
  font-family: "Muli-Bold";
  font-weight: bold;
}
.btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #fab84b;
  border: 2px solid #fab84b;
  color: #ffffff !important;
  cursor: pointer;
}

.experience-commerce-video-layout .product-video-thumbnail {
  position: relative;
}
@media (min-width: 768px) {
  .experience-commerce-video-layout .product-video-thumbnail {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .experience-commerce-video-layout .product-video-thumbnail {
    height: 400px;
  }
}
.experience-commerce-video-layout .product-video-thumbnail .product-thumbnail {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-commerce-video-layout .product-video-thumbnail .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.experience-commerce-video-layout .product-video-thumbnail .btn-video-popup {
  background: url("../../../../images/play-video-xl.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 105px;
  height: 105px;
  border: 0px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.experience-commerce-video-layout .product-video-thumbnail .btn-video-popup:hover, .experience-commerce-video-layout .product-video-thumbnail .btn-video-popup:focus, .experience-commerce-video-layout .product-video-thumbnail .btn-video-popup:active {
  opacity: 0.86;
}
@media (max-width: 767.98px) {
  .experience-commerce-video-layout .product-video-thumbnail .btn-video-popup {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767.98px) {
  .experience-commerce-video-layout .product-video-thumbnail .btn-video-popup {
    background: url("../../../../images/play-video.svg");
    width: 36px;
    height: 36px;
  }
}

.modalVideoLayout .modal-body {
  padding-bottom: 40px !important;
}

/*# sourceMappingURL=videoLayout.css.map*/