.product-detail {
  color: #222222;
}

.product-thumbnails {
  display: block;
  max-height: 100%;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-thumbnails > li {
  margin-bottom: 10px;
  user-select: none;
  border-radius: 4px;
  overflow: hidden;
}

.product-thumbnails > li.selected {
  border: 1px solid #00407e;
}

.product-preview {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.product-preview img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.product-preview .controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 50px;
  background: rgba(0, 0, 0, 0.25);
  color: white;
  margin-top: -25px;
  line-height: 45px;
  font-size: 25px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  user-select: none;
}

.product-preview .controls:hover {
  background: rgba(0, 0, 0, 0.5);
}

.product-preview .controls.right {
  left: auto;
  right: 0;
}

.full_detail form#vlozit_do_kosika{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 100;
  background: #fff;
}

.full_detail .product-detail.row {
  width: 100%;
  max-width: 800px;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 auto;
}

.full_detail .product-thumbnails-col {
  width: auto;
  max-width: none;
  flex: 0 0 15%;
}

.full_detail .product-preview-col {
  width: auto;
  max-width: 100%;
  flex: 1 0 85%;
}

.full_detail .product-details-col,
.full_detail .product-preview__badges,
.full_detail .hide-on-full-detail,
.full_detail #main-header,
.full_detail footer.footer {
  display: none !important;
}

.close_full_detail {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-size: 50px;
  color: #000;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}

.close_full_detail:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.full_detail .close_full_detail {
  display: block;
}

.product-preview__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-preview__badges > * {
  margin-bottom: 10px;
}

.bagde-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.5em 1.25em;
  vertical-align: text-bottom;
  border-radius: 4px;
  background-color: #7ab026;
  color: #fff;
}

.bagde-button.sale-level-1 {
  background-color: #e10b89;
  color: #fff;
}

.bagde-button.sale-level-2 {
  background-color: #124fa0;
  color: #fff;
}

.bagde-button.sale-level-3 {
  background-color: #b02626;
  color: #fff;
}

.bagde-button.sale-level-4 {
  background-color: #eee219;
  color: #000;
}

.product-brand-logo img {
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}

.product-heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: #444444;
}

.product-heading > strong {
  font-weight: 500;
}

.product-info {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.product-info__item {
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
}

.product-info__item > strong {
  font-weight: 500;
}

.product-price-info > * {
  margin-right: 20px;
}

.product-price-info > *:last-child {
  margin-right: 0;
}

.product-price {
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}

.product-price::after {
  content: '€';
  margin-left: 5px;
}

.product-price > i {
  font-size: 0.5em;
  font-style: normal;
}

.product-price--orig {
  color: #444444;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-price--off {
  color: #ff0000;
}

.product-price-discount {
  font-size: 14px;
  font-weight: 300;
  color: #444444;
}

.product-availability {
  margin: 2em 0;
}

.product-availability__status {
  margin-left: 1em;
  font-weight: 500;
  color: #b02626;
  text-transform: uppercase;
}

.product-availability__status--available {
  color: #7ab026;
}

.product-variants {
  display: flex;
  align-items: baseline;
  align-content: space-between;
}

.product-variants #velkostna_tabulka {
  margin-left: 1em;
  white-space: nowrap;
  color: #000;
  font-weight: 300;
  text-decoration: underline;
  background: none;
}

.product-variants > a:hover {
  text-decoration: none;
}

.product-variants > select {
  width: 280px;
  max-width: 80vw;
  height: 52px;
  margin-bottom: 20px;
}

.add-to-cart {
  width: 280px;
  max-width: 80vw;
  margin-bottom: 20px;
}

.add-to-cart__button {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  background-color: #7ab026;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.add-to-cart__button:hover {
  background-color: #8fc738;
}

.add-to-cart__button::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/images/shopping-bag-line.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.add-to-cart__info {
  margin: 7px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  color: #444444;
}

.add-to-cart__info a {
  color: inherit;
  font-weight: 400;
}

.product-description__title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5em;
  color: #444444;
}

.product-description__material {
  margin-bottom: 20px;
}

.product-description__material-item {
  display: flex;
  justify-content: flex-start;
}

.product-description__material-item > strong {
  display: inline-block;
  flex-basis: 80px;
  flex-shrink: 0;
}

.product-description ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.product-description li {
  line-height: 1.4em;
}

.product-description li::marker {
  content: '\2022   ';
}

.product-shops {
  margin: 40px 0;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

.product-shops__shop {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  color: inherit;
  white-space: nowrap;
}

.product-shops__icon {
  margin-left: 10px;
  color: #b02626;
}

.product-shops__contact {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-shops__contact-photo {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  overflow: hidden;
  object-fit: contain;
}

.product-shops__contact-text {
  flex-grow: 1;
  margin: 0;
  font-weight: 400;
  color: #222222;
}

.product-shops__contact-text strong {
  font-weight: 500;
}

.product-shops__contact-text a {
  font-weight: 500;
  white-space: nowrap;
  color: inherit;
}

.product-offline-brand {
  color: #444444;
  font-weight: 500;
}

