body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden; }

code, pre {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

#blocker {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

#instructions {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center; }

canvas {
  width: 100%;
  height: 100%; }

/*div.tag-body*/
/*.text-center*/
/*.text-italic*/
/*.text-right*/
/*img.image*/
.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-italic {
  font-style: italic; }

.text-bold {
  font-weight: bold; }

.fancybox-content img.image {
  width: 100%; }

.fancybox-content {
  padding: 0;
  text-align: center; }

.message.fancybox-content {
  width: 90%;
  padding: 44px !important; }

.message h2 {
  font-size: 18px;
  text-align: left; }

/*

Step 1
======

Style your page (the product list)

*/
.product {
  float: left;
  margin: 10px; }

.product .product-images,
.product .product-form {
  display: none; }

/*

Step 2
======

Reposition and redesign fancyBox blocks

*/
/* This elements contains both blocks */
.fancybox-quick-product-view-tag .fancybox-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 800px;
  max-height: 600px; }

/* Left block will contain the gallery */
.fancybox-quick-product-view-tag .fancybox-stage {
  width: 52%;
  background: #fff; }

/* Right block - close button and the form */
.fancybox-quick-product-view-tag .fancybox-form-wrap {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  width: 48%;
  background: #fff; }

video {
  width: 70%;
  height: auto; }

/* Add vertical lines */
.fancybox-quick-product-view-tag .fancybox-form-wrap::before,
.fancybox-form-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0; }

.fancybox-quick-product-view-tag .fancybox-form-wrap::before {
  width: 8px;
  background: #f4f4f4; }

.fancybox-quick-product-view-tag .fancybox-form-wrap::after {
  width: 1px;
  background: #e9e9e9; }

/* Set position and colors for close button */
.fancybox-quick-product-view-tag .fancybox-button--close {
  position: absolute;
  top: 0;
  right: 0;
  background: #F0F0F0;
  color: #222;
  padding: 7px; }

.fancybox-quick-product-view-tag .fancybox-button:hover {
  color: #111;
  background: #e4e4e4; }

.fancybox-quick-product-view-tag .fancybox-button svg path {
  stroke-width: 1; }

/* Set position of the form */
.fancybox-quick-product-view-tag .fancybox-inner .product-form {
  overflow: auto;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 50px;
  left: 0;
  padding: 0 50px;
  text-align: center; }

/*

Step 3
======

Tweak fade animation

*/
.fancybox-quick-product-view-tag .fancybox-inner {
  opacity: 0;
  transition: opacity .3s;
  width: 90% !important;
  max-width: 100% !important; }

.fancybox-quick-product-view-tag .fancybox-is-open, .fancybox-quick-product-view-tag .fancybox-inner {
  opacity: 1; }

.fancybox-is-closing .fancybox-fx-fade {
  opacity: 1 !important;
  /* Prevent double-fading */ }

/*

Step 2
======

Bullet navigation design

*/
.product-bullets {
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  z-index: 99999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.product-bullets li {
  display: inline-block;
  vertical-align: top; }

.product-bullets li a {
  display: block;
  height: 30px;
  width: 20px;
  position: relative; }

.product-bullets li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 99px;
  text-indent: -99999px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }

.product-bullets li.active a span {
  background: #FF6666; }

/* Background color */
.fancybox-bg {
  background-color: #000; }

/* Move counter to the right */
.fancybox-infobar {
  left: auto;
  right: 0; }

/* Add shadow around image, but hide it while zooming */
.fancybox-image {
  box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 25px;
  transition: box-shadow .2s; }

.fancybox-is-scaling .fancybox-image {
  box-shadow: none; }

/* Hide elements while zooming or when zoomed-in */
.fancybox-is-scaling .fancybox-item,
.fancybox-can-drag .fancybox-item {
  display: none !important; }

/* Style close button */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/images/fancybox/fancybox_sprite.png);
  z-index: 2; }

/* Style navigation elements */
.fancybox-quick-product-view-tag .fancybox-nav {
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: hidden; }

.fancybox-prev span, .fancybox-next span {
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.7/images/fancybox/fancybox_sprite.png); }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.quick-view-close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.quick-view-close::before, .quick-view-close::after {
  background-color: #222;
  content: '';
  height: 18px;
  left: 22px;
  position: absolute;
  top: 12px;
  width: 1px; }

.quick-view-close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.quick-view-close {
  z-index: 9999;
  background: #f0f0f0;
  border: 0;
  color: #222;
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  height: 44px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -99999px;
  top: 0px;
  transition: all .2s;
  width: 44px; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.fancybox-pdfviewer .fancybox-content {
  height: inherit !important; }


/*# sourceMappingURL=app.bundle.css.map*/