/**
* @author      Dominik Douděra(doudera@grow-studio.eu)
* @copyright   (C) 2016 Všechna práva vyhrazena.
* @link        https://grow-studio.eu/
* 
*/
/**
* @author      Dominik Douděra(doudera@grow-studio.eu)
* @copyright   (C) 2016 Všechna práva vyhrazena.
* @link        https://grow-studio.eu/
* 
*/
@font-face {
  font-family: 'Cinzel';
  src: url('font/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagebody.detail {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pagebody.detail h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 990px) {
  .pagebody.detail h1 {
    font-size: 23px;
  }
}
.pagebody.detail a {
  color: #237b6d;
  text-decoration: underline;
}
.pagebody.detail a:hover {
  text-decoration: none;
}
.pagebody.detail .bold {
  font-weight: bold;
}
.pagebody.detail .product-image {
  position: relative;
  height: 500px;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image {
    height: initial;
  }
}
.pagebody.detail .product-image .image {
  text-align: center;
  line-height: 500px;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image .image {
    line-height: initial;
    height: 320px;
  }
}
.pagebody.detail .product-image .image img {
  max-width: 100%;
  max-height: 450px;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image .image img {
    max-height: 320px;
  }
}
.pagebody.detail .product-image .image .wrap {
  max-width: 600px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image .image .wrap {
    margin: 0;
  }
}
.pagebody.detail .product-image .image .image-filter {
  background: rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image .image .image-filter {
    height: 100%;
  }
}
.pagebody.detail .product-image .gallery {
  margin-top: -77px;
  height: 111px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .pagebody.detail .product-image .gallery {
    margin-top: -60px;
    position: absolute;
    width: 100%;
  }
}
.pagebody.detail .product-image .gallery .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DADADA;
  width: 80%;
  height: 93px;
  text-align: center;
  line-height: 93px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  max-width: 93px;
  max-height: 93px;
  overflow: hidden;
}
.pagebody.detail .product-image .gallery .item img {
  max-width: 80%;
  max-height: 111px;
}
.pagebody.detail .product-image .gallery .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
}
.pagebody.detail .product-image .tags .tag {
  z-index: 1;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info {
    margin-top: 60px;
  }
  .pagebody.detail .product-info.without-gallery {
    margin-top: 20px;
  }
}
.pagebody.detail .product-info .heureka-brand {
  font-weight: 500;
  font-size: 14px;
  color: #8E8E8E;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .heureka-brand {
    margin-top: 10px;
  }
}
.pagebody.detail .product-info .heureka-brand .item {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 400px) {
  .pagebody.detail .product-info .heureka-brand .item.left-align {
    text-align: left;
  }
}
.pagebody.detail .product-info .heureka-brand .right {
  text-align: right;
}
@media (max-width: 410px) {
  .pagebody.detail .product-info .heureka-brand .movie-link-wrap {
    width: 100%;
  }
}
.pagebody.detail .product-info .heureka-brand .movie-link-wrap .movie-link {
  background: #501266;
  font-size: 12px;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
}
.pagebody.detail .product-info .heureka-brand .movie-link-wrap .movie-link .icon {
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  font-size: 8px;
  color: #501266;
  text-align: center;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.pagebody.detail .product-info .heureka-brand .movie-link-wrap .movie-link .icon .fa {
  position: relative;
  right: -1px;
}
.pagebody.detail .product-info .heureka-brand .with-link {
  text-align: right;
}
@media (max-width: 410px) {
  .pagebody.detail .product-info .heureka-brand .with-link {
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
}
.pagebody.detail .product-info .description {
  margin-top: 25px;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}
.pagebody.detail .product-info .description h3 {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .description {
    height: auto;
  }
}
.pagebody.detail .product-info .description .bold {
  font-weight: bold;
}
.pagebody.detail .product-info .description a {
  text-decoration: none;
}
.pagebody.detail .product-info .variants {
  margin-bottom: 20px;
}
.pagebody.detail .product-info .variants .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 0px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.pagebody.detail .product-info .variants .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.pagebody.detail .product-info .variants .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #9a9a9a;
}
.pagebody.detail .product-info .variants .control-radio .control_indicator {
  border-radius: 50%;
}
.pagebody.detail .product-info .variants .control:hover input ~ .control_indicator,
.pagebody.detail .product-info .variants .control input:focus ~ .control_indicator {
  background: #ffffff;
}
.pagebody.detail .product-info .variants .control input:checked ~ .control_span {
  font-weight: 600;
}
.pagebody.detail .product-info .variants .control input:checked ~ .control_indicator {
  background: #ffffff;
}
.pagebody.detail .product-info .variants .control:hover input:not([disabled]):checked ~ .control_indicator,
.pagebody.detail .product-info .variants .control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}
.pagebody.detail .product-info .variants .control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.pagebody.detail .product-info .variants .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e4e4e4;
}
.pagebody.detail .product-info .variants .control-radio input:checked ~ .control_indicator:after {
  background: black;
}
.pagebody.detail .product-info .variants .image {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 10%;
}
.pagebody.detail .product-info .variants .image img {
  max-width: 50px;
  max-height: 40px;
}
.pagebody.detail .product-info .variants .name {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  width: 72%;
}
.pagebody.detail .product-info .variants .name .anotation {
  color: #adadad;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .pagebody.detail .product-info .variants .name .anotation {
    font-size: 11px;
  }
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .variants .name .anotation {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .pagebody.detail .product-info .variants .name {
    width: 83%;
    margin-bottom: 5px;
  }
}
.pagebody.detail .product-info .variants .price {
  display: inline-block;
  vertical-align: top;
  float: right;
  font-weight: bold;
  width: 14%;
  text-align: right;
}
.pagebody.detail .product-info .variants .price .before {
  text-decoration: line-through;
  color: black;
  font-weight: normal;
}
@media (max-width: 450px) {
  .pagebody.detail .product-info .variants .price .before {
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 450px) {
  .pagebody.detail .product-info .variants .price {
    display: block;
    float: none;
    text-align: right;
    width: 100%;
  }
}
.pagebody.detail .product-info .variants a {
  text-decoration: none;
  color: inherit;
}
.pagebody.detail .product-info .variants .showMore {
  color: #237b6d;
  text-decoration: underline;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pagebody.detail .product-info .variants label.headline {
  font-size: 24px;
  color: #000000;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Cinzel', sans-serif !important;
}
@media (max-width: 991px) {
  .pagebody.detail .product-info .variants label.headline {
    margin-top: 0;
  }
}
.pagebody.detail .product-info .variants select {
  box-shadow: none;
  height: 42px;
  padding: 10px 12px;
}
.pagebody.detail .product-info .additional-informations {
  color: #000000;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.pagebody.detail .product-info .additional-informations .red {
  color: #237b6d;
}
.pagebody.detail .product-info .additional-informations .green {
  color: #3b801b;
}
.pagebody.detail .product-info .additional-informations .orange {
  color: orange;
}
.pagebody.detail .product-info .additional-informations .item {
  line-height: 26px;
}
.pagebody.detail .product-info .additional-informations .item span {
  font-weight: bold;
}
.pagebody.detail .product-info .additional-informations .item small {
  font-size: 13px;
}
.pagebody.detail .product-info .show-parameters {
  margin-bottom: 10px;
  margin-top: 20px;
}
.pagebody.detail .product-info .show-parameters a {
  text-decoration: none;
}
.pagebody.detail .product-info .attributes {
  background: #000000;
  padding: 10px;
  margin-top: 30px;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes {
    padding: 20px 10px;
  }
}
.pagebody.detail .product-info .attributes h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes h2 {
    text-align: center;
    padding: 10px;
    font-size: 19px;
  }
}
.pagebody.detail .product-info .attributes img {
  width: 57px;
  height: 57px;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes .attr {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 650px) {
  .pagebody.detail .product-info .attributes .attr {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .pagebody.detail .product-info .attributes .attr:hover .tooltip-attrs {
    display: inline-block;
    vertical-align: top;
  }
}
.pagebody.detail .product-info .attributes .attr .tooltip-attrs {
  background: #000000;
  position: absolute;
  top: 70px;
  left: -110px;
  z-index: 10;
  width: 300px;
  padding: 10px;
  display: none;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes .attr .tooltip-attrs {
    display: block;
    background: none;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding-top: 0;
    z-index: 0;
  }
}
.pagebody.detail .product-info .attributes .attr .tooltip-attrs .name {
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin-bottom: 5px;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes .attr .tooltip-attrs .name {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
  }
}
.pagebody.detail .product-info .attributes .attr .tooltip-attrs .description {
  color: black;
  margin: 0;
  height: auto;
}
.pagebody.detail .product-info .attributes .attr .tooltip-attrs:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: -14px;
  margin-left: 43%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #000000;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .attributes .attr .tooltip-attrs:before {
    display: none;
  }
}
.pagebody.detail .product-info .disabled {
  color: #f35e5e;
  font-size: 25px;
  text-align: center;
  padding: 8px 0;
}
.pagebody.detail .product-info .price-cart {
  color: #000000;
  background: #F6F4F6;
  padding: 10px;
}
.pagebody.detail .product-info .price-cart .prices {
  position: relative;
  top: 12px;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .price-cart .prices {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .pagebody.detail .product-info .price-cart .prices.price-in-sale {
    top: 0;
  }
}
@media (max-width: 1200px) {
  .pagebody.detail .product-info .price-cart .prices.price-in-sale .price-before {
    top: 0;
  }
}
.pagebody.detail .product-info .price-cart .prices .price-before {
  font-size: 16px;
  text-decoration: line-through;
  position: relative;
  top: 7.5px;
  margin-right: 5px;
  font-size: 14px;
  color: #888888;
  display: inline-block;
  vertical-align: top;
}
.pagebody.detail .product-info .price-cart .prices .price {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: black;
}
.pagebody.detail .product-info .price-cart .quantity {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 7px;
  text-align: center;
}
@media (max-width: 1200px) {
  .pagebody.detail .product-info .price-cart .quantity {
    top: 3px;
  }
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .price-cart .quantity {
    width: 49%;
  }
}
.pagebody.detail .product-info .price-cart .quantity .minus {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 38px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 38px;
  background: white;
}
.pagebody.detail .product-info .price-cart .quantity .minus:before {
  content: '-';
  position: relative;
  top: 4px;
  right: 0px;
}
@media (max-width: 400px) {
  .pagebody.detail .product-info .price-cart .quantity .minus {
    width: 40px;
  }
}
.pagebody.detail .product-info .price-cart .quantity .totalinput {
  display: inline-block;
  vertical-align: top;
  border-left: 2px solid #EFEFEF;
  border-right: 2px solid #EFEFEF;
  width: 55px;
  line-height: 38px;
  color: #000000;
  padding: 0 2px;
  font-size: 14px;
  position: relative;
  left: -4px;
  height: 38px;
  padding-right: 5px;
  background: white;
}
.pagebody.detail .product-info .price-cart .quantity .totalinput input {
  width: 47%;
  border: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #000000;
  font-size: 14px;
  height: 100%;
  padding-top: 2.5px;
}
.pagebody.detail .product-info .price-cart .quantity .totalinput .unit {
  width: 39%;
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
.pagebody.detail .product-info .price-cart .quantity .plus {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 38px;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -8px;
  cursor: pointer;
  height: 38px;
  background: white;
}
.pagebody.detail .product-info .price-cart .quantity .plus:before {
  content: '+';
  position: relative;
  top: 5px;
  right: 0px;
}
@media (max-width: 400px) {
  .pagebody.detail .product-info .price-cart .quantity .plus {
    width: 40px;
  }
}
.pagebody.detail .product-info .price-cart .button {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .price-cart .button {
    width: 49%;
  }
}
.pagebody.detail .product-info .price-cart .button .btn {
  font-size: 16px;
  color: white;
  box-shadow: none;
  border: none;
  padding: 17.8px 39px;
}
.lang_DE .pagebody.detail .product-info .price-cart .button .btn {
  font-size: 13px;
}
.pagebody.detail .product-info .price-cart .button .btn:hover {
  background: #000000;
}
@media (max-width: 1200px) {
  .pagebody.detail .product-info .price-cart .button .btn {
    padding: 13.8px 11px;
  }
}
@media (max-width: 990px) {
  .pagebody.detail .product-info .price-cart .button .btn {
    width: 100%;
  }
}
.pagebody.detail .product-info .quantity-and-button {
  text-align: right;
  position: relative;
  padding: 0;
}
.pagebody.detail .product-info .quantity-and-button .btn {
  background: #237B6D;
}
.pagebody.detail .product-info .avaiable-public-sale-code {
  padding: 15px 10px;
  background: #f6f4f6;
  margin: 10px -15px;
}
.pagebody.detail .product-info .avaiable-public-sale-code .icon {
  font-weight: bold;
  color: #237B6D;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -11px;
}
.pagebody.detail .product-info .avaiable-public-sale-code .wrap {
  padding-left: 20px;
}
.pagebody.detail .product-info .avaiable-public-sale-code .bold {
  font-weight: bold;
}
.pagebody.detail .product-info .avaiable-public-sale-code .main-color {
  color: #237B6D;
}
.pagebody.detail .parameters .parameter {
  padding: 10px 5px;
}
@media (max-width: 500px) {
  .pagebody.detail .parameters .parameter {
    padding: 10px 20px;
  }
}
.pagebody.detail .parameters .parameter span {
  font-weight: bold;
}
.pagebody.detail .parameters .parameter:nth-child(odd) {
  background: #f2f2f1;
}
.pagebody.detail .bottom {
  margin-top: 60px;
}
.pagebody.detail .bottom .separator {
  border-top: 4px solid #F6F4F6;
}
.pagebody.detail .bottom h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}
.pagebody.detail .bottom .description {
  color: #28201a;
  font-size: 14px;
  line-height: 24px;
}
.pagebody.detail .bottom .description h3 {
  font-size: 16px;
  font-weight: bold;
}
.pagebody.detail .bottom .video iframe {
  width: 100%;
}
.pagebody.detail .movie-wrap {
  margin-bottom: 30px;
}
.pagebody.detail .movie-wrap h2 {
  text-align: center;
  font-size: 32px;
}
.pagebody.detail .movie-wrap .description {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.pagebody.detail .movie-wrap .movie {
  text-align: center;
  position: relative;
  min-height: 500px;
  min-width: 500px;
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie img {
    max-width: 100%;
  }
}
.pagebody.detail .movie-wrap .movie.preview {
  line-height: 500px;
}
.pagebody.detail .movie-wrap .movie .play {
  font-size: 60px;
  position: absolute;
  top: calc(50% - 65px);
  left: calc(50% - 65px);
  background: rgba(181, 181, 181, 0.6);
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  border-radius: 50%;
  cursor: pointer;
}
.pagebody.detail .movie-wrap .movie .play .fa {
  position: relative;
  left: 6px;
  color: white;
}
.pagebody.detail .movie-wrap .movie video {
  min-height: 500px !important;
  min-width: 500px !important;
  background: white;
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie video {
    min-height: initial !important;
    min-width: initial !important;
  }
}
.pagebody.detail .movie-wrap .movie video::-webkit-media-controls-time-remaining-display {
  display: none;
}
.pagebody.detail .movie-wrap .movie video::-webkit-media-controls-current-time-display {
  display: none;
}
.pagebody.detail .movie-wrap .movie video::-webkit-media-controls-mute-button {
  display: none;
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie .video-js-responsive-container.vjs-hd {
    padding-top: 100%;
  }
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie .video-js-responsive-container.vjs-sd {
    padding-top: 75%;
  }
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie .video-js-responsive-container {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie .video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pagebody.detail .movie-wrap .movie .video-js {
  min-height: 500px !important;
  min-width: 500px !important;
  max-height: 500px;
  max-width: 500px;
}
@media (max-width: 576px) {
  .pagebody.detail .movie-wrap .movie .video-js {
    min-height: auto !important;
    min-width: 100% !important;
    max-height: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
  }
}
.pagebody.detail .movie-wrap .movie .hiddenVideo {
  display: none;
}
.pagebody.detail .products-block {
  padding: 0 0 40px 0;
  margin-top: 60px;
}
.pagebody.detail .products-block h2 {
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #000000;
  font-weight: 400;
}
.pagebody.detail .products-block .separator {
  border: none;
}
.pagebody.detail .products-block a {
  text-decoration: none;
  color: inherit;
}
.lastVisited {
  padding-bottom: 40px;
}
.lastVisited h2 {
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  color: #000000;
}
