.blog-section,
.materials-section {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0;
  background: #fff;
}
.blog-section .pagination-wrapper,
.materials-section .pagination-wrapper {
  display: none;
}
.blog-section .blog-posts + .button,
.materials-section .blog-posts + .button {
  border: 1px solid #23262b;
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 9px 15px;
  text-transform: uppercase;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0.3px;
  border-radius: 0px;
  font-size: 1.1em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts + .button,
  .materials-section .blog-posts + .button {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
.blog-section .blog-posts + .button:hover,
.materials-section .blog-posts + .button:hover {
  background: #C09544;
  color: #fff;
  border-color: #C09544;
}
@media only screen and (max-width: 1200px) {
  .blog-section,
  .materials-section {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section,
  .materials-section {
    margin-top: -10px;
    padding-top: 0;
  }
}
.blog-section .button,
.materials-section .button {
  color: #87AED3;
  position: relative;
  display: inline-block !important;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  background: transparent;
  padding: 0;
  font-size: 1em;
}
@media only screen and (max-width: 767px) {
  .blog-section .button,
  .materials-section .button {
    margin-top: 20px;
  }
}
.blog-section .button:hover,
.materials-section .button:hover {
  color: #000;
  background: transparent;
}
.blog-section .h4,
.materials-section .h4 {
  margin-top: 50px !important;
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .blog-section .h4,
  .materials-section .h4 {
    font-size: 2.2em !important;
    margin-top: 30px !important;
    margin-bottom: 35px !important;
  }
}
.blog-section h2,
.materials-section h2 {
  position: relative;
  text-align: center;
  font-size: 2.3em;
  font-weight: 600;
  color: #2f2f30;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
  .blog-section h2,
  .materials-section h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section h2,
  .materials-section h2 {
    font-size: 1.6em;
  }
}
.blog-section .slick-dots,
.materials-section .slick-dots,
.blog-section .glider-dots,
.materials-section .glider-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
  width: auto;
  margin-left: -280px;
  min-width: 120px;
  max-width: 200px;
  margin-top: -10px;
  position: absolute;
  left: 0px;
  bottom: 5px;
}
@media only screen and (max-width: 992px) {
  .blog-section .slick-dots,
  .materials-section .slick-dots,
  .blog-section .glider-dots,
  .materials-section .glider-dots {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    margin: 10px 0 0 0;
    position: relative;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .slick-dots,
  .materials-section .slick-dots,
  .blog-section .glider-dots,
  .materials-section .glider-dots {
    margin-top: 0;
  }
}
.blog-section .slick-dots button,
.materials-section .slick-dots button,
.blog-section .glider-dots button,
.materials-section .glider-dots button {
  font-size: 0;
  width: 5px;
  max-width: 10px;
  padding: 0;
  height: 5px;
  margin: 0 4px;
  background: #CDCDCD;
  border-radius: 20px;
  border: none;
}
.blog-section .slick-dots button.active,
.materials-section .slick-dots button.active,
.blog-section .glider-dots button.active,
.materials-section .glider-dots button.active {
  background: #000;
}
.blog-section .slick-dots li,
.materials-section .slick-dots li,
.blog-section .glider-dots li,
.materials-section .glider-dots li {
  padding: 0;
}
.blog-section .slick-dots li.slick-active button,
.materials-section .slick-dots li.slick-active button,
.blog-section .glider-dots li.slick-active button,
.materials-section .glider-dots li.slick-active button {
  background: #000;
}
.blog-section .button.more,
.materials-section .button.more {
  padding: 10px 25px;
  border-radius: 4px;
  background: #C09544;
  width: 180px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.blog-section .button.more:hover,
.materials-section .button.more:hover {
  background: #333;
}
.blog-section .blog-posts .content-inner,
.materials-section .blog-posts .content-inner,
.blog-section .materials-posts .content-inner,
.materials-section .materials-posts .content-inner {
  display: -ms-flexbox;
  display: flex;
  margin: 80px 0;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner,
  .materials-section .blog-posts .content-inner,
  .blog-section .materials-posts .content-inner,
  .materials-section .materials-posts .content-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner,
  .materials-section .blog-posts .content-inner,
  .blog-section .materials-posts .content-inner,
  .materials-section .materials-posts .content-inner {
    margin: 30px 0;
  }
}
.blog-section .blog-posts .content-inner .blog-desc,
.materials-section .blog-posts .content-inner .blog-desc,
.blog-section .materials-posts .content-inner .blog-desc,
.materials-section .materials-posts .content-inner .blog-desc {
  width: 400px;
  padding-right: 95px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc,
  .materials-section .blog-posts .content-inner .blog-desc,
  .blog-section .materials-posts .content-inner .blog-desc,
  .materials-section .materials-posts .content-inner .blog-desc {
    width: 100%;
    padding-bottom: 70px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner .blog-desc,
  .materials-section .blog-posts .content-inner .blog-desc,
  .blog-section .materials-posts .content-inner .blog-desc,
  .materials-section .materials-posts .content-inner .blog-desc {
    padding-bottom: 30px;
  }
}
.blog-section .blog-posts .content-inner .blog-desc .learn-more,
.materials-section .blog-posts .content-inner .blog-desc .learn-more,
.blog-section .materials-posts .content-inner .blog-desc .learn-more,
.materials-section .materials-posts .content-inner .blog-desc .learn-more {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #000;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.blog-section .blog-posts .content-inner .blog-desc .learn-more:hover,
.materials-section .blog-posts .content-inner .blog-desc .learn-more:hover,
.blog-section .materials-posts .content-inner .blog-desc .learn-more:hover,
.materials-section .materials-posts .content-inner .blog-desc .learn-more:hover {
  text-decoration: underline;
}
.blog-section .blog-posts .content-inner .blog-desc .learn-more:after,
.materials-section .blog-posts .content-inner .blog-desc .learn-more:after,
.blog-section .materials-posts .content-inner .blog-desc .learn-more:after,
.materials-section .materials-posts .content-inner .blog-desc .learn-more:after {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left: 40px;
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc .learn-more,
  .materials-section .blog-posts .content-inner .blog-desc .learn-more,
  .blog-section .materials-posts .content-inner .blog-desc .learn-more,
  .materials-section .materials-posts .content-inner .blog-desc .learn-more {
    font-size: 0.9em;
    margin-top: 20px;
  }
}
.blog-section .blog-posts .content-inner .blog-desc h1,
.materials-section .blog-posts .content-inner .blog-desc h1,
.blog-section .materials-posts .content-inner .blog-desc h1,
.materials-section .materials-posts .content-inner .blog-desc h1 {
  font-size: 1.7em;
  font-weight: 700;
  color: #141414;
  text-transform: uppercase;
  margin-top: 70px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  max-width: 305px;
  margin-top: 0;
  line-height: 1.6em;
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner .blog-desc h1,
  .materials-section .blog-posts .content-inner .blog-desc h1,
  .blog-section .materials-posts .content-inner .blog-desc h1,
  .materials-section .materials-posts .content-inner .blog-desc h1 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc h1,
  .materials-section .blog-posts .content-inner .blog-desc h1,
  .blog-section .materials-posts .content-inner .blog-desc h1,
  .materials-section .materials-posts .content-inner .blog-desc h1 {
    font-size: 1.1em;
    font-weight: 800;
    max-width: 295px !important;
  }
}
.blog-section .blog-posts .content-inner .blog-desc p,
.materials-section .blog-posts .content-inner .blog-desc p,
.blog-section .materials-posts .content-inner .blog-desc p,
.materials-section .materials-posts .content-inner .blog-desc p {
  color: #000;
  line-height: 1.6em;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .blog-section .blog-posts .content-inner .blog-desc p,
  .materials-section .blog-posts .content-inner .blog-desc p,
  .blog-section .materials-posts .content-inner .blog-desc p,
  .materials-section .materials-posts .content-inner .blog-desc p {
    font-size: 0.9em;
  }
}
.blog-section .blog-posts .content-inner #newsWrapper,
.materials-section .blog-posts .content-inner #newsWrapper,
.blog-section .materials-posts .content-inner #newsWrapper,
.materials-section .materials-posts .content-inner #newsWrapper {
  width: calc(100% - 400px);
}
@media only screen and (max-width: 992px) {
  .blog-section .blog-posts .content-inner #newsWrapper,
  .materials-section .blog-posts .content-inner #newsWrapper,
  .blog-section .materials-posts .content-inner #newsWrapper,
  .materials-section .materials-posts .content-inner #newsWrapper {
    width: 100%;
  }
}
.blog-section #newsWrapper,
.materials-section #newsWrapper {
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .blog-section #newsWrapper,
  .materials-section #newsWrapper {
    max-width: 1138px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-section #newsWrapper,
  .materials-section #newsWrapper {
    max-width: 970px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper,
  .materials-section #newsWrapper {
    max-width: 744px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper,
  .materials-section #newsWrapper {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.blog-section #newsWrapper .slick-list,
.materials-section #newsWrapper .slick-list {
  margin: 0 -12px;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .slick-list,
  .materials-section #newsWrapper .slick-list {
    margin: 0 -5px;
  }
}
.blog-section #newsWrapper .slick-arrow,
.materials-section #newsWrapper .slick-arrow {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background-color: transparent;
  font-size: 0;
  color: transparent;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  margin-left: -410px;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .slick-arrow,
  .materials-section #newsWrapper .slick-arrow {
    margin-left: 0;
    bottom: initial;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section #newsWrapper .slick-arrow,
  .materials-section #newsWrapper .slick-arrow {
    display: none !important;
  }
}
.blog-section #newsWrapper .slick-arrow:hover,
.materials-section #newsWrapper .slick-arrow:hover {
  background-color: #ededed;
}
.blog-section #newsWrapper .slick-arrow.slick-next,
.materials-section #newsWrapper .slick-arrow.slick-next {
  left: 50px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-section #newsWrapper .slick-arrow.slick-disabled,
.materials-section #newsWrapper .slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  cursor: default;
}
.blog-section #newsWrapper .news-item,
.materials-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: auto;
  margin: 0 12px;
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  z-index: 2;
  position: relative;
  border-radius: 0;
  padding-bottom: 0;
  /*box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
      padding: 20px;*/
  /*.read-more {
        text-decoration: underline;
        color: @brown;
        margin-bottom: 5px;
        margin-top: 10px;
        img {
          width: 12px;
          margin-left: 14px;
          position: relative;
          top: -2px
        }

        &:hover {
          color: @mainText;
        }
      }*/
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item,
  .materials-section #newsWrapper .news-item {
    margin: 0 5px;
  }
}
.blog-section #newsWrapper .news-item .read-more,
.materials-section #newsWrapper .news-item .read-more {
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: auto;
  margin-top: 20px;
  width: auto;
  height: unset;
  border-radius: 4px;
  color: #000;
  background: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 600;
}
.blog-section #newsWrapper .news-item .read-more:after,
.materials-section #newsWrapper .news-item .read-more:after {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 5px;
}
.blog-section #newsWrapper .news-item .read-more img,
.materials-section #newsWrapper .news-item .read-more img {
  width: 10px;
  margin-left: 14px;
  position: relative;
  top: -1px;
}
.blog-section #newsWrapper .news-item .read-more:hover,
.materials-section #newsWrapper .news-item .read-more:hover {
  border-color: #C09544;
}
.blog-section #newsWrapper .news-item .description,
.materials-section #newsWrapper .news-item .description {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #0c0c0c;
  max-height: 135px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-section #newsWrapper .news-item .description p,
