@charset "UTF-8";
/*!
Theme Name: Froggy wear
Theme URI: https://froggywear.sk/
Author: NEONUS s.r.o
Author URI: https://neonus.sk/
Description: 27.05.2022 - froggywear.sk, custom téma. Grafický návrh a programovanie od NEONUS s.r.o.,
Requires at least: 1.0.0
Requires PHP: 5.2.4
Version: 240717
License: GLicense: froggywear Copyright 2022. All right reserved.
Text Domain: froggywear
Tags: nws-admin, eshop, products, filter,
*/
/*!
 * NEONUS : grid for Sites + ofcannvas + nws tabs
 * Version 2.0.0
 * NEONUS s.k
 */
/*!
 * NEONUS : grid for Sites + ofcannvas + nws tabs
 * Version 2.0.0
 * NEONUS s.k
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

template {
  display: none;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu a {
  text-decoration: none;
  display: inline-block;
}

.nws-admin-edit-link {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #fff;
  background: red;
  padding: 4px;
  z-index: 20;
}

.nws-admin-edit-link:hover {
  background: black;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  box-sizing: border-box;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
  width: auto;
}
.cell.shrink {
  flex: 0 0 auto;
  width: auto;
}

.grid-x > .small-shrink {
  flex-basis: auto;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.grid-x {
  display: flex;
  /* 40em == 640px*/
  /* 64em == 1024px*/
  /* 85em == 1360px*/
}
@media print, screen and (min-width: 0em) {
  .grid-x > .small-1 {
    width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .grid-x > .small-2 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .grid-x > .small-3 {
    width: 12.5%;
    flex: 0 0 12.5%;
  }
  .grid-x > .small-4 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .grid-x > .small-5 {
    width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .grid-x > .small-6 {
    width: 25%;
    flex: 0 0 25%;
  }
  .grid-x > .small-7 {
    width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .grid-x > .small-8 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .grid-x > .small-9 {
    width: 37.5%;
    flex: 0 0 37.5%;
  }
  .grid-x > .small-10 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .grid-x > .small-11 {
    width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .grid-x > .small-12 {
    width: 50%;
    flex: 0 0 50%;
  }
  .grid-x > .small-13 {
    width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .grid-x > .small-14 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .grid-x > .small-15 {
    width: 62.5%;
    flex: 0 0 62.5%;
  }
  .grid-x > .small-16 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .grid-x > .small-17 {
    width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .grid-x > .small-18 {
    width: 75%;
    flex: 0 0 75%;
  }
  .grid-x > .small-19 {
    width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .grid-x > .small-20 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .grid-x > .small-21 {
    width: 87.5%;
    flex: 0 0 87.5%;
  }
  .grid-x > .small-22 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .grid-x > .small-23 {
    width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .grid-x > .small-24 {
    width: 100%;
    flex: 0 0 100%;
  }
  .grid-x > .small-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .small-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-1 {
    width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .grid-x > .medium-2 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 12.5%;
    flex: 0 0 12.5%;
  }
  .grid-x > .medium-4 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .grid-x > .medium-5 {
    width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .grid-x > .medium-6 {
    width: 25%;
    flex: 0 0 25%;
  }
  .grid-x > .medium-7 {
    width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .grid-x > .medium-8 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 37.5%;
    flex: 0 0 37.5%;
  }
  .grid-x > .medium-10 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .grid-x > .medium-11 {
    width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .grid-x > .medium-12 {
    width: 50%;
    flex: 0 0 50%;
  }
  .grid-x > .medium-13 {
    width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .grid-x > .medium-14 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .grid-x > .medium-15 {
    width: 62.5%;
    flex: 0 0 62.5%;
  }
  .grid-x > .medium-16 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .grid-x > .medium-17 {
    width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .grid-x > .medium-18 {
    width: 75%;
    flex: 0 0 75%;
  }
  .grid-x > .medium-19 {
    width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .grid-x > .medium-20 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .grid-x > .medium-21 {
    width: 87.5%;
    flex: 0 0 87.5%;
  }
  .grid-x > .medium-22 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .grid-x > .medium-23 {
    width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .grid-x > .medium-24 {
    width: 100%;
    flex: 0 0 100%;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-1 {
    width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .grid-x > .large-2 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .grid-x > .large-3 {
    width: 12.5%;
    flex: 0 0 12.5%;
  }
  .grid-x > .large-4 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .grid-x > .large-5 {
    width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .grid-x > .large-6 {
    width: 25%;
    flex: 0 0 25%;
  }
  .grid-x > .large-7 {
    width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .grid-x > .large-8 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .grid-x > .large-9 {
    width: 37.5%;
    flex: 0 0 37.5%;
  }
  .grid-x > .large-10 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .grid-x > .large-11 {
    width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .grid-x > .large-12 {
    width: 50%;
    flex: 0 0 50%;
  }
  .grid-x > .large-13 {
    width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .grid-x > .large-14 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .grid-x > .large-15 {
    width: 62.5%;
    flex: 0 0 62.5%;
  }
  .grid-x > .large-16 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .grid-x > .large-17 {
    width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .grid-x > .large-18 {
    width: 75%;
    flex: 0 0 75%;
  }
  .grid-x > .large-19 {
    width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .grid-x > .large-20 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .grid-x > .large-21 {
    width: 87.5%;
    flex: 0 0 87.5%;
  }
  .grid-x > .large-22 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .grid-x > .large-23 {
    width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .grid-x > .large-24 {
    width: 100%;
    flex: 0 0 100%;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-x > .xlarge-1 {
    width: 4.1666666667%;
    flex: 0 0 4.1666666667%;
  }
  .grid-x > .xlarge-2 {
    width: 8.3333333333%;
    flex: 0 0 8.3333333333%;
  }
  .grid-x > .xlarge-3 {
    width: 12.5%;
    flex: 0 0 12.5%;
  }
  .grid-x > .xlarge-4 {
    width: 16.6666666667%;
    flex: 0 0 16.6666666667%;
  }
  .grid-x > .xlarge-5 {
    width: 20.8333333333%;
    flex: 0 0 20.8333333333%;
  }
  .grid-x > .xlarge-6 {
    width: 25%;
    flex: 0 0 25%;
  }
  .grid-x > .xlarge-7 {
    width: 29.1666666667%;
    flex: 0 0 29.1666666667%;
  }
  .grid-x > .xlarge-8 {
    width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
  .grid-x > .xlarge-9 {
    width: 37.5%;
    flex: 0 0 37.5%;
  }
  .grid-x > .xlarge-10 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
  }
  .grid-x > .xlarge-11 {
    width: 45.8333333333%;
    flex: 0 0 45.8333333333%;
  }
  .grid-x > .xlarge-12 {
    width: 50%;
    flex: 0 0 50%;
  }
  .grid-x > .xlarge-13 {
    width: 54.1666666667%;
    flex: 0 0 54.1666666667%;
  }
  .grid-x > .xlarge-14 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
  }
  .grid-x > .xlarge-15 {
    width: 62.5%;
    flex: 0 0 62.5%;
  }
  .grid-x > .xlarge-16 {
    width: 66.6666666667%;
    flex: 0 0 66.6666666667%;
  }
  .grid-x > .xlarge-17 {
    width: 70.8333333333%;
    flex: 0 0 70.8333333333%;
  }
  .grid-x > .xlarge-18 {
    width: 75%;
    flex: 0 0 75%;
  }
  .grid-x > .xlarge-19 {
    width: 79.1666666667%;
    flex: 0 0 79.1666666667%;
  }
  .grid-x > .xlarge-20 {
    width: 83.3333333333%;
    flex: 0 0 83.3333333333%;
  }
  .grid-x > .xlarge-21 {
    width: 87.5%;
    flex: 0 0 87.5%;
  }
  .grid-x > .xlarge-22 {
    width: 91.6666666667%;
    flex: 0 0 91.6666666667%;
  }
  .grid-x > .xlarge-23 {
    width: 95.8333333333%;
    flex: 0 0 95.8333333333%;
  }
  .grid-x > .xlarge-24 {
    width: 100%;
    flex: 0 0 100%;
  }
  .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
}

.grid-x.grid-margin-x {
  display: flex;
  /* 40em == 640px*/
  /* 40em == 640px*/
  /* 64em == 1024px*/
  /* 64em == 1024px*/
  /* 85em == 1360px*/
  /* 85em == 1360px*/
}
@media print, screen and (min-width: 0em) {
  .grid-x.grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.25rem);
    flex: 0 0 calc(4.1666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.25rem);
    flex: 0 0 calc(8.3333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem);
    flex: 0 0 calc(12.5% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.25rem);
    flex: 0 0 calc(16.6666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.25rem);
    flex: 0 0 calc(20.8333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem);
    flex: 0 0 calc(25% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.25rem);
    flex: 0 0 calc(29.1666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.25rem);
    flex: 0 0 calc(33.3333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem);
    flex: 0 0 calc(37.5% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.25rem);
    flex: 0 0 calc(41.6666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.25rem);
    flex: 0 0 calc(45.8333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.25rem);
    flex: 0 0 calc(54.1666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.25rem);
    flex: 0 0 calc(58.3333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem);
    flex: 0 0 calc(62.5% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.25rem);
    flex: 0 0 calc(66.6666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.25rem);
    flex: 0 0 calc(70.8333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem);
    flex: 0 0 calc(75% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.25rem);
    flex: 0 0 calc(79.1666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.25rem);
    flex: 0 0 calc(83.3333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem);
    flex: 0 0 calc(87.5% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.25rem);
    flex: 0 0 calc(91.6666666667% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.25rem);
    flex: 0 0 calc(95.8333333333% - 1.25rem);
  }
  .grid-x.grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem);
    flex: 0 0 calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 0em) {
  .grid-x.grid-margin-x > .small-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x.grid-margin-x > .small-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x.grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 2rem);
    flex: 0 0 calc(4.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 2rem);
    flex: 0 0 calc(8.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-3 {
    width: calc(12.5% - 2rem);
    flex: 0 0 calc(12.5% - 2rem);
  }
  .grid-x.grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 2rem);
    flex: 0 0 calc(16.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 2rem);
    flex: 0 0 calc(20.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-6 {
    width: calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
  }
  .grid-x.grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 2rem);
    flex: 0 0 calc(29.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 2rem);
    flex: 0 0 calc(33.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-9 {
    width: calc(37.5% - 2rem);
    flex: 0 0 calc(37.5% - 2rem);
  }
  .grid-x.grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 2rem);
    flex: 0 0 calc(41.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 2rem);
    flex: 0 0 calc(45.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-12 {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
  .grid-x.grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 2rem);
    flex: 0 0 calc(54.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 2rem);
    flex: 0 0 calc(58.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-15 {
    width: calc(62.5% - 2rem);
    flex: 0 0 calc(62.5% - 2rem);
  }
  .grid-x.grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 2rem);
    flex: 0 0 calc(66.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 2rem);
    flex: 0 0 calc(70.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-18 {
    width: calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
  }
  .grid-x.grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 2rem);
    flex: 0 0 calc(79.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 2rem);
    flex: 0 0 calc(83.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-21 {
    width: calc(87.5% - 2rem);
    flex: 0 0 calc(87.5% - 2rem);
  }
  .grid-x.grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 2rem);
    flex: 0 0 calc(91.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 2rem);
    flex: 0 0 calc(95.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .small-24 {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-1 {
    width: calc(4.1666666667% - 2rem);
    flex: 0 0 calc(4.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-2 {
    width: calc(8.3333333333% - 2rem);
    flex: 0 0 calc(8.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-3 {
    width: calc(12.5% - 2rem);
    flex: 0 0 calc(12.5% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-4 {
    width: calc(16.6666666667% - 2rem);
    flex: 0 0 calc(16.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-5 {
    width: calc(20.8333333333% - 2rem);
    flex: 0 0 calc(20.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-6 {
    width: calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-7 {
    width: calc(29.1666666667% - 2rem);
    flex: 0 0 calc(29.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-8 {
    width: calc(33.3333333333% - 2rem);
    flex: 0 0 calc(33.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-9 {
    width: calc(37.5% - 2rem);
    flex: 0 0 calc(37.5% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-10 {
    width: calc(41.6666666667% - 2rem);
    flex: 0 0 calc(41.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-11 {
    width: calc(45.8333333333% - 2rem);
    flex: 0 0 calc(45.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-12 {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-13 {
    width: calc(54.1666666667% - 2rem);
    flex: 0 0 calc(54.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-14 {
    width: calc(58.3333333333% - 2rem);
    flex: 0 0 calc(58.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-15 {
    width: calc(62.5% - 2rem);
    flex: 0 0 calc(62.5% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-16 {
    width: calc(66.6666666667% - 2rem);
    flex: 0 0 calc(66.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-17 {
    width: calc(70.8333333333% - 2rem);
    flex: 0 0 calc(70.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-18 {
    width: calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-19 {
    width: calc(79.1666666667% - 2rem);
    flex: 0 0 calc(79.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-20 {
    width: calc(83.3333333333% - 2rem);
    flex: 0 0 calc(83.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-21 {
    width: calc(87.5% - 2rem);
    flex: 0 0 calc(87.5% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-22 {
    width: calc(91.6666666667% - 2rem);
    flex: 0 0 calc(91.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-23 {
    width: calc(95.8333333333% - 2rem);
    flex: 0 0 calc(95.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .medium-24 {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x.grid-margin-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x.grid-margin-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x.grid-margin-x > .large-1 {
    width: calc(4.1666666667% - 2rem);
    flex: 0 0 calc(4.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-2 {
    width: calc(8.3333333333% - 2rem);
    flex: 0 0 calc(8.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-3 {
    width: calc(12.5% - 2rem);
    flex: 0 0 calc(12.5% - 2rem);
  }
  .grid-x.grid-margin-x > .large-4 {
    width: calc(16.6666666667% - 2rem);
    flex: 0 0 calc(16.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-5 {
    width: calc(20.8333333333% - 2rem);
    flex: 0 0 calc(20.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-6 {
    width: calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
  }
  .grid-x.grid-margin-x > .large-7 {
    width: calc(29.1666666667% - 2rem);
    flex: 0 0 calc(29.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-8 {
    width: calc(33.3333333333% - 2rem);
    flex: 0 0 calc(33.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-9 {
    width: calc(37.5% - 2rem);
    flex: 0 0 calc(37.5% - 2rem);
  }
  .grid-x.grid-margin-x > .large-10 {
    width: calc(41.6666666667% - 2rem);
    flex: 0 0 calc(41.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-11 {
    width: calc(45.8333333333% - 2rem);
    flex: 0 0 calc(45.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-12 {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
  .grid-x.grid-margin-x > .large-13 {
    width: calc(54.1666666667% - 2rem);
    flex: 0 0 calc(54.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-14 {
    width: calc(58.3333333333% - 2rem);
    flex: 0 0 calc(58.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-15 {
    width: calc(62.5% - 2rem);
    flex: 0 0 calc(62.5% - 2rem);
  }
  .grid-x.grid-margin-x > .large-16 {
    width: calc(66.6666666667% - 2rem);
    flex: 0 0 calc(66.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-17 {
    width: calc(70.8333333333% - 2rem);
    flex: 0 0 calc(70.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-18 {
    width: calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
  }
  .grid-x.grid-margin-x > .large-19 {
    width: calc(79.1666666667% - 2rem);
    flex: 0 0 calc(79.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-20 {
    width: calc(83.3333333333% - 2rem);
    flex: 0 0 calc(83.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-21 {
    width: calc(87.5% - 2rem);
    flex: 0 0 calc(87.5% - 2rem);
  }
  .grid-x.grid-margin-x > .large-22 {
    width: calc(91.6666666667% - 2rem);
    flex: 0 0 calc(91.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .large-23 {
    width: calc(95.8333333333% - 2rem);
    flex: 0 0 calc(95.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .large-24 {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x.grid-margin-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x.grid-margin-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
}
@media print, screen and (min-width: 85em) {
  .grid-x.grid-margin-x > .xlarge-1 {
    width: calc(4.1666666667% - 2rem);
    flex: 0 0 calc(4.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-2 {
    width: calc(8.3333333333% - 2rem);
    flex: 0 0 calc(8.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-3 {
    width: calc(12.5% - 2rem);
    flex: 0 0 calc(12.5% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-4 {
    width: calc(16.6666666667% - 2rem);
    flex: 0 0 calc(16.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-5 {
    width: calc(20.8333333333% - 2rem);
    flex: 0 0 calc(20.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-6 {
    width: calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-7 {
    width: calc(29.1666666667% - 2rem);
    flex: 0 0 calc(29.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-8 {
    width: calc(33.3333333333% - 2rem);
    flex: 0 0 calc(33.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-9 {
    width: calc(37.5% - 2rem);
    flex: 0 0 calc(37.5% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-10 {
    width: calc(41.6666666667% - 2rem);
    flex: 0 0 calc(41.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-11 {
    width: calc(45.8333333333% - 2rem);
    flex: 0 0 calc(45.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-12 {
    width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-13 {
    width: calc(54.1666666667% - 2rem);
    flex: 0 0 calc(54.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-14 {
    width: calc(58.3333333333% - 2rem);
    flex: 0 0 calc(58.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-15 {
    width: calc(62.5% - 2rem);
    flex: 0 0 calc(62.5% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-16 {
    width: calc(66.6666666667% - 2rem);
    flex: 0 0 calc(66.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-17 {
    width: calc(70.8333333333% - 2rem);
    flex: 0 0 calc(70.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-18 {
    width: calc(75% - 2rem);
    flex: 0 0 calc(75% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-19 {
    width: calc(79.1666666667% - 2rem);
    flex: 0 0 calc(79.1666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-20 {
    width: calc(83.3333333333% - 2rem);
    flex: 0 0 calc(83.3333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-21 {
    width: calc(87.5% - 2rem);
    flex: 0 0 calc(87.5% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-22 {
    width: calc(91.6666666667% - 2rem);
    flex: 0 0 calc(91.6666666667% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-23 {
    width: calc(95.8333333333% - 2rem);
    flex: 0 0 calc(95.8333333333% - 2rem);
  }
  .grid-x.grid-margin-x > .xlarge-24 {
    width: calc(100% - 2rem);
    flex: 0 0 calc(100% - 2rem);
  }
}
@media print, screen and (min-width: 85em) {
  .grid-x.grid-margin-x > .xlarge-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x.grid-margin-x > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }
}

.grid-x.grid-margin-x {
  display: flex;
}
.grid-x.grid-margin-x > .cell {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-x.grid-margin-x > .cell {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.grid-container .grid-x.grid-margin-x,
.grid-container .grid-x.grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-container .grid-x.grid-margin-x,
  .grid-container .grid-x.grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.grid-margin-y > .cell {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  /* 40em == 640px*/
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.grid-margin-x .grid-x.grid-margin-x {
  margin-left: 0;
  margin-right: 0;
}

.off-canvas-item[data-size=""] {
  visibility: hidden;
  display: none;
}

/* 84.937em = 1359px*/
@media print, screen and (max-width: 63.9375em) {
  .off-canvas-item[data-size=medium] {
    visibility: hidden;
    display: none;
  }
}
.off-canvas-item.offcanvas {
  width: 300px;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(300px);
  transition: all 0.3s;
  z-index: 110;
  visibility: hidden;
}
.off-canvas-item.offcanvas.is-active {
  visibility: visible;
  transform: translateX(0px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.offcanvas-close {
  display: block;
  position: fixed;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.54);
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateX(-100%);
}
.offcanvas-close.is-active {
  transition: opacity 0.3s;
  transform: translateX(0);
  display: block;
  opacity: 1;
  visibility: visible;
}

a.close-canvas-button {
  text-decoration: none;
  color: black;
  padding: 5px;
  display: inline-block;
  background: #e5e5e5;
  font-size: 1.3em;
}
a.close-canvas-button i {
  display: block;
}
a.close-canvas-button:hover {
  background: #222;
  color: #fff;
}

.nws-tabs-accordion .nws-tab-content {
  display: none;
}
.nws-tabs-accordion.opened > .nws-tab-content {
  display: block;
}
.nws-tabs-accordion.opened > .nws-tab-content ~ .nws-tab-content {
  display: none;
}
.nws-tabs-accordion .nws-tab-content.active {
  display: block;
}
.nws-tabs-accordion.is-accordions {
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
  display: flex;
  flex-flow: row wrap;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-1,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-1 {
  order: 1;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-2,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-2 {
  order: 2;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-3,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-3 {
  order: 3;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-4,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-4 {
  order: 4;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-5,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-5 {
  order: 5;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-6,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-6 {
  order: 6;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-7,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-7 {
  order: 7;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-8,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-8 {
  order: 8;
  width: 100%;
  flex: 0 0 100%;
}
.nws-tabs-accordion.is-accordions .nws-tab-content.t-9,
.nws-tabs-accordion.is-accordions .nws-tab-link.t-9 {
  order: 9;
  width: 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  .nws-tabs-accordion.large-opened > .nws-tab-content {
    display: block;
  }
  .nws-tabs-accordion.large-opened > .nws-tab-content ~ .nws-tab-content {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .nws-tabs-accordion.medium-opened > .nws-tab-content {
    display: block;
  }
  .nws-tabs-accordion.medium-opened > .nws-tab-content ~ .nws-tab-content {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
  .offcanvas.in-canvas-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transform: unset;
    transition: none;
    box-shadow: transparent;
  }
}
@media screen and (max-width: 1023px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .show-for-medium {
    display: none !important;
  }
}
.not-selectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  touch-action: none;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee {
  background: #fff;
  display: block;
  width: 100%;
  border: 1px solid rgba(112, 112, 112, 0.2);
  border-width: 1px 0;
  position: relative;
  height: 100px;
  overflow-x: hidden;
}
.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
  top: 0;
  left: 0;
}
.marquee span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ddd;
  padding: 1em;
  letter-spacing: 0.5em;
}
.marquee span:after {
  content: "";
  background: #ddd;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}

.platobne-brany {
  display: block;
  text-align: center;
  padding: 1em;
  background: #fff;
}
.platobne-brany img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.footer-site {
  background: #32292C;
  color: #fff;
  position: relative;
}
.footer-site .grid-container {
  position: relative;
  z-index: 1;
}
.footer-site a {
  text-decoration: none;
  transition: all 0.3s;
}
.footer-site .footer-boxes {
  padding: 2.5em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.footer-site .footer-boxes.contact {
  border-top: 0;
  flex-flow: row wrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-site .footer-boxes.contact .contacts {
  margin-right: 1rem;
}
.footer-site .footer-boxes.contact a {
  color: #fff;
  margin: 0 0.5rem;
  transition: all 0.3s;
}
.footer-site .footer-boxes.contact a.soc {
  font-size: 1.5em;
}
.footer-site .footer-boxes.contact a.soc:hover {
  color: #009688;
}
.footer-site .footer-boxes.contact .button {
  margin: 0 1rem;
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 0.5em 1em;
  display: inline-flex;
  align-items: center;
}
.footer-site .footer-boxes.contact .button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
}
.footer-site .footer-boxes.contact .button i {
  display: block;
  font-size: 1.7em;
  font-weight: 100;
  margin-right: 9px;
}
.footer-site .footer-boxes.contact .button.phone small::before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 10px;
  margin: 0 5px 0 0;
}
.footer-site .footer-boxes.contact .button span {
  display: block;
}
.footer-site .footer-boxes.contact .button span small {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}
.footer-site .footer-boxes h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 4px;
}
.footer-site .footer-boxes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
}
.footer-site .footer-boxes ul li {
  padding: 5px 0;
}
.footer-site .footer-boxes ul a {
  color: #fff;
  opacity: 0.5;
}
.footer-site .footer-boxes ul a:hover {
  opacity: 1;
}
.footer-site .circles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
  max-width: 100%;
  max-width: 100%;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1em;
  text-align: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
}
.copyright img {
  opacity: 0.5;
  max-width: 78px;
}

@media screen and (max-width: 1023px) {
  .footer-site .footer-boxes.contact .button {
    margin: 4px 0.4rem;
  }
  .footer-site .footer-boxes ul {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 639px) {
  .footer-site .footer-boxes.contact {
    align-items: center;
  }
  .footer-site .footer-boxes.contact .contacts {
    margin: 0 0 1.4em 0;
    flex: 0 0 100%;
    text-align: center;
  }
  .footer-site .footer-boxes {
    padding: 1.4em 0;
  }
  .footer-site .footer-boxes h3 {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
body.archive-body {
  background: #F6F6F6;
}

.entry-articles {
  margin-top: -1px;
  padding: 1.5em 0;
  position: relative;
}
.entry-articles .circles {
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  max-width: 100%;
  max-width: 100%;
}
.entry-articles > h3 {
  text-align: center;
}
.entry-articles > p {
  text-align: center;
}
.entry-articles > p > .button {
  font-weight: bold;
  padding-left: 2em;
  padding-right: 2em;
}

.grid-x.atricles-page {
  margin: 0 -10px;
}
.grid-x.atricles-page h1.page-title {
  padding-top: 0;
}
.grid-x.atricles-page > .cell {
  padding: 2em 10px;
}

.container-articles > .grid-x {
  margin: 0 -0.625rem;
}
.container-articles > .grid-x .cell {
  padding: 0.625rem;
}

.article-category {
  padding: 1em;
}
.article-category h3 {
  font-size: 1.0625rem;
}
.article-category .article-inner {
  background: #fff;
  height: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
}
.article-category .excerpt {
  line-height: 1.4;
}
.article-category img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.article-category a.cover {
  display: block;
  position: relative;
  padding-top: 83%;
}
.article-category a.cover img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.article-category p.link,
.article-category .text-article {
  overflow: hidden;
  padding: 1.4em;
  color: #AAAAAA;
  font-size: 15px;
  flex: 1 0 auto;
}
.article-category p.link {
  padding-top: 0;
  flex: 0 0 auto;
}
.article-category h3 {
  margin-top: 0;
  margin-bottom: 0.8em;
}
.article-category h3 a {
  color: #32292C;
  text-decoration: none;
}
.article-category h3 a:hover {
  color: #046333;
}
.article-category p {
  margin: 0;
}
.article-category a.more {
  border-radius: 100px;
  color: #32292C;
  border-color: #32292C;
  font-weight: bold;
  padding: 0.3em 1.1em;
  border-width: 2px;
  transition: all 0.3s;
}
.article-category a.more:hover {
  background: #046333;
  border-color: #046333;
  color: #fff;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination {
  padding: 1em 0;
}
.pagination .nav-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links a, .pagination .nav-links span {
  color: #046333;
  text-decoration: none;
  display: block;
  padding: 0.3em;
  font-size: 1.1em;
  margin: 1px;
  min-width: 1.7em;
  border-radius: 50px;
  text-align: center;
}
.pagination .nav-links a.current, .pagination .nav-links a:hover, .pagination .nav-links span.current, .pagination .nav-links span:hover {
  background: #046333;
  color: #fff;
  transition: all 0.3s;
}
.pagination .nav-links a.next:hover, .pagination .nav-links a.prev:hover, .pagination .nav-links span.next:hover, .pagination .nav-links span.prev:hover {
  background: #046333;
}
.pagination .nav-links a i, .pagination .nav-links span i {
  display: block;
  font-size: 1.5em;
  padding: 0 0;
  line-height: 0.8;
}

.container-tags {
  overflow: hidden;
}
.container-tags h3 {
  margin: 0;
  float: left;
  font-weight: 400;
  font-size: 1em;
  margin: 0.6em 0.7em 0.6em 0;
}

.tags-links {
  display: flex;
  margin: 0 -4px;
  flex-flow: row wrap;
}
.tags-links .tag {
  flex: 0 0 auto;
  margin: 4px;
}
.tags-links .tag.active > a {
  color: black;
  font-weight: bold;
}
.tags-links a {
  background: #fff;
  text-decoration: none;
  color: #aaa;
  font-size: 13px;
  padding: 6px 11px;
  display: block;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}
.tags-links a:hover {
  color: #32292C;
}

.breadcrumbs {
  font-size: 0.9rem;
  margin-bottom: 1em;
  overflow: hidden;
}
.breadcrumbs > * {
  float: left;
}
.breadcrumbs a {
  color: #aaa;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #af2750;
}
.breadcrumbs.woocommerce-breadcrumb span:last-child,
.breadcrumbs .current {
  font-weight: bold;
  color: #050505;
}
.breadcrumbs .sep {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #aaa;
  margin: 5px 10px;
}
.breadcrumbs .sep i {
  display: none;
}

.article-wrap.cell {
  flex: 0 0 calc(100% - 220px);
  max-width: 47rem;
}

.related-articles.cell {
  flex: 0 0 220px;
}

article.article .image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
article.article section.excerpt p {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: 600;
  color: #32292C;
}
article.article .date {
  flex: 1 0 0;
  width: auto;
}
article.article .cat-links a {
  color: #af2750;
  font-weight: bold;
  transition: all 0.3s;
}
article.article .cat-links a:hover {
  color: #050505;
}

.related-articles > h3,
.article-header {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2rem;
}

.article-header .tags-links a {
  background: #F6F6F6;
  box-shadow: 0 0 0 transparent;
}

.article-info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}
.article-info i {
  border-radius: 30px;
  border: 2px solid #000;
  font-size: 1em;
  padding: 2px;
}
.article-info .sep {
  background: black;
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 10px;
  margin: 0 10px;
}

.article-content p {
  font-size: 1em;
  text-align: justify;
  color: black;
}
.article-content p a {
  color: #af2750;
  text-decoration: underline;
}
.article-content p a:hover {
  color: black;
  text-decoration: none;
}

.related-articles.top {
  align-self: end;
}
.related-articles > h3 {
  font-size: 1rem;
  margin-top: 0;
  padding: 1rem 0;
  text-align: center;
}
.related-articles .grid-x {
  margin: 0;
}
.related-articles .article-category.cell {
  padding: 0 0 1rem 0;
}
.related-articles .article-category.cell h3 {
  font-size: 1rem;
}
.related-articles .article-category.cell p.link {
  display: none;
}
.related-articles .article-category.cell .article-inner {
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}
.related-articles .article-category.cell .text-article {
  padding: 0.5rem 0;
  font-size: 14px;
  flex: 1 0 auto;
}
.related-articles .article-category.cell a.cover img {
  border-radius: 6px;
}

@media screen and (max-width: 1023px) {
  article.article section.excerpt p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 639px) {
  .article-category p.link, .article-category .text-article {
    padding: 0.5rem;
    font-size: 14px;
  }
  .grid-x.atricles-page > .cell {
    padding: 0 10px 1em 10px;
  }
  .grid-x.atricles-page h1.page-title {
    margin-top: 0;
  }
  .article-category h3 {
    font-size: 18px;
  }
  .article-category a.cover {
    padding-top: 83%;
  }
  .article-wrap.cell {
    flex: 0 0 100%;
  }
  .article-wrap.cell .article-content,
  .article-wrap.cell .excerpt {
    overflow: hidden;
  }
  .related-articles > h3, .article-header {
    margin-bottom: 1rem;
  }
  .article-header h1 {
    font-size: 1.3rem;
  }
  .article-info {
    font-size: 13px;
  }
  .article-info i {
    border-width: 1px;
  }
  .related-articles.cell {
    flex: 1 0 auto;
  }
}
.pph-lowest-price {
  color: #aaaaaa;
  font-size: 80%;
}

.inner .pph-lowest-price {
  font-size: 70%;
}

.large-my-5 {
  flex: 0 0 20%;
}

.text-below {
  color: #000000;
  font-weight: 500;
}

#sticky-add-to-cart {
  position: fixed;
  z-index: 1;
  top: -500px;
  left: 0;
  width: 100%;
  padding: 8px;
  opacity: 0.5;
  background: #f1f1f1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.39);
}
#sticky-add-to-cart.fixed {
  top: 0;
  transition: all 0.3s;
  opacity: 1;
}
#sticky-add-to-cart img {
  display: block;
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  margin-right: 0;
}
#sticky-add-to-cart .cell {
  padding: 0 8px;
}
#sticky-add-to-cart h3 {
  margin: 0;
  font-size: 0.91rem;
  line-height: 1.2;
}
#sticky-add-to-cart .price {
  margin: 0;
  font-size: 14px;
}
#sticky-add-to-cart .button {
  padding: 0.5em 0.7em;
  background: #046333;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
#sticky-add-to-cart i {
  display: none;
}

.prel {
  position: relative;
}

.product:not(.detail-product) .container-sticker {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.container-sticker {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.container-sticker .tags {
  max-height: 27px;
  overflow: hidden;
}
.container-sticker .sticker {
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 3px;
  padding: 0.4em 0.6em;
  background: #050505;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
.container-sticker .sticker.newie {
  background: #046333;
}
.container-sticker .sticker.top {
  background: #f7e38d;
  color: #050505;
}
.container-sticker .sticker.prod-label {
  background: #ffffff;
  color: #050505;
  text-transform: none;
}

.separator {
  position: relative;
  opacity: 0.17;
}
.separator::after {
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
  content: "";
}
.separator img {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 46px;
  margin: 0 auto;
  background: white;
}

.price ins {
  text-decoration: none;
}
.price del {
  color: #aaaaaa;
}

.products.grid-x {
  margin: 0 -0.5rem;
}

/**/
.woocommerce-variation.single_variation + .default-disabled-stock {
  display: none;
}
.woocommerce-variation.single_variation[style*="display: none;"] + .default-disabled-stock {
  display: block;
  margin-top: 0;
}

.prod-desc .colors {
  height: 17px;
  margin: 0 0 10px;
  padding-top: 0;
  overflow: hidden;
}
.prod-desc .colors > span {
  min-width: 15px;
  height: 15px;
  margin: 0 3px 3px 0;
  padding: 0 3px;
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
}
.prod-desc .colors > span.has-color {
  border-radius: 20px;
  font-size: 0;
}

.product:not(.detail-product) {
  padding: 2rem 0.5rem;
  font-size: 14px;
}
.product:not(.detail-product) .material-detail-inprod {
  font-size: 13px;
}
.product:not(.detail-product) h3 {
  font-size: 14px;
}
.product:not(.detail-product) h3 a {
  display: block;
  min-height: 34px;
  color: #32292C;
  line-height: 1.4;
  text-decoration: none;
}
.product:not(.detail-product) h3 a:hover {
  color: #046333;
}
.product:not(.detail-product) .img {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}
.product:not(.detail-product) .img a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product:not(.detail-product) .top-prod-info {
  display: flex;
  color: #32292C;
}
.product:not(.detail-product) .top-prod-info p {
  margin: 0;
}
.product:not(.detail-product) .top-prod-info .stock {
  flex: 1 0 0;
  width: auto;
}
.product:not(.detail-product) .prod-desc {
  padding: 0.5rem;
}
.product:not(.detail-product) .price {
  font-size: 15px;
  font-weight: normal;
}

p.stock.in-stock {
  color: #046333;
  font-weight: bold;
}

body.layout.layout-detail-product .container-middle {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
body.layout.layout-detail-product .container-middle .top-products-category .products-carousel > .grid-container .products {
  margin: 0;
}

@media screen and (min-width: 87rem) {
  .detail-product .detail-product-main-container {
    margin: 0 -1.5rem;
  }
}
.detail-product .detail-left,
.detail-product .detail-right {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 1.5rem;
}
.detail-product .stock {
  display: block;
  font-weight: bold;
}
.detail-product .stock.in-stock {
  color: #046333;
}
.detail-product .woocommerce-product-gallery .flex-viewport {
  height: 0;
}
.detail-product .woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
  display: none;
}
.detail-product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 2rem;
}
.detail-product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
}
.detail-product .woocommerce-product-gallery figure {
  margin: 0;
}
.detail-product .woocommerce-product-gallery .gtnCaps {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2em 1em 0.5em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 25%, transparent);
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px 1px black;
}
.detail-product ol.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px;
  padding: 0;
  list-style: none;
}
.detail-product ol.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 calc(16.6666666667% - 8px);
  margin: 4px;
}
.detail-product ol.flex-control-nav.flex-control-thumbs img {
  display: block;
  border: 3px solid transparent;
  border-radius: 12px;
}
.detail-product ol.flex-control-nav.flex-control-thumbs img.flex-active {
  border-color: #046333;
}
.detail-product #myNavArrows a {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  color: #050505;
  text-decoration: none;
}
.detail-product #myNavArrows a i {
  display: block;
  font-size: 1.3rem;
  line-height: 40px;
  text-align: center;
}
.detail-product #myNavArrows a.prev {
  left: 1rem;
}
.detail-product #myNavArrows a.next {
  right: 1rem;
}
.detail-product ul.flex-direction-nav {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 0;
}
.detail-product .woocommerce-product-gallery__image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.detail-product .woocommerce-product-gallery {
  position: relative;
}
.detail-product .woocommerce-product-gallery a {
  display: block;
}
.detail-product .woocommerce-product-gallery img {
  display: block;
}
.detail-product .woocommerce-product-gallery .flex-caption {
  display: block;
  position: absolute;
  bottom: 0;
  height: 20px;
  background: black;
  color: white;
}
.detail-product .custom-navigation > a {
  position: absolute;
  z-index: 1000;
  top: 50%;
  padding: 1em;
  transform: translateY(-50%);
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}
.detail-product .custom-navigation > a.flex-prev {
  left: 0;
}
.detail-product .custom-navigation > a.flex-next {
  right: 0;
}
.detail-product .container-sticker {
  position: static;
  margin: 0 -2px;
}
.detail-product .container-sticker > .sticker {
  font-size: 0.9375rem;
}
.detail-product .container-sticker .sticker {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
}
.detail-product .detail-summary {
  padding: 2.5em;
  background: rgba(4, 99, 51, 0.1);
}
.detail-product .detail-summary .price {
  display: block;
  margin: 1rem 0;
  color: #32292C;
  font-size: 1.5em;
  font-weight: bold;
}
.detail-product .detail-summary .price del {
  font-weight: normal;
}
.detail-product .detail-summary .breadcrumbs {
  flex-wrap: wrap;
  white-space: nowrap;
}
.detail-product .detail-summary .stock {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
  gap: 8px;
}
.detail-product .detail-summary .stock .stock-item {
  margin: 0;
  font-weight: 700;
}
.detail-product .detail-summary .stock .stock-item:first-child {
  color: #046333;
}
.detail-product .detail-summary .stock .stock-item:last-child {
  color: #74901f;
}
.detail-product hr {
  height: 1px;
  margin: 1.1em 0;
  border: 0;
  background: rgba(112, 112, 112, 0.2);
}
.detail-product h1.product_title {
  font-size: 22px;
}
.detail-product .woocommerce-product-rating {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: -1em;
  padding: 5px 0 0;
  color: #32292C;
  font-size: 14px;
}
.detail-product .woocommerce-product-rating > * {
  padding: 5px;
}
.detail-product .woocommerce-product-rating p {
  margin: 0 -5px;
  overflow: hidden;
}
.detail-product .woocommerce-product-rating p i {
  margin: 0 1px;
  float: left;
}
.detail-product .woocommerce-product-rating a {
  color: #32292C;
  text-decoration: none;
}
.detail-product .woocommerce-product-rating a:hover {
  text-decoration: underline;
}
.detail-product .woocommerce-product-details__short-description ul {
  padding-left: 1.2em;
}
.detail-product form.cart {
  margin-bottom: 2em;
}
.detail-product form.cart .count-input {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.detail-product form.cart button.button {
  display: block;
  position: relative;
  width: 310px;
  max-width: 100%;
  padding: 1.1em;
  background: #046333;
  font-family: "Rubik", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
}
.detail-product form.cart button.button.woosb-disabled, .detail-product form.cart button.button.wc-variation-is-unavailable {
  opacity: 0.4;
}
.detail-product form.cart button.button::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  font-family: "icomoon";
  font-size: 1.1em;
  content: "\e903";
}
.detail-product form.cart button.button:hover {
  background: #32292C;
}
.detail-product form.cart button.button.loading {
  color: transparent;
}
.detail-product form.cart button.button.loading::before {
  display: block;
  left: 50%;
  animation: spin 1s linear infinite;
  color: #ffffff;
  font-family: "icomoon";
  content: "\e922";
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
ul.tabs.wc-tabs {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  padding: 1em 0;
  list-style: none;
}
ul.tabs.wc-tabs a {
  display: block;
  padding: 0.1em 0.8em;
  color: #999999;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
ul.tabs.wc-tabs li.sub {
  width: 1px;
  background: #b1b1b1;
  font-size: 0;
}
ul.tabs.wc-tabs li.active a {
  color: black;
}

.layout-detail-product .woocommerce-tabs {
  max-width: 67rem;
}
.layout-detail-product .woocommerce-tabs table.shop_attributes {
  margin-bottom: 2rem;
}
.layout-detail-product .woocommerce-tabs table.shop_attributes th,
.layout-detail-product .woocommerce-tabs table.shop_attributes td {
  padding: 3px 10px 3px 0;
  line-height: 1.1;
  text-align: left;
}
.layout-detail-product .woocommerce-tabs table.shop_attributes th::after {
  content: ":";
}
.layout-detail-product .woocommerce-tabs table.shop_attributes p {
  margin: 0;
}
.layout-detail-product .woocommerce-tabs table.shop_attributes a {
  color: #000000;
}
.layout-detail-product .woocommerce-tabs table.shop_attributes a:hover {
  text-decoration: none;
}
.layout-detail-product a.reset_variations.button.red[style="visibility: hidden"], .layout-detail-product a.reset_variations.button.red[style="visibility: hidden;"] {
  padding: 0;
  font-size: 0;
}
.layout-detail-product .woocommerce-product-details__short-description,
.layout-detail-product .material-detail,
.layout-detail-product .mydesc-tab.description {
  margin-bottom: 2rem;
}
.layout-detail-product .woocommerce-product-details__short-description > figure,
.layout-detail-product .material-detail > figure,
.layout-detail-product .mydesc-tab.description > figure {
  display: inline-block;
  position: relative;
  margin: 0 1rem 1rem 0;
}
.layout-detail-product .woocommerce-product-details__short-description > figure img,
.layout-detail-product .material-detail > figure img,
.layout-detail-product .mydesc-tab.description > figure img {
  display: block;
}
.layout-detail-product .woocommerce-product-details__short-description > figure figcaption,
.layout-detail-product .material-detail > figure figcaption,
.layout-detail-product .mydesc-tab.description > figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.71);
  font-size: 13px;
  line-height: 1.2;
}
.layout-detail-product .woocommerce-product-details__short-description a,
.layout-detail-product .material-detail a,
.layout-detail-product .mydesc-tab.description a {
  color: #af2750;
  font-weight: normal;
  text-decoration: underline;
}
.layout-detail-product .woocommerce-product-details__short-description a:hover,
.layout-detail-product .material-detail a:hover,
.layout-detail-product .mydesc-tab.description a:hover {
  color: #000000;
  text-decoration: none;
}
.layout-detail-product .material-detail {
  margin: 0;
  line-height: 1.6;
}
.layout-detail-product .material-detail p:last-child {
  margin-bottom: 0;
}
.layout-detail-product .material-detail h3 {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.3;
}
.layout-detail-product .woocommerce-Tabs-panel {
  font-size: 1rem;
  line-height: 1.6;
}
.layout-detail-product .woocommerce-Tabs-panel h2,
.layout-detail-product .woocommerce-Tabs-panel h3 {
  font-size: 1.375rem;
  line-height: 1.3;
}
.layout-detail-product .woocommerce-Tabs-panel h2.tabs-title {
  font-size: 1.1rem;
}

.velkostna-tabulka {
  margin-bottom: 2rem;
  background: rgba(4, 99, 51, 0.11);
}
.velkostna-tabulka .desc .cell {
  padding: 1.6em;
}
.velkostna-tabulka .mainimg {
  text-align: center;
}
.velkostna-tabulka .mainimg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  mix-blend-mode: color-burn;
}
.velkostna-tabulka .desc h3 {
  margin-top: 0;
  font-size: 1.1rem;
}
.velkostna-tabulka table {
  width: 100%;
  margin-bottom: 1.2em;
  border-collapse: collapse;
  background: #ffffff;
  text-align: center;
}
.velkostna-tabulka table td,
.velkostna-tabulka table th {
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 300;
}
.velkostna-tabulka table tr.thead {
  border: 2px solid #000000;
  color: black;
  color: #000000;
}
.velkostna-tabulka table tr.thead th:first-child {
  text-align: left;
}
.velkostna-tabulka table tr.thead th {
  font-weight: bold;
}
.velkostna-tabulka table tr.body {
  transition: all 0.3s;
}
.velkostna-tabulka table tr.body:hover {
  transition: all 0.3s;
  background: #f5f5f5;
}
.velkostna-tabulka table tr.body td:not(:first-child):hover {
  background: #ffffff;
}
.velkostna-tabulka table tr.body td:first-child {
  font-weight: bold;
  text-align: left;
}
.velkostna-tabulka .small-desc {
  padding: 0 1em;
  color: #575757;
}
.velkostna-tabulka .small-desc a {
  display: inline-block;
  padding: 1px 0.8em;
  transition: all 0.3s;
  border-radius: 100px;
  background: rgba(4, 99, 51, 0.27);
  color: #046333;
  text-decoration: none;
}
.velkostna-tabulka .small-desc a:hover {
  box-shadow: 0 1px 0 1px rgba(4, 99, 51, 0.57);
}
.velkostna-tabulka .images {
  padding: 1em;
}
.velkostna-tabulka .images .cell {
  padding: 0.6em;
}
.velkostna-tabulka .images img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(4, 99, 51, 0.27);
}

.woocommerce-variation.single_variation p {
  margin: 0;
}
.woocommerce-variation.single_variation .price {
  display: block;
  margin: 0;
  padding: 0.51rem 0;
}

table.variations {
  width: 100%;
  /*
  .has-color-options {
  }
  .no-color-options{
      ~ select {

          display: block;
          padding: 7px;
          margin: 0;
          border: 1px solid #ddd;
          border-radius: 5px;
          box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
          font-size: 16px;
      }

      ~ .variation-radios {display: none;}
  }
  */
}
table.variations th.label {
  display: none;
}
table.variations td.value {
  padding: 0.5em 0;
}
table.variations .variation-radios-title {
  padding: 7px 0;
  color: #7b7b7b;
  font-size: 14px;
}
table.variations .variation-radios-title strong {
  color: #050505;
  font-weight: normal;
}
table.variations select {
  display: none;
}
table.variations span.close-color-pallete {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 3px;
  transition: 0.3s all;
  border-radius: 4px;
  background: #000000;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}
table.variations span.close-color-pallete:hover {
  opacity: 0.7;
}
table.variations span.close-color-pallete i {
  display: block;
}
table.variations span.choosed-colors span {
  display: inline-block;
  display: none;
  width: 15px;
  height: 15px;
  margin-right: 4px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 1px 1px 2px black;
}
table.variations .dropdown-color {
  position: relative;
}
table.variations .dropdown-color span.drowpdown-inner {
  display: block;
  z-index: 1;
}
table.variations .dropdown-color span.drowpdown-inner span.button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.2em 0.5em;
  border: 3px solid transparent;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #050505;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
}
table.variations .dropdown-color span.drowpdown-inner span.button.active {
  border-color: #050505;
}
table.variations .dropdown-color span.drowpdown-inner span.button i {
  margin: 4px -1px 0 9px;
  float: right;
  font-size: 1.5rem;
  line-height: 0.5;
}
table.variations .dropdown-color span.drowpdown-inner span.button.is-open {
  z-index: 2;
}
table.variations .dropdown-color span.drowpdown-inner span.button.is-open ~ .variation-radios {
  height: auto;
  padding: 0.5rem;
  padding-top: 40px;
  transition: 0.3s;
  opacity: 1;
}
table.variations .dropdown-color .variation-radios {
  position: relative;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0.5rem;
  overflow: hidden;
  transition: 0.3s;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
table.variations .dropdown-color .variation-radios label {
  flex: 0 0 50%;
}
table.variations .variation-radios {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -4px;
}
table.variations .variation-radios::after {
  display: block;
  clear: both;
  content: "";
}
table.variations .variation-radios svg {
  display: none;
}
table.variations .variation-radios input {
  display: none;
}
table.variations .variation-radios input:disabled + label .text,
table.variations .variation-radios label.is-disabled .text {
  opacity: 0.5;
}
table.variations .variation-radios input:disabled + label > .variation svg,
table.variations .variation-radios label.is-disabled > .variation svg {
  display: block;
}
table.variations .variation-radios input:disabled + label > .variation .radio_bg,
table.variations .variation-radios label.is-disabled > .variation .radio_bg {
  opacity: 0.3;
}
table.variations .variation-radios input:checked + label > .variation {
  border-color: #32292C;
}
table.variations .variation-radios input:checked + label.variant_color {
  border-radius: 40px;
  background: #dddddd;
}
table.variations .variation-radios label {
  display: flex;
  box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  float: left;
  float: left;
  cursor: pointer;
}
table.variations .variation-radios label svg {
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  stroke-width: 1px;
  stroke: black;
}
table.variations .variation-radios label .radio_bg {
  display: block;
}
table.variations .variation-radios label .variation {
  display: block;
  position: relative;
  margin: 4px;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(50, 41, 44, 0.2);
}
table.variations .variation-radios label .variation strong {
  display: block;
  padding: 0.2em 0.5em;
  font-size: 0.9em;
  font-weight: 500;
}
table.variations .variation-radios label .text {
  display: none;
}
table.variations .variation-radios label.variant_color strong {
  height: 30px;
  padding: 0 0.3em;
  font-weight: normal;
  line-height: 30px;
}
table.variations .variation-radios label.has-color .variation {
  border-radius: 40px;
}
table.variations .variation-radios label.has-color .variation:hover strong {
  display: block;
}
table.variations .variation-radios label.has-color .radio_bg {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 40px;
}
table.variations .variation-radios label.has-color svg {
  stroke: black;
}
table.variations .variation-radios label.has-color span.text {
  display: block;
  font-size: 14px;
}
table.variations .variation-radios label.has-color strong {
  display: block;
  display: none;
  position: absolute;
  z-index: 3;
  bottom: calc(100% + 7px);
  left: 50%;
  height: auto;
  padding: 0.2em 0.7em;
  transform: translateX(-50%);
  border-radius: 4px;
  background: black;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1.6;
  text-transform: uppercase;
}
table.variations .variation-radios label.has-color strong::before {
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
  width: 0;
  height: 0;
  border: 5px solid red;
  border-width: 6px 6px 0;
  border-color: black transparent;
  content: "";
}

table.variations .has-color-options ~ .variation-radios {
  margin: 0 -12px;
}
table.variations .has-color-options ~ .variation-radios label {
  flex: 0 0 33.333%;
  padding: 0 5px;
}
@media screen and (max-width: 639px) {
  table.variations .has-color-options ~ .variation-radios label {
    flex: 0 0 100%;
    padding: 0 5px;
  }
}
table.variations .has-color-options ~ .variation-radios .text {
  opacity: 0.6;
}
table.variations .has-color-options ~ .variation-radios input:checked ~ .text {
  opacity: 1;
  font-weight: bold;
}

.woosb-total.woosb-text {
  display: none !important;
  padding: 1rem 0;
}

.woosb-products .button-choose-color,
.woosb-products .variation-radios-title,
.woosb-products .variation-radios {
  display: none;
}
.woosb-products .chart-size {
  padding: 5px 0 0.9em;
  color: #222222;
}

#alert-variants {
  margin-bottom: 1rem;
}

#alert-variants,
.woosb-alert.woosb-text {
  display: none;
  margin-top: 18px;
  padding: 1rem;
  border: 1px solid #af2750;
  color: #050505;
}

.woosb-product {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -6px;
  padding: 0.2rem 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.woosb-product .variation {
  margin-top: 10px;
  margin-bottom: 6px;
}
.woosb-product .variation .label {
  padding-bottom: 3px;
  color: #888888;
  font-size: 14px;
}
.woosb-product .variation select {
  padding: 5px;
  border: 1px solid #dddddd;
}
.woosb-product img {
  display: block;
  max-width: 100%;
  height: auto;
}
.woosb-product .woosb-thumb {
  flex: 0 0 118px;
}
.woosb-product > div {
  padding: 6px;
}
.woosb-product .woosb-title-inner {
  margin-bottom: 5px;
}
.woosb-product .woosb-title {
  flex: 1 0 auto;
  width: auto;
}
.woosb-product .woosb-title a {
  color: #046333;
}
.woosb-product .woosb-availability p {
  display: block;
  margin: 0;
  font-size: 15px;
}
.woosb-product .woosb-availability p .stock-info {
  display: none;
}

.chart-size {
  padding: 0.5em 0 0;
}
.chart-size a {
  display: inline-flex;
  align-items: center;
  color: black;
  font-size: 14px;
}
.chart-size a img {
  margin-right: 10px;
}

a.reset_variations.button.red {
  margin-top: 5px;
  padding: 5px 0 1em;
  background: transparent;
  color: #af2750;
  font-size: 13px;
  font-weight: 500;
}
a.reset_variations.button.red i {
  display: block;
  margin: -3px 4px -3px -3px;
  float: left;
  font-size: 1.5em;
  line-height: 1;
}
a.reset_variations.button.red:hover {
  opacity: 0.5;
  background: transparent;
}

.required {
  color: red;
}

p.form-submit #submit {
  display: inline-block;
  width: auto;
  transition: all 0.3s;
  border-radius: 6px;
  background: #046333;
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
p.form-submit #submit:hover {
  background: #050505;
}

.layout-detail-product em.woocommerce-review__awaiting-approval {
  color: #e35858;
  font-weight: bold;
}
.layout-detail-product #reviews {
  max-width: 45rem;
  margin: 0 auto;
}
.layout-detail-product p.stars {
  margin: 0.5rem 0;
}
.layout-detail-product p.stars.selected a::before {
  content: "\e643";
}
.layout-detail-product p.stars.selected a.active ~ a::before {
  content: "\e642";
}
.layout-detail-product p.stars.selected span,
.layout-detail-product p.stars span {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.layout-detail-product p.stars.selected span:hover a::before,
.layout-detail-product p.stars span:hover a::before {
  content: "\e643";
}
.layout-detail-product p.stars.selected span:hover a:hover ~ a::before,
.layout-detail-product p.stars span:hover a:hover ~ a::before {
  content: "\e642";
}
.layout-detail-product p.stars span a {
  display: block;
  float: left;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}
.layout-detail-product p.stars span a::before {
  margin: 0 6px 0 0;
  color: #000000;
  font-family: "icomoon";
  font-size: 18px;
  content: "\e642";
}

.commentlist p {
  color: #525252;
}
.reply a,
.commentmetadata a {
  color: #af2750;
  text-decoration: underline;
}
.reply a:hover,
.commentmetadata a:hover {
  color: black;
  text-decoration: none;
}

.comment-author.vcard {
  align-items: flex-end;
}
.comment-author.vcard cite {
  padding-right: 0.4em;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.commentlist .comment-body::before,
.comment_container::before {
  margin-right: 1rem;
  padding: 0.4em;
  float: left;
  border-radius: 100px;
  background: #dddddd;
  color: #777777;
  font-family: "icomoon";
  font-size: 1.7em;
  line-height: 1;
  content: "\e918";
}

em.woocommerce-review__verified.verified {
  margin-right: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.commentlist {
  margin: 0;
  padding: 0;
  color: #525252;
  list-style: none;
}
.commentlist li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.commentlist li p.average_rating {
  margin: 0;
  float: right;
  color: #050505;
}
.commentlist li .woocommerce-review__dash {
  display: none;
}
.commentlist li .vcard,
.commentlist li .meta {
  display: inline-flex;
  flex-flow: row wrap;
  margin: 0;
}
.commentlist li .vcard strong,
.commentlist li .meta strong {
  flex: 0 0 100%;
  order: 3;
}
.commentlist li .woocommerce-review__author {
  display: block;
  color: #050505;
  font-size: 18px;
  font-weight: 600;
}
.commentlist li .woocommerce-review__published-date {
  color: #767676;
  font-size: 14px;
}
.commentlist li .description p {
  margin-bottom: 0;
}
.commentlist ul.children {
  margin: 0;
  padding: 0 0 0 10px;
  list-style: none;
}
.commentlist ul.children li {
  margin: 0;
  margin-top: 1rem;
  padding: 10px;
}
.commentlist ul.children li.comment-author-obchod {
  border: 0;
  background: rgba(4, 99, 51, 0.12);
}

.comment-respond {
  margin: 40px auto 0;
  padding: 1.1rem;
  border-radius: 4px;
  background: #e5efea;
  color: #525252;
  font-size: 16px;
}
.comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 20px;
  color: #050505;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.comment-respond .comment-reply-title small {
  display: block;
  margin-top: 10px;
}
.comment-respond a#cancel-comment-reply-link {
  display: inline-block;
  padding: 0.5em 0.7em;
  border-radius: 4px;
  background: #af2750;
  color: #af2750;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: none;
}
.comment-respond a#cancel-comment-reply-link:hover {
  background: #050505;
}
.comment-respond .comment-notes {
  text-align: center;
}
.comment-respond .comment-form > p {
  margin: 0 0 20px;
}
.comment-respond .comment-form label {
  display: block;
  text-align: left;
}
.comment-respond .comment-form p.comment-form-cookies-consent label {
  display: inline-block;
}
.comment-respond .comment-form .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form input:not([type=checkbox]),
.comment-respond .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 15px;
  transition: all 0.1s ease-in-out;
  border: 1px solid #e5e5e5;
  color: #050505;
  font-size: 16px;
  outline: none;
}
.comment-respond .comment-form input:not([type=checkbox]):focus,
.comment-respond .comment-form textarea:focus {
  border-color: #050505;
}

@media screen and (max-width: 1023px) {
  .large-my-5 {
    flex: 0 0 33.333%;
  }
  .detail-product .detail-left {
    margin-bottom: 0;
  }
  .detail-product .detail-summary hr.aftertitle,
  .detail-product .detail-summary .woocommerce-product-rating,
  .detail-product .detail-summary .product_title,
  .detail-product .detail-summary .breadcrumbs {
    display: none;
  }
  .detail-product .detail-summary .price {
    margin: 0;
  }
  .detail-product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
  }
  .detail-product ol.flex-control-nav.flex-control-thumbs {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .large-my-5 {
    flex: 0 0 50%;
  }
  .detail-product .detail-product-main-container {
    margin: 0;
  }
  .detail-product .detail-right,
  .detail-product .detail-left {
    padding: 0;
  }
  .detail-product ol.flex-control-nav.flex-control-thumbs {
    display: none;
    margin: 0 -4px;
  }
  .detail-product ol.flex-control-nav.flex-control-thumbs li {
    flex: 0 0 calc(16.6666666667% - 2px);
    margin: 1px;
  }
  .detail-product .detail-summary {
    padding: 1em;
  }
  .detail-product h1.product_title {
    font-size: 18px;
  }
  .layout-detail-product .woocommerce-Tabs-panel h2,
  .layout-detail-product .woocommerce-Tabs-panel h3 {
    font-size: 1.075rem;
    line-height: 1.3;
  }
  .layout-detail-product .woocommerce-Tabs-panel h2 p,
  .layout-detail-product .woocommerce-Tabs-panel h3 p {
    font-size: 0.9rem;
  }
  body.layout.layout-detail-product .container-middle {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  #sticky-add-to-cart h3 {
    font-size: 0.85rem;
  }
  #sticky-add-to-cart a.button {
    padding: 0.4em;
    font-size: 12px;
  }
  #sticky-add-to-cart a.button span {
    display: block;
    line-height: 1;
  }
  #sticky-add-to-cart img {
    max-width: 30px;
  }
  .velkostna-tabulka {
    font-size: 0.75rem;
  }
  .velkostna-tabulka .table-responzive {
    overflow-x: auto;
  }
  .velkostna-tabulka table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .velkostna-tabulka .desc .cell {
    padding: 0.5em;
  }
  .velkostna-tabulka .small-desc {
    padding: 0;
  }
  .velkostna-tabulka .images {
    font-size: 0.4rem;
  }
  #sticky-add-to-cart {
    padding: 5px 0;
  }
}
#main-slider {
  background: rgba(4, 99, 51, 0.1);
  color: #32292C;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 16px;
}
#main-slider .left-text {
  line-height: 1.6;
  font-size: 1.125rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
#main-slider > div {
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
#main-slider .cell {
  position: relative;
  z-index: 1;
  padding: 1em;
}
#main-slider .circles {
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
}
#main-slider .slides {
  display: flex;
  flex-flow: row wrap;
}
#main-slider .slides > * {
  flex: 0 0 33.333%;
  display: block;
  padding: 0 6px;
  transition: all 0.3s;
}
#main-slider .slides .image {
  padding-top: 190%;
  height: 100%;
  position: relative;
  z-index: 0;
  border-radius: 16px;
  overflow: hidden;
}
#main-slider .slides img {
  position: absolute;
  top: 0;
  object-fit: cover;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-slider .slides .caption {
  color: #fff;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
  z-index: 2;
  width: 100%;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
}
#main-slider .slides .text {
  display: block;
  font-size: 2rem;
  font-weight: bold;
}
#main-slider .slides .button {
  padding: 0.3em 1em;
  border-radius: 100px;
  font-weight: bold;
  border: 2px solid #fff;
  margin-top: 0.7rem;
}
#main-slider .slides .slide:hover .bg {
  transition: all 0.3s;
  opacity: 1;
}
#main-slider .slides .slide:hover .button {
  background: #fff;
  color: #32292C;
}
#main-slider .slides .bg {
  transition: all 0.3s;
  opacity: 0.6;
  background: linear-gradient(0deg, rgb(0, 0, 0), transparent 70%);
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-slider .vyhody {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
#main-slider .vyhody > div {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
}
#main-slider .vyhody em {
  display: block;
}
#main-slider .vyhoda > * {
  padding: 9px;
  box-sizing: border-box;
}
#main-slider .vyhoda img {
  width: 100%;
}
#main-slider .img {
  flex: 0 0 93px;
}
#main-slider .name {
  flex: 0 0 calc(100% - 94px);
}
#main-slider img {
  max-width: 100%;
  display: block;
}

body.layout .container-middle:after {
  clear: both;
  content: "";
  width: 100%;
  display: block;
}

.footer-vyhody {
  background: rgba(4, 99, 51, 0.1);
}
.footer-vyhody .vyhody {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  max-width: 85rem;
  margin: 0 auto;
  padding: 1.3rem 1em;
  color: #32292C;
}
.footer-vyhody .vyhody > div {
  flex: 1 0 auto;
  width: auto;
  display: flex;
  align-items: center;
}
.footer-vyhody .vyhody em {
  display: block;
}
.footer-vyhody .vyhody img {
  opacity: 1;
}
.footer-vyhody .vyhoda > * {
  padding: 9px;
  box-sizing: border-box;
}
.footer-vyhody .vyhoda .img {
  flex: 0 0 93px;
}
.footer-vyhody .vyhoda img {
  width: 100%;
}

.carousel.has-dots {
  margin: 0;
}
.carousel.has-dots .carousel__dots {
  position: static;
}

.category-carousel .carousel__button.is-prev, .category-carousel .carousel__button.is-next {
  background: #fff;
  z-index: 5;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

.carousel__button.is-prev, .carousel__button.is-next {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
}

#category-slider {
  padding: 1rem 0 3rem 0;
  overflow: hidden;
  position: relative;
}
#category-slider:after {
  content: "";
  height: 100%;
  width: 110px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.74));
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#category-slider .carousel__viewport {
  position: relative;
}

.category-carousel {
  padding: 0;
}
.category-carousel .carousel__viewport {
  overflow: unset;
}
.category-carousel a {
  display: block;
  width: 330px;
  padding: 0.5rem;
  text-decoration: none;
  transition: all 0.3s;
}
.category-carousel a:hover {
  transition: all 0.3s;
  transform: translateY(-5px);
}
.category-carousel .image {
  position: relative;
  padding-top: 80%;
  border-radius: 16px;
  overflow: hidden;
}
.category-carousel img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.category-carousel .caption {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 1rem;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.22);
  font-size: 26px;
  font-weight: 700;
  z-index: 2;
}
.category-carousel .bg {
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

#green-banner {
  padding: 0;
}
#green-banner p {
  margin-bottom: 0;
}
#green-banner .circles {
  max-width: 100%;
  max-height: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#green-banner.has-image .text {
  margin: 0 0 0 auto;
}
#green-banner .caption {
  margin: 0 auto;
  max-width: 45rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
#green-banner .caption img {
  margin: 0 auto;
}
#green-banner .inner {
  position: relative;
  color: #fff;
  background: #046333;
  border-radius: 16px;
  overflow: hidden;
}
#green-banner .inner::after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  left: 1rem;
  top: 1rem;
  position: absolute;
  display: block;
  z-index: 1;
}
#green-banner .inner .cell {
  padding: 10vh 2em;
  position: relative;
}
#green-banner .inner .image {
  background: blue;
  padding: 0;
}
#green-banner .inner .image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*
  */
}
#green-banner h3 {
  font-size: 2.1em;
  margin: 1em;
}
#green-banner .text {
  font-size: 1.0625em;
  display: block;
  line-height: 1.6;
  opacity: 0.7;
}
#green-banner .button {
  font-weight: bold;
  padding: 0.7em 2em;
}
#green-banner .button:hover {
  transform: translateY(-3px);
}

.products-carousel {
  position: relative;
}
.products-carousel .img-1 {
  position: absolute;
  top: 60%;
  left: calc(50% - 49rem);
}
.products-carousel .img-2 {
  position: absolute;
  bottom: -1rem;
  left: calc(50% + 41rem);
}
.products-carousel .carousel__viewport {
  flex: 0 0 100%;
}
.products-carousel .carousel__button {
  width: 40px;
  height: 40px;
  margin-top: -40px;
}
.products-carousel .carousel__button svg {
  display: none;
}
.products-carousel .carousel__button:after {
  content: "\e613";
  font-family: "icomoon";
  font-size: 19px;
}
.products-carousel .carousel__button.is-prev {
  left: -45px;
}
.products-carousel .carousel__button.is-prev:after {
  content: "\e614";
}
.products-carousel .carousel__button.is-next {
  right: -45px;
}
@media screen and (max-width: 1460px) {
  .products-carousel .carousel__button.is-prev {
    left: 10px;
  }
  .products-carousel .carousel__button.is-next {
    right: 10px;
  }
}
.products-carousel .products.grid-x {
  flex-flow: row;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.products-carousel .products.grid-x.has-dots {
  overflow: unset;
  display: block;
}

#id-related .products.grid-x {
  overflow: unset;
}

@media screen and (max-width: 1023px) {
  #main-slider .left-slide > .froggywear {
    max-width: 250px;
  }
  #main-slider .left-text {
    font-size: 0.9rem;
  }
  #main-slider .vyhody {
    font-size: 12px;
  }
  #main-slider .vyhody .vyhoda > * {
    padding: 7px;
  }
  #main-slider .vyhody .img {
    flex: 0 0 54px;
  }
  #main-slider .slides .text {
    font-size: 1.1rem;
  }
  #main-slider .slides .button {
    font-size: 0.7rem;
  }
  #green-banner {
    font-size: 0.8rem;
  }
  #green-banner h3 {
    margin: 0.5em;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 639px) {
  #main-slider {
    padding-top: 1.6em;
    padding-bottom: 0.3em;
  }
  #main-slider .vyhody {
    margin: 0 -7px;
  }
  #main-slider .slides > * {
    padding: 1px;
  }
  #green-banner .inner .cell {
    padding: 2.6em 2em;
  }
  #green-banner .inner .froggywear {
    width: 50px;
  }
  #green-banner .inner .image {
    padding-top: 200px;
  }
  .footer-vyhody .vyhody > div {
    flex: 0 0 100%;
  }
  .footer-vyhody .vyhoda .img {
    flex: 0 0 auto;
  }
  .footer-vyhody .vyhoda img {
    max-width: 36px;
  }
  .footer-vyhody .vyhoda > * {
    font-size: 12px;
    padding: 5px;
  }
}
body.layout .container-middle {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#leftbox {
  width: 270px;
  flex: 0 0 270px;
}
#leftbox h3 {
  font-size: 1.1rem;
  color: #32292C;
  margin-top: 0;
  text-transform: uppercase;
}

.term-description,
article.article p,
.woocommerce-product-details__short-description,
.grid-container.grid-small p {
  line-height: 1.6;
}

.grid-container.grid-small {
  max-width: 60rem;
}

.default-page a {
  color: #af2750;
  font-weight: normal;
  transition: all 0.3s;
  text-decoration: underline;
}
.default-page a:hover {
  text-decoration: none;
  color: black;
}

.left-menu h3 {
  margin: 0 0 1rem 0;
  font-size: 1.1em;
}
.left-menu sub.arr {
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 1.1rem;
  transition: all 0.3s;
  cursor: pointer;
}
.left-menu sub.arr {
  display: none;
}
.left-menu li.menu-item-has-children > sub.arr {
  display: block;
  color: #046333;
}
.left-menu li.menu-item-has-children > sub.arr i {
  font-weight: bold;
  font-size: 1.4rem;
}
.left-menu li.menu-item-has-children > sub.arr i::before {
  display: block;
}
.left-menu > ul.menu {
  padding: 0 0 1em 0;
}
.left-menu > ul.menu li {
  position: relative;
  display: block;
  padding: 0;
}
.left-menu > ul.menu a {
  color: #777;
  color: #000;
  display: inline-block;
  padding: 4px 0;
}
.left-menu > ul.menu a:hover {
  color: #046333;
  font-weight: bold;
}
.left-menu > ul.menu ul {
  display: none;
  padding: 4px 0 4px 0.8rem;
  font-size: 0.9rem;
}
.left-menu > ul.menu .is-rotate > sub {
  transition: all 0.3s;
  transform: rotate(180deg);
}
.left-menu > ul.menu li[class*=current] > ul,
.left-menu > ul.menu li.active > ul {
  display: block;
}
.left-menu > ul.menu li[class*=current] > a,
.left-menu > ul.menu li.active > a {
  color: #046333;
  font-weight: bold;
  font-weight: bold;
}
.left-menu > ul.menu li[class*=current].is-rotate > sub.arr,
.left-menu > ul.menu li.active.is-rotate > sub.arr {
  transform: rotate(0deg);
}
.left-menu > ul.menu li[class*=current] > sub.arr,
.left-menu > ul.menu li.active > sub.arr {
  color: #046333;
  transform: rotate(180deg);
}

.woocommerce-breadcrumb {
  font-size: 0.9rem;
  overflow: hidden;
}
.woocommerce-breadcrumb > * {
  float: left;
}
.woocommerce-breadcrumb a {
  color: #aaa;
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: #046333;
}
.woocommerce-breadcrumb.woocommerce-breadcrumb span:last-child,
.woocommerce-breadcrumb .current {
  font-weight: normal;
  color: #32292C;
}
.woocommerce-breadcrumb .sep {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #aaa;
  margin: 3px 7px 10px 7px;
}
.woocommerce-breadcrumb .sep i {
  display: none;
}

.catbanner {
  display: block;
  margin-bottom: 2rem;
}
.catbanner img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}

.term-description {
  overflow: hidden;
  margin-bottom: 1rem;
  color: #32292C;
}
.term-description p {
  margin-top: 0;
}
.term-description p a {
  color: #af2750;
}
.term-description + .show-more-text {
  color: #050505;
  font-weight: bold;
  text-decoration: underline;
}
.term-description + .show-more-text:hover {
  color: #af2750;
}
.term-description + .show-more-text .less {
  display: none;
}
.term-description.is-open {
  max-height: unset;
  margin-bottom: 0;
}
.term-description.is-open + .show-more-text .more {
  display: none;
}
.term-description.is-open + .show-more-text .less {
  display: block;
}

.container-pagination.top {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.top-products-category .products-carousel .carousel__button.is-prev {
  left: 20px;
}
.top-products-category .products-carousel .carousel__button.is-next {
  right: 20px;
}
.top-products-category .products-carousel > .grid-container {
  padding: 0;
}
.top-products-category .products-carousel > .grid-container .products {
  margin: 0 -10px 1.5rem;
}

ul.products {
  margin: 0;
  padding: 0;
}

form.woocommerce-ordering select {
  border: 2px solid #ddd;
  padding: 0.4em;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
  max-width: 200px;
}

p.woocommerce-result-count {
  font-size: 14px;
  color: #888;
}

@media screen and (max-width: 1023px) {
  #leftbox .left-menu > h3 {
    display: none;
  }
  #leftbox .left-menu > ul.menu {
    display: none;
  }
}
.wpc-posts-found,
.wpc-widget-top-inside .wpc-filter-chips-list {
  display: none;
}

.wpc-filter-set-widget-title {
  display: none;
}

.widget-title.wpc-filter-title {
  color: #32292C;
  font-weight: bold;
}

.wpc-filters-widget-wrapper .wpc-filters-section {
  margin: 0;
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
}
.wpc-filters-widget-wrapper li.wpc-term-item.wpc-checkbox-item input {
  display: none;
}
.wpc-filters-widget-wrapper li.wpc-term-item.wpc-checkbox-item input:checked ~ label:before {
  background: #32292C;
}
.wpc-filters-widget-wrapper li.wpc-term-item.wpc-checkbox-item label:before {
  font-family: "icomoon";
  content: "\e206";
  display: block;
  color: #fff;
  background: #fff;
  border: 1px solid #32292C;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: -1px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.wpc-filters-widget-wrapper li.wpc-term-item label {
  font-size: 0.9rem;
}
.wpc-filters-widget-wrapper li.wpc-term-item label a {
  color: #050505;
  font-weight: bold;
}
.wpc-filters-widget-wrapper li.wpc-term-item label .wpc-term-count-value {
  font-size: 0.8rem;
}

.wpc-custom-selected-terms .wpc-filter-chips-list {
  margin: 2rem 0 1rem 0;
}

.container-openfilter {
  display: flex;
  margin-top: 2rem;
  flex-flow: row wrap;
  margin: 2rem -6px;
}
.container-openfilter > * {
  margin: 0 6px;
}
.container-openfilter .button {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
  font-family: "Rubik", sans-serif;
  font-weight: normal;
}
.container-openfilter .button.openfilter {
  flex: 1 0 auto;
  background: #046333;
}
.container-openfilter .button.openfilter:hover {
  background: #32292C;
}

span.filter-ico {
  float: left;
  width: 25px;
}
span.filter-ico em {
  display: block;
  width: 19px;
  height: 2px;
  background: #fff;
  margin: 3px auto;
}
span.filter-ico em:first-child {
  width: 25px;
}
span.filter-ico em:last-child {
  width: 10px;
}

@media screen and (max-width: 768px) {
  #main .wpc-custom-selected-terms:not(.wpc-show-on-mobile) {
    display: block;
  }
  #main .wpc-custom-selected-terms:not(.wpc-show-on-mobile) ul.wpc-filter-chips-list {
    display: flex;
    overflow-x: auto;
    padding-left: 0;
  }
}
.layout-detail-product .woocommerce-notices-wrapper {
  position: fixed;
  z-index: 1;
  top: 110px;
  right: 1rem;
  padding: 1rem;
  max-width: 36rem;
}
.layout-detail-product .woocommerce-notices-wrapper .button {
  color: black;
  font-weight: bold;
  padding: 0;
  background: transparent;
  float: none;
}

.woocommerce-message a.button.wc-forward {
  background: transparent;
  padding: 0;
  color: black;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  padding: 20px 30px;
  margin: 0 0 2em;
  position: relative;
  background-color: #1e85be;
  color: #fff;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  font-size: 14px;
  border: 0;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li, .woocommerce-notices-wrapper .woocommerce-error li, .woocommerce-notices-wrapper .woocommerce-info li, .woocommerce-notices-wrapper .woocommerce-message li {
  line-height: 1.5;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #fff;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-notices-wrapper .woocommerce-error .button, .woocommerce-notices-wrapper .woocommerce-info .button, .woocommerce-notices-wrapper .woocommerce-message .button {
  float: right;
  font-size: 0.9rem;
  margin: 0 0.4rem 0.4rem 0.4rem;
  padding: 0.7em 1em;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-message::before {
  left: 1em;
  font-size: 1.1em;
  display: none;
}
.woocommerce .woocommerce-message, .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #8ed3af;
}
.woocommerce .woocommerce-message a, .woocommerce-notices-wrapper .woocommerce-message a {
  padding: 0;
}
.woocommerce .woocommerce-error, .woocommerce-notices-wrapper .woocommerce-error {
  background: #b81c23;
}

.cart-layout-nws input[type=text],
.cart-layout-nws input[type=email],
.cart-layout-nws input[type=url],
.cart-layout-nws input[type=password],
.cart-layout-nws input[type=search],
.cart-layout-nws input[type=number],
.cart-layout-nws input[type=tel],
.cart-layout-nws input[type=range],
.cart-layout-nws textarea {
  color: #050505;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 12px 12px;
  font-size: 16px;
  transition: all 0.1s ease-in-out;
  outline: none;
}
.cart-layout-nws a:not(.button) {
  color: #050505;
  text-decoration: underline;
}
.cart-layout-nws a:not(.button):hover {
  text-decoration: none;
}

.woocommerce ul {
  list-style: none;
  padding: 0;
}

button#place_order {
  margin: 0 0 0 auto;
  display: block;
}

#ship-to-different-address,
.woocommerce-buy-by-ico h3 {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}

.product-name .variations, .mini_cart_item .variations {
  margin: 10px 0;
  color: #888;
  font-weight: normal;
  text-align: left;
}
.product-name .variation, .mini_cart_item .variation {
  display: flex;
  margin: 0;
}
.product-name .variation > *, .mini_cart_item .variation > * {
  margin: 0;
}
.product-name .variation dt, .mini_cart_item .variation dt {
  font-weight: normal;
  padding-right: 10px;
}
.product-name .variation p, .mini_cart_item .variation p {
  margin: 0;
}

.woocommerce-cart-form .coupon input {
  line-height: 1.5;
  display: block;
  border: 1px solid #ddd;
  padding: 0.3em 1em;
  min-width: 188px;
  margin-right: 10px;
}

.coupon {
  display: flex;
  flex-flow: row wrap;
}
.coupon label {
  display: block;
  flex: 0 0 100%;
  font-weight: bold;
  padding-bottom: 7px;
}

.woocommerce table.shop_table {
  font-size: 0.9rem;
  border-collapse: collapse;
  border: none;
  margin-bottom: 26px;
  width: 100%;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 10px;
}
.woocommerce table.shop_table th {
  text-align: left;
}
.woocommerce table.shop_table tbody tr {
  border-top: 1px solid #e2e2e2;
}
.woocommerce table.shop_table tbody tr.woosb-item-child {
  border: 0;
}
.woocommerce table.shop_table tbody tr.woosb-item-child td.product-thumbnail a > img {
  max-width: 60px;
}
.woocommerce table.shop_table tbody tr.woosb-item-child .product-quantity,
.woocommerce table.shop_table tbody tr.woosb-item-child .product-subtotal,
.woocommerce table.shop_table tbody tr.woosb-item-child .product-price {
  font-size: 0;
}
.woocommerce:after {
  clear: both;
  content: "";
  display: block;
}

.woosb-item-child .product-name {
  font-size: 14px;
}
.woosb-item-child .product-quantity,
.woosb-item-child .product-subtotal,
.woosb-item-child .product-total,
.woosb-item-child .product-price {
  font-size: 0;
}

.woocommerce-checkout-review-order .product-name {
  font-weight: normal;
}
.woocommerce-checkout-review-order .woosb-item-child .product-name {
  padding-left: 20px;
  font-weight: normal;
}

.woocommerce-cart-form {
  float: left;
  width: 68%;
  padding-right: 6%;
  position: relative;
  box-sizing: border-box;
}
.woocommerce-cart-form .actions button[name=update_cart] {
  display: none;
}
.woocommerce-cart-form table.shop_table {
  border: none;
  margin-bottom: 26px;
}
.woocommerce-cart-form table.shop_table tbody tr:first-child {
  border-top: 1px solid #e2e2e2;
}
.woocommerce-cart-form table.shop_table .product-name a {
  color: #32292C;
  text-decoration: none;
  font-weight: bold;
}
.woocommerce-cart-form table.shop_table .product-name a:hover {
  color: #046333;
  text-decoration: underline;
}
.woocommerce-cart-form table.shop_table td.product-thumbnail a {
  display: block;
  max-width: 140px;
}
.woocommerce-cart-form table.shop_table td.product-thumbnail a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 32%;
  float: left;
  font-size: 0.9rem;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout + .wc-proceed-to-checkout,
.woocommerce-page .cart-collaterals .wc-proceed-to-checkout + .wc-proceed-to-checkout {
  display: none;
}
.woocommerce .cart-collaterals:before, .woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.cart_totals {
  background: #f9f9f9;
  padding: 1em;
  margin-bottom: 1.8rem;
}
.cart_totals > h2 {
  display: none;
}
.cart_totals th {
  font-weight: normal;
}
.cart_totals table.shop_table {
  margin-bottom: 0;
  width: 100%;
}
.cart_totals table.shop_table .amount,
.cart_totals table.shop_table tbody th {
  font-weight: normal;
}
.cart_totals table.shop_table .order-total {
  font-size: 1rem;
}
.cart_totals table.shop_table .order-total th {
  font-weight: bold;
}
.cart_totals .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-buy-by-ico label {
  cursor: pointer;
}

.by-by-ico-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.by-by-ico-wrap.is-active {
  max-height: 400px;
  transition: max-height 0.3s;
}

.form-row label {
  display: block;
  padding: 5px 0;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle,
.woocommerce .checkout_coupon.woocommerce-form-coupon,
.woocommerce-form.woocommerce-form-login.woocommerce-form {
  margin: 0 auto;
  margin-top: 1rem;
  max-width: 40rem;
  font-size: 14px;
  border-radius: 0;
  font-weight: 400;
  color: #555;
}
.woocommerce-form-login-toggle input:not([type=checkbox]),
.woocommerce-form-coupon-toggle input:not([type=checkbox]),
.woocommerce .checkout_coupon.woocommerce-form-coupon input:not([type=checkbox]),
.woocommerce-form.woocommerce-form-login.woocommerce-form input:not([type=checkbox]) {
  display: block;
  width: 100%;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #f5f5f5;
  color: #555;
  margin: 0;
}
.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-weight: 500;
  color: #050505;
  text-decoration: none;
}

.woocommerce-form-login .form-row {
  overflow: hidden;
}
.woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  float: left;
}
.woocommerce-form-login .form-row .button {
  float: right;
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
form.checkout.woocommerce-checkout textarea,
form.checkout.woocommerce-checkout input:not([type=radio]):not([type=checkbox]) {
  display: block;
  width: 100%;
}
form.checkout.woocommerce-checkout > div {
  padding: 2em;
  margin: 1rem 0rem;
}
form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  flex: 0 0 calc(100% - 0rem);
  padding: 0;
  margin-bottom: 0;
  border: 0;
}
form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
  margin: 0;
}
form.checkout.woocommerce-checkout #customer_details {
  flex: 0 0 calc(50% - 1rem);
}
form.checkout.woocommerce-checkout .order_review_heading_before {
  flex: 0 0 calc(50% - 0rem);
}

.woocommerce-checkout table {
  width: 100%;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
  border: 1px solid #ccc;
  padding: 17px 20px;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li:not(:last-child) {
  border-bottom: none;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li p {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 1.5;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-shipping-methods li {
  margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 15px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.57);
  background: #fff4d3;
  padding: 16px;
  margin: 1rem 0 0 0;
}
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .product-total {
  text-align: right;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 0.9rem;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.order-total th, .woocommerce-checkout table.woocommerce-checkout-review-order-table tr.order-total td {
  padding-top: 1rem;
  font-size: 18px;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table tr.shipping td {
  border: 1px solid #E2E2E2;
  border-width: 1px 0;
}
.woocommerce-checkout table.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid #E2E2E2;
}

ul.wc-item-meta p {
  display: inline;
  margin: 0;
}

small.shipped_via {
  font-size: inherit;
  display: block;
}

.woocommerce-order {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1rem;
}
.woocommerce-order > p.woocommerce-thankyou-order-received {
  font-size: 1.6rem;
  font-weight: bold;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  padding: 1.4em;
  background: #f1f1f1;
}
.woocommerce-order .order_details > li {
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce-order table.order_details tbody {
  border: 1px solid #ddd;
}
.woocommerce-order table.order_details tfoot tr:last-child td {
  font-weight: bold;
  color: #050505;
  font-weight: bold;
  border: 2px solid #050505;
}
.woocommerce-order table.order_details tfoot tr:last-child td .includes_tax {
  font-weight: normal;
}
.woocommerce-order table.order_details tfoot tr:last-child td, .woocommerce-order table.order_details tfoot tr:last-child th {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-order .amount {
  font-weight: bold;
}

p#billing_phone_field,
#billing_first_name_field {
  width: calc(50% - 1rem);
  display: inline-block;
  margin-right: 1rem;
}

p#billing_email_field,
#billing_last_name_field {
  width: 50%;
  display: inline-block;
}

p#shipping_postcode_field,
p#billing_postcode_field {
  width: calc(30% - 1rem);
  margin-right: 1rem;
  display: inline-block;
}

#shipping_city_field,
p#billing_city_field {
  width: 70%;
  display: inline-block;
}

.select2-container--default .select2-selection--single {
  height: 3rem;
  border-color: #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 6px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 7px 5px 0 5px;
}

.woocommerce-buy-by-ico h3,
h3#ship-to-different-address {
  margin: 0;
  padding: 4px 0;
  font-weight: normal;
}

#cart-steps {
  max-width: 60rem;
  margin: 0 auto 4rem auto;
  padding-bottom: 1.3rem;
}
#cart-steps .inner {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
#cart-steps .inner div {
  flex: 0 0 33.33%;
  text-align: center;
}
#cart-steps .progress-bar {
  background: #ddd;
  width: 66.7%;
  margin: 0 auto;
}
#cart-steps .progress-bar span {
  display: block;
  height: 2px;
  width: 0;
  background: #046333;
}
#cart-steps .progress-bar.pos-2 > span {
  width: 50%;
}
#cart-steps .progress-bar.pos-3 > span {
  width: 100%;
}
#cart-steps .step a {
  display: block;
  color: #050505;
  text-decoration: none;
}
#cart-steps .step a:hover .num {
  border-color: #046333;
}
#cart-steps .step .name {
  display: block;
  margin: 0 auto 5px auto;
}
#cart-steps .step .num {
  display: block;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  width: 2em;
  height: 2em;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
  margin: 0 auto -1.2em auto;
}
#cart-steps .step.active .num, #cart-steps .step.activated .num {
  background: #046333;
  color: #fff;
  border-color: #046333;
}
#cart-steps .step.active .num {
  border-color: #046333;
}

.ts-product-image {
  width: 70px;
  padding-right: 7px;
  float: left;
  display: block;
  float: left;
}
.ts-product-image img {
  max-width: 100%;
  height: auto;
}

/**/
p.woocommerce-LostPassword.lost_password a {
  color: #050505;
  font-weight: bold;
}

p#shipping_address_2_field {
  display: none;
}

section.woocommerce-columns.addresses {
  display: flex;
  background: #e8eded;
  margin: 0 !important;
}
section.woocommerce-columns.addresses h2 {
  font-size: 1.1rem;
}
section.woocommerce-columns.addresses > div {
  padding: 1rem 2em;
  background: #e8eded;
  margin: 0 2rem 2rem 0;
}

a.button.zas-pop-kont.zas-tlac {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  padding: 4px;
}

.woocommerce-terms-and-conditions-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.woocommerce-terms-and-conditions {
  padding: 1rem;
  font-size: 15px;
  background: #d7d7d7;
  overflow: hidden;
}
.woocommerce-terms-and-conditions a {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

img[src*=qrgenerator] {
  padding: 0 !important;
}

.zasilkovna_detail .button {
  background: transparent !important;
  border: 2px solid;
}

@media screen and (max-width: 639px) {
  form.checkout.woocommerce-checkout h3 {
    font-size: 1rem;
  }
  form.checkout.woocommerce-checkout .woocommerce-checkout-payment .payment_methods li {
    padding: 10px 7px;
  }
  form.checkout.woocommerce-checkout tr.order-total td {
    white-space: nowrap;
  }
  form.checkout.woocommerce-checkout table.shop_table .product-name {
    width: auto;
  }
  form.checkout.woocommerce-checkout .order_review_heading_before {
    flex: 0 0 100%;
    padding: 0;
  }
  form.checkout.woocommerce-checkout > div {
    padding: 0;
  }
  form.checkout.woocommerce-checkout #customer_details {
    flex: 0 0 100%;
    padding: 0;
  }
  p#billing_email_field,
  #billing_last_name_field,
  p#billing_phone_field,
  #billing_first_name_field {
    width: 100%;
    margin: 0;
  }
  .cart-layout-nws input[type=text],
  .cart-layout-nws input[type=email],
  .cart-layout-nws input[type=url],
  .cart-layout-nws input[type=password],
  .cart-layout-nws input[type=search],
  .cart-layout-nws input[type=number],
  .cart-layout-nws input[type=tel],
  .cart-layout-nws input[type=range],
  .cart-layout-nws textarea {
    padding: 8px;
  }
  .woocommerce-order > p {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
  }
  .woocommerce-order table.order_details th, .woocommerce-order table.order_details tr, .woocommerce-order table.order_details td, .woocommerce-order table.order_details thead, .woocommerce-order table.order_details tfoot, .woocommerce-order table.order_details tbody {
    display: block;
  }
  .woocommerce-order table.order_details thead {
    display: none;
  }
  .woocommerce-order table.order_details tr.order_item {
    border: 0;
  }
  .woocommerce-order table.order_details tbody .product-name {
    float: none;
    width: unset;
  }
  .woocommerce-order table.order_details tfoot tr {
    display: flex;
  }
  .woocommerce-order table.order_details tfoot tr > th {
    flex: 0 0 122px;
    padding: 0 10px 0 0;
  }
  .woocommerce-order table.order_details tfoot tr > td {
    flex: 1 0 auto;
  }
}
.cartlite-content {
  text-align: center;
}
.cartlite-content a.button.in-cartlite-top {
  padding: 9px 12px;
  position: absolute;
  top: 5px;
  left: 87px;
  display: none;
}
.cartlite-content a.button.in-cartlite-top.is-active {
  display: block;
}
.cartlite-content .cartlite-title {
  color: #046333;
  text-align: center;
  font-size: 1.6em;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 9px;
}
.cartlite-content p.woocommerce-mini-cart__total.total {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0.8em 1em;
  background: #ebe9eb;
}
.cartlite-content .woocommerce-mini-cart__buttons .button {
  background: #046333;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 400;
  padding: 0.8em 1.4em;
  font-size: 14px;
  letter-spacing: 1px;
}
.cartlite-content .woocommerce-mini-cart__buttons .button:hover {
  color: #fff;
  background: #046333;
  opacity: 0.6;
}
.cartlite-content .widget .widget_shopping_cart_content li.woocommerce-mini-cart-item {
  padding: 1em;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  text-align: left;
  border-top: 1px solid #eee;
}
.cartlite-content .widget .widget_shopping_cart_content li.woocommerce-mini-cart-item.woosb-item-child {
  padding: 5px;
  overflow: hidden;
}
.cartlite-content .widget .widget_shopping_cart_content li.woocommerce-mini-cart-item.woosb-item-child a {
  font-size: 0;
  float: right;
}
.cartlite-content .widget .widget_shopping_cart_content li.woocommerce-mini-cart-item.woosb-item-child .quantity {
  display: none;
}
.cartlite-content .widget .widget_shopping_cart_content li.woocommerce-mini-cart-item.woosb-item-child .variations {
  margin: 4px;
  width: calc(100% - 50px);
}

ul.woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.woocommerce-mini-cart a {
  text-decoration: none;
  font-weight: 700;
  color: #050505;
  display: block;
}
ul.woocommerce-mini-cart a:hover {
  color: #046333;
}
ul.woocommerce-mini-cart img {
  width: 40px;
  height: auto;
  border: 1px solid #eee;
  float: right;
  background: #fff;
}
ul.woocommerce-mini-cart img:hover {
  border-color: #046333;
}
ul.woocommerce-mini-cart .quantity {
  display: block;
  padding: 7px 0 0 0;
}

.product-remove a.remove,
ul.woocommerce-mini-cart a.remove {
  background: #222;
  border-radius: 45px;
  width: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 0px;
  padding: 0;
  height: 20px;
}
.product-remove a.remove:after,
ul.woocommerce-mini-cart a.remove:after {
  content: "\e209";
  font-family: "icomoon";
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: calc(50% + 0px);
  transform: translate(-50%, -50%);
  display: block;
}
.product-remove a.remove:hover,
ul.woocommerce-mini-cart a.remove:hover {
  background: #888;
}

.woocommerce.widget_shopping_cart ul.woocommerce-mini-cart a.remove {
  left: 7px;
  top: 14px;
  position: absolute;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: #046333;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 0.9em 1.2em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: #32292C;
}

.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt {
  background: #046333;
  padding: 1em 1.3em;
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: relative;
}
.woocommerce #respond input#submit.alt:after,
.woocommerce input.button.alt:after {
  content: "\e904";
  font-family: "icomoon";
  font-size: 0.7rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button.alt:hover {
  background: #32292C;
}

small.place_order_subtext {
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 0.9rem;
  color: #888;
}

.count-input {
  display: flex;
  font-size: 1rem;
  border: 1px solid #ddd;
  padding: 0.3em;
  align-items: center;
  width: 84px;
}
.count-input:hover {
  border-color: black;
}
.count-input .quantity {
  width: auto;
}
.count-input input::-webkit-outer-spin-button,
.count-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.count-input input.qty.input-text {
  display: block;
  text-align: center;
  height: 100%;
  font-size: 0.81em;
  padding: 0.3em 0;
  width: 2.4em;
  border-radius: 0;
  font-weight: bold;
  border: 0;
  -moz-appearance: textfield;
  text-align: center;
}
.count-input input.qty.input-text:focus {
  outline: none;
}
.count-input span {
  display: block;
  text-align: center;
  font-size: 1em;
  padding: 0.4em;
  cursor: pointer;
}
.count-input span:hover {
  background: #ddd;
  border-radius: 10px;
}
.count-input svg {
  display: block;
  width: 8px;
  height: 8px;
}
.count-input svg line {
  stroke-width: 2px;
  stroke: #888;
}

.woocommerce-cart-form {
  float: left;
  width: 68%;
  padding-right: 6%;
  position: relative;
  box-sizing: border-box;
}

/* --------------------------------------- */
/*              ACCOUNT                    */
/* --------------------------------------- */
.my-account.nws-user-is-logout {
  text-align: center;
}
.my-account.nws-user-is-logout input:not([type=checkbox]) {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 10px;
}
.my-account.nws-user-is-logout .lost_reset_password {
  max-width: 30rem;
  margin: 0 auto;
}

.woocommerce-form-login {
  background: #f5f5f5;
  max-width: 27rem;
  margin: 0 auto;
  padding: 1em;
}
.woocommerce-form-login label {
  font-size: 16px;
  text-align: left;
}
.woocommerce-form-login .button {
  padding: 11px 16px;
  font-size: 16px;
  margin-left: 10px;
}

.container-middle.my-account.nws-user-is-logout .woocommerce {
  display: block;
}
.container-middle.my-account nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container-middle.my-account nav.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  border: 0px solid #ddd;
  margin: 0;
}
.container-middle.my-account nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #af2750;
  background: rgba(175, 39, 80, 0.15);
}
.container-middle.my-account nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  display: block;
  color: black;
  padding: 10px 12px;
  margin: 0;
}
.container-middle.my-account nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #af2750;
}
.container-middle.my-account .woocommerce {
  display: flex;
  flex-flow: row wrap;
}
.container-middle.my-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 230px;
  box-sizing: border-box;
  border-right: 1px solid #e5e5e5;
}
.container-middle.my-account .woocommerce .woocommerce-MyAccount-content {
  box-sizing: border-box;
  flex: 0 0 calc(100% - 230px);
  padding: 0 2rem;
}
.container-middle.my-account .woocommerce .woocommerce-MyAccount-content a:not(.button) {
  color: #af2750;
  font-weight: bold;
  text-decoration: underline;
}
.container-middle.my-account .woocommerce .woocommerce-MyAccount-content a:not(.button):hover {
  color: #050505;
  text-decoration: none;
}
.container-middle.my-account .col2-set {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1rem;
}
.container-middle.my-account .col2-set > div[class*=col-] {
  padding: 1rem;
}
.container-middle.my-account table.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.container-middle.my-account table.woocommerce-orders-table th {
  padding: 0.5em;
  text-align: left;
}
.container-middle.my-account table.woocommerce-orders-table th.woocommerce-orders-table__header-order-actions {
  text-align: center;
  width: 105px;
}
.container-middle.my-account table.woocommerce-orders-table td {
  padding: 0.2em 0.5em;
  text-align: left;
}
.container-middle.my-account table.woocommerce-orders-table tr {
  border: 1px solid #050505;
}
.container-middle.my-account table.woocommerce-orders-table thead {
  background: #050505;
}
.container-middle.my-account table.woocommerce-orders-table thead th {
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}
.container-middle.my-account table.woocommerce-orders-table tbody {
  background: #fff;
}
.container-middle.my-account table.woocommerce-orders-table tbody tr {
  border-color: #ddd;
}
.container-middle.my-account table.woocommerce-orders-table .button.view {
  float: right;
  margin: 0.3rem 0;
  font-size: 13px;
}
.container-middle.my-account table.woocommerce-orders-table *[class*=status-completed] > td:nth-child(3) {
  background: rgba(4, 99, 51, 0.2);
}
.container-middle.my-account table.woocommerce-orders-table *[class*=status-processing] > td:nth-child(3) {
  background: rgba(211, 211, 16, 0.2);
}
.container-middle.my-account .woocommerce-customer-details {
  font-size: 14px;
}
.container-middle.my-account .woocommerce-MyAccount-content form > h3 {
  text-align: center;
}
.container-middle.my-account .woocommerce-EditAccountForm,
.container-middle.my-account .woocommerce-address-fields {
  max-width: 40rem;
  background: #fff;
  padding: 1.3rem;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  margin: 0 auto;
}
.container-middle.my-account .woocommerce-EditAccountForm em,
.container-middle.my-account .woocommerce-address-fields em {
  display: block;
  padding: 10px 0;
  font-size: 14px;
}
.container-middle.my-account .woocommerce-EditAccountForm fieldset,
.container-middle.my-account .woocommerce-address-fields fieldset {
  border: 1px solid #000;
  padding: 0.35em 1em;
}
.container-middle.my-account .woocommerce-EditAccountForm .required,
.container-middle.my-account .woocommerce-address-fields .required {
  color: #F31E31;
  font-weight: bold;
  text-decoration: none;
}
.container-middle.my-account .woocommerce-EditAccountForm label,
.container-middle.my-account .woocommerce-address-fields label {
  display: block;
  font-size: 0.9rem;
  color: #797979;
  margin: 0 0 5px;
}
.container-middle.my-account .woocommerce-EditAccountForm input:not([type=checkbox]), .container-middle.my-account .woocommerce-EditAccountForm textarea, .container-middle.my-account .woocommerce-EditAccountForm .select2-selection,
.container-middle.my-account .woocommerce-address-fields input:not([type=checkbox]),
.container-middle.my-account .woocommerce-address-fields textarea,
.container-middle.my-account .woocommerce-address-fields .select2-selection {
  background: #EDEDED;
  border: 0;
  text-shadow: 0 0 0 transparent;
  outline: none;
  border-radius: 0;
  width: 100%;
  padding: 8px 10px;
  height: auto;
}

.nws-cart-empty {
  text-align: center;
}
.nws-cart-empty p.cart-empty.woocommerce-info {
  color: #050505;
  text-transform: uppercase;
  font-size: 1.2em;
  opacity: 0.6;
}
.nws-cart-empty p.cart-empty.woocommerce-info:before {
  background-image: url("images/emptycart.svg");
  background-size: 100% 100%;
  width: 90px;
  height: 90px;
  content: "";
  display: block;
  margin: 0 auto 1rem auto;
  opacity: 0.6;
}

.woocommerce-order-details .order_details {
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-order-details .order_details a {
  color: #050505;
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce-order-details .order_details thead tr {
  border: 2px solid #050505;
}
.woocommerce-order-details .order_details thead th {
  color: #050505;
  padding: 5px;
}
.woocommerce-order-details .order_details .image {
  width: 80px;
}
.woocommerce-order-details .order_details .image img {
  max-width: 100%;
  height: auto;
}
.woocommerce-order-details .order_details .order_item {
  border: 1px solid #ddd;
  background: #fff;
}
.woocommerce-order-details .order_details td {
  padding: 10px;
}
.woocommerce-order-details .order_details .price-per-item,
.woocommerce-order-details .order_details .product-price,
.woocommerce-order-details .order_details .product-total {
  text-align: right;
}
.woocommerce-order-details .order_details tfoot {
  text-align: right;
}
.woocommerce-order-details .order_details tfoot tr:first-child th, .woocommerce-order-details .order_details tfoot tr:first-child td {
  padding-top: 1rem;
}
.woocommerce-order-details .order_details tfoot th, .woocommerce-order-details .order_details tfoot td {
  padding: 4px 8px;
  text-align: right;
}

.td-title {
  display: none;
}

section.woocommerce-bacs-bank-details h2 {
  display: none;
}
section.woocommerce-bacs-bank-details ul {
  border: 1px solid #ddd;
  padding: 1rem;
}

@media screen and (max-width: 1023px) {
  form.checkout.woocommerce-checkout > div {
    padding: 1em;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639px) {
  form.checkout.woocommerce-checkout {
    padding: 1rem;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    float: left;
    width: 30%;
  }
  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before {
    display: none;
  }
  .woocommerce-cart-form table.shop_table {
    margin-bottom: 0;
  }
  table.shop_table .product-name {
    float: left;
    width: 70%;
  }
  table.shop_table .product-name .variation {
    font-size: 12px;
  }
  table.shop_table .product-name .variation dt {
    font-weight: normal;
    color: #000;
  }
  table.shop_table tr td.product-name:before {
    display: none;
  }
  table.shop_table .product-thumbnail {
    display: block;
  }
  table.shop_table .product-name a {
    display: block;
    text-align: left;
  }
  table.shop_table td.product-price {
    width: 100%;
    clear: both;
  }
  table.shop_table .count-input {
    margin: -9px 0 -7px auto;
  }
  #cart-steps {
    font-size: 13px;
    margin-bottom: 1rem;
  }
  #cart-steps .step .name {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 85px;
    line-height: 1;
  }
  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals,
  .woocommerce-cart-form {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce-page table.cart td.actions > button[name=update_cart] {
    display: none;
  }
  .woocommerce-page table.cart td.actions .coupon {
    margin-bottom: 10px;
  }
  .woocommerce-page table.cart td.actions .coupon label {
    text-align: left;
  }
  .woocommerce-page table.cart td.actions .coupon input {
    font-size: 13px;
    padding: 7px 10px;
  }
  .woocommerce-page table.cart td.actions .coupon .button {
    width: auto;
    padding: 7px 10px;
    font-size: 13px;
  }
}
/*
@import 'products';
@import 'search';
@import 'fckeditor';
*/
.svg-hamburger {
  width: 27px;
  float: left;
  margin: 5px 4px 0 0;
  position: relative;
}
.svg-hamburger span {
  height: 2px;
  border-radius: 6px;
  display: block;
  background: #000;
  width: 100%;
}
.svg-hamburger span:nth-child(2) {
  margin: 6px 0;
}

svg.svg-hamburger line {
  stroke: #050505;
  stroke-width: 2px;
}

.top-shop-links a.user-link.user,
.offcanvas-close {
  background: rgba(5, 5, 5, 0.5);
}

a.close-canvas-button {
  padding: 11px;
  display: block;
  background: #32292C;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  margin: 4px;
}
a.close-canvas-button svg {
  display: block;
  width: 100%;
  height: 100%;
}
a.close-canvas-button line {
  stroke: white;
  stroke-width: 2px;
}

.grid-container {
  max-width: 85rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
}

h1 {
  color: #32292C;
}
h1.page-title {
  font-size: 1.375rem;
}

.title {
  text-align: center;
  letter-spacing: 5px;
  color: #32292C;
  text-transform: uppercase;
}

h3 {
  font-size: 1.375rem;
}

body .button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 1em;
  border-radius: 0.3em;
  text-decoration: none;
  background: #046333;
  color: #fff;
  transition: all 0.3s;
}
body .button:hover {
  transition: all 0.3s;
  background: rgba(4, 99, 51, 0.8);
}
body .button.radius {
  border-radius: 100px;
}
body .button.hollow {
  border: 1px solid #050505;
  background: transparent;
}
body .button.white {
  background: #fff;
  color: #32292C;
}
body .button.brown {
  background: #32292C;
}
body .button.brown:hover {
  background: rgba(50, 41, 44, 0.8);
}

@media screen and (max-width: 1573px) {
  .products-carousel .img-2 {
    position: absolute;
    bottom: -1.9rem;
    left: calc(100% - 114px);
    width: 70px;
  }
}
@media screen and (max-width: 639px) {
  .title {
    letter-spacing: 3px;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.2rem;
  }
}

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