.content-page.products.details .product-details > .flex-wrapper .info {
  position: relative;
}

.content-page.products.details .product-details > .flex-wrapper .info a.video-btn {
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  background-color: #f39801;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 4rem 0 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.content-page.products.details .product-details > .flex-wrapper .info a.video-btn:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background-color: #da8801;
}

.content-page.products.details .product-details > .flex-wrapper .info a.video-btn i {
  font-size: 24px;
  margin: 0 6px 0 0;
}
/*# sourceMappingURL=1026.css.map */