.materials-section #newsWrapper .news-item .description p {
  margin: 0;
}
.blog-section #newsWrapper .news-item .description img,
.materials-section #newsWrapper .news-item .description img {
  display: none;
}
.blog-section #newsWrapper .news-item .text,
.materials-section #newsWrapper .news-item .text {
  position: relative;
  text-align: left;
  padding: 25px 0px 23px;
  /*time {
          font-weight: 500;
          color: #fff;
          font-size: 0.8em;
          letter-spacing: -0.5px;
          margin-top: 5px;
          background: #ef3f3f;
          display: inline-block;
          padding: 7px 15px;
          border-radius: 20px;

          @media @tablet-600 {
            display: none;
          }
        }*/
}
.blog-section #newsWrapper .news-item .text img,
.materials-section #newsWrapper .news-item .text img {
  max-width: 100%;
}
.blog-section #newsWrapper .news-item .text p,
.materials-section #newsWrapper .news-item .text p {
  font-size: 0.95em;
  color: #000;
  line-height: 1.5em;
  margin-bottom: 0;
  font-weight: 400;
}
.blog-section #newsWrapper .news-item .text .title,
.materials-section #newsWrapper .news-item .text .title {
  margin-top: 0;
  letter-spacing: 0;
  display: inline-block;
  width: 100%;
  line-height: 1.25em;
  text-align: left;
  font-weight: 700;
  font-size: 1.1em;
  padding-bottom: 0;
  margin-bottom: 5px;
  position: relative;
  color: #000;
  text-transform: none;
  min-height: 44px;
}
.blog-section #newsWrapper .news-item .text .title:hover,
.materials-section #newsWrapper .news-item .text .title:hover {
  text-decoration: underline;
  border: none;
  color: #000;
}
.blog-section #newsWrapper .news-item .text time,
.materials-section #newsWrapper .news-item .text time {
  font-weight: 500;
  margin-bottom: 15px;
  color: #b8b8b8;
  display: none;
}
.blog-section #newsWrapper .news-item .image,
.materials-section #newsWrapper .news-item .image {
  width: 100%;
  max-width: 476px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image,
  .materials-section #newsWrapper .news-item .image {
    width: 100%;
    height: auto;
  }
}
.blog-section #newsWrapper .news-item .image:hover img,
.materials-section #newsWrapper .news-item .image:hover img {
  opacity: 0.7;
}
.blog-section #newsWrapper .news-item .image img,
.materials-section #newsWrapper .news-item .image img {
  transition: 0.3s;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .blog-section #newsWrapper .news-item .image img,
  .materials-section #newsWrapper .news-item .image img {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: inherit;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section .content-inner .blog-desc,
  .materials-section .content-inner .blog-desc {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper,
  .materials-section #newsWrapper {
    max-width: 100%;
  }
}
.blog-section #newsWrapper .slick-list,
.materials-section #newsWrapper .slick-list {
  width: calc(100% + 24px);
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .slick-arrow.slick-next,
  .materials-section #newsWrapper .slick-arrow.slick-next {
    display: block;
    right: 0;
    left: unset;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section #newsWrapper .slick-arrow.slick-prev,
  .materials-section #newsWrapper .slick-arrow.slick-prev {
    left: unset;
    right: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .blog-section {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section {
    padding-top: 30px;
  }
  .blog-section .blog-posts .content-inner {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .blog-section {
    margin-bottom: 25px;
  }
}
.blog-section .blog-posts .content-inner .blog-desc p {
  display: none;
}
.blog-section .blog-posts .content-inner .blog-desc .learn-more {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner .blog-desc .learn-more {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section .blog-posts .content-inner .blog-desc {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .materials-section {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .materials-section {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .materials-section .materials-posts .content-inner {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .materials-section .slick-dots {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 992px) {
  .materials-section #newsWrapper {
    max-width: 100%;
  }
}
.materials-section #newsWrapper .news-item .text {
  position: absolute;
  bottom: 0;
  min-width: 100%;
  padding-bottom: 50px;
  padding: 0;
}
.materials-section #newsWrapper .news-item .text .title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  letter-spacing: 5px;
  max-width: 100%;
  line-height: 1.3em;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 50px 50px;
}
@media only screen and (max-width: 480px) {
  .materials-section #newsWrapper .news-item .text .title {
    font-size: 1em;
    letter-spacing: 3px;
  }
}
.materials-section #newsWrapper .news-item .text .title:hover {
  color: #fff;
}
.materials-section #newsWrapper .news-item .text .title:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}
.materials-section #newsWrapper .news-item .text .read-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: transparent;
  filter: invert(1);
}
.materials-section #newsWrapper .news-item .text .read-more:after {
  background-size: 26px;
}
@media only screen and (max-width: 480px) {
  .materials-section #newsWrapper .news-item .text .read-more {
    right: 10px;
    bottom: 10px;
  }
  .materials-section #newsWrapper .news-item .text .read-more:after {
    background-size: 18px;
  }
}
.materials-section #newsWrapper .news-item:hover .image img {
  opacity: 0.7;
}
.banners-section {
  max-width: 100%;
}
.banners-section .banners-posts + .button {
  border: 1px solid #23262b;
  color: #23262b;
  font-weight: 400;
  margin-top: 15px;
  padding: 9px 15px;
  text-transform: uppercase;
  background: transparent;
  min-width: 166px;
  text-align: center;
  height: auto;
  letter-spacing: 0.3px;
  border-radius: 0px;
  font-size: 1em;
  transition: 0.3s;
  top: initial !important;
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-top: 45px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .banners-section .banners-posts + .button {
    margin-top: 0px;
    margin-bottom: 0;
  }
}
.banners-section .banners-posts + .button:hover {
  background: #C09544;
  color: #fff;
  border-color: #C09544;
}
.banners-section h3 {
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  margin-bottom: 50px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section h3 {
    padding: 0 15px;
    line-height: 1.3em;
  }
}
.banners-section #newsWrapper {
  max-width: 100%;
}
.banners-section #newsWrapper .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item {
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.banners-section #newsWrapper .news-item:nth-child(odd) .image {
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item:nth-child(odd) .image {
    -ms-flex-order: 0;
        order: 0;
  }
}
.banners-section #newsWrapper .news-item .image {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .image {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.banners-section #newsWrapper .news-item .text {
  padding: 20px 80px;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text {
    width: 100%;
    padding: 15px;
  }
}
.banners-section #newsWrapper .news-item .text p {
  font-size: 1em;
  color: #303030;
  line-height: 2em;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .banners-section #newsWrapper .news-item .text p {
    line-height: 1.7em;
  }
}
.banners-section #newsWrapper .news-item .text time {
  display: none;
}
.banners-section #newsWrapper .news-item .text .title {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 40px;
  position: relative;
  color: #303030;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .banners-section #newsWrapper .news-item .text .title {
    margin-bottom: 30px;
  }
}
.banners-section #newsWrapper .news-item .text .title:hover {
  text-decoration: none;
  color: #C09544;
}
.banners-section #newsWrapper .news-item .text .title:after {
  width: 136px;
  height: 2px;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #303030;
}
footer .extended.newsletter {
  width: 100% !important;
  height: auto;
  padding-right: 0 !important;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  position: relative;
  border: none;
  border-radius: 0px;
  /*width: calc(~'100% + 100px') !important;*/
  width: 100%;
  max-width: inherit;
  background: #21221F;
  padding: 75px 45px !important;
  /*z-index: 1;*/
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 1300px) {
  footer .extended.newsletter {
    width: 100% !important;
    margin: 0;
    padding: 30px 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  footer .extended.newsletter {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 40px 20px 25px!important;
    width: 100% !important;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .extended.newsletter:before {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  footer .extended.newsletter {
    margin: 0 0px 20px 0px;
    width: 100% !important;
  }
}
footer .extended.newsletter > p {
  font-size: 1.2em;
  margin-top: 75px;
  max-width: 360px;
  line-height: 1.4em;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter > p {
    font-size: 0.7em;
    opacity: 0.7;
    font-weight: 300;
    margin-top: 25px;
  }
}
footer .extended.newsletter > p a {
  display: inline-block;
  font-size: 1em;
  color: #fff !important;
  text-decoration: underline;
  font-weight: 400;
}
footer .extended.newsletter form {
  position: relative;
  width: 100%;
  text-align: center;
  max-width: 650px;
  z-index: 2;
}
footer .extended.newsletter form label {
  font-weight: 400;
  color: #fff;
  font-size: 0.9em;
  display: none;
  position: relative;
}
footer .extended.newsletter form label a {
  display: inline-block;
  color: #fff !important;
  font-weight: 400;
  text-decoration: underline;
}
footer .extended.newsletter form button:hover {
  opacity: 0.5;
}
footer .extended.newsletter form button:focus {
  outline: snow;
}
footer .extended.newsletter form button:before {
  display: none;
}
footer .extended.newsletter form button:-ms-input-placeholder {
  font-weight: 600;
}
footer .extended.newsletter form button::placeholder {
  font-weight: 600;
}
footer .extended.newsletter form .validator-msg-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
footer .extended.newsletter form .validator-msg-holder input {
  width: 100%;
  height: 63px;
  line-height: 63px;
  position: relative;
  border-radius: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter form .validator-msg-holder input {
    font-size: 0.9em;
    height: 35px;
    text-align: center;
    max-width: 225px;
    margin: 0 auto;
  }
}
footer .extended.newsletter form .validator-msg-holder input:-ms-input-placeholder {
  color: #fff;
}
footer .extended.newsletter form .validator-msg-holder input::placeholder {
  color: #fff;
}
footer .extended.newsletter form .validator-msg-holder input:focus {
  outline: none;
  box-shadow: none;
}
footer .extended.newsletter form button {
  left: initial;
  height: 63px;
  top: 0;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
  overflow: hidden;
  width: 175px;
  border-radius: 3px;
  right: 0;
  opacity: 1;
  background-size: 40px;
  background-color: #87AED3;
  border: none;
  position: relative;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
  margin-top: 50px;
  border: 3px solid #fff;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*@media @tablet-port {
          height: 44px;
          width: 44px;
          background-size: 18px;
          min-width: auto;
        }*/
  /*@media @mobile-land {
          height: 58px;
          width: 58px;
          background-size: 30px;
        }*/
}
footer .extended.newsletter form button .sr-only {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1;
  transition: 0.3s;
}
footer .extended.newsletter form button:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border-color: #fff;
}
footer .extended.newsletter form button:hover .sr-only {
  color: #000;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter form button {
    border-width: 2px;
    height: 38px;
    font-size: 0.8em;
    width: 155px;
    margin: 25px auto 0 auto;
  }
}
footer .extended.newsletter label {
  position: relative;
  font-size: 0.8em;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin-top: 3px;
  text-align: left;
  margin-bottom: 0;
}
footer .extended.newsletter label a {
  display: inline-block;
  color: #fff;
}
footer .extended.newsletter fieldset {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -ms-flex-direction: column;
      flex-direction: column;
}
footer .extended.newsletter br {
  display: none;
}
footer .extended.newsletter div.validator-msg-holder {
  width: 100%;
}
footer .extended.newsletter br + div {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
}
footer .extended.newsletter h4 {
  font-weight: 400;
  margin: 0 !important;
  font-size: 1em;
  color: #fff;
  border: none;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: none !important;
  margin-bottom: 30px !important;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter h4 {
    text-align: center !important;
    line-height: 1.4em;
  }
}
footer .extended.newsletter h4 strong {
  font-weight: 700;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: 'Poppins';
  max-width: 304px;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter h4 strong {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.7em;
    max-width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .extended.newsletter h4 {
    text-align: center;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter h4 {
    font-size: 1.1em;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px !important;
  }
  footer .extended.newsletter h4 strong {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  footer .extended.newsletter h4 {
    text-align: center;
    font-size: 0.9em;
  }
  footer .extended.newsletter h4 strong {
    text-align: center;
    font-size: 1.7em;
  }
}
footer .extended.newsletter h4 span {
  display: block;
  margin-top: 2px;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 300;
}
footer .extended.newsletter h4:before {
  display: none;
}
footer .extended.newsletter h3 {
  position: relative;
  color: #000;
  margin-top: 0;
  letter-spacing: 0.8px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .extended.newsletter .newsletter-header,
footer .extended.newsletter form#formNewsletterWidget,
footer .extended.newsletter > p {
  display: none !important;
}
footer .extended.newsletter .newsletter-ecomail {
  display: block;
  width: 100%;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-holder {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-spacer {
    display: none !important;
  }
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text,
footer .extended.newsletter .newsletter-ecomail .ec-v-form-input,
footer .extended.newsletter .newsletter-ecomail .ec-v-form-submit {
  padding-left: 0 !important;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text > p {
  font-size: 1.4em !important;
  margin-top: 70px !important;
  max-width: 360px;
  line-height: 1.4em;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-text > p {
    font-size: 1em !important;
    margin-top: 30px !important;
  }
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text > p a {
  display: inline-block;
  color: #fff !important;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text > p a:hover {
  text-decoration: none;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-submit button[type="submit"] {
  font-family: Open Sans, Arial, sans-serif;
  height: 63px;
  top: 0;
  font-weight: 500;
  font-size: 1.4em;
  color: #fff;
  overflow: hidden;
  width: 175px;
  border-radius: 3px;
  right: 0;
  opacity: 1;
  background-size: 40px;
  background-color: #87aed3;
  border: none;
  position: relative;
  margin-right: auto;
  width: 100%;
  max-width: 250px;
  margin-top: 30px;
  border: 3px solid #fff !important;
  background: transparent !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-align: center !important;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-submit button[type="submit"]:hover {
  background: #fff !important;
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-submit button[type="submit"] {
    height: 50px !important;
    width: 150px !important;
    font-size: 1.1em !important;
  }
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-input {
  padding: 20px 0 !important;
}
@media only screen and (max-width: 480px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-input {
    padding: 5px 0 !important;
  }
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-input input[type="email"] {
  width: 100%;
  height: 63px;
  line-height: 63px;
  position: relative;
  border-radius: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-input input[type="email"]:-ms-input-placeholder {
  color: #fff;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-input input[type="email"]::placeholder {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-input input[type="email"] {
    font-size: 1.1em;
    height: 50px;
  }
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text h2 {
  font-weight: 700 !important;
  font-size: 1.7em !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 0px !important;
  margin-top: 0 !important;
  color: #fff !important;
  font-family: Poppins !important;
  max-width: 320px;
  line-height: 1.6em !important;
  text-align: left !important;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text h2 strong {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-family: Poppins;
  max-width: 320px;
  line-height: 1.6em;
  text-align: left;
}
footer .extended.newsletter .newsletter-ecomail .ec-v-form-text h2 strong span {
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  footer .extended.newsletter .newsletter-ecomail .ec-v-form-text h2 {
    font-size: 1.3em !important;
  }
}
#content-wrapper {
  background: transparent;
}
.breadcrumbs-wrapper {
  max-width: 100% !important;
  background: #fff;
  width: 100% !important;
  position: relative;
  margin-bottom: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 3px !important;
  /* &:before {
     height: 150px;
     width: 100%;
     position: absolute;
     left: 50%;
     z-index: -1;
     content: '';
     transform: translateX(-50%);
     top: 0;
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/airsoft/v2/img/bread-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;
     padding-bottom: 30px;
   }*/
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper {
    padding: 5px 0 !important;
  }
}
.breadcrumbs-wrapper #navigation-first > span,
.breadcrumbs-wrapper #navigation-first > a {
  padding-left: 13px;
  padding: 18px 14px;
}
.breadcrumbs-wrapper .navigation-home-icon-wrapper:before {
  left: 0;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/home.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.breadcrumbs-wrapper .breadcrumbs {
  max-width: 1360px;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: 0px;
}
@media only screen and (max-width: 1440px) {
  .breadcrumbs-wrapper .breadcrumbs {
    max-width: 1175px;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper .breadcrumbs {
    display: block;
  }
}
.type-detail .breadcrumbs-wrapper {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body .overall-wrapper .breadcrumbs-wrapper {
    padding-left: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  body .overall-wrapper .breadcrumbs-wrapper {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 992px) {
  .navigation-home-icon-wrapper:before {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs > span:last-child {
    display: none;
  }
  .breadcrumbs-wrapper .breadcrumbs > span:nth-last-child(2) a:after {
    display: none;
  }
}
/*.breadcrumbs-wrapper .navigation-home-icon-wrapper::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/metis-lab/img/home2.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}*/
.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  display: none;
}
.breadcrumbs-wrapper .breadcrumbs > span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: -2px;
}
.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  padding: 9px 20px;
  color: #808080;
  font-weight: 600;
  font-size: 0.75em;
  min-height: inherit;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  position: relative;
}
.breadcrumbs-wrapper .breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: #000;
  min-height: auto;
}
.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  width: 9px;
  background: transparent;
  height: 26px;
  font-family: 'shoptet';
  color: rgba(53, 2, 2, 0.7);
  right: -6px;
  content: '';
  bottom: unset;
  font-size: 8px;
  font-weight: 400;
  transform: none;
  top: 5px;
  opacity: 1;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/br-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px;
  position: absolute;
}
@media only screen and (max-width: 992px) {
  .breadcrumbs-wrapper .breadcrumbs > span#navigation-first > a::after {
    top: 13px;
  }
}
.breadcrumbs-wrapper .breadcrumbs {
  background: transparent;
  border: none;
}
.breadcrumbs-wrapper .breadcrumbs .sr-only {
  display: none !important;
  overflow: visible;
  position: relative;
  left: 0;
  width: auto;
  height: auto;
  margin: 0;
}
/*.next-to-carousel-banners {
  display: flex;
  justify-content: space-between;
  padding: 0 55px;
  margin: 0 -10px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 0 auto;
  max-width: 1440px;

  @media (max-width: 1320px) {
    width: 100%;
  }

  @media @tablet-port {
    margin-top: 0px;
  }

  @media @mobile-land {
    padding: 0 40px;
  }

  .slick-list {
    padding: 15px 0;
    width: 100%;

    @media @tablet-port {
      padding: 0;
    }
  }

  .banner-wrapper {
    margin: 0 9px;
    margin-top: 0 !important;
    width: calc(~'25% - 18px');
    overflow: hidden;
    border: none;
    border-radius: 10px;
    transition: @transition;
    box-shadow: none;
    background-color: #fff;
    position: relative;

    @media @tablet-land {
      width: calc(~'50% - 14px');
      margin: 0 7px;
    }

    @media @tablet-port {
      box-shadow: none;
    }

    @media @mobile-land {
      width: calc(~'100% - 14px');
    }

    &:hover {
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    }

    > a {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row-reverse;
      text-align: left;
      align-items: center;

      img {
        max-width: 100%;
        width: 100%;
        height: auto;
        transition: 2s;
        transform-origin: center;
        transform: scale(1) !important;
      }

      &:hover {
        img {
          transform: scale(1.1) !important;
        }

        .extended-banner-texts {
          .extended-banner-title {
            text-decoration: underline;
          }
        }
      }
    }

    .extended-banner-texts {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      padding: 20px 15px;
      flex-direction: column;
      text-align: center;
      z-index: 2;
      max-width: 100%;
      margin-right: auto;

      @media @desktop {
        padding: 20px;
      }

      .extended-banner-title {
        position: relative;
        background: transparent;
        transition: 0.3s;
        box-shadow: none;
        border: none;
        top: initial;
        !*min-width: 160px;*!
        padding: 0;
        width: 100%;
        text-align: center;
        font-family: 'Poppins';
        line-height: 1.1em;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0.2px;
        font-size: 1.7em;
        color: #fff;

        @media @tablet-land {
          font-size: 1.5em;
        }

        &:hover {
          text-decoration: underline;
        }

        !*&:after {
          position: relative;
          margin-left: 15px;
          width: 44px;
          height: 44px;
          border-radius: 30px;
          content: '';
          display: inline-block;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/banner-arr.svg);
          background-size: 44px;
          background-position: center;
          background-repeat: no-repeat;
          transition: 0.3s;
          margin-bottom: 0;
          float: right;
          margin-left: 35px;
          top: 0px !important;
          position: relative;

          @media (max-width: 1400px) {
            top: -5px;
          }

          @media @tablet-land {
            display: none;
          }
        }*!
      }

      .extended-banner-link {
        position: relative;
        letter-spacing: 0;
        background: #fff;
        border: 2px solid @blue;
        min-width: inherit;
        font-weight: 300;
        top: 0;
        right: inherit;
        display: block;
        height: auto;
        font-size: 0.9em;
        transition: 0.3s;
        margin: 15px 0 0 0;
        padding: 7px 32px;
        color: #000 !important;
        margin-top: 20px;
        max-height: 70px;
        opacity: 1;
        width: auto;
        border-radius: 20px;
        text-transform: none;
        box-shadow: none;

        @media @desktop {
          margin-top: 20px;
          font-size: 0.9em;
          padding: 10px 15px;
        }

        &:hover {
          background: @blue;
          color: #fff !important;
        }
      }

      .extended-banner-text {
        position: relative;
        left: 0;
        box-shadow: none;
        padding: 0;
        color: #000;
        font-size: 0.9em;
        margin-top: 7px;
        background: transparent;
        text-align: left;
        max-width: 100%;
      }
    }

    !*a {
      &:hover {
        img {
          transform: none !important;
        }
      }
    }*!
  }
}*/
.next-to-carousel-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 50px auto;
  max-width: 1230px;
  margin-top: 65px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .next-to-carousel-banners.first {
    margin-bottom: 0;
  }
  .next-to-carousel-banners.first .banner-wrapper {
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .next-to-carousel-banners.not-first .banner-wrapper:first-child {
    width: calc(33.333% - 36px);
  }
}
.next-to-carousel-banners .banner-wrapper {
  width: calc(33.333% - 36px);
  margin-top: 0 !important;
  margin: 0 18px 20px 18px;
  background: #fff;
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 31.3333%;
    margin-top: 0 !important;
    margin: 0 1% 20px 1%;
  }
}
.next-to-carousel-banners .banner-wrapper:first-child {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper:first-child {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper:first-child {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:first-child {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.next-to-carousel-banners .banner-wrapper:first-child h2 {
  text-transform: uppercase;
  font-size: 1.8em;
  font-family: var(--template-headings-font), sans-serif !important;
  font-weight: 700;
  letter-spacing: 4px;
  color: #21221F;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:first-child h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 3px;
    color: #21221F;
    text-align: center;
    max-width: 290px;
    margin: 15px auto 0 auto;
    line-height: 1.4em;
  }
}
.next-to-carousel-banners .banner-wrapper:first-child ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:first-child ul {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 18px;
    margin-bottom: 0;
  }
}
.next-to-carousel-banners .banner-wrapper:first-child ul li {
  font-family: Lora;
  background: #f2f2f2;
  color: #000;
  font-size: 1.2em;
  letter-spacing: 1.2px;
  line-height: 1em;
  padding: 1px 15px;
  border-radius: 20px;
  margin: 0 10px 20px 10px;
}
@media only screen and (max-width: 1200px) {
  .next-to-carousel-banners .banner-wrapper:first-child ul li {
    font-size: 1em;
  }
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper:first-child ul li {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper:first-child ul li {
    background: transparent;
    padding: 0;
    font-size: 0.7em;
    margin: 0 5px 10px 5px;
  }
}
@media only screen and (max-width: 480px) {
  .next-to-carousel-banners .banner-wrapper:first-child ul li {
    font-size: 0.9em;
    letter-spacing: 0.5px;
  }
}
.next-to-carousel-banners .banner-wrapper:first-child ul li a {
  color: #000;
}
.next-to-carousel-banners .banner-wrapper:first-child ul li a:hover {
  color: #7b7b7b;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    margin: 0 0 5px 0;
    padding: 0;
  }
}
.next-to-carousel-banners .banner-wrapper img {
  width: 100%;
  height: auto;
}
.next-to-carousel-banners .banner-wrapper > a {
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper > a:hover img {
  opacity: 0.7;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    position: absolute;
    bottom: 13px;
    top: unset;
    padding: 0 18px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  position: relative;
  box-shadow: none;
  padding: 0;
  background: transparent;
  border: none;
  font-family: var(--template-headings-font), sans-serif;
  font-size: 1.9em;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    color: #fff;
    font-size: 1.5em;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  box-shadow: none;
  padding: 0;
  background: transparent;
  border: none;
  margin: 0;
  height: unset;
  font-family: var(--template-headings-font), sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 30px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after {
  width: 24px;
  height: 24px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: inline-block;
  margin-left: 8px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    margin-right: -5px;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
  }
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:after {
    filter: invert(1);
    background-size: 16px;
    margin-top: -4px;
    margin-left: 15px;
  }
}
.next-to-carousel-banners .slick-list {
  width: 100%;
}
.small-banners-line,
.detail-banners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 0 10px 0;
  margin: 0 auto;
  max-width: 1280px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line,
  .detail-banners {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .small-banners-line,
  .detail-banners {
    padding: 20px 0 0 0;
  }
}
.small-banners-line .banner-wrapper,
.detail-banners .banner-wrapper {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 50%;
    margin-bottom: 5px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .small-banners-line .banner-wrapper,
  .detail-banners .banner-wrapper {
    width: 100%;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  border: none;
}
.small-banners-line .small-banner,
.detail-banners .small-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-right: 1px solid rgba(196, 196, 196, 0.5);
  padding-right: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner,
  .detail-banners .small-banner {
    padding-right: 0;
    border: none;
  }
}
.small-banners-line .small-banner .icon-box,
.detail-banners .small-banner .icon-box {
  margin-right: 25px;
}
.small-banners-line .small-banner .icon-box:before,
.detail-banners .small-banner .icon-box:before {
  display: none;
}
.small-banners-line .small-banner .icon-box img,
.detail-banners .small-banner .icon-box img {
  max-height: 66px;
  max-width: 66px;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .icon-box,
  .detail-banners .small-banner .icon-box {
    width: 30px;
    text-align: center;
  }
}
.small-banners-line .small-banner .desc-box,
.detail-banners .small-banner .desc-box {
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .small-banners-line .small-banner .desc-box,
  .detail-banners .small-banner .desc-box {
    padding-right: 20px;
  }
}
.small-banners-line .small-banner .desc-box h3,
.detail-banners .small-banner .desc-box h3 {
  font-size: 1.3em;
  letter-spacing: 0;
  color: #141414;
  margin: 0px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
}
.small-banners-line .small-banner .desc-box p,
.detail-banners .small-banner .desc-box p {
  font-size: 0.9em;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0;
  color: #383C43;
  line-height: 1.8em;
  margin-top: 0;
  opacity: 1;
}
@media only screen and (max-width: 480px) {
  .small-banners-line .small-banner .desc-box p,
  .detail-banners .small-banner .desc-box p {
    max-width: initial;
  }
}
.small-banners-line .banner-wrapper:last-child .small-banner,
.detail-banners .banner-wrapper:last-child .small-banner {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .detail-banners .small-banner {
    margin-bottom: 20px;
  }
}
body .middle-banners-wrapper,
body .body-banners {
  margin: 10px 0 15px 0;
}
body .middle-banners-wrapper .container,
body .body-banners .container {
  max-width: 100%;
  width: 100%;
}
body .middle-banners-wrapper .col-sm-12,
body .body-banners .col-sm-12 {
  padding: 0;
}
body .middle-banners-wrapper .banner-wrapper,
body .body-banners .banner-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body .middle-banners-wrapper .banner-wrapper > span,
body .body-banners .banner-wrapper > span {
  width: 100%;
}
body .middle-banners-wrapper .banner-wrapper a,
body .body-banners .banner-wrapper a {
  -ms-flex-align: center !important;
      align-items: center !important;
  position: relative;
  width: 100%;
}
body .middle-banners-wrapper .banner-wrapper a:after,
body .body-banners .banner-wrapper a:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper a,
  body .body-banners .banner-wrapper a {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
body .middle-banners-wrapper .banner-wrapper video,
body .body-banners .banner-wrapper video {
  width: 100%;
}
body .middle-banners-wrapper .banner-wrapper img,
body .body-banners .banner-wrapper img,
body .middle-banners-wrapper .banner-wrapper a > img,
body .body-banners .banner-wrapper a > img {
  position: relative;
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 1440px) {
  body .middle-banners-wrapper .banner-wrapper img,
  body .body-banners .banner-wrapper img,
  body .middle-banners-wrapper .banner-wrapper a > img,
  body .body-banners .banner-wrapper a > img {
    width: 60% !important;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper img,
  body .body-banners .banner-wrapper img,
  body .middle-banners-wrapper .banner-wrapper a > img,
  body .body-banners .banner-wrapper a > img {
    width: 100% !important;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
body .body-banners .banner-wrapper .extended-banner-texts {
  position: relative;
  top: unset;
  transform: none;
  padding-left: 0;
}
@media only screen and (max-width: 1440px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  body .body-banners .banner-wrapper .extended-banner-texts {
    width: 40% !important;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts,
  body .body-banners .banner-wrapper .extended-banner-texts {
    width: 100% !important;
    margin-top: 5px;
    padding: 15px 0 0 0;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  text-transform: uppercase !important;
  font-family: 'Poppins';
  color: #000 !important;
  letter-spacing: 0;
  font-size: 2em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    margin-bottom: 5px;
    font-size: 1.8em;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  font-size: 1em;
  color: #000;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 1.7em;
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  margin-top: 25px;
  background: #87AED3;
  text-transform: none;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff !important;
  padding: 20px 40px;
}
@media only screen and (max-width: 992px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    font-size: 1.1em;
    font-weight: 700;
    color: #fff !important;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 767px) {
  body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
  body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
  }
}
body .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
body .body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  background: #59A60C;
}
.before-carousel {
  background: transparent;
  border: none;
  padding: 0;
  overflow: hidden;
}
.before-carousel .banners-row {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: visible;
}
.before-carousel .banners-row > div {
  width: 100%;
  padding: 0;
}
.before-carousel .banners-row .col-sm-4 {
  margin: 0 auto;
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  .banners-row > div {
    padding: 0 !important;
  }
}
/*@media @tablet-port {
  main {
    > .banners-row {
      .col-sm-4 {
        .banner-wrapper {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .wide-carousel {
    overflow: initial;
  }
  #carousel {
    margin: 0 -5px;
  }
}
#carousel .video-banner {
  position: relative;
}
#carousel .video-banner video {
  width: 100%;
  height: auto;
}
#carousel .video-banner .video-full {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
}
#carousel .video-banner .video-full img {
  width: 40px;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
  min-height: initial !important;
}
#carousel .video-banner .video-full:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-play,
#carousel .video-banner .video-pause {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  cursor: pointer;
}
#carousel .video-banner .video-play img,
#carousel .video-banner .video-pause img {
  width: 110px;
  height: auto;
  min-height: initial !important;
  transform: scale(1);
  transform-origin: center;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #carousel .video-banner .video-play img,
  #carousel .video-banner .video-pause img {
    width: 44px;
  }
}
#carousel .video-banner .video-play:hover img,
#carousel .video-banner .video-pause:hover img {
  transform: scale(1.05);
}
#carousel .video-banner .video-pause {
  display: none;
}
#carousel .video-banner.played .video-play {
  display: none;
}
#carousel .video-banner.played .video-pause {
  display: block;
  opacity: 0;
}
#carousel .video-banner.played:hover .video-pause {
  opacity: 1;
}
#carousel .carousel-inner {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner {
    margin-top: 0;
    background: #000;
  }
}
#carousel .carousel-inner .carousel-inner {
  overflow: visible;
}
#carousel .carousel-inner .item {
  /*position: relative;*/
  /*@media @mobile-land {
      position: relative;
      height: 250px;

      > a {
        position: relative;
        height: 250px;
      }

      img {
        position: absolute;
        object-fit: inherit;
        height: 250px;
        max-width: inherit;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
        top: initial;
        margin-left: 10vw;
      }
    }*/
  /*&:after {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: '';
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.25%, rgba(0, 0, 0, 0.9) 100%);
    }*/
}
#carousel .carousel-inner .item img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 330px;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item img {
    min-height: 200px;
  }
}
#carousel .carousel-inner .item a {
  -ms-flex-direction: column;
      flex-direction: column;
}
#carousel .carousel-inner .item .extended-banner-texts {
  z-index: 2;
  background: transparent;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  left: 0 !important;
  color: #fff;
  left: 50% !important;
  text-align: left;
  padding: 20px;
  right: initial;
  transform: translate(-50%, -50%);
  max-width: 1380px;
  margin-top: 0;
  /*@media @tablet-port {
        max-width: 100% !important;
        bottom: inherit;
        padding: 10px 25px;
        width: 100%;
        right: initial;
        transform: translateY(-50%);
        position: relative;
        transform: none;
        left: 0 !important;
        top: 0;
      }*/
}
@media (max-width: 1550px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    padding-left: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts {
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 20px;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
  color: #fff;
  text-shadow: none;
  text-transform: uppercase !important;
  font-size: 2.1em;
  letter-spacing: 6px;
  font-weight: 600 !important;
  max-width: 700px;
  line-height: 1.7em;
  margin-top: 0;
  font-family: 'Poppins';
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    text-align: center;
    font-size: 1.3em !important;
    letter-spacing: 3px;
    font-weight: 500 !important;
    max-width: 350px;
  }
}
@media only screen and (max-width: 480px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-title {
    font-size: 1.5em;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.3em;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: none;
  max-width: 690px;
  text-align: left;
  margin-top: 5px;
  letter-spacing: 0.6px;
  font-family: 'Poppins';
}
@media only screen and (max-width: 1200px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 2.8em;
  }
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 2.2em;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-text {
    font-size: 2em;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
  letter-spacing: 0.1px;
  background: transparent;
  border-radius: 0;
  padding: 17px 20px 17px 20px;
  min-width: inherit;
  font-weight: 600;
  color: #000 !important;
  border-radius: 5px;
  margin-top: 35px;
  font-size: 1.2em;
  text-transform: none;
  border: none;
  background: #fff;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link {
    padding: 0;
    width: auto;
    background: transparent;
    color: #fff !important;
    font-weight: 400;
    font-size: 0.9em;
    text-decoration: underline;
  }
  #carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
    background: transparent;
    color: #fff !important;
    text-decoration: none;
  }
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:hover {
  border: none;
  color: #000 !important;
  background: #D1D1D1;
}
#carousel .carousel-inner .item .extended-banner-texts .extended-banner-link:after {
  display: none;
}
.type-detail {
  /*.products-related{
    margin-bottom: 40px;
  }*/
  /*.p-image-wrapper {
    @media @desktop-min {
      width: 58%;
    }
  }

  .p-info-wrapper {
    @media @desktop-min {
      width: 42%;
    }
  }*/
  /*.watchdog-row {
    input#drop {
      display: none;
    }

    input#drop ~ * {
      display: none;
    }
  }*/
}
.type-detail .breadcrumbs-wrapper {
  background: transparent;
  padding: 10px 0 !important;
}
@media only screen and (max-width: 767px) {
  .type-detail .breadcrumbs-wrapper {
    padding: 5px 0 !important;
  }
}
.type-detail .shipping-options {
  text-decoration: underline;
  display: none;
}
.type-detail .shipping-options:hover {
  text-decoration: none;
}
.type-detail .sizing-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 510px;
  background: #fff;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.6);
  padding: 30px 20px 20px;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media only screen and (max-width: 767px) {
  .type-detail .sizing-popup {
    padding: 50px 0 0;
    width: calc(100% - 30px);
  }
}
.type-detail .sizing-popup .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.type-detail .sizing-popup .close:hover {
  opacity: 0.7;
}
.type-detail .sizing-popup .close:before {
  content: "\e912";
  font-size: 14px;
  display: inline-block;
  font-family: shoptet;
}
.type-detail .sizing-popup .popup-inner {
  max-height: 90vh;
  overflow: auto;
  padding: 10px;
}
.type-detail .sizing-popup .popup-inner p.bottom-text {
  font-weight: 700;
  text-align: center;
  margin-top: 35px;
  font-size: 13px;
  letter-spacing: 1px;
}
.type-detail .sizing-popup .popup-inner p.bottom-text a {
  text-decoration: underline;
}
.type-detail .sizing-popup .popup-inner p.bottom-text a:hover {
  text-decoration: none;
}
.type-detail .sizing-popup .popup-inner .bottom-text + .bottom-text {
  display: none;
}
.type-detail .sizing-popup .popup-inner article header h1 {
  display: none;
}
.type-detail .sizing-popup .popup-inner article p,
.type-detail .sizing-popup .popup-inner article h2,
.type-detail .sizing-popup .popup-inner article ol,
.type-detail .sizing-popup .popup-inner article .steps-images,
.type-detail .sizing-popup .popup-inner article .grey-wrap,
.type-detail .sizing-popup .popup-inner article h4.centered {
  display: none;
}
.type-detail .sizing-popup .popup-inner article table {
  margin-bottom: 40px;
}
.type-detail .sizing-popup .popup-inner article h2.centered {
  display: block;
}
.type-detail .sizing-popup .popup-inner article div[itemprop="about"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail .sizing-popup .popup-inner article div[itemprop="about"] .table-section {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .sizing-popup .popup-inner article div[itemprop="about"] .table-section h2 {
  margin-top: 0;
  font-size: 1.1em;
}
.type-detail .sidebar-inner .box-categories {
  padding-top: 0;
}
.type-detail .product-top {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 1441px) {
  .type-detail .p-image-wrapper {
    width: 58.5%;
    padding-right: 100px;
  }
}
.type-detail .p-image-wrapper .p-image {
  position: relative;
  margin-bottom: 15px;
  border-radius: 0px;
  overflow: hidden;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
  background: #87AED3;
  display: none;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount span {
  color: #fff;
}
.type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
  font-size: 1.2em;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount {
    width: 109px;
    height: 109px;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-standard {
    font-size: 1.3em;
    font-weight: 300;
  }
  .type-detail .p-image-wrapper .p-image .flags-extra .flag-discount .price-save {
    font-size: 2.3em;
    font-weight: 300;
    margin-top: 0;
  }
}
.type-detail .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  /*> div, > table, > * {
      order: 1;
    }*/
}
@media (min-width: 1441px) {
  .type-detail .p-info-wrapper {
    width: 41.5%;
  }
}
.type-detail .p-info-wrapper .p-short-description {
  line-height: 1.7em;
  color: #141414;
  font-size: 1em;
  margin-top: 0px !important;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-short-description {
    margin-bottom: 20px;
  }
}
.type-detail .p-info-wrapper .p-short-description p {
  margin-bottom: 10px;
}
.type-detail .p-info-wrapper .p-short-description p:last-child {
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-short-description,
.type-detail .p-info-wrapper .p-short-description + p {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 20px;
}
.type-detail .p-info-wrapper .p-short-description + p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.type-detail .p-info-wrapper .p-short-description + p[data-testid="productCardDescr"] {
  display: none;
}
.type-detail .p-info-wrapper .p-short-description + p a {
  color: #87AED3;
  text-decoration: underline;
  letter-spacing: 0;
  font-size: 0.9em;
  position: relative;
  top: -10px;
}
.type-detail .p-info-wrapper .p-short-description + p a:after {
  font-size: 9px;
  margin-left: 8px;
}
.type-detail .p-info-wrapper .p-short-description + p a:hover {
  text-decoration: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header,
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div:not(.stars-wrapper),
.type-detail .p-info-wrapper .p-detail-info > div:not(.stars-wrapper) {
  display: none;
}
.type-detail .p-info-wrapper .p-detail-inner-header .stars-label,
.type-detail .p-info-wrapper .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 4px;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default {
  display: block;
  -ms-flex-order: -1;
      order: -1;
  width: 100%;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default,
  .type-detail .p-info-wrapper .p-detail-info > div.flags-default {
    margin-top: 15px;
  }
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag {
  border-radius: 3px;
  text-transform: none;
  font-size: 11px !important;
  color: #000;
  border-radius: 30px;
  border: 1px solid #000;
  background: #fff !important;
  font-weight: 400;
  padding: 7px 12px;
  margin-right: 10px;
}
.type-detail .p-info-wrapper .p-detail-inner-header > div.flags-default .flag.flag-new,
.type-detail .p-info-wrapper .p-detail-info > div.flags-default .flag.flag-new {
  background: #584A81;
}
.type-detail .p-info-wrapper .p-detail-info {
  -ms-flex-order: -2;
      order: -2;
  margin-bottom: 0;
}
.type-detail .p-info-wrapper .p-detail-info .stars-wrapper:before {
  display: none;
}
.type-detail .p-info-wrapper .detail-parameters {
  -ms-flex-order: 0;
      order: 0;
  border-top: 15px solid transparent;
  /*margin-bottom: 30px;*/
  position: relative;
  width: 100%;
  margin-bottom: 13px;
  /*&:before {
        width: 100%;
        height: 1px;
        background: #E1E1E1;
        content: '';
        position: absolute;
        top: -30px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters {
    margin-bottom: 5px !important;
    -ms-flex-order: 1;
        order: 1;
  }
}
.type-detail .p-info-wrapper .detail-parameters #jsUnavailableCombinationMessage {
  font-size: 0.9em;
  margin-top: -10px;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters #jsUnavailableCombinationMessage {
    margin-top: -5px;
  }
}
.type-detail .p-info-wrapper .detail-parameters #jsUnavailableCombinationMessage a {
  text-decoration: underline;
}
.type-detail .p-info-wrapper .detail-parameters #jsUnavailableCombinationMessage a:hover {
  text-decoration: none;
}
.type-detail .p-info-wrapper .detail-parameters.empty {
  margin: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended {
  margin-bottom: 0;
  border-top: 15px solid transparent;
  position: relative;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 18px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr:first-child:before {
  width: 100%;
  height: 1px;
  background: #E1E1E1;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th {
  width: 100%;
  color: #000;
  font-weight: 700;
  min-width: 135px;
  float: left;
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .question-tooltip {
  margin-left: 7px;
  font-weight: 400;
  background: #adaaaa;
  border: none;
  padding-top: 1px;
  -ms-flex-order: 2;
      order: 2;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr th .row-header-label .row-header-label-colon {
  display: none;
}
.type-detail .p-info-wrapper .detail-parameters.extended tbody tr td {
  font-size: 0.85em;
  padding: 6px 5px 6px 12px;
  border: none;
}
.type-detail .p-info-wrapper .detail-parameters tr {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr th {
  width: 100%;
  color: #000;
  font-weight: 700;
  min-width: 135px;
  float: left;
  font-size: 1em;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
}
.type-detail .p-info-wrapper .detail-parameters tr td {
  width: 100%;
}
.type-detail .p-info-wrapper .detail-parameters tr select {
  height: 48px;
  border-radius: 5px;
  padding: 0 50px 0 15px;
  color: #000;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right 30px center;
  border: 1px solid #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  height: 59px;
  width: 100%;
  max-width: unset;
  text-align: center;
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0;
  /*&:before {
            width: 100%;
            height: 1px;
            background: #E1E1E1;
            content: '';
            position: absolute;
            top: -11px;
          }*/
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th {
  display: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: left;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td {
    width: 100%;
    padding-bottom: 10px;
    color: #000;
  }
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list th select,
  .type-detail .p-info-wrapper .detail-parameters tr.variant-list td select,
  .type-detail .p-info-wrapper .detail-parameters tr.surcharge-list td select {
    width: 100%;
    max-width: 100%;
    height: 42px;
  }
}
.type-detail .p-info-wrapper .detail-parameters tr.variant-list .advanced-parameter,
.type-detail .p-info-wrapper .detail-parameters tr.surcharge-list .advanced-parameter {
  margin: 6px 12px 6px 0;
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-info > div:not(.stars-wrapper) {
    display: none;
  }
  .type-detail .p-detail-info > .stars-wrapper {
    margin-top: 5px !important;
  }
}
.type-detail .advanced-parameter-inner.yes-before::before {
  background-size: 0px;
}
.type-detail .advanced-parameter-inner {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.type-detail .advanced-parameter-inner img {
  display: none;
}
.type-detail .advanced-parameter-inner .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 20px;
  font-weight: 600;
  padding-top: 3px;
  padding-left: 1px;
}
.type-detail .advanced-parameter-inner.yes-before {
  border: 3px solid #000;
}
.type-detail .stars-wrapper .stars-label {
  font-size: 0.9em;
  margin-top: 2px;
  margin-left: 5px;
}
.type-detail .flags-default .flag {
  margin: 0 0 5px 0;
  text-transform: none;
  font-weight: 500;
  font-size: 0.9em;
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 0 0;
    padding: 7px 9px;
    max-width: 170px;
    font-size: 0.75em !important;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 767px) {
  .type-detail .flags-default .flag {
    margin: 0 5px 5px 0;
    font-size: 12px;
    border-radius: 5px;
    padding: 6px 10px;
  }
}
.type-detail .p-detail-inner-header h1 {
  font-weight: 800;
  color: #141414;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 1.8em;
  text-transform: uppercase;
  font-family: var(--template-headings-font), sans-serif !important;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .p-detail-inner-header h1 {
    font-size: 1.5em;
  }
}
.type-detail .p-detail-inner-header .p-code {
  display: none;
}
.type-detail .responsive-nav .hidden-links > li a {
  padding: 10px 20px;
  color: #000;
  background: #fff;
}
.type-detail .shp-tabs-row {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder {
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.type-detail .shp-tabs-row .shp-tabs-holder ul.shp-tabs {
  background: transparent;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a {
  padding: 12px 30px;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  background: transparent;
  border-top: none;
  border-right: 2px solid #fff;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a[href="#productDiscussion"] {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder li a[href="#productsAlternative"] {
  display: none;
}
.type-detail .shp-tabs-row .shp-tabs-holder li.active a {
  border-color: transparent;
  background: #fff;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .type-detail .content {
    padding: 0;
  }
}
.type-detail .p-switchable .inactive {
  display: block;
}
.type-detail .browse-p {
  display: none !important;
}
.type-detail #tab-content {
  /* #variants, #description {
       display: block;
       opacity: 1;
     }*/
}
.type-detail #tab-content #variants {
  margin-bottom: 50px;
}
.type-detail .stars a::before,
.type-detail .stars span::before {
  font-size: 14px;
}
.type-detail .social-buttons-wrapper {
  -ms-flex-order: 1;
      order: 1;
  display: none;
}
.type-detail .social-buttons-wrapper a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.type-detail .social-buttons-wrapper a span {
  text-transform: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.type-detail .social-buttons-wrapper a:hover {
  color: #87AED3;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #87AED3;
}
.type-detail .p-final-price-wrapper {
  margin-bottom: 10px;
  width: 100%;
  border-bottom: none;
  margin-top: -2px;
  -ms-flex-order: 0;
      order: 0;
  padding-bottom: 0px;
}
.type-detail .p-final-price-wrapper .price-standard,
.type-detail .p-final-price-wrapper .price-save {
  font-size: 1.4em;
  font-weight: 400;
  color: #1b1b1b;
}
.type-detail .p-final-price-wrapper .price-standard span,
.type-detail .p-final-price-wrapper .price-save span {
  font-weight: 400;
}
.type-detail .p-final-price-wrapper .price-measure {
  margin: 0;
  display: none;
}
.type-detail .p-final-price-wrapper .price-final {
  font-size: 3.3em;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .type-detail .p-final-price-wrapper .price-final {
    font-size: 2em;
  }
}
.type-detail .stars-wrapper:before {
  display: none;
}
.type-detail .price-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin-top: 0px;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line {
    margin-top: 0px;
  }
}
.type-detail .price-line .price-side {
  margin-right: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 270px);
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .price-side {
    -ms-flex-align: start;
        align-items: flex-start;
    width: 100%;
  }
}
.type-detail .price-line .price-side .price-standard,
.type-detail .price-line .price-side .price-save {
  font-size: 1em;
}
.type-detail .price-line .price-side .price-save {
  color: #000;
  font-weight: 600;
  font-size: 1em;
  background: #eaeaea;
  padding: 5px 6px 4px 6px;
  border-radius: 3px;
  margin-left: 15px;
}
.type-detail .price-line .price-side .price-standard {
  color: #000;
  font-size: 0.9em;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .price-side .price-standard {
    margin-top: 8px;
    font-size: 1.2em;
  }
}
.type-detail .price-line .price-side .price-save + .price-final {
  color: #DD1515;
}
.type-detail .price-line .delivery-line {
  font-weight: 500;
  font-size: 14px;
  color: #141414;
  margin-top: 5px;
  text-transform: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .delivery-line {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.type-detail .price-line .delivery-line .delivery-time-label {
  margin-right: 5px;
}
.type-detail .price-line .delivery-line .delivery-time {
  padding-bottom: 0;
  padding-right: 0;
}
.type-detail .price-line .price-final {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 18px;
  color: #141414;
  min-width: 100px;
  -ms-flex-order: 2;
      order: 2;
  width: 100%;
  margin-top: 3px;
  /*.price-final-holder {
        &:after {
          content: 's DPH';
          display: inline-block;
          margin-left: 0;
          font-size: 14px;
          font-weight: 400;
        }
      }*/
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .price-final {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.type-detail .price-line .availability-value {
  font-size: 14px;
  padding-top: 0;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  margin-top: 17px;
  text-transform: uppercase;
  width: 290px;
  text-align: center;
  display: none !important;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line .availability-value {
    text-align: left;
  }
}
.type-detail .price-line .availability-value .availability-label[style="color: #009901"] {
  color: #3F9B00 !important;
}
.type-detail .price-line .availability-value .availability-amount {
  font-weight: 400;
  text-transform: none;
}
.type-detail .price-line .p-final-price-wrapper {
  margin: 0 20px 0 0;
  width: 30%;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .type-detail .price-line .p-final-price-wrapper {
    width: auto;
    margin-right: 30px;
  }
}
.type-detail .price-line .quantity {
  padding: 0;
  width: 118px;
  height: 42px;
  margin: 15px 0;
  border-radius: 0px;
  margin-right: 20px;
  position: relative;
  border: 1px solid #e7e7e7;
  background: #fff;
}
.type-detail .price-line .quantity .increase {
  position: absolute;
  right: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .increase:before {
  margin-top: -4px;
  content: '+';
  font-size: 16px;
  font-weight: 800;
}
.type-detail .price-line .quantity .increase:hover {
  background: #ccc;
}
.type-detail .price-line .quantity .decrease {
  position: absolute;
  left: 7px;
  top: 13px;
  width: 18px;
  height: 18px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
}
.type-detail .price-line .quantity .decrease:before {
  margin-top: -8px;
  content: '-';
  font-size: 24px;
  font-weight: 700;
}
.type-detail .price-line .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .price-line .quantity input {
  width: 117px;
  height: 42px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
}
.type-detail .price-line:not(.with-discount) {
  -ms-flex-align: center;
      align-items: center;
}
.type-detail .price-line:not(.with-discount) .availability-value {
  -ms-flex-order: 2;
      order: 2;
}
.type-detail .price-line:not(.with-discount) .price-final {
  width: calc(100% - 270px);
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line:not(.with-discount) .price-final {
    width: 100%;
  }
}
.type-detail .price-line:not(.with-discount) .availability-value {
  width: 290px;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .type-detail .price-line:not(.with-discount) .availability-value {
    margin-top: 14px;
    width: 100%;
  }
}
.type-detail .alternative-variants {
  margin-top: 20px;
}
@media only screen and (max-width: 480px) {
  .type-detail .alternative-variants {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.type-detail .alternative-variants label {
  font-size: 0.9em;
  margin-bottom: 7px;
  display: block;
}
.type-detail .alternative-variants .products-block {
  margin: 0 -5px;
  width: calc(100% + 10px);
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .type-detail .alternative-variants .products-block {
    margin: 0 -3px;
    width: calc(100% + 6px);
  }
}
.type-detail .alternative-variants .products-block .product {
  padding-bottom: 0 !important;
  margin: 0 5px 10px 5px;
  width: calc(20% - 10px);
}
@media only screen and (max-width: 480px) {
  .type-detail .alternative-variants .products-block .product {
    margin: 0 3px 6px 3px;
    width: calc(20% - 6px);
  }
}
.type-detail .alternative-variants .products-block .product .widget-parameter-wrapper {
  display: none !important;
}
.type-detail .alternative-variants .products-block .product .flags.flags-default {
  display: none !important;
}
.type-detail .alternative-variants .products-block .product .p-in {
  display: none;
}
.type-detail .alternative-variants .products-block .product .image {
  margin-bottom: 0;
}
.type-detail .alternative-variants .products-block .product:hover {
  opacity: 0.7;
}
.type-detail .top-detail-links {
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .type-detail .top-detail-links {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 7px;
  }
}
.type-detail .top-detail-links a {
  color: #000;
  display: -ms-flexbox;
  display: block;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.9em;
  margin: 0;
  padding-right: 0;
}
.type-detail .top-detail-links a.chart:before {
  width: 20px;
  height: 20px;
  position: relative !important;
  display: inline-block;
  margin-right: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/chart.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -3px;
}
.type-detail .top-detail-links a.watchdog span {
  padding-top: 3px;
  display: inline-block;
}
.type-detail .top-detail-links a.watchdog:before {
  width: 20px;
  height: 20px;
  position: relative !important;
  display: inline-block;
  margin-right: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/bell.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: -1px;
  margin-bottom: 0;
}
.type-detail .top-detail-links a:hover {
  text-decoration: underline;
}
.type-detail .top-detail-links a:hover span {
  text-decoration: underline;
}
.type-detail .product-top .stars-wrapper {
  -ms-flex-order: -1;
      order: -1;
  margin-top: 15px;
  margin-bottom: 5px;
  display: none;
}
.type-detail .product-top .stars-wrapper .stars {
  width: 150px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .product-top .stars-wrapper .stars {
    margin: 0 auto;
  }
}
.type-detail .product-top .stars-wrapper .stars .star {
  width: 30px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars .star {
    width: 20px;
  }
}
.type-detail .product-top .stars-wrapper .stars .star:before {
  color: #ffa235 !important;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .type-detail .product-top .stars-wrapper .stars .star:before {
    font-size: 16px;
  }
}
.type-detail .add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart {
    padding: 0;
  }
}
.type-detail .add-to-cart .quantity {
  padding: 0;
  width: 150px;
  height: 68px;
  margin: 15px 0;
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  overflow: hidden;
  display: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity {
    width: 130px;
    margin-right: 10px;
  }
}
.type-detail .add-to-cart .quantity .increase {
  position: absolute;
  right: 20px;
  left: inherit;
  top: 26px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/plus-d.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .increase:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .increase:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity .decrease {
  position: absolute;
  left: 20px;
  right: inherit;
  width: 22px;
  top: 26px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 0.7;
}
.type-detail .add-to-cart .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/minus-d.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.type-detail .add-to-cart .quantity .decrease:hover {
  background: #ccc;
}
.type-detail .add-to-cart .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.type-detail .add-to-cart .quantity input {
  width: 150px;
  height: 68px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 1.7em;
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart .quantity input {
    width: 130px;
  }
}
.type-detail .add-to-cart button {
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 60px;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 500;
  color: #fff;
  background: #21221F;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 1em;
  width: 100%;
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-w.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
      }*/
  /*@media @mobile-land {
        width: auto;
        padding: 0 15px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-detail .add-to-cart button {
    height: 44px;
  }
}
.type-detail .add-to-cart button:hover {
  background: #40423D;
}
.type-detail .add-to-cart button:before {
  /*font-size: 20px;
        !* float: right; *!
        content: '';
        margin-right: -5px;
        width: 16px;
        order: 2;
        height: 16px;
        background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-long-w.svg);
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -2px;
        margin-left: 8px;*/
  display: none;
}
.type-detail .shp-tabs-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  background: #fff;
  border-radius: 0px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
.type-detail .p-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-detail .benefitBanner {
  margin-top: 0;
  margin-bottom: 20px;
}
.type-detail .p-thumbnails {
  padding-bottom: 1px;
  height: 102px;
}
.type-detail .p-thumbnails .p-thumbnail {
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.type-detail .p-thumbnails-wrapper {
  display: none !important;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a {
  border: 1px solid transparent;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a:before {
  display: none;
}
.type-detail .p-thumbnails-wrapper .p-thumbnails-inner a.highlighted {
  border: 1px solid #87AED3;
}
.type-detail .social-buttons-wrapper {
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .link-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.type-detail .social-buttons-wrapper .social-buttons .twitter {
  min-width: 70px;
}
.type-detail .social-buttons-wrapper .social-buttons .facebook {
  min-width: 115px;
}
.type-detail .social-buttons-wrapper a {
  text-transform: none;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: revert;
      flex-direction: revert;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 30px;
  height: 33px;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a {
    margin-top: 0;
    padding-right: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.type-detail .social-buttons-wrapper a:before {
  transition: 0.3s;
  margin-bottom: 12px;
}
.type-detail .social-buttons-wrapper a span {
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .type-detail .social-buttons-wrapper a span {
    font-size: 15px;
  }
}
.type-detail .social-buttons-wrapper a:hover {
  color: #87AED3;
}
.type-detail .social-buttons-wrapper a:hover span {
  color: #87AED3;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  content: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/dog.svg);
}
.type-detail .social-buttons-wrapper .link-icon.share::before,
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 50px;
  margin-right: 10px;
  color: #d5d6da;
  line-height: 46px;
}
.type-detail .social-buttons-wrapper .link-icon.watchdog:before {
  font-size: 40px;
  margin-bottom: 10px;
}
.type-detail .social-buttons-wrapper .link-icon.chat:before,
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: '';
  width: 34px;
  height: 34px;
  margin: 0 10px 0 0;
}
.type-detail .social-buttons-wrapper .link-icon.print {
  display: none;
}
.type-detail .social-buttons-wrapper .link-icon.share::before {
  content: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/share.svg);
}
.type-detail .social-buttons-wrapper .link-icon.print:before {
  content: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/print.svg);
}
.type-detail .social-buttons-wrapper .link-icon.chat:before {
  content: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/chat.svg?v2);
  margin-top: -3px;
}
.type-detail .social-buttons-wrapper .link-icon {
  transition: 0.3s;
}
@media only screen and (min-width: 1200px) {
  .type-detail .social-buttons-wrapper .link-icon {
    padding-right: 60px;
  }
}
.type-detail .social-buttons-wrapper .link-icon:hover.chat:before,
.type-detail .social-buttons-wrapper .link-icon:hover.print:before {
  opacity: 1;
}
.type-detail .social-buttons-wrapper .link-icon:hover.share:before,
.type-detail .social-buttons-wrapper .link-icon:hover.watchdog:before {
  color: #000;
}
.type-detail .basic-description > h3:first-child,
.type-detail h2.products-related-header {
  font-size: 2em;
  font-family: 'Poppins', cursive !important;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child,
  .type-detail h2.products-related-header {
    font-size: 1.8em;
  }
}
.type-detail .products-related ~ .alternative-wrap h2.products-related-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .type-detail .p-switchable .related-sm-screen-hide {
    display: block;
  }
}
.type-detail #content h2.products-related-header {
  text-align: center;
  width: 100%;
  padding: 30px 45px 15px 45px;
  -ms-flex-order: 6;
  order: 6;
  margin-bottom: 15px;
  margin-top: 40px;
  font-family: 'Poppins' !important;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 20px 20px 0 0;
      background: #FBFBFB;
      content: '';
      z-index: -1;

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
.type-detail #content h2.products-related-header:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #B3C83A;
  bottom: 0;
  width: 75px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .type-detail #content h2.products-related-header {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail #content h2.products-related-header {
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 1.6em;
  }
}
.type-detail #content h2.products-related-header + .products,
.type-detail #content h2.products-related-header + .products-rel-wrap,
.type-detail #content h2.products-related-header + .products-alt-wrap {
  -ms-flex-order: 6;
      order: 6;
}
.type-detail #content h2.products-related-header > * {
  z-index: 2;
}
.type-detail .products-block {
  position: relative;
  padding-bottom: 30px;
  /*&:before {
      width: calc(~'100vw - 60px');
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      border-radius: 0 0 20px 20px;
      background: #FBFBFB;
      content: '';

      @media (max-width: 1250px) {
        width: 100vw;
      }
    }*/
}
.type-detail .products-rel-wrap,
.type-detail .products-alt-wrap {
  margin-bottom: 20px;
}
@media only screen and (max-width: 480px) {
  .type-detail .products-rel-wrap,
  .type-detail .products-alt-wrap {
    margin-bottom: 0;
  }
}
.type-detail .gallery-thumbs {
  position: relative;
  margin: 0 -15px;
}
@media only screen and (max-width: 1200px) {
  .type-detail .gallery-thumbs {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .gallery-thumbs {
    margin-bottom: 20px;
  }
}
.type-detail .gallery-thumbs .thumbnail {
  margin: 0 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.type-detail .gallery-thumbs .thumbnail.slick-current {
  border: 1px solid #87aed3;
}
.type-detail .gallery-thumbs .slick-arrow {
  border: none !important;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100%;
  z-index: 1;
  position: absolute;
  font-size: 0;
}
.type-detail .gallery-thumbs .slick-arrow:before {
  background-size: 26px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.type-detail .gallery-thumbs .slick-arrow.slick-disabled {
  display: none !important;
}
.type-detail .gallery-thumbs .slick-arrow.slick-prev {
  left: -5px;
  right: unset;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
}
.type-detail .gallery-thumbs .slick-arrow.slick-prev:before {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg?v10);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.type-detail .gallery-thumbs .slick-arrow.slick-next {
  right: -5px;
  left: unset;
  background: linear-gradient(270deg, #ffffff 0%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);
}
.type-detail .gallery-thumbs .slick-arrow.slick-next:before {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg?v10);
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.type-detail .gallery-thumbs .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.type-detail .new-gallery {
  padding: 0px !important;
  margin: 0 -15px;
}
.type-detail .new-gallery.slick-slider.carousel {
  padding: 0px !important;
}
.type-detail .new-gallery.slick-slider.carousel .slick-arrow {
  filter: brightness(0.1);
  background-color: transparent !important;
  background-size: 26px !important;
  border: none !important;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  z-index: 1;
}
.type-detail .new-gallery.slick-slider.carousel .slick-arrow.slick-prev {
  left: 0;
  right: unset;
}
.type-detail .new-gallery.slick-slider.carousel .slick-arrow.slick-next {
  right: 0;
  left: unset;
}
.type-detail .new-gallery.slick-slider.carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.type-detail .new-gallery ~ .p-image,
.type-detail .new-gallery ~ .p-thumbnails-wrapper {
  display: none;
}
.type-detail .products-related:after {
  display: none;
}
.type-detail #content .products-rel-wrap {
  position: relative;
  padding-top: 0px;
  margin-top: 80px;
  margin-bottom: 0px;
  /*&:before {
      width: 100vw;
      height: 100%;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      background: #f2f2f2;

      @media @mobile-land {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap {
    position: relative;
    padding-top: 0;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
.type-detail #content .products-rel-wrap h2.products-related-header {
  text-align: left;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 0;
  font-size: 1.7em;
  margin-top: 0;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap h2.products-related-header {
    font-size: 1.3em;
  }
}
.type-detail #content .products-rel-wrap h2.products-related-header:after {
  display: none;
}
.type-detail #content .products-rel-wrap .products-block .product {
  margin-bottom: 40px;
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap .products-block .product {
    margin-bottom: 20px;
  }
}
.type-detail #content .products-rel-wrap .products-block .product .name {
  text-align: left;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap .products-block .product .name {
    text-align: center;
    font-weight: 600;
    font-size: 0.85em;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap .products-block .product .image {
    background: #f2f2f2;
    margin-bottom: 10px;
  }
}
.type-detail #content .products-rel-wrap .products-block .product .image img {
  mix-blend-mode: multiply;
}
.type-detail #content .products-rel-wrap .products-block .product .p-in {
  padding: 0 15px;
}
.type-detail #content .products-rel-wrap .products-block .product .prices {
  text-align: left;
  margin: 2px 0 0 0;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 480px) {
  .type-detail #content .products-rel-wrap .products-block .product .prices {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.type-detail #content .products-rel-wrap .products-block .product .prices .price-final strong {
  font-size: 1em;
}
.type-detail .basic-description {
  max-width: 100vw;
  /*overflow: auto;*/
  color: #000;
  text-align: left;
  width: 100%;
  padding-right: 0;
  margin-top: 60px;
  -ms-flex-order: 2;
      order: 2;
  font-size: 0.9em;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .type-detail .basic-description {
    margin-top: 15px;
  }
}
.type-detail .basic-description > h3:first-child {
  font-size: 2em;
  font-family: 'Poppins' !important;
  color: #000;
  letter-spacing: 0px;
  font-weight: 500;
  margin-bottom: 25px;
  margin-top: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-detail .basic-description > h3:first-child {
    font-size: 1.6em;
  }
}
.type-detail .basic-description a {
  text-decoration: underline;
}
.type-detail .basic-description a:hover {
  text-decoration: none;
}
.type-detail .basic-description h2 {
  width: 100%;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 700;
  margin: 0;
  padding: 20px 0 18px 0;
  border-top: 1px solid #b9b9b9;
  position: relative;
  cursor: pointer;
}
.type-detail .basic-description h2:hover {
  text-decoration: underline;
}
.type-detail .basic-description h2:after {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg?v2);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.type-detail .basic-description h2 a {
  text-decoration: none;
}
.type-detail .basic-description h2 + div {
  display: none;
  padding: 10px 0;
}
.type-detail .basic-description h2.show:after {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/minus-desc.svg?v2);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}
.type-detail .basic-description h2.show + div {
  display: block;
}
.type-detail .basic-description h2:last-of-type {
  border-bottom: 1px solid #b9b9b9;
}
.type-detail .basic-description h2:last-of-type.show {
  border-bottom: none;
}
.type-detail .basic-description h2:last-of-type.show + div {
  border-bottom: 1px solid #b9b9b9;
}
.type-detail .basic-description table.detail-parameters {
  margin: 0;
  padding: 0;
  max-width: 100%;
  border: none;
}
.type-detail .basic-description h3 {
  text-align: left;
  font-weight: 700;
  margin-top: 30px;
  font-size: 2em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .type-detail .basic-description h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
}
.type-detail .basic-description h3:first-child + h2 {
  margin-top: 20px;
}
.type-detail .basic-description ul {
  margin-top: 0;
  padding-left: 20px;
}
.type-detail .basic-description p a {
  color: #000;
}
.type-detail .basic-description .desc-bottom-part {
  margin-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 992px) {
  .type-detail .basic-description .desc-bottom-part {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 35px;
  }
  .type-detail .basic-description .desc-bottom-part .table-wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .type-detail .basic-description .desc-bottom-part .table-wrap table {
    width: 100%;
  }
  .type-detail .basic-description .desc-bottom-part .img-wrap img {
    max-width: 450px;
  }
}
.type-detail .basic-description table {
  border: none;
  max-width: 530px;
  text-align: left;
  width: 100% !important;
  margin: 0 auto;
}
.type-detail .basic-description table tr th,
.type-detail .basic-description table tr td {
  background-color: transparent !important;
  border: none;
  padding: 8px 15px;
  color: #000;
}
.type-detail .basic-description table tr th span,
.type-detail .basic-description table tr td span {
  color: #000 !important;
}
.type-detail .basic-description table tr td:first-child {
  padding-right: 20px;
}
.type-detail .basic-description table tr:nth-child(odd) {
  background: #f8f8f8;
}
.type-detail .basic-description ul {
  text-align: left;
}
.type-detail .basic-description .row table {
  margin-left: 0;
  margin-right: 0;
}
.type-detail .contact-banner {
  background: #f0f0f0;
  margin-top: 20px;
  text-align: center;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .type-detail .contact-banner {
    margin-bottom: 30px;
  }
}
.type-detail .contact-banner h3 {
  display: block !important;
  margin: 40px 0 30px 0;
  font-size: 1.6em;
  font-weight: 600;
  color: #000;
}
.type-detail .contact-banner p {
  margin-top: 20px;
  font-size: 1.1em;
  color: #000;
}
.type-detail .contact-banner .top-navigation-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0 20px;
  max-width: 270px;
  background: transparent;
  margin: 30px auto 20px auto;
  text-align: left;
}
.type-detail .contact-banner .top-navigation-contacts a {
  position: relative;
  padding-left: 50px;
  color: #141414;
  margin-bottom: 25px;
  display: block !important;
  font-size: 1.3em;
}
.type-detail .contact-banner .top-navigation-contacts a span {
  display: inline-block !important;
}
.type-detail .contact-banner .top-navigation-contacts a:before {
  left: 0;
  position: absolute;
  font-size: 34px;
  color: #87AED3;
}
.type-detail .contact-banner .top-navigation-contacts a .open-time {
  display: block;
  font-size: 0.8em;
}
.type-detail .contact-banner .photo img {
  max-width: 110px;
  max-height: 110px;
}
.type-detail #ratingTab {
  /* &:before {
       content: 'Hodnocení';
       font-size: 2.3em;
       font-weight: 600;
       display: block;
       margin-bottom: 25px;
       color: #343434;
 
       @media @tablet-port {
         font-size: 1.5em;
       }
     }
 */
}
.type-detail #ratingTab .votes-wrap {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper {
  max-width: 100%;
}
.type-detail #ratingTab #ratingWrapper .rate-wrap .rate-average {
  font-size: 60px;
  font-weight: 600;
  color: #343434;
}
.type-detail .alternative-wrap {
  -ms-flex-order: 5;
      order: 5;
  margin-bottom: 40px;
  margin-top: 40px;
}
.type-detail .alternative-wrap .products-alternative:after {
  display: none;
}
.type-detail .products .slick-dots li button,
.type-detail .products-rel-wrap .glider-dots button,
.type-detail .products-alt-wrap .glider-dots button {
  background: #fff;
}
.type-detail .products-alternative:after {
  display: none;
}
.type-detail .extended-description {
  width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
  display: none;
}
.type-detail .extended-description h3 {
  font-size: 1.5em;
  font-family: 'Poppins' !important;
  color: #000;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 13px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .type-detail .extended-description h3 {
    font-size: 1.8em;
  }
}
.type-detail .extended-description table {
  width: auto;
}
.type-detail .extended-description table tr {
  border-bottom: none;
}
.type-detail .extended-description table tr:nth-child(odd) {
  background: #f8f8f8;
}
.type-detail .extended-description table tr th,
.type-detail .extended-description table tr td {
  padding: 8px 15px;
  color: #000;
}
.type-detail .extended-description table tr th {
  padding-left: 12px;
  min-width: 180px;
}
.type-detail .extended-description table tr a {
  color: #141414;
  text-decoration: underline;
}
.type-detail .extended-description table tr th {
  font-weight: 400;
}
.type-detail .extended-description table tr td {
  font-weight: 400;
}
.type-detail .description-inner {
  padding: 0;
}
.type-detail .detail-banners {
  margin-bottom: 30px;
}
@media only screen and (max-width: 992px) {
  .type-detail .detail-banners {
    margin-bottom: 25px;
  }
}
.stars .star:before {
  color: #141414 !important;
}
.content-inner {
  max-width: 100%;
}
#colorbox .advanced-order .h1.advanced-order-suggestion {
  padding-left: 40px;
  padding-right: 40px;
}
#colorbox .advanced-order .products .slick-arrow {
  top: -50px;
  right: 5px;
  left: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products .slick-arrow.slick-prev {
  display: block;
  left: 5px;
  right: inherit;
  transform: none;
  margin: 0;
}
#colorbox .advanced-order .products-block {
  margin: 0;
}
#colorbox .advanced-order .products-block.margin {
  margin: 0 -10px 0 -10px;
  width: calc(100% + 20px);
}
#colorbox .advanced-order .products-block.margin .slick-list {
  padding: 0 !important;
}
#header .cart-count {
  margin-left: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font-family: Inter;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 54px;
  margin-top: 0px;
  height: 36px;
  top: -4px;
  /*&.full {
    .cart-price {
      font-size: 0.9em;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    padding-left: 50px;
  }
}
#header .cart-count:before {
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/cart-new.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background-color: transparent;
  background-size: 24px;
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: 5px;
  transition: 0.3s;
  margin-top: -4px;
}
@media only screen and (max-width: 767px) {
  #header .cart-count:before {
    background-size: 19px;
  }
}
#header .cart-count:hover:before {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #header .cart-count {
    position: fixed;
    top: 6px;
    z-index: 99;
    right: 60px;
    margin-top: 0;
    padding-left: 36px;
    transition: none;
    transition: 0.3s;
  }
  #header .cart-count:before {
    background-size: 19px;
    width: 40px;
    height: 40px;
    margin-top: 2px;
  }
}
#header .cart-count .sr-only {
  position: relative;
  width: auto;
  height: auto;
  text-transform: none;
  font-family: 'Poppins';
  letter-spacing: 0.2px;
  font-weight: 400;
  font-size: 0.8em;
  color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  #header .cart-count .sr-only {
    display: none;
  }
}
#header .cart-count .cart-price {
  font-family: Inter;
  font-size: 0.8em;
  font-weight: 600;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  min-height: 17px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: right;
  width: 73px;
  line-height: 1.2em;
  min-height: 39px;
  margin-top: 2px;
  text-align: left;
  padding-left: 10px;
  display: none !important;
  -ms-flex-align: center;
      align-items: center;
  /*&:after {
      position: relative;
      width: 10px;
      height: 10px;
      background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg);
      opacity: 0.5;
      background-position: center;
      margin-left: 10px;
      display: inline-block;
      content: '';
      background-size: 7px;
      background-repeat: no-repeat;
    }*/
}
@media only screen and (max-width: 1200px) {
  #header .cart-count .cart-price {
    display: none !important;
  }
}
#header .cart-count i {
  background: #B4B06C;
  width: 18px;
  height: 18px;
  color: #000;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 13px;
  left: 27px;
  padding-top: 3px;
  font-size: 11px;
  padding-left: 4px;
  font-weight: 600;
  position: absolute;
  margin-left: 2px;
  display: flex !important;
}
@media only screen and (max-width: 767px) {
  #header .cart-count i {
    right: -4px;
    background: #B4B06C;
    color: #000;
    left: initial;
    top: 5px;
    position: absolute;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  #header .container {
    padding: 0;
  }
}
#header .lang-change {
  position: absolute;
  right: 138px;
  top: 68px;
  font-weight: 500;
  padding: 10px;
}
#header .lang-change span:after {
  display: inline-block;
  margin-left: 4px;
  width: 10px;
  height: 10px;
  content: "\e90e";
  font-size: 8px;
  font-family: shoptet;
  position: relative;
  top: -2px;
}
#header .lang-change .lang-dropdown {
  position: absolute;
  left: 0;
  top: 35px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #e6e6e6;
  display: none;
  background: #fff;
  width: 100px;
  text-align: left;
  padding: 3px 0;
}
#header .lang-change .lang-dropdown a {
  display: block;
  padding: 4px 10px;
  font-weight: 400;
}
#header .lang-change .lang-dropdown a:hover {
  text-decoration: underline;
}
#header .lang-change:hover .lang-dropdown {
  display: block;
}
@media only screen and (min-width: 768px) {
  /*.menu-helper-visible .menu-helper>ul {
    display: none;
  }

  .menu-helper-show {
    .menu-helper>ul {
      display: block;
    }
    .menu-helper:after {
      content: "\e912";
      transform: rotate(0);
    }
  }*/
  .menu-helper > span {
    display: block;
    font-size: 0;
    width: 32px;
    height: 32px;
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu-helper .menu-level-1 {
    left: 32px !important;
    right: unset !important;
    top: 0;
  }
  .menu-helper .menu-level-1 > li > a {
    padding: 12px 15px;
    border-bottom: 1px solid #f2f2f2;
  }
  .menu-helper .menu-level-1 > li > a .submenu-arrow {
    width: 40px;
    height: 30px;
    float: right;
    margin-top: -8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: -8px;
  }
  .menu-helper .menu-level-1 .menu-level-2 {
    padding-bottom: 0 !important;
  }
  .menu-helper .menu-level-1 .menu-level-2 li > div {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #fff;
    margin-top: -1px;
  }
  .menu-helper .menu-level-1 .menu-level-2 li > div > a {
    padding: 5px 25px;
  }
  /*.menu-helper-visible .menu-helper:after {
    content: "\e914";
    transform: rotate(0);
  }*/
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: block;
  }
  #header {
    border: none !important;
    position: relative;
    background: #fff;
    z-index: 3;
    border-bottom: 1px solid #D9D9D9 !important;
  }
  #header .navigation-in > ul > li.ext > ul > li {
    min-height: 40px !important;
  }
  #header .nav-fav-cats .fav-categories {
    padding-bottom: 0;
  }
  #header .nav-fav-cats .fav-categories .container {
    width: 100%;
  }
  #header .nav-fav-cats .fav-categories h1 {
    font-size: 1.4em;
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    max-width: 100%;
    padding-bottom: 23px;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image {
    margin-right: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .image a {
    padding: 0;
  }
  #header .nav-fav-cats .fav-categories .news-wrapper .news-item .text a {
    padding: 0;
    font-size: 1.1em;
    margin-top: 5px;
    margin-bottom: 0;
  }
  #header .navigation-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #header .socials {
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
  }
  #header .socials a {
    margin-right: 13px;
  }
  #header .socials a:hover img {
    opacity: 0.7;
  }
  #header .site-name {
    text-align: left;
    margin: 0;
    z-index: 2;
    position: relative;
    line-height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    margin-top: 0;
    transition: .3s;
  }
  #header .site-name img {
    max-height: 110px !important;
    height: 73px;
    /*@media (max-width: 992px) {
          max-width: 150px;
        }*/
  }
  #header .site-name a {
    position: relative;
  }
  #header .site-name a img {
    transition: 0.3s;
    opacity: 1;
  }
  #header .site-name a:after {
    content: 'Sustainable barefoot shoes with fresh designs';
    display: block;
    font-size: 11px;
    color: #000;
    text-align: center;
    max-width: 160px;
    line-height: 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -11px;
    overflow: hidden;
    max-height: 40px;
    transition: 0.3s;
  }
  #header .site-name a:before {
    width: 274px;
    height: 73px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/bhmp.svg);
    background-size: 178px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    opacity: 0;
  }
  #header .site-name a:hover img {
    opacity: 0;
  }
  #header .site-name a:hover:before {
    opacity: 1;
  }
  #header .header-top {
    height: 180px;
    padding: 0 !important;
    position: relative;
    /* &:after {
         width: 100vw;
         position: absolute;
         left: 50%;
         transform: translateX(-50%);
         content: '';
         height: 52px;
         bottom: -52px;
         background: #191A1E;
       }*/
    /*&:before {
        width: 100vw;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        content: '';
        height: 100%;
        top: 0;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/head-bg.jpg);
        background-size: cover;
      }*/
  }
  #header .header-top > div {
    -ms-flex: inherit;
        flex: inherit;
  }
  #header .menu-helper {
    left: unset;
    margin-top: 0;
    right: 10px;
    bottom: 23px;
    top: unset;
    /*@media (max-width: 992px) {
        left: calc(~'50% - 185px');
      }*/
  }
  #header .menu-helper .menu-level-1 {
    width: 250px;
  }
  #header .menu-helper a {
    text-transform: uppercase;
  }
  #header .menu-helper a:hover {
    color: #046937;
  }
  #header .menu-helper .menu-level-2 {
    padding-bottom: 10px;
  }
  #header .menu-helper:after {
    background: transparent;
    color: #000;
  }
  #header .menu-helper ul li {
    border: none !important;
  }
  #header #navigation {
    height: 40px;
    transition: none;
    margin: 0;
    border-bottom: none;
    position: absolute;
    margin-left: 0;
    width: 775px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
  }
  #header #navigation #nav-manufacturers {
    display: none !important;
  }
  #header #navigation .navigation-in {
    background: transparent !important;
    transition: none;
    font-size: 16px;
    /*#nav-manufacturers {
          display: none;
        }*/
  }
  #header #navigation .navigation-in ul li a {
    color: #fff;
    background: transparent !important;
  }
  #header #navigation .navigation-in ul li a:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
  }
  #header #navigation .navigation-in .menu-level-1 > li {
    border: none !important;
    margin: 0 19px;
    padding: 0;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a {
    text-transform: uppercase;
    padding: 13px 10px;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    letter-spacing: .2px;
    color: #000;
    border-radius: 20px;
    font-family: Poppins, sans-serif;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover {
    color: #000;
    text-decoration: underline !important;
    background: transparent !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a:hover .submenu-arrow:after {
    color: #000;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active {
    color: #00806A;
    background: transparent !important;
    text-decoration: underline !important;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a.active .submenu-arrow:after {
    color: #00806A;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    font-size: 14px;
    position: relative;
    top: -1px;
    color: #000;
    padding-left: 10px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a .submenu-arrow:after {
    font-size: 8px;
  }
  #header #navigation .navigation-in .menu-level-1 > li > a b {
    font-weight: 400;
  }
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-1314 > a,
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-external-67 > a,
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-external-116 > a {
    color: #00806A;
  }
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-external-73 > a,
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-1444 > a,
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-1457 > a {
    color: #800016;
  }
  #header #navigation .navigation-in .menu-level-1 > li.menu-item-1480 > a {
    color: #800016;
  }
  #header #navigation .navigation-in .menu-level-1 > li:not(.splitted):last-child > a {
    border: none !important;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 {
    border: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07);
    width: 800px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 35px;
    padding-left: 60px;
    padding-right: 0px;
    min-height: 405px;
    width: 1420px;
    margin-left: 0;
    width: 580px;
    left: 15px;
    border-top: 1px solid #d9d9d9;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #fff;
    top: 0;
    z-index: -1;
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 a {
    color: #000;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image {
    padding: 0;
    width: 277px;
    height: calc(100% - 30px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f2f2f2 !important;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: scale(1);
    transform-origin: center;
    transition: 0.3s;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 {
    line-height: 18px;
    max-height: 45px;
    display: none;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 .menu-level-3 a {
    font-size: 14px;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li {
    width: calc(33.333% - 10px);
    -ms-flex-preferred-size: calc(33.333% - 10px);
        flex-basis: calc(33.333% - 10px);
    margin-right: 10px;
    border-radius: 8px;
    transition: 0.3s;
    overflow: hidden;
    width: 50%;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li a {
    line-height: 1.2em;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li:hover {
    overflow: hidden;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li:first-child .menu-image {
    z-index: 1;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li:hover .menu-image {
    z-index: 2;
  }
  #header #navigation .navigation-in .menu-level-1 .menu-level-2 > li > div > a {
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 0;
  }
  #header .search {
    -ms-flex: initial !important;
        flex: initial !important;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 590px);
    /*.search-form {
        max-width: 670px;
        margin-left: 0;
        margin-right: auto;

        fieldset {
          max-width: 670px;
          position: relative;

          @media (max-width: 1440px) {
            position: relative;
          }

          .search-input {
            border: none;
            background: #F4F4F4;
            color: #000;
            font-size: 0.8em;
            font-weight: 300;
            border-radius: 5px;
            padding: 12px 60px 12px 20px;
            height: 62px;
            background: #FFFFFF;
            border: 3px solid rgba(0, 0, 0, 0.05);
            border-radius: 100px;

            &::placeholder {
              color: #000;
            }
          }

          button {
            background-color: transparent;
            background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/search.svg);
            background-size: 24px;
            background-repeat: no-repeat;
            background-position: center;
            font-size: 0;
            width: 56px;
            height: 56px;
            border: none;
            top: 3px;
            right: 5px;
          }
        }
      }*/
  }
  #header .search .search-whisperer {
    top: 45px;
    max-height: 500px;
    width: 100%;
    overflow: auto;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
    border: 10px solid #fff;
    width: 380px;
    border-radius: 25px !important;
    padding: 5px;
    width: 98.5%;
  }
  #header .search .search-form {
    position: absolute;
    right: 95px;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    cursor: default;
    margin-top: -8px;
    z-index: 9999;
    /*&:before {
          width: 25px;
          height: 30px;
          font-size: 20px;
          color: #4f4e4c;
          content: '\e920';
          font-family: shoptet;
          position: absolute;
          right: -11px;
          top: 4px;
          transform: scaleX(-1);
        }*/
  }
  #header .search .search-form .search-toggle {
    overflow: hidden;
    color: transparent;
    content: '';
    right: 0;
    top: -18px;
    height: 44px;
    width: 44px;
    position: absolute;
    z-index: 2;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  #header .search .search-form .search-toggle:before {
    content: '';
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/search.svg);
    background-size: 26px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    position: absolute;
    top: 13px;
    left: 13px;
  }
  #header .search .search-form .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form fieldset {
    transition: 0.3s;
    position: relative;
    right: 20px;
    padding: 0;
  }
  #header .search .search-form fieldset input {
    padding-left: 15px;
    opacity: 0;
    height: 52px;
    background: #fff;
    float: right;
    width: 300px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  #header .search .search-form fieldset button {
    position: absolute;
    right: 2px;
    top: 2px;
    border: none !important;
    left: unset;
    width: 120px;
    height: 48px;
    font-size: 0.85em;
    overflow: hidden;
    color: #fff;
    padding: 0;
    transition: none;
    background: #C09544;
    z-index: 2;
    min-height: 20px;
    border-radius: 0;
    min-width: 0;
    opacity: 0;
  }
  #header .search .search-form fieldset button:focus {
    outline: none;
    border: none;
  }
  #header .search .search-form fieldset button:before {
    color: #fff;
    font-size: 16px;
    content: '\e920';
    font-family: shoptet;
    transform: scale(-1, 1);
    font-weight: 600;
    display: inline-block;
    right: 10px;
    position: absolute;
    display: none;
  }
  #header .search .search-form fieldset {
    display: none;
  }
  #header .search .search-form.hovered {
    position: absolute;
    left: initial;
    right: 95px;
    top: 30px;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    width: calc(100% - 400px);
    z-index: 999999;
    background: transparent;
    padding-right: 35px;
    max-width: 400px;
    width: 100%;
    max-width: 100%;
  }
  #header .search .search-form.hovered .search-toggle {
    top: 44px;
    opacity: 1;
    right: -2px;
  }
  #header .search .search-form.hovered .search-toggle:before {
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/close.svg);
    background-size: 18px;
    background-position: center;
    background-color: transparent;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    opacity: 1;
    left: 0;
    top: 0;
  }
  #header .search .search-form.hovered .search-toggle:hover:before {
    opacity: 1;
  }
  #header .search .search-form.hovered .search-whisperer.active {
    display: block;
    top: 48px;
    border-radius: 0 0 4px 4px;
  }
  #header .search .search-form.hovered fieldset {
    opacity: 1;
    display: block;
    width: calc(100% - 20px);
    float: right;
    position: absolute;
    right: -90px;
    top: 87px;
    background: #fff;
    padding: 10px;
    border-radius: 50px;
  }
  #header .search .search-form.hovered fieldset input {
    opacity: 1;
    width: 100%;
    border-radius: 30px;
    height: 46px;
    font-size: 1em;
    color: #141414;
    padding-left: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
  }
  #header .search .search-form.hovered fieldset button {
    opacity: 1;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/search.svg);
    background-size: 20px;
    width: 44px;
    height: 44px;
    color: transparent;
    font-size: 0;
    border-radius: 40px;
    background-repeat: no-repeat;
    transition: 0.3s;
    background-position: center;
    background-color: transparent;
    top: 11px;
    right: 13px;
  }
  #header .search .search-form.hovered fieldset button:before {
    display: none;
  }
  #header .search .search-form.hovered fieldset button:hover {
    opacity: 0.7;
  }
  .type-index #header {
    border-bottom: none !important;
  }
  /*.fixed-menu {
    #header {
      margin-bottom: 48px;
      z-index: 99;
    }
    #header .menu-helper {
      position: fixed;
      top: 10px;
      z-index: 99;
      right: calc(~'50% - 640px');

      @media (max-width: 1440px) {
        right: 15px;
      }
    }
    #header #navigation {
      position: fixed;
      top: 0;
      margin: 0;
      left: 0;
      width: 100%;
      z-index: 99;
      background: #191A1E;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      border-color: transparent;
      margin-top: -1px;

      .navigation-in {
        max-width: 1280px !important;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }*/
  .submenu-visible .overall-wrapper {
    /*&:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.8);
        z-index: 3;
      }*/
  }
  .submenu-visible #header .site-name {
    z-index: 9999;
  }
  .submenu-visible .top-navigation-bar {
    z-index: 4;
    position: relative;
  }
  .submenu-visible #header {
    z-index: 3;
  }
  .submenu-visible #header #navigation .menu-level-2:before {
    box-shadow: 0 60px 60px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1410px) {
  #header .menu-helper .menu-level-1 {
    left: 0;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .menu-helper .menu-level-1 {
    width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation {
    width: 675px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header #navigation .navigation-in .menu-level-1 > li {
    margin: 0 9px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #header .search {
    margin-left: 80px;
    min-width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #header .search .search-form {
    right: 94px;
  }
}
@media only screen and (max-width: 767px) {
  .overall-wrapper {
    padding-top: 75px;
  }
  #navigation .navigationActions li > a > span {
    padding: 0;
  }
  #navigation .navigation-in > ul > li {
    border: none !important;
  }
  .search-window-visible #header {
    box-shadow: none;
  }
  .type-index .overall-wrapper {
    padding-top: 40px;
  }
  .navigation-in > ul > li > a > b {
    padding-top: 0;
    padding-bottom: 0;
  }
  #navigation .navigationActions li {
    margin-bottom: 3px;
  }
  #navigation .navigationActions li .submenu-arrow {
    margin-left: 5px;
  }
  #header {
    margin: 0;
    top: 0px;
    transition: none !important;
  }
  #header .socials {
    display: none !important;
  }
  #header .nav-fav-cats {
    display: none;
  }
  #header .navigation-buttons a[data-target="login"] {
    display: none;
  }
  #header .search-form {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99;
    left: 0;
    padding: 20px;
    margin: 0 !important;
    background: #f2f2f2;
  }
  #header .search-form fieldset {
    position: relative;
  }
  #header .search-form fieldset:before {
    content: '';
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/search.svg);
    background-size: 17px;
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
    position: absolute;
    top: 4px;
    left: 1px;
    opacity: 0.3;
  }
  #header .search-form fieldset input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 300;
    padding-left: 35px;
    background: transparent;
    color: #000;
  }
  #header .search-form fieldset input:-ms-input-placeholder {
    color: #000;
  }
  #header .search-form fieldset input::placeholder {
    color: #000;
  }
  #header .search-form fieldset input:focus {
    outline: none;
    box-shadow: none;
  }
  #header .search-form button {
    background: transparent;
    font-family: Inter;
    border-color: transparent;
    border-radius: 0;
    color: #000;
  }
  #header .lang-change {
    top: 9px;
    z-index: 9;
    right: 153px;
    position: fixed;
    transition: 0.3s;
  }
  #header .site-name {
    position: fixed;
    left: 5px;
    top: 3px;
    z-index: 99;
    height: 51px;
    transition: 0.3s;
  }
  #header .site-name a {
    display: block;
    height: 46px;
  }
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 45px !important;
    margin-top: 4px !important;
    padding: 0;
    margin-left: 0px !important;
    width: 169px;
  }
  .search-window-visible #header .search {
    padding: 0;
  }
  .fixed-menu .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 767px) and (max-width: 375px) {
  #header .site-name img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 31px !important;
    margin-top: 11px !important;
    padding: 0;
    margin-left: 0px !important;
    width: 112px;
  }
}
/*
.fixed-search-active {
  #header {
    z-index: 99;
  }
}*/
.category-title:before,
.p-detail-inner-header h1:before,
.type-page h1:before {
  width: 65px !important;
}
@media only screen and (max-width: 767px) {
  .category-title,
  .p-detail-inner-header h1,
  .type-page h1 {
    margin-top: 0;
    font-size: 2em;
  }
}
body h1.category-title {
  text-align: center !important;
  font-family: var(--template-headings-font), sans-serif !important;
  font-size: 2.5em;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  body h1.category-title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  body h1.category-title {
    font-size: 2em;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.p-detail-inner-header h1 {
  margin-bottom: 15px;
}
.type-category #content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.type-category #content > div,
.type-category #content > h1,
.type-category #content > ul,
.type-category #content > * {
  -ms-flex-order: 0;
      order: 0;
}
.type-category #content > h1,
.type-category #content > .category-perex {
  -ms-flex-order: -1;
      order: -1;
}
.type-category #content > h1 {
  -ms-flex-order: -2;
      order: -2;
}
.type-category .sidebar-inner > div {
  background: transparent;
}
.type-category .box-filters {
  padding: 0;
}
.type-category .category-top {
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .type-category .category-top {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .category-top {
    margin-bottom: 0;
  }
}
.type-category .products-block {
  position: relative;
  padding: 10px 0;
  /*&:before {
      width: 100vw;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background: #fff;
      z-index: -1;
      top: 0;
    }*/
}
.type-category #filters {
  max-width: 650px;
  margin: 0 auto 30px auto;
  background: transparent;
  padding: 0 25px 15px 25px !important;
  border-radius: 20px;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 767px) {
  .type-category #filters {
    margin-top: 20px;
    background: transparent;
    padding: 0 15px 15px 15px !important;
  }
}
.type-category #filters .slider-wrapper,
.type-category #filters .filter-section {
  padding: 0;
}
.type-category #filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
.type-category #filters .filter-section {
  border: none;
}
.type-category #filters .ui-slider .ui-slider-range {
  background: #87AED3;
}
.type-category #filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .slider-wrapper {
    width: 100%;
  }
}
.type-category #filters .slider-wrapper > h4 {
  font-size: 1.1em;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  margin-top: 10px !important;
  padding-left: 0 !important;
}
.type-category #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 10px;
}
.type-category #filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
.type-category #filters h4 {
  font-size: 1.1em;
  margin-bottom: 25px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #383C43;
  text-transform: none;
}
.type-category #filters .filter-total-count {
  display: none;
}
.type-category #filters .filter-section-count {
  padding: 0 !important;
}
.type-category #filters #price-filter-form {
  padding: 0 !important;
}
.type-category #filters form,
.type-category #filters .param-filter-top {
  padding: 0;
  background: transparent;
  border-radius: 5px;
}
.type-category #filters form form,
.type-category #filters .param-filter-top form {
  padding: 0;
}
.type-category #filters form {
  padding: 0px 15px 20px 15px;
}
.type-category #filters .filter-sections {
  background: transparent;
  padding: 0;
}
.type-category #filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
}
.type-category #filters .filter-sections form fieldset label .filter-count {
  background: transparent;
  display: none;
}
.type-category #filters .filter-sections form fieldset > div {
  margin: 4px 0;
}
.type-category #filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
.type-category #filters .filter-section.filter-section-boolean {
  margin-bottom: 15px;
}
.type-category #filters .filter-section h4 {
  margin-bottom: 7px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .type-category #filters .filter-section h4 {
    padding-bottom: 13px;
    padding-top: 13px;
    padding-left: 0;
  }
}
.type-category #filters input[type="checkbox"] + label,
.type-category #filters input[type="radio"] + label {
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.type-category #filters input[type="checkbox"] + label::before,
.type-category #filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
.type-category #filters input[type="checkbox"]:checked + label::after,
.type-category #filters input[type="radio"]:checked + label::after {
  left: 4px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle::after {
  width: 4px;
  background: transparent;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0;
  height: 8px;
  left: 8px;
  top: 6px;
}
.type-category #filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #87AED3;
  border-radius: 3px;
}
.type-category .box-categories {
  padding-top: 0;
}
.type-category .sidebar .filters-wrapper {
  margin-top: 35px;
}
.type-category .sidebar .filters-wrapper:before {
  content: 'Filtry';
  font-size: 1.1em;
  margin-bottom: 15px !important;
  padding-bottom: 0;
  font-weight: 700;
  display: block;
  color: #000;
  position: relative;
}
.type-category .sidebar #filters {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px !important;
}
.type-category .sidebar #filters .slider-wrapper {
  background: transparent;
  padding: 0 20px;
}
.type-category .sidebar #filters .slider-wrapper .slider-header {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 10px;
  font-size: 14px;
}
.type-category .sidebar #filters #clear-filters a {
  margin-bottom: 0 !important;
}
.type-category .sidebar #filters .filter-section form {
  padding: 0 20px;
}
.type-category .sidebar #filters .filter-section form fieldset > div {
  padding: 5px 0 10px 0;
  margin: 0;
}
.type-category .sidebar #filters .filter-section h4 {
  padding-left: 20px;
  font-weight: 500;
  margin-top: 0 !important;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0 !important;
}
.type-category .sidebar #filters .filter-section h4:after {
  position: absolute;
  right: 15px;
  top: 0;
  display: block;
  height: 100%;
  width: 35px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/chevron-down.svg);
  background-size: 18px;
  transform-origin: center;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
