@charset "UTF-8";
/**
 * Hlavní SCSS soubor pro Shoptet frontend úpravy
 * Využívá CSS custom properties a moderní SCSS architekturu
 */
.type-detail .video-lightbox a:before {
  content: "\e938";
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: shoptet !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  font-size: 35px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffccc9;
  color: #fff;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.type-detail .p-thumbnails-inner .video-lightbox:before {
  content: "\e938";
  display: block !important;
  speak: none;
  display: inline-block;
  font-family: shoptet;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  font-size: 16px !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 16px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffccc9;
  color: #fff;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 8px;
  border-radius: 50%;
  padding-top: 3px;
}

#cboxNext,
#cboxPrevious {
  height: 100%;
  outline: none;
  top: 0;
  width: 5%;
}

.gvideo-wrapper video {
  margin: auto;
  display: block;
  max-height: 100%;
}

.gvideo-wrapper {
  height: 100%;
  display: flex;
  align-content: center;
}
.gvideo-wrapper iframe {
  width: 90%;
  height: 90%;
}
.gvideo-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.video-lightbox .mousetrap {
  display: none;
}

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