.type-category .sidebar #filters .param-filter-top {
  padding: 0 !important;
}
.type-category .sidebar #filters h4 {
  background: transparent;
}
.type-category .box-filters {
  border-bottom: none;
}
.type-category ._2p3a {
  width: 100% !important;
}
.type-category .products-inline > div .p .price strong {
  font-weight: 600;
}
.type-category #content h4 {
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  -ms-flex-order: -1;
      order: -1;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 30px;
  margin-bottom: 20px;
}
.type-category .sidebar-inner .box {
  padding-bottom: 0;
  border-color: transparent;
}
.type-category .sidebar-inner .box .text-center {
  text-align: left !important;
}
.type-category .sidebar-inner .fb_iframe_widget,
.type-category .sidebar-inner .fb_iframe_widget iframe {
  width: 100% !important;
}
.type-category .sidebar-inner .fb_iframe_widget span {
  width: 100% !important;
  display: block;
}
.type-category #productsTop {
  -ms-flex-order: -1 !important;
      order: -1 !important;
  margin: 0 -5px;
  width: calc(100% + 10px);
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop {
    margin-bottom: 10px;
  }
}
.type-category #productsTop .toggle-top-products {
  font-size: 0.9em;
  color: #87AED3;
  letter-spacing: -0.2px;
  text-decoration: underline;
}
.type-category #productsTop .toggle-top-products:after {
  margin-left: 8px;
  display: inline-block;
  display: none;
}
.type-category #productsTop .toggle-top-products:hover {
  color: #87AED3;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .type-category #productsTop.products-inline.products-top > div.button-wrapper {
    display: block;
    text-align: center;
    padding-top: 0;
    text-decoration: none;
  }
}
.type-category #productsTop .product {
  background: #fff;
  margin: 0 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 10px);
  background: #FFFFFF;
  border: none;
  border-radius: 3px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 992px) {
  .type-category #productsTop .product {
    width: calc(50% - 10px);
  }
  .type-category #productsTop .product:nth-child(4) {
    display: block;
    position: relative;
    height: auto;
    transform: none;
  }
}
@media only screen and (max-width: 480px) {
  .type-category #productsTop .product {
    width: calc(100% - 10px);
  }
  .type-category #productsTop .product.inactive {
    display: none;
  }
}
.type-category #productsTop .product.active {
  display: block;
}
.type-category #productsTop .product .image {
  width: 75px;
  height: 75px;
  min-height: inherit;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
}
.type-category #productsTop .product .name {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 0.9em;
  line-height: 1.3em;
}
.type-category #productsTop .product .availability {
  font-size: 0.8em;
  margin-top: 3px;
}
.type-category #productsTop .product .price strong {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0.5px;
  margin-top: 5px;
  display: block;
}
.type-category .category-perex {
  -ms-flex-order: -2 !important;
      order: -2 !important;
  margin-bottom: 0;
  text-align: center;
  font-size: 0.9em;
  font-family: var(--template-headings-font), sans-serif !important;
  font-weight: 500;
  color: #000;
  line-height: 1.3em;
}
.type-category .category-perex.empty-content {
  text-align: center;
}
.type-category #content h1 {
  /*@media @tablet-min {
        display: none;
      }*/
}
@media only screen and (max-width: 767px) {
  .type-category #content h1 {
    -ms-flex-order: -3 !important;
        order: -3 !important;
  }
}
.type-category .products-inline .name {
  color: #141414;
}
.type-category .subcategories {
  margin-bottom: 20px;
  margin: 15px -10px 5px -10px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-order: -1 !important;
      order: -1 !important;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories {
    margin: 15px -5px 25px -5px;
  }
}
.type-category .subcategories li {
  width: 16.666%;
  padding: 10px;
}
@media only screen and (max-width: 1200px) {
  .type-category .subcategories li {
    width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  .type-category .subcategories li {
    width: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .type-category .subcategories li {
    width: 33.333%;
  }
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li {
    width: 50%;
    padding: 5px;
  }
}
.type-category .subcategories li a {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: none;
  color: #000;
  font-size: 1em;
  padding: 3px 30px 3px 5px;
  height: auto;
  border-radius: 5px;
  border: 2px solid #EEEEEE;
  text-align: left;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a {
    padding: 3px 5px 3px 5px;
  }
}
.type-category .subcategories li a .image {
  width: 40px;
  max-width: 140px;
  height: 38px;
  min-width: 40px;
  border-radius: 5px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a .image {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
.type-category .subcategories li a .image img {
  max-width: 100%;
  height: auto;
  max-height: 100px;
}
.type-category .subcategories li a .text {
  font-weight: 500;
  width: 100%;
  padding-left: 15px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8em;
  margin-top: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
  .type-category .subcategories li a .text {
    padding-left: 7px;
  }
}
.type-category .subcategories li a:hover {
  border-color: #87AED3;
}
.type-category .subcategories li a:hover .text {
  text-decoration: underline;
  color: #000;
}
.type-category .subcategories li a:hover:after {
  display: none;
}
.type-category .subcategories li a:before {
  font-size: 14px;
  right: 7px;
}
.products-block {
  margin: 0 -10px;
  width: calc(100% + 20px);
  /*@media @mobile-land {
    width: calc(~'100% + 10px');
  }*/
}
.products-block.glider {
  scrollbar-width: none;
}
.products-block .product {
  position: relative;
  padding: 0px 0px 10px 0px !important;
  background: #fff;
  transition: 0.3s;
  border-radius: 0;
  border: none !important;
  margin: 0 7px 5px 7px;
  border-radius: 0px;
  /*@media @mobile-land {
      box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }*/
}
.products-block .product:not(.slick-slide) {
  width: calc(25% - 14px);
  /* @media (max-width: 400px) {
        width: calc(~'100% - 14px');
      }*/
}
@media only screen and (max-width: 1200px) {
  .products-block .product:not(.slick-slide) {
    width: calc(33.333% - 14px);
  }
}
@media (max-width: 550px) {
  .products-block .product:not(.slick-slide) {
    width: calc(50% - 14px);
  }
}
.products-block .product:focus {
  outline: none;
}
.products-block .product a:focus {
  outline: none;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-in {
    /*.p-desc {
          display: none !important;
        }*/
  }
  .products-block .product .p-in .name {
    line-height: 1.4em;
    max-height: 42px !important;
  }
}
.products-block .product .image {
  margin-bottom: 20px;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.products-block .product .image .old-price-line {
  background: rgba(209, 3, 3, 0.7);
  color: #fff;
  padding: 7px 0;
  font-size: 0.9em;
  letter-spacing: 0.1px;
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: 500;
  bottom: 0;
}
.products-block .product .image .product-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s;
  opacity: 0;
  padding-bottom: 40px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .image .product-buttons {
    display: none !important;
  }
}
.products-block .product .image .product-buttons .button {
  width: 85px;
  height: 88px;
  background: #fff;
  min-width: inherit;
  text-align: center;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 0 10px;
  padding-top: 57px;
  transition: 0.3s;
  margin: 4px;
  position: relative;
  -ms-flex-align: start;
      align-items: flex-start;
  transform: scale(0.5);
  border-radius: 20px;
}
.products-block .product .image .product-buttons .button:before {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12px;
  content: '';
}
.products-block .product .image .product-buttons .button.cart {
  background: #fff;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.cart:hover {
  background: #f2f2f2;
}
.products-block .product .image .product-buttons .button.cart:before {
  background-image: url("https://www.bohempia.com/user/documents/upload/upravy_hlad/img/cart-b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail {
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
}
.products-block .product .image .product-buttons .button.detail:before {
  background-image: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/eye2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.products-block .product .image .product-buttons .button.detail:hover {
  background: #f2f2f2;
}
.products-block .product:hover {
  /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
      border-radius: 10px;

      .image {
        .product-buttons {
          opacity: 1;

          .button {
            transform: scale(1);
          }
        }
      }*/
}
.products-block .product .widget-parameter-wrapper {
  margin-top: auto;
  padding-top: 8px;
  display: -ms-flexbox;
  display: flex;
  /*flex-direction: column;*/
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 2px;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
  /* max-height: 30px; */
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding-bottom: 0px;
  box-shadow: 0 15px 15px -22px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 767px) {
  .products-block .product .widget-parameter-wrapper {
    display: none !important;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper {
    margin-top: 0;
    padding-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: auto;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more {
  color: #000;
  margin-top: 3px;
  display: none;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-more span {
  font-size: 12px !important;
  display: block;
  color: #000;
  padding: 0 3px;
}
.products-block .product .widget-parameter-wrapper.more-visible .widget-parameter-more {
  display: none !important;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value {
  display: inline-block !important;
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a {
  padding: 3px 3px;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  min-width: 29px;
  text-align: center;
  border-radius: 0;
  font-weight: 400;
  margin-right: 5px;
  background: #FFFFFF;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  font-size: 0.9em !important;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-value a {
    padding: 5px 4px;
    margin-right: 1px;
    margin-left: 1px;
    font-size: 10px;
    margin-bottom: 2px;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-value a:hover {
  background: #EFEFEF;
}
.products-block .product:hover {
  z-index: 2;
}
.products-block .product:hover .widget-parameter-wrapper {
  max-height: 150px;
  padding-bottom: 15px;
}
.products-block .product .stars-wrapper {
  display: none;
}
.products-block .product .stars-placeholder,
.products-block .product .p .stars-wrapper {
  height: auto;
  margin: 0;
  position: absolute;
  top: -7px;
  right: 20px;
  /* @media @tablet-600 {
         left: 50%;
         top: -8px;
         transform: translateX(-50%);
         height: 20px;
       }*/
}
.products-block .product .stars-placeholder .stars,
.products-block .product .p .stars-wrapper .stars {
  width: 70px;
}
.products-block .product .stars-placeholder .stars .star,
.products-block .product .p .stars-wrapper .stars .star {
  width: 14px;
}
.products-block .product .flag-discount {
  margin-left: 0;
}
.products-block .product .image img {
  opacity: 1;
  transition: 0.3s;
}
.products-block .product .p-code {
  padding: 1px 6px;
  background: #f5f5f4;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 0.75em;
  color: #a7a7a7;
  right: 10px;
  top: 10px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-code {
    display: none;
  }
}
.products-block .product.slick-slide {
  padding: 0 10px;
}
.products-block .product.slick-slide .widget-parameter-wrapper {
  display: none !important;
}
.products-block .product .p-bottom {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product .p-in {
  position: relative;
  background: transparent;
  padding: 0;
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1440px) {
  .products-block .product .p-in {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-in {
    padding: 0;
  }
}
.products-block .product .widget-parameter-wrapper .widget-parameter-list {
  /*width: 100%;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .products-block .product .widget-parameter-wrapper .widget-parameter-list {
    max-height: 23px;
    overflow: hidden;
  }
}
.products-block .product .flags {
  width: 100%;
}
.products-block .product .flags.flags-default {
  left: 15px;
  text-align: right;
  width: auto;
  top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-block .product .flags.flags-default .flag {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 25px;
  width: auto;
  height: auto;
  min-width: 100px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-right: 5px;
  letter-spacing: 1px;
  /*@media @mobile-land {
            width: 50px;
            height: 50px;
            font-size: 10px;
          }*/
}
.products-block .product .flags.flags-default .flag.flag-action {
  background: #AD001E;
}
.products-block .product .flags.flags-default .flag.flag-new {
  background: #87AED3;
}
.products-block .product .flags.flags-extra {
  position: absolute;
  top: 0;
  right: 10px;
  left: inherit;
  display: -ms-flexbox;
  display: flex;
  width: auto !important;
}
.products-block .product .flags.flags-extra .flag {
  background: #000;
}
.products-block .product .flags.flags-extra .flag.flag-discount {
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 1em;
  background: #C70000;
  color: #fff;
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.products-block .product .flags.flags-extra .flag.flag-discount .price-save {
  font-size: 12px;
  font-weight: 400;
}
.products-block .product .flags.flags-extra .flag span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .products-block .product .flags.flags-extra .flag {
    width: 45px;
    height: 45px;
    margin: 0;
    right: -5px;
    opacity: 0.8;
  }
  .products-block .product .flags.flags-extra .flag > span {
    display: none;
  }
  .products-block .product .flags.flags-extra .flag > span.price-save {
    display: block;
    font-size: 11px !important;
    letter-spacing: 0px;
  }
  .products-block .product .flags.flags-extra .flag > span.icon-van {
    display: block;
    font-size: 20px;
  }
}
.products-block .product .stars {
  margin-bottom: 10px;
}
.products-block .product .p {
  position: relative;
  border: none;
}
.products-block .product .p .name {
  font-weight: 700;
  color: #000;
  text-decoration: none;
  height: auto;
  max-height: 48px;
  opacity: 1;
  margin: 0 auto 5px auto;
  overflow: hidden;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
  width: 100%;
  text-transform: none;
  display: block;
  min-height: unset;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.9em;
  text-align: left;
  /* @media @tablet-min {
           &:after {
             width: 88px;
             height: 88px;
             position: absolute;
             left: 50%;
             transform: translateX(-50%);
             margin-left: 50px;
             content: 'Detail' !important;
             font-family: "Inter", sans-serif;
             background: #fff;
             color: #000;
             text-align: center;
             padding-top: 55px;
             border-radius: 10px;
             background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/eye.svg);
             background-size: 32px;
             background-repeat: no-repeat;
             background-position: center top 17px;
             bottom: calc(~'100% + 30px');
             font-size: 10px;
             font-weight: 600;
             display: none !important;

             !*&:hover {
               background-color: #f2f2f2;
             }*!
           }
         }*/
  /*@media @tablet-600 {
          width: 100%;
          text-align: center;
          margin-top: 7px;
          min-height: 40px;
        }*/
}
.products-block .product .p .name:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .products-block .product .p .name {
    min-height: inherit;
  }
}
.products-block .product .ratings-wrapper {
  width: 100%;
  padding: 0;
  min-height: 0;
}
.products-block .product .p-bottom .prices,
.products-block .product .p-bottom .p-tools {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.products-block .product .availability {
  text-align: center;
  line-height: 1.1em;
  font-size: 13px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.6px;
  max-width: 100%;
  margin-top: 0px;
  margin: 0 auto;
  -ms-flex-pack: end;
  justify-content: center;
  margin-top: 8px;
  width: 100%;
  -ms-flex-order: -1;
  order: -1;
  /* @media @tablet-600 {
         position: relative;
         text-align: center;
         max-width: 100%;
         right: 0;
         top: -6px;
         min-height: 25px;
         display: flex;
         align-items: center;
       }*/
  /*span[style="color:#6AB868"] {
        display: flex;
        align-items: center;

        &:before {
          width: 20px;
          height: 20px;
          content: '';
          margin-right: 5px;
          display: inline-block;
          background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/box.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          position: relative;
          top: 0px;
          min-width: 20px;
        }
      }

      span[style="color:#FB5D5D"] {
        display: flex;
        align-items: center;

        &:before {
          width: 20px;
          height: 20px;
          content: '';
          margin-right: 5px;
          display: inline-block;
          background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/box-red.svg);
          background-size: 20px;
          background-repeat: no-repeat;
          position: relative;
          top: 0px;
          min-width: 20px;
        }
      }*/
}
@media only screen and (max-width: 480px) {
  .products-block .product .availability {
    font-size: 0.8em;
  }
}
.products-block .product .availability span[style="color:#009901"] {
  color: #21812B !important;
}
.products-block .product .availability .availability-amount {
  display: none;
}
.products-block .product .p-desc {
  -ms-flex-order: -1;
      order: -1;
  font-size: 14px;
  opacity: 1;
  font-weight: 400;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  max-height: 73px !important;
  margin: 0;
  line-height: 1.45em;
  background: #fff;
  padding-top: 0px;
  margin-bottom: auto;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.products-block .product .prices {
  -ms-flex-order: 2;
      order: 2;
  padding: 0px;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: inherit;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: center;
  padding-top: 0px;
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices {
    margin-bottom: 10px;
  }
}
.products-block .product .prices .price-additional {
  display: block;
  text-align: left;
  color: #222;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 1px;
}
@media only screen and (max-width: 600px) {
  .products-block .product .prices .price-additional {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .products-block .product .prices .price-additional {
    font-size: 0.7em;
  }
}
.products-block .product .prices .price,
.products-block .product .prices .price strong {
  text-transform: none;
}
.products-block .product .prices .price-save {
  display: none;
}
.products-block .product .prices .old-price {
  color: #000;
  margin-left: 0px;
  text-decoration: line-through;
  font-weight: 400;
  padding-top: 0px;
  font-size: 0.8em;
  -ms-flex-order: -1;
      order: -1;
  margin-right: 10px;
}
.products-block .product .prices .price-final {
  margin-bottom: 0;
  -ms-flex-order: 1;
      order: 1;
}
.products-block .product .prices .price-final strong {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.9em;
  color: #000;
  font-family: 'Poppins', sans-serif !important;
}
.products-block .product .prices .old-price + .price-final strong {
  color: #DD1515;
}
.products-block .product .stars-placeholder {
  position: absolute;
  top: -15px;
}
.products-block .product .flags-default .flag {
  font-weight: 600;
  max-width: 165px;
  font-size: 12px !important;
}
.products-block .product a {
  border: none;
}
.products-block .product a img {
  border: none;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.products-block .product button,
.products-block .product .btn {
  border-radius: 3px;
  font-weight: 600;
  padding: 6px 20px;
  font-size: 0.85em;
  background: #87AED3;
  transition: 0.3s;
  border: none !important;
  text-transform: uppercase;
  width: calc(100% - 105px);
  /*max-width: 120px;*/
}
@media (max-width: 650px) {
  .products-block .product button,
  .products-block .product .btn {
    width: 100%;
  }
}
.products-block .product button:before,
.products-block .product .btn:before {
  display: none;
}
.products-block .product button:hover,
.products-block .product .btn:hover {
  background: #59a60c !important;
  color: #fff;
}
.products-block .product a.btn {
  width: 100%;
}
.products-block .product .quantity {
  padding: 0;
  width: 87px;
  height: 36px;
  margin: 0;
  border-radius: 3px;
  margin-right: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 650px) {
  .products-block .product .quantity {
    margin-right: 5px;
  }
}
.products-block .product .quantity[title="Produkt obsahuje varianty"] {
  display: none;
}
.products-block .product .quantity .increase {
  position: absolute;
  right: 0px;
  left: inherit;
  top: 0px;
  width: 32px;
  height: 34px;
  border: none;
  border-radius: 3px;
  background: transparent !important;
  opacity: 1;
}
.products-block .product .quantity .increase:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/plus.svg?v9);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
  transform: rotate(-180deg);
}
.products-block .product .quantity .increase:hover {
  background: #ccc;
}
.products-block .product .quantity .increase:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity .decrease {
  position: absolute;
  left: 0px;
  right: inherit;
  width: 32px;
  top: 0px;
  height: 34px;
  border: none;
  border-radius: 3px;
  background: transparent !important;
  opacity: 1;
}
.products-block .product .quantity .decrease:before {
  margin-top: 0px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/minus.svg?v9);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.products-block .product .quantity .decrease:hover {
  background: #ccc;
}
.products-block .product .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.products-block .product .quantity input {
  width: 87px;
  height: 36px;
  text-align: center;
  font-weight: 400;
  color: #000;
  font-size: 1.3em;
}
.products-block .product .p-bottom.single-button .p-tools .quantity {
  display: none !important;
}
.products-block .product.single-btn .p .name:after {
  display: none !important;
}
.products-block .product .p-tools {
  -ms-flex-order: 3;
      order: 3;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 15px;
  display: none;
}
.products-block .product .p-tools form {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  /*@media (max-width: 650px) {
          flex-direction: column;
          align-items: center;
          justify-content: center;
        }*/
}
@media only screen and (max-width: 767px) {
  .products-block .product .p-tools {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.products-block .product button {
  /*&:after {
        width: 10px;
        height: 10px;
        position: relative;
        content: '';
        display: inline-block;
        margin-left: 5px;
        background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arr-right.svg);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
      }

      &:hover {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product button:after {
  display: none;
}
.products-block .product .p-bottom > div {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  /*@media @tablet-land {
        flex-direction: column-reverse;
        align-items: center;
      }*/
}
@media only screen and (max-width: 480px) {
  .products-block .product .p-bottom > div {
    width: 100%;
  }
}
.products-block .product:hover {
  height: auto !important;
  /*.p-bottom {
        button, a.btn {
          display: block;
        }
      }*/
  /*button {
        &:after {
          filter: invert(1) brightness(2);
        }
      }*/
}
.products-block .product:hover .name:after {
  display: block !important;
}
.products-block .product:hover .image img {
  opacity: 1;
}
.products-block:not(.slick-slider) .product {
  margin-bottom: 80px;
}
@media only screen and (max-width: 480px) {
  .products-block:not(.slick-slider) .product {
    margin-bottom: 25px;
  }
}
.products-block:not(.slick-slider) .product .p .name {
  text-align: center;
  font-weight: 600;
}
.products-block:not(.slick-slider) .product .prices {
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .products-block:not(.slick-slider) .product .prices {
    margin-top: 7px;
  }
}
.products-block:not(.slick-slider) .product .prices .price-final strong {
  font-size: 1.1em;
}
body .overall-wrapper .products-block .product {
  border-right-style: none !important;
}
.homepage-products-heading-1 {
  /*@media @tablet-port {
    display: block;
    margin-bottom: -38px !important;
    margin-top: 10px !important;
  }*/
}
.products-block.wide-products .p {
  display: none !important;
}
.products-block.wide-products .p-load .price-line {
  margin-top: 0;
}
.products-block.wide-products .p-load .price-line .price-line {
  margin: 0;
}
.products-block.wide-products .p-load .availability-value {
  font-size: 1.2em;
}
.products-block.wide-products .p-load .social-buttons-wrapper {
  display: none;
}
.products-block.wide-products .p-load a[href="#description"] {
  display: none;
}
.products-block.wide-products .p-load .p-final-price-wrapper {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 3em;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .products-block.wide-products .p-load .p-detail-inner-header h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }
}
.products-block.wide-products .p-load .p-detail-inner-header,
.products-block.wide-products .p-load .p-detail-info {
  -ms-flex-order: -1;
      order: -1;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper),
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) {
  color: #000;
  font-size: 0;
}
.products-block.wide-products .p-load .p-detail-inner-header > div:not(.stars-wrapper) a,
.products-block.wide-products .p-load .p-detail-info > div:not(.stars-wrapper) a {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}
.products-block.wide-products .p-load .p-detail-inner-header .stars-label,
.products-block.wide-products .p-load .p-detail-info .stars-label {
  margin-left: 10px;
  color: #000;
  margin-top: 1px;
}
.products-block.wide-products .p-load .p-short-description {
  line-height: 1.6em;
  color: #000;
  font-weight: 300;
  font-size: 1.1em;
}
.products-block.wide-products .p-load .p-detail-info {
  margin-bottom: 5px;
}
.products-block.wide-products .p-load .detail-parameters,
.products-block.wide-products .p-load .p-thumbnails-wrapper {
  display: none;
}
.products-block.wide-products .p-load .p-image {
  margin-bottom: 0;
}
.products-block.wide-products .p-load .product-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load .p-detail-inner .p-detail-inner-header h1 {
    font-size: 2.2em;
  }
}
.products-block.wide-products .p-load .p-info-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.products-block.wide-products .p-load .p-info-wrapper > * {
  -ms-flex-order: 1;
      order: 1;
}
.products-block.wide-products .p-load .p-info-wrapper .p-short-description {
  -ms-flex-order: 2;
      order: 2;
}
.products-block.wide-products .p-load .p-info-wrapper .p-final-price-wrapper,
.products-block.wide-products .p-load .p-info-wrapper .availability-value,
.products-block.wide-products .p-load .p-info-wrapper .add-to-cart {
  -ms-flex-order: 3;
      order: 3;
}
@media only screen and (max-width: 767px) {
  .products-block.wide-products .p-load button,
  .products-block.wide-products .p-load .btn {
    margin: 0;
    background: #A9C83E !important;
    width: auto !important;
    padding: 0 20px !important;
  }
}
.products-block.wide-products .p-load .p-detail-inner .add-to-cart button {
  position: relative;
  color: #fff !important;
  left: inherit;
  transform: none;
  margin-left: 0;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 1540px) {
  .columns-4 .products-block > div {
    width: 20%;
  }
}
.products {
  /*@media (max-width: 1250px) {
    &.slick-slider {
      padding-bottom: 40px !important;
    }

    .slick-arrow {
      top: inherit;
      bottom: 20px;
      right: calc(~'50% - 50px') !important;

      &.slick-prev {
        left: calc(~'50% - 50px') !important;
      }
    }
  }

  @media (max-width: 400px) {
    .slick-arrow {
      bottom: 13px;
    }
  }*/
}
.products .slick-list {
  width: 100% !important;
  border: none !important;
  padding: 15px 0 !important;
}
.products .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.products .slick-list .slick-track .product {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products .slick-list {
    margin: 0 !important;
    padding-bottom: 0px !important;
  }
}
.products .slick-list .product {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .products.slick-slider {
    padding: 0 20px !important;
  }
}
.products.wide-products {
  position: relative;
  margin-top: 40px;
  /*@media @tablet-port {
      .slick-arrow {
        margin: 0;
        left: initial;
        transform: none;
        z-index: 2;
        top: 75vw;

        &.slick-prev {
          left: 8px;
        }
        &.slick-next {
          right: 8px;
        }
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .products.wide-products {
    margin-top: 0;
    padding-top: 0;
    margin-top: -30px;
  }
}
.products.wide-products .product:hover {
  box-shadow: none;
}
.products.wide-products .slick-prev {
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-prev {
    top: 0;
    transform: none;
    left: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-prev:hover {
  opacity: 1;
}
.products.wide-products .slick-prev.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-prev.slick-disabled:hover {
  opacity: 0.2;
}
.products.wide-products .slick-next {
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-size: 48px;
  margin-left: 0;
  left: inherit;
  opacity: 0.5;
}
@media (max-width: 1340px) {
  .products.wide-products .slick-next {
    top: 0;
    transform: none;
    right: 15px;
    z-index: 2;
  }
}
.products.wide-products .slick-next:hover {
  opacity: 1;
}
.products.wide-products .slick-next.slick-disabled {
  opacity: 0.2;
  cursor: default;
}
.products.wide-products .slick-next.slick-disabled:hover {
  opacity: 0.2;
}
.products .slick-dots,
.fav-categories .slick-dots,
.next-to-carousel-banners .slick-dots,
.hp-ratings .slick-dots,
.type-detail .new-gallery .slick-dots,
.products .glider-dots,
.fav-categories .glider-dots,
.next-to-carousel-banners .glider-dots,
.hp-ratings .glider-dots,
.type-detail .new-gallery .glider-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .products .slick-dots,
  .fav-categories .slick-dots,
  .next-to-carousel-banners .slick-dots,
  .hp-ratings .slick-dots,
  .type-detail .new-gallery .slick-dots,
  .products .glider-dots,
  .fav-categories .glider-dots,
  .next-to-carousel-banners .glider-dots,
  .hp-ratings .glider-dots,
  .type-detail .new-gallery .glider-dots {
    margin-top: 0;
  }
}
.products .slick-dots button,
.fav-categories .slick-dots button,
.next-to-carousel-banners .slick-dots button,
.hp-ratings .slick-dots button,
.type-detail .new-gallery .slick-dots button,
.products .glider-dots button,
.fav-categories .glider-dots button,
.next-to-carousel-banners .glider-dots button,
.hp-ratings .glider-dots button,
.type-detail .new-gallery .glider-dots button {
  font-size: 0;
  width: 5px;
  max-width: 10px;
  padding: 0;
  height: 5px;
  margin: 0 4px;
  background: #CDCDCD;
  border-radius: 20px;
  border: none;
}
.products .slick-dots button.active,
.fav-categories .slick-dots button.active,
.next-to-carousel-banners .slick-dots button.active,
.hp-ratings .slick-dots button.active,
.type-detail .new-gallery .slick-dots button.active,
.products .glider-dots button.active,
.fav-categories .glider-dots button.active,
.next-to-carousel-banners .glider-dots button.active,
.hp-ratings .glider-dots button.active,
.type-detail .new-gallery .glider-dots button.active {
  background: #000;
}
.products .slick-dots li,
.fav-categories .slick-dots li,
.next-to-carousel-banners .slick-dots li,
.hp-ratings .slick-dots li,
.type-detail .new-gallery .slick-dots li,
.products .glider-dots li,
.fav-categories .glider-dots li,
.next-to-carousel-banners .glider-dots li,
.hp-ratings .glider-dots li,
.type-detail .new-gallery .glider-dots li {
  padding: 0;
}
.products .slick-dots li.slick-active button,
.fav-categories .slick-dots li.slick-active button,
.next-to-carousel-banners .slick-dots li.slick-active button,
.hp-ratings .slick-dots li.slick-active button,
.type-detail .new-gallery .slick-dots li.slick-active button,
.products .glider-dots li.slick-active button,
.fav-categories .glider-dots li.slick-active button,
.next-to-carousel-banners .glider-dots li.slick-active button,
.hp-ratings .glider-dots li.slick-active button,
.type-detail .new-gallery .glider-dots li.slick-active button {
  background: #000;
}
.products .slick-arrow,
.fav-categories .slick-arrow,
.next-to-carousel-banners .slick-arrow,
.hp-ratings .slick-arrow,
.type-detail .new-gallery .slick-arrow {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: #fff;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg?v10);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 10px;
  box-shadow: none;
  z-index: 1;
  transition: 0.3s;
}
.products .slick-arrow.slick-disabled,
.fav-categories .slick-arrow.slick-disabled,
.next-to-carousel-banners .slick-arrow.slick-disabled,
.hp-ratings .slick-arrow.slick-disabled,
.type-detail .new-gallery .slick-arrow.slick-disabled,
.products .slick-arrow.disabled,
.fav-categories .slick-arrow.disabled,
.next-to-carousel-banners .slick-arrow.disabled,
.hp-ratings .slick-arrow.disabled,
.type-detail .new-gallery .slick-arrow.disabled {
  border-color: #ccc !important;
  opacity: 0.2 !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow.slick-disabled,
  .fav-categories .slick-arrow.slick-disabled,
  .next-to-carousel-banners .slick-arrow.slick-disabled,
  .hp-ratings .slick-arrow.slick-disabled,
  .type-detail .new-gallery .slick-arrow.slick-disabled,
  .products .slick-arrow.disabled,
  .fav-categories .slick-arrow.disabled,
  .next-to-carousel-banners .slick-arrow.disabled,
  .hp-ratings .slick-arrow.disabled,
  .type-detail .new-gallery .slick-arrow.disabled {
    display: none !important;
  }
}
.products .slick-arrow:hover,
.fav-categories .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.type-detail .new-gallery .slick-arrow:hover {
  background-color: #f2f2f2;
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .products .slick-arrow:hover,
  .fav-categories .slick-arrow:hover,
  .next-to-carousel-banners .slick-arrow:hover,
  .hp-ratings .slick-arrow:hover,
  .type-detail .new-gallery .slick-arrow:hover {
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow,
  .fav-categories .slick-arrow,
  .next-to-carousel-banners .slick-arrow,
  .hp-ratings .slick-arrow,
  .type-detail .new-gallery .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    background-size: 36px !important;
  }
}
.products.slick-slider,
.fav-categories.slick-slider,
.next-to-carousel-banners.slick-slider,
.hp-ratings.slick-slider,
.type-detail .new-gallery.slick-slider,
.products .slick-slider,
.fav-categories .slick-slider,
.next-to-carousel-banners .slick-slider,
.hp-ratings .slick-slider,
.type-detail .new-gallery .slick-slider {
  padding: 0 20px !important;
}
.products.carousel + .browse-p,
.fav-categories.carousel + .browse-p,
.next-to-carousel-banners.carousel + .browse-p,
.hp-ratings.carousel + .browse-p,
.type-detail .new-gallery.carousel + .browse-p {
  display: none !important;
}
.products.products-block.slick-slider,
.fav-categories.products-block.slick-slider,
.next-to-carousel-banners.products-block.slick-slider,
.hp-ratings.products-block.slick-slider,
.type-detail .new-gallery.products-block.slick-slider,
.products .news-wrapper,
.fav-categories .news-wrapper,
.next-to-carousel-banners .news-wrapper,
.hp-ratings .news-wrapper,
.type-detail .new-gallery .news-wrapper {
  padding: 0;
}
.products .slick-prev,
.fav-categories .slick-prev,
.next-to-carousel-banners .slick-prev,
.hp-ratings .slick-prev,
.type-detail .new-gallery .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg?v10);
  background-size: 26px;
  left: unset;
  margin: 0;
  right: 28px;
  /*@media @tablet-port {
      margin-left: -150px;
    }

    @media @mobile-land {
      margin-left: -135px;
    }*/
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
@media only screen and (max-width: 767px) {
  .products .slick-prev,
  .fav-categories .slick-prev,
  .next-to-carousel-banners .slick-prev,
  .hp-ratings .slick-prev,
  .type-detail .new-gallery .slick-prev {
    right: unset !important;
    left: 5px !important;
    transform: translateY(-50%);
  }
}
.products .slick-next,
.fav-categories .slick-next,
.next-to-carousel-banners .slick-next,
.hp-ratings .slick-next,
.type-detail .new-gallery .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: -20px;
  margin: 0;
  left: inherit;
}
@media only screen and (max-width: 767px) {
  .products .slick-next,
  .fav-categories .slick-next,
  .next-to-carousel-banners .slick-next,
  .hp-ratings .slick-next,
  .type-detail .new-gallery .slick-next {
    right: 5px !important;
  }
}
.products .slick-arrow:hover,
.fav-categories .slick-arrow:hover,
.next-to-carousel-banners .slick-arrow:hover,
.hp-ratings .slick-arrow:hover,
.type-detail .new-gallery .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.products-1-wrap .slick-dots,
.products-2-wrap .slick-dots,
.products-3-wrap .slick-dots,
.products-cats-wrap .slick-dots,
.products-rel-wrap .slick-dots,
.products-alt-wrap .slick-dots,
.products-1-wrap .glider-dots,
.products-2-wrap .glider-dots,
.products-3-wrap .glider-dots,
.products-cats-wrap .glider-dots,
.products-rel-wrap .glider-dots,
.products-alt-wrap .glider-dots {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .products-1-wrap .slick-dots,
  .products-2-wrap .slick-dots,
  .products-3-wrap .slick-dots,
  .products-cats-wrap .slick-dots,
  .products-rel-wrap .slick-dots,
  .products-alt-wrap .slick-dots,
  .products-1-wrap .glider-dots,
  .products-2-wrap .glider-dots,
  .products-3-wrap .glider-dots,
  .products-cats-wrap .glider-dots,
  .products-rel-wrap .glider-dots,
  .products-alt-wrap .glider-dots {
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .products-1-wrap .slick-dots,
  .products-2-wrap .slick-dots,
  .products-3-wrap .slick-dots,
  .products-cats-wrap .slick-dots,
  .products-rel-wrap .slick-dots,
  .products-alt-wrap .slick-dots,
  .products-1-wrap .glider-dots,
  .products-2-wrap .glider-dots,
  .products-3-wrap .glider-dots,
  .products-cats-wrap .glider-dots,
  .products-rel-wrap .glider-dots,
  .products-alt-wrap .glider-dots {
    display: none !important;
  }
}
.products-1-wrap .slick-dots button,
.products-2-wrap .slick-dots button,
.products-3-wrap .slick-dots button,
.products-cats-wrap .slick-dots button,
.products-rel-wrap .slick-dots button,
.products-alt-wrap .slick-dots button,
.products-1-wrap .glider-dots button,
.products-2-wrap .glider-dots button,
.products-3-wrap .glider-dots button,
.products-cats-wrap .glider-dots button,
.products-rel-wrap .glider-dots button,
.products-alt-wrap .glider-dots button {
  background: #EAEAEA;
}
.products .slick-arrow {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .products .slick-arrow {
    margin-top: -9vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-block.products > div {
    padding: 0px;
  }
}
#category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 2px solid #dadada;
  border-radius: 0;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #category-header {
    padding-top: 20px;
  }
}
#category-header > div {
  color: #141414;
  /*display: none;*/
}
.category-header {
  background: transparent;
  padding: 1px 2px 0 2px;
  margin-bottom: 20px;
  /*fieldset {
    label[for="order1"] {
      padding-left: 0 !important;
    }
  }*/
}
.category-header label {
  color: #87AED3 !important;
  font-weight: 400;
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-right: none;
  background: transparent !important;
  text-decoration: underline !important;
  /*@media @tablet-min {
      padding: 14px 25px !important;
      font-size: 15px !important;
      border-right: 2px solid #fff;
    }*/
}
@media only screen and (max-width: 480px) {
  .category-header label {
    padding: 5px 10px !important;
    font-size: 14px !important;
  }
}
.category-header label:hover {
  color: #000 !important;
}
.category-header input[type="radio"] + label {
  color: #000;
  text-decoration: none;
}
.category-header input[type="radio"] + label:hover {
  color: #046937;
}
.category-header input[type="radio"]:checked + label {
  color: #000 !important;
  text-decoration: none !important;
}
.category-header input[value="name"] + label {
  display: none !important;
}
/*.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;

  @media @tablet-port {
    margin-bottom: 20px;
    margin-top: -4px;
    margin-left: 150px;
  }

  @media @mobile-land {
    margin-left: 0;
  }

  label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 13px 25px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

    &:before {
      display: none !important;
    }
  }

  form {
    position: relative;
    height: 47px;
    overflow: visible;

    @media @tablet-port {
      width: 100%;
    }

    !*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*!
  }

  > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 185px;
    padding-top: 47px;
    height: 47px;
    z-index: 3;
    background: #fff;
    position: relative;
    border: 2px solid #d6d8d9;
    border-radius: 0;
    cursor: pointer;

    &:after {
      top: 0;
      left: 0;
      height: 47px;
      background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg) right 25px center / 10px no-repeat !important;
      font-size: 14px !important;
      color: #000 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }

    label {
      font-weight: 500;
      background: #f1f3f7;
      text-align: left !important;
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg) no-repeat right 25px center !important;
      background-size: 10px !important;
      background-color: #fff !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      z-index: 1;

      &:after {
        width: 12px;
        height: 8px;
        content: '';
        position: absolute;
        right: 15px;
        top: 5px;
      }
    }

    &.hovered {
      height: auto;
    }
  }
}*/
.filters-unveil-button-wrapper a {
  color: #fff !important;
  background: #87AED3 !important;
  border: none !important;
  text-transform: none;
  font-family: Inter !important;
}
.filters-unveil-button-wrapper a:hover {
  background: #333 !important;
}
/*
.filters-unveil-button-wrapper {
  margin-right: auto;
  text-align: left;
  float: left;
  margin-top: -87px;

  @media @tablet-port {
    margin-top: -70px;
    width: 100%;
  }

  @media @mobile-land {
    margin: 0 0 20px 0;
  }

  a {
    width: 140px !important;
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #d6d8d9 !important;
    text-transform: none;
    font-weight: 500;
    padding: 11px 15px;
    margin-top: 3px;
    border-radius: 0;
    letter-spacing: 0.5px;

   !* &:before {
      width: 20px;
      height: 20px;
      position: relative;
      display: inline-block;
      margin-right: 10px;
      background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/sliders.svg);
      background-size: 18px;
      background-repeat: no-repeat;
      content: '';
      background-position: left center;
      top: 2px;
      margin-bottom: -2px;
    }*!

    &:hover {
      box-shadow: none;
      border-color: #000 !important;
      background: transparent;
    }
  }
}*/
.pagination-wrapper {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination-top {
    width: 50%;
    min-width: unset;
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination-top {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width: 1200px) {
  .pagination-wrapper .pagination {
    margin-top: 20px;
    width: 50%;
    min-width: unset;
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: -ms-flexbox;
    display: flex
    ;
    -ms-flex-order: 3;
        order: 3;
  }
}
.pagination-wrapper .pagination-loader {
  margin-bottom: 0 !important;
}
.pagination-wrapper .load-products {
  border: none;
  border-radius: 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 300;
  background: #21221F;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.5px;
  padding: 8px 13px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 auto;
}
.pagination-wrapper .load-products:after {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/more-w.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .load-products:hover {
  background: #40423D;
  color: #fff;
  border: none;
}
.pagination-wrapper .pagination a {
  color: #141414;
}
.pagination-wrapper .pagination-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.pagination-wrapper .pagination-top strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 3px;
}
.pagination-wrapper .pagination-top a {
  border: none;
  background: #f2f2f2;
  border: 2px solid #000;
  width: 34px;
  height: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 5px;
  margin: 0;
  border-radius: 7px;
  min-width: 34px;
}
.pagination-wrapper .pagination-top a:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
.pagination-wrapper .pagination-top a:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination > a,
.pagination-wrapper .pagination-top > a,
.pagination-wrapper .pagination > strong,
.pagination-wrapper .pagination-top > strong {
  font-size: 18px;
}
.pagination-wrapper .pagination .next.pagination-link,
.pagination-wrapper .pagination .prev.pagination-link {
  border: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding-right: 5px;
  padding-top: 0px;
  margin: 0;
  background: #f2f2f2;
  border: 2px solid #000;
  width: 34px;
  height: 34px;
  border-radius: 7px;
  line-height: 28px;
}
.pagination-wrapper .pagination .next.pagination-link:before,
.pagination-wrapper .pagination .prev.pagination-link:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 3px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-wrapper .pagination .next.pagination-link:hover,
.pagination-wrapper .pagination .prev.pagination-link:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.pagination-wrapper .pagination .prev.pagination-link:before {
  transform: rotate(-180deg);
}
.in-znojemske-pivo .category-top > h4,
.in-specialy .category-top > h4,
.in-lezaky .category-top > h4,
.in-znojemske-pivo .category-top #productsTop,
.in-specialy .category-top #productsTop,
.in-lezaky .category-top #productsTop {
  display: none;
}
/*.category-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  font-size: 0;
  justify-content: flex-start;
  border-radius: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  background: transparent !important;
  overflow: visible;
  padding-left: 180px;
  padding-right: 15px;
  border-radius: 3px;
  !*border: 1px solid rgba(0, 0, 0, 0.05);*!

  @media @tablet-port {
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0px;
  }

  @media @mobile-land {
    padding-left: 155px;
    border: none;
  }

  label {
    font-size: 14px !important;
    color: #000 !important;
    border-radius: 0 !important;
    letter-spacing: 0;
    margin-top: 0 !important;
    padding: 7px 20px 7px 50px !important;
    position: relative;
    font-weight: 400;
    z-index: 1;

    &:before {
      display: none !important;
    }
  }

  form {
    position: relative;
    height: 35px;
    overflow: visible;
    margin: 5px 0;

    @media @mobile-land {
      width: 100%;
    }

    !*&:before {
      position: absolute;
      content: 'Řadit podle:';
      left: 0;
      top: 7px;
      width: 100px;
      height: auto;
      background: transparent;
      z-index: 9;
      color: #666 !important;
      font-size: 15px;
    }*!
  }

  > div {
    padding: 0 0 0 25px !important;
    color: #b0b2b3;
    letter-spacing: 0.5px;
    flex: inherit;
  }

  fieldset {
    overflow: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    width: 210px;
    padding-top: 34px;
    height: 34px;
    z-index: 3;
    background-color: #fff;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/sort.svg);
    background-position: left 13px top 5px;
    background-size: 24px;
    background-repeat: no-repeat;
    position: relative;
    border: none;
    border-radius: 5px;
    cursor: pointer;

    &:after {
      top: 0;
      left: 0;
      height: 47px;
      !*background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg) right 25px center / 10px no-repeat !important;*!
      font-size: 14px !important;
      color: #000 !important;
      border-radius: 0 !important;
      letter-spacing: 0;
      margin-top: 0 !important;
      padding: 8px 15px !important;
      width: 100%;
      position: absolute;
      background-color: transparent;
      z-index: 2;
      content: '';
    }

    label {
      font-weight: 500;
      background: transparent;
      text-align: left !important;
      font-size: 16px !important;
      font-weight: 700;

      &:hover {
        color: @blue !important;
      }
    }

    input[type="radio"]:checked + label {
      position: absolute;
      padding-right: 22px;
      background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-down.svg) no-repeat right 15px center !important;
      background-size: 8px !important;
      background-color: transparent !important;
      color: @mainText !important;
      top: 0;
      left: 0;
      border-radius: 25px !important;
      letter-spacing: 0;
      width: 100%;
      height: 34px;
      z-index: 1;

      &:after {
        width: 12px;
        height: 8px;
        content: '';
        position: absolute;
        right: 15px;
        top: 5px;
      }
    }

    &.hovered {
      height: auto;
      border-color: @blue;
    }
  }
}*/
#category-header form {
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
  padding-top: 6px;
}
#category-header > div {
  z-index: -1;
  padding-right: 0;
  display: none;
}
#category-header input[type="radio"] + label {
  color: #000;
  text-decoration: none;
  font-size: 14px !important;
  color: #000 !important;
  text-decoration: none !important;
  padding: 12px 25px !important;
  margin-right: 5px;
  background: transparent;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  font-family: var(--template-headings-font), sans-serif !important;
}
@media only screen and (max-width: 767px) {
  #category-header input[type="radio"] + label {
    padding: 10px 10px !important;
    margin-right: 0;
    font-size: 13px !important;
  }
}
#category-header input[type="radio"]:checked + label {
  background: #fff !important;
  font-weight: 700;
  color: #000 !important;
  box-shadow: 3px 0px 5px -3px rgba(0, 0, 0, 0.2);
}
.filters-unveil-button-wrapper {
  text-align: left;
  margin-top: 0px;
  padding-left: 0;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 30px !important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper {
    width: 100%;
    margin-bottom: 10px !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper {
    padding-left: 0;
  }
}
.filters-unveil-button-wrapper a {
  width: 140px !important;
  color: #000 !important;
  text-transform: none;
  font-weight: 500;
  padding: 6px 12px 8px 12px;
  letter-spacing: 0.5px;
  border: 2px solid #000 !important;
  background-color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700 !important;
  border-radius: 5px !important;
}
@media only screen and (max-width: 767px) {
  .filters-unveil-button-wrapper a {
    margin: 0 auto !important;
  }
}
.filters-unveil-button-wrapper a:after {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/sliders.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  content: '';
  background-position: left center;
  top: 3px;
  margin-bottom: -2px;
}
.filters-unveil-button-wrapper a:hover {
  box-shadow: none;
  border-color: #046937 !important;
  background-color: #fff !important;
}
@media only screen and (max-width: 480px) {
  .filters-unveil-button-wrapper a:hover {
    background-position: left 0px top 9px !important;
  }
}
.ordering-process {
  /*@media @tablet-min {
    .top-navigation-bar .top-nav-button {
      right: 5px;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .ordering-process {
    /*padding-top: 75px !important;*/
  }
  .ordering-process .next-step-back {
    display: none !important;
  }
  .ordering-process .top-navigation-bar {
    position: fixed;
  }
}
.ordering-process .cart-table .show-related:after {
  font-weight: 600;
  font-size: 13px;
  color: #87AED3;
}
.ordering-process #checkoutSidebar .checkout-box {
  padding: 0 3px !important;
  border-radius: 0;
  margin-top: 0 !important;
}
.ordering-process .baleni-wrap {
  padding: 20px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  margin-bottom: 25px;
  -ms-flex-order: -1;
      order: -1;
}
.ordering-process .baleni-wrap.hidden {
  display: none;
}
.ordering-process .baleni-wrap h4 {
  margin-top: 0;
  text-transform: none;
  font-weight: 700;
  font-size: 1.2em;
}
.ordering-process .baleni-wrap .product {
  position: relative;
  cursor: pointer;
}
.ordering-process .baleni-wrap .product:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ordering-process .baleni-wrap .product:hover .name {
  text-decoration: underline;
}
.ordering-process .baleni-wrap .product .p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.ordering-process .baleni-wrap .product .image {
  width: 52px;
  margin-right: 10px;
}
.ordering-process .baleni-wrap .product .image img {
  width: 48px;
}
.ordering-process .baleni-wrap .product .p-bottom .p-tools {
  display: none;
}
.ordering-process .baleni-wrap .product .p-code,
.ordering-process .baleni-wrap .product .ratings-wrapper {
  display: none;
}
@media only screen and (max-width: 480px) {
  .ordering-process .cart-table tr[data-micro-sku="659"] {
    padding-bottom: 40px;
  }
}
.ordering-process .cart-table tr[data-micro-sku="659"] .p-name {
  margin-right: auto;
}
.ordering-process .cart-table tr[data-micro-sku="659"] .cart-p-image a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.ordering-process .cart-table tr[data-micro-sku="659"] .cart-p-image a img {
  width: 62px;
}
@media only screen and (max-width: 767px) {
  .ordering-process .cart-table tr[data-micro-sku="659"] .cart-p-image a img {
    width: 44px;
  }
}
.ordering-process.in-kosik .col-md-8 .cart-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.ordering-process.in-kosik .col-md-8 .cart-content .cart-header,
.ordering-process.in-kosik .col-md-8 .cart-content .cart-table {
  -ms-flex-order: -2;
      order: -2;
}
.ordering-process.in-kosik .col-md-8 .cart-content .delivery-time {
  -ms-flex-order: -2;
      order: -2;
  padding-left: 20px;
  color: #000;
  margin-bottom: 25px;
  padding-top: 5px;
}
@media only screen and (max-width: 480px) {
  .ordering-process.in-kosik .col-md-8 .cart-content .delivery-time {
    padding-left: 0;
  }
}
.ordering-process #content-wrapper {
  /*max-width: 1320px !important;*/
  width: 100%;
  padding: 0 15px;
}
.ordering-process .quantity {
  padding: 0;
  width: 118px;
  height: 49px;
  margin: 15px 0;
  border-radius: 10px;
  margin-right: 15px;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
}
.ordering-process .quantity .increase {
  position: absolute;
  right: 8px;
  top: 15px;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .increase:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/plus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .increase:hover {
  background: #ccc;
}
.ordering-process .quantity .increase:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity .decrease {
  position: absolute;
  left: 8px;
  width: 24px;
  top: 15px;
  height: 24px;
  border: none;
  border-radius: 0px;
  background: transparent !important;
  opacity: 0.7;
}
.ordering-process .quantity .decrease:before {
  margin-top: -4px;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/minus.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.ordering-process .quantity .decrease:hover {
  background: #ccc;
}
.ordering-process .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.ordering-process .quantity input {
  width: 117px;
  height: 47px;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 1.5em;
}
.cart-inner .mail:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/mail2.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner .tel:before,
.cart-inner .cellphone:before {
  width: 22px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 0px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/phone2.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner .facebook:before {
  width: 26px;
  height: 24px;
  content: '' !important;
  display: inline-block;
  margin-left: -5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/fb2.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
}
.cart-inner .instagram:before {
  width: 26px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: -5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/insta2.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -1px;
}
.cart-inner .youtube:before {
  width: 26px;
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/yt.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
}
.cart-inner li {
  position: relative;
}
.cart-inner li a {
  padding-left: 0px !important;
}
.cart-inner .contact-box {
  display: -ms-flexbox;
  display: flex;
  /*&:before {
      width: 95px;
      height: 32px;
      min-width: 95px;
      content: '';
      position: relative;
      display: inline-block;
      margin-right: 20px;
      background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/cart-logo.svg);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
    }*/
}
.cart-inner .contact-box a:hover {
  text-decoration: underline;
}
.extras-new {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .extras-new {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 20px;
  }
}
.extras-new .extra {
  font-size: 1em;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  max-width: 48%;
}
@media only screen and (max-width: 480px) {
  .extras-new .extra {
    width: 100%;
    max-width: 100%;
  }
  .extras-new .extra.discount {
    margin-top: 10px;
    padding-left: 50px;
  }
}
.empty-cart-boxes .search fieldset input[type="search"] {
  height: 42px;
  border-radius: 20px;
}
.empty-cart-boxes .search fieldset .search-whisperer {
  border-radius: 20px;
  padding: 10px;
}
.empty-cart-boxes .search fieldset .btn {
  height: 42px;
  border-radius: 0 20px 20px 0;
}
.in-kosik .overall-wrapper {
  min-height: 100vh;
}
@media only screen and (min-width: 768px) {
  .in-kosik .cart-inner.cart-empty {
    min-height: 625px;
  }
}
.in-kosik .search-whisperer {
  max-height: 400px;
  overflow: auto;
}
.cart-content .cart-header {
  margin-top: 12px;
}
.cart-content .cart-header li a span,
.cart-content .cart-header li strong span {
  font-weight: 400;
}
.extras-new-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}
.extras-new-wrap .cart-summary {
  width: calc(50% - 24px);
  margin: 0 12px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  padding: 25px !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .cart-summary {
    width: 100%;
    padding-bottom: 5px !important;
  }
}
.extras-new-wrap .cart-summary h4 {
  font-family: 'Poppins', cursive !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .cart-summary h4 {
    text-align: left;
    margin-bottom: 20px;
  }
}
.extras-new-wrap .cart-summary h4:before {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/gift.svg);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  margin-bottom: -8px;
}
.extras-new-wrap .extras-new {
  width: calc(50% - 24px);
  margin: 0 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .extras-new-wrap .extras-new {
    width: 100%;
    margin-top: 15px;
  }
}
.extras-new-wrap .extras-new .extra.discount {
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 20px 75px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
  margin-top: 20px;
}
.extras-new-wrap .extras-new .extra.discount:before {
  left: 25px;
}
.extras-new-wrap .extras-new .extra.discount strong {
  font-weight: 700;
}
.extras-new-wrap .extras-new .extra.discount .price-range {
  margin-top: 10px;
  height: 7px;
  margin-bottom: 0;
}
.extras-new-wrap .extras-new .extra.delivery {
  width: 100%;
  max-width: 100%;
  padding: 20px 20px 20px 75px;
  border: 3px solid #f5f5f5;
  border-radius: 20px;
}
.extras-new-wrap .extras-new .extra.delivery:before {
  left: 25px;
}
.extras-new-wrap .extras-new .extra.delivery strong {
  font-weight: 700;
}
.extras-new-wrap .extras-new .extra.delivery .price-range {
  margin-top: 10px;
  height: 7px;
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .cart-content .discount-coupon form {
    min-width: 240px;
  }
  .cart-content .discount-coupon form input {
    font-size: 1em;
  }
}
.cart-inner.cart-empty {
  background: #fff;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.cart-inner.cart-empty .btn.back-to-shop {
  margin-top: 20px;
  background: #87AED3;
  color: #fff;
  border-radius: 40px;
  padding: 12px 25px;
  font-weight: 600;
}
.cart-inner.cart-empty .btn.back-to-shop:hover {
  opacity: 0.7;
}
.cart-inner.cart-empty h1 {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0;
}
.cart-inner.cart-empty h1:before {
  position: relative;
  display: block;
  width: 175px;
  height: 175px;
  content: '';
  margin-bottom: 30px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 175px;
  /*opacity: 0.3;*/
}
.cart-inner.cart-empty .cart-row {
  display: none;
}
.price-wrapper .price.price-primary {
  padding-bottom: 4px;
  position: relative;
  /*&:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: 's DPH';
    font-size: 14px;
    font-weight: 500;
  }*/
}
/*@media @tablet-min {
  .ordering-process {
    .top-navigation-bar .top-nav-button {
      top: 52px;
    }
  }
}*/
@media (min-width: 1200px) {
  .in-kosik .cart-content.summary-wrapper.fixed,
  .in-kosik .cart-row .col-md-4 .cart-content.fixed {
    position: fixed;
    top: 20px;
    width: 422px;
  }
  .cart-items {
    overflow: auto;
    max-height: 250px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table {
    margin: 15px -17px;
    width: calc(100% + 38px);
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border: none !important;
    border-bottom: 2px solid #F7F7F9 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    /* align-items: flex-start; */
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 0;
  }
  .cart-table tr td.p-total .p-label {
    display: none !important;
  }
  .cart-table tr:after {
    display: none !important;
  }
  .cart-table tr td.p-name {
    margin-top: 0;
  }
  .cart-table tr td.p-name .main-link {
    font-size: 1.1em;
  }
  .cart-table tr td.p-name .main-link .main-link-variant {
    font-size: 0.8em;
    opacity: 0.7;
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .cart-table tr.related.visible {
    border-bottom: 2px solid #F7F7F9 !important;
    padding-right: 5px;
  }
  .cart-table tr.related.visible .cart-related-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button .price {
    text-align: left;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-button .pr-action {
    margin-left: auto;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-img {
    margin-bottom: 0;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-availability {
    line-height: 1.1em;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-name {
    padding-right: 10px;
  }
  .cart-table tr.related.visible .cart-related-product .cart-related-info .cart-related-availability {
    margin-left: auto;
    padding-right: 2px;
  }
  .cart-table tr.related-visible {
    border-bottom: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-quantity {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
    margin-left: 10px;
    padding: 0 !important;
    margin-bottom: 15px;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td,
  .cart-table tr .p-name {
    padding: 12px 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-name {
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    text-align: right;
    min-width: 150px;
    width: 150px;
    margin-right: 10px;
    -ms-flex-direction: row;
        flex-direction: row;
    position: initial;
    margin-right: 4px;
    text-align: right !important;
  }
  .cart-table tr td.p-total form {
    margin-left: 18px;
    height: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .cart-p-image {
    margin-left: 0;
    width: 80px;
    height: auto;
    border-radius: 10px;
    width: 60px !important;
    height: 60px;
    padding: 0 !important;
    -ms-flex: inherit !important;
        flex: inherit !important;
    margin-right: 7px;
    margin-left: 8px;
  }
  .cart-table .cart-p-image a {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .cart-table .cart-p-image a img {
    width: auto;
    height: auto;
    max-width: 70px;
    max-height: 70px;
    min-width: auto;
    min-height: auto;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related {
    background: transparent !important;
    border: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related.visible {
    display: block !important;
    max-height: initial;
    animation-name: showup2;
    animation-duration: 1s;
    /* padding: 15px 8px 0;*/
    margin: 15px;
    margin-top: 0;
    /*margin-bottom: 25px;
        border: 1px solid #e9e9e9 !important;*/
  }
  .cart-table .related.visible > td {
    padding-bottom: 5px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-button .btn {
    float: left;
  }
}
.cart-table .related .cart-related-button .btn:before {
  display: none;
}
.cart-table .related .cart-related-button .btn:hover {
  background: #046937;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cart-table .related > td {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 0 !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-img img {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .related .cart-related-product {
    background: #f9f9f9;
    padding: 5px 20px 5px 15px;
    border-radius: 10px;
    position: relative;
    margin-top: -8px;
    padding: 10px 15px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .p-availability {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table .remove-item {
    width: 21px;
    height: 21px;
    min-height: inherit;
    min-width: 21px !important;
    background: transparent;
    border-radius: 0;
    margin-top: -2px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    border: none;
    margin-left: 15px;
    top: 7px;
  }
  .cart-table .remove-item:before {
    background-size: 16px;
  }
}
.cart-table tr {
  position: relative;
}
.cart-table tr.related-visible {
  border-bottom: 0;
}
.cart-table tr.related-visible:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    max-width: 100px;
    min-width: 100px;
    position: absolute;
    left: 140px;
    bottom: 13px;
    width: calc(100% - 155px);
    max-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .cart-table tr td.p-total form {
    float: right;
    margin-top: -5px;
    /*position: absolute;
            right: 20px;
            bottom: 28px;
            margin: 0;*/
    position: relative;
  }
}
.content-wrapper.latest-contribution-box {
  display: none;
}
.contact-box ul li > span.twitter::before {
  display: none;
}
body footer {
  background: #f2f2f2;
  margin: 0;
  overflow: hidden;
  color: #000;
  clear: both;
  position: relative;
  padding-top: 0px;
}
body footer .socials {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  body footer .socials {
    margin-top: 25px;
  }
}
body footer .socials a {
  margin-right: 12px !important;
  display: inline-block;
}
body footer .footer-rows {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body footer .footer-rows .extended.newsletter {
  width: 40% !important;
}
@media only screen and (max-width: 767px) {
  body footer .footer-rows .extended.newsletter {
    width: 100% !important;
  }
}
body footer .footer-rows .custom-footer {
  width: 60% !important;
}
@media only screen and (max-width: 767px) {
  body footer .footer-rows .custom-footer {
    width: 100% !important;
  }
}
body footer .footer-contacts {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  body footer .footer-contacts {
    margin: 15px 0;
  }
}
body footer .footer-contacts .contact-box {
  margin-right: 0;
}
body footer .footer-contacts .contact-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 450px) {
  body footer .footer-contacts .contact-box ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body footer .footer-contacts .contact-box ul li:first-child {
    margin-bottom: 10px;
  }
}
body footer .footer-contacts .contact-box > strong {
  display: none;
}
body footer .footer-contacts .contact-box li > * {
  display: none;
}
body footer .footer-contacts .contact-box li > .mail,
body footer .footer-contacts .contact-box li > .tel {
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4em;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 50px;
}
@media only screen and (max-width: 1200px) {
  body footer .footer-contacts .contact-box li > .mail,
  body footer .footer-contacts .contact-box li > .tel {
    font-size: 1em;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .footer-contacts .contact-box li > .mail,
  body footer .footer-contacts .contact-box li > .tel {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.1em;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
    margin-right: 15px;
  }
}
body footer .footer-contacts .contact-box li > .mail a,
body footer .footer-contacts .contact-box li > .tel a {
  margin-bottom: 0;
  font-weight: 300;
  /* padding-bottom: 2px; */
  padding-left: 0 !important;
  font-size: 1em;
}
body footer .footer-contacts .contact-box li .mail:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/mail.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  body footer .footer-contacts .contact-box li .mail:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
body footer .footer-contacts .contact-box li .tel:before {
  width: 36px;
  height: 36px;
  content: "";
  background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/phone.svg) no-repeat 50%;
  background-size: 36px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  filter: none !important;
}
@media only screen and (max-width: 767px) {
  body footer .footer-contacts .contact-box li .tel:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
body footer .site-name {
  padding-top: 0px;
  padding-bottom: 28px;
  clear: both;
  position: relative !important;
  width: 100%;
  top: 0 !important;
  left: 0px !important;
  display: none !important;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100% !important;
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  body footer .site-name {
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body footer .site-name {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }
}
body footer .site-name > a {
  margin: 0;
}
body footer .site-name > a img {
  max-width: 250px;
  max-height: 120px;
  height: auto;
  max-width: inherit;
  /*filter: grayscale(1) brightness(0);*/
}
@media only screen and (max-width: 767px) {
  body footer .site-name > a img {
    margin-bottom: 15px;
    max-height: 50px;
  }
}
body footer .site-name .footer-socials {
  padding-top: 35px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body footer .site-name .footer-socials {
    padding-top: 0;
  }
}
body footer .site-name .footer-socials ul li a:hover {
  color: transparent !important;
}
@media only screen and (max-width: 767px) {
  body footer {
    padding-top: 0px;
  }
  body footer .footer-socials {
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 35px;
  }
}
body footer a {
  color: #000;
  text-decoration: none;
}
body footer a:hover {
  text-decoration: underline;
}
body footer .banner-wrapper {
  margin-top: 0;
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
body footer .news-item-widget h5 {
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
body footer .news-item-widget h5 a {
  margin-bottom: 5px;
  color: #262A36;
}
body footer .custom-footer {
  border: none;
  padding: 0;
  /*width: calc(~'100% + 20px');
    margin: 0 -10px;*/
  width: 100%;
  padding: 0px 80px;
}
@media only screen and (max-width: 992px) {
  body footer .custom-footer {
    padding: 0 15px;
  }
}
body footer .custom-footer > div {
  width: calc(50% - 20px);
  margin: 0 10px;
  padding: 0 20px 0 0 !important;
  border-radius: 0;
  background: transparent;
  margin-bottom: 20px;
}
body footer .custom-footer > div .banner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  body footer .custom-footer > div .banner {
    min-height: auto;
  }
}
@media only screen and (max-width: 992px) {
  body footer .custom-footer > div {
    padding: 30px 15px 20px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .custom-footer > div {
    padding: 15px 15px 0 15px !important;
    width: 100% !important;
    padding-bottom: 10px !important;
    padding-right: 0 !important;
    margin: 0;
  }
  body footer .custom-footer > div img {
    height: auto;
  }
  body footer .custom-footer > div:last-child {
    border: none;
  }
  body footer .custom-footer > div.custom-footer__banner1 {
    -ms-flex-order: -4;
        order: -4;
  }
  body footer .custom-footer > div.custom-footer__banner55 {
    -ms-flex-order: -3;
        order: -3;
  }
}
@media only screen and (max-width: 480px) {
  body footer .custom-footer > div {
    padding: 15px 0px 0 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .custom-footer > div.custom-footer__articles {
    -ms-flex-order: -3;
        order: -3;
  }
  body footer .custom-footer > div.custom-footer__banner36 {
    -ms-flex-order: -1;
        order: -1;
  }
}
body footer .custom-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body footer .container.footer-links-icons {
  text-align: left;
  padding-top: 35px;
  margin-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  body footer .container.footer-links-icons {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-links-icons {
    margin-top: 0px;
    padding-top: 5px !important;
  }
}
body footer .container.footer-links-icons .footer-icons {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-links-icons .footer-icons {
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
    /*background: #fff;
        border-radius: 50px;
        padding: 5px 0;*/
  }
}
body footer .container.footer-links-icons .footer-icons .footer-icon {
  margin-left: 0;
  margin-right: 25px;
  /*&:last-child {
          margin-left: auto;

          @media @mobile-land {
            margin: 20px auto 0 auto;
          }
        }*/
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-links-icons .footer-icons .footer-icon {
    margin: 0 8px;
  }
}
body footer .container.footer-links-icons .footer-icons .footer-icon img {
  filter: grayscale(1);
  max-height: 60px;
}
body footer .container.footer-links-icons .footer-icons .footer-icon:nth-child(2) img {
  max-height: 38px;
}
body footer .container.footer-links-icons .footer-icons .footer-icon:last-child img {
  max-height: 22px;
}
body footer #signature {
  text-align: center;
  font-size: 0.9em;
  -ms-flex: 1;
      flex: 1;
  letter-spacing: 0;
  font-weight: 500;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  body footer #signature {
    margin: 10px;
  }
}
body footer #signature a {
  letter-spacing: 0;
}
body footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  body footer .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .copyright strong {
  font-weight: 400;
}
body footer .copyright a {
  font-weight: 400;
  color: #262A36;
}
body footer .copyright .podpis {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}
body footer .copyright .podpis a {
  font-weight: 500;
  color: #262A36;
}
body footer .cart-overview .btn {
  background: transparent;
  width: 180px;
  border: 1px solid #f2f2f2;
}
body footer .cart-overview .btn:hover {
  border: 1px solid #b8b8b8 !important;
}
body footer h5 {
  font-size: 1.2em;
  color: #000;
}
body footer #formLogin .password-helper {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  body footer #formLogin .password-helper {
    padding-right: 0;
  }
}
body footer .search-form .btn {
  text-transform: none;
  line-height: 38px;
}
body footer #formLogin input,
body footer .search input {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 767px) {
  body footer #formLogin input,
  body footer .search input {
    width: 100%;
  }
}
body footer .rate-wrapper .votes-wrap {
  margin: 0 0 20px 0;
}
body footer .rate-wrapper .votes-wrap .vote-product-name {
  font-size: 14px;
}
body footer .rate-wrapper .votes-wrap .vote-wrap {
  border: none;
  margin: 0;
  padding-top: 0;
}
body footer .rate-wrapper .votes-wrap .vote-wrap a {
  color: #262A36;
}
body footer .rate-wrapper .votes-wrap .vote-wrap .vote-name {
  color: #262A36;
}
body footer .rate-wrapper .votes-wrap .vote-wrap .stars .star {
  top: 6px;
}
body footer ul {
  margin-bottom: 0;
  line-height: unset;
  padding-left: 0 !important;
  margin-top: 0;
}
body footer ul li {
  padding: 0 !important;
  list-style: none;
  color: #000;
  letter-spacing: 0px;
}
body footer ul li a {
  color: #000 !important;
  font-weight: 400;
  font-size: 0.95em;
}
body footer ul li a:hover {
  color: #000 !important;
  text-decoration: underline;
}
body footer ul span {
  padding-left: 0 !important;
}
@media only screen and (max-width: 1200px) {
  body footer .footer-logo {
    display: none;
  }
}
body footer .footer-logo img {
  max-width: 250px;
}
body footer .contact-box ul li > span::before {
  color: #000;
}
body footer .socials {
  margin-bottom: 10px;
}
body footer .socials a {
  margin-right: 8px;
}
body footer .socials a:hover img {
  opacity: 0.5;
}
body footer .contact-box {
  color: #000;
  text-align: left;
  font-size: 1em;
  min-height: initial;
}
@media only screen and (max-width: 1200px) {
  body footer .contact-box {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  body footer .contact-box {
    margin-right: 60px;
  }
}
body footer .contact-box img {
  margin: 0 0 15px 0 !important;
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (max-width: 767px) {
  body footer .contact-box img {
    max-width: 70px;
    max-height: 70px;
  }
}
body footer .contact-box h3 {
  font-size: 1.6em;
  color: #000;
  margin-top: 15px;
  margin-bottom: 20px;
}
body footer .contact-box > img {
  display: inline-block !important;
  position: relative;
  margin: 0 !important;
  left: 0;
}
body footer .contact-box > strong {
  display: block !important;
  margin-bottom: 20px;
}
body footer .contact-box .mail:before {
  width: 22px;
  /*filter: grayscale(1) brightness(2);*/
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/mail2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
body footer .contact-box .tel:before,
body footer .contact-box .cellphone:before {
  width: 22px;
  height: 22px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/phone2.svg?v3);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
body footer .contact-box .facebook:before {
  width: 22px;
  height: 24px;
  /*filter: grayscale(1) brightness(2);*/
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/fb.svg?v5);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  filter: invert(1) brightness(2);
  display: none;
}
body footer .contact-box .instagram:before {
  width: 22px;
  /* filter: grayscale(1) brightness(2);*/
  height: 22px;
  content: '' !important;
  display: inline-block;
  margin-left: 5px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/ig.svg?v5);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 1px;
  filter: invert(1) brightness(2);
  display: none;
}
body footer .contact-box li a {
  padding-left: 0px !important;
}
body footer .contact-box .open-time {
  display: block;
  font-size: 0.8em;
  margin-top: -2px;
}
body footer .contact-box p {
  margin-bottom: 5px;
}
body footer .footer-links {
  margin-bottom: 20px;
}
body footer .footer-links a {
  margin: 0 10px;
}
body footer #categories {
  display: block !important;
  height: inherit !important;
}
body footer #categories #cat-manufacturers {
  display: none;
}
body footer #categories .categories a {
  padding-bottom: 0;
}
body footer #categories .categories:nth-child(n + 6) {
  display: none;
}
body footer #categories .topic a {
  background: transparent !important;
  color: #262A36;
  padding-bottom: 4px;
}
body footer #categories .topic a:hover {
  text-decoration: underline;
}
body footer #categories .categories .topic > a {
  padding-left: 20px;
}
body footer #categories ul {
  display: none !important;
}
body footer #categories .cat-trigger {
  display: none !important;
}
body footer #categories .expandable ul {
  display: none;
}
body footer #categories .expandable:hover ul {
  display: block;
  padding-left: 12px !important;
  font-size: 0.9em;
  margin-top: -5px;
  margin-bottom: 10px;
}
body footer #categories .expandable:hover ul li a {
  margin-bottom: 4px;
}
body footer .container {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body footer .container {
    padding: 0 !important;
  }
}
@media (min-width: 1320px) {
  body footer .container {
    padding: 0;
  }
}
body footer .container {
  background: transparent !important;
  border: none !important;
}
body footer a {
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-size: 0.9em;
  font-weight: 600;
  /*@media @tablet-port {
      margin-bottom: 1px;
    }*/
}
body footer a:hover {
  text-decoration: underline;
}
body footer .custom-footer > div.extended {
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  body footer .custom-footer > div.extended {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  body footer .custom-footer > div.extended {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .custom-footer > div.extended {
    width: 100% !important;
  }
}
body footer .custom-footer__contact > .contact-box .facebook,
body footer .custom-footer__contact > .contact-box .instagram,
body footer .custom-footer__contact > .contact-box .youtube {
  display: none;
}
body footer p {
  margin-bottom: 12px;
  font-size: 0.9em;
  letter-spacing: 0px;
  font-weight: 400;
  color: #000;
}
body footer p a {
  font-weight: 500;
  font-size: 1em;
  color: #000 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body footer p {
    margin-bottom: 8px;
  }
}
body #footer .custom-footer > div:not(.newsletter) h4 {
  letter-spacing: 0px;
  margin-top: 75px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 30px;
  color: #1e1e1c;
  text-transform: none !important;
  font-weight: 700;
  font-size: 1.2em;
  padding-top: 2px;
  font-family: 'Poppins' !important;
  text-align: left;
  /*  &:before {
            width: 50px;
            height: 1px;
            background: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
          }*/
}
@media only screen and (max-width: 992px) {
  body #footer .custom-footer > div:not(.newsletter) h4 {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  body #footer .custom-footer > div:not(.newsletter) h4 {
    font-size: 1em;
    text-transform: uppercase !important;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767px) {
  body #footer .custom-footer > div:not(.newsletter) h4 {
    padding-right: 40px;
    margin-top: 0;
    margin-bottom: 20px;
    cursor: pointer;
  }
  body #footer .custom-footer > div:not(.newsletter) h4:after {
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg?v10);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    transition: 0.3s;
    position: absolute;
    right: 0px;
    top: -1px;
  }
  body #footer .custom-footer > div:not(.newsletter) h4.rolled:after {
    transform: rotate(90deg);
  }
  body #footer .custom-footer > div:not(.newsletter) h4.rolled ~ * {
    display: none;
  }
}
body footer .container.footer-bottom {
  padding: 30px 10px 25px 10px !important;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
  /*width: 100%;
  max-width: 100%;*/
  margin: 0 auto;
  background: transparent !important;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  border-top: none;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
}
body footer .container.footer-bottom:before {
  width: 100vw;
  height: 1px;
  background: #252525;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  content: '';
  position: absolute;
  display: none;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  body footer .container.footer-bottom {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom {
    height: auto;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-top: 25px;
    padding: 10px 15px 40px 15px !important;
  }
  body footer .container.footer-bottom:before {
    display: none;
  }
}
body footer .container.footer-bottom #signature {
  font-size: 13px;
  -ms-flex: 1;
      flex: 1;
  max-width: 145px;
  font-weight: 400;
  max-width: initial;
  text-align: right !important;
  max-width: 660px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom #signature {
    width: 50%;
    max-width: 660px;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom #signature {
    margin-top: 15px;
  }
}
body footer .container.footer-bottom #signature img {
  width: 18px;
  margin-right: 0;
  display: none !important;
}
body footer .container.footer-bottom #signature .title,
body footer .container.footer-bottom #signature .podpis {
  color: #000;
}
body footer .container.footer-bottom #signature .podpis {
  font-weight: 300;
  padding-right: 7px;
  border-right: 1px solid #adaeb5;
}
body footer .container.footer-bottom #signature a {
  display: inline-block !important;
  margin: 0 5px;
  font-weight: 500;
  font-size: 1em;
  color: #000;
}
body footer .container.footer-bottom .copyright {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  max-width: 710px;
  margin: 0;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  body footer .container.footer-bottom .copyright {
    width: 50%;
    max-width: 710px;
  }
}
@media only screen and (max-width: 767px) {
  body footer .container.footer-bottom .copyright {
    text-align: center;
    margin-top: 0;
  }
}
body footer .container.footer-bottom .copyright strong {
  font-weight: 500;
}
body footer .container.footer-bottom .copyright a {
  font-weight: 500;
  color: #000;
}
body footer .container.footer-bottom .copyright .podpis {
  color: #000;
  text-transform: none;
  font-weight: 400;
  display: block;
  margin: 10px 0 0 0;
  font-size: 11px;
  letter-spacing: 1px;
}
body footer .container.footer-bottom .copyright .podpis a {
  color: #87AED3;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
}
ul.poll {
  margin: 0;
  padding: 0;
}
ul.poll li {
  list-style-type: none;
}
ul.poll .poll-result {
  position: relative;
  margin-bottom: 10px;
  padding-right: 4rem;
}
ul.poll .poll-result > div {
  height: 1rem;
  border-left-style: solid;
  border-left-width: 1px;
}
ul.poll .poll-result small {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3.5rem;
  text-align: right;
  line-height: 1rem;
}
ul.payments {
  margin: 0;
  padding: 0;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments:before,
ul.payments:after {
  content: " ";
  display: table;
}
ul.payments:after {
  clear: both;
}
ul.payments li {
  list-style-type: none;
  float: left;
  width: 33.333333%;
  padding: 0 0.5rem 1rem;
  text-align: center;
}
ul.payments li:nth-child(3n+1) {
  clear: both;
}
div.cart-overview a {
  display: block;
}
.fb_iframe_widget,
.sidebar > .box > span {
  max-width: 100%;
  overflow: hidden;
}
.form-group .fb_iframe_widget {
  display: block;
}
.indicator {
  background-color: #dadada;
}
.indicator > div {
  background-color: #656565;
}
.poll-result > div {
  background-color: #fff;
  border-left-color: #fff;
}
.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
}
.footer-banners .slick-dots {
  display: none !important;
}
.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
.footer-banners .footer-banner a img {
  transition: 0.3s;
  opacity: 0.5;
}
.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.footer-banners .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-banners .slick-list {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1500px) {
  .footer-banners .slick-list {
    max-width: 1440px;
  }
}
.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.footer-banners .slick-list a img {
  display: inline;
  transition: 0.3s;
}
.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .footer-banners .slick-list a {
    padding: 10px 20px;
  }
}
.multiple-columns-body .footer-banners:before {
  width: 100%;
}
body footer .footer-socials,
.fixed-socials-panel {
  width: auto;
  -ms-flex-order: -1;
  order: 0;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  body footer .footer-socials,
  .fixed-socials-panel {
    margin-bottom: 22px !important;
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  body footer .footer-socials,
  .fixed-socials-panel {
    margin-right: auto;
    margin-top: 10px;
    margin-left: auto;
    padding-left: 15px;
  }
}
body footer .footer-socials .contact-box > strong,
.fixed-socials-panel .contact-box > strong {
  display: none !important;
}
body footer .footer-socials ul,
.fixed-socials-panel ul {
  display: -ms-flexbox;
  display: flex;
}
body footer .footer-socials ul .facebook,
.fixed-socials-panel ul .facebook,
body footer .footer-socials ul .instagram,
.fixed-socials-panel ul .instagram,
body footer .footer-socials ul .youtube,
.fixed-socials-panel ul .youtube,
body footer .footer-socials ul .twitter,
.fixed-socials-panel ul .twitter,
body footer .footer-socials ul .tiktok,
.fixed-socials-panel ul .tiktok,
body footer .footer-socials ul .skype,
.fixed-socials-panel ul .skype {
  display: block;
}
body footer .footer-socials li span,
.fixed-socials-panel li span {
  display: block;
}
body footer .footer-socials a,
.fixed-socials-panel a {
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-left: 30px !important;
  width: 42px;
  height: 42px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50px;
  transition: 0.3s;
  color: transparent !important;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  margin-right: 20px;
  background: #fff;
  font-size: 0 !important;
}
body footer .footer-socials a:before,
.fixed-socials-panel a:before {
  width: 30px;
  min-width: 30px;
  content: '';
  height: 30px;
  position: relative;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body footer .footer-socials a:hover,
.fixed-socials-panel a:hover {
  opacity: 0.7;
}
body footer .footer-socials .mail,
.fixed-socials-panel .mail {
  display: none;
}
body footer .footer-socials .tel,
.fixed-socials-panel .tel {
  display: none;
}
body footer .footer-socials .facebook a:before,
.fixed-socials-panel .facebook a:before {
  background: url("https://www.bohempia.com/user/documents/upload/upravy_hlad/img/fb.svg");
  background-size: 24px;
}
body footer .footer-socials .instagram a:before,
.fixed-socials-panel .instagram a:before {
  background: url("https://www.bohempia.com/user/documents/upload/upravy_hlad/img/ig.svg");
  background-size: 24px;
}
body footer .footer-socials .youtube:before,
.fixed-socials-panel .youtube:before {
  display: none;
}
body footer .footer-socials .youtube a:before,
.fixed-socials-panel .youtube a:before {
  background: url("https://www.bohempia.com/user/documents/upload/upravy_hlad/img/yt.svg");
  background-size: 26px;
}
body footer .footer-socials .twitter a:before,
.fixed-socials-panel .twitter a:before {
  background: url("https://www.bohempia.com/user/documents/upload/upravy_hlad/img/twitter.svg");
  background-size: 36px;
}
body footer .footer-socials .tiktok a:before,
.fixed-socials-panel .tiktok a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/tiktok.svg?v4");
  background-size: 18px;
}
body footer .footer-socials .skype a:before,
.fixed-socials-panel .skype a:before {
  background: url("https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/carbon/img/icons/skype.svg?v3");
  background-size: 22px;
}
.fixed-socials-panel {
  position: fixed;
  left: 0;
  z-index: 9;
  top: 250px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 0 20px 20px 0;
  display: -ms-flexbox;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
  width: 48px;
  padding-left: 6px;
  padding-top: 10px;
  margin-top: 0;
  padding-bottom: 3px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .fixed-socials-panel {
    display: none;
  }
}
.fixed-socials-panel.with-newsletter {
  padding-bottom: 106px;
}
.fixed-socials-panel a {
  margin-right: 0;
  margin-bottom: 10px;
  opacity: 0.4;
}
.fixed-socials-panel a:hover {
  opacity: 1;
}
.fixed-socials-panel .facebook a:before {
  /*background-size: 12px;*/
}
.fixed-socials-panel .instagram a:before {
  /*background-size: 22px;*/
}
.fixed-socials-panel .youtube a {
  height: 26px;
}
.fixed-socials-panel .youtube a:before {
  background-size: 24px;
  height: 24px !important;
}
.fixed-socials-panel a:not(.newsletter-button):before {
  width: 30px;
  content: '';
  height: 30px;
  position: absolute;
  left: 0;
  top: 0px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.fixed-socials-panel a.newsletter-button {
  width: auto;
  height: auto;
  color: #ababab!important;
  text-transform: uppercase;
  opacity: 1;
  position: absolute;
  left: -33px;
  bottom: 28px;
  font-weight: 700;
  text-decoration: none;
  transform: rotate(-90deg);
  font-size: 0.9em;
}
.fixed-socials-panel a.newsletter-button:hover {
  color: #000 !important;
}
.newsletter-ecomail {
  display: none;
}
@media only screen and (max-width: 767px) {
  #navigation {
    background: transparent;
    padding-left: 0;
    width: 100% !important;
    right: -100% !important;
    margin: 0;
    height: auto;
    bottom: 0;
    top: 0;
    position: fixed;
    transform: none;
    padding-top: 52px !important;
    padding-bottom: 0;
    transition: 0s;
  }
  #navigation .navigation-in ul li ul li a {
    padding: 7px 15px 7px 35px;
  }
  #navigation .navigation-close {
    border-radius: 0;
    padding: 10px 14px;
  }
  #navigation .navigation-close:before {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/close-m.svg?v4);
    background-size: 33px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    border-radius: 0;
  }
  #navigation ul.menu-level-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background: #fff;
    padding-top: 25px;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 250px);
    overflow: auto;
  }
  #navigation ul.menu-level-1 > li {
    -ms-flex-order: 2;
        order: 2;
  }
  #navigation ul.menu-level-1 > li.appended-category {
    -ms-flex-order: 1;
        order: 1;
  }
  #navigation ul.menu-level-1 > li {
    border: none;
    margin-bottom: 25px;
  }
  #navigation ul.menu-level-1 > li.ext.exp {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: 102px;
    position: relative;
    top: 0;
    height: unset;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow {
    top: 0px;
  }
  #navigation ul.menu-level-1 > li.ext.exp > a .submenu-arrow:after {
    /*left: 0;
                  right: initial;
                  width: 20px;
                  height: 15px;
                  top: 14px;*/
    /*content: '';*/
    /*background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/opal/img/icons/arrow-left.svg);
                  background-size: 18px;
                  background-repeat: no-repeat;
                  background-position: center;*/
    /*transform: none;*/
  }
  #navigation ul.menu-level-1 > li .menu-level-2 {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    height: unset;
    max-height: calc(100vh - 205px);
    overflow: auto;
    margin-top: -4px !important;
    padding-top: 10px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 h4 {
    padding-left: 15px;
    margin-bottom: 9px;
    color: #0c1833;
    margin-top: 20px;
    font-weight: 600;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li a {
    margin: 8px 15px !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a {
    padding-right: 30px;
    position: relative;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level > div > a:after {
    top: 13px;
    position: absolute;
    right: 15px;
    color: #1E1E1C;
    font-family: 'shoptet' !important;
    content: '\e90e';
    font-size: 10px;
    width: 10px;
    font-weight: 200;
    height: 10px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    top: -5px;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a {
    background: #d6d8dc !important;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div > a:after {
    display: none;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 {
    display: block;
    max-height: calc(100vh - 205px);
    overflow: auto;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li {
    font-size: 0;
    line-height: 0;
  }
  #navigation ul.menu-level-1 > li .menu-level-2 li.has-third-level.clicked > div .menu-level-3 li a {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  #navigation ul.menu-level-1 > li > a {
    line-height: 40px;
    font-size: 0.85em;
    letter-spacing: 1.3px;
  }
  #navigation ul.menu-level-1 > li > a[href="https://www.bohempia.eu/size-guide/"] {
    color: #00806A !important;
  }
  #navigation ul.menu-level-1 > li > a b {
    font-weight: 700;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow {
    display: inline-block;
    padding-left: 0;
    line-height: 10px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-weight: 600;
    width: 40px;
    height: 100%;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:after {
    top: 11px;
    position: absolute;
    right: 15px;
    color: #141414;
    font-size: 15px;
  }
  #navigation ul.menu-level-1 > li > a .submenu-arrow:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 2;
  }
  #navigation ul.menu-level-1 > li.menu-item-1314 > a,
  #navigation ul.menu-level-1 > li.menu-item-external-67 > a,
  #navigation ul.menu-level-1 > li.menu-item-external-116 > a {
    color: #00806A !important;
  }
  #navigation ul.menu-level-1 > li.menu-item-external-73 > a,
  #navigation ul.menu-level-1 > li.menu-item-1444 > a,
  #navigation ul.menu-level-1 > li.menu-item-1457 > a {
    color: #800016 !important;
  }
  #navigation ul.menu-level-1 > li.menu-item-1480 > a {
    color: #800016 !important;
  }
  #navigation li a {
    padding: 3px 15px !important;
    background: #fff;
    margin: 4px 15px;
    border-radius: 0;
    color: #000 !important;
    line-height: 1.2em !important;
    font-weight: 400;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
  }
  #navigation li a:hover {
    margin: 4px 15px !important;
    color: #5c5c5c;
  }
}
@media only screen and (max-width: 767px) {
  .navigation-window-visible .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    right: -50px;
  }
  .navigation-window-visible .top-navigation-bar .responsive-tools a[data-target="search"],
  .navigation-window-visible .top-navigation-bar .responsive-tools a[data-target="login"],
  .navigation-window-visible #header .cart-count,
  .navigation-window-visible #header .lang-change {
    display: none;
  }
  .navigation-window-visible #header #navigation {
    right: 0 !important;
    padding-top: 15px;
  }
}
/*
@media @tablet-port {
  .navigation-in a.menu-image {
    display: block !important;
  }
  #navigation {
    .menu-level-2 {
      display: block;
      background: #fff;
      !*padding-top: 8px;
      padding-bottom: 10px;*!
      border-bottom: 3px solid #e3e3e3;

      > li {
        display: flex;
        align-items: center;

        .menu-image {
          width: 40px;
          padding: 0;
          height: 40px;
          display: flex !important;
          align-items: center;
          justify-content: center;
          margin-left: 10px;
          margin-right: -9px;
          padding-left: 0 !important;
        }
      }
    }

    .navigation-close {
      background: rgba(255, 255, 255, 0.7);
      height: 46px;
      width: 46px;
      padding: 15px;
    }

    .navigation-in ul.menu-level-2 li a {
      padding-left: 20px;
    }

    .navigationActions {
      li {
        a {
          padding: 14px 15px 14px;
          border-bottom: 1px solid #f1f1f1;
        }
      }
    }

    .menu-level-1 {
      > li {
        a {
          padding: 14px 15px 14px;
          border-bottom: 1px solid #f1f1f1;

          b {
            font-weight: 400;
          }
        }
      }

      > li:first-child {
        > a {
          padding: 17px 15px 10px;
          background: @blue;
          color: #fff;
          padding-bottom: 15px;
          padding-top: 15px;


          b {
            font-weight: 600;
          }
        }
      }

      .menu-level-2 {
        > li {
          border-bottom: 1px solid #f2f2f2;

          a {
            border-bottom: none !important;
          }

          &:last-child {
            a {
              border-bottom: none;
            }
          }
        }
      }
    }

    .submenu-arrow {
      display: none !important;
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .top-navigation-bar .register-btn {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .container > .top-navigation-menu {
    -ms-flex: 1 1 20% !important;
        flex: 1 1 20% !important;
  }
}
@media only screen and (min-width: 768px) {
  .fixed-search-active .top-navigation-bar .dropdown,
  .fixed-search-active .top-navigation-bar .languagesMenu {
    display: none;
  }
  .top-navigation-bar {
    border-bottom: none;
    background: #fefefe;
    border: none;
    padding-top: 0px;
    position: relative;
    z-index: 4;
    box-shadow: inset 0px 4px 50px 0px rgba(0, 0, 0, 0.04);
    padding: 0;
    /*.dropdown {
      margin-right: 15px;
      display: flex;
      align-items: center;

      &:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/wallet.svg?v2);
        background-size: 16px;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-right: 5px;
        display: inline-block;
        top: 0px;
        float: left;
        margin-top: -2px;
        margin-bottom: 0;
      }

      button {
        display: none;
      }

      .caret {
        color: #b2b2b2;
      }

      .dropdown-menu {
        display: flex;
        right: 0;
        min-width: initial;
        position: relative;
        background: transparent;
        border: none;
        box-shadow: none;
        font-size: 0.9em;
        font-weight: 500;
        padding: 0;
        margin: 0;

        li {
          a {
            font-weight: 500;
            &:before {
              display: none;
            }

            padding: 0 5px;
          }
        }
      }
    }*/
  }
  .top-navigation-bar .register-btn {
    letter-spacing: 0.5px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #141414;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 13px;
  }
  .top-navigation-bar .register-btn:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/key.svg);
    background-size: 18px;
    width: 18px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 7px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
    font-size: 13px;
    color: #383C43;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    right: 58px;
    top: 74px;
    z-index: 9;
    height: 32px;
    width: auto;
    position: absolute;
    transition: none;
    cursor: pointer;
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
  }
  .top-navigation-bar .top-nav-button span {
    margin-left: 7px;
    color: #000;
    font-weight: 500;
    display: none;
  }
  .top-navigation-bar .top-nav-button:before {
    content: '' !important;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/user.svg);
    background-size: 24px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0px;
    display: inline-block;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .top-navigation-bar .top-nav-button:hover:before {
    opacity: 0.7;
  }
  .top-navigation-bar .language-switcher {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 15px;
  }
  .top-navigation-bar .language-switcher:before {
    content: '' !important;
    background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/globe.svg?v2);
    background-size: 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 5px;
    display: inline-block;
    top: 0px;
    float: left;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .top-navigation-bar .language-switcher a {
    font-size: 0.9em;
    padding: 0 4px;
    font-weight: 500;
  }
  .top-navigation-bar .dropdown {
    position: absolute;
    right: 151px;
    left: initial;
    top: 54px;
    z-index: 3;
    /*&:before {
        content: '' !important;
        background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/globe.svg?v3);
        background-size: 19px;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        z-index: 1;
        opacity: 1;
        margin-right: 5px;
        display: inline-block;
        top: 1px;
        float: left;
        margin-top: -1px;
        margin-bottom: 0;
      }*/
  }
  .top-navigation-bar .dropdown > span {
    display: none;
    color: #fff;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    font-weight: 600;
    padding-left: 3px;
    padding-right: 14px;
  }
  .top-navigation-bar .dropdown button .caret {
    font-size: 9px;
    color: #000;
    margin-left: 6px;
  }
  .top-navigation-bar .dropdown button:hover {
    color: #046937;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
    list-style: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a {
    padding: 8px 13px;
    color: #141414;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:before {
    display: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu li a:hover {
    color: #046937;
  }
  .top-navigation-bar .socials {
    margin-right: 30px;
    display: -ms-flexbox;
    display: flex;
  }
  .top-navigation-bar .socials a {
    margin-right: 15px;
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .top-navigation-bar .socials a:hover img {
    opacity: 1;
  }
  .top-navigation-bar .socials a img {
    width: 16px;
    height: auto;
    opacity: 0.5;
  }
  .top-navigation-bar .container {
    padding: 0;
    position: relative;
    /*&:before {
        width: calc(~'100% - 30px');
        left: 15px;
        background: #e0e0e0;
        height: 1px;
        content: '';
        position: absolute;
        bottom: 0;
      }*/
  }
  .top-navigation-bar .top-navigation-menu {
    padding-right: 15px;
    /*max-width: 450px;*/
    background: transparent;
    margin-left: 0;
    -ms-flex-order: -1;
        order: -1;
    margin-right: auto;
    -ms-flex: initial !important;
        flex: initial !important;
    text-align: left !important;
    display: none !important;
  }
  .top-navigation-bar .top-navigation-menu a {
    color: #000 !important;
    letter-spacing: 0px;
    font-weight: 400 !important;
  }
  .top-navigation-bar .top-navigation-menu a b {
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-menu a:hover {
    text-decoration: none !important;
    color: #87AED3 !important;
  }
  .top-navigation-bar .top-navigation-menu li:first-child a {
    padding-left: 0;
  }
  .top-navigation-bar .top-navigation-tools {
    /*flex-basis: auto !important;
      flex: initial !important;*/
    margin-left: 0px;
    min-width: 266px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    min-width: 0;
    -ms-flex: 0 !important;
        flex: 0 !important;
    /*.register-btn {
        margin-left: 20px;
        @media @tablet-port {
          display: none;
        }
        &:before {
          content: '' !important;
          background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/lock.svg);
          background-size: 16px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: center;
          position: relative;
          z-index: 1;
          opacity: 1;
          margin-right: 5px;
          display: inline-block;
          top: 0px;
          margin-top: 0px;
          margin-bottom: -3px;
        }
      }*/
  }
  .top-navigation-bar .top-navigation-tools a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-tools a:hover {
    color: #87AED3;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a {
    padding: 7px 20px;
    text-transform: none;
    color: #141414;
    font-size: 14px;
  }
  .top-navigation-bar .top-navigation-bar-menu-helper li a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-menu {
    height: auto;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    text-align: left;
  }
  .top-navigation-bar .top-navigation-bar-menu li:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-bar-menu li a {
    text-transform: none;
    color: #000;
    font-size: 13px;
    padding: 4px 20px;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-bar-menu li a:before {
    width: 1px;
    height: 10px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-navigation-bar .top-navigation-bar-menu li a:hover {
    text-decoration: underline;
    color: #87AED3;
  }
  .top-navigation-bar .top-navigation-bar-menu li:first-child a {
    padding-left: 0;
  }
  .top-navigation-bar .top-navigation-bar-menu li:first-child a:before {
    display: none;
  }
  .top-navigation-bar .top-navigation-contacts {
    /*flex: 0 0 !important;*/
    -ms-flex-preferred-size: 0 !important;
        flex-basis: 0 !important;
    background: transparent;
    z-index: 9;
    -ms-flex-direction: column;
        flex-direction: column;
    /*display: none !important;*/
    -ms-flex-align: start;
        align-items: flex-start;
    position: relative;
    padding-left: 0px;
    margin-left: auto;
    -ms-flex: inherit !important;
        flex: inherit !important;
    display: none !important;
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    -ms-flex-direction: revert;
        flex-direction: revert;
    text-align: right !important;
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    /*@media (max-width: 1200px) {
        flex-direction: row;
        align-items: center;
        top: 41px;
        left: 300px;
      }*/
  }
  .top-navigation-bar .top-navigation-contacts > strong {
    display: none;
    font-weight: 400;
    color: #000;
    font-size: 10.5px;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials {
    margin-left: 15px;
    padding-left: 20px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials:before {
    width: 1px;
    height: 10px;
    content: '';
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a {
    padding: 0 8px;
  }
  .top-navigation-bar .top-navigation-contacts .head-socials a:hover img {
    opacity: 0.5;
  }
  .top-navigation-bar .top-navigation-contacts a {
    color: #000;
    font-size: 1em;
    letter-spacing: 0px;
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a:hover {
    text-decoration: none;
    color: #87AED3;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email {
    color: #000;
    background: transparent;
    border-radius: 9px;
    padding: 0px 12px 0 3px;
    font-size: 1em;
    letter-spacing: 0;
    padding-top: 2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email span {
    text-transform: none;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    content: '' !important;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/mail.svg);
    background-size: 24px;
    width: 24px;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    background-repeat: no-repeat;
    color: #fff;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-email:hover {
    color: #87AED3;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    color: #000;
    font-size: 1em;
    padding-right: 30px;
    padding-top: 2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone span {
    font-weight: 400;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:before {
    content: '' !important;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/phone.svg);
    background-size: 24px;
    width: 24px;
    margin-right: 5px;
    text-align: center;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    padding-top: 2px;
    margin-top: -2px;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone .open-time {
    opacity: 0.5;
    font-size: 13px;
    margin-left: 5px;
    color: #000 !important;
  }
  .top-navigation-bar .top-navigation-contacts a.project-phone:hover {
    color: #87AED3;
  }
  .top-navigation-bar .top-navigation-contacts a:before {
    font-size: 16px;
  }
  .site-msg-show .top-navigation-bar .top-nav-button {
    top: 74px;
  }
  .site-msg-show .top-navigation-bar .dropdown {
    top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-nav-button {
    right: 76px;
  }
  .top-navigation-bar .top-nav-button span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .dropdown {
    right: 148px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-navigation-bar .dropdown > span {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a > span {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email {
    padding: 6px 18px 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-email:before {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-navigation-bar .top-navigation-contacts a.project-phone {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-navigation-bar {
    top: -80px;
  }
  #header {
    transition: 0.3s;
  }
  .scrolled-down #header,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .site-name,
  .scrolled-down body:not(.ordering-process):not(.search-window-visible) #header .cart-count {
    top: -80px;
  }
  .site-msg-show.type-index .overall-wrapper {
    padding-top: var(--body-padding);
  }
  .site-msg-show .overall-wrapper {
    padding-top: var(--body-padding);
  }
  .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 99;*/
    z-index: 9;
    background: #fff;
    height: 60px;
    padding-top: 4px;
    transition: 0.3s;
    border-bottom: 1px solid #D9D9D9;
  }
  .top-navigation-bar .responsive-tools > a {
    width: 30px;
    height: 40px;
  }
  .top-navigation-bar .dropdown {
    left: initial;
    right: 205px;
    top: 15px;
    display: none;
  }
  .top-navigation-bar .dropdown button {
    color: #000;
    padding-right: 12px;
  }
  .top-navigation-bar .dropdown button .caret:before {
    font-size: 8px;
  }
  .top-navigation-bar .top-navigation-tools .socials {
    display: none;
  }
  .top-navigation-bar .responsive-tools {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 78px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex: 0;
        flex: 0;
    min-width: 160px;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"] {
    margin-right: 2px;
    margin-top: 0px;
    transform: scaleX(-1);
    visibility: visible;
    padding-right: 0;
    padding-left: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="search"]:before {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: 0;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"] {
    position: fixed;
    top: 11px;
    left: 12px;
    width: 36px;
    height: 36px;
    color: #000;
    background: #87AED3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 40px;
    right: 15px;
    left: inherit;
    background: transparent;
  }
  .top-navigation-bar .responsive-tools a[data-target="navigation"]:before {
    background: transparent;
    font-size: 20px;
    color: transparent;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/menu2.svg?v4);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"] {
    position: relative;
    display: block;
  }
  .top-navigation-bar .responsive-tools a[data-target="login"]:before {
    content: '' !important;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/user.svg);
    background-size: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    opacity: 1;
    margin-right: 0;
    display: inline-block;
    top: 4px;
    margin-top: 0px;
    margin-bottom: -3px;
  }
  .top-navigation-bar .top-navigation-contacts,
  .top-navigation-bar .top-navigation-menu {
    display: none !important;
  }
  .site-msg-show .top-navigation-bar,
  .site-msg-show #header .cart-count,
  .site-msg-show #header .site-name,
  .site-msg-show #header .search-form,
  .site-msg-show .popup-widget,
  .site-msg-show #navigation,
  .site-msg-show #header .lang-change {
    transform: translateY(var(--msg-height));
  }
  .site-msg-show.navigation-window-visible #header .search-form {
    display: block;
    z-index: 99999;
    background: transparent;
    bottom: 0;
    top: inherit;
    transform: none;
    padding: 40px;
  }
  .site-msg-show.navigation-window-visible #header .search-form .search-whisperer {
    display: none !important;
  }
  .site-msg-show.fixed-menu-mobile .top-navigation-bar,
  .site-msg-show.fixed-menu-mobile #header .cart-count,
  .site-msg-show.fixed-menu-mobile #header .site-name,
  .site-msg-show.fixed-menu-mobile #header .search-form,
  .site-msg-show.fixed-menu-mobile .popup-widget,
  .site-msg-show.fixed-menu-mobile #navigation,
  .site-msg-show.fixed-menu-mobile #header .lang-change {
    transform: translateY(0px);
  }
  .site-msg-show.fixed-menu-mobile .site-msg.information {
    transform: translateY(var(--msg-height-minus));
  }
  .site-msg-show.fixed-menu-mobile #header .lang-change {
    top: 10px;
  }
}
.benefitBanner {
  background: #fff;
  max-width: 1420px;
  margin-top: 0;
  padding: 0;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: visible;
  position: relative;
  margin-bottom: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 10px;
  z-index: 2;
  -ms-flex-pack: center;
      justify-content: center;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: #F8F8F8;
    top: 0;
  }*/
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.benefitBanner.position--benefitCategory {
  display: none;
}
@media only screen and (max-width: 992px) {
  .benefitBanner {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner {
    width: 100%;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    padding: 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    margin: 0 auto;
  }
}
.benefitBanner .benefitBanner__picture {
  -ms-flex: 0 0 50px;
      flex: 0 0 50px;
  margin-right: 15px;
  -ms-flex-pack: center;
      justify-content: center;
}
.benefitBanner .benefitBanner__picture img {
  width: auto;
  max-height: 32px;
}
.benefitBanner .benefitBanner__link {
  width: 100%;
}
.benefitBanner .benefitBanner__link:hover .benefitBanner__title {
  text-decoration: underline !important;
}
.benefitBanner .benefitBanner__item {
  margin: 0;
  position: relative;
  overflow: visible;
  -ms-flex: initial !important;
      flex: initial !important;
  width: 20%;
  color: #000;
  padding: 30px 25px;
  padding-left: 0px;
  border-left: none;
  /*&:before {
      width: 2px;
      height: 26px;
      background: #EEE;
      content: '';
      border-radius: 0;
      position: absolute;
      left: -10px;
      top: 50%;
      transform: translateY(-50%);

      @media @desktop {
        display: none;
      }
    }*/
}
@media only screen and (max-width: 1440px) {
  .benefitBanner .benefitBanner__item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
    margin: 0 !important;
    padding: 20px 20px 0 20px;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 5px;
    /*&:after {
        width: 68px;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        display: block;
      }*/
  }
  .benefitBanner .benefitBanner__item:first-child {
    padding-top: 7px;
  }
  .benefitBanner .benefitBanner__item:last-child {
    margin-bottom: 0;
  }
  .benefitBanner .benefitBanner__item:last-child:after {
    display: none;
  }
}
.benefitBanner .benefitBanner__item:first-child {
  border: none;
}
.benefitBanner .benefitBanner__item:first-child:before {
  display: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__content {
  padding-right: 0;
}
.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.3em;
  color: #000;
  text-transform: none;
  letter-spacing: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    line-height: 1em;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__data {
  font-size: 0.9em;
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__data {
    font-size: 0.9em;
    color: rgba(21, 23, 31, 0.5);
  }
}
.instagram-line {
  width: 100% !important;
  padding: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  padding-bottom: 0px !important;
  max-width: 100%;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 480px) {
  .instagram-line {
    margin-top: 15px;
  }
}
.instagram-line h4 {
  margin: 0 0 30px 0;
  padding: 0;
  height: auto;
  font-size: 1em;
  color: #333;
  letter-spacing: 0px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 500;
  padding-bottom: 0px;
  position: relative;
  /*&:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #B3C83A;
      bottom: 0;
      width: 75px;
      height: 2px;
    }*/
  /*&:before {
      width: 33px;
      height: 33px;
      margin-right: 20px;
      display: inline-block!important;
      position: relative;
      background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/ig2.svg);
      background-size: 31px;
      background-repeat: no-repeat;
      background-position: 50%;
      content: "";
      top: 5px;
      min-width: 33px;

      @media @mobile-land {
        margin-right: 10px;
        top: 9px;
      }
    }*/
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    text-align: center;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line h4 {
    font-size: 1.1em;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
.instagram-line h4 span {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Poppins', cursive !important;
}
.instagram-line h4 img {
  margin-right: 15px;
  background: #fff;
  position: relative;
  top: 8px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 img {
    top: 0;
    margin-bottom: -9px;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line h4 {
    font-size: 1.8em;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line h4 {
    font-size: 1.6em;
  }
}
.instagram-line .instagram-widget {
  width: 100%;
  max-width: inherit;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.instagram-line .instagram-widget > a {
  width: 16.666%;
  padding-bottom: 16.666%;
  height: auto;
  margin-bottom: 0 !important;
  border-radius: 0px;
}
.instagram-line .instagram-widget > a:nth-child(n+7) {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget > a {
    width: 20%;
    padding-bottom: 20%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+6) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget > a {
    width: 25%;
    padding-bottom: 25%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+5) {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget > a {
    width: 33.333%;
    padding-bottom: 33.333%;
  }
  .instagram-line .instagram-widget > a:nth-child(n+4) {
    display: none;
  }
}
.instagram-line .instagram-widget > a img {
  max-width: 100%;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
}
.instagram-line .instagram-widget > a:hover img {
  opacity: 0.7;
}
.instagram-line .instagram-widget .instagram-follow-btn {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  text-align: center !important;
  max-width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 25px;
  /*order: -1;*/
  color: #000;
  display: none;
}
@media only screen and (max-width: 480px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    margin-bottom: 10px;
  }
  .instagram-line .instagram-widget .instagram-follow-btn img {
    height: 55px;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn > span {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 0px;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn > span:before {
  content: '\e909';
  position: relative;
  left: 0;
  top: 0;
  width: 24px;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 32px;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #000;
  margin-right: 10px;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .instagram-line .instagram-widget .instagram-follow-btn {
    width: 100%;
    max-width: 100%;
  }
}
.instagram-line .instagram-widget .instagram-follow-btn a {
  margin-bottom: 0;
  font-size: 1em;
  color: #000;
  width: 100% !important;
  max-width: 100% !important;
  background: #87AED3;
  color: #fff !important;
  text-transform: none;
  padding: 10px 17px;
  font-weight: 500;
  border-radius: 5px;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.instagram-line .instagram-widget .instagram-follow-btn a:before {
  width: 24px;
  height: 24px;
  position: relative;
  content: '';
  margin-right: 10px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/ig-w.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.instagram-line .instagram-widget .instagram-follow-btn a:hover {
  background: #FAD400;
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .instagram-line .instagram-widget .instagram-follow-btn a {
    font-size: 1.1em;
  }
}
.hp-ratings {
  margin-top: 25px;
  background: transparent;
  padding: 40px 0 0 0;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
.hp-ratings .ratings-list {
  position: relative;
}
.hp-ratings h2 {
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 60px;
}
@media only screen and (max-width: 480px) {
  .hp-ratings h4.homepage-group-title,
  .hp-ratings .h4.homepage-group-title {
    padding-top: 5px;
  }
}
.hp-ratings h4.homepage-group-title:before,
.hp-ratings .h4.homepage-group-title:before {
  display: none;
}
.hp-ratings .slick-dots {
  display: none !important;
}
.hp-ratings.carousel + .browse-p {
  display: none !important;
}
.hp-ratings .slick-slider {
  padding: 0 40px !important;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .slick-slider {
    padding: 0 40px !important;
  }
}
.hp-ratings .button {
  display: inline-block;
  text-align: center;
  height: auto;
  text-transform: none;
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0px;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: underline;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .button {
    margin-top: 10px;
  }
}
.hp-ratings .button:hover {
  text-decoration: none;
}
.hp-ratings .votes-wrap {
  max-width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap {
    padding: 0 60px;
  }
}
.hp-ratings .votes-wrap .vote-wrap {
  /*width: calc(~'50% - 40px');*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
  -ms-flex-direction: column;
      flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0px;
  color: #000;
  text-align: center;
  margin: 15px 20px;
  border-radius: 5px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap {
    margin: 15px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap {
    padding: 10px;
  }
}
.hp-ratings .votes-wrap .vote-wrap[data-testid="reaction"] {
  display: none;
}
.hp-ratings .votes-wrap .vote-wrap:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-delimeter,
.hp-ratings .votes-wrap .vote-wrap .vote-time {
  display: none;
}
.hp-ratings .votes-wrap .vote-wrap .vote-pic {
  min-width: 70px;
  height: 70px;
  padding: 0;
  display: none;
}
.hp-ratings .votes-wrap .vote-wrap .vote-pic .vote-initials {
  background: #00D76B !important;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  line-height: 70px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-header {
  margin-bottom: 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.hp-ratings .votes-wrap .vote-wrap .stars {
  width: 150px;
  height: 30px;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap .stars {
    width: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .stars {
    margin: 0 auto;
  }
}
.hp-ratings .votes-wrap .vote-wrap .stars .star {
  width: 30px;
  height: 15px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap .stars .star {
    width: 20px;
  }
}
.hp-ratings .votes-wrap .vote-wrap .stars .star:before {
  color: #ffa235 !important;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap .stars .star:before {
    font-size: 16px;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-summary {
  margin-bottom: 10px;
  font-size: 1.1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 0px;
}
.hp-ratings .votes-wrap .vote-wrap .vote-name {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.4em;
  color: #000;
  text-transform: none;
  margin-top: 20px;
  font-family: 'Poppins' !important;
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-name {
    font-size: 1.1em;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.hp-ratings .votes-wrap .vote-wrap .vote-content {
  padding: 0 15px 0 15px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.5em;
  height: 100%;
  width: 100%;
  font-size: 1.1em;
  letter-spacing: 0.2px;
  font-weight: 500;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-content {
    font-size: 1em;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .hp-ratings .votes-wrap .vote-wrap .vote-content {
    font-size: 0.9em;
    margin-top: 0;
    margin-bottom: 5px;
  }
}
.hp-ratings .votes-wrap .vote-wrap:last-child {
  margin-bottom: 15px;
}
#filters {
  padding: 0 !important;
}
#filters .slider-wrapper,
#filters .filter-section {
  padding: 0;
}
#filters .slider-wrapper {
  background: transparent;
  padding-bottom: 10px;
  padding: 0 15px 10px 15px;
}
#filters .toggle-filters {
  margin-top: 16px;
  display: block;
}
#filters .filter-section {
  border: none;
}
#filters .ui-slider .ui-slider-range {
  background: #cdcdcd;
}
#filters #clear-filters a {
  margin-top: 15px;
}
#filters .slider-wrapper {
  padding-bottom: 0;
  max-width: 100%;
}
#filters .slider-wrapper > h4 {
  font-size: 1.1em;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 25px !important;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0.5px;
  background: transparent;
  padding: 20px 0px;
  border-bottom: none;
}
#filters .slider-wrapper > h4:after {
  display: none;
}
#filters #clear-filters a {
  margin-bottom: 20px !important;
  display: inline-block;
}
#filters .slider-content {
  margin-bottom: 0;
}
#filters h4 {
  font-size: 1em !important;
  color: #000;
  margin-bottom: 0 !important;
  margin-top: 2px !important;
  text-transform: none;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
  background: #f5f5f5;
  padding: 10px 15px !important;
  position: relative;
  cursor: pointer;
  border-bottom: none;
}
#filters h4:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 50px;
  content: '';
  background-color: transparent !important;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/chevron-down.svg);
  background-size: 16px;
  transform-origin: center;
  transform: rotate(-180deg);
  background-repeat: no-repeat;
  background-position: center;
}
#filters .filter-section.rolled h4:after {
  transform: rotate(0);
}
#filters .filter-section.rolled h4 + form,
#filters .filter-section.rolled h4 + .slider-header,
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  max-height: 200px;
  padding: 0 15px 15px 15px;
  overflow: visible;
}
#filters .filter-section.rolled h4 + form {
  overflow: hidden;
  padding-bottom: 0;
  max-height: 0;
  margin-bottom: 0;
}
#filters .filter-section.rolled h4 + .slider-header + .slider-content {
  padding: 0 28px 35px 24px !important;
}
#filters .filter-total-count {
  display: none;
}
#filters .filter-section-count {
  padding: 0 !important;
}
#filters #price-filter-form {
  padding: 0 !important;
}
#filters form,
#filters .param-filter-top {
  padding: 15px;
  padding-top: 0;
  background: #f5f5f5;
  border-radius: 0;
}
#filters form form,
#filters .param-filter-top form {
  padding: 0;
}
#filters .param-filter-top {
  padding-top: 15px;
}
#filters .filter-sections {
  background: transparent;
  padding: 0;
}
#filters .filter-sections #manufacturer-filter {
  display: none;
}
#filters .filter-sections #category-filter-hover {
  display: block;
}
@media only screen and (min-width: 768px) {
  #filters .filter-sections .toggle-filters {
    display: none;
  }
}
#filters .filter-sections form fieldset label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-right: 0;
}
#filters .filter-sections form fieldset label .filter-count {
  background: transparent;
}
#filters .filter-sections form fieldset > div {
  margin: 7px 0;
}
#filters .filter-sections h4 {
  margin-bottom: 7px;
  margin-top: 0px;
}
#filters input[type="checkbox"] + label,
#filters input[type="radio"] + label {
  padding-left: 30px;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  width: 18px;
  height: 18px;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  left: 4px;
}
#filters .ui-slider-horizontal .ui-slider-handle {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background: #87AED3;
}
#filters input[type="checkbox"] + label::before,
#filters input[type="radio"] + label::before {
  border-color: #000;
}
#filters input[type="checkbox"]:checked + label::after,
#filters input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 4px;
  border: none;
  background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
  background-position: center !important;
}
#filters input[type="checkbox"]:checked + label::before,
#filters input[type="radio"]:checked + label::before {
  border-color: #87AED3;
  background: #87AED3;
}
.filters-wrapper > h4 {
  margin-bottom: -10px !important;
}
.box.box-sm.box-filters {
  border: none !important;
  padding: 0 !important;
}
#category-filter-hover .filter-section:first-child {
  border: none !important;
}
.banner-wrapper.footer-banners {
  background: #fff;
  padding: 0;
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  margin: 0;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners {
    margin-bottom: 15px !important;
    width: 100%;
    left: 0;
    padding: 0 0 !important;
    transform: none;
    margin: 35px 0 20px 0 !important;
    background: transparent;
  }
}
.banner-wrapper.footer-banners:before {
  content: 'People wearing Bohempia shoes';
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  color: #000;
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: var(--template-font), sans-serif;
  margin-bottom: 48px;
}
@media only screen and (max-width: 480px) {
  .banner-wrapper.footer-banners:before {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.banner-wrapper.footer-banners .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .slick-dots {
    margin-top: -5px !important;
  }
}
.banner-wrapper.footer-banners .slick-dots,
.banner-wrapper.footer-banners .glider-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .banner-wrapper.footer-banners .slick-dots,
  .banner-wrapper.footer-banners .glider-dots {
    margin-top: -15px;
  }
}
.banner-wrapper.footer-banners .slick-dots button,
.banner-wrapper.footer-banners .glider-dots button {
  font-size: 0;
  width: 5px;
  max-width: 10px;
  padding: 0;
  height: 5px;
  margin: 0 4px;
  background: #CDCDCD;
  border-radius: 20px;
  border: none;
}
.banner-wrapper.footer-banners .slick-dots button.active,
.banner-wrapper.footer-banners .glider-dots button.active {
  background: #000;
}
.banner-wrapper.footer-banners .slick-arrow {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg?v10);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 10px;
  box-shadow: none;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .slick-arrow {
    display: none !important;
  }
}
.banner-wrapper.footer-banners .slick-arrow.slick-disabled,
.banner-wrapper.footer-banners .slick-arrow.disabled {
  border-color: #ccc !important;
  opacity: 0.2 !important;
}
.banner-wrapper.footer-banners .slick-arrow:hover {
  background-color: #f2f2f2;
  opacity: 0.4;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .slick-arrow {
    margin-left: 150px;
    top: -38px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-wrapper.footer-banners .slick-arrow {
    margin-left: 135px;
    top: -38px;
  }
}
.banner-wrapper.footer-banners.carousel + .browse-p {
  display: none !important;
}
.banner-wrapper.footer-banners.products-block.slick-slider,
.banner-wrapper.footer-banners .news-wrapper {
  padding: 0;
}
.banner-wrapper.footer-banners .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg?v10);
  background-size: 26px;
  left: unset;
  margin: 0;
  right: 38px;
  /*@media @tablet-port {
      margin-left: -150px;
    }

    @media @mobile-land {
      margin-left: -135px;
    }*/
  /*@media @tablet-land {
      right: inherit;
      left: 0px;
      top: -25px;
    }*/
}
.banner-wrapper.footer-banners .slick-next {
  /*@media @tablet-land {
      right: 0;
      left: inherit;
      top: -33px;
    }*/
  right: -10px;
  margin: 0;
  left: unset;
}
.banner-wrapper.footer-banners .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.banner-wrapper.footer-banners li {
  padding: 0;
}
.banner-wrapper.footer-banners li.slick-active button {
  background: #000;
}
.banner-wrapper.footer-banners .footer-banner {
  -ms-flex: inherit;
      flex: inherit;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 6px;
  /*img {
      max-width: 110px;
      max-height: 60px;
      width: auto;
      height: auto;
    }

    > img {
      height: auto;
      width: auto;
      max-width: 180px;
    }*/
}
@media only screen and (max-width: 480px) {
  .banner-wrapper.footer-banners .footer-banner {
    left: 50px;
    position: relative;
  }
}
.banner-wrapper.footer-banners .footer-banner img {
  opacity: 1 !important;
}
.banner-wrapper.footer-banners .footer-banner > a {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-wrapper.footer-banners .footer-banner > a img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .banner-wrapper.footer-banners .footer-banner > a img {
    max-width: 1150px;
    width: 100%;
    left: 80px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    margin: 0;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
  color: #000;
  left: 0;
  border-radius: 0;
  padding: 15px 45px 15px 0 !important;
  bottom: initial;
  background: transparent;
  border-radius: 20px;
  text-align: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1500px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    right: 50px;
  }
}
@media (max-width: 1320px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    right: 30px;
    padding: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts {
    height: auto;
    width: auto;
    position: relative;
    transform: none;
    text-align: left;
    margin-top: 0;
    -ms-flex-align: start;
        align-items: flex-start;
    left: 0px;
    border-radius: 0;
    box-shadow: none;
    right: 0px;
    width: 100%;
    max-width: 100%;
    padding: 30px 35px 0px 35px !important;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text,
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  color: #000;
  background: transparent;
  border: none;
  box-shadow: none;
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  font-weight: 400 !important;
  font-size: 1em;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  color: #000;
  position: relative;
  box-shadow: none;
  max-width: 100%;
  line-height: 1.05em;
  padding: 0;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 0.9em;
    margin-top: 10px;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  font-size: 2.7em;
  line-height: 1.8em;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 400 !important;
  color: #000;
  max-width: 260px;
  position: relative;
  box-shadow: none;
  display: block;
  padding: 0;
  line-height: 1;
  margin-top: 24px;
  /*&:first-line {
          font-weight: 700;
        }*/
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text strong {
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media only screen and (max-width: 767px) {
  .banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    margin-bottom: 0;
    text-align: left;
  }
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  background: transparent;
  border-radius: 0;
  font-weight: 300;
  position: relative;
  text-transform: none;
  font-size: 1.3em;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
  margin-top: 20px;
  display: inline-block;
  height: auto;
}
.banner-wrapper.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  background: transparent;
  border-color: transparent;
}
.banner-wrapper.footer-banners .footer-banner a img {
  transition: 0.3s;
}
.banner-wrapper.footer-banners .footer-banner a:hover img {
  opacity: 1;
}
.banner-wrapper.footer-banners .slick-list {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.banner-wrapper.footer-banners .slick-list a {
  text-align: center;
  display: block;
}
.banner-wrapper.footer-banners .slick-list a img {
  display: inline;
  transition: 0.3s;
}
.banner-wrapper.footer-banners .slick-list a:hover img {
  filter: none;
  transform: none;
}
@media only screen and (max-width: 1200px) {
  .banner-wrapper.footer-banners .slick-list a {
    padding: 0;
  }
}
.type-detail .detail-parameters .custom-variants-list select {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 12px);
  margin: 0 -6px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants {
    width: calc(100% + 6px);
    margin: 0 -3px;
  }
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin-right: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95em;
  min-width: 47px;
  width: calc(16.666% - 12px);
  margin: 0 6px 12px 6px;
  height: 47px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
    width: calc(16.666% - 6px);
    margin: 0 3px 6px;
  }
}
@media (max-width: 372px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variant {
    width: calc(25% - 6px);
  }
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant[data-index="0"] {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant:hover {
  background-color: #fafafa;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.active {
  border: 1px solid #21221F;
  background: #21221F;
  color: #fff !important;
  font-weight: 500;
  /* &:after {
              width: 24px;
              height: 24px;
              content: '';
              position: absolute;
              right: -10px;
              top: -10px;
              background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/var-check.svg);
              background-size: 24px;
              background-repeat: no-repeat;
              background-position: center;
            }*/
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.unavailable {
  border: 1px solid #ccc;
  color: #ccc;
  cursor: not-allowed;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variant.unavailable.active {
  border: 1px solid #ccc;
  background: #ccc;
  color: #fff !important;
  font-weight: 500;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variants-title {
  width: 100%;
  padding-left: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 8px;
  margin-top: 15px;
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-parameters .custom-variants-list .custom-variants .variants-title {
    padding-left: 3px;
  }
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variants-title:first-child {
  margin-top: 0;
}
.type-detail .detail-parameters .custom-variants-list .custom-variants .variants-title:last-child {
  display: none;
}
.type-detail .detail-parameters .custom-variants-list.reg-wide .custom-variants .variant {
  width: calc(50% - 12px);
  margin: 0 6px;
  height: 47px;
}
.type-detail .detail-parameters .custom-variants-list.reg-wide .custom-variants .variant.unavailable {
  border: 1px solid #dddddd;
  color: #dddddd;
  cursor: not-allowed;
}
.type-detail .detail-parameters .custom-variants-list.reg-wide .custom-variants .variant.unavailable.active {
  border: 1px solid #dddddd;
  background: #21221f;
  color: #fff !important;
  font-weight: 500;
}
@media only screen and (max-width: 480px) {
  .type-detail .detail-parameters .custom-variants-list.reg-wide .custom-variants .variant {
    width: calc(50% - 6px);
    margin: 0 3px;
  }
}
.fixed-cart-line {
  position: fixed;
  top: 0px;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 0;
  border-bottom: 1px solid #EDEDED;
  display: none;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line {
    top: initial;
    bottom: 0;
    border-bottom: none;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    width: 100%;
  }
}
.fixed-cart-line .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  /*max-width: calc(~'100% - 68px') !important;*/
}
.fixed-cart-line .fcl-desc {
  width: 100%;
}
.fixed-cart-line .fcl-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-left {
    width: calc(100% - 175px);
  }
}
.fixed-cart-line .fcl-price .p-final-price-wrapper {
  border: none;
  margin: 0;
}
.fixed-cart-line .fcl-image {
  width: 80px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-image {
    display: none;
  }
}
.fixed-cart-line .fcl-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.fixed-cart-line .fcl-title {
  font-size: 1em;
  font-weight: 600;
  /*@media @mobile-land {
      position: absolute;
      left: 15px;
      top: 2px;
      font-size: 0.9em;
      width: calc(~'100% - 172px');
    }*/
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .fcl-title {
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.fixed-cart-line .p-final-price-wrapper .price-standard,
.fixed-cart-line .p-final-price-wrapper .price-save {
  display: none;
}
.fixed-cart-line .p-final-price-wrapper strong {
  font-weight: 400;
  font-size: 1.1em;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .p-final-price-wrapper strong {
    font-size: 1em;
  }
}
.fixed-cart-line .fcl-form {
  /*@media @mobile-land {
      width: 100%;
    }*/
}
.fixed-cart-line .fcl-form .quantity {
  display: none !important;
}
.fixed-cart-line .fcl-form .btn {
  height: 45px;
  padding: 0 15px;
  border: none;
  font-weight: 600;
  border-radius: 5px !important;
  font-size: 1.1em;
  color: #fff;
  margin-top: 0;
  letter-spacing: .2px;
  text-transform: none;
  background: #87AED3;
  box-shadow: 0px 8px 16px rgba(30, 30, 28, 0.16);
  cursor: pointer;
  transition: 0.3s;
}
.fixed-cart-line .fcl-form .btn:hover {
  background: #87AED3;
  opacity: 0.7;
}
.fixed-cart-line .price-measure {
  display: none;
}
.fixed-cart-line .add-to-cart {
  border: none;
  padding: 0;
}
.fixed-cart-line .price-line {
  margin: 0;
  padding: 0 !important;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 300px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line {
    min-width: 266px;
  }
}
@media only screen and (max-width: 480px) {
  .fixed-cart-line .price-line {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.fixed-cart-line .price-line .p-final-price-wrapper > span {
  display: none;
}
.fixed-cart-line .price-line .p-final-price-wrapper .price-final {
  display: block;
}
.fixed-cart-line .price-line .price-additional {
  display: none;
}
.fixed-cart-line .price-line .pr-list-unit {
  font-size: 0.8em;
  opacity: 0.6;
}
.fixed-cart-line .price-line .availability-value {
  display: none;
}
.fixed-cart-line .price-line .price-final {
  font-size: 1em;
  font-weight: 400;
  /*@media @mobile-land {
        position: absolute;
        left: 15px;
        bottom: 1px;
      }*/
}
.fixed-cart-line .price-line .add-to-cart {
  display: -ms-flexbox;
  display: flex;
}
.fixed-cart-line .price-line .add-to-cart .quantity {
  margin: 0 20px;
  display: none;
}
.fixed-cart-line .price-line .add-to-cart .btn,
.fixed-cart-line .price-line .add-to-cart button {
  border: none;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  margin-left: 30px;
  color: #fff;
  background: #87AED3;
}
@media only screen and (max-width: 767px) {
  .fixed-cart-line .price-line .add-to-cart .btn,
  .fixed-cart-line .price-line .add-to-cart button {
    padding: 0 15px;
    margin-left: 15px;
  }
}
.fixed-cart-line .price-line .add-to-cart .btn:hover,
.fixed-cart-line .price-line .add-to-cart button:hover {
  background: #87AED3;
}
@media only screen and (min-width: 768px) {
  .scrolled-up .fixed-cart-line {
    top: -100px;
  }
}
/*
.multiple-columns-body {
  .fixed-cart-line {
    @media @tablet-min {
      width: calc(~'100% - 280px');
    }
  }
}*/
.languagesMenu {
  position: absolute;
  right: 180px;
  top: 48px;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  color: #000;
  width: 30px;
  padding-left: 6px;
  padding-top: 4px;
  height: 30px;
}
@media only screen and (max-width: 1200px) {
  .languagesMenu {
    right: 167px;
  }
}
.languagesMenu.moved {
  right: 200px;
}
@media only screen and (max-width: 767px) {
  .languagesMenu.moved {
    right: 155px !important;
  }
}
@media only screen and (max-width: 767px) {
  .languagesMenu {
    top: 14px;
    right: 136px;
    display: none !important;
  }
}
.languagesMenu #topNavigationDropdown {
  height: 34px;
  background: transparent;
  border: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
  margin-top: -1px;
}
.languagesMenu #topNavigationDropdown .shp-flag {
  margin-right: 5px;
  border-radius: 6px;
  overflow: hidden;
  height: 17px;
}
.languagesMenu #topNavigationDropdown .shp-flag use {
  transform: scale(1.4) translateX(-3px);
  transform-origin: left center;
}
.languagesMenu #topNavigationDropdown:focus {
  outline: none;
  border: none;
}
.languagesMenu #topNavigationDropdown .caret {
  font-size: 0;
  color: transparent;
  border: none;
  margin: 3px 0 0 -3px;
  padding-left: 10px;
}
.languagesMenu #topNavigationDropdown .caret:before {
  display: inline-block;
  speak: none;
  vertical-align: middle;
  font-family: 'shoptet' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0;
  text-transform: none;
  color: #000;
  margin-left: 8px;
  font-size: 10px;
  text-decoration: none;
  content: '\e90e';
  margin-left: -6px;
}
@media only screen and (max-width: 767px) {
  .languagesMenu #topNavigationDropdown .caret:before {
    font-size: 8px;
    margin-left: 4px;
  }
}
.languagesMenu .languagesMenu__content {
  position: absolute;
  -ms-flex-direction: column;
  background: #fff;
  padding: 0;
  top: 35px;
  border: 1px solid #c4c4c4;
  width: 128px;
  -ms-flex: 1;
  flex: 1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  display: none;
}
.languagesMenu .languagesMenu__content .languagesMenu__box {
  border-right: 1px solid #f2f2f2;
  display: block;
  width: 50%;
  -ms-flex: 1;
      flex: 1;
}
.languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header {
  position: relative;
  display: block;
}
.languagesMenu .languagesMenu__content .languagesMenu__box[data-target="currency"] .languagesMenu__header:after {
  height: 100%;
  width: 1px;
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  background: #ccc;
}
.languagesMenu .languagesMenu__content .languagesMenu__header {
  padding: 6px 9px;
  font-weight: 600;
  background: #f2f2f2;
  text-align: center;
  font-size: 0.9em;
  border-bottom: none;
  border-bottom: 1px solid #ccc;
  display: block;
  line-height: 1.2em;
  margin: 0;
}
.languagesMenu .languagesMenu__content .languagesMenu__header + .languagesMenu__header {
  display: none !important;
}
.languagesMenu .languagesMenu__content .languagesMenu__header[data-toggle="dropdown"] {
  display: none;
}
.languagesMenu .languagesMenu__content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
  position: relative;
  min-width: inherit;
}
.languagesMenu .languagesMenu__content ul li a {
  padding: 4px 10px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 39px;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
}
.languagesMenu .languagesMenu__content ul li a:before {
  display: none;
}
.languagesMenu .languagesMenu__content ul li a span {
  display: none;
}
.languagesMenu .languagesMenu__content ul li a img,
.languagesMenu .languagesMenu__content ul li a svg {
  margin-right: 0;
}
.languagesMenu .languagesMenu__content ul li a:hover {
  background: #f2f2f2;
}
.languagesMenu:hover .languagesMenu__content {
  display: -ms-flexbox;
  display: flex;
}
.languagesMenu .dropdown-backdrop {
  display: none !important;
}
body,
.external-fonts-loaded .vote-name,
.blank-mode .vote-name {
  font-family: 'Poppins', sans-serif !important;
}
.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name,
.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: 'Poppins', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
}
h1,
.h1,
.external-fonts-loaded .h1 {
  font-family: 'Poppins', cursive !important;
}
body {
  color: #000;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.type-index {
  background: #fff;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px !important;
  }
  .row {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 768px) {
  body.fixed-menu:not(.ordering-process) {
    padding-top: 176px;
  }
  body.fixed-menu:not(.ordering-process) .site-msg.information,
  body.fixed-menu:not(.ordering-process) .admin-bar {
    z-index: -1;
  }
  body.fixed-menu:not(.ordering-process) #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
  body.fixed-menu:not(.ordering-process) #header .site-name {
    top: 23px;
  }
  body.fixed-menu:not(.ordering-process) #header .site-name a:after {
    max-height: 0;
  }
  body.fixed-menu:not(.ordering-process) .top-navigation-bar {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 992px) {
  body.fixed-menu:not(.ordering-process) .popup-widget.cart-widget {
    position: fixed;
    right: calc(50% - 697px);
    top: 78px;
  }
  body.fixed-menu:not(.ordering-process) .popup-widget.login-widget {
    position: fixed;
    right: calc(50% - 678px);
    top: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1420px) {
  body.fixed-menu:not(.ordering-process) .popup-widget.cart-widget {
    right: 4px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body.fixed-menu:not(.ordering-process) .popup-widget.cart-widget:before {
    right: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1500px) {
  body.fixed-menu:not(.ordering-process) .popup-widget.login-widget {
    right: 63px;
  }
}
.sidebar {
  background-color: transparent;
  width: 312px;
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  .sidebar {
    width: 250px;
  }
}
.sidebar .sidebar-inner {
  padding: 0;
  background: transparent;
  border: none;
  box-sizing: border-box;
  border-radius: 8px;
  /*.topic + ul.active {
      padding-bottom: 10px;
      a {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
      }
    }*/
}
.sidebar .sidebar-inner .categories .topic.active > a {
  background: transparent;
  color: #000;
  text-decoration: underline;
}
.sidebar .sidebar-inner .categories li.active > a {
  background: transparent;
  text-decoration: underline;
  color: #000;
}
.sidebar .sidebar-inner #categories .categories {
  margin: 0;
}
.sidebar .sidebar-inner #categories .categories a {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger {
  position: absolute;
  right: 12px;
  left: inherit;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.sidebar .sidebar-inner #categories .categories a .cat-trigger:before {
  width: 12px;
  height: 12px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
  background-position: center;
  background-size: 12px;
  background-repeat: no-repeat;
  opacity: 0.2;
  content: '';
}
.sidebar .sidebar-inner #categories .categories .topic > a {
  border-top: 1px solid #f5f5f5;
  padding-left: 45px;
  position: relative;
  font-weight: 500;
  color: #000;
  display: none;
}
.sidebar .sidebar-inner #categories .categories .topic > a:before {
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/leaf.svg?v2);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.sidebar .sidebar-inner .categories > ul {
  padding-bottom: 0 !important;
}
.sidebar .sidebar-inner .categories > ul > li > a {
  border-top: 1px solid #f5f5f5;
  padding-left: 49px;
  position: relative;
  font-weight: 500;
  color: #000;
}
.sidebar .sidebar-inner .categories > ul > li > a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner .categories > ul > li > a:before {
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/leaf.svg?v2);
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sidebar .sidebar-inner .categories > ul > li ul {
  padding-bottom: 10px;
}
.sidebar .sidebar-inner .categories > ul > li ul li a {
  padding-left: 60px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  font-size: 0.9em;
}
.sidebar .sidebar-inner .categories > ul > li ul li a:hover {
  text-decoration: underline !important;
}
.sidebar .sidebar-inner > div h4 {
  font-size: 1.1em;
  margin-bottom: 15px !important;
  padding-bottom: 0;
  font-weight: 700;
  margin-top: 0 !important;
  border-bottom: none;
  color: #000;
  text-transform: none;
}
.sidebar .sidebar-inner #categories {
  background: #fff;
  border-radius: 10px;
}
.sidebar .box-filters {
  padding: 0 !important;
}
.siteCookies__form,
.siteCookies--bottom.siteCookies--scrolled {
  background: #21221F;
}
.btn.btn-default,
a.btn.btn-default {
  border-radius: 5px;
  text-transform: none;
  font-weight: 500;
}
.overall-wrapper {
  overflow: hidden;
}
#cboxContent {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1360px;
    padding: 0;
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .popup-widget.cart-widget {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .admin-logged .popup-widget.cart-widget {
    top: 95px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 105px;
  }
  .popup-widget.cart-widget {
    top: 78px;
  }
  .popup-widget.login-widget {
    top: 45px;
  }
  .popup-widget.login-widget .popup-widget-inner {
    border-radius: 10px;
    overflow: hidden;
  }
}
.in-registracia h1,
.in-login h1,
.in-zabudnute-heslo h1 {
  text-align: center !important;
}
.in-login .content-inner {
  margin: 0 auto;
}
form .btn {
  border-radius: 5px;
  text-transform: none;
}
form .btn:hover {
  opacity: 0.8;
}
.in-zabudnute-heslo aside {
  display: none;
}
@media only screen and (max-width: 767px) {
  .in-zabudnute-heslo.customer-page form.csrf-enabled input:not(.btn),
  .in-zabudnute-heslo.customer-page form.csrf-enabled select {
    width: 100%;
  }
}
.in-zabudnute-heslo .login-wrapper {
  text-align: center;
}
.in-zabudnute-heslo .content-inner form {
  margin-bottom: 40px;
}
.in-zabudnute-heslo .content-inner form fieldset h2 {
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-top: 5px;
  color: #000;
}
#register-form,
#formLogin,
.csrf-enabled {
  /*#additionalInformation + .co-registration{
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
  }*/
}
#register-form .co-box,
#formLogin .co-box,
.csrf-enabled .co-box,
#register-form fieldset,
#formLogin fieldset,
.csrf-enabled fieldset {
  max-width: 650px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  padding: 14px 20px 30px;
  border: none;
  margin: 20px auto 0 auto;
}
#register-form .co-box h4,
#formLogin .co-box h4,
.csrf-enabled .co-box h4,
#register-form fieldset h4,
#formLogin fieldset h4,
.csrf-enabled fieldset h4 {
  color: #000;
  font-weight: 600;
  font-size: 1.1em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
  margin-bottom: 22px;
  margin-top: 0;
}
#register-form .co-box.co-registration input,
#formLogin .co-box.co-registration input,
.csrf-enabled .co-box.co-registration input,
#register-form fieldset.co-registration input,
#formLogin fieldset.co-registration input,
.csrf-enabled fieldset.co-registration input {
  width: calc(100% - 176px);
  background: #fbfbfb;
  border: none;
  height: 42px;
  border: 1px solid #e1e1e1;
}
@media only screen and (max-width: 480px) {
  #register-form .co-box.co-registration input,
  #formLogin .co-box.co-registration input,
  .csrf-enabled .co-box.co-registration input,
  #register-form fieldset.co-registration input,
  #formLogin fieldset.co-registration input,
  .csrf-enabled fieldset.co-registration input {
    width: 100%;
  }
}
#register-form .co-box > fieldset,
#formLogin .co-box > fieldset,
.csrf-enabled .co-box > fieldset {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
#register-form fieldset > h4,
#formLogin fieldset > h4,
.csrf-enabled fieldset > h4 {
  margin-top: 32px;
  color: #000;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 9px;
}
#register-form .stay-in-touch,
#formLogin .stay-in-touch,
.csrf-enabled .stay-in-touch {
  margin-top: 15px;
}
#register-form fieldset .btn-login.btn,
#formLogin fieldset .btn-login.btn,
.csrf-enabled fieldset .btn-login.btn {
  height: 46px;
  border-radius: 5px;
  background: #87AED3;
  border-color: #87AED3;
  color: #fff;
  text-transform: none;
  font-size: 1em;
  margin-top: 15px;
  padding: 0 30px;
}
#register-form fieldset .btn-login.btn:hover,
#formLogin fieldset .btn-login.btn:hover,
.csrf-enabled fieldset .btn-login.btn:hover {
  opacity: 0.8;
}
.customer-page h1 {
  font-weight: 600;
  color: #000;
}
.customer-page .client-center-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 !important;
}
.customer-page .client-center-box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.customer-page .client-center-box .logout {
  margin: 0;
  -ms-flex-order: -1;
      order: -1;
}
.customer-page .client-center-box .logout .btn {
  background: #87AED3;
  color: #fff;
}
.customer-page .client-center-box .logout .btn:hover {
  opacity: 0.8;
}
.customer-page .client-center-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.customer-page .client-center-box ul a {
  padding: 10px 15px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  color: #000;
}
.customer-page .client-center-box ul a:hover {
  color: #87AED3;
}
.customer-page .client-center-box ul li:last-child a {
  border: none;
}
.customer-page table {
  background: #fff;
  border-radius: 5px;
  -o-object-fit: inherit;
     object-fit: inherit;
  border: none;
  border-collapse: collapse;
  overflow: hidden;
}
.customer-page table tr td,
.customer-page table tr th {
  border: none !important;
  padding: 10px 15px !important;
}
.customer-page table tr:nth-child(even) {
  background: #fbfbfb;
}
.customer-page .submit-wrapper input[type="submit"] {
  background: green;
  border-radius: 10px;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
  width: initial !important;
  height: auto;
}
.customer-page .submit-wrapper input[type="submit"]:hover {
  opacity: 0.8;
}
.customer-page form.csrf-enabled h4 {
  margin-top: 5px;
  padding-bottom: 18px;
}
.customer-page form.csrf-enabled input:not(.btn),
.customer-page form.csrf-enabled select {
  width: calc(100% - 176px);
  background-color: #fbfbfb;
  border: none;
  height: 42px;
  border: 1px solid #e1e1e1;
}
.customer-page .btn {
  border-radius: 5px;
  text-transform: none;
}
.customer-page .btn:hover {
  opacity: 0.8;
}
.login-wrapper .btn {
  float: none;
}
#register-form .co-registration.box-bg-transparent {
  display: none;
}
.popup-widget.login-widget .popup-widget-inner h2 {
  color: #000;
  font-weight: 500;
  font-size: 1.3em;
}
.popup-widget.login-widget .popup-widget-inner .form-group {
  margin-bottom: 10px;
}
.popup-widget.login-widget .popup-widget-inner .form-group input {
  height: 40px;
  font-size: 0.9em;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0;
  padding-bottom: 5px;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper button {
  border-radius: 5px;
  background: #21221F;
  border-color: #21221F;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  height: 42px;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper button:hover {
  background: #40423D;
  border-color: #40423D;
  color: #fff;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a + a {
  padding: 0;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a {
  font-size: 0.9em;
  color: #000;
}
.popup-widget.login-widget .popup-widget-inner .login-wrapper .password-helper a:hover {
  text-decoration: underline;
}
#formLogin {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  padding-bottom: 5px;
  padding-top: 25px;
  margin: 0 auto;
}
#formLogin .form-group {
  margin-bottom: 10px;
}
#formLogin .form-group input {
  height: 40px;
  font-size: 0.9em;
}
#formLogin .login-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-top: 0;
  padding-bottom: 5px;
}
#formLogin .login-wrapper button {
  border-radius: 5px;
  background: #87AED3;
  color: #fff;
  text-transform: none;
  transition: 0.3s;
  height: 42px;
}
#formLogin .login-wrapper button:hover {
  opacity: 0.8;
}
#formLogin .login-wrapper .password-helper {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#formLogin .login-wrapper .password-helper a + a {
  padding: 0;
}
#formLogin .login-wrapper .password-helper a {
  font-size: 0.9em;
  color: #000;
}
#formLogin .login-wrapper .password-helper a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 992px) {
  .popup-widget {
    top: 119px !important;
    margin-top: 0 !important;
  }
}
.ordering-process #content {
  margin-top: 0px;
}
.ordering-process .podpis {
  display: none;
}
.ordering-process #header .site-name {
  display: block;
}
.site-msg-custom.step-1 td {
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  .type-index .products-block {
    padding-bottom: 0px !important;
  }
}
.type-index .latest-contribution-wrapper {
  margin-top: 15px;
  position: relative;
  margin-bottom: 0 !important;
}
.type-index .latest-contribution-box {
  display: block;
  margin-top: 10px;
}
.type-index .latest-contribution-box .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.type-index .latest-contribution-box .slick-arrow {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 350px;
  content: "";
  background-color: transparent;
  outline: none;
  border: none;
  color: rgba(45, 50, 57, 0);
  width: 40px;
  height: 40px;
  border-radius: 0;
  overflow: hidden;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg?v10);
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  border-radius: 10px;
  box-shadow: none;
  z-index: 1;
  transition: 0.3s;
}
.type-index .latest-contribution-box .slick-arrow.slick-disabled,
.type-index .latest-contribution-box .slick-arrow.disabled {
  border-color: #ccc !important;
  opacity: 0.2 !important;
}
.type-index .latest-contribution-box .slick-arrow:hover {
  background-color: #f2f2f2;
  opacity: 0.4;
  border: none !important;
}
@media only screen and (max-width: 480px) {
  .type-index .latest-contribution-box .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    background-size: 36px !important;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .slick-dots {
    margin-top: 12px !important;
  }
}
.type-index .latest-contribution-box .slick-prev {
  left: 50%;
  transform: translateX(-50%);
  margin-left: -350px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg?v10);
  background-size: 26px;
  left: unset;
  margin: 0;
  right: 38px;
  /*@media @tablet-port {
        margin-left: -150px;
      }

      @media @mobile-land {
        margin-left: -135px;
      }*/
  /*@media @tablet-land {
        right: inherit;
        left: 0px;
        top: -25px;
      }*/
}
@media only screen and (max-width: 480px) {
  .type-index .latest-contribution-box .slick-prev {
    right: unset !important;
    left: -5px !important;
    transform: translateY(-50%);
  }
}
.type-index .latest-contribution-box .slick-next {
  /*@media @tablet-land {
        right: 0;
        left: inherit;
        top: -33px;
      }*/
  right: -10px;
  margin: 0;
  left: unset;
}
@media only screen and (max-width: 480px) {
  .type-index .latest-contribution-box .slick-next {
    right: -5px !important;
  }
}
.type-index .latest-contribution-box .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.type-index .latest-contribution-box .slick-dots,
.type-index .latest-contribution-box .glider-dots {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  list-style: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  margin-top: 35px;
}
@media only screen and (max-width: 480px) {
  .type-index .latest-contribution-box .slick-dots,
  .type-index .latest-contribution-box .glider-dots {
    margin-top: 0;
  }
}
.type-index .latest-contribution-box .slick-dots button,
.type-index .latest-contribution-box .glider-dots button {
  font-size: 0;
  width: 5px;
  max-width: 10px;
  padding: 0;
  height: 5px;
  margin: 0 4px;
  background: #CDCDCD;
  border-radius: 20px;
  border: none;
}
.type-index .latest-contribution-box .slick-dots button.active,
.type-index .latest-contribution-box .glider-dots button.active {
  background: #000;
}
.type-index .latest-contribution-box .slick-dots li,
.type-index .latest-contribution-box .glider-dots li {
  padding: 0;
}
.type-index .latest-contribution-box .slick-dots li.slick-active button,
.type-index .latest-contribution-box .glider-dots li.slick-active button {
  background: #000;
}
.type-index .latest-contribution-box .latest-contribution-discussion {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 20px;
  margin: 0 -25px;
  width: calc(100% + 50px);
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media only screen and (max-width: 480px) {
  .type-index .latest-contribution-box .latest-contribution-rating {
    padding: 0 25px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating + .latest-contribution-rating {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating h2 {
  width: 100%;
  margin-top: 20px !important;
  text-align: center;
  font-size: 3em !important;
  font-family: 'Crimson Text', serif;
  color: black;
  margin-bottom: 15px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating h2 {
    font-size: 2em !important;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner {
  width: 33.33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #f2f2f2;
  margin: 0 25px;
  padding: 0 15px 15px;
  border-radius: 5px;
  height: unset;
}
@media only screen and (max-width: 992px) {
  .type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner {
    margin: 0 10px;
  }
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-content {
  width: 100%;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-image {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
  height: 60px;
  margin-right: 20px;
  position: relative;
  width: 120px;
  height: 105px;
  -ms-flex: unset;
      flex: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-image img {
  position: relative;
  border-radius: 0;
  max-height: 100%;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-info {
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-info .latest-contribution-date {
  -ms-flex-order: -3;
      order: -3;
  color: #777777;
  font-weight: 600;
  font-size: 1em;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-info .latest-contribution-author {
  -ms-flex-order: -2;
      order: -2;
  margin-top: 3px;
  font-weight: 600;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-info i {
  display: none;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-description {
  color: #000;
  font-size: 0.9em;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .stars {
  width: 115px;
  height: 30px;
  margin: 10px 0;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .stars .star {
  width: 23px;
  height: 23px;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .stars .star:before {
  font-size: 20px;
  color: #777777 !important;
  line-height: 30px;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .stars .star.star-on:before {
  color: #D6743F !important;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-product {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 11px;
  margin-top: 8px;
  color: #000;
  letter-spacing: 0.5px;
}
.type-index .latest-contribution-box .latest-contribution-rating .latest-contribution-inner .latest-contribution-product:hover {
  color: #000;
  text-decoration: underline;
}
.homepage-box.welcome-wrapper {
  border-top: none;
  background-size: cover;
  padding: 0 !important;
  text-align: left;
  font-weight: 400;
  color: #141414;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff !important;
  position: relative;
  border-radius: 10px;
  margin-top: 60px;
  /*&:before {
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #f4ebe4;
    content: '';
    z-index: 0;
  }*/
}
@media only screen and (max-width: 1200px) {
  .homepage-box.welcome-wrapper {
    padding: 50px 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    padding: 15px !important;
    margin-bottom: 0;
    margin-top: 25px;
  }
}
.homepage-box.welcome-wrapper .welcome > div,
.homepage-box.welcome-wrapper .welcome div {
  max-width: unset;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .container {
    padding: 0 !important;
  }
}
.homepage-box.welcome-wrapper .welcome {
  text-align: left;
  background: transparent;
  position: relative;
  z-index: 1;
}
.homepage-box.welcome-wrapper .welcome > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.homepage-box.welcome-wrapper h1 {
  color: #000;
  font-weight: 800;
  font-size: 1.9em;
  letter-spacing: 1.5px;
  width: 100%;
  max-width: 500px;
  margin: 20px auto 25px auto;
  font-family: 'Poppins' !important;
  text-transform: uppercase;
  font-family: var(--template-headings-font), sans-serif !important;
  text-align: center;
  line-height: 1.5em;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper h1 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper h1 {
    font-size: 1.7em;
    max-width: 300px;
    margin-top: 35px;
  }
}
.homepage-box.welcome-wrapper h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  padding-bottom: 13px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper h2 {
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper h2 {
    font-size: 1.6em;
  }
}
.homepage-box.welcome-wrapper h2:after {
  content: '';
  position: absolute;
  left: 0;
  background: #B3C83A;
  bottom: 0;
  width: 75px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.homepage-box.welcome-wrapper p {
  max-width: 660px;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.8em;
  color: #000;
}
.homepage-box.welcome-wrapper p span {
  color: #000 !important;
}
.homepage-box.welcome-wrapper iframe {
  border-radius: 10px;
  overflow: hidden;
}
.homepage-box.welcome-wrapper .left-box {
  width: 40%;
  padding-right: 70px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .left-box {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.homepage-box.welcome-wrapper .right-box {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .right-box {
    display: none;
  }
}
.homepage-box.welcome-wrapper .right-box img {
  width: 100%;
  height: auto;
}
.homepage-box.welcome-wrapper .button {
  margin-top: 5px;
  background: #21221F;
  text-transform: none;
  font-size: 1.1em;
  font-weight: 500;
  color: #fff !important;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  width: 100%;
  max-width: 330px;
  letter-spacing: 1px;
  /*&:after {
      width: 14px;
      height: 13px;
      position: relative;
      content: '';
      display: inline-block;
      margin-left: 7px;
      background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-w.svg);
      background-size: 14px;
      background-repeat: no-repeat;
      background-position: center;
    }*/
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .button {
    font-size: 1.1em;
    font-weight: 700;
    color: #fff !important;
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .button {
    font-size: 0.9em;
    font-weight: 400;
    color: #fff !important;
    padding: 5px 25px;
    margin-top: 5px;
  }
}
.homepage-box.welcome-wrapper .button:hover {
  background: #40423D;
}
.homepage-box.welcome-wrapper .row {
  max-width: unset;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 992px) {
  .homepage-box.welcome-wrapper .row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0;
  }
}
.homepage-box.welcome-wrapper .row .col-md-6:last-child {
  background: #FFFAFA;
  padding: 25px 30px;
  border-radius: 20px;
}
.homepage-box.welcome-wrapper .row .col-sm-4 {
  padding: 0;
}
.homepage-box.welcome-wrapper .row .col-sm-8 {
  background: #FFFAFA;
  padding: 25px 30px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .homepage-box.welcome-wrapper .row .col-sm-8 {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 480px) {
  .homepage-box.welcome-wrapper .row > div > img {
    max-width: 180px;
  }
}
.page-head {
  position: relative;
  margin-top: -120px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-head {
    display: none;
  }
}
.page-head .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.page-head .container h1 {
  color: #313130;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/banner-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 75px 45px 70px 75px;
  min-height: 210px;
  margin-left: -50px;
  font-size: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .page-head .container h1 {
    margin-left: 0;
  }
}
.page-head .bg-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.page-head .bg-image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  top: 50%;
}
@media only screen and (max-width: 1200px) {
  .page-head .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 0;
  }
}
.type-detail .page-head .bg-image,
.ordering-process .page-head .bg-image {
  height: 128px;
}
.type-detail .page-head .bg-image img,
.ordering-process .page-head .bg-image img {
  transform: translateX(-50%);
  margin-top: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fixed-menu-mobile .top-navigation-bar {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  body {
    padding-top: 10px;
  }
  .popup-widget {
    top: 60px !important;
    padding-top: 0 !important;
  }
  body:not(.fixed-menu-mobile) .popup-widget {
    bottom: 30px;
  }
  .banners-row .banner-wrapper {
    text-align: center;
  }
}
.client-center-box {
  padding-bottom: 20px !important;
}
@media (max-width: 380px) {
  /*.top-navigation-bar {
    .dropdown {
      font-size: 0.9em;
      right: 167px;
    }

    .responsive-tools {
      padding-right: 83px;

      a {
        width: 35px;
      }
    }
  }*/
  #header .site-name {
    /*left: 11px;*/
    /* img {
       max-height: 20px !important;
       top: 7px;
       position: relative;
       left: -2px;
     }*/
  }
}
@media (min-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-left: 140px;
  }*/
}
@media (min-width: 1440px) {
  .popup-widget.cart-widget {
    margin-left: 294px;
  }
  .popup-widget.login-widget {
    margin-left: -20px !important;
  }
}
.in-vyhladavanie .search-results-groups h4,
.in-vyhladavanie .search-results h4 {
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
  margin-top: 25px;
  margin-bottom: 15px;
}
.in-vyhladavanie .search-results-groups ul,
.in-vyhladavanie .search-results ul {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.in-vyhladavanie .search-results-groups ul li a,
.in-vyhladavanie .search-results ul li a {
  padding: 6px 15px;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 0px 3px 15px #0000000d;
}
.in-vyhladavanie .search-results-groups ul li a:hover,
.in-vyhladavanie .search-results ul li a:hover {
  color: #87AED3;
  border-color: #87AED3;
}
@media (min-width: 992px) {
  .popup-widget.login-widget {
    margin-top: 20px;
    top: 55px;
    right: 33px;
    left: inherit;
  }
  .popup-widget.cart-widget {
    margin-top: 15px;
    right: -16px;
    left: inherit;
    margin-left: 0;
    border-radius: 10px;
  }
  .popup-widget.cart-widget .popup-widget-inner,
  .popup-widget.cart-widget .cart-widget-button {
    border-radius: 10px;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.login-widget {
    right: 54px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .popup-widget.cart-widget {
    right: 0px;
  }
}
.popup-widget.cart-widget .cart-widget-button {
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  background: #f2f2f2;
  border-radius: 0 0 10px 10px;
  padding-top: 60px;
}
.popup-widget.cart-widget .cart-widget-button #continue-order-button {
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  font-size: 1em;
}
.popup-widget.cart-widget .cart-free-shipping:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  width: var(--bar-percentage);
  height: 5px;
  z-index: 2;
  background-color: #87AED3;
  transition: width 400ms ease-out;
}
.popup-widget.cart-widget .cart-free-shipping {
  font-size: 13.5px;
  color: #000;
  /* background: #f2f2f2;
    position: relative;
    padding-top: 5px;*/
}
.popup-widget.cart-widget .cart-free-shipping strong {
  color: #000;
}
.popup-widget.cart-widget .cart-widget-products {
  overflow: auto;
}
.popup-widget.cart-widget .cart-widget-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 45px;
  border-bottom-color: #efefef;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image {
  margin-right: 15px;
  width: 54px;
  height: 54px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount {
  position: absolute;
  left: 76px;
  bottom: 10px;
  z-index: 1;
  padding: 0;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity {
  padding: 0;
  width: 70px;
  height: 28px;
  margin: 0;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  border: none;
  background: transparent;
  overflow: hidden;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase {
  position: absolute;
  right: 1px;
  left: inherit;
  top: 3px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:before {
  margin-top: 0;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/plus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .increase:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease {
  position: absolute;
  left: 2px;
  right: inherit;
  width: 22px;
  top: 3px;
  height: 22px;
  border: none;
  border-radius: 20px;
  background: transparent !important;
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:before {
  margin-top: 0;
  content: '';
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/minus.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 16px;
  font-weight: 800;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover {
  background: #ccc;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity .decrease:hover:before {
  opacity: 1 !important;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-amount .quantity input {
  width: 70px;
  height: 30px;
  text-align: center;
  font-weight: 500;
  color: #000;
  font-size: 1.2em;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-unit {
  display: none;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name {
  width: calc(100% - 87px);
  padding-bottom: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-name span[data-testid="cartWidgetProductPrice"] {
  display: block;
  min-height: 30px;
  text-align: right;
  padding-top: 6px;
  position: absolute;
  left: 160px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  visibility: visible;
  height: 30px;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button {
  opacity: 0.5;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/trash.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.popup-widget.cart-widget .cart-widget-product .cart-widget-product-delete button:hover {
  opacity: 1;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"] {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 1.2em;
  margin: 0;
  color: #000;
  padding: 30px;
}
.popup-widget.cart-widget .cart-widget-product[data-testid="cartTitle"]:before {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  content: '';
  margin-bottom: 20px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px;
  opacity: 0.3;
}
.user-action .container {
  position: relative;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .top-navigation-bar .top-navigation-menu {
    -ms-flex: 1 1 25% !important;
        flex: 1 1 25% !important;
  }
  #header .navigation-buttons .socials {
    margin-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /*.popup-widget.cart-widget {
    margin-top: 15px;
    margin-left: 148px;
    right: -1px;
    left: initial;
  }*/
  #header .search {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #header .search {
    max-width: 240px;
  }
  #header .header-top {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.categories-banners-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.categories-banners-line .banner-wrapper {
  margin: 0 12px;
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper {
    width: 100%;
    margin-bottom: 35px;
  }
  .categories-banners-line .banner-wrapper:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .categories-banners-line .banner-wrapper .category-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.categories-banners-line .banner-wrapper .category-banner .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 390px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  line-height: 1.8em;
  padding: 0;
  margin: 20px auto 0 auto;
}
.categories-banners-line .banner-wrapper .category-banner .links:nth-line(n + 1) li:first-child::marker {
  display: none;
  visibility: hidden;
  color: transparent;
}
.categories-banners-line .banner-wrapper .category-banner .links a {
  margin: 0 13px;
  color: #141414;
  text-decoration: underline;
  /*&:first-of-type {
            &::marker {
              display: none;
              visibility: hidden;
              color: transparent;
            }
          }*/
}
.categories-banners-line .banner-wrapper .category-banner .links a:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #141414;
  position: absolute;
  left: -16px;
  top: 10px;
  content: '';
  transform: scale(0.8);
}
.categories-banners-line .banner-wrapper .category-banner .links a:hover {
  color: #87AED3;
}
.categories-banners-line .banner-wrapper .category-banner .img-box {
  position: relative;
}
.categories-banners-line .banner-wrapper .category-banner .img-box:after {
  position: absolute;
  border: 1px solid #fff;
  content: '';
  left: 8px;
  top: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
}
.categories-banners-line .banner-wrapper .category-banner .img-box span {
  position: absolute;
  left: 35px;
  bottom: 25px;
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.categories-banners-line .banner-wrapper .category-banner .img-box span:after {
  position: relative;
  width: 22px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  height: 12px;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-long-w.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2px;
}
.logos-banner {
  padding: 30px 0 10px 0;
}
.logos-banner .logos-banner-inner {
  padding: 0 30px;
}
.logos-banner .logos-banner-inner a img {
  transition: 0.3s;
}
.logos-banner .logos-banner-inner a:hover img {
  opacity: 0.4;
}
.logos-banner .logos-banner-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  content: "";
  background-color: transparent;
  outline: none;
  border: 1px solid transparent;
  color: rgba(45, 50, 57, 0);
  width: 25px;
  height: 25px;
  border-radius: 3px;
  overflow: hidden;
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.logos-banner .logos-banner-inner .slick-arrow.slick-disabled {
  border-color: #ccc !important;
  opacity: 0.3;
}
.logos-banner .logos-banner-inner .slick-prev {
  left: 0px;
  transform: translateY(-50%) rotate(-180deg);
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arrow-right-b.svg);
}
.logos-banner .logos-banner-inner .slick-arrow:hover {
  border: 1px solid #bbc2cb;
}
.homepage-box {
  background: transparent !important;
  border: none !important;
  margin: 0;
}
.homepage-box.before-carousel {
  overflow: visible;
}
.homepage-box.before-carousel .container {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}
.next-to-carousel-banners > .banner-wrapper > .small-banner {
  display: none;
}
.homepage-box.before-carousel .container {
  padding-bottom: 30px;
  position: relative;
  /* &:before {
     width: 100%;
     height: calc(~'100% - 450px');
     position: absolute;
     left: 0;
     bottom: 0;
     content: '';
     background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/bohempia/img/banners-bg.png) no-repeat center;
     background-size: cover;
     background-position: center bottom;

     @media (max-width: 1730px) {
       height: calc(~'100% - 300px');
     }
   }*/
}
@media only screen and (max-width: 767px) {
  #carousel .carousel-control:before {
    top: 30px;
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #carousel,
  .middle-banners-wrapper,
  .type-category,
  .body-banners {
    margin-bottom: 0;
    border-radius: 10px;
  }
}
#carousel .carousel-control:before,
.middle-banners-wrapper .carousel-control:before,
.type-category .carousel-control:before,
.body-banners .carousel-control:before {
  background-color: rgba(255, 255, 255, 0.6);
  content: '' !important;
}
#carousel .carousel-control.right:before,
.middle-banners-wrapper .carousel-control.right:before,
.type-category .carousel-control.right:before,
.body-banners .carousel-control.right:before {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-right.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}
#carousel .carousel-control.right:hover:before,
.middle-banners-wrapper .carousel-control.right:hover:before,
.type-category .carousel-control.right:hover:before,
.body-banners .carousel-control.right:hover:before {
  background-color: #FAD400;
}
#carousel .carousel-control.left:before,
.middle-banners-wrapper .carousel-control.left:before,
.type-category .carousel-control.left:before,
.body-banners .carousel-control.left:before {
  background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/car-left.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.9);
}
#carousel .carousel-control.left:hover:before,
.middle-banners-wrapper .carousel-control.left:hover:before,
.type-category .carousel-control.left:hover:before,
.body-banners .carousel-control.left:hover:before {
  background-color: #FAD400;
}
#carousel .item,
.middle-banners-wrapper .item,
.type-category .item,
.body-banners .item,
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  /*> a {
      width: 100%;

      img {
        width: 100%;
      }
    }*/
}
#carousel .item > a,
.middle-banners-wrapper .item > a,
.type-category .item > a,
.body-banners .item > a,
#carousel .banner-wrapper > a,
.middle-banners-wrapper .banner-wrapper > a,
.type-category .banner-wrapper > a,
.body-banners .banner-wrapper > a,
#carousel .banner-category > a,
.middle-banners-wrapper .banner-category > a,
.type-category .banner-category > a,
.body-banners .banner-category > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  #carousel .item > a,
  .middle-banners-wrapper .item > a,
  .type-category .item > a,
  .body-banners .item > a,
  #carousel .banner-wrapper > a,
  .middle-banners-wrapper .banner-wrapper > a,
  .type-category .banner-wrapper > a,
  .body-banners .banner-wrapper > a,
  #carousel .banner-category > a,
  .middle-banners-wrapper .banner-category > a,
  .type-category .banner-category > a,
  .body-banners .banner-category > a {
    -ms-flex-align: center;
        align-items: center;
  }
}
#carousel .item > img,
.middle-banners-wrapper .item > img,
.type-category .item > img,
.body-banners .item > img,
#carousel .banner-wrapper > img,
.middle-banners-wrapper .banner-wrapper > img,
.type-category .banner-wrapper > img,
.body-banners .banner-wrapper > img,
#carousel .banner-category > img,
.middle-banners-wrapper .banner-category > img,
.type-category .banner-category > img,
.body-banners .banner-category > img,
#carousel .item > a > img,
.middle-banners-wrapper .item > a > img,
.type-category .item > a > img,
.body-banners .item > a > img,
#carousel .banner-wrapper > a > img,
.middle-banners-wrapper .banner-wrapper > a > img,
.type-category .banner-wrapper > a > img,
.body-banners .banner-wrapper > a > img,
#carousel .banner-category > a > img,
.middle-banners-wrapper .banner-category > a > img,
.type-category .banner-category > a > img,
.body-banners .banner-category > a > img {
  width: 100% !important;
  height: auto;
  float: right;
}
@media only screen and (max-width: 767px) {
  #carousel .item > img,
  .middle-banners-wrapper .item > img,
  .type-category .item > img,
  .body-banners .item > img,
  #carousel .banner-wrapper > img,
  .middle-banners-wrapper .banner-wrapper > img,
  .type-category .banner-wrapper > img,
  .body-banners .banner-wrapper > img,
  #carousel .banner-category > img,
  .middle-banners-wrapper .banner-category > img,
  .type-category .banner-category > img,
  .body-banners .banner-category > img,
  #carousel .item > a > img,
  .middle-banners-wrapper .item > a > img,
  .type-category .item > a > img,
  .body-banners .item > a > img,
  #carousel .banner-wrapper > a > img,
  .middle-banners-wrapper .banner-wrapper > a > img,
  .type-category .banner-wrapper > a > img,
  .body-banners .banner-wrapper > a > img,
  #carousel .banner-category > a > img,
  .middle-banners-wrapper .banner-category > a > img,
  .type-category .banner-category > a > img,
  .body-banners .banner-category > a > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#carousel .item .extended-banner-texts,
.middle-banners-wrapper .item .extended-banner-texts,
.type-category .item .extended-banner-texts,
.body-banners .item .extended-banner-texts,
#carousel .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts,
.type-category .banner-wrapper .extended-banner-texts,
.body-banners .banner-wrapper .extended-banner-texts,
#carousel .banner-category .extended-banner-texts,
.middle-banners-wrapper .banner-category .extended-banner-texts,
.type-category .banner-category .extended-banner-texts,
.body-banners .banner-category .extended-banner-texts {
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  bottom: inherit;
  text-align: left;
  text-shadow: none;
  border-radius: 0;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 20px 35px;
  box-shadow: none;
  width: 100%;
  /* @media @tablet-port {
        padding: 20px;
        left: 20px !important;
        max-width: calc(~'100% - 40px') !important;
        background: rgba(255, 255, 255, 0.8);
        bottom: 20px;
        top: initial;
        transform: none;
      }*/
}
#carousel .item .extended-banner-texts.empty,
.middle-banners-wrapper .item .extended-banner-texts.empty,
.type-category .item .extended-banner-texts.empty,
.body-banners .item .extended-banner-texts.empty,
#carousel .banner-wrapper .extended-banner-texts.empty,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts.empty,
.type-category .banner-wrapper .extended-banner-texts.empty,
.body-banners .banner-wrapper .extended-banner-texts.empty,
#carousel .banner-category .extended-banner-texts.empty,
.middle-banners-wrapper .banner-category .extended-banner-texts.empty,
.type-category .banner-category .extended-banner-texts.empty,
.body-banners .banner-category .extended-banner-texts.empty {
  display: none;
}
#carousel .item .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
.type-category .item .extended-banner-texts .extended-banner-title,
.body-banners .item .extended-banner-texts .extended-banner-title,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
#carousel .banner-category .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
.type-category .banner-category .extended-banner-texts .extended-banner-title,
.body-banners .banner-category .extended-banner-texts .extended-banner-title {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  padding-left: 0;
  font-size: 1.4em;
  padding-top: 0;
  letter-spacing: 3px;
  line-height: 1.2em;
  font-weight: 300 !important;
  text-transform: none !important;
}
@media only screen and (max-width: 767px) {
  #carousel .item .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .item .extended-banner-texts .extended-banner-title,
  .type-category .item .extended-banner-texts .extended-banner-title,
  .body-banners .item .extended-banner-texts .extended-banner-title,
  #carousel .banner-wrapper .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-title,
  .type-category .banner-wrapper .extended-banner-texts .extended-banner-title,
  .body-banners .banner-wrapper .extended-banner-texts .extended-banner-title,
  #carousel .banner-category .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-title,
  .type-category .banner-category .extended-banner-texts .extended-banner-title,
  .body-banners .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 1.2em;
  }
}
#carousel .item .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-text,
.type-category .item .extended-banner-texts .extended-banner-text,
.body-banners .item .extended-banner-texts .extended-banner-text,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-text,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-text,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text,
#carousel .banner-category .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-text,
.type-category .banner-category .extended-banner-texts .extended-banner-text,
.body-banners .banner-category .extended-banner-texts .extended-banner-text {
  position: relative;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 10px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  max-width: 100%;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.2em;
  margin-top: 0;
}
#carousel .item .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link,
.type-category .item .extended-banner-texts .extended-banner-link,
.body-banners .item .extended-banner-texts .extended-banner-link,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link,
#carousel .banner-category .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link,
.type-category .banner-category .extended-banner-texts .extended-banner-link,
.body-banners .banner-category .extended-banner-texts .extended-banner-link {
  position: relative !important;
  background: transparent;
  box-shadow: none;
  margin-top: 15px;
  padding: 11px 20px;
  color: #313130 !important;
  min-width: 148px;
  text-align: center;
  height: auto;
  border: none;
  letter-spacing: 0.3px;
  border-radius: 5px;
  transition: 0.3s;
  top: initial !important;
  background: #FAD400;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 600;
  /*&:after {
          width: 16px;
          height: 16px;
          position: relative;
          content: '';
          display: inline-block;
          margin-left: 12px;
          background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/arr-right2.svg);
          background-size: 22px;
          background-repeat: no-repeat;
          background-position: center;
          margin-bottom: -4px;
         }*/
}
#carousel .item .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .item .extended-banner-texts .extended-banner-link:hover,
.type-category .item .extended-banner-texts .extended-banner-link:hover,
.body-banners .item .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
#carousel .banner-category .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .banner-category .extended-banner-texts .extended-banner-link:hover,
.type-category .banner-category .extended-banner-texts .extended-banner-link:hover,
.body-banners .banner-category .extended-banner-texts .extended-banner-link:hover {
  background: #87AED3;
  color: #fff !important;
}
#carousel .banner-wrapper,
.middle-banners-wrapper .banner-wrapper,
.type-category .banner-wrapper,
.body-banners .banner-wrapper,
#carousel .banner-category,
.middle-banners-wrapper .banner-category,
.type-category .banner-category,
.body-banners .banner-category {
  display: -ms-flexbox;
  display: flex;
  /* justify-content: flex-end;*/
}
@media only screen and (max-width: 767px) {
  .banners-content.body-banners {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .banners-content.body-banners .banner-wrapper {
    margin: 0 -15px;
  }
  .banners-content.body-banners .banner-wrapper > a > img {
    min-height: 200px;
    border-radius: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banners-content.body-banners .banner-wrapper .extended-banner-texts {
    /*background: transparent;
        padding: 0;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
*/
    /*.extended-banner-title {
          color: #fff;
          text-transform: none !important;
          font-weight: 600 !important;
          font-size: 2.9em;
          max-width: 150px;
          line-height: 1em;
        }

        .extended-banner-text {
          color: #fff;
          font-weight: 300;
          max-width: 125px;
          line-height: 1.1em;
          margin-top: 15px;
        }*/
  }
}
.slick-list {
  width: 100%;
}
.type-category .banner-category .extended-banner-texts {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .type-category .banner-category .extended-banner-texts {
    left: 20px !important;
  }
}
.header-top-msg {
  text-align: center;
  padding: 7px 15px;
  background: #393839;
  color: #fff;
  height: 36px;
}
@media only screen and (max-width: 480px) {
  .header-top-msg {
    font-size: 0.85em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1.2em;
  }
}
.header-top-msg p {
  margin: 0;
}
.header-top-msg p a {
  color: #fff;
  text-decoration: underline;
}
.header-top-msg p a:hover {
  text-decoration: none;
}
.header-top-msg h1 {
  display: none;
}
.site-msg.information {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: #21221F;
  color: #fff;
  box-shadow: none;
  font-size: 0.9em;
  padding: 7px 0 8px 0;
  height: 35px;
  top: 0px;
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}
.site-msg.information .text {
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  .site-msg.information .text {
    font-size: 12px;
  }
}
.site-msg.information .close {
  margin-top: -7px;
  display: none;
}
.site-msg.information .close:before,
.site-msg.information .close:after {
  /* display: none;*/
  color: #fff !important;
}
@media only screen and (max-width: 767px) {
  .site-msg.information .close {
    right: 10px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767px) {
  .site-msg.information {
    font-size: 0.8em;
    padding: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3em;
    margin-bottom: 0px;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: unset;
    transition: 0.3s;
  }
  .site-msg.information .text {
    font-size: 10px;
    font-weight: 500;
  }
}
.type-index .site-msg.information {
  background: #21221F;
}
@media only screen and (max-width: 767px) {
  .type-index .site-msg.information {
    margin-bottom: 0;
  }
}
.type-page,
.type-posts-listing {
  /*main > .content-inner:before {
    position: absolute;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    background: #fff;
    height: 100%;
    z-index: -1;
  }*/
}
.type-page h2,
.type-posts-listing h2 {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.7em;
}
@media only screen and (max-width: 767px) {
  .type-page h2,
  .type-posts-listing h2 {
    font-size: 1.4em;
  }
}
.type-page h1,
.type-posts-listing h1 {
  margin-top: 20px !important;
  padding-bottom: 30px !important;
  z-index: 1;
  font-size: 3em !important;
  position: relative;
  font-family: 'Poppins' !important;
  /*&:before {
      position: absolute;
      content: '';
      left: 50%;
      transform: translateX(-50%);
      width: 100vw !important;
      top: 0;
      background: #F8F8F8;
      height: 100%;
      z-index: -1;
    }*/
}
@media only screen and (max-width: 767px) {
  .type-page h1,
  .type-posts-listing h1 {
    font-size: 2.2em !important;
  }
}
@media only screen and (max-width: 480px) {
  .type-page h1,
  .type-posts-listing h1 {
    font-size: 1.8em !important;
  }
}
.type-page main,
.type-posts-listing main {
  padding-bottom: 40px;
}
.type-page main h2,
.type-posts-listing main h2 {
  font-weight: 700;
  color: #383C43;
}
.type-page main > .content-inner,
.type-posts-listing main > .content-inner {
  /*background: #fff;*/
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 0;
  }
}
.cart-widget .btn.btn-conversion,
.cart-widget a.btn.btn-conversion,
.cart-widget .btn.btn-cart,
.cart-widget a.btn.btn-cart {
  color: #000;
  font-size: 1em;
  font-weight: 600;
}
.cart-widget #continue-order-button {
  color: #fff;
}
.cart-widget .cart-widget-product-name {
  font-size: 0.9em;
}
.cart-widget .cart-widget-product-name a {
  color: #000;
  display: block;
  margin-bottom: 5px;
}
h4.homepage-group-title,
.h4.homepage-group-title,
.category-title,
.type-detail h2.products-related-header,
.type-page h1 {
  color: #141414;
  position: relative;
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'Poppins' !important;
  font-size: 2em;
  font-weight: 500;
  /* &:before {
     width: 300px;
     height: 3px;
     content: '';
     background: @blue;
     position: absolute;
     left: 50%;
     bottom: 0;
     transform: translateX(-50%);
   }*/
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .category-title,
  .type-detail h2.products-related-header,
  .type-page h1 {
    font-size: 1.7em;
  }
}
h4.homepage-group-title,
.h4.homepage-group-title {
  max-width: 800px;
  text-align: center;
  width: 100%;
  padding: 30px 45px 15px 45px;
  margin: 0 auto;
  margin-bottom: 15px;
  letter-spacing: 0px;
  color: #262A36;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 500;
  font-family: 'Poppins' !important;
  display: none;
  /*&:before {
    width: calc(~'100vw - 60px');
    height: 100%;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #FBFBFB;
    bottom: 0;
    z-index: -1;
    border-radius: 20px 20px 0 0;

    @media @tablet-port {
      display: none;
    }
  }*/
}
h4.homepage-group-title:after,
.h4.homepage-group-title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #87AED3;
  bottom: 0;
  width: 75px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    max-width: inherit;
    margin: 0px auto !important;
    padding: 40px 0 10px 0;
    font-size: 1.8em;
  }
}
@media only screen and (max-width: 480px) {
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 1.6em;
    margin-bottom: 20px;
  }
}
.type-index .products-block {
  position: relative;
  padding-bottom: 0px !important;
  /*&:before {
      width: calc(~'100vw - 60px');
      height: 100%;
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background: #FBFBFB;
      bottom: 0;
      border-radius: 0 0 20px 20px;

      @media @tablet-port {
        display: none;
      }
    }*/
}
.msg.msg-success,
.msg.msg-notice {
  border-color: #B4B06C;
  color: #fff;
  background-color: #B4B06C;
  text-align: center;
}
.products-1-wrap,
.products-2-wrap,
.products-3-wrap,
.products-cats-wrap,
.products-rel-wrap,
.products-alt-wrap {
  position: relative;
}
.overall-wrapper {
  /*&:after {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    content: '';
    background-color: #fff;
    background-image: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/loading.gif);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
  }*/
}
.overall-wrapper.loaded:after {
  display: none;
}
.type-index .products-block,
.type-detail .products-block {
  position: relative;
}
#chat-application {
  bottom: 80px !important;
  right: 18px !important;
}
@media only screen and (max-width: 767px) {
  #chat-application {
    bottom: 60px !important;
    right: 10px !important;
  }
}
.fav-categories {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding-top: 30px;
  /*&:after {
    width: 100vw;
    height: 1px;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.08);
    bottom: 0;
  }*/
}
@media only screen and (max-width: 767px) {
  .fav-categories {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 550px) {
  .fav-categories {
    padding-bottom: 15px !important;
  }
}
.fav-categories .glider-dots {
  margin-top: 20px !important;
}
@media only screen and (max-width: 480px) {
  .fav-categories {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fav-categories .slick-dots li button {
    background: #F1F1F1;
  }
  .fav-categories .container {
    padding: 0 !important;
  }
}
.fav-categories .pagination-wrapper {
  display: none;
}
.fav-categories .slick-list {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-item {
    padding-bottom: 0;
  }
}
.fav-categories.carousel + .browse-p {
  display: none !important;
}
.fav-categories h1 {
  max-width: 350px;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px auto;
  color: #000;
  padding: 10px 45px 0px 45px;
  text-transform: none;
  font-size: 2.6em;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fav-categories h1 {
    max-width: inherit;
    margin: 15px auto 0px auto !important;
    padding: 20px 0 0 0;
  }
}
.fav-categories .news-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  width: calc(100% + 16px);
}
@media only screen and (max-width: 1440px) {
  .fav-categories .news-wrapper {
    padding-left: 55px !important;
    padding-right: 55px !important;
    width: calc(100% + 16px);
  }
}
@media (max-width: 550px) {
  .fav-categories .news-wrapper {
    padding-bottom: 15px !important;
  }
}
.fav-categories .news-wrapper.glider {
  scrollbar-width: none;
}
.fav-categories .news-wrapper .slick-list {
  padding: 20px 7px;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .slick-list {
    padding: 20px 0;
  }
}
.fav-categories .news-wrapper .news-item {
  /*width: calc(~'25% - 40px');*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
  margin: 0 8px 0px 8px;
  padding: 0;
  /*@media @tablet-port {
        padding: 0;
        margin: 0;
      }*/
}
.fav-categories .news-wrapper .news-item .image {
  width: 100%;
  position: relative;
  height: auto;
  border-radius: 200px;
  overflow: hidden;
  background: #fff;
}
.fav-categories .news-wrapper .news-item .image a {
  display: block;
}
@media only screen and (max-width: 480px) {
  .fav-categories .news-wrapper .news-item .image {
    margin-bottom: 0;
  }
}
.fav-categories .news-wrapper .news-item .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: 0.3s;
}
.fav-categories .news-wrapper .news-item .image .overlay .button {
  padding: 9px 20px 10px 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.fav-categories .news-wrapper .news-item .image .overlay .button:hover {
  background: #fff;
  color: #000;
}
.fav-categories .news-wrapper .news-item .image img {
  transition: 0.3s;
  transform: scale(1);
  transform-origin: center;
  width: auto;
  margin: 0 auto;
  border-radius: 200px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item:hover {
    box-shadow: none;
  }
}
.fav-categories .news-wrapper .news-item:hover .image .overlay {
  opacity: 1;
}
.fav-categories .news-wrapper .news-item:hover .image img {
  transform: none;
}
.fav-categories .news-wrapper .news-item:hover .text .title {
  text-decoration: underline;
}
.fav-categories .news-wrapper .news-item .text {
  background: #fff;
  border-radius: 0 0 10px 10px;
  transition: 0.3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.fav-categories .news-wrapper .news-item .text .title {
  text-align: center;
  width: 100%;
  color: #000;
  text-transform: none;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1em;
  font-weight: 500;
  margin: 25px 0;
  letter-spacing: 0;
  transition: 0.3s;
  line-height: 1.2em;
}
@media only screen and (max-width: 767px) {
  .fav-categories .news-wrapper .news-item .text .title {
    margin: 15px 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.fav-categories .news-wrapper .news-item .text .description {
  display: none;
}
.fav-categories .news-wrapper .news-item .text time {
  display: none;
}
.type-posts-listing h1 {
  font-size: 2.2em;
  font-weight: 500;
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .type-posts-listing h1 {
    font-size: 1.8em;
  }
}
.type-posts-listing h1 + p {
  margin-bottom: 30px;
}
.type-posts-listing aside {
  display: none;
}
.type-posts-listing .news-wrapper {
  margin: 0 -10px;
  width: calc(100% + 20px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .type-posts-listing .news-wrapper {
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.type-posts-listing .news-wrapper .news-item {
  background: #fff;
  margin: 0 10px 20px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: calc(33.333% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .type-posts-listing .news-wrapper .news-item {
    margin: 0 20px 20px 20px;
    width: calc(33.333% - 40px);
  }
}
@media only screen and (max-width: 992px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .type-posts-listing .news-wrapper .news-item {
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item {
    padding-bottom: 0;
  }
}
.type-posts-listing .news-wrapper .news-item .image {
  width: 100%;
  margin: 0;
  border-radius: 3px;
  overflow: hidden;
}
.type-posts-listing .news-wrapper .news-item .image img {
  width: 100%;
  height: auto;
}
.type-posts-listing .news-wrapper .news-item .text {
  padding: 25px 0;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text {
    padding: 15px 0;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .type-posts-listing .news-wrapper .news-item .text .title {
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-bottom: 7px;
  }
}
.type-posts-listing .news-wrapper .news-item .text .title:after {
  content: '';
  position: absolute;
  left: 0;
  background: #B3C83A;
  bottom: 0;
  width: 75px;
  height: 2px;
}
.type-posts-listing .news-wrapper .news-item .text .title:hover {
  text-decoration: none;
  color: #87AED3;
}
.type-posts-listing .news-wrapper .news-item .text time {
  color: #000;
  font-size: 0.85em;
  background: #F3F3F3;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 400;
  display: none;
}
.type-posts-listing .news-wrapper .news-item .text .button {
  color: #fff;
  background: #87AED3;
  padding: 10px 30px 8px 30px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 25px;
  font-weight: 700;
  font-size: 0.9em;
  width: auto;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .type-posts-listing .news-wrapper .news-item .text .button {
    margin-top: 15px;
  }
}
.type-posts-listing .news-wrapper .news-item .text .button:hover {
  background: #59A60C;
}
.type-posts-listing .news-wrapper .news-item .text .description {
  color: #000;
  font-size: 0.95em;
}
.type-posts-listing .news-wrapper .news-item .text .description .button {
  width: 197px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  border-radius: 30px;
  padding: 12px;
  text-transform: uppercase;
}
.type-posts-listing .news-wrapper .news-item .text .description .button:hover {
  background: #333;
}
@media only screen and (min-width: 768px) {
  .type-posts-listing .news-wrapper .news-item:first-child {
    width: calc(100% - 20px);
    margin-bottom: 40px;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .image {
    width: 50%;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .text {
    padding: 20px 50px;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .text .title {
    font-size: 2.5em;
  }
  .type-posts-listing .news-wrapper .news-item:first-child .text .button {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .type-posts-listing .news-wrapper .news-item:first-child .text .title {
    font-size: 2em;
  }
}
.type-post,
.type-page {
  /*.text, div[itemprop="about"] {
    color: #000;
    line-height: 1.8em;
    font-size: 0.85em;
    background: #fff;
    border-radius: 10px;
    padding: 30px 25px 10px 25px;
  }*/
}
.type-post h1,
.type-page h1 {
  font-weight: 500;
  color: #000;
  font-size: 3em;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0px !important;
  margin-top: 0 !important;
  position: relative;
  /*&:before {
      content: '';
      background: #F8F8F8;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 0;
      height: 100%;
      width: 100vw !important;
      z-index: -1;
    }*/
}
@media only screen and (max-width: 992px) {
  .type-post h1,
  .type-page h1 {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .type-post h1,
  .type-page h1 {
    font-size: 1.8em;
  }
}
.type-post time,
.type-page time {
  color: #000;
  font-size: 0.9em;
  background: #f2f2f2;
  display: inline-block;
  padding: 5px 8px;
  font-weight: 500;
}
.type-post .post-image,
.type-page .post-image {
  margin: -10px -25px 25px -25px;
  font-size: 0;
  line-height: initial;
  border-radius: 10px;
  overflow: hidden;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
.type-post .post-image img,
.type-page .post-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type-post .post-image time,
.type-page .post-image time {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
  font-size: 14px;
  border-radius: 5px;
}
.type-post aside,
.type-page aside {
  display: none;
}
.mehub-bonus-header-container {
  display: none;
}
.type-page h1 {
  text-align: left;
}
.news-item-detail .next-prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.news-item-detail .next-prev .btn {
  border-radius: 6px;
  background: #87AED3;
  color: #fff;
  padding: 6px 20px;
}
.news-item-detail .next-prev .btn:hover {
  opacity: 0.8;
}
.news-item-detail .next-prev .btn.to-top {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}
.news-item-detail .next-prev .btn.to-top img {
  width: 24px;
}
.category-title {
  margin-top: 0;
}
.ordering-process .cart-inner .row {
  margin: 0 !important;
}
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  border-color: #000;
}
input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  border-width: 1px;
  border-style: solid;
  left: 2px;
  border: none;
  background: url(https://www.bohempia.com/user/documents/upload/upravy_hlad/img/checkbox-checked.svg) no-repeat center !important;
  background-size: 16px;
  background-color: transparent !important;
}
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  /*border-color: @blue;
  background: @blue;*/
}
.head-banner.rc-header-top-image-bottom {
  position: relative;
  border-top: 30px solid #fff;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom {
    margin-top: -25px;
  }
}
.head-banner.rc-header-top-image-bottom .rc-gallery__image-title {
  display: none;
}
.head-banner.rc-header-top-image-bottom h1 {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 40px 50px !important;
  font-size: 3em !important;
  background: #fff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .head-banner.rc-header-top-image-bottom h1 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 25px 30px !important;
    font-size: 2.2em !important;
    background: #fff;
    margin: 0;
    max-width: calc(100% - 40px);
  }
}
.head-banner.rc-header-top-image-bottom h1:before {
  display: none;
}
.in-search main#content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.in-search main#content .search-results-groups {
  -ms-flex-order: 2;
      order: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.in-search main#content #products-found {
  margin-top: 20px;
}
.ordering-process.id--9 .discount-coupon {
  width: 100% !important;
}
.mehub-bonus-cart-container {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .banner-category a:hover img,
  .banner-footer a:hover img,
  .banner-wrapper a:hover img,
  .banners-content a:hover img,
  .footer-banner a:hover img {
    transform: none;
  }
}
.type-index .banners-row .col-sm-8,
.type-index .banners-row .col-sm-4 {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .ordering-process #header .lang-change {
    top: 10px;
    right: 117px;
  }
}
.in-registration .col-md-8 {
  width: 100%;
}
.in-forgotten-password form fieldset {
  margin-left: 0;
  padding-left: 0;
}
.in-materialy .breadcrumbs-wrapper,
.in-materials .breadcrumbs-wrapper {
  display: none;
}
.in-materialy article,
.in-materials article {
  max-width: 955px;
  margin: 0 auto;
  padding-top: 55px;
}
@media only screen and (max-width: 992px) {
  .in-materialy article,
  .in-materials article {
    padding-top: 15px;
  }
}
.in-materialy article h1,
.in-materials article h1 {
  display: none;
}
.materials-page {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .materials-page {
    padding-bottom: 0;
  }
}
.materials-page h2 {
  color: #000 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.9em;
  font-weight: 700;
  max-width: 500px;
  line-height: 1.6em;
  margin-bottom: 5px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .materials-page h2 {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 30px;
  }
}
.materials-page h2 + h3 {
  font-family: Lora !important;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 0.2px;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .materials-page h2 + h3 {
    font-size: 1.3em;
    font-weight: 200;
    letter-spacing: .2px;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.materials-page h3.green {
  background: #dbdbc0;
  display: inline-block;
  padding-left: 3px;
  padding-right: 6px;
  margin-top: -2px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .materials-page h3.green {
    margin-bottom: 15px;
  }
}
.materials-page > h2 {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .materials-page > h2 {
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.materials-page p {
  font-size: 0.95em;
  letter-spacing: 0.7px;
  font-weight: 300;
  line-height: 1.5em;
}
.materials-page .photos {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .materials-page .photos {
    margin-top: 30px;
  }
}
.materials-page .photos img {
  max-width: calc(33.333% - 10px);
  height: auto;
}
.materials-page > .row .col-md-8 {
  padding-right: 40px;
}
.materials-page > .row .col-md-8 h2 {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .materials-page > .row .col-md-4 {
    text-align: center;
    padding-top: 5px;
  }
}
.materials-page .row {
  margin-bottom: 85px;
}
@media only screen and (max-width: 992px) {
  .materials-page .row {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .materials-page .row {
    margin-bottom: 0;
  }
}
.in-size-guide .breadcrumbs-wrapper,
.sizing-popup .breadcrumbs-wrapper {
  display: none;
}
.in-size-guide h1,
.sizing-popup h1 {
  text-transform: uppercase;
  margin-top: 100px !important;
  font-size: 2em !important;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {
  .in-size-guide h1,
  .sizing-popup h1 {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .in-size-guide h1,
  .sizing-popup h1 {
    font-size: 1.8em !important;
    margin-top: 10px !important;
    letter-spacing: 2px;
  }
}
.in-size-guide article,
.sizing-popup article {
  max-width: 1000px;
  margin: 0 auto;
}
.in-size-guide p,
.sizing-popup p {
  letter-spacing: 0.7px;
  line-height: 1.5em;
  font-weight: 300;
}
.in-size-guide h2,
.sizing-popup h2 {
  margin-top: 70px;
  text-transform: uppercase;
  color: #000 !important;
  letter-spacing: 1.5px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .in-size-guide h2,
  .sizing-popup h2 {
    margin-top: 40px;
  }
}
.in-size-guide .tip,
.sizing-popup .tip {
  font-family: Lora;
}
.in-size-guide ol,
.sizing-popup ol {
  font-weight: 700;
  padding-left: 20px;
  margin-top: 25px;
}
.in-size-guide ol li,
.sizing-popup ol li {
  padding-left: 22px;
  font-weight: 400;
  margin-bottom: 14px;
  letter-spacing: 0.8px;
}
.in-size-guide ol li::marker,
.sizing-popup ol li::marker {
  font-weight: 700;
}
.in-size-guide ol li strong,
.sizing-popup ol li strong {
  font-weight: 600;
}
.in-size-guide .steps-images,
.sizing-popup .steps-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);
  margin-top: 50px;
}
@media only screen and (max-width: 480px) {
  .in-size-guide .steps-images,
  .sizing-popup .steps-images {
    margin-top: 25px;
  }
}
.in-size-guide .steps-images > div,
.sizing-popup .steps-images > div {
  margin: 0 10px;
  width: calc(33.333% - 20px);
}
.in-size-guide .steps-images > div:nth-child(2),
.sizing-popup .steps-images > div:nth-child(2) {
  text-align: center;
}
.in-size-guide .steps-images > div:nth-child(3),
.sizing-popup .steps-images > div:nth-child(3) {
  text-align: right;
}
.in-size-guide .steps-images > div span,
.sizing-popup .steps-images > div span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  margin-top: 15px;
  font-size: 2em;
}
.in-size-guide h4,
.sizing-popup h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.7px;
  margin-top: 60px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 480px) {
  .in-size-guide h4,
  .sizing-popup h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.in-size-guide h4.centered + .text-center p,
.sizing-popup h4.centered + .text-center p {
  margin-top: 40px;
  font-family: Lora;
}
.in-size-guide p.short,
.sizing-popup p.short {
  max-width: 855px;
  margin: 0 auto;
}
.in-size-guide .centered,
.sizing-popup .centered {
  text-align: center;
}
.in-size-guide .tab-container,
.sizing-popup .tab-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
}
.in-size-guide .tab-container .tab-content,
.sizing-popup .tab-container .tab-content {
  width: 100%;
  max-width: 100%;
  display: none;
}
.in-size-guide .tab-container table,
.sizing-popup .tab-container table {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.in-size-guide .tab-container table tr,
.sizing-popup .tab-container table tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 6px;
}
.in-size-guide .tab-container table tr th,
.sizing-popup .tab-container table tr th,
.in-size-guide .tab-container table tr td,
.sizing-popup .tab-container table tr td {
  width: 20%;
  text-align: center;
}
.in-size-guide .tab-container table thead tr,
.sizing-popup .tab-container table thead tr {
  background: #21211f;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.in-size-guide .tab-container table thead tr th,
.sizing-popup .tab-container table thead tr th {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  height: 43px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  letter-spacing: 0.5px;
}
.in-size-guide .tab-container table thead tr th span,
.sizing-popup .tab-container table thead tr th span {
  font-size: 10px;
  text-transform: none;
  display: block;
  width: 100%;
  font-weight: 400;
  margin-top: -11px;
}
@media only screen and (max-width: 480px) {
  .in-size-guide .tab-container table thead tr th,
  .sizing-popup .tab-container table thead tr th {
    font-size: 12px;
  }
}
.in-size-guide .tab-container table tbody tr,
.sizing-popup .tab-container table tbody tr {
  background: #fff;
  box-shadow: 3px 4px 4px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.in-size-guide .tab-container table tbody tr td,
.sizing-popup .tab-container table tbody tr td {
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.in-size-guide .tab-container table tbody tr td:first-child,
.sizing-popup .tab-container table tbody tr td:first-child {
  font-weight: 700;
  position: relative;
}
.in-size-guide .tab-container table tbody tr td:first-child:before,
.sizing-popup .tab-container table tbody tr td:first-child:before {
  width: calc(100% - 20px);
  height: 6px;
  background: #b0b09a;
  position: absolute;
  left: 10px;
  top: -6px;
  content: '';
}
.in-size-guide .tab-container table tbody tr td a:hover img,
.sizing-popup .tab-container table tbody tr td a:hover img {
  opacity: 0.7;
}
.in-size-guide .tab-container .tab-button,
.sizing-popup .tab-container .tab-button {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 60px;
  margin: 20px 0;
  position: relative;
  cursor: pointer;
}
.in-size-guide .tab-container .tab-button:first-child,
.sizing-popup .tab-container .tab-button:first-child {
  z-index: 1;
}
.in-size-guide .tab-container .tab-button:hover,
.sizing-popup .tab-container .tab-button:hover {
  text-decoration: underline;
}
.in-size-guide .tab-container .tab-button + .tab-button:before,
.sizing-popup .tab-container .tab-button + .tab-button:before {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  background: #e3e3e3;
  content: '';
  position: absolute;
  display: inline-block;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.in-size-guide .tab-container .tab-button + .tab-button:after,
.sizing-popup .tab-container .tab-button + .tab-button:after {
  width: 23px;
  height: 23px;
  border-radius: 30px;
  background: #B4B06C;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  transition: 0.3s;
}
.in-size-guide .tab-container .tab-button + .tab-button.active:after,
.sizing-popup .tab-container .tab-button + .tab-button.active:after {
  left: 3px;
}
.in-size-guide .grey-wrap,
.sizing-popup .grey-wrap {
  background: #F2F2F2;
  padding: 70px;
  margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .in-size-guide .grey-wrap,
  .sizing-popup .grey-wrap {
    padding: 30px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .in-size-guide .grey-wrap,
  .sizing-popup .grey-wrap {
    padding: 20px;
    margin-top: 30px;
  }
}
.in-size-guide .grey-wrap .col-md-6,
.sizing-popup .grey-wrap .col-md-6 {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .in-size-guide .grey-wrap .col-md-6,
  .sizing-popup .grey-wrap .col-md-6 {
    width: 100%;
  }
}
.in-size-guide .grey-wrap .col-md-6 h2:first-child,
.sizing-popup .grey-wrap .col-md-6 h2:first-child {
  margin-top: 0;
}
.in-size-guide .grey-wrap .col-md-6 + .col-md-6,
.sizing-popup .grey-wrap .col-md-6 + .col-md-6 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .in-size-guide .grey-wrap .col-md-6 + .col-md-6,
  .sizing-popup .grey-wrap .col-md-6 + .col-md-6 {
    width: 100%;
  }
}
.in-size-guide .grey-wrap h2,
.sizing-popup .grey-wrap h2 {
  margin-bottom: 2px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .in-size-guide .grey-wrap h2,
  .sizing-popup .grey-wrap h2 {
    margin-top: 40px;
  }
}
.in-size-guide .grey-wrap h2 + .tip,
.sizing-popup .grey-wrap h2 + .tip {
  font-family: Lora;
  font-size: 1.45em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .in-size-guide .grey-wrap h2 + .tip,
  .sizing-popup .grey-wrap h2 + .tip {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
}
.in-size-guide .grey-wrap p.italic,
.sizing-popup .grey-wrap p.italic {
  font-style: italic;
}
.in-size-guide .grey-wrap h5,
.sizing-popup .grey-wrap h5 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
  margin-top: 25px;
}
.in-size-guide .grey-wrap p a,
.sizing-popup .grey-wrap p a {
  text-decoration: underline;
}
.in-size-guide .grey-wrap p a:hover,
.sizing-popup .grey-wrap p a:hover {
  text-decoration: none;
}
