li {
  list-style-type: none;
}

input {
  border-radius: 3px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

button {
  cursor: pointer;
  border: none;
}

.select--fancy {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  padding: 4px 30px 4px 7px;
  border-radius: 2px;
  border: 3px solid #7bac28;
  margin: 3px 2px 0px 0px;
  cursor: pointer;
  background: #fff url("/images/arrow-down.png") right 10px top 10px no-repeat;
  background-size: 12px;
  display: inline-block;
  width: 180px;
  position: relative;
  min-height: 36px;
}

.select--fancy.selected {
  border: 3px solid rgba(204, 204, 204, 0.7);
}

.select--fancy .product-color {
  display: block;
  float: left;
}

.select--fancy .title {
  display: inline-block;
  padding: 5px 0 0 4px;
  text-transform: none;
}

.select--fancy .title.not--selected {
  text-transform: uppercase;
}

.select--fancy.open {
  padding: 4px 30px 4px 7px;
  border-bottom: none;
  z-index: 3;
  background: #fff url("/images/arrow-up.png") right 10px top 10px no-repeat;
  background-size: 12px;
  position: relative;
}

.select--fancy.open::after {
  content: "";
  width: 180px;
  background: #fff;
  height: 11px;
  position: absolute;
  left: -3px;
  bottom: -10px;
  border-right: 3px solid #7bac29;
  border-left: 3px solid #7bac29;
}

.select--fancy.chosen {
  border: 1px solid #ccc;
}

p.cleaner {
  overflow: hidden;
}

.order-print-box {
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.order-print-box__item {
  display: inline-block;
  margin: 0 1em;
  padding-left: 30px;
  font-weight: 700;
  height: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.order-print-box__item.print {
  background: url("/images/order-print-icon.png") left center no-repeat;
}

.order-print-box__item.list {
  background: url("/images/order-list-icon.png") left center no-repeat;
}

.order-print-box__item:hover {
  text-decoration: none;
}

.adress-box {
  display: table;
  width: 100%;
  margin: 70px 0 20px 0;
}

.adress-box .col {
  display: table-cell;
  width: 33%;
  text-align: center;
}

.adress-box .col h3 {
  margin: 0rem 0 0.5rem 0;
}

.text--center {
  margin-bottom: 30px;
}

.fotky {
  text-align: center;
}

.fotky img {
  margin: 0 0 20px 0;
}

.btn-wrapper {
  margin-top: 1em;
  padding-bottom: 2em;
  overflow: hidden;
}

.contact-box-old {
  padding: 2em 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.contact-box-old.bez {
  padding: 0em 0;
}

.contact-box-old__item {
  flex-basis: 49%;
}

.contact-box-old__heading {
  font-size: 1.125rem;
}

.contact-box-old__content {
  border: 1px solid #ccc;
}

.contact-box-old__content--basic {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  padding: 1.5em 0;
}

.contact-box-old__content--image {
  height: 128px;
}

.contact-box-old__tel,
.contact-box-old__email {
  font-size: 1rem;
  color: rgb(51, 51, 51);
  font-weight: 700;
  display: block;
  padding-bottom: 0.5em;
}

.contact-box-old__info {
  font-size: 0.6875rem;
}

.contact-box-old__email {
  padding-top: 1em;
}

.contact-box-old__email:hover {
  text-decoration: none;
}

.contact-box-old__photo {
  padding-right: 16px;
  float: left;
  height: 127px;
}

.contact-box-old__text-address {
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  padding-top: 0.75em;
}

.contact-box-old__text-contact {
  display: block;
  font-size: 0.875rem;
  padding: 1em 0;
  line-height: 1.5;
}

.contact-box-old__text-contact > a:hover,
.contact-box-old__text-link:hover {
  text-decoration: none;
}

.contact-box-old__text-link {
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  padding-right: 4px;
}

.contact-cols {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
}

.contact-cols__item {
  flex-basis: 45%;
  line-height: 1.7;
  font-size: 0.875rem;
}

.contact-cols .contact-cols__item:first-child {
  padding-right: 1em;
}

.producers-info .col-2 {
  flex-basis: 70%;
  padding-left: 40px;
  font-size: 13px;
}

.producers-info .col a {
  font-weight: 700;
}

.producers-info .col {
  padding: 0 50px 0 0;
  font-size: 13px;
}

.producers-info p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.45;
}

.producers-info .title {
  font-size: 13px;
  font-weight: 700;
  display: block;
  color: #666;
  padding-bottom: 10px;
}

.producers-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2em;
}

.search-results {
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #6a9720;
  border-top: 0;
  z-index: 99;
}

.search-results > li:last-child {
  border-bottom: none;
}

.search-results > li {
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.search-results > li > a.img {
  margin: 10px;
  display: block;
}

.search-results-info {
  flex: 1;
  padding: 10px;
}

.search-results-info > a {
  color: #527819;
  font-weight: 700;
  display: block;
  text-decoration: underline !important;
}

.search-results-info > span {
  display: block;
  font-size: 13px;
  padding-top: 6px;
}

.ui-menu.ui-autocomplete {
  width: 518px !important;
  margin-left: 2px !important;
  background: #fff;
  z-index: 999;
}

.ui-menu.ui-autocomplete .ui-menu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.btn-do-kosiku {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  padding-top: 8px;
  padding-left: 16px;
  background: none;
}

.fancybox-close-small:hover {
  background-position: 0 -51px !important;
}
.fancybox-close-small {
  background: url("/img/layout/bg-lightbox-close.png") top left no-repeat !important;
  background-size: 51px 102px !important;
  width: 51px !important;
  height: 51px !important;
  right: -25px !important;
  top: -25px !important;
  z-index: 9999 !important;
  opacity: 1 !important;
}

.fancybox-close-small:after {
  display: none;
}

.fancybox-close-small svg {
  display: none !important;
}

.fancybox-navigation .fancybox-button div {
  background: #80bc25 !important;
  color: white !important;
}

.detail-item__info-msg {
  position: relative;
  background: #fff;
  color: #cc0000;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px 8px 40px;
  display: inline-block;
  margin-bottom: 10px;
}

.detail-item__info-msg::before {
  content: "!";
  width: 30px;
  min-height: 30px;
  height: 100%;
  background: #cc0000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm-breaker {
  display: none;
}

.products__row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alternative-list {
  /*overflow: hidden;*/
}

.detail-catlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 48px;
  background: rgb(230, 243, 205);
  width: calc(100% + 60px);
  left: -30px;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.detail-catlist__back {
  position: relative;
  height: 48px;
  background: #8ac02e url(/svg/arrow-back-cat.svg) left 15px center no-repeat;
  background-size: 20px;
  left: -1px;
  top: -1px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 0 18px 0 50px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.detail-catlist__current {
  background: #fff;
  margin-top: 10px;
  margin-left: 8px;
  font-size: 13px;
  color: #333;
  padding: 12px;
  font-weight: 700;
  border: 1px solid #ccc;
  border-bottom: 0;
  position: relative;
}
.detail-catlist__current::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -1px;
  position: absolute;
}
.detail-catlist__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 10px 20px 0 20px;
  flex: 1;
}

.detail-catlist__item {
  text-align: center;
  flex: auto;
  padding: 10px 0 16px 0;
  position: relative;
}

.detail-catlist__item--dropdown {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}

.detail-catlist__item--dropdown:hover {
  background: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.detail-catlist__link {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.detail-catlist__item--dropdown {
}

.detail-submenu {
  display: none;
  position: absolute;
  top: 38px;
  right: -14px;
  z-index: 99;
  background: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  min-width: 160px;
}

.detail-catlist__item--dropdown:hover .detail-catlist__link + .detail-submenu {
  display: block;
}

.detail-submenu__item {
  padding: 8px;
  text-align: left;
}
.detail-submenu__link {
  color: #333;
  font-weight: 700;
  font-size: 13px;
}
.al-center {
  text-align: center;
}

.bloglist-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bloglist-wrapper .inline-block {
  flex: 1;
}

.button2 {
  display: table;
  margin: 0 auto;
  padding: 15px;
  background: #658e21;
  color: #fff;
  border-radius: 8px;
}

.detail-infobox {
  background: #fff;
  padding: 20px 10px;
  font-size: 14px;
  text-align: center;
  color: #ff6600;
  font-weight: 700;
  margin: 20px 0 0 0;
}
.detail-infobox__title {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 1em;
}
.detail-infobox__title--notaviable {
  color: #cc0000;
}

.detail-infobox__form {
  width: 260px;
  display: table;
  margin: 20px auto 20px auto;
  position: relative;
}

.detail-infobox__email {
  border: 1px solid #ccc;
  padding: 5px 5px 5px 8px;
  font-size: 14px;
  color: #666;
  width: 100%;
  height: 42px;
}

.detail-infobox__submit {
  top: 6px;
  right: 5px;
  border: 0;
  height: 30px;
  background: #638b22;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  cursor: pointer;
}

.detail-infobox__text {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}

.detail-infobox__info {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0.62em;
}

.detail-infobox--notaviable {
  color: #666;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: block;
  padding-top: 14px;
}
.top-banner {
  height: 50px;
  padding: 5px;
  background: #f7fbee;
  border-bottom: 2px solid #5b801e;
  color: #5b801e;
}
.top-banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-banner .container img {
  max-height: 32px;
  margin: 0px 10px;
}
.top-banner p {
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

/* Fixed menu */
.header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  height: 40px; /* w/o banner*/
  /* height: auto; */ /* with banner */
  border-bottom: 0;
  z-index: 999;
  border-bottom: 2px solid #658e22;
}
.header.fixed .header__main {
  min-height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.header.fixed .container {
  position: relative;
}
.header.fixed .header__menu {
  position: absolute;
  top: 0;
}
.header.fixed .header__main-nav,
.header.fixed .header__logo,
.header.fixed .header__top {
  display: none;
}
.header.fixed .header__search-form {
  margin: 3px 15px 0 15px;
}
.header.fixed .header__search-input {
  width: 300px;
  height: 25px;
  font-size: 0.875rem;
}

.header.fixed .header__search-submit {
  height: 25px;
  width: 25px;
  background-size: 17px;
}
.header.fixed .header__cart {
  background: rgba(255, 255, 255, 0) url(/images/cart.png) no-repeat left 0px
    top 6px;
  background-size: 22px;
  min-width: 90px;
  margin-top: 0;
}

.header.fixed .header__wishlist {
  background: rgba(255, 255, 255, 0) url(/img/layout/heart_white.png) no-repeat
    left 0px top 6px;
  background-size: 27px;
  min-width: 90px;
  margin-top: 0;
  min-height: unset;
  min-width: 55px;
  border: 0;
}
.header.fixed .header__wishlist-count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 14px;
  top: 16px;
}

.header.fixed .header__cart-count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  left: 14px;
  top: 16px;
}
.header.fixed .header__cart-link {
  display: none;
}
.header.fixed .header__cart-total {
  padding-top: 14px;
  padding-left: 44px;
  font-size: 13px;
}

.header.fixed .header__menu-item--all {
  padding: 5px 54px 4px;
  width: 205px;
  border-radius: 0;
  margin-right: 0;
  background-size: 20px;
}
.header.fixed .header__menu-item--all > span {
  font-size: 0.75rem;
}
.header.fixed .header__menu-item--all > span > strong {
  font-size: 0.875rem;
}
.header.fixed .header__menu-item--all:hover + .overlay {
  background: rgba(51, 51, 51, 0.65);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 40px; /* w/o banner */
  /* top: 85px; */ /* with banner*/
  z-index: 900;
}
body.fixed {
  padding-top: 130px;
}
body.fixed .ui-menu.ui-autocomplete .ui-menu-item .search-results-info > a {
  line-height: 1.3;
  font-size: 14px;
}
body.fixed .ui-menu.ui-autocomplete .ui-menu-item {
  max-width: 400px;
}
body.fixed .ui-menu.ui-autocomplete {
  width: 398px !important;
}

.header__fixed-menu {
  display: none;
}

body.fixed .header__fixed-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header__fixed-menu-link {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0 12px 0 12px;
  margin-left: 12px;
  position: relative;
  border-right: 1px solid #658e22;
  border-left: 1px solid #658e22;
}

.header-fixed-banner {
  display: none;
}

body.fixed .header-fixed-banner {
  display: block;
  margin-left: 10px;
}
.ui-autocomplete {
  max-height: 100vh;
  height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.category-filter-mob {
  background: #eaeaea;
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 50px;
  display: none;
}
.category-filter-mob__item {
  text-align: center;
  flex: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-filter-mob__item:first-child {
  border-right: 1px solid #ccc;
}
.category-filter-mob__link {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  position: relative;
}
.category-filter-mob__link--filter::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url("/svg/filter.svg") center center no-repeat;
  background-size: 15px;
}
.category-filter-mob__link--filter.is-active::before {
  background: url("/svg/filter-active.svg") center center no-repeat;
  background-size: 15px;
}

.category-filter-mob__link--subcategory::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -3px;
  left: -20px;
  background: url("/svg/submenu.svg") center center no-repeat;
  background-size: 15px;
}
.category-filter-mob__link--subcategory.is-active::before {
  background: url("/svg/submenu-active.svg") center center no-repeat;
  background-size: 15px;
}

.category-filter-mob__link.is-active {
  color: #5c871c;
}

.products-sidebar__filters.is-open,
.products-sidebar__menu.is-open,
.products-sidebar.is-open {
  display: block !important;
}
.products-sidebar__menu.is-open {
  margin-bottom: 0;
}

.products-sidebar.is-open {
  border-top: 15px solid #fff;
}
.products-sidebar.is-open .products-sidebar__filters {
  padding: 15px 30px 10px 25px;
}

.quantity-box {
  position: relative;
}
.quantity-box__table {
  width: 100%;
}
.quantity-box__table tr {
  border-bottom: 1px solid #ccc;
}
.quantity-box__table tr:last-child {
  border-bottom: 0;
}
.quantity-box__table tr td {
  padding: 12px 4px;
  text-align: center;
  border-right: 1px solid #ccc;
  width: 33.3%;
  font-size: 13px;
}
.quantity-box__table tr td b {
  font-weight: 700;
}
.quantity-box__table tr td:last-child {
  border-right: 0;
}

.popup {
  /* background-image: url('/images/hp-bannery/vanoce_ys-popup.png'); */
  background-image: url("/img/layout/virtual-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #61ab26;
  height: 85px;
  width: 290px;
  position: fixed;
  bottom: 13px;
  right: 2px;
  display: none;
  z-index: 90;
}
.popup a {
  text-decoration: underline;
  color: #fff;
}
.popup__link-box {
  width: 100%;
  height: 100%;
  display: block;
}
.popup__heading {
  line-height: 1.3;
  text-align: center;
  font-size: 17px;
  padding-right: 85px;
  padding-left: 14px;
  text-decoration: none;
  color: white;
  font-weight: 200;
  margin: 0;
  padding-top: 10px;
  text-transform: none;
}
.popup__close {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 6;
}
.error-info {
  background: #ff00000d;
  color: #e4000b;
  border: 1px solid #e4000b;
  border-radius: 10px;
  padding: 1em;
  line-height: 1.6;
  font-weight: 700;
}
.error-info--gray {
  color: #222;
  border: 1px solid #222;
  background: #2222220d;
}
.popup-sk {
  width: 100%;
}

/* WISHLIST */
.wishlist-link {
  font-weight: bold;
  position: relative;
  right: -10px;
  font-size: 12px;
  line-height: 1.3;
}
.wishlist-link img {
  margin-right: 5px;
}
.wishlist {
  width: 100%;
}
.wishlist__box {
  padding: 20px;
  background: #f4f4f4;
}
.wishlist__box--dark {
  background: #e3e3e3;
  margin-bottom: 45px;
}
.wishlist__input-row {
  display: flex;
  align-items: center;
  margin-top: 25px;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.wishlist__input-row:first-of-type {
  margin-top: 0;
}
.wishlist__label {
  font-size: 14px;
}
.wishlist__label--bold {
  font-weight: bold;
}
.wishlist__input {
  margin: 0 20px;
  height: auto;
  border: 1px #afafaf solid;
  outline: none;
  border-radius: 0;
  padding: 6px 16px;
}
.wishlist__input--wide {
  min-width: 290px;
}
@media screen and (max-screen: 320px) {
  .wishlist__input--wide {
    min-width: unset;
  }
}
.wishlist__radio {
  margin-right: 10px;
  margin-left: 20px;
}
.wishlist__button {
  background: #5b801e;
  border: #4f6e1a 1px solid;
  padding: 6px 16px;
  border-radius: 6px;
  height: auto;
  font-size: 14px;
  color: white;
}
.wishlist__button-big {
  padding: 13px 35px;
  border-radius: 6px;
  background: #5b801e;
  border: #4f6e1a 1px solid;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-left: 35px;
}
.wishlist__label-link {
  font-weight: bold;
  color: #5b801e;
  cursor: pointer;
  text-decoration: underline;
}
.wishlist__radio-col {
  display: flex;
  align-items: center;
}
.wishlist div.cart-price {
  border: 0;
}
.wishlist div.cart-price > div {
  margin-right: 0;
}

.wishlist__more {
  background: #e6f3cd;
  margin: 0 -30px;
  text-align: center;
  padding: 15px;
  position: relative;
  margin-bottom: 50px;
}
.wishlist__more::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 17.5px 0 17.5px;
  border-color: #e6f3cd transparent transparent transparent;
  position: absolute;
  bottom: -25px;
}
.wishlist .success {
  margin-left: 50px;
  color: #5b801e;
}
.wishlist-link__success {
  display: block;
  position: absolute !important;
  top: 40px;
  font-weight: normal;
  color: #5b801e;
  left: 40px;
}

.wishlist .error {
  padding: 0 18px;
  background: none;
  border-bottom: 0;
}
.flex .align-center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .wishlist__radio,
  .wishlist__input {
    margin: 15px 0px;
  }
  .wishlist__label,
  .wishlist__radio {
    margin-right: 15px;
  }
  .wishlist__radio-col {
    width: 100%;
  }
}

/* END WISHLIST */

@media screen and (min-width: 1200px) {
  .story-grid {
    width: 80%;
    margin: auto;
  }
  .story-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .story-col {
    max-width: 50%;
    margin-bottom: 5rem;
  }
  .story-col p {
    width: 70%;
  }
  .al-left img,
  .al-left p {
    float: right;
    margin-right: 50px;
  }
  .al-right img,
  .al-right p {
    float: left;
  }
  .banner .slick-slider {
    top: -30px;
    width: 524px;
  }
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  .banner .slick-slider {
    top: -30px;
    width: 400px;
  }
  .banner__item {
    width: 402px;
  }
}

@media screen and (max-width: 767px) {
  div.order.registration label {
    width: calc(100% - 14px) !important;
  }
}

@media screen and (max-width: 950px) {
  .select--fancy {
    padding: 7px 18 \30px 7px 5px;
    margin-bottom: 5px;
  }
  .products-sidebar__filters,
  .products-sidebar__filters {
    display: none;
  }
  .header__submenu-item > a {
    background: none;
  }
  .contact-cols {
    flex-direction: column;
  }
  .contact-cols__item {
    flex-basis: auto;
    padding-bottom: 1em;
  }
  .page h3 {
    font-size: 1.125rem;
    line-height: 1.45;
  }
  .detail-item div.order label {
    margin-bottom: 18px;
  }
  .detail-item div.order.registration.fast-login .btn-wrapper {
    margin-bottom: 0em;
  }
  .detail-item div.order.registration label {
    width: calc(100% - 14px);
  }
  div.order.registration input[type="text"],
  div.order.registration input[type="password"] {
    width: 250px;
  }
  .detail-item div.order.registration label.chbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .detail-item .login-connect-box .login-box__login-gp {
    margin: 12px 0 0 0;
  }
  .detail-item .login-connect-box .login-box__login-fb {
    margin: 0;
  }

  .detail-item .login-connect-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    margin-top: 20px;
  }

  .purchase-box__item-icon {
    padding-left: 0.5em;
  }
  .adress-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .adress-box .col {
    width: 100%;
  }
  ul.cart-menu li a.active:before,
  ul.cart-menu li a.cart.active:after {
    display: none;
  }

  .detail-item ul.cart-menu {
    margin: 0px -20px 20px -20px !important;
    padding: 18px 30px 18px 14px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .detail-item ul.cart-menu li a {
    text-indent: -9999px;
    white-space: nowrap;
    padding: 15px 10px !important;
    min-width: 39px;
  }

  .detail-item ul.cart-menu li a.summary {
    background-position: 12px 15px;
  }

  .detail-item ul.cart-menu li {
    min-width: 0;
  }

  .detail-item ul.cart-menu li a span {
    text-indent: 1px;
    margin-right: 0px !important;
    color: #658e22;
  }

  .detail-item ul.cart-menu li a.cart.active {
    background-image: url("/svg/ico-cart-active.svg");
    background-size: 22px;
  }
  .detail-item ul.cart-menu li a.summary .active {
    background-image: url("/svg/ico-cart-active.svg");
  }

  .detail-item ul.cart-menu li a.active span {
    padding-left: 2px;
    color: #000;
  }

  .detail-item ul.cart-menu li a.active {
    background-color: transparent;
    border: 0;
  }

  .detail-item ul.cart-menu li a.active:after {
    background: none;
  }

  .detail-item ul.cart-menu li a.cart {
    text-indent: -9999px;
    white-space: nowrap;
    background-position: 13px center;
    padding-left: 0;
    width: 45px;
  }
  ul.cart-menu li {
    margin-right: 10px;
  }
  ul.cart-menu li a.cart {
    padding-left: 0 !important;
  }
  .producers-info {
    flex-direction: column;
    padding-top: 0;
  }
  .producers-info .col {
    padding: 18px 0 0 0;
  }
  .producers-info .title {
    padding-bottom: 6px;
  }
  .producers-info .col-2 {
    flex-basis: auto;
    padding-left: 0;
    padding-top: 18px;
  }
  .detail-catlist__back {
    width: 100%;
    background: #8ac02e url(/svg/arrow-back-cat.svg) left 25px center no-repeat;
    background-size: 20px;
  }
  .detail-catlist__list {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .story-col {
    max-width: 100%;
    margin: auto;
  }
  .story-col p {
    width: 100%;
    text-align: center;
  }
  .al-left img,
  .al-right img {
    float: none;
    margin: auto;
    display: block;
  }
  .story-col img {
    margin: auto;
  }
  .story-row {
    display: flex;
    flex-wrap: wrap;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
}

.form-control {
  margin: 10px 0;
  display: block;
  cursor: pointer;
}

.form-control input[type="checkbox"],
.form-control input[type="radio"] {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-right: 10px;
  min-width: 10px;
}

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

/* ↓
html,
body {
  overflow-x: hidden;
  background: #e5e5e5 url("/images/hp-bg.png") top -47px center no-repeat !important;
  background-size: auto 1042px !important;
  min-width: 320px;
}
body.u-scroll,
html.u-scroll {
  /* overflow: hidden; */
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 950px) {
  html,
  body {
    background: #fff url("/images/hp-bg-xs.png") top 60px center no-repeat !important;
    background-size: 100% auto !important;
  }
}

@media (min-width: 760px) and (max-width: 949px) {
  html,
  body {
    background-position: top -50px center;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

img.nasPribeh {
  display: block;
  width: 60%;
}

.main {
  display: block;
  margin-top: 28px;
  margin-bottom: 90px;
}

.wrapper {
  padding-bottom: 60px;
}

.wrapper--hp {
  background: #e5e5e5;
}

@media screen and (max-width: 950px) {
  .wrapper {
    padding-bottom: 0;
    background: #fff;
  }
  .category-filter-mob {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .wrapper--hp .banner {
    display: none;
  }
  .wrapper--hp .product {
    min-width: 0;
  }
}

footer .container,
header .container {
  background: transparent;
}

.container {
  width: 1190px;
  margin: 0 auto;
  padding: 0 30px;
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1200px) {
  .container {
    width: 950px;
  }

  .studia__guidepost-holesovice {
    width: calc(50% - 20px);
  }
  .studia__guidepost-dablice {
    width: calc(50% - 10px);
  }

  .ui-menu.ui-autocomplete {
    width: 410px !important;
  }
  .studia__guidepost a {
    width: 50%;
  }
  .studia__guidepost {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .studia__guidepost-holesovice {
    width: calc(100% - 15px);
    margin-right: 15px;
  }

  .studia__guidepost-dablice {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

@media screen and (max-width: 950px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .studia__guidepost {
    display: block;
  }
}

.content {
  padding-bottom: 50px;
  border: 1px solid #ccc;
  background: #fff;
}

.content p.text {
  line-height: 1.6;
  font-weight: 100;
  margin: 0 0 0.8em 0;
  font-size: 16px;
}

.page {
  /*padding-bottom: 20px;*/
}

.page p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

.page h2 {
  font-size: 30px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin: 2rem 0 1rem 0;
}

.page h3 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 2rem 0 1rem 0;
}

.page h3.mensiMargin {
  margin: 1rem 0 1rem 0;
}

/* Jogologie */

.jogologie {
}

.jogologie-content p img {
  display: block;
  margin: 30px auto;
}

.jogologie__wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}

.jogologie-content {
  flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  padding: 0 30px 30px 0;
  min-width: 65%;
}

.jogologie-content p {
  line-height: 30px;
  font-weight: 100;
  margin: 0 0 0.8em 0;
  font-size: 16px;
}

.jogologie-content__list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.jogologie-content__item {
  text-align: center;
  flex-basis: 33%;
  -webkit-flex-basis: 33%;
  margin: 1em 0 1.5em 0;
  padding: 12px;
}

.jogologie-content__item h4.title {
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  padding: 8px 0 0 0;
  font-weight: 700;
  line-height: 1.5;
}

.jogologie-content__item a {
  text-decoration: none;
}

.jogologie-content__item h4.title:hover {
  text-decoration: none;
}

.jogologie-content__item img {
  border: 1px solid #ccc;
  width: 255px;
  height: 170px;
  object-fit: cover;
}

.jogologie-pannel {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  background: #eaeaea;
  margin-right: -30px;
  margin-bottom: -50px;
  margin-top: -33px;
}

.jogologie-pannel__advisory {
  background: rgba(138, 193, 47, 0.2);
  min-height: 300px;
  border-bottom: 1px solid #666;
  padding: 10px;
}

h3.jogologie-pannel__heading {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 12px 0;
}

h4.jogologie-pannel__subtitle {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.jogologie-pannel__user-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 28px 0;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.jogologie-pannel__user-box img {
  margin: 0 8px;
}

.jogologie-pannel__advisory--content {
}

.jogologie-pannel__advisory--content h4 {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 8px;
}

.jogologie-pannel__advisory--content p {
  font-size: 12px !important;
  font-weight: 100 !important;
  line-height: 1.35 !important;
}

.jogologie-pannel__button {
  display: block;
  width: 170px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: url("/images/jogologie-button-bg.png") left 12px center no-repeat,
    #658e22;
  background: url("/images/jogologie-button-bg.png") left 12px center no-repeat,
    -webkit-linear-gradient(#658e22, #56781d);
  background: url("/images/jogologie-button-bg.png") left 12px center no-repeat,
    -o-linear-gradient(#658e22, #56781d);
  background: url("/images/jogologie-button-bg.png") left 12px center no-repeat,
    -moz-linear-gradient(#658e22, #56781d);
  background: url("/images/jogologie-button-bg.png") left 12px center no-repeat,
    linear-gradient(#658e22, #56781d);
  padding: 8px 5px 8px 32px;
  text-align: center;
  border-radius: 5px;
  margin: 12px auto;
  text-decoration: none;
}

.registration.order .jogologie-pannel__button,
.questions-box .jogologie-pannel__button {
  width: auto;
  padding: 8px 15px 8px 42px;
  text-decoration: none;
  font-size: 17px;
}

.jogologie-pannel__button:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(107, 150, 35, 0.5);
  box-shadow: 0 0 1px 1px rgba(107, 150, 35, 0.5);
}

.jogologie-submit {
  border: 0;
  cursor: pointer;
}

.jogologie-pannel .query {
  padding: 14px;
}

.jogologie-pannel .query-last {
  border-bottom: 1px solid #666;
  padding: 0 0 16px 0;
}

.jogologie-pannel .query__last-question {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 0 18px 0;
}

.jogologie-pannel .query__title {
  color: #000;
  font-size: 16px;
  text-align: left;
  padding-bottom: 1em;
  text-transform: none;
}

.jogologie-pannel .query__info {
  color: #666;
  padding-bottom: 0.8em;
  font-size: 12px;
  text-transform: none;
  font-weight: 100;
}

.jogologie-pannel .query__content {
  line-height: 1.4;
  font-size: 13px;
  color: #000;
  font-weight: 100;
}

.jogologie-pannel .query-answer {
  padding: 16px 0;
}

.jogologie-pannel .query-answer__title {
  color: #666;
  font-size: 12px;
  padding-bottom: 1em;
  font-weight: 700;
}

.jogologie-pannel .query-answer__content p {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 100;
  margin: 0 0 14px 0;
  word-break: break-all;
}

.jogologie-pannel-detail {
  margin-bottom: -20px;
}

.jogologie-pannel-detail__more {
}

h2.jogologie-pannel-detail__title {
  height: 80px;
  text-align: center;
  padding: 14px 20px;
  color: #658e22;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  background: rgba(138, 193, 47, 0.2);
  position: relative;
  margin: 0;
  font-size: 1.2rem;
}

.jogologie-pannel-detail__tips-wrapper {
  background: #eaeaea;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.jogologie-pannel-detail__tips-item {
  padding: 20px 18px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
}

.jogologie-pannel-detail__tips-item:first-of-type {
  border-top: none;
}

.jogologie-pannel-detail__tips-item:last-of-type {
  border-bottom: none;
}

.jogologie-pannel-detail__tips-item a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  line-height: 1.35;
}

.jogologie-pannel-detail__tips-item.more {
  text-align: center;
}

.jogologie-pannel-detail__tips-item.more a {
  font-size: 12px;
}

.jogologie-content-detail h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin: 1em 0 1em 0;
}

.jogologie-content-detail h3 {
  font-size: 16px;
  line-height: 1.2;
  margin: 1.5em 0 0.5em 0em;
  text-transform: initial;
}

.jogologie-content-detail p.text--title {
  font-size: 18px;
  font-weight: 100;
  font-style: italic;
}

/* Kolekce */

.collection {
}

.collection__wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.collection__item {
  text-align: center;
  flex-basis: 33%;
  -webkit-flex-basis: 33%;
  margin: 1em 0 1.5em 0;
  padding: 12px;
}

.collection a {
  text-decoration: none;
}

.collection a:hover {
  text-decoration: none;
}

.collection img {
}

.collection h4.title {
  font-size: 15px;
  text-decoration: underline;
  display: inline-block;
  padding: 8px 0 0 0;
  font-weight: 700;
}

/* Page */

.page {
}

.page-content {
}

.page-content a {
  font-weight: 600;
}

.page-content a:hover {
  text-decoration: none;
}

.page-content p.text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

.page-content p.text--big {
  font-size: 14px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.45;
  margin-bottom: 1em;
}

.page-content p.text--big.no-margin {
  margin-bottom: 0;
}

.page-content p.text--small {
  font-size: 18px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1em;
}

.virtual-preview {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  margin: 1em 0;
}

.grid-box {
  height: auto;
  overflow: hidden;
  margin: 0 0 50px 0;
}

.grid-box__img {
  float: left;
  padding: 0 20px 0 0;
}
.grid-box__centrum {
  overflow: inherit;
}

.grid-box::before {
  content: "";
  display: table;
  clear: both;
}

.vlevo {
  float: left;
  padding: 0 20px 0 0;
}

.vpravo {
  float: right;
  padding: 0 0 0 20px;
}

.questions-box {
  position: relative;
  margin-bottom: 50px;
}

.questions-item.answer > .jogologie-pannel__user-box {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 350px;
}

.poradna-answer .odpoved,
.poradna-answer p {
  margin: 0 !important;
  font-size: 14px;
}

.jogologie-content-detail h3.odpoved {
  padding-bottom: 5px;
}

.poradna-answer {
  background: #d7e2c47a;
  padding: 15px 14px;
  border-radius: 10px;
  position: relative;
  margin-top: 20px;
}

.poradna-answer::before {
  content: "";
  top: -10px;
  left: 30px;
  position: absolute;
  border-color: transparent transparent #d7e2c47a transparent;
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  height: 0px;
  width: 0px;
}

.questions-item.answer > span {
  padding-bottom: 12px;
}

.questions-item.answer > p {
  font-size: 14px;
  padding-top: 12px;
}

.page .questions-item.answer h3 {
  margin: 2rem 0 1rem 0;
  text-transform: none;
}

.questions-item {
  margin-top: 40px;
}

.questions-item > span {
  color: #666;
  font-size: 13px;
  display: block;
  padding-top: 12px;
  font-weight: 300;
}

.questions-item > a,
.questions-item .questions-item__title {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #000;
}

.questions-item > p {
  font-size: 14px;
  padding-top: 10px;
}

.jogologie-content-detail .pagination {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  position: relative;
  left: calc(50% - 75px);
}

@media screen and (max-width: 950px) {
  .content {
    border: 0;
    padding-bottom: 1px;
  }
  .grid-box__img {
    float: none;
    padding: 0 0 20px 0;
  }

  .questions-item.answer > .jogologie-pannel__user-box {
    width: 100%;
  }

  .question-item.answer {
    margin-top: 0;
  }

  .mmb {
    margin-bottom: 1em;
    padding: 0 0 0 0px;
  }
  #nova_recenze {
    top: 217px !important;
  }
  #nova_recenze:after {
    left: calc(50% - 14px) !important;
  }
  #nova_recenze > ul > li ul.plusy {
    padding-top: 12px;
    display: block !important;
  }
  #nova_recenze > ul > li label {
    padding: 5px 0;
    display: block !important;
  }
  #nova_recenze > ul > li span.title {
    padding-bottom: 8px;
    display: block;
  }

  .ms-choice > div {
    top: 5px !important;
  }

  .sort-box .pagination {
    margin-top: 12px;
  }

  .ms-choice > span {
    padding-top: 5px;
  }

  .questions-item {
    margin-top: 0;
  }

  .questions-box .questions-item {
    margin-top: 40px;
  }

  .questions-item.answer > p {
    padding-top: 0;
  }

  .main {
    margin-bottom: 50px;
    margin-top: 0;
  }
  table.cart-products td.pr-amount,
  table.cart-products td.pr-price,
  table.cart-products td.pr-delete {
    width: auto;
  }
}

.grid-1-2 {
  width: 50%;
  float: left;
  display: inline-block;
}
.grid-1-2__banner {
  display: block;
  margin: 85px auto 0;
}
@media screen and (max-width: 950px) {
  .grid-1-2 {
    width: 100%;
  }
  .grid-1-2__banner {
    margin: 25px auto 0;
  }
}

.grid-1-5 {
  width: 20%;
  float: left;
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .grid-1-5 {
    width: 100%;
  }
}

.alternative-list > .products__row > .grid-1-3 {
  width: 25%;
}

.grid-1-4 {
  width: 25%;
  float: left;
  display: inline-block;
}

.grid-1-3 {
  width: 33%;
  float: left;
  display: inline-block;
}

.grid-2-3 {
  width: 66%;
  float: left;
  display: inline-block;
}

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.margin--med-top {
  margin-top: 20px;
}

.margin--med-bottom {
  margin-bottom: 20px;
}

.margin--large-top {
  margin-top: 40px;
}

.margin--large-bottom {
  margin-bottom: 40px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-size: 6.25rem;
  font: inherit;
  vertical-align: baseline;
}

strong {
  font-weight: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  /* overflow: hidden; */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

h1 {
  font-size: 60px;
  font-size: 3.75rem;
}

h3 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
}

h2 {
  font-size: 30px;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

a {
  color: #000;
}

p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (max-width: 950px) {
  p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.link--underlined {
  position: relative;
  text-decoration: none;
  color: #000;
}

.link--underlined:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 5px;
}

.text--center {
  text-align: center;
}

.title--primary {
  font-weight: 700;
  font-size: 40px !important;
  /* font-size: 2.8125rem!important; */
  margin: 20px 0 !important;
  display: block;
}
.title--secondary {
  font-weight: 5pp00 !important;
  font-size: 24px;
  margin-top: 50px;
}
.title--small-underlined {
  display: inline-block;
  margin: 25px auto;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 3px solid #8ac02e;
  text-transform: uppercase;
}

.title--medium-underlined {
  display: inline-block;
  margin: 25px auto;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #8ac02e;
}

@media screen and (max-width: 950px) {
  .title--medium-underlined {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.small-heading {
  color: #707070;
  font-size: 14px;
  margin: 10px 0;
}
.text--primary {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

.hr--green {
  display: block;
  background: #8ac02e;
  border: none;
  height: 1px;
}

.hr--gray {
  display: block;
  background: #afafaf;
  border: none;
  height: 1px;
}

.list__item {
  line-height: 1.5;
  margin-top: 5px;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 34px;
  position: relative;
}

.list__item:before {
  content: "";
  display: block;
  background: #7bac28;
  width: 16px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

.list__item > h3 > strong {
  font-weight: 100;
  font-size: 1rem;
  text-transform: lowercase;
}

.list.basic .list__item {
  line-height: 1.5;
  margin-top: 5px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
}

.list.basic .list__item::before {
  content: "";
  display: block;
  background: #7bac28;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px;
}

.flex--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--center .tip__box {
  margin: 0 15px !important;
}

@media screen and (max-width: 950px) {
  .flex--center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex--center .tip__box {
    display: block;
    width: 100%;
    margin: 20px !important;
  }
  .flex--center .tip__box p {
    padding-top: 0;
  }
}

.input-number--arrows::-webkit-inner-spin-button,
.input-number--arrows::-webkit-outer-spin-button {
  opacity: 1;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.breadcrumbs {
  display: block;
  padding-top: 13px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

a.breadcrumb {
  text-decoration: underline;
  color: #666;
  display: inline-block;
}

@media screen and (max-width: 950px) {
  a.breadcrumb {
    margin-bottom: 4px;
  }
}

a.breadcrumb:after {
  content: ">";
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-list p {
  line-height: 1.6;
  font-weight: 100;
  margin: 0 0 0.8em 0;
}

@media screen and (max-width: 950px) {
  .category-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.category-list__item {
  display: inline-block;
  width: calc(33.333% - 14px);
  margin: 10px 20px 10px 0;
  border: 1px solid #eaeaea;
  text-align: center;
  padding-top: 25px;
  text-decoration: none;
}

.category-list__item-img {
  max-height: 150px;
}

.category-list.producers {
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
}

.category-list.producers .category-list__item {
  border: 0;
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}

@media screen and (max-width: 1200px) {
  .category-list__item {
    width: 278px;
    margin: 10px;
  }
}

.category-list__item:hover {
  text-decoration: none;
}

.category-list__item:nth-child(3n) {
  margin-right: 0;
}

.category-list__item-text {
  padding: 20px 8px;
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
.category-list__item-description {
  display: block;
  padding: 0 20px 20px 20px;
  line-height: 24px;
  color: #8f8f8f;
  font-size: 14px;
}
.category-list__item-text:hover {
  text-decoration: none;
}

.column-lists {
  margin-bottom: 20px;
  text-align: left;
}

.column-lists__col {
  width: 25%;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.column-lists__col:first-child,
.column-lists__col:nth-child(2) {
  margin-right: 20px;
}

.column-lists__col:first-child:after,
.column-lists__col:nth-child(2):after {
  content: "";
  display: block;
  right: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #eaeaea;
  position: absolute;
}

.column-lists__col:not(:first-child) {
  margin-left: 50px;
}

.column-lists__title {
  font-weight: bold;
  margin-bottom: 20px;
}

.column-lists__item {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #000;
  margin: 12px 0;
}

@media screen and (max-width: 950px) {
  .column-lists__col {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 15px 0 !important;
    border-right: none !important;
  }
  .category-list__item {
    width: calc(33% - 16px);
  }
  .category-list__item-img {
    max-height: 120px;
  }
}

.detail-info {
  margin-top: 40px;
}

.detail-info__video {
  border: 10px solid #e5e5e5;
  max-width: 100%;
}

@media screen and (max-width: 950px) {
  .detail-info__video {
    height: auto;
  }
  #nova_recenze > ul > li ul.plusy.left {
    margin-bottom: 30px;
  }
}

.detail-info__nav {
  background: #7aaa28;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 950px) {
  .detail-info__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.detail-info__nav.is-fixed {
  position: fixed;
  width: 918px;
  border-radius: 0 0 5px 5px;
  z-index: 99;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1200px) {
  .detail-info__nav.is-fixed {
    width: 1128px;
  }
}

@media screen and (max-width: 950px) {
  .detail-info__nav.is-fixed {
    position: static;
    width: auto;
  }
}

.detail-info__nav a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 12px 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
}

.detail-info__nav a:hover {
  background: #6e9924;
}

@media screen and (max-width: 950px) {
  .detail-info__nav a {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.detail-info__container {
  max-width: 940px;
  margin: 0 auto;
}

.detail-info__container .detail-info__box:first-child {
  background: none;
}

.detail-info__box {
  margin-top: 50px;
  background: url("/images/detail-info-box-bg.png") left top 6px no-repeat;
  padding: 0px 0 0 34px;
}
.detail-info__box {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300;
}

@media screen and (max-width: 950px) {
  .detail-info__box {
    width: 100%;
  }
}

.detail-info__box-img,
.detail-info__box-title {
  vertical-align: top;
  display: inline-block;
}

.detail-info__box-img {
  padding-top: 5px;
}

.detail-info__box-title {
  font-weight: 800;
  padding: 0 5px 20px 10px;
  font-weight: bold !important;
}

.detail-info__box p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  padding-top: 4px;
  font-weight: 300;
}

.detail-info__box a {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  line-height: 1.6;
  font-weight: 300;
}

.detail-info__popis {
  border-top: 1px solid #e6f3cd;
  padding: 0 0 30px;
  margin-top: 35px;
  clear: both;
}

.detail-info__popis p:empty {
  display: none;
}

.detail-info__popis ol {
  padding-left: 14px;
}

.detail-info__popis ol li {
  padding: 4px 0 4px 8px;
  font-size: 15px;
  list-style-type: decimal;
}

.detail-info__popis h3.title--small-underlined {
  padding-top: 0;
  text-transform: uppercase;
}
.detail-info__popis h3 {
  line-height: 1.6;
  padding-bottom: 5px;
  text-transform: initial;
  font-size: 1.25rem;
  padding-top: 25px;
}

.detail-info__popis h3#popis {
  text-transform: uppercase;
}
.detail-info__popis ul {
  padding-bottom: 20px;
}

.detail-info__popis ul li {
  /*background: url(../images/advantage-plus-ico.png) no-repeat;*/
  background-position: 0 9px;
  padding: 5px 20px 4px 23px;
  line-height: 1.5;
}

.detail-info__popis ul.list li {
  background: none;
  padding: 0;
}

.detail-info__popis p {
  line-height: 1.6;
  padding-bottom: 0.8rem;
  font-weight: 100;
}

.detail-info__popis-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 50px;
}

.detail-info__popis-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  display: none;
}

.detail-info__popis .text--center {
  margin-bottom: 0;
  clear: both;
}

.detail-info__popis-recomend {
  padding: 50px 0 20px;
}

.detail-info__popis-recomend > strong {
  font-weight: 700;
}

.detail-info__popis .pozitiva {
  padding-bottom: 20px;
}

.detail-info__popis .pozitiva li {
  background: url("/images/advantage-plus-ico.png") no-repeat;
  background-position: 0 9px;
  padding: 8px 0 5px 23px;
}

.detail-info__popis .pozitiva li p {
  padding-bottom: 0;
  font-weight: 700;
  margin-top: -5px;
}

.detail-info__popis-video {
  padding: 30px;
  width: 100%;
  height: 500px;
  background: #000;
  margin-bottom: 60px;
}

.detail-info__review {
  clear: both;
  margin-bottom: 50px;
  margin-top: 15px;
}

.detail-info__review-img {
  width: 25%;
  float: left;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

.detail-info__review-img img {
  max-width: 100%;
  max-height: 100%;
}

.detail-info__review-text {
  width: 75%;
  padding-left: 25px;
  display: inline-block;
  min-height: 150px;
}

.detail-info__review-text > p {
  line-height: 1.6;
  font-weight: 100;
  padding: 0 0 10px 40px;
  position: relative;
}

.detail-info__review-text > p:before {
  content: "";
  display: block;
  background: #7bac28;
  width: 16px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

.detail-info__review-text-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.detail-info__review-text-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}

.detail-info__review-text-author {
  margin-top: -10px;
}

.detail-info__review-text-author img {
  position: relative;
  top: 22px;
}

.detail-info__review-text-author span {
  font-weight: 300;
  padding-left: 10px;
}

.detail-info__review-text h3 {
  font-size: 1.25rem;
  text-transform: inherit;
  padding-bottom: 6px;
  padding-top: 0;
}

.detail-info__recenze {
  min-height: 150px;
  position: relative;
  /* overflow: hidden; */
  padding: 0 13px;
}

.detail-info__recenze-bar {
  font-size: 14px;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: bold;
  background: #e5eed4;
  border-radius: 10px;
  width: 100%;
  padding: 10px 16px 9px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ms-drop {
  width: 350px;
}

.audio-player > audio {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .detail-info__recenze-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .detail-info__recenze-bar > div {
    margin: 5px 0;
  }

  table.cart-products {
    width: calc(100% + 30px) !important;
    margin: 0 -15px !important;
  }

  table.cart-products td {
    display: inline-block;
    padding: 10px 20px !important;
  }

  table.cart-products tr:first-child td {
    width: 100%;
    padding-left: 8px;
  }

  table.cart-products tbody tr:nth-child(even) td {
    border-bottom: none;
  }

  table.cart-products td.pr-price {
    width: 34%;
  }

  table.cart-products td.pr-info {
    padding: 20px 0px 0 0;
    width: 100%;
    border-bottom: 0;
  }

  table.cart-products td.pr-amount {
    width: 34% !important;
    height: 68px;
  }

  table.cart-products td.pr-to-cart {
    width: 70% !important;
    text-align: left !important;
  }
  table.cart-products td.pr-bough {
    width: 30% !important;
  }
  table.cart-products td.pr-price,
  table.cart-products td.pr-delete {
    width: 22% !important;
    height: 68px;
  }
  .wishlist-summary table.cart-products td.pr-price,
  .wishlist-summary table.cart-products td.pr-count {
    width: 33% !important;
  }

  table.cart-products td a.del {
    display: block;
    margin: 14px auto;
  }

  .chboxes {
    padding-top: 1em;
  }

  div.cart-price {
    margin: 10px -30px;
  }

  div.chboxes label {
    margin-bottom: 8px;
  }

  div.cart-price > div {
    width: 100%;
    margin-right: 0;
  }

  div.cart-price .cart-next {
    display: block;
    margin: 10px auto;
    width: 180px;
  }

  table.cart-products div.product-summary h3 {
    line-height: 1.4;
  }

  .detail-item ul.cart-menu li {
    padding-right: 8px;
    margin-right: 0px;
    background: none;
    padding: 0 10px;
    position: relative;
  }

  .detail-item .voucher-code input[type="text"] {
    width: 170px;
  }
  .detail-item .voucher-code input[type="submit"] {
    left: -4px;
  }

  .detail-item .save-cart-form,
  .detail-item .send-cart-form {
    top: 142px;
    left: 0;
  }
  .detail-item .save-cart-form::before {
    left: 206px;
  }
  .detail-item .send-cart-form input[type="email"],
  .detail-item .save-cart-form input[type="text"] {
    width: 210px;
  }

  ul.cart-menu li a.cart {
    background-position: 9px 12px !important;
  }

  ul.cart-menu li:after {
    content: "";
    width: 10px;
    height: 12px;
    position: absolute;
    top: 18px;
    right: -3px;
    background: url("/svg/cart-arrow-next.svg") center center no-repeat;
    background-size: 10px;
  }

  ul.cart-menu li:last-child:after {
    background: none;
  }

  ul.cart-menu li:first-child:after {
    right: -3px;
  }

  .detail-item div.cart-left,
  .detail-item div.cart-right {
    width: 100%;
  }
  .detail-item ul.cart-menu li a.active:after {
    content: none;
  }

  .detail-item div.cart-right ul.order-summary li.payment {
    padding: 13px 10px;
    text-align: left;
    font-size: 14px;
  }
  .detail-item ul.doprava li a {
    font-size: 15px;
    padding: 15px 8px;
    text-decoration: none;
  }

  .detail-item div.order {
    padding: 18px 12px 10px 12px;
  }

  .detail-item ul.doprava {
    margin: -10px 0px 14px 28px;
  }
  ul.order-list li div.main-title span.title {
    padding: 70px 0 10px 0;
    line-height: 1.4;
  }
  ul.order-list li div.main-title.kuryr {
    padding-top: 10px;
  }
  ul.order-list li div.main-title span.more-info {
    padding-bottom: 12px;
  }
  ul.order-list li div.main-title {
    height: auto !important;
    padding: 0px 20px 0px 15px !important;
  }

  .detail-item .postomat {
    display: block;
    margin: 10px 0 0 0px;
  }

  .cart-left a.cart-prev {
    max-width: 100px;
    margin: 0 auto 20px auto;
  }
  .detail-item div.cart-left .cart-next {
    display: block;
    margin: 0 auto 20px auto;
    max-width: 180px;
    float: none;
  }
  .detail-item div.cart-left .cart-next.send.big-btn {
    min-width: 260px;
    padding: 25px 8px 19px 43px;
  }
}

.detail-info__recenze-bar > div {
  display: inline-block;
}

.detail-info__recenze-bar--pozitiv {
  color: #7aac27;
  text-align: right;
}

.detail-info__recenze-bar--neutral {
  color: #f90;
  text-align: center;
}

.detail-info__recenze-bar--negat {
  color: #333;
  text-align: left;
}

.detail-info__recenze-add {
  text-align: center;
}

.detail-info__recenze-add button {
  width: 200px;
  height: 55px;
  margin: 0 auto 15px;
  display: block;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
  outline: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7aaa28),
    to(#618820)
  );
  background: -webkit-linear-gradient(#7aaa28, #618820);
  background: linear-gradient(#7aaa28, #618820);
}

.detail-info__recenze-add span {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (max-width: 950px) {
  .detail-info__recenze-add {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .detail-info__recenze-vyhody,
  .detail-info__recenze-nevyhody {
    display: block;
    width: 100%;
    float: none;
    clear: both;
    padding: 0 !important;
    margin: 10px 0 !important;
    border: 0 !important;
  }
  .detail-info__recenze-nevyhody {
    min-height: 25px;
  }
  #nova_recenze > ul > li input[type="text"].big {
    max-width: 250px;
    width: 100%;
  }
  .detail-info-box.delivery-info {
    width: 300px;
    left: -60px;
  }
  .detail-info-box p {
    font-size: 13px;
  }
}

.detail-info__recenze-vyhody strong,
.detail-info__recenze-nevyhody strong {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  padding-bottom: 10px;
}

.detail-info__recenze-vyhody p,
.detail-info__recenze-nevyhody p {
  padding: 5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.detail-info__recenze-nevyhody {
  padding-left: 25px;
  border-left: 1px solid #eaeaea;
  min-height: 85px;
}
.detail-info__recenze-vyhody {
  padding-left: 25px;
  border-left: 1px solid #eaeaea;
}

.detail-info__user-recenze {
  clear: both;
  padding: 25px;
  margin: 30px 0 20px;
  position: relative;
  background: #eaeaea;
  border-radius: 5px;
}

.detail-info__user-recenze-status {
  position: absolute;
  right: 10px;
  color: #fff;
  width: 150px;
  height: 36px;
  text-align: center;
  font-weight: bold;
  padding: 12px 0px;
  top: -5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.detail-info__user-recenze-status:before,
.detail-info__user-recenze-status:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.detail-info__user-recenze-status:after {
  left: 0;
  border-width: 11px 75px 0 0;
}

.detail-info__user-recenze-status:before {
  right: 0;
  border-width: 0 75px 11px 0;
}

.detail-info__user-recenze .recenze-pozitiv {
  background: #658e21;
}

.detail-info__user-recenze .recenze-pozitiv:before {
  border-color: transparent #658e21 transparent transparent;
}

.detail-info__user-recenze .recenze-pozitiv:after {
  border-color: #658e21 transparent transparent transparent;
}

.detail-info__user-recenze .recenze-neutral {
  background: #f90;
}

.detail-info__user-recenze .recenze-neutral:before {
  border-color: transparent #f90 transparent transparent;
}

.detail-info__user-recenze .recenze-neutral:after {
  border-color: #f90 transparent transparent transparent;
}

.detail-info__user-recenze .recenze-negativ {
  background: #c00;
}

.detail-info__user-recenze .recenze-negativ:before {
  border-color: transparent #c00 transparent transparent;
}

.detail-info__user-recenze .recenze-negativ:after {
  border-color: #c00 transparent transparent transparent;
}

.detail-info__user-recenze-date {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 12px;
  font-weight: 400;
}

.detail-info__user-recenze-author {
  font-weight: 800 !important;
  font-size: 16px !important;
  font-size: 1rem !important;
  margin-bottom: 0px;
}

.detail-info__user-recenze-ex {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #999;
  margin-top: 2px;
  margin-bottom: 10px;
}

.detail-info__user-recenze-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 400;
}

.detail-info__user-recenze-rating {
  margin-top: 30px;
}

.detail-info__user-recenze-rating-minus li:before {
  content: "-";
  font-weight: bold;
  color: #f00;
  position: absolute;
  left: 0;
  top: 4px;
}

.detail-info__user-recenze-rating-plus li:before {
  content: "+";
  font-weight: bold;
  color: #7bac28;
  position: absolute;
  left: 0;
  top: 4px;
}

.detail-info__user-recenze-rating span {
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 11px;
  display: block;
}

.detail-info__user-recenze-rating ul {
  padding-bottom: 0px;
}

.detail-info__user-recenze-rating li {
  position: relative;
  padding-left: 20px;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.detail-info__user-recenze-photos {
  clear: both;
  margin-top: 30px;
}

.detail-info__user-recenze-photos div {
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.detail-info__user-recenze-photos img {
  margin-right: 10px;
}

.detail-info__user-recenze-btn--all {
  text-align: center;
}

.detail-info__user-recenze-btn--all button {
  margin: 0 auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  background: #dcecc0;
  border: 0;
  outline: 0;
  padding: 10px 15px;
}

.detail-item__head {
  display: block;
  background: url("/images/hp-crossroad__bg.jpg") no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e5e5e5;
}

.detail-item {
  position: relative;
}

.detail-item table.cart-products {
  margin: 0px -30px 20px -30px;
}

.detail-item .error {
  border-radius: 10px;
  background: #ff000024;
  color: #ff1e1e;
  padding: 15px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (min-width: 950px) {
  .detail-item__head {
    margin: 0 -30px;
    padding: 0 30px;
  }
}

.detail-item__nav {
  margin: 20px 0;
}

.detail-item__nav li {
  display: inline;
}

.detail-item__nav li a {
  text-decoration: underline;
}

.detail-item__nav li a:after {
  content: ">";
  display: inline-block;
  font-size: 1.5em;
  font-size: 0.09375rem;
}

.detail-item__title {
  padding-top: 0px;
  font-weight: 900;
  padding: 12px 0 13px 0;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 950px) {
  .detail-item__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.detail-item__image--main {
  display: block;
  border: 1px solid #ccc;
  padding: 0;
  min-height: 300px;
}

.detail-item__subtitle {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 10px;
  display: block;
}

.detail-item__sub {
  display: inline-block;
  font-weight: 800;
}

@media screen and (max-width: 950px) {
  .detail-item__sub {
    display: block;
    margin-bottom: 10px;
  }
}

.detail-item__sub p {
  margin-left: 3px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: inline-block;
}

.detail-item__sub p a {
  color: #000;
  display: inline-block;
}

.detail-item__yc-link {
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  font-weight: bold;
  margin: 10px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}

.detail-item__yc-link img {
  margin-bottom: 7px;
  margin-top: 7px;
  display: block;
  max-width: 106px;
}

.detail-item__yc-link span {
  text-align: center;
}

.detail-item__tags {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  top: -3px;
}

.detail-item-code {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  color: #999999;
  display: block;
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 950px) {
  .detail-item__tags {
    margin: 0 10px 0 0;
  }
}

.detail-item__tag {
  padding: 7px 8px 5px;
  margin: 2px 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
}

.detail-item__share {
  display: inline-block;
  padding-left: 13px;
  margin-left: 3px;
  position: relative;
}

.product-description {
  font-size: 1.0625rem;
  font-weight: 100;
}

.detail-item__share img {
  position: relative;
  top: 2px;
}

.detail-item__share a {
  margin-left: 10px;
  display: inline-block;
  color: #000;
  font-weight: bold;
}

.detail-item .tag--red {
  background: #ff9900;
}

.detail-item .tag--yellow {
  background: #d3a723;
}

.detail-item__product-data {
  font-size: 17px;
  font-size: 1.0625rem;
  padding-left: 25px;
  width: 472px;
  float: left;
}

@media screen and (max-width: 950px) {
  .detail-item__product-data {
    width: 100%;
    padding: 20px 0 0;
  }
}

.detail-item__product-image {
  width: 445px;
  float: left;
}

@media screen and (min-width: 1200px) {
  .detail-item__product-image {
    width: 655px;
  }
  table.cart-products {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
}

@media screen and (max-width: 950px) {
  .detail-item__product-image {
    width: 100%;
  }
}

.detail-item__product {
  padding-top: 30px;
}

.detail-item__product-view {
  margin-top: 6px;
}

.detail-item__product-bigImg {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.detail-item__product-img {
  min-width: 120px;
  min-height: 92px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  /*padding: 10px 15px;*/
  border: 1px solid #ccc;
  margin: 10px 10px 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail-item__product-img img {
  max-width: 100%;
  max-height: 90px;
  width: auto;
}

.detail-item__product-video {
  width: 120px;
  min-height: 92px;
  padding-top: 60px;
  vertical-align: top;
  margin: 10px 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  height: 76px;
  margin-top: 10px;
  color: #fff;
  display: inline-block;
  background: #85c226 -webkit-gradient(linear, left top, left bottom, from(#7aab28), to(#638a20));
  background: #85c226 -webkit-linear-gradient(#7aab28, #638a20);
  background: #85c226 linear-gradient(#7aab28, #638a20);
  position: relative;
  cursor: pointer;
}

.detail-item__product-video:before {
  content: "\25B8";
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.8);
}

.detail-item__product-info {
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 30px;
  display: block;
}

.detail-item__product-info a {
  color: #000;
  display: inline-block;
  font-weight: 800;
  padding-top: 5px;
  line-height: 1;
}

.detail-item__product-box {
  background: #e6f3cd;
  border-radius: 5px;
  margin: 10px 0;
  padding: 0px 15px 15px 15px;
}

.detail-item__product-action {
  width: 100%;
  padding-top: 15px;
}

.detail-item__product-action.hidden {
  display: none;
}

/* PRODUCT DETAIL CROSS SELING */
.cross-selling-header {
  text-transform: uppercase;
  color: #ccc;
  font-size: 13px;
  margin: 5px 0;
  margin-bottom: 10px;
  font-weight: bold;
}
.detail-item__cross-selling {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}
.detail-item__cross-selling-span {
  display: flex;
  align-items: center;
}
.detail-item__cross-selling-img {
  max-width: 64px;
}
span.detail-item__cross-selling-price {
  text-decoration: none !important;
}
.detail-item__cross-selling-btn {
  background: linear-gradient(#658e22, #56781d);
  color: white;
  font-weight: bold;
  border-radius: 4px;
  padding: 5px 7px;
}

.select-box--fancy {
  position: relative;
}

.select-box-wrapper.colors {
  border: 3px solid #7bac29;
  padding: 8px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  width: 364px;
  display: none;
}

.select-box-wrapper.sizes {
  border: 3px solid #7bac29;
  padding: 4px 8px;
  background: #fff;
  position: absolute;
  top: 7px;
  /*left: 185px;*/
  left: 0;
  z-index: 1;
  width: 365px;
}

.detail-info-box {
  display: none;
  position: absolute;
  background: #fff;
  top: 20px;
  padding: 10px;
  z-index: 10;
  -moz-box-shadow: 0 0 8px #ccc;
  -webkit-box-shadow: 0 0 8px #ccc;
  box-shadow: 0 0 8px #ccc;
  border-radius: 17px;
}

.detail-info-box .info {
  font-size: 12px;
  color: #333;
}

.detail-info-box::before {
  content: "";
  background: url("/images/combination-box-arrow.png") top center no-repeat;
  position: absolute;
  top: -14px;
  left: 10px;
  height: 14px;
  width: 22px;
}

.header__top-tel-box::before {
  content: "";
  background: url("/images/combination-box-arrow.png") top center no-repeat;
  position: absolute;
  transform: rotateY(180deg);
  top: -14px;
  left: -1px;
  height: 14px;
  width: 22px;
}
.detail-info-box.quantity {
  min-width: 270px;
  padding: 8px;
  font-size: 14px;
  background: #fff;
  z-index: 2;
  line-height: 1.5;
  top: 30px;
  font-weight: 100;
  text-align: center;
}

.detail-info-box p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 1em 0;
  font-weight: 100;
}

.detail-info-box p.small {
  font-size: 12px;
  color: #666;
}

.detail-info-box.comb {
  padding: 0;
  top: 30px;
}

.detail-info-box__hover-helper {
  height: 22px;
  position: absolute;
  background: transparent;
  z-index: 111111;
  width: 100%;
  top: -9px;
  left: 0;
}

.aviable-sizes .detail-info-box__hover-helper {
  top: -22px;
}

.detail-info-box__hover-helper:hover > .detail-info-box {
  display: block;
}
.header__top-tel-box {
  display: none;
  position: absolute;
  background: #fff;
  border: #cccccc solid 1px;
  top: 40px;
  min-width: 550px;
  z-index: 999;
}
.header__top-tel-wrapper {
  cursor: pointer;
}
.header__top-tel-wrapper:hover > .header__top-tel-box {
  display: block;
}
span.tel-box-heading {
  color: black;
  display: block;
  font-weight: bold;
  font-size: 16px;
}
span.tel-box-number {
  color: black;
  font-size: 16px;
}
span.tel-box-hours {
  color: #707070;
  font-size: 13px;
  display: block;
}
.header .tel-box-hours a {
  color: #707070;
  text-decoration: underline;
}
.tel-box-adress {
  margin-top: 15px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.tel-box-adress:first-of-type {
  border-right: 1px dashed #ccc;
  margin-right: 25px;
}
.header a.tel-box-contact-link {
  font-size: 14px;
  display: bold;
  text-align: center;
  color: black;
  text-decoration: underline;
  display: block;
  width: 100%;
  background: #eaeaea;
  padding: 10px;
}
.detail-info-box.delivery-info {
  width: 390px;
}

.detail-info-box.delivery-info strong {
  padding-bottom: 5px;
  display: inline-block;
}

.detail-info-box.shop-info {
  text-align: center;
  top: 35px;
  position: absolute;
  width: 370px;
}

.detail-info-box.shop-info p {
  text-decoration: none;
}

.detail-info-box.shop-info strong {
  text-decoration: underline;
}

.detail-info-box.shop-info::before,
.header__top-tel-box {
  left: 5px;
}

.combination-box__wrapper {
  display: table;
}

.combination-box__row {
  display: table-row;
  height: 30px;
}

.combination-box__row:last-of-type .combination-box__cell {
  border-bottom: none;
}

.combination-box__cell {
  display: table-cell;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 12px 22px;
}

.combination-box__cell.active {
  border: 2px solid #7bac29;
  background: #e6f3cd;
}

.combination-box__cell.color {
}

.combination-box__cell .checked {
  display: block;
  background: url("/images/combination-box-check.png") center center no-repeat;
  width: 22px;
  height: 18px;
}

.combination-box__cell .product-color {
  margin: 0;
}

.combination-box__cell.size {
  height: 38px;
  vertical-align: middle;
  font-weight: 700;
}

.select-box-wrapper.sizes {
  display: none;
}

.velikosti-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-size-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
  width: 50%;
}
span.product-size-availability {
  width: 100%;
  font-size: 58%;
  text-decoration: underline;
  text-align: center;
  line-height: 132%;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.select-box-wrapper.sizes .size-box {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 27px;
  padding: 4px 4px;
  border: 3px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 3px #ccc;
  border-radius: 2px;
  margin: 4px 4px;
  cursor: pointer;
  color: black;
}

.product-size-wrapper.out-of-stock:after {
  content: " ";
  width: 2px;
  height: 164px;
  background: red;
  z-index: 5;
  position: absolute;
  top: -64px;
  left: 85px;
  transform: rotateZ(82deg);
}
span.size-box-item.out-of-stock:after {
  content: " ";
  width: calc(100% - 2px);
  height: 2px;
  background: red;
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 1px;
  transform: rotateZ(-8deg);
}
span.size-box-item.ordered:after {
  content: " ";
  width: calc(100% - 2px);
  height: 2px;
  background: #d5af17;
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 1px;
  transform: rotateZ(-8deg);
}
.product-size-wrapper.ordered:after {
  content: " ";
  width: 2px;
  height: 164px;
  background: #d5af17;
  z-index: 5;
  position: absolute;
  top: -64px;
  left: 85px;
  transform: rotateZ(82deg);
}

.product-size-wrapper .detail-info-box.availability-info {
  top: 75%;
  left: 45px;
}

@media screen and (min-width: 428px) and (max-width: 950px) {
  .select-box-wrapper.sizes {
    width: 260px;
    top: 2px;
    left: 106px;
  }
  .product-size-wrapper.out-of-stock:after {
    content: " ";
    width: 2px;
    height: 111px;
    background: red;
    z-index: 5;
    position: absolute;
    top: -38px;
    left: 58px;
    transform: rotateZ(79deg);
  }
  .product-size-wrapper.ordered:after {
    content: " ";
    width: 2px;
    height: 111px;
    background: #d5af17;
    z-index: 5;
    position: absolute;
    top: -38px;
    left: 58px;
    transform: rotateZ(79deg);
  }
  .product-size-wrapper .detail-info-box.availability-info {
    left: 25px;
  }
}
@media screen and (max-width: 427px) {
  .select-box-wrapper.sizes {
    left: 0;
  }
  .product-size-wrapper.out-of-stock:after {
    content: " ";
    width: 2px;
    height: 111px;
    background: red;
    z-index: 5;
    position: absolute;
    top: -38px;
    left: 58px;
    transform: rotateZ(79deg);
  }
  .product-size-wrapper.ordered:after {
    content: " ";
    width: 2px;
    height: 111px;
    background: #d5af17;
    z-index: 5;
    position: absolute;
    top: -38px;
    left: 58px;
    transform: rotateZ(79deg);
  }
  .product-size-wrapper .detail-info-box.availability-info {
    left: 25px;
  }
}
.select-box-wrapper.sizes .size-box:hover {
  border: 3px solid #7bac28;
}

.select-box-wrapper.sizes .size-box.selected {
  border: 3px solid #7bac28;
}

.select-box-wrapper.colors {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: none;
}
.product-colors-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product-color-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 55px;
  position: relative;
  justify-content: center;
  margin-bottom: 5px;
  cursor: pointer;
}
span.product-color-availability,
span.product-size-availability {
  width: 100%;
  font-size: 58%;
  text-decoration: underline;
  text-align: center;
  line-height: 132%;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}
.select-box-wrapper .product-color {
  width: 38px;
  height: 38px;
  border: none;
  margin: 4px 6px 4px 5px;
  position: relative;
}
.product-color-wrapper.in-stock,
.product-size-wrapper.in-stock {
  color: green;
}
.product-size-wrapper.out-of-stock,
.product-color-wrapper.ordered {
  color: red;
}
.product-color-wrapper.ordered,
.product-size-wrapper.ordered {
  color: #d5af17;
}
.select-box-wrapper .product-color.not-aviable:hover {
  border: 0;
}
.select-box-wrapper.sizes .out-of-stock .size-box:hover,
.select-box-wrapper.sizes .ordered .size-box:hover {
  border: 3px solid transparent;
}

.select-box-wrapper .product-color.not-aviable {
  opacity: 0.66;
}

.select-box-wrapper .product-color.not-aviable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  background: url("/images/colors-not-aviable.png") center center no-repeat;
  background-size: 38px;
  cursor: not-allowed;
}

.select-box-wrapper.in-stock .product-color:hover {
  border: 4px solid #7cac2a;
}

.select-box-wrapper .product-color.selected {
  border: 4px solid #7cac2a;
}

.select-box--fancy {
  width: 100%;
  height: auto;
  position: absolute;
}

.detail-item__product-color,
.detail-item__product-size {
  display: inline-block;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.detail-item__product-comb {
  position: relative;
  top: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  color: #000;
  display: inline-block;
  padding: 0 0px 16px 2px;
}

.detail-item__product-comb:hover .detail-info-box,
.quantity-discount:hover .detail-info-box,
.detail-item__product-addit--delivery:hover .detail-info-box,
.detail-item__product-addit--shop-info:hover .detail-info-box.shop-info,
.product-color-wrapper:hover .detail-info-box,
.product-size-wrapper:hover .detail-info-box {
  display: block;
}
.detail-info-box.availability-info {
  top: 65%;
  left: -6px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.product-colors span.product-color-wrapper.out-of-stock:after {
  height: 25px;
}
.product-colors span.product-color-wrapper.ordered:after {
  height: 25px;
}
.product-colors .product-color-wrapper {
  width: auto;
}
.product-colors .detail-info-box.availability-info {
  top: 110%;
  left: -20px;
}
span.product-color-wrapper.out-of-stock:after {
  content: "";
  height: 50px;
  position: absolute;
  width: 6px;
  top: -2px;
  background: red;
  border: 2px solid white;
  transform: rotateZ(35deg);
  backface-visibility: hidden;
}

span.product-color-wrapper.ordered:after {
  content: "";
  height: 50px;
  position: absolute;
  width: 6px;
  top: -2px;
  background: #d5af17;
  border: 2px solid white;
  transform: rotateZ(35deg);
  backface-visibility: hidden;
}

.detail-item__product-addit--shop-info span {
  text-decoration: underline;
}

.detail-item__product-price {
  font-weight: 800;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0 0 0;
}

.detail-item__product-price-number {
  padding-left: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.detail-item__product-price-cz {
  padding-top: 0px;
  font-size: 35px;
  font-size: 2.1875rem;
}

.detail-item__product-price-cz span {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #666;
}

.detail-item__product-price-eu {
  padding-top: 15px;
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}

.detail-item__product-cart {
  margin-top: 10px;
  padding: 14px 0px 14px 10px;
  border-radius: 5px;
  width: 250px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#6b9623),
    to(#496718)
  );
  background: -webkit-linear-gradient(#6b9623, #496718);
  background: linear-gradient(#6b9623, #496718);
  -webkit-transition: 300ms -webkit-box-shadow;
  transition: 300ms -webkit-box-shadow;
  transition: 300ms box-shadow;
  transition: 300ms box-shadow, 300ms -webkit-box-shadow;
  cursor: default;
}

.detail-item__product-cart:hover {
  -webkit-box-shadow: 0 0 12px 2px rgba(107, 150, 35, 0.5);
  box-shadow: 0 0 12px 2px rgba(107, 150, 35, 0.5);
}

.detail-item__product-cart span.btn-do-kosiku {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  display: inline-block;
  padding-top: 11px;
  padding-left: 0px;
  height: 100%;
  cursor: pointer;
  vertical-align: middle;
}

.cart-table__pieces-box {
  position: relative;
  display: inline-block;
  float: left;
}

.cart-table__pieces--up,
.cart-table__pieces--down {
  background-color: #f5f5f5;
  border-left: 1px solid #b5b5b5;
  border-top-right-radius: 3px;
  width: 20px;
  bottom: 50%;
  position: absolute;
  right: 1px;
  top: 1px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

.cart-table__pieces--down {
  border-bottom-right-radius: 3px;
  border-top: 1px solid #b5b5b5;
  border-top-right-radius: 0;
  bottom: 1px;
  top: 50%;
}

.cart-table__pieces--up::before,
.cart-table__pieces--down::before {
  content: "";
  margin: -7px 0 0 -5px;
  left: 50%;
  position: absolute;
  top: 50%;
  border: 5px transparent solid;
  border-bottom-color: #777777;
}

.cart-table__pieces--down::before {
  border-top-color: #777777;
  border-bottom-color: transparent;
  margin-top: -2px;
}

.detail-item__product-link {
  padding-top: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.quantity-discount {
  position: relative;
  font-weight: 700;
}

.detail-item__product-sku {
  float: left;
  width: 60px;
  font-weight: bold;
  height: 43px;
  border: none;
  text-align: center;
  font-size: 18px;
}

.detail-item__product-sku input[type="number"]::-webkit-inner-spin-button {
  width: 14px;
  height: 40px;
}

.detail-item__product-addit {
  margin-top: 30px;
  padding-left: 60px;
  position: relative;
  line-height: 1.4;
}

.detail-item__product-addit--delivery,
.detail-item__product-addit--shop-info {
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.detail-item__product-addit--check {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #85c226;
  /*padding-top: 10px;*/
  margin-bottom: 0;
}

.detail-item__product-addit--check.in-stock {
}

.detail-item__product-addit--check.out-of-stock {
  color: #85c226;
}

.detail-item__product-addit--check a {
  color: #000;
  text-decoration: underline;
}

.detail-item__product-addit--check:before {
  content: "";
  border-radius: 100%;
  background: #e5e5e5 url("/images/addit--check.png") no-repeat center;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
}

.detail-item__product-addit--package {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
  position: relative;
}
.detail-item__product-addit--package::before {
  content: "";
  border-radius: 100%;
  background: #e5e5e5 url("/svg/icon-delivery.svg") no-repeat center;
  background-size: 20px;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -55px;
}

.detail-item__product-addit--check.out-of-stock:before {
  background: #e5e5e5 url("/images/addit--check-on-way.png") no-repeat center;
}

.detail-item__product-addit--see a {
  font-weight: 700;
}

.detail-item__product-addit--see {
  margin-top: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
}

.detail-item__product-addit--see:before {
  content: "";
  border-radius: 100%;
  background: #e5e5e5 url("/images/addit--see.png") no-repeat center;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 5px;
}

.detail-menu {
  background: #e6f3cd;
  padding-left: 20px;
  display: block;
  padding: 10px 0 10px 10px;
  white-space: nowrap;
}

#moreRecenze {
  margin-bottom: 30px;
}

@media screen and (max-width: 950px) {
  .detail-menu {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px;
    white-space: normal;
  }
  .select-box-wrapper.sizes,
  .select-box-wrapper.colors {
    width: 260px;
    top: 2px;
  }

  .select-box-wrapper.sizes .size-box {
    width: calc(100% - 8px);
  }
  .detail-infobox__form {
    width: 240px;
  }
}

@media screen and (min-width: 950px) {
  .detail-menu {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.detail-menu__links {
  white-space: nowrap;
  overflow-x: hidden;
  max-width: 880px;
  padding: 7px 0;
}

@media screen and (max-width: 1200px) {
  .detail-menu__links {
    max-width: 680px;
  }
  .studia__guidepost-dablice,
  .studia__guidepost-holesovice {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  div.cart-price > div p span.price {
    display: block;
  }

  .category-list__item {
    width: calc(50% - 20px);
  }
  .category-list__item:nth-child(3n) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 950px) {
  .detail-menu__links {
    white-space: normal;
  }
  .detail-menu__links {
    max-width: 100%;
  }
  .detail-menu__links-mob-btn {
    padding: 8px 0 8px 32px;
    color: #fff;
    font-size: 0.875rem;
    position: relative;
    background: #87c32a url("/images/show-more-cat-btn.png") left 9px center
      no-repeat;
    background-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  .detail-menu__links-mob-btn.open {
    background: #87c32a url("/images/show-more-cat-btn-open.png") left 9px
      center no-repeat;
    background-size: 14px;
  }
  .detail-menu .detail-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .detail-menu .detail-menu__links-wrapper {
    display: none;
  }
  .detail-menu__link {
    margin: 5px 0;
  }
}

.detail-menu__links-mob-btn {
  display: none;
}

.detail-menu__links,
.detail-menu__back {
  display: inline-block;
  vertical-align: middle;
}

.detail-menu__back-icon,
.detail-menu__next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  border: 1px solid #ccc;
  color: #7bac28;
  margin: 5px 5px 0;
  position: relative;
}

@media screen and (max-width: 950px) {
  .detail-menu__back-icon,
  .detail-menu__next-icon {
    display: none;
  }
}

.detail-menu__next-icon {
  float: right;
  margin-right: 20px;
}

.detail-menu__next-icon:before {
  content: "";
  display: block;
  width: 80px;
  height: 40px;
  right: 100%;
  top: -10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(230, 243, 205, 0)),
    to(#e6f3cd)
  );
  background: -webkit-linear-gradient(left, rgba(230, 243, 205, 0), #e6f3cd);
  background: linear-gradient(to right, rgba(230, 243, 205, 0), #e6f3cd);
  position: absolute;
}

.detail-menu__back {
  margin-right: 15px;
  margin-top: 5px;
}

@media screen and (max-width: 950px) {
  .detail-menu__back {
    margin-bottom: 10px;
  }
}

.detail-menu__back a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 10px;
}

.detail-menu__back a:before {
  content: "";
  width: 10px;
  height: 10px;
  display: table-cell;
  position: relative;
  top: -6px;
  right: 10px;
  vertical-align: middle;
  background: url("/images/detail-produkt--back.png") no-repeat center;
}

.detail-menu__link {
  font-weight: 600;
  display: inline;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 5px;
  white-space: nowrap;
}

@media screen and (max-width: 950px) {
  .detail-menu__link {
    display: inline-block;
    margin: 8px 0;
    white-space: normal;
  }
}

.detail-menu__link a {
  color: #666;
}

.detail-menu__link--active {
  background: #fff;
  border-radius: 15px;
  padding: 5px 10px 3px;
  font-weight: 800;
}

.detail-menu__link--active a {
  text-decoration: none;
  color: #000;
}

.aside {
  text-align: center;
  /* height: 230px; */
  background: #fff;
  border-top: 1px solid #ccc;
}

.aside__item {
  position: relative;
  z-index: 2;
}
.rating-sec {
  background: white;
  padding-top: 50px;
}
.rating {
  display: flex;
  align-items: center;
  padding: 50px;
  /* margin-top: 50px; */
  border-top: 1px solid #ccc;
}
.rating__item {
  display: flex;
  align-items: center;
}
.rating__img {
  max-width: 100px;
}
.rating__item--heureka h3,
.rating__item--heureka p,
.rating__item--heureka a {
  color: #30a9d4 !important;
  text-transform: none;
}
.rating__item--zbozi h3 {
  text-transform: none;
}
.rating__item--zbozi a {
  color: #dc1f27 !important;
}
.rating__item a {
  font-weight: bold;
}
.rating__text {
  padding: 0px 30px;
  text-align: left;
}
.rating__item-title {
  margin-bottom: 15px;
}
.rating__text p {
  margin-bottom: 15px;
}

.rating__item:first-of-type {
  border-right: 1px solid #ccc;
  margin-right: 50px;
}

@media screen and (min-width: 1200px) {
  .aside__item:after {
    content: "";
    display: block;
    position: absolute;
    height: 177px;
    right: 0;
    top: 20px;
    width: 1px;
    background: #ccc;
  }
  .aside__item:last-child:after {
    display: none;
  }
}

.aside__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #779331;
  font-weight: bold;
  line-height: 1.2;
}

.aside__item-icon {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(222, 222, 222, 0.99);
  box-shadow: 0px 0px 30px 5px rgba(222, 222, 222, 0.99);
  border-radius: 100%;
  position: relative;
  z-index: 99;
  top: -30px;
  border: 1px solid #ccc;
}

.aside__item-text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
  padding: 17px 0;
  line-height: 1.2;
}
.aside__item-text a {
  color: #666;
}

.aside .icon-box {
  background: #fff url("/images/aside__icon-box.png") no-repeat center;
}

.aside .icon-time {
  background: #fff url("/images/aside__icon-time.png") no-repeat center;
}

.aside .icon-shop {
  background: #fff url("/images/aside__icon-shop.png") no-repeat center;
}

.aside .icon-chat {
  background: #fff url("/images/aside__icon-chat.png") no-repeat center;
}
.aside .icon-return {
  background: #fff url("/images/aside__icon-return.png") no-repeat center;
  background-size: 32px;
}

@media screen and (max-width: 950px) {
  .rating {
    flex-wrap: wrap;
  }
  .rating__item,
  .rating__item:first-of-type {
    border: 0;
    margin: 0 0 50px 0;
  }
  .aside {
    height: 260px;
    border-top: none;
    position: relative;
  }
  .aside:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background: #ccc;
    display: block;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 0;
  }
  .aside__item {
    width: 100%;
  }
  .aside__item-icon {
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(222, 222, 222, 0.99);
    box-shadow: 0px 0px 10px 5px rgba(222, 222, 222, 0.99);
  }
}

.banner {
  text-align: center;
  margin: 0px auto 0;
  display: block;
  display: flex;
  justify-content: space-around;
}

.banner__item {
  min-height: 100px;
  background: white;
  overflow: hidden;
  padding: 5px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
  box-shadow: 0 0 0 1px #ccc;
  width: 90%;
  margin: 0 auto;
  display: block;
  display: inline-block;
  position: relative;
  height: auto !important;
  width: 512px;
}

.banner__item img {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 950px) {
  .banner {
    margin-top: 15px;
    padding-top: 10px;
  }
  . .banner .slick-prev,
  .banner .slick-next {
    top: 54px;
  }
  .banner__item {
    max-width: 100%;
    max-height: 100%;
    min-height: 100px;
    width: 99%;
    margin-top: 1px;
    top: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }
}

.crossroad {
  margin-bottom: 60px;
}

.crossroad a:after {
  display: none;
}

.crossroad .container {
  background: transparent;
}

@media screen and (max-width: 950px) {
  .banner .slick-slider {
    width: 400px;
  }
  .banner__item {
    width: 400px;
  }
  .crossroad .container {
    padding: 0;
  }
}

.crossroad__title {
  text-align: center;
  color: #fff;
  margin: 30px 0 15px;
  font-weight: 900;
}

.crossroad__subtitle {
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.crossroad__products {
  margin: 30px 0;
  border: 3px solid #8ac02e;
  background: url("/images/hp-crossroad__bg.jpg") no-repeat;
  background-size: cover;
}

.crossroad__products:after {
  content: "";
  display: block;
  clear: both;
}

.crossroad__products a {
  cursor: pointer;
}

.crossroad__product {
  padding: 15px;
  height: 230px;
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}

.crossroad__product a {
  text-decoration: none;
}

.crossroad__product-img {
  /*height: 140px;*/
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .crossroad__product-img {
    height: 120px;
  }
}

.crossroad__product-title {
  padding: 10px 0;
  color: #527819;
  font-weight: bold;
  display: block;
  text-transform: none;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.35;
}

.crossroad__product-list {
  display: none;
  padding: 15 5px;
  position: absolute;
  background: #f7fbee;
  border: 3px solid #8ac02e;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -7px;
  z-index: 5;
}

.crossroad__product-list > a.title {
  text-align: left;
  display: block;
  font-weight: 800;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
  margin-bottom: 10px;
  text-decoration: underline;
  padding-left: 15px;
  line-height: 1.4;
}

.crossroad__product-list li {
  padding: 5px 0;
  margin-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-align: left;
  position: relative;
}

.crossroad__product-list li span {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.4);*/
  display: inline-block;
  text-decoration: underline;
}

.crossroad__product-list li:before {
  content: "■";
  position: absolute;
  display: inline-block;
  margin-right: 5px;
  color: #999;
  position: absolute;
  left: -14px;
  top: 3px;
}

.crossroad__product:hover {
  background: #f7fbee;
}

.crossroad__product:hover .crossroad__product-img,
.crossroad__product:hover .crossroad__product-title {
  display: none;
}

.crossroad__product:hover .crossroad__product-list {
  display: block;
}
@media screen and (max-width: 949px) and (min-width: 650px) {
  .banner .slick-slider {
    width: 550px;
  }
  .banner__item {
    width: 552px;
  }
}
@media screen and (max-width: 950px) {
  .banner {
    flex-wrap: wrap;
  }
  .banner .slick-slider {
    top: 0;
  }
  .banner__item {
    margin-bottom: 30px;
  }
  .crossroad {
    margin: 0;
  }
  .crossroad__title {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 5px;
  }
  .crossroad__subtitle {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .crossroad__products {
    height: 115px;
    margin: 30px 20px 0 20px;
  }
  .crossroad__product {
    padding: 5px;
    width: 100%;
    height: 110px;
    border: 0;
    margin-left: -4px;
    border-right: 1px solid #ccc;
  }
  .crossroad__product-title {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1;
  }
  .crossroad__product-img {
    height: 60px;
  }
  .crossroad__product-list {
    padding: 0;
    display: none !important;
  }
  .crossroad__product:hover {
    background: transparent;
  }
  .crossroad__product:hover .crossroad__product-img,
  .crossroad__product:hover .crossroad__product-title {
    display: block;
  }
}
.events {
  /* display: none; */
}
.events__event {
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.events__event .left,
.events__event .right {
  display: table-cell;
}

.events__event .right {
  vertical-align: top;
}

.events__event.is-green .events__event-typ {
  border-color: #093;
}

.events__event-typ {
  border-radius: 100%;
  border: 2px solid #cc0;
  width: 78px;
  height: 78px;
  text-align: center;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  padding-top: 30px;
}

.events__event-date {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 20px;
}

.events__event-title {
  padding-top: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 800;
  display: inline-block;
  padding-left: 20px;
  line-height: 1.5;
}

.events__event-title a {
  color: #000;
}

.events__event-title a:after {
  content: "";
  background: url("/svg/hp-events__link-icon.svg") no-repeat;
  background-size: 13px;
  width: 24px;
  height: 24px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  border: 0;
  left: 5px;
}

.events__event-title span {
  text-decoration: underline;
}

.events__more {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

.events__more a {
  color: #000;
}

.events__more a:before {
  content: "+";
  background: #ededed;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  color: #85c226;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding-top: 5px;
  right: 15px;
}

@media screen and (max-width: 950px) {
  .events h3 {
    text-align: center;
    display: block;
    /*max-width: 255px;*/
  }
  .events__more {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
  }
  .events__event-typ {
    width: 58px;
    height: 58px;
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 22px;
  }
  .events__event-title {
    font-size: 13px;
    font-size: 0.8125rem;
    padding-top: 5px;
  }
}

.shopinfo {
  margin: 0 -30px;
  padding: 40px 50px 45px;
  color: #fff;
  background: url("/images/shopinfo-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 380px;
}

.shopinfo h3 {
  color: #fff;
}

.shopinfo__title {
  text-align: center;
  color: #fff;
  text-transform: none;
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 0 !important;
  font-weight: 600 !important;
}

.shopinfo__title br {
  display: none;
}

.shopinfo__content {
  padding: 40px 0px;
}

.shopinfo__content-img {
  width: 35%;
  display: inline-block;
  float: left;
  padding-right: 20px;
}

.map {
  width: 100%;
  float: left;
  margin: 3px 0px 10px 0px;
  height: 430px;
  border: 1px solid #7c7c7c;
}

@media screen and (min-width: 1200px) {
  .shopinfo__content-img img {
    min-width: 330px;
  }
}

.shopinfo__content-text {
  width: 65%;
  display: inline-block;
  line-height: 1.6;
  font-weight: 300;
}

.shopinfo__content-adress,
.shopinfo__content-time {
  margin: 15px 0 0;
  display: inline-block;
}

.shopinfo__content a {
  color: #fff;
}

.shopinfo__content a:after {
  margin-top: 10px;
}

.shopinfo__content p {
  font-weight: 300;
}

@media screen and (max-width: 950px) {
  .shopinfo {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(102, 102, 102, 0.8);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(59, 59, 59, 0.7)),
        color-stop(51%, rgba(49, 49, 49, 0.8)),
        color-stop(70%, rgba(0, 0, 0, 0.99)),
        to(#000)
      ),
      url("/images/shopinfo-bg.jpg") no-repeat;
    background: -webkit-linear-gradient(
        top,
        rgba(59, 59, 59, 0.7) 0%,
        rgba(49, 49, 49, 0.8) 51%,
        rgba(0, 0, 0, 0.99) 70%,
        #000 100%
      ),
      url("/images/shopinfo-bg.jpg") no-repeat;
    background: linear-gradient(
        to bottom,
        rgba(59, 59, 59, 0.7) 0%,
        rgba(49, 49, 49, 0.8) 51%,
        rgba(0, 0, 0, 0.99) 70%,
        #000 100%
      ),
      url("/images/shopinfo-bg.jpg") no-repeat;
    background-size: cover;
    padding: 20px 30px 45px;
  }
  .shopinfo__title {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .shopinfo__title br {
    display: block;
  }
  .shopinfo__content {
    padding: 20px 0 0;
  }
  .shopinfo__content-img {
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
    overflow: hidden;
    padding-right: 0;
  }
  .shopinfo__content-img img {
    min-width: auto;
  }
  .shopinfo__content-text {
    margin-top: 3px;
    width: 100%;
    padding: 10px 2px;
    line-height: 1.6;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .shopinfo__content-adress {
    margin-top: 20px;
    float: left;
    width: 50%;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-right: 10px;
  }
  .shopinfo__content-time {
    margin-top: 20px;
    float: right;
    width: 50%;
    font-size: 13px;
    font-size: 0.8125rem;
    padding-left: 10px;
  }
}

.socialnetwork {
  /*height: 370px;*/
  height: 540px;
}

.socialnetwork .socialnetwork-facebook,
.socialnetwork .socialnetwork-instagram {
  text-align: center;
}

.socialnetwork-title {
  margin-bottom: 30px;
}

.socialnetwork img {
  margin: 5px;
}
#instafeed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#instafeed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin: 5px;
}
@media screen and (max-width: 1200px) and (min-width: 950px) {
  #instafeed {
    padding-right: 15px;
  }
  .studia__guidepost-holesovice,
  .studia__guidepost-dablice {
    width: calc(100% - 15px) !important;
  }
}
@media screen and (max-width: 450px) {
  #instafeed a {
    width: 45%;
  }
  .category-list__item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 950px) {
  .socialnetwork {
    margin: 20px 0;
  }
  .socialnetwork-facebook {
    margin: 20px 0;
  }
  .socialnetwork-title {
    text-align: center;
    margin: 20px 0;
  }
  .socialnetwork img {
    height: auto;
  }
}

.studia {
  padding: 40px 0;
}

.studia__title {
  text-align: center;
}

.studia__guidepost {
  margin: 30px 0;
  height: 300px;
}

.studia__guidepost-holesovice,
.studia__guidepost-dablice {
  position: relative;
}

.studia__guidepost-holesovice {
  width: 48%;
  min-height: 300px;
  margin-right: 15px;
  background: url("/images/studia__bg-holesovice.jpg") no-repeat;
  background-size: cover;
}

.studia__guidepost-dablice {
  width: calc(50% - 8px);
  min-height: 300px;
  margin-left: 15px;
  background: url("/images/studia__bg-dablice.jpg") no-repeat;
  background-size: cover;
}

.studia__guidepost-title {
  border-radius: 100%;
  text-align: center;
  padding: 95px 0px 0;
  width: 250px;
  height: 250px;
  margin: 25px auto;
  background: rgba(106, 144, 41, 0.8);
  line-height: 1.6;
}

.studia__guidepost-title h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  text-decoration: underline;
  position: relative;
}

@media screen and (max-width: 950px) {
  .studia {
    padding: 30px 0;
    height: 680px;
  }
  .studia__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .studia__guidepost-holesovice,
  .studia__guidepost-dablice {
    width: 100%;
    margin: 0;
  }
  .studia__guidepost-dablice {
    margin: 10px 0;
  }
}

.tip {
  margin-right: 35px;
}

.tip p {
  font-size: 0.875rem;
  font-weight: 100;
  margin-bottom: 1em;
  line-height: 1.45;
}

.tip__title {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding: 30px 0;
}

.tip__content .grid-1-2:nth-child(even) .tip__box {
  margin: 0 0px 16px 8px;
}

.tip__box {
  width: 250px;
  height: 165px;
  position: relative;
  margin: 0 8px 16px 0;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .tip__box {
    width: 197px;
    height: 130px;
  }
}

.tip__box--small {
  max-height: 150px;
}

@media screen and (max-width: 1200px) {
  .tip__box--small .tip__box-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tip__box a {
  text-decoration: none;
}

.tip__box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(155, 191, 101, 0.85)),
    to(rgba(82, 120, 25, 0.85))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(155, 191, 101, 0.85) 0%,
    rgba(82, 120, 25, 0.85) 100%
  );
  /* background: linear-gradient(
    180deg,
    rgba(155, 191, 101, 0.85) 0%,
    rgba(82, 120, 25, 0.85) 100%
  ); */
  background: linear-gradient(
    180deg,
    rgba(155, 191, 101, 0.5) 0%,
    rgba(82, 120, 25, 0.8) 100%
  );
}

.tip__box-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;

  max-height: 165px;
}

.tip__box-title {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  color: #fff;
  z-index: 20;
  padding: 0 12px;
}

.tip__more {
  font-weight: bold;
  text-align: center;
}

.tip__more a {
  color: #000;
}

.tip__more a:before {
  content: "+";
  background: #ededed;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  color: #85c226;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding-top: 5px;
  right: 15px;
  top: 2px;
}

@media screen and (max-width: 950px) {
  .tip {
    margin: 15px 0 30px;
    text-align: center;
  }
  .tip__more {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 0;
  }
  .tip__box {
    min-height: 100px;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: 16px;
  }
  .tip__box-title {
    font-size: 18px;
    padding: 0 15px;
  }
  .tip .grid-1-2 {
    width: 50%;
    max-width: 50% - 8px;
  }
  /*
    .tip .grid-1-2:nth-child(odd) {
        margin-right: 8px;
        margin-left: 0;
    }*/
}

.pagination {
  font-size: 16px;
  font-size: 1rem;
}

.pagination-step {
  display: inline-block;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border: 1px solid #719f25;
}

.pagination-step.dots {
  text-decoration: none;
}

.pagination-step.active {
  color: #fff;
  text-decoration: none;
  background: #719f25;
}

.products {
  margin: 80px 0 70px;
  text-align: center;
}

.products .slick-slide {
  clear: none;
}

.products__row {
  margin: 0 -11px;
  padding-bottom: 30px;
  /*overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;*/
}
.alternative-list .products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.alternative-list > .products__row > .grid-1-3 {
  width: 25%;
}

.products__row--marks .products__row .product {
  min-width: 0;
}
.products__row--marks .products__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.products__row--hp {
  overflow: hidden;
}

.products__row--hp .product.grid-1-3 {
  width: 25%;
  min-width: 0;
}

.products__title {
  color: #000;
  text-transform: uppercase;
  font-weight: 800;
  padding: 30px 0;
  margin-bottom: 30px;
  font-size: 20;
  font-size: 1.25rem;
}

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-bottom: -50px;
  font-size: 0;
  font-size: 0rem;
}

.products-list:after {
  content: "";
  display: block;
  clear: both;
}

.products-list .products-box,
.products-list .products-sidebar {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 950px) {
  .products-list {
    display: block;
    margin-left: 0;
  }
  .products__row--hp {
    overflow: inherit;
  }
  .product-img {
    height: auto;
  }
  .alternative-list > .products__row > .grid-1-3 {
    width: 33%;
  }
}

.products-box {
  width: 77%;
  padding-left: 25px;
  font-size: 16px;
  font-size: 1rem;
}

.products-box .tip__box {
  display: table;
  margin: 0px auto 30px;
}

.products-box > p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

/* CATEGORY INFO */
.g-flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.g-flex__col {
  flex: 1;
  overflow: hidden;
}
.g-flex__col-2 {
  flex: 2;
  overflow: hidden;
}
.g-flex__col-3 {
  flex: 3;
  overflow: hidden;
}
.g-flex__col-4 {
  flex: 4;
  overflow: hidden;
}
.g-flex__col-5 {
  flex: 5;
  overflow: hidden;
}

@media screen and (max-width: 700px) {
  .g-flex__col,
  .g-flex__col-2,
  .g-flex__col-3,
  .g-flex__col-4,
  .g-flex__col-5 {
    flex: auto;
  }
  .cross-heading {
    display: block;
    margin-top: 25px;
  }
}

.g-flex__m-order-1,
.g-flex__d-order-1 {
  order: 1;
}
.g-flex__m-order-2,
.g-flex__d-order-2 {
  order: 2;
}

.jogologie-slider {
  border: 6px solid #eaeaea;
  height: max-content;
  margin: 40px 0;
}
.jogologie-slider .product-img {
  border: 0;
}
.jogologie-slider .slick-slide {
  height: max-content;
  padding: 20px;
  border: 1px dashed #eaeaea;
  min-height: 475px;
}
.jogologie-slider .slick-slide .detail-info-box.sizes-info {
  position: relative;
  left: 0;
  top: 0;
}
.jogologie-slider .slick-slide .detail-info-box.sizes-info:before {
  top: -14px;
  left: 115px;
}

.jogologie-product img {
  margin: 0 auto;
  max-height: 190px;
  margin-bottom: 20px;
}
.jogologie-product__title,
.jogologie-product__price,
.jogologie-product__price .product-price,
.jogologie-product__price .product-price-eu,
.jogologie-product__price .product-status {
  display: block;
}
.jogologie-product {
  text-align: center;
}
.jogologie-product a {
  text-decoration: none;
}
.jogologie-product a span.jogologie-product__title {
  text-decoration: underline;
}
span.jogologie-product__price {
  margin-top: 15px;
}

.category-info__text {
  padding-right: 25px;
}
.category-info__text p {
  font-weight: 300;
  line-height: 28px;
}
.category-info__text .category-info__jogologie {
  width: 100%;
}
.category-info__video {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.category-info__video iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.cross-heading {
  font-size: 12px;
  font-weight: 600;
  color: #b9b2b1;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.category-info__jogologie {
  width: calc(50% - 10px);
  margin-right: 10px;
}
.category-info__jogologie-slider,
.category-info__jogologie-slider--off {
  background: #eaeaea;
  border-radius: 23px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px 45px;
  height: 56px;
}
.category-info__jogologie-slider .slick-next,
.category-info__jogologie-slider .slick-prev {
  position: absolute;
  z-index: 10;
  top: calc(50% - 13px);
  color: transparent;
  margin: 0px 20px;
  width: 26px;
  height: 26px;
  background: white url(/svg/arrow-black.svg) no-repeat 9px 6px;
  background-size: 8px;
  border: 1px solid #eeeeee;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.category-info__jogologie-slider .slick-next {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.category-info__jogologie-slider .slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.category-info__jogologie-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.category-info__jogologie-slide a {
  font-size: 14px;
  line-height: 20px;
}
.category-info__cross-selling {
  position: relative;
  background: #f4eeee;
  border-radius: 23px;
  display: flex !important;
  align-items: center;
  padding: 10px 45px;
  height: 56px;
}
.category-info__cross-selling span {
  display: block;
  width: calc(100% - 60px);
  font-size: 14px;
  line-height: 20px;
}
.category-info__cross-selling a {
  font-weight: bold;
}
.category-info__cross-selling img {
  position: absolute;
  right: 0;
  border-radius: 23px;
}

@media screen and (max-width: 1200px) {
  .products-box {
    display: block;
    width: 100%;
  }
}

.products-sidebar {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 23%;
  background: #eaeaea;
  overflow-y: auto;
}

.products-sidebar__menu {
  background: #e6f3cd;
  padding-bottom: 10px;
  border-bottom: 1px solid #8ac12f;
  margin-bottom: 20px;
}

.products-sidebar__menu-title {
  margin-top: -1px;
  margin-bottom: 10px;
  background: #8ac02e;
  display: block;
  padding: 14px 5px 14px 25px;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
}

.products-sidebar__menu-title:before {
  /*content: "";*/
  content: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 7px 4.5px 0;
  border-color: transparent #658e22 transparent transparent;
  left: 9px;
  top: 16px;
}

.products-sidebar__menu-link {
  display: block;
  color: #000;
  padding: 10px 5px 10px 25px;
}

.products-sidebar__menu-link.is-active {
  font-weight: bold;
  position: relative;
  z-index: 2;
}

.products-sidebar__menu-link.is-active:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 1.5px;
  border-radius: 9px 0 0 9px;
  background: #fff;
  width: 90%;
  width: calc(100% - 13px);
  z-index: -1;
  height: 100%;
}

.products-sidebar__filters {
  padding: 0 30px 10px 25px;
}

.products-sidebar__fieldset {
  margin-bottom: 25px;
}

.products-sidebar__fieldset .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
}

.products-sidebar__minmax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-sidebar__minmax input {
  width: 45px;
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #999;
  border-radius: 0;
  margin-right: 6px;
  color: #999;
  text-align: center;
}

.products-sidebar__minmax button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #8ac12f;
  color: #fff;
  border: none;
  font-weight: bold;
  cursor: pointer;
  margin-left: 14px;
}

.products-sidebar__legend {
  font-weight: bold;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 4px;
  padding-top: 36px;
}

.products-sidebar__fieldset .products-sidebar__legend:first-child {
  padding-top: 0;
}

@media screen and (max-width: 950px) {
  .products-sidebar {
    display: none !important;
    width: 100%;
  }
}

.product {
  position: relative;
  text-align: center;
  padding: 1em 11px 10px 11px;
  min-width: 182px;
  /*overflow: hidden;*/
  /*min-height: 400px;*/
}
@media screen and (max-width: 1200px) {
  .product {
    /*min-height: 430px;*/
  }
}
@media screen and (max-width: 950px) {
  .product {
    min-height: 0;
  }
}

.product-img-wrapper {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.product-img {
  display: block;
  margin: 0 auto;
  max-height: 160px;
  height: auto;
  margin-bottom: 15px;
  border: 3px solid #eaeaea;
  margin: 10px auto;
}

.product__tags {
  position: absolute;
  /*top: 110px;*/
  top: 40px;
  right: 35px;
  display: block;
  width: 100px;
}

@media screen and (max-width: 950px) {
  .product__tags {
    right: -6px;
  }
}

.product__tag {
  padding: 8px 8px 6px;
  margin: 2px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.625rem;
  font-weight: 600;
  float: right;
}

/* barvy tagů */
.tag--novinka {
  background: #ce0c0c;
}
.tag--recommended {
  background: #c92246;
}
.tag--collection {
  background: #9865aa;
}
.tag--red {
  background: #ff9900;
}

.tag--yellow {
  background: #d3a723;
}

@media screen and (max-width: 950px) {
  .product__tag {
    font-size: 9px;
    font-size: 0.5625rem;
  }
}

.product-title {
  font-weight: 800;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 950px) {
  .product-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .detail-item__product-addit--see {
    margin-top: 26px;
  }
}

.products__row--hp .product-price,
.detail-info__popis .product-price,
.products-box .product-price {
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 0 !important;
  line-height: 1;
}

.product-price {
  margin-top: 6px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  padding-bottom: 0 !important;
  line-height: 1;
}
.product-price-discount {
  text-decoration: line-through;
  font-weight: 300;
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 950px) {
  .product-price {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.detail-info__popis .product-price-eu,
.products-box .product-price-eu,
.products__row--hp .product-price-eu {
  margin-top: 4px;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #999;
  padding-bottom: 0 !important;
  line-height: 1;
}

.product-price-eu {
  margin-top: 4px;
  margin-bottom: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #999;
  padding-bottom: 0 !important;
  line-height: 1;
}

.size-box-wrapper {
  padding: 0 3px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.size-box-wrapper .size-box-item {
  border: 1px solid #ccc;
  min-height: 26px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(50% - 10px);
  margin: 4px 5px;
  border-radius: 4px;
  padding: 7px;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 950px) {
  .product-price-eu {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.product-colors {
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 950px) {
  .product-colors {
    margin-top: 3px;
  }
}

.product-color {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 100%;
  margin: 0 3px;
  position: relative;
}

.products-box .product-color {
  border: 0;
  width: 20px;
  height: 20px;
  float: left;
  margin-top: 0;
}

.aviable-sizes {
  display: inline-block;
  padding-left: 10px;
  font-size: 11px;
  /*  float: right; */
  padding-top: 5px;
  font-weight: 700;
  position: relative;
}

.aviable-sizes:hover {
  text-decoration: none;
}

.aviable-sizes:hover .detail-info-box.sizes-info {
  display: block;
}

.detail-info-box.sizes-info::before {
  left: 133px;
}

.detail-info-box.sizes-info .product-color {
  margin-bottom: 5px;
}

.detail-info-box.sizes-info {
  z-index: 9999;
  margin-top: 15px;
  width: 214px;
  padding: 8px 2px;
  left: -90px;
}

.products-box .products__row .product {
  overflow: unset;
}

.detail-info-box.color-info .product-color {
  margin-bottom: 6px;
  cursor: default;
}

.detail-info-box.color-info {
  cursor: default;
}

.color-range-icon:hover .detail-info-box.color-info {
  display: block;
  width: max-content;
  max-width: 132px;
  /* margin-top: 20px; */
  left: -10px;
  padding: 10px 10px 4px 10px;
  cursor: default;
}
.product-status--avail.ordered:hover .avail-box {
  display: block;
}

.avail-box.detail-info-box p {
  margin: 0;
  font-size: 12px;
  color: black;
}
.avail-box.detail-info-box {
  top: 10px;
}
.avail-box.detail-info-box::before {
  top: -14px;
  left: calc(50% - 25px);
}

.color-range-icon {
  position: relative;
  background: url("/images/color-range-icon.png") center center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
}

.color-range-icon > img {
  margin: 0 3px;
}

.products-list .products-box .product-colors {
  margin-top: 0;
}
.product-status--avail {
  display: block;
}
.product-status--avail .delivery-info-wrapper {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .product-color {
    width: 19px;
    height: 19px;
    margin: 0 1px;
  }
}

.product-color.color--green {
  background: #68703b;
}

.product-color.color--red {
  background: #dc4b4b;
}

.product-color.color--beide {
  background: #d8cbbf;
}

.product-colors input {
  display: none;
}

.product-colors input:checked + .product-color {
  border: 2px solid #8ac02e;
}

.product-colors input:checked + product-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border: 2px solid #8ac12f;
  border-radius: 100%;
}

.reset {
  font-weight: 400;
  font-size: 12px;
}

.products__row--hp .product-status,
.detail-info__popis .product-status,
.products-box .product-status {
  margin-top: 15px;
  color: #093;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1;
}

.product-status {
  margin-top: 15px;
  color: #093;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1;
}

.product-status.out-of-stock {
  color: #e60000;
}
.product-status.ordered {
  color: #ff6600;
}

@media screen and (max-width: 950px) {
  .product-status {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 8px;
  }
}

.product-feedback {
  margin-top: 5px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #666;
  font-weight: 500;
}

.product-feedback:before {
  content: "";
  background: url("/images/products-fajka-icon.png") no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: 5px;
  right: 5px;
}

@media screen and (max-width: 950px) {
  .product-feedback {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 2px;
  }
}

@media screen and (max-width: 950px) {
  .products {
    margin: 30px 0;
    height: 450px;
  }
  .products__title {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 0;
  }
  .header__bigmenu {
    min-height: 0;
  }
  /*.products__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: space-evenly;
        -webkit-justify-content: space-evenly;
    }

    .products__row--hp .products__row {
        display: block;
    }*/

  .product {
    padding-bottom: 20px;
  }
  .products-box .products__row .product {
    flex: 1;
    max-width: 25%;
  }
  .product__tags {
    right: 5px;
  }
}

.test-banner {
  padding: 0 11px;
}

.test-banner__content {
  background: #ccc;
  height: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 950px) {
  .test-banner {
    display: block !important;
    float: none !important;
  }
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 10;
  top: 40%;
  color: transparent;
  width: 25px;
  height: 25px;
  background: #85c226 url("/svg/footer-slide-up.svg") no-repeat center 8px;
  background-size: 12px;
  border: 0;
  border-radius: 3px;
  outline: 0;
}

.slick-prev {
  left: -10px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.slick-next {
  right: -10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.products .slick-next,
.products .slick-prev {
  top: 60px;
}

.products .slick-prev {
  left: 0%;
}

.products .slick-next {
  right: 0%;
}

@media screen and (max-width: 950px) {
  /*.products .slick-slide {
        max-width: 150px;
        min-width: 0;
        padding: 0;
        margin-left: 18px;
    }*/
  .products .slick-slide .product__tags {
    margin-right: -6px;
  }
  .banner__item img {
    margin-bottom: 10px;
  }
}

.content .noUi-target {
  background: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin: 12px 0;
  width: 158px;
}

.content .noUi-horizontal {
  height: 2px;
}

.content .noUi-connect {
  background: #676767;
}

.content .noUi-horizontal .noUi-handle {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #8ac02e;
  border-radius: 0;
  width: 7px;
  border: none;
  height: 15px;
  left: -2px;
  cursor: pointer;
}

.content .noUi-horizontal .noUi-handle:after,
.content .noUi-horizontal .noUi-handle:before {
  display: none;
}

.sort-box {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  margin-top: 50px;
}

.sort-box:after {
  content: "";
  display: block;
  clear: both;
}

.sort-box .pagination {
  float: right;
  margin-top: -8px;
}

.sort-box__links {
  float: left;
}

.sort-box-link {
  color: #000;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  font-weight: 300;
  text-decoration: underline;
}
.sort-box-link.is-active {
  text-decoration: none;
  font-weight: 700;
}
.sort-box-link:first-child {
  margin-left: 0;
}

.sort-box-link:last-child:after {
  display: none;
}

.sort-box-link:after {
  content: "";
  display: block;
  width: 2px;
  height: 10px;
  background: #ccc;
  position: absolute;
  right: -11px;
  top: 2px;
}
.sort-box__available {
  float: right;
  position: relative;
  top: -4px;
  display: flex;
  margin-bottom: 15px;
}
.sort-box__available-text {
  color: #399954;
  font-weight: bold;
  position: relative;
  top: 2px;
}
#id_skladem-check {
  display: inline-block;
}

@media screen and (max-width: 950px) {
  .sort-box-link {
    display: block;
    margin: 5px 0;
    float: left;
    padding-right: 8px;
  }
  strong.sort-box-link {
    /*float: none;*/
  }
  .sort-box-link:after {
    display: none;
  }
}

.suggestion-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

@media screen and (max-width: 950px) {
  .suggestion-boxes {
    display: block;
  }
}

.suggestion-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
  display: inline-block;
  background-color: #f4efee;
  background-repeat: no-repeat;
  background-position: right -90px top -80px;
  border: 1px solid #ccc;
  padding: 16px 110px 16px 16px;
}

@media screen and (max-width: 950px) {
  .suggestion-box {
    width: 100%;
    display: block;
    margin: 10px 0 !important;
  }
}
.jogologia-heading {
  background: #eaeaea;
  text-align: center;
  padding: 14px;
  margin-bottom: 20px;
}
.jogologia-heading a {
  font-weight: bold;
}

/* .suggestion-box.bg-1 {
    background-image: url("/images/product__img1.png");
    background-position: center right;
    background-size: contain;
}

.suggestion-box.bg-2 {
    background-image: url("/images/product__img2.png");
    background-position: center right;
    background-size: contain;
} */
.suggestion-box__bg--vaky {
  background-image: url("/images/cross-selling/cross-vaky.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--sady {
  background-image: url("/images/cross-selling/cross-sady.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--rucniky {
  background-image: url("/images/cross-selling/cross-rucniky.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--tasky {
  background-image: url("/images/cross-selling/cross-tasky.jpg");
  background-position: center right;
  background-size: contain;
}

.suggestion-box__bg--deky {
  background-image: url("/images/cross-selling/cross-deka.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--polstare {
  background-image: url("/images/cross-selling/cross-polstare.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--design-podl {
  background-image: url("/images/cross-selling/cross-designpodl.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--coffee {
  background-image: url("/images/cross-selling/cross-coffee.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--lahve {
  background-image: url("/images/cross-selling/cross-lahve.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--nahrdelniky {
  background-image: url("/images/cross-selling/cross-nahrdelnik.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--naramky {
  background-image: url("/images/cross-selling/cross-naramek.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--neti {
  background-image: url("/images/cross-selling/cross-neti.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--opasek {
  background-image: url("/images/cross-selling/cross-opasek.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--mala {
  background-image: url("/images/cross-selling/cross-mala.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--yogacentrumpodl {
  background-image: url("/images/cross-selling/cross-yg-podlozky.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--meditacni-podl {
  background-image: url("/images/cross-selling/cross-med-podlozky.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--kalhoty {
  background-image: url("/images/cross-selling/cross-kalhoty.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--tricka {
  background-image: url("/images/cross-selling/cross-tricka.jpg");
  background-position: center right;
  background-size: contain;
}
.suggestion-box__bg--bloky {
  background-image: url("/images/cross-selling/cross-bloky.jpg");
  background-position: center right;
  background-size: contain;
}

.suggestion-box__text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-right: 60px;
}

.suggestion-box:first-child {
  margin-right: 10px;
}

.footer__top {
  background: #85c226;
  padding: 30px 0;
  height: 200px;
}

.footer__row {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  margin-top: -6px;
}

.footer__info {
  position: relative;
}

.footer__info-links {
  padding: 15px 0;
}

.footer__info-link {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 5px 0;
  font-weight: 300;
  line-height: 1.2;
}

.footer__info-cards {
  position: absolute;
  left: 250px;
  top: 30px;
}

.footer__info-cards img {
  display: inline-block;
  margin: 4px;
}

.footer__partners p {
  font-weight: 300;
  padding: 15px 0;
  color: #fff;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
}

.footer__main {
  background: #7bac28;
  padding: 30px 0 0;
  display: block;
}

.footer__newsletter form {
  padding: 15px 0;
  width: 80%;
}

.footer__newsletter form input {
  display: inline-block;
}

.footer__newsletter-email {
  border: 1px solid #fff;
  padding: 18px 118px 17px 25px;
  width: 100%;
  outline: 0;
  border-radius: 4px;
}

.footer__newsletter-email::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

.footer__newsletter-email::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
}

.footer__newsletter-email:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

.footer__newsletter-email::placeholder {
  font-style: italic;
  font-weight: 300;
}

.footer__newsletter-submit {
  cursor: pointer;
  font-weight: 700;
  border-radius: 10px;
  border: 0;
  position: relative;
  top: -51px;
  float: right;
  padding: 15px 20px;
  margin: 0 4px;
  color: #fff;
  background: #3a3a3a;
  font-size: 14px;
  font-size: 0.875rem;
  background: -webkit-linear-gradient(top, #3a3a3a 0%, #040404 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3a3a3a),
    to(#040404)
  );
  background: linear-gradient(to bottom, #3a3a3a 0%, #040404 100%);
}

.footer__social > a {
  text-decoration: none;
}

.footer__social-icon {
  margin: 15px 5px;
  border-radius: 100%;
  height: 62px;
  width: 62px;
  display: inline-block;
  border-radius: 100%;
}

.footer__social .icon-facebook {
  background: #45619d url("/svg/footer-social-fb.svg") no-repeat center;
  background-size: 50px;
  margin: 15px 5px 15px 0;
}

.footer__social .icon-youtube {
  background: #fff url("/svg/footer-social-yt.svg") no-repeat center;
  background-size: 72px;
}

.footer__social .icon-instagram {
  background: #fff url("/svg/footer-social-pin.svg") no-repeat center;
  background-size: 68px;
}

.footer__social a:after {
  display: none;
}

.footer__btn-back {
  bottom: 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  cursor: pointer;
  background: #333 url("/svg/footer-slide-up.svg") no-repeat center;
  -webkit-background-size: 24px;
  background-size: 24px;
}

.footer__btn-back a {
  cursor: pointer;
}

.footer__legal {
  display: inline;
  color: #fff;
  float: right;
  position: relative;
  bottom: 30px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__legal > a {
  margin-left: 9px;
}

.footer__legal > a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 8px;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.footer h3 {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.footer a {
  color: #fff;
}
.our-experience {
  display: flex;
  align-items: center;
}
.our-experience img {
  padding-right: 10px;
}

/* VÁNOCE */
.vanoce2019__link-box {
  margin: 0px auto 80px auto;
  width: 70%;
  text-align: center;
}
.page-content a.vanoce2019__link-heading {
  display: block;
  margin-top: 15px;
  font-weight: 700;
}
.vanoce2019__link-text {
  margin: 18px 0 20px 0 !important;
}
.vanoce2019__button {
  background: #5b801e;
  padding: 5px 15px;
  color: white;
  text-decoration: none;
}
.vanoce2019__letter {
  border: 0;
  margin: 0;
}
.vanoce2019__kamenny-img {
  padding: 25px;
  display: auto;
  margin: 0 auto;
}
.vanoce2019__kamenny-heading {
  text-align: center;
  font-weight: 700;
}
.vanoce2019__hours {
  padding: 25px;
  text-align: center;
}
.vanoce2019__hours-li {
  margin-bottom: 15px;
  font-weight: 100;
}
.fw-light {
  font-weight: 100 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.line {
  height: 0;
  width: 100%;
  margin: 5px 0;
  border: 0;
  border-bottom: 1px solid black;
}
.line--5-50-eee {
  margin: 50px 0;
  border-bottom: 5px solid #eee;
}
.grid-margin-reset {
  width: calc(100% - 20px) !important;
  float: right !important;
}
.mx-auto {
  margin: 0 auto !important;
  display: block !important;
}

li.vanoce__list-item::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background-image: url("https://www.yogacentrum.cz/obrazky/web/christmas_tree-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0.6em;
  vertical-align: middle;
}

.vanoce2020__soutez {
  max-width: 80%;
  margin: 0 auto;
}

.vanoce2020__hours-table {
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 950px) {
  .vanoce2020__hours-table {
    display: flex;
    justify-content: center;
  }
}

.vanoce2020__dopis-jogiskovi {
  max-width: 82%;
  margin: 0 auto;
}

.vanoce2020__dopis-jogiskovi-box {
  flex: 5;
  background: #e6f3cd;
  padding: 24px;
  border-radius: 8px;
  position: relative;
}

.vanoce2020__dopis-jogiskovi-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #e6f3cd;
  border-left: 0;
  /* margin-top: -20px; */
  margin-left: -20px;
}

.vanoce2020__dopis-jogiskovi img {
  min-width: 120px;
  margin: 24px 30px;
}

.vanoce2020__box-item {
  padding: 30px;
}

.vanoce2020__box-item:nth-of-type(2) {
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}

@media screen and (max-width: 700px) {
  .vanoce2020__box-item:nth-of-type(2) {
    border: none;
  }
}

.vanoce2020__pf-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.vanoce2020__kamenny-obchod {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.vanoce2020__kamenny-img {
  padding: 25px;
  max-width: 390px;
}

/*KONEC VÁNOCE */

/* JOGOLOGIE - ZÁKLADNÍ SESTAVY*/

.links-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
}
.link-box {
  position: relative;
  margin: 1em;
  margin-bottom: 65px;
}
.link-box img {
  width: 100%;
  max-width: 230px;
}
.link-box__text {
  position: relative;
  width: 150px;
  background: white;
  color: black;
  padding: 0 15px;
  box-shadow: #ddd 0px 4px 8px 0px;
  text-align: center;
  bottom: 30px;
  margin: 0 auto;
  height: 50px;
  display: block;
  font-weight: 900;
}
.link-box__text a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 676px) {
  .links-wrapper {
    justify-content: start;
  }
}
@media screen and (min-width: 900px) {
  .links-wrapper .link-box a img {
    width: 300px;
  }
}

@media screen and (min-width: 1370px) {
  .links-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .link-box {
    position: relative;
    margin: 0px;
    margin-bottom: 15px;
  }
  .link-box img {
    width: 100%;
    max-width: 230px;
  }
  .link-box__text {
    width: 150px;
    background: white;
    color: black;
    padding: 0 15px;
    box-shadow: #ddd 0px 4px 8px 0px;
    text-align: center;
    height: 50px;
  }
}

/* END JOGOLOGIE - ZÁKLADNÍ SESTEVY*/

/* JOGOLOGIE - JAK VYBRAT PODLOZKU */
.title--primary {
  line-height: 3.5rem;
}
.title--primary-light {
  font-weight: 300;
  margin-top: -2rem !important;
}
p.article__intro-text {
  font-size: 18px;
  line-height: 1.75;
}
p.article__intro-text--xl {
  font-size: 20px;
}
.arrow-list {
  margin: 25px 0px;
}
.arrow-list__item {
  margin-left: 40px;
  margin-top: 10px;
  font-weight: 900;
  font-size: 1.1rem;
  position: relative;
}
.arrow-list__item a {
  text-decoration: none;
  border-bottom: 1px solid black;
  line-height: 2rem;
}
.arrow-list__item:before {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  left: -39px;
  top: 4px;
  background: url(/svg/right_arrow.svg) no-repeat;
  background-size: 26px;
}
h2.article__title-secondary {
  font-size: 35px;
}
hr.article__line {
  height: 0;
  border: 0;
  width: 100%;
  margin: 25px 0;
  border-bottom: 5px solid #eaeaea;
}
hr.article__line--light {
  border-bottom: 1px solid #eaeaea;
}
.article__types {
  text-align: center;
}
.article__types p {
  display: flex;
  margin: 25px 0;
}
.article__types img {
  height: 125px;
  margin-bottom: 10px;
}
.article__type-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.article__type-heading {
  font-weight: 900;
  color: #56781d;
}
.article__types a {
  font-weight: 900;
  text-decoration: none;
  /* border-bottom: 1px solid black; */
  margin-left: 5px;
  text-decoration: underline;
}
.choice-box__top {
  width: 100%;
  /* height: 100%; */
  background: #f5f5f5;
  padding: 10px;
}
.choice-box__top p {
  text-align: center;
  font-size: 1.11rem;
  color: #757575;
  margin-bottom: 0;
}
.choice-box__item {
  /* display: flex; */
  background: #eaeaea;
  border-top: 1px solid #ccc;
  /* align-items: flex-start;
    flex-wrap: wrap; */
  display: grid;
  grid-template-areas:
    "choice-img choice-heading"
    "choice-text choice-text";
  grid-template-columns: 1fr 5fr;
  padding: 15px;
}
.choice-box__item img {
  height: 40px;
  margin: 0 auto;
}
.choice-box__heading {
  width: 100%;
  display: flex;
  align-items: center;
}
.choice-box__heading h3 {
  margin: 0;
}
.choice-box__text {
  margin: 15px;
  margin-top: 0;
  grid-area: choice-text;
}
.choice-box__link {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  text-decoration: underline;
  /*border-bottom: 1px solid black;*/
  margin-bottom: 15px;
}
/* .choice-box__item:last-of-type {
    padding-bottom: 25px;
} */
.choice-box__link:before {
  content: "";
  width: 25px;
  height: 22px;
  position: absolute;
  left: -31px;
  top: -4px;
  background: url(/svg/down_arrow.svg) no-repeat;
  background-size: 26px;
}
.circle-gray-bg {
  margin-right: 20px;
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  background: #f5f5f5;
  height: 150px;
  width: 150px;
}
.circle-gray-bg img {
  height: 120px;
  width: auto;
  padding: 10px;
}
.w-100 {
  width: 100%;
}
.h-auto {
  height: auto !important;
}
.justify-between {
  justify-content: space-between;
}
.d-flex {
  display: flex;
  align-items: center;
}
.justify-sm-center-md-end {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .justify-sm-center-md-end {
    justify-content: flex-end;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-5 {
  flex: 5;
}
.flex-1 {
  flex: 1;
}
.p0-m0 {
  margin: 0 !important;
  padding: 0 !important;
}
.my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.pr-15px {
  padding-right: 15px !important;
}
.pl-15px {
  padding-left: 15px !important;
}
.pl-24px {
  padding-left: 24px !important;
}
.pl-50px {
  padding-left: 50px !important;
}
.fs105rem {
  font-size: 1.5rem !important;
}
.text-center {
  text-align: center !important;
}
.article__product-pros-item {
  margin-left: 20px;
  margin-bottom: 15px;
  font-weight: lighter;
  font-size: 1rem;
  position: relative;
}
.article__product-pros-item--plus:before {
  content: "+";
  font-weight: 900;
  color: #56781d;
  position: absolute;
  left: -20px;
  top: -1px;
  font-size: 1.2rem;
}
.article__product-pros-item--minus:before {
  content: "-";
  font-weight: 900;
  color: rgb(117, 29, 29);
  position: absolute;
  left: -20px;
  top: -1px;
  font-size: 1.2rem;
}
.article__products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
}

.article__product-box {
  margin: 20px;
  margin-top: 0;
  margin-left: 0;
  max-width: 40%;
}
.article__product-heading {
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
.article__product-image {
  display: block;
  padding: 15px;
  border: 7px solid #eaeaea;
  margin: 15px 0px;
  margin-top: 5px;
}
.article__product-link {
  font-weight: 900;
  text-align: center;
  display: block;
}
.choice-box__heading {
  grid-area: choice-heading;
}
.choice-box__img {
  grid-area: choice-img;
}
@media screen and (max-width: 450px) {
  .article__products {
    justify-content: center;
  }
  .article__product-box {
    margin: 20px;
    margin-top: 0;
    max-width: 80%;
  }
  .d-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 720px) {
  .article__types {
    text-align: left;
  }
  .article__type-box {
    flex-wrap: nowrap;
  }
  .article__types img {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .choice-box__item {
    /* display: flex; */
    background: #eaeaea;
    border-top: 1px solid #ccc;
    /* align-items: flex-start;
        flex-wrap: wrap; */
    display: grid;
    grid-template-areas: "choice-img choice-heading";
    grid-template-columns: 1fr 5fr;
    padding: 15px;
    align-items: center;
  }

  .choice-box__item img {
    height: 50px;
    width: auto;
    margin: 0 auto;
  }
  .article__products {
    justify-content: start;
  }
  .article__product-box {
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 0;
    max-width: 30%;
    flex: 1;
  }
  .circle-gray-bg {
    margin-right: 20px;
    display: block;
    text-align: center;
    height: 100px;
    width: 100px;
  }
  .circle-gray-bg img {
    height: 80px;
    width: auto;
  }
  .choice-box__heading {
    display: flex;
    align-items: center;
  }
  .choice-box__text {
    margin: 15px 0 0 0;
  }
}
/* YouTube rozponzivní */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 30px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 950px) {
  .footer__main {
    padding-top: 20px;
  }
  .footer__top {
    height: 400px;
  }
  .footer__info {
    margin-bottom: 20px;
  }
  .footer__info-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .footer__info-link {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 300;
  }
  .footer__partners h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .footer__partners p {
    padding: 5px 0 0 0;
    line-height: 1.7;
  }
  .footer__partners br {
    display: none;
  }
  .footer__newsletter h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .footer__newsletter form {
    width: 103%;
    margin-left: -5px;
    padding: 15px 15px 15px 0;
  }
  .footer__social {
    margin-bottom: 30px;
  }
}

.header {
  /*background: rgba(133, 194, 38, 0.98);*/
  background: #80bc25;
  position: relative;
  border-bottom: 37px solid #77ad25;
  height: 135px; /*  w/o banner */
  /* height: 180px; /* with banner */
}

.header .overlay {
  display: none;
  opacity: 0.3;
}

@media screen and (min-width: 950px) {
  .header .container {
    padding: 0;
  }
}

.header a {
  text-decoration: none;
}

.header a:after {
  display: none;
}

.header__main-nav {
  display: inline-block;
  text-transform: uppercase;
}

.header__menu-item,
.header__menu-item--all {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 14px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  position: relative;
}

.header__menu-item.active {
  border-bottom: 3px solid #fff;
}

.header__menu-item {
  margin-left: 44px;
  position: relative;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 8px;
}

.header__menu-item:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: #5c811d;
  position: absolute;
  left: -13px;
  top: 15px;
}

.more-loader {
  margin-bottom: 20px;
}

.products-in-action {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .header__menu-item {
    margin-left: 14px;
    font-size: 15px;
    margin-top: 2px;
  }
  .header__menu-item:before {
    left: -5px;
  }
}

#loader {
  max-height: 13px;
  margin-top: 9px;
  margin-left: 8px;
}

.header__menu-item--all {
  background: #5b801e url("/svg/menu-dropdown.svg") right 10px center no-repeat;
  background-size: 24px;
  padding: 8px 54px 4px;
  margin-right: 5px;
  border-radius: 7px 7px 0 0;
  cursor: pointer;
  z-index: 990;
}

.header__menu-item--all:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 105px 0 105px;
  border-color: #5a8019 transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header__menu-item--all:hover .header__submenu {
  display: block;
}

#postomatCZAddr > b {
  font-weight: 700;
}

#postomatCZAddr {
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 100;
}

.postomat {
  width: 150px;
  height: 28px;
  background: #7bac28;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 0 8px 34px;
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
}

.postomat::before {
  content: "";
  background: url("/images/postomap-icon.png") center center no-repeat;
  background-size: contain;
  height: 18px;
  width: 12px;
  position: absolute;
  left: 14px;
  top: 4px;
}

@media screen and (min-width: 1200px) {
  .header__menu-item--all:hover + .overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 135px; /* w/o banner*/
    /* top: 180px; */ /* with banner */
    opacity: 1;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    right: 0;
    bottom: 0;
    height: 200vh;
    background: rgba(51, 51, 51, 0.65);
    z-index: 900;
  }
}

.header__menu-item--all > span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.header__menu-item--all > span > strong {
  display: block;
  font-weight: 600;
  margin-top: 5px;
  font-size: 20px;
  font-size: 1.125rem;
}

.header__submenu {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  border: 1px solid #ccc;
  top: 100%;
  left: 0;
  width: 205px;
  border-radius: 0 0 3px 3px;
  background: #f3f3f3 url("/images/hp-crossroad__bg.jpg") repeat-y top left;
}

.header__submenu li.producers-menu-item a:last-child {
  padding: 0 0 0 4px;
  border-right: 0;
}

.header__submenu li.producers-menu-item a {
  font-weight: 700;
  font-size: 11px;
  text-decoration: underline;
  border-right: 1px solid #8bc22f;
  padding: 0 9px 0px 4px;
}

.header__submenu li.producers-menu-item {
  height: 27px;
  background: #fff;
  width: calc(100% - 4px);
  margin: 0 auto;
  position: absolute;
  left: 2px;
  bottom: -27px;
}

.producers-menu {
  position: absolute;
  bottom: 0;
  width: 192px;
  height: 27px;
  background: #fff;
}

.header__submenu > .header__submenu-item:first-child > a {
  padding: 18px 32px 10px 10px;
  background: url("/images/menu-item-arrow.png") top 21px right 10px no-repeat;
}

.header__submenu-search {
  display: none;
}

.header__submenu-item > a {
  color: #527819;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 10px 32px 10px 10px;
  display: block;
  text-align: left;
  border-bottom: 1px solid #dbe5ca;
  line-height: 1.4;
  background: url("/images/menu-item-arrow.png") top 14px right 10px no-repeat;
}

.header__submenu-item:last-child > a {
  border-bottom: none;
}

.header__submenu-item:hover > a {
  color: #354e10;
  background: #fff url("/images/menu-item-arrow-active.png") top 14px right 10px
    no-repeat;
  position: relative;
}

@media screen and (max-width: 950px) {
  .header__submenu-item:hover > a {
    background: transparent;
    color: #fff;
  }
  .header__submenu-item:hover > a:before {
    display: none;
  }
}

.header__submenu-item:hover > a:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  z-index: 1000;
}

.header__submenu-item > a:hover + .header__bigmenu {
  display: block;
}

.header__bigmenu {
  z-index: 999;
  display: none;
  position: absolute;
  top: -1px;
  left: 100%;
  background: #fff;
  width: 985px;
  border-radius: 0 0 3px 3px;
  border: 1px solid #ccc;
  text-align: left;
  padding: 8px 7px;
  min-height: 477px;
  cursor: default;
}
.header__bigmenu:hover {
  display: block;
}

.header__bigmenu-item {
  color: #527819;
  width: 29%;
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
}

.header__bigmenu-item--gotocat {
  display: none;
}

.header__bigmenu-item img,
.header__bigmenu-item span {
  vertical-align: middle;
  display: inline-block;
}

.header__bigmenu-item img {
  margin-right: 22px;
  float: left;
}

.header__bigmenu-item > strong {
  height: 70px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

@media screen and (min-width: 950px) and (max-width: 1200px) {
  .header__bigmenu {
    width: 746px;
    padding: 8px 0px;
  }
  .header__bigmenu-item {
    width: 28%;
  }
}
.header__top {
  /*background: #7bac28;*/
  color: #fff;
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  height: 29px;
  line-height: 32px;
}

.header__top:before,
.header__top:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000px;
  /*background: #7bac28;*/
  display: block;
  top: 0;
}

.header__top:after {
  right: 100%;
}

.header__top:before {
  left: 100%;
}

.header__top-hours {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
}

.header__top-links {
  float: right;
}
.header__top-tel-link {
  color: white;
}

.header__top-tel {
  position: relative;
  padding-left: 18px;
}

.header__top > strong {
  display: inline-block;
  padding: 0 6px;
}

.header__top-tel::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 1px;
  left: 0;
  background: url("/svg/mobile-link--phone.svg") center center no-repeat;
  background-size: 12px;
}

@media screen and (min-width: 1200px) {
  .header__top-links {
    padding-right: 4px;
  }
}

.header__top-link {
  color: #fff;
  font-weight: 600;
  margin-right: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.header__top-link:hover {
  border-bottom: none;
}

.logged-box {
  position: relative;
  display: inline-block;
}

.header__logged-menu {
  position: absolute;
  width: 185px;
  background: #fff;
  color: #000;
  border: 3px solid #658e22;
  z-index: 1;
  margin-top: -3px;
  display: none;
}

.logged-box:hover .header__logged-menu {
  display: block;
}

.header__logged-menu-list {
  border-bottom: 1px solid #ccc;
  padding: 2px 0 0 8px;
}

.header__logged-menu-list:last-child {
  border-bottom: 0;
}

.header__logged-menu-list a {
  text-decoration: underline;
  font-weight: 700;
}

.header__logged-menu-list a:hover {
  text-decoration: none;
}

.header__top-link--logged {
  padding-left: 30px;
  border-bottom: 0;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 3px solid rgba(123, 172, 40, 0);
  border-left: 3px solid rgba(123, 172, 40, 0);
  display: block;
}

.logged-box:hover .header__top-link--logged {
  background: #fff;
  border-left: 3px solid #658e22;
  border-right: 3px solid #658e22;
  z-index: 3;
  /*padding-bottom: 2px;*/
  position: relative;
  color: #000;
}

.header__top-link--logged::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 18px;
  top: 7px;
  left: 7px;
  background: url("/img/layout/logged-user-icon.png");
}

.logged-box:hover .header__top-link--logged::before {
  background: url("/img/layout/logged-user-icon-active.png");
}

.header__top-lang {
  color: #fff;
  margin-left: 12px;
  position: relative;
  font-weight: 300;
  text-decoration: underline !important;
}

.header__top-lang:before {
  display: inline-block;
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
  height: 15px;
  vertical-align: middle;
  margin-left: -14px;
  margin-right: 12px;
}

.header__top-lang:last-child:before {
  display: none;
}

.header__top-lang.active {
  text-decoration: none !important;
  font-weight: 600;
}

.header__main {
  min-height: 54px;
}

.header__search-form {
  float: left;
  margin: 3px 30px 0 56px;
  position: relative;
}

.header__search-form ::-webkit-input-placeholder {
  font-weight: 300;
  font-style: italic;
}

.header__search-form ::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}

.header__search-form :-ms-input-placeholder {
  font-weight: 300;
  font-style: italic;
}

.header__search-form ::placeholder {
  font-weight: 300;
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .header__search-form {
    margin: 10px 0px 0 -10px;
  }
  .header.fixed .header__search-input {
    width: 150px;
  }
  .header.fixed .header__cart-total {
    display: none;
  }
  .header.fixed .header__cart {
    min-width: 36px;
  }
  .header__cart {
    min-width: 130px;
  }
}

.header__search-input {
  width: 520px;
  height: 42px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6a9720;
  border-radius: 3px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 45px 0 15px;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .header__search-input {
    width: 380px;
  }
}

.header__search-submit {
  position: absolute;
  top: 6px;
  right: 5px;
  height: 41px;
  width: 43px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent url("/svg/search.svg") no-repeat center;
  background-size: 28px;
}

.header__logo {
  float: left;
  padding-top: 6px;
}

@media screen and (min-width: 950px) {
  .header__logo {
    min-width: 338px;
  }

  /* VÁNOCE 2019 DESKTOP*/
  .vanoce2019 {
    margin-top: 50px;
  }
  .vanoce2019__link-box {
    margin: 0 0 80px 0;
    width: 100%;
    text-align: left;
  }
  .vanoce2019__link-heading {
    display: block;
    margin-top: 0;
  }
  .vanoce2019__link-text {
    margin: 18px 0 20px 0 !important;
  }
  .vanoce2019__button {
    background: #5b801e;
    padding: 5px 15px;
    color: white;
    text-decoration: none;
  }
  .vanoce2019__letter {
    border-left: 1px solid #eee;
    margin: 0 20px;
  }
  .vanoce2019__kamenny-img {
    padding: 25px;
  }
  .vanoce2019__kamenny-heading {
    margin-left: 45px;
    text-align: left;
  }
  .vanoce2019__hours {
    padding: 25px;
    text-align: left;
  }
  .vanoce2019__hours-li {
    margin-bottom: 15px;
    font-weight: 100;
  }
  /* KONEC VÁNOCE 2019 DESKTOP */
}

.header__logo-img--mobile {
  display: none;
}

.header__wishlist {
  display: inline-block;
  background: rgba(255, 255, 255, 0) url(/images/gift.png) no-repeat left 15px
    top 8px;
  float: left;
  margin-top: 5px;
  position: relative;
  min-width: 75px;
  min-height: 53px;
  border-radius: 7px;
  padding: 0 0 8px;
  border-right: 1px solid #ffffff50;
  border-radius: 0;
  cursor: pointer;
}

.header__wishlist:after {
  content: none;
}
.header__wishlist .header__cart-link {
  display: none;
}

.header__wishlist-count {
  position: absolute;
  color: #fff;
  display: block;
  background: #55781b;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  left: 40px;
  top: 24px;
}

.header__cart {
  background: rgba(255, 255, 255, 0) url("/images/cart.png") no-repeat left 20px
    top 6px;
  float: left;
  margin-top: 5px;
  position: relative;
  min-width: 160px;
  border-radius: 7px;
  padding: 0 0 8px;
  cursor: pointer;
}

.header__cart-count {
  position: absolute;
  color: #fff;
  display: block;
  background: #55781b;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  left: 40px;
  top: 24px;
}

.header__cart-total,
.header__cart-link {
  display: block;
  padding-left: 80px;
}

.header .header__cart-link {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 9px;
  text-decoration: underline;
}

.header__cart-total {
  font-weight: 300;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}

.header__trigger {
  display: none;
}

.header .mobile-menu--close {
  display: none;
}

.header__mobile-links {
  display: none;
}

ul.cart-menu {
  background: #e6f3cd;
  margin: 0px -30px 50px -30px;
  border-bottom: 1px solid #658e22;
  padding: 18px 0px;
  text-align: center;
}

ul.cart-menu li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  background: url("/images/ul-cart-li.png") no-repeat;
  background-position: right center;
  padding-right: 35px;
  margin-right: 10px;
}

ul.cart-menu li:last-child {
  background: none;
  padding-right: 0px;
  margin-right: 0px;
}

ul.cart-menu li a {
  font-weight: normal;
  display: block;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

ul.cart-menu li a.active {
  background: #ffffff;
  border: 1px solid #668e23;
  font-weight: bold;
  text-decoration: none;
}

ul.cart-menu li a.active:before {
  content: "";
  width: 155px;
  height: 15px;
  background: url("/images/ul-cart-arrow.png");
  position: absolute;
  top: 75px;
  left: calc(50% - 75px);
}

ul.cart-menu li a.active:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #999999;
  position: absolute;
  top: 20px;
  left: 40px;
}

ul.cart-menu li a.cart {
  background-image: url("/svg/ico-cart.svg");
  background-repeat: no-repeat;
  background-position: 13px 16px;
  background-size: 22px;
  padding-left: 68px;
}

ul.cart-menu li a.cart.active:after {
  left: 53px;
}

ul.cart-menu li a.summary {
  background-image: url("/svg/ico-summary.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 17px 18px;
  padding-left: 60px;
}

ul.cart-menu li a.summary.active:after {
  left: 48px;
}

ul.cart-menu li a span {
  font-weight: bold;
  font-size: 22px;
  float: left;
  margin-right: 20px;
  margin-top: -1px;
}

.send-cart-form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  background: #e6f3cd;
  padding: 8px;
  border-radius: 10px;
  z-index: 15;
  top: 192px;
}

.send-cart-form::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e6f3cd transparent;
  top: -10px;
  left: 15px;
}

/* share */

.detail-info-box--share {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  padding: 8px;
  z-index: 15;
  top: 32px;
  display: none;
}

.detail-info-box--share .detail-info-box--share__ico:last-child {
  margin-left: 3 !important;
}

.detail-info-box--share__ico {
  display: inline-block;
  margin: 0 0px 0 11px;
  width: 32px;
  height: 36px;
  margin-left: 0 !important;
}

.detail-info-box--share__ico > img {
}

.send-cart-form input[type="email"] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 30px;
  padding: 0 0 0 6px;
  font-size: 0.875rem;
  width: 350px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.send-cart-form input[type="submit"] {
  font-weight: 600;
  border-radius: 5px;
  outline: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7aaa28),
    to(#618820)
  );
  background: -webkit-linear-gradient(#7aaa28, #618820);
  background: linear-gradient(#7aaa28, #618820);
  color: #fff;
  padding: 0px 10px;
  position: relative;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  border: none;
  font-size: 0.875rem;
}

.save-cart-form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: absolute;
  background: #e6f3cd;
  padding: 8px;
  border-radius: 10px;
  z-index: 15;
  top: 192px;
  left: 172px;
}

.save-cart-form::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e6f3cd transparent;
  top: -10px;
  left: 16px;
}

.save-cart-form input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 30px;
  padding: 0 0 0 6px;
  font-size: 0.875rem;
  width: 350px;
  float: left;
  color: #666;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.save-cart-form input[type="submit"] {
  font-weight: 600;
  border-radius: 5px;
  outline: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7aaa28),
    to(#618820)
  );
  background: -webkit-linear-gradient(#7aaa28, #618820);
  background: linear-gradient(#7aaa28, #618820);
  color: #fff;
  padding: 0px 10px;
  position: relative;
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  border: none;
  font-size: 0.875rem;
  height: 30px;
}

.voucher-code {
  padding: 0.8rem 0;
}

.voucher-code p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
  font-weight: 300;
}

.voucher-code > form > label {
  font-size: 14px;
}

.voucher-code input[type="text"] {
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 30px;
  padding: 0 111px 0 6px;
  font-size: 0.875rem;
  width: 350px;
  float: left;
  color: #666;
}

.voucher-code#boxCertifikat input[type="submit"] {
  left: 0;
  margin-top: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.voucher-code#boxCertifikat input[type="text"] {
  float: none;
  margin: 6px 0 10px;
}

.voucher-code input[type="submit"] {
  font-weight: 600;
  border-radius: 5px;
  outline: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#7aaa28),
    to(#618820)
  );
  background: -webkit-linear-gradient(#7aaa28, #618820);
  background: linear-gradient(#7aaa28, #618820);
  color: #fff;
  padding: 0px 10px;
  position: relative;
  left: -112px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  border: none;
  font-size: 0.875rem;
  height: 30px;
}

div.cart-price {
  line-height: 1.4;
}

div.cart-price.voucher {
  margin: 20px -30px;
  padding: 10px 362px 40px 25px;
  border-bottom: 0;
}

div.cart-price.voucher table {
  float: right;
}

div.cart-price.voucher .title {
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 180px;
  text-align: right;
}

div.cart-price.voucher .price {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  min-width: 115px;
  text-align: right;
  padding: 0 4px;
}

div.cart-price.voucher .price-dph-info {
  font-weight: 300;
  color: #666666;
  font-size: 12px;
}

table.cart-products {
  width: 1188px;
  /*width: calc(100% - -130px);*/
  font-size: 12px;
  margin: 20px -30px 20px -30px;
  position: relative;
}
/*
table.cart-products tr:first-child td {
    background: #fff;
} */

table.cart-products p {
  font-size: 12px;
  line-height: 1.2em;
}

table.cart-products p.in-stock {
  color: #008000;
}

table.cart-products td {
  padding: 20px 25px;
  vertical-align: top;
}
.wishlist table.cart-products td {
  vertical-align: middle;
}
table.cart-products td a.email-link {
  display: inline-block;
  margin-right: 20px;
  font-weight: 300;
  font-size: 13px;
}

table.cart-products td a.del {
  background: url("/svg/ico-bin.svg") no-repeat;
  background-size: 15px;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 21px;
}

table.cart-products td span.price {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1.6em;
}

table.cart-products td span.price-eur.cross,
table.cart-products td span.price.cross {
  text-decoration: line-through;
}

table.cart-products td span.price-eur {
  display: block;
  line-height: 1.6em;
  font-size: 12px;
}

table.cart-products tbody tr:nth-child(odd) {
  background: #f4f4f4;
}

table.cart-products tbody tr {
  border-bottom: 1px solid #cccccc;
}

table.cart-products img.product-image {
  border: 1px solid #cccccc;
  margin-right: 13px;
}

table.cart-products div.product-summary {
  display: inline-block;
  vertical-align: top;
  width: 60%;
}

table.cart-products div.product-summary h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: none;
}

table.cart-products div.product-summary p.color {
  color: #999999;
  margin-bottom: 7px;
  font-size: 12px;
}

table.cart-products div.product-summary p.availability {
  color: #009933;
}

table.cart-products td input[type="number"] {
  border: 1px solid #cccccc;
  border-radius: 10px;
  width: 50px;
  height: 46px;
  text-align: center;
  display: block;
}

table.cart-products td.pr-amount,
table.cart-products td.pr-price,
table.cart-products td.pr-delete,
table.cart-products td.pr-to-cart {
  text-align: center;
  vertical-align: middle;
}

table.cart-products td.pr-amount {
  font-size: 16px;
  font-weight: 300;
  width: 74px;
}

table.cart-products td.pr-price {
  width: 120px;
}

table.cart-products td.pr-delete {
  width: 54px;
  padding-right: 40px;
}

table.cart-products td.title {
  color: #999999;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  padding: 5px 0px;
  background: none;
}

table.cart-products tbody tr:nth-child(odd) td.title {
  background: #fff;
}

div.chboxes label {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
  font-weight: 300;
}

div.chboxes label input[type="checkbox"] {
  float: left;
  margin: 0px 5px 0px 0px;
}

div.cart-price {
  margin: 20px -30px;
  padding: 20px 25px 38px 25px;
  text-align: right;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #658e22;
}

div.cart-price > div {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  margin-right: 90px;
}

div.cart-price > div p {
  line-height: 1.5em;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

div.cart-price > div p span.price {
  font-size: 26px;
  font-weight: 700;
  padding: 0 4px;
}

div.cart-price > div p span.price-vat {
  font-weight: 700;
  font-size: 16px;
  padding: 0 4px;
}

div.cart-price > div p span.price-eur {
  font-weight: 300;
  color: #666666;
  font-size: 12px;
  min-width: 100px;
  display: inline-block;
  text-align: left;
}
span.alt_price {
  font-weight: 300;
  color: #999;
}

.cart-next {
  background: rgb(101, 142, 34);
  background: -moz-linear-gradient(
    top,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#658e22', endColorstr='#56781d', GradientType=0);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 22px 18px 19px 46px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.cart-next.send {
  margin-right: 25%;
}

.cart-next:after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("/images/cart-next.png") no-repeat;
  position: absolute;
  top: 26px;
  left: 16px;
}

.cart-next:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #8fa863;
  position: absolute;
  top: 24px;
  left: 33px;
}

h2.cart {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 30px 0px;
}

h2.cart.small {
  font-size: 20px;
}

ul.doprava {
  display: inline-block;
  vertical-align: top;
  margin: -10px 0px 0px 28px;
}

ul.doprava li {
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  float: left;
}

ul.doprava li a {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  padding: 15px 17px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

ul.doprava li a[href="#cz"] {
  background: #fff url("/images/cz-flag.png") left 12px center no-repeat;
  color: #709d26;
  border: 2px solid #709d26;
  font-weight: 700;
  padding-left: 40px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.doprava li a[href="#sk"] {
  background: #fff url("/images/sk-flag.png") left 12px center no-repeat;
  color: #709d26;
  border: 2px solid #709d26;
  font-weight: 700;
  padding-left: 40px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.doprava li a.active[href="#cz"] {
  background-image: url("/images/cz-flag-active.png");
  background-repeat: no-repeat;
  background-position: left 12px center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

ul.doprava li a.active[href="#sk"] {
  background-image: url("/images/sk-flag-active.png");
  background-repeat: no-repeat;
  background-position: left 12px center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

ul.doprava li a.active {
  background-color: #658e22;
  text-decoration: none;
  padding: 17px;
  border-radius: 0;
  color: #fff;
  padding-left: 40px;
  border: 0;
}

ul.doprava li a.active:after {
  content: "";
  width: 15px;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 7px);
  background: url("/images/doprava-active.png") no-repeat;
}

div.cart-left {
  display: inline-block;
  vertical-align: top;
  width: 78%;
}

.error {
  padding: 18px;
  text-align: left;
  background: #ffd5db;
  margin-bottom: 0.5em;
  border-radius: 5px;
  color: #ff2121;
}

div.cart-left .cart-next {
  float: left;
}

div.cart-left .cart-next.cart-next--right {
  float: right;
}
.search-result {
  color: #aaa;
  font-size: 2rem;
  padding-top: 10px;
  display: block;
}

a.cart-prev {
  background: rgb(88, 88, 88);
  background: -moz-linear-gradient(
    top,
    rgba(88, 88, 88, 1) 0%,
    rgba(75, 75, 75, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(88, 88, 88, 1) 0%,
    rgba(75, 75, 75, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(88, 88, 88, 1) 0%,
    rgba(75, 75, 75, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#4b4b4b', GradientType=0);
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  padding: 13px 18px 13px 46px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  border-radius: 4px;
}

a.cart-prev--left {
  float: left;
}

a.cart-prev:after {
  content: "";
  width: 8px;
  height: 12px;
  background: url("/images/cart-next.png") no-repeat;
  position: absolute;
  top: 15px;
  left: 16px;
  transform: rotate(180deg);
}

a.cart-prev:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #848484;
  position: absolute;
  top: 12px;
  left: 33px;
}

.modal-delivery {
  position: fixed;
  top: 100px;
  top: 10vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10001;
  width: 630px;
  background: white;
}

#modal-inpost {
  width: 1024px;
}

.modal-delivery .header {
  background: #87c32a;
  height: 62px;
  line-height: 62px;
  text-align: center;
}

.modal-overlay {
  display: none;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  z-index: 10000;
}

.modal-delivery .header .close {
  cursor: pointer;
  margin: 24px 20px 22px 0;
  display: inline-block;
  float: right;
  width: 15px;
  height: 15px;
  background: url("/images/cross-1.png") no-repeat;
}

.modal-delivery .header h3 {
  margin: 0;
  font-size: 16px;
  display: inline-block;
  padding-left: 20px;
  color: white;
}

ul.order-list {
  border: 1px solid #dedede;
  padding: 1px;
  border-radius: 5px;
  margin-bottom: 15px;
}

ul.order-list li {
  border-bottom: 1px solid #c6c6c6;
  margin: 0px;
  position: relative;
}

ul.order-list li:last-child {
  border-bottom: none;
}

ul.order-list li div.transporter {
  position: absolute;
  top: 83px;
  left: 153px;
  width: 464px;
  border: 4px solid #7cac2a;
  border-radius: 4px;
  background: #ffffff;
  z-index: 5;
}

ul.order-list li div.transporter:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 12px;
  width: 27px;
  height: 16px;
  background: url("/images/transporter-arrow.png") no-repeat;
}

ul.order-list li div.transporter ul li {
  border-bottom: 1px solid #cccccc;
  font-weight: 700;
  font-size: 14px;
}

ul.order-list li div.transporter ul li.active {
  background: #f2f9e6;
}

ul.order-list li div.transporter ul li label {
  display: block;
  padding: 15px 10px;
  cursor: pointer;
}

ul.order-list li div.transporter ul li input[type="radio"] {
  float: left;
  margin-right: 13px;
}

ul.order-list li div.transporter ul li span.price {
  float: right;
  font-size: 15px;
  margin-top: 5px;
}

ul.order-list li div.transporter ul li span.dopravce {
  display: inline-block;
  vertical-align: top;
  margin-left: 11px;
  width: 74px;
  height: 28px;
}

ul.order-list li div.transporter ul li span.title {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  padding-right: 10px;
}

ul.order-list li div.transporter ul li span.dopravce.cp {
  background: #eaeaea url("/images/ico-cp.png") no-repeat;
}

ul.order-list li div.transporter ul li span.dopravce.dpd {
  background: #eaeaea url("/images/ico-dpd.png") no-repeat;
}

ul.order-list li div.transporter ul li span.dopravce.intime {
  background: #eaeaea url("/images/ico-intime.png") no-repeat;
}

ul.order-list li .main-title {
  background: #f4f4f4;
  display: block;
  min-height: 62px;
  height: auto;
  position: relative;
}
/*  */
/* ul.order-list li:nth-child(2) .main-title.kuryr { */
/* background-image: url("/images/doprava1.png"); */
/* background-position: 45px 18px; */
/* background-repeat: no-repeat; */
/* } */

ul.order-list li .main-title.active {
  background: #eaeaea;
}

ul.order-list li .main-title {
  background: #fff;
  display: block;
  min-height: 62px;
  height: auto;
  position: relative;
  padding: 0 20px 0px 108px;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.order-list li .sub-title {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.info-box .do-ruky {
  margin-left: 5.5em;
}
.info-box .do-ruky.dpd {
  border-top: 1px solid #ccc;
  padding-top: 1.2em;
}

span.open.title {
  margin: 0 1em;
  font-weight: bold;
}

ul.order-list li .main-title:after {
  /*content: '';*/
  content: none;
  width: 1px;
  height: 51px;
  background: #cccccc;
  position: absolute;
  top: 12px;
  left: 135px;
}

ul.order-list li .main-title.kuryr {
  background-image: url("/images/doprava5.png");
  background-repeat: no-repeat;
  background-position: 52px 18px;
}

ul.order-list li .main-title.inpost {
  background-image: url("/images/cart-inpost.png");
  background-repeat: no-repeat;
  background-position: 52px 27px;
}

ul.order-list li .main-title.pickup {
  background-image: url("/images/cart-osobne.png");
  background-repeat: no-repeat;
  background-position: 52px 18px;
}

ul.order-list li .main-title.transfer {
  background-image: url("/images/cart-prevod.png");
  background-repeat: no-repeat;
  background-position: 69px 12px;
}

ul.order-list li .main-title.card {
  background-image: url("/images/cart-card.png");
  background-repeat: no-repeat;
  background-position: 60px 16px;
}

ul.order-list li .main-title.cash {
  background-image: url("/images/cart-cash.png");
  background-repeat: no-repeat;
  background-position: 49px 16px;
}

/* TYPY DOPRAVY */

ul.order-list li .main-title.na-postu {
  background-image: url("/images/doprava/na-postu.png");
  background-position: 56px 21px;
  background-repeat: no-repeat;
}
ul.order-list li .main-title.vydejni-misto {
  background-image: url("/svg/cart-location.svg");
  background-position: 52px 16px;
  background-repeat: no-repeat;
}

ul.order-list li .main-title.do-ruky {
  background-image: url("/svg/cart-delivery.svg");
  background-position: 56px 18px;
  background-repeat: no-repeat;
}
ul.order-list li .main-title.dpd {
  background-image: url("/svg/cart-delivery.svg");
  background-position: 56px 18px;
  background-repeat: no-repeat;
}
ul.order-list li .main-title.in-time {
  background-image: url("/images/doprava/in-time.png");
  background-position: 56px 18px;
  background-repeat: no-repeat;
}

ul.order-list li .main-title.na-miste {
  background-image: url("/svg/cart-shop.svg");
  background-position: 56px 18px;
  background-repeat: no-repeat;
}

ul.order-list li .main-title.zasilkovna {
  background-image: url("/svg/cart-location.svg");
  background-position: 53px 16px;
  background-repeat: no-repeat;
}
/*  */
/* ul.order-list li .main-title.doprava1 { */
/* background-image: url("/images/doprava1.png"); */
/* background-position: 45px 21px; */
/* background-repeat: no-repeat; */
/* } */
/*  */
/* ul.order-list li .main-title.doprava2 { */
/* background-image: url("/images/doprava2.png"); */
/* background-position: 45px 21px; */
/* background-repeat: no-repeat; */
/* } */
/*  */
/* ul.order-list li .main-title.doprava3 { */
/* background-image: url("/images/doprava3.png"); */
/* background-position: 45px 21px; */
/* background-repeat: no-repeat; */
/* } */
/*  */
/* ul.order-list li .main-title.doprava4 { */
/* background-image: url("/images/doprava4.png"); */
/* background-position: 47px 18px; */
/* background-repeat: no-repeat; */
/* } */
/*  */
/* ul.order-list li .main-title.doprava5 { */
/* background-image: url("/images/doprava5.png"); */
/* background-position: 47px 18px; */
/* background-repeat: no-repeat; */
/* } */
/*  */
/* ul.order-list li .main-title.pickup, */
/* ul.order-list li .main-title.doprava6 { */
/* background-image: url("/images/doprava6.png"); */
/* background-position: 45px 18px; */
/* background-repeat: no-repeat; */
/* } */
/* ul.order-list li .main-title.doprava7 { */
/* background-image: url("/images/doprava7.png"); */
/* background-position: 47px 22px; */
/* background-repeat: no-repeat; */
/* background-size: 90px; */
/* } */

.map-button {
  background: #638a22 url(/svg/map.svg) left 12px center no-repeat;
  text-align: center;
  padding: 0.8em 1em 0.8em 2.3em;
  display: inline-block;
  font-weight: 700;
  color: white;
  text-decoration: none;
  margin-top: 8px;
  border-radius: 8px;
  border: none;
}
.map-content {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin: 2.6em 0px 0px;
}
.order-modal__overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s;
}
.order-modal--active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}
.order-modal {
  background-color: white;
  width: calc(100% - 4em);
  height: calc(100% - 5em);
  display: flex;
}
.order-modal__close {
  position: absolute;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
button.order-modal__btn {
  background: #638a22 url(/svg/cart-delivery-light.svg) 6px 10px no-repeat;
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding: 0.8em 1em 0.8em 2.2em;
  border-radius: 8px;
  margin: 1em 0;
}

.order-modal__options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 4em 0.5em 0;
}
.order-modal__options div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5em 1em;
}
.order-modal__options div img {
  padding: 0 6px;
}
.order-modal__main {
  height: 100%;
  width: inherit;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.order-modal__map {
  display: block;
  height: 92%;
}
.order-modal__aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  width: 420px;
  border-right: 1px solid #ececec;
}
.order-modal__aside::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
  background-color: #c4c4c4;
}
.order-modal__aside::-webkit-scrollbar {
  width: 6px;
  background-color: #efefef;
}
.order-modal__aside::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.order-modal-find-location-btn,
.order-modal-search-btn {
  background: none;
}
.order-modal .order-modal__aside h4 {
  font-weight: 700;
  padding: 2em 3.8em 1.5em 4em;
}
.order-modal__search-box {
  display: flex;
  margin: 0.4em 0 1.2em 0em;
  border: 1px solid #c4c4c4;
  width: 90%;
}
.order-modal__search-box input {
  border: none;
  padding: 0.6em;
  width: 100%;
  font-size: 0.9em;
}
.order-modal__list {
  width: 100%;
}
.order-modal__item {
  border-top: 1px solid #ececec;
  padding: 1em 0 1em 1em;
  width: 100%;
  cursor: pointer;
}
.order-modal__item img {
  padding-right: 0.8em;
}
.order-modal__item--active {
  background: rgba(234, 234, 234, 0.5);
}
.order-modal-info {
  display: flex;
  align-items: center;
}
.order-modal-title,
.order-modal-address,
.order-modal-details p {
  padding: 0 !important;
}
button.order-modal-chosen-place {
  /* background: #638a22;
  color: white;
  font-weight: bold;
  font-size: 1em;
  padding: 0.8em 1.2em 0.8em 1.2em;
  border-radius: 8px; */
  margin: 1em 0;
}
.order-modal-details {
  display: none;
  margin: 1.5em 0 0 0;
}

.chosen-place {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chosen-place__place {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.chosen-place__type,
.chosen-place__price {
  font-weight: bold;
}

.order-modal-details--loading {
  display: block;
}

.order-modal-details--loading p {
  display: none;
}
.order-modal-details--loading .order-modal-details__loading {
  background: url(/img/layout/loading3.gif) no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
}
.order-modal-details--active {
  display: block;
}
.order-modal-details-schedule p {
  max-width: 340px;
}
#map {
  height: 100%;
}
#dopravaForm ul.order-list {
  padding: 0;
}

ul.order-list .img-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 1em;
}

ul.order-list .img-box img {
  margin-right: 1em;
}

ul.order-list li .main-title span.more-info {
  font-size: 13px;
  margin-top: 13px;
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}

ul.order-list li .main-title input[type="radio"] {
  position: absolute;
  left: 17px;
}

ul.order-list li .main-title span.price {
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  right: 10px;
}

ul.order-list li .main-title span.title {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding-right: 1em;
  padding-left: 1em;
}

ul.order-list li .main-title span.title-doprava {
  border-right: 2px solid #e0efc3;
  padding-right: 1em;
  font-weight: bold;
}

ul.order-list li .main-title span.title > img {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  margin-left: 10px;
}

ul.order-list li div.info-box.open {
  display: block;
}

ul.order-list li div.info-box {
  padding: 13px 17px;
  display: none;
}

ul.order-list li div.info-box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  color: #666666;
  padding: 1.3em 0;
}
ul.order-list li div.info-box h4 {
  line-height: 1.4em;
  border-bottom: 2px solid #ececec;
  width: -webkit-fill-available;
  margin-bottom: 1em;
}

.payment__info-cards {
  display: flex;
  padding: 0 8px;
  margin: 10px;
}

.payment__info-cards img {
  margin-right: 6px;
}

div.cart-right {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  float: right;
}

.btn-order-submit {
  float: none;
  margin-left: 200px;
}

div.cart-right h3 {
  font-size: 14px;
  text-align: center;
  padding: 12px;
  background: #7bac28;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 4px;
  font-weight: 600;
}

div.cart-right ul.order-summary {
  margin-bottom: 17px;
  background: #f2f9e6;
  border-radius: 4px;
}

div.cart-right ul.order-summary li {
  border-bottom: 1px solid #dfe2d9;
  padding: 10px;
  font-size: 14px;
}

div.cart-right ul.order-summary li.payment {
  background: #e0efc3;
  border-top: 2px solid #b6d287;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 13px 0px;
}

div.cart-right ul.order-summary li.payment span {
  font-weight: 300;
  font-size: 110%;
}

div.cart-right ul.order-summary li p {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5em;
}

div.cart-right ul.order-summary li p a {
  font-weight: 700;
  color: #000000;
  font-size: 12px;
}

div.cart-right ul.order-summary li p.price {
  color: #666666;
  font-size: 12px;
  margin-top: 3px;
}

div.cart-right ul.order-summary li:last-child {
  border-bottom: none;
}

div.cart-right ul.order-summary li p.doprava span {
  /*float: right;*/
}

div.cart-right ul.contact {
  margin-bottom: 17px;
  background: #f2f9e6;
  border-radius: 4px;
}

div.cart-right ul.contact li {
  padding: 14px 17px;
  border-bottom: 1px solid #dfe2d9;
  font-size: 13px;
  font-weight: 300;
}

div.cart-right ul.contact li:last-child {
  border-bottom: none;
}

div.cart-right ul.contact li strong {
  display: block;
  margin-bottom: 9px;
}

hr.cleaner {
  border: none;
  height: 1px;
  margin: 0px;
  background: none;
}

p.fast-login {
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 15px;
  line-height: 1.4;
}

p.fast-login a {
  font-weight: 700;
}

div.order {
  background: #eaeaea;
  border-radius: 5px;
  padding: 28px 32px 10px 32px;
  margin-bottom: 26px;
}

div.order h3 {
  color: #000000;
  margin-bottom: 20px;
}

div.order hr {
  border: none;
  height: 3px;
  background: #ffffff;
  margin: 0px -32px 25px -32px;
}

div.order fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

div.order fieldset#jinam-box {
  margin: 20px 0 0 0;
}

div.order label {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  margin-bottom: 28px;
  margin-right: 47px;
}

div.order label.big {
  width: 500px;
}

div.order label.big.smb {
  margin-bottom: 10px;
}

div.order label.bigger {
  /*width: 500px;*/
  width: 100%;
}

div.order label strong {
  display: inline-block;
  font-weight: 700;
  /*font-size: 98%;*/
  font-size: 15px;
  padding-right: 6px;
}

div.order label strong.light {
  font-weight: 400;
}

div.order label span {
  font-size: 80%;
}

div.order label.big strong {
  width: 400px;
  font-weight: 500;
}

div.order label.bigger strong {
  width: 80%;
}

div.order label strong span {
  font-weight: 400;
  font-size: 87%;
}

div.order label strong span.input-info {
  font-size: 75%;
}

div.order label input[type="text"],
div.order label input[type="password"] {
  width: 348px;
  height: 43px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-top: 7px;
}

input {
  position: relative;
}

div.order label input[type="checkbox"] {
  float: left;
  margin: 0px 10px 0px 0px;
}

.button.btn-continue {
  border: none;
  padding: 16px 5px 16px 16px;
  cursor: pointer;
}

p.terms {
  text-align: center;
  font-weight: 300;
  margin: -10px 0px 25px 0px;
  font-size: 15px;
}

p.order-success {
  background: #deedc0;
  color: #658e22;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 14px 0px;
  border-radius: 10px;
  margin-bottom: 23px;
}

div.order-info {
  display: inline-block;
  vertical-align: top;
  width: 555px;
  min-height: 176px;
  background: #eaeaea;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 27px;
}

div.order-info.right {
  margin-right: 0px;
}

div.order-info p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 3px;
  font-weight: 300;
}

div.order-info p strong {
  font-weight: 700;
}

div.order-info h4 {
  background: #dcdcdc;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px;
  margin-bottom: 20px;
}

.center-button {
  text-align: center;
}

.center-button .cart-next.send {
  margin-right: 0;
}

div.order.registration {
  position: relative;
}

div.order.registration label.chbox {
  margin-bottom: 14px;
}

div.order.registration label.chbox.full-width {
  width: 100%;
}

div.order.registration .login-b label input {
  width: 230px;
  font-size: 13px;
  height: 34px;
}

div.order.registration .login-b label {
  width: 30%;
  margin-bottom: 0;
}

div.order.registration .cart-send--small {
  height: 40px;
  padding: 13px 15px 5px 58px;
  font-size: 14px;
}

div.order.registration .cart-send--small:after {
  top: 14px;
  left: 13px;
}

.connect-header {
  font-size: 18px;
  margin-bottom: 0;
}

div.order.registration .cart-send--small:before {
  top: 11px;
  left: 29px;
}

div.order.registration.fast-login div.cart-left .cart-next {
  float: left;
  margin-right: 0;
}

div.order.registration.fast-login .btn-wrapper {
  margin-bottom: 1em;
}

div.order.registration label {
  width: 46%;
  margin-right: 28px;
  font-size: 15px;
}

.form-select {
  display: block;
  margin-top: 7px;
  height: 43px;
  width: 100%;
  padding-left: 5px;
  font-size: 16px;
}

div.order.registration label.full-w {
  width: auto;
}

.form-error,
.input-error {
  font-size: 80%;
  margin-top: 8px;
  display: block;
  color: #ff2121;
}

.poradna .error {
  border-radius: 10px;
  background: #ff000024;
  color: #ff1e1e;
  padding: 15px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 20px;
}

#poznamka > textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 4px;
}

.jogologie #poznamka > textarea {
  border: 1px solid #ccc;
  resize: none;
  margin-bottom: 0;
}

.jogologie .jogologie-pannel__button {
  display: inline-block;
}

#loadAres {
  background: rgb(101, 142, 34);
  background: -moz-linear-gradient(
    top,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(101, 142, 34, 1) 0%,
    rgba(86, 120, 29, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#658e22', endColorstr='#56781d', GradientType=0);
  border: 0;
  color: #fff;
  padding: 7px 17px;
  margin-top: 0.5em;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 700;
  font-size: 0.8125rem;
}

.failed,
.success {
  position: relative;
}
#recenzeWrapper .success {
  height: 42px;
  margin-top: 65px;
  background: rgba(138, 192, 46, 0.1);
  width: calc(100% - 42px);
  color: #658e21;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recenzeWrapper .success::after {
  content: "";
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  background: rgba(138, 192, 46, 0.1) url(/images/input-success.png) center
    center no-repeat;
  right: -42px;
  top: 0px;
  -webkit-animation: scale 0.4s ease-in;
  border-left: 1px solid #cccccc;
}

.success::after {
  content: "";
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  background: rgba(138, 192, 46, 0.1) url(/images/input-success.png) center
    center no-repeat;
  right: 0px;
  top: 23px;
  -webkit-animation: scale 0.4s ease-in;
  border-left: 1px solid #cccccc;
}
.wishlist .success::after,
.success--no-bg::after,
.wishlist-link__success::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/input-success.png) center center no-repeat;
  left: -45px;
  top: -13px;
  -webkit-animation: scale 0.4s ease-in;
  border: 0;
}
.detail-item__cross-selling-btn.success::after {
  border: 0;
  background: url(/images/input-success.png) center center no-repeat;
  left: -45px;
  top: -7px;
}
.success--no-bg::after {
  top: -26px;
  left: 215px;
}

.failed {
}
.success-final {
  background: #80bc25;
  margin: 0px auto;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}
.success-final::after {
  content: none !important;
}

.success-dotaz {
  border: 1px solid #658e22;
}
.success-dotaz,
.success-reg {
  background: #f3f9ea;
  color: #658e22;
  font-weight: 700;
  text-align: center;
  padding: 17px;
  margin-bottom: 20px;
}

.success-dotaz::after {
  content: none;
}

.success-reg::after {
  content: none;
}

.failed::after {
  content: "";
  position: absolute;
  display: block;
  height: 41px;
  width: 42px;
  background: rgba(204, 0, 0, 0.1) url("/images/input-failed.png") center center
    no-repeat;
  right: 0px;
  top: 23px;
  -webkit-animation: scale 0.4s ease-in;
  border-left: 1px solid #cccccc;
}

.login-connect-box {
  padding: 1rem 0 2rem 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.login-connect-box .login-box__login-gp {
  margin: 0 10px;
}

.login-connect-box .login-box__login-fb {
  margin: 0px 10px 0px 0;
}

div.order.registration input[type="text"],
div.order.registration input[type="password"],
div.order.registration .form-select {
  width: 100%;
  /*max-width: 400px;*/
}

.order-note {
  margin-left: 7px;
}

.detail-item div.order.registration .chbox--fww {
  flex-wrap: wrap;
}

.chck-info {
  padding-top: 3px;
}

h3.cart {
  text-transform: none;
  margin: 0px 0px 15px 0px;
  font-size: 18px;
}

div.cart-infobox {
  margin-bottom: 70px;
  width: 60%;
}

div.cart-infobox p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

img.cart-banner {
  float: right;
}

div.price-total-title {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1.4em;
}

div.price-total {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
}

div.price-total p {
  line-height: 1.4em;
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 3px;
}

div.price-total p span {
  font-weight: 300;
  font-size: 14px;
  color: #666666;
}

div.price-total p.small {
  font-size: 16px;
}

div.price-total p.small span {
  font-size: 12px;
}

table.cart-total {
  width: 100%;
  margin-bottom: 50px;
}

table.cart-total tr td {
  padding: 25px 20px;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5em;
  font-size: 14px;
}

table.cart-total tr td strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.clone {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.5;
}

.modal-window {
  max-width: 868px;
  width: 868px;
  background: #fff;
  position: fixed;
  top: 3%;
  left: 50%;
  z-index: 999;
  border-radius: 4px;
  margin-left: -434px;
  height: calc(100vh - 5%);
  overflow-y: auto;
}

.modal-window__header {
  background: #deedc0;
  height: 67px;
  border-bottom: 1px solid rgba(99, 139, 33, 0.5);
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modal-window__heading {
  flex: 90;
  -ms-flex: 90;
  color: #57791d;
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  padding: 0 0 0 50px;
}

.modal-window__heading--check-mark::before {
  content: "";
  position: relative;
  display: inline-block;
  left: -15px;
  top: 2px;
  background: url("/images/modal-add-icon.png");
  width: 25px;
  height: 20px;
}

.modal-window__close {
  flex: 10;
  -ms-flex: 10;
  border-left: 1px solid #9fbc6f;
  height: 66px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 70px;
}

.modal-window__close a {
  width: 22px;
  height: 22px;
  display: block;
  background: url("/images/modal-close-icon.png");
  text-decoration: none;
}

.modal-window-content {
  padding: 20px;
  /* border-bottom: 1px solid #ccc; */
}

.modal-window-more-products {
  min-height: 100px;
  padding: 10px;
}

.modal-window-more-products .product-status {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  padding-bottom: 0;
  line-height: 1;
}

.modal-window-more-products .product-feedback {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.modal-window-more-products .product-price {
  line-height: unset;
  margin-bottom: 0;
}

.modal-add-info {
  text-align: center;
  padding-top: 10px;
}

.modal-window-content__product-sum {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.modal-window-content__box.small {
  flex: 1;
  -ms-flex: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
}

.button.modal-window-content__back {
  width: 200px;
  height: 40px !important;
  font-size: 16px !important;
  padding: 12px 5px 8px 32px !important;
  background: url("/images/button-back-bg.png") left 12px center no-repeat,
    linear-gradient(#585858, #585858);
  margin: 30px 0;
}

.button.modal-window-content__back:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(132, 132, 132, 0.5);
  box-shadow: 0 0 1px 1px rgba(140, 140, 140, 0.5);
}

.modal-window-content__box.big {
  flex: 5;
  -ms-flex: 5;
}

.modal-window-content__box.big img {
  float: left;
  padding: 0 20 20px 0;
}

.modal-window-content__heading {
  font-size: 20px;
  font-weight: 700;
}

.modal-window-content__info-box {
  background: #eaeaea;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex: auto;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 12px;
  margin: 30px 0px;
  height: 30px;
}

.modal-window-content__box.small .button {
  height: 60px;
  padding: 20px 5px 8px 32px;
  font-size: 20px;
}

.modal-window-content__info-box .item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.modal-window-content__price {
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.modal-window-content__price .product-cart-price {
  padding-left: 20px;
}

.modal-window-content__color {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
}

.modal-window-content__color .product-color {
  border: none;
  margin: 0 10px;
  width: 17px;
  height: 17px;
  cursor: default;
}

.modal-window-content__size {
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
/*
.modal-window.login {
    width: 40%;
    min-height: 300px;
}

.modal-window.login {
    width: 40%;
    min-height: 300px;
    left: 30%;
}
*/

.modal-window.login .modal-window__heading {
  flex: 90;
  -ms-flex: 90;
  text-align: left;
  padding: 8px 0 0 20px;
}

.modal-window.login .modal-window__heading--check-mark::before {
  content: none;
}

.modal-window .login-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.modal-window .login-box__col {
  flex: 1;
  -ms-flex: 1;
  padding: 4px;
}

.modal-window .login-box__col h3 {
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: initial;
}

.modal-window .login-box__col:nth-child(2) {
  border-left: 1px solid #ccc;
  padding: 4px 4px 4px 18px;
}

.modal-window .login-box__form {
}

.modal-window .login-box__form label {
  margin: 0 0 12px 0;
  display: block;
  text-align: left;
}

.modal-window .login-box__form label > span {
  font-size: 14px;
  padding: 0 0 8px 0;
  display: inline-block;
  color: #000;
}

.modal-window .login-box__form label > span.log-error {
  color: #f32a00;
  font-size: 13px;
  padding-top: 8px;
}

.modal-window .login-box__form label > span strong {
  font-weight: 700;
}

.modal-window .login-box__form label > input {
  width: 90%;
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 36px;
  padding: 0 0 0 4px;
  font-size: 14px;
}

.modal-window.login .basic {
  height: 52px;
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 15px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.modal-window .login-box__link {
  font-size: 14px;
  display: inline-block;
  padding-right: 8px;
  padding-bottom: 6px;
  text-decoration: underline;
}

.modal-window .login-box__link:hover {
  text-decoration: none;
}

#prihlaseniDiv {
  display: inline-block;
}
#prihlaseniDiv .modal-window {
  height: max-content;
}

.login-box__login-fb {
  width: 228px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px auto;
  background-color: #3a589b;
  background: #3a589b url("/img/layout/fb-login-bg.png") left center no-repeat;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.login-box__login-gp {
  width: 228px;
  height: 45px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 10px auto;
  background: #e3411f url("/img/layout/gp-login-bg.png") left 9px center
    no-repeat;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.uppercase {
  text-transform: uppercase;
  color: #666;
  font-size: 0.8125rem;
  font-weight: 100;
}

.button {
  display: block;
  width: 170px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  background: url("/images/button-bg.png") left 12px center no-repeat, #658e22;
  background: url("/images/button-bg.png") left 12px center no-repeat,
    -webkit-linear-gradient(#658e22, #56781d);
  background: url("/images/button-bg.png") left 12px center no-repeat,
    -o-linear-gradient(#658e22, #56781d);
  background: url("/images/button-bg.png") left 12px center no-repeat,
    -moz-linear-gradient(#658e22, #56781d);
  background: url("/images/button-bg.png") left 12px center no-repeat,
    linear-gradient(#658e22, #56781d);
  padding: 8px 5px 8px 32px;
  text-align: center;
  border-radius: 5px;
  margin: 12px auto;
  text-decoration: none;
}

.button.button-add-cart {
  background: url("/images/btn-to-cart.png") left 12px center no-repeat, #658e22;
  background: url("/images/btn-to-cart.png") left 12px center no-repeat,
    -webkit-linear-gradient(#658e22, #56781d);
  background: url("/images/btn-to-cart.png") left 12px center no-repeat,
    -o-linear-gradient(#658e22, #56781d);
  background: url("/images/btn-to-cart.png") left 12px center no-repeat,
    -moz-linear-gradient(#658e22, #56781d);
  background: url("/images/btn-to-cart.png") left 12px center no-repeat,
    linear-gradient(#658e22, #56781d);
  height: 42px;
  padding: 14px 5px 8px 42px;
  width: 140px;
  font-size: 14px;
}

.button:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(107, 150, 35, 0.5);
  box-shadow: 0 0 1px 1px rgba(107, 150, 35, 0.5);
}

.button.basic {
  background: #658e22;
  background: -webkit-linear-gradient(#7aaa28, #618820);
  background: -o-linear-gradient(#7aaa28, #618820);
  background: -moz-linear-gradient(#7aaa28, #618820);
  background: linear-gradient(#7aaa28, #618820);
  padding: 8px 5px 8px 8px;
}

/* Objednávka */

.order {
  position: relative;
}

.order__info {
  height: 48px;
  background: #e3e3e3;
  margin: 1em 0 2em 0;
}

.order__info-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 48px;
}

.order__info-col {
  font-size: 16px;
  padding: 0 1em;
}

.order__info-col a {
  font-size: 14px;
}

.order__info-col a:hover {
  text-decoration: none;
}

.order__info-accepted {
  color: #009900;
  font-weight: 700;
}

.order__info-invoice-link {
  display: inline-block;
  padding: 0 28px 0 20px;
  position: relative;
}

.order__info-invoice-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 15px;
  background: url("/img/layout/bill-link-icon.png");
}

.order__info-print-link {
  display: inline-block;
  padding: 0 0px 0 24px;
  position: relative;
}

.order__info-print-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url("/img/layout/print-link-icon.png");
}

.order__nav {
  background: #7aaa28;
  width: 80%;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 2em auto;
}

.order__nav a {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 12px 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 700;
  cursor: pointer;
}

.order__box-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  gap: 40px;
}

.order__box {
  flex: 1;
  -webkit-flex: 1;
  background: #eaeaea;
  text-align: center;
  margin: 4px 0 2em 0;
}

.order__box h3 {
  font-size: 18px;
  text-transform: uppercase;
  background: #cecece;
  padding: 16px 0;
}

.order__box h3 {
  font-size: 18px;
  text-transform: uppercase;
  background: #cecece;
  padding: 16px 0;
}

.order__box-content {
  padding: 20px;
  line-height: 1.6;
  font-size: 14px;
}

.order__box-content a {
  text-transform: uppercase;
  font-weight: 700;
}
.pay-types {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.pay-type__heading {
  font-weight: bold;
  margin: 8px 0px 5px;
}
.pay-type .btn {
  margin-bottom: 10px;
  display: block;
}

.order__payment-info {
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #eaeaea;
  margin: 0 0 2rem 0;
}

.order__payment-info p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

.order__payment-info .button {
  margin: 1rem 0;
  padding: 19px 4px 7px 30px;
  text-align: center;
  height: 58px;
  font-size: 20px;
  width: 220px;
}

.order__payment-info h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: initial;
  margin-bottom: 1rem;
}

.order__payment-info-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.order_payment-info-item {
  width: 100%;
}

.order_payment-info-item.grid-1 {
  flex: 1;
  -ms-flex: 1;
  padding: 0 0 0 10px;
  text-align: center;
}

.order_payment-info-item.center--text {
  text-align: center;
}

.order_payment-info-item.grid-2 {
  flex: 2;
  -ms-flex: 2;
  padding: 0 10px 0 0;
}

.communicate-box {
  border-radius: 5px;
  background: rgba(229, 238, 212, 0.7);
  padding: 1.125rem;
  margin: 1rem 0;
}

.communicate-box__wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.communicate-box__item {
  padding: 0.8rem;
}

.communicate-box__item > span {
  font-weight: 700;
}

.communicate-box__item textarea {
  width: 100%;
  height: auto;
  min-height: 100px;
  resize: none;
  padding: 4px;
  font-family: "Poppins", sans-serif;
}

.communicate-box__item.size-1 {
  flex: 1;
  -ms-flex: 1;
}

.communicate-box__item.size-4 {
  flex: 4;
  -ms-flex: 1;
}

.communicate-box__button {
  height: 58px;
  padding: 18px 0px 0 0 !important;
  font-size: 1.25rem;
  margin: 1em 0;
}

.communicate-box__list {
  margin: 2rem 0;
}

.communicate-box__list-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  padding: 1rem 0 2rem 0;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 0.75rem;
}

.communicate-box__list-item:last-child {
  border-bottom: none;
}

.communicate-box__who {
  flex: 1;
  -ms-flex: 1;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: baseline;
  -webkit-align-items: baseline;
  justify-content: center;
  -webkit-justify-content: center;
}

.communicate-box__who-client {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  border: 1px solid #999;
  display: inline-block;
  font-size: 1.125rem;
  color: #587b1e;
  font-weight: 700;
}

.communicate-box__who-yc {
  width: 55px;
  height: 55px;
  border-radius: 30px;
  line-height: 55px;
  text-align: center;
  background: #628a21;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.communicate-box__content {
  flex: 9;
  -ms-flex: 9;
}

.communicate-box__content-name {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.communicate-box__content-info {
  font-size: 0.85rem;
  font-weight: 100;
  color: #999;
  margin-bottom: 0.8rem;
}

.communicate-box__content-info .date {
  display: inline-block;
  padding-right: 12px;
}

.communicate-box__content-text {
  font-size: 0.875rem;
  line-height: 1.5;
}

.objednavka-form .success {
  padding: 0 0 1rem 0;
  line-height: 1.5;
  color: #000;
}

.objednavka-form .success::after {
  content: none;
}

.order-list-box {
  margin: 1rem 0;
}

.order-list-box__table {
  display: table;
  width: 100%;
}

.order-list-box__row {
  display: table-row;
  background: #eaeaea;
  height: 62px;
  vertical-align: middle;
}

.order-list-box__row:nth-child(even) {
  background: #fff;
}

.order-list-box__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 0.875rem;
  text-align: center;
}

.order-list-box__cell:first-child {
  text-align: left;
}

.order-list-box__cell-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
  display: block;
  margin: 0 0 0.5rem 0;
}

.order-list-box__transport-info {
  font-size: 0.75rem;
  font-weight: 100;
}

.order-list-box__price.czk {
  display: block;
  padding-bottom: 2px;
}

.order-list-box__price.eur {
  font-size: 0.75rem;
}

.order-list-box__state {
  font-weight: 700;
}

.order-list-box__state.accepted {
  color: #658e22;
}

.order-list-box__state.problem {
  color: #ab2926;
}

.order-list-box__msg {
  text-decoration: underline;
}

.order-list-box__msg:hover {
  text-decoration: none;
}

.purchase-box {
  margin: 0 0 1rem 0;
}

.purchase-box__wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.purchase-box__item {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  margin: 1rem 0;
}

.purchase-box__item-wrapper {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}

.purchase-box__item-icon {
  flex: 2;
  -ms-flex: 2;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

.purchase-box__item-circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  text-align: center;
  background: #e5e5e5;
  font-size: 1.125rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.purchase-box__item-circle.transport {
  background: #e5e5e5 url("/img/layout/purchase-icon-car.png") center center
    no-repeat;
}

.purchase-box__item-circle.payment {
  background: #e5e5e5 url("/img/layout/purchase-icon-card.png") center center
    no-repeat;
}

.purchase-box__item-circle.terms {
  background: #e5e5e5 url("/img/layout/purchase-icon-bill.png") center center
    no-repeat;
}

.purchase-box__item-circle.advertisement {
  background: #e5e5e5 url("/img/layout/purchase-icon-arrow.png") center center
    no-repeat;
}

.purchase-box__item-circle.presents {
  background: #e5e5e5 url("/img/layout/purchase-icon-present.png") center center
    no-repeat;
}

.purchase-box__item-content {
  flex: 6;
  -ms-flex: 6;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: left;
  -webkit-align-items: left;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.purchase-box__item-title {
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 8px;
}

.purchase-box__item-title:hover {
  text-decoration: none;
}

.purchase-box__item-info {
  font-size: 0.875rem;
  color: #666;
}

/* Tabulky */

.table {
  width: 100%;
}

.table.small {
  width: 50%;
}

.table.med {
  width: 75%;
}

.table th {
  text-align: left;
  height: 44px;
  background: #8ac02e;
  color: #fff;
  padding: 14px 8px;
  font-weight: 700;
  border: 1px solid #7aaa28;
}

.table tr {
  text-align: left;
  height: 28px;
  background: #ebf5cc;
}

.table td {
  color: #000;
  padding: 8px;
  border: 1px solid #afca5a;
  font-size: 0.875rem;
}

.table.basic td {
  border: none;
}

.table.basic tr:nth-child(even) {
  background: #fff;
}

/* Accordion */

.accordion-box button.accordion {
  border-bottom: 0;
}

.accordion-box button.accordion:last-of-type {
  border-bottom: 1px solid #ccc;
}

.accordion-box button.accordion.active:last-of-type {
  border-bottom: 0;
}

.accordion-box div.panel:last-of-type {
  border-bottom: 1px solid #ccc;
}

button.accordion {
  background-color: #e6f3cd;
  color: #000;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 15px 58px 15px 15px;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 1rem;
  transition: 0.4s;
  font-weight: 700;
  background-image: url("/img/layout/accordion-arrow-down.png");
  background-repeat: no-repeat;
  background-position: right 22px center;
}

button.accordion.active {
  background-image: url("/img/layout/accordion-arrow-up.png");
}

button.accordion.active {
  /*button.accordion:hover */
  background-color: #dcf1b3;
}

div.panel {
  padding: 18px;
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  border-bottom: none;
}

.page.content div.panel p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #666;
}

.vlevo {
  float: left;
  padding: 0 20px 0 0;
}

.vpravo {
  float: right;
  padding: 0 0 0 20px;
}

.image--left {
  float: left;
  padding: 0 20px 0 0;
}

.image--right {
  float: right;
  padding: 0 0 0 20px;
}

#nova_recenze {
  background: #e5eed4;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  font-size: 14px;
  z-index: 5;
  left: 0;
  width: 100%;
  top: 135px;
}

#nova_recenze:after {
  content: "";
  position: absolute;
  top: -14px;
  left: 134px;
  width: 28px;
  height: 14px;
  background: url("/images/recenze_arrow.gif") no-repeat;
}

#nova_recenze ul {
  padding-bottom: 0px;
}

#nova_recenze > ul > li {
  width: 100%;
  display: block;
  border-bottom: 1px solid #b6ca92;
  padding: 20px 0px;
  background: none;
}

#nova_recenze > ul > li .favourite.ms-parent {
  min-width: 190px !important;
}

#nova_recenze > ul > li .favourite.ms-parent > button > div {
  background: url("/images/doprava-active.png") right 4px center no-repeat;
}

#nova_recenze > ul > li .favourite.ms-parent > button > div.open {
  background: url("/images/doprava-active-up.png") right 4px center no-repeat;
}

/*
#nova_recenze > ul > li .favourite.ms-parent button {
    background: none;
    text-align: left;
    line-height: 1.5;
    font-size: .875rem;
}
*/

#nova_recenze > ul > li .favourite.ms-parent span {
  font-family: "Poppins", sans-serif;
}

#nova_recenze > ul > li .favourite .ms-drop {
  padding: 5px 8px;
}

#nova_recenze > ul > li .favourite .ms-drop ul {
  padding-bottom: none;
}

#nova_recenze > ul > li .favourite .ms-drop ul li {
  padding: 4px 0;
}

#nova_recenze > ul > li .favourite .ms-drop ul li:first-child {
  display: none;
}

#nova_recenze > ul > li .favourite .ms-search input[type="text"] {
  width: 100%;
}

#nova_recenze > ul > li span.title {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  font-weight: 700;
  font-size: 14px;
  padding-top: 5px;
}

#nova_recenze > ul > li label,
#nova_recenze > ul > li input {
  display: inline-block;
  vertical-align: middle;
}

#nova_recenze > ul > li input[type="radio"],
#nova_recenze > ul > li input[type="checkbox"] {
  margin-top: -1px;
}

#nova_recenze > ul > li label {
  margin-right: 15px;
}

#nova_recenze > ul > li input[type="text"] {
  border: 1px solid #cccccc;
  height: 36px;
  border-radius: 4px;
  width: 100%;
  padding: 0px 10px;
}

#nova_recenze > ul > li input[type="text"].big {
  width: 324px;
}

.item-search {
  background: #fff;
  border: 1px solid #cccccc;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.item-search > li {
  padding: 8px 8px 4px 8px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0 !important;
}

.item-search > li:last-child {
  border-bottom: 0 !important;
}

#nova_recenze > ul > li ul li {
  position: relative;
}

#nova_recenze > ul > li textarea {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cccccc;
  width: 690px;
  height: 97px;
  border-radius: 4px;
  resize: none;
  padding: 10px;
}

#nova_recenze > ul > li ul.plusy {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

#nova_recenze > ul > li ul.plusy.left {
  margin-right: 25px;
}

#nova_recenze > ul > li ul.plusy li {
  margin-bottom: 7px;
  padding: 0;
}

#nova_recenze > ul > li #picture-box {
  display: inline-block;
  vertical-align: top;
  width: 690px;
  height: 97px;
  border: 2px dashed #cccdcc;
  background: #ffffff;
  text-align: center;
}

#nova_recenze > ul > li #picture-box input {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

#nova_recenze > ul > li.center {
  text-align: center;
  border: none;
}

#nova_recenze a.recenze-send {
  padding: 16px 58px;
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  background: rgb(112, 157, 36);
  background: -moz-linear-gradient(
    top,
    rgba(112, 157, 36, 1) 0%,
    rgba(85, 120, 28, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(112, 157, 36, 1) 0%,
    rgba(85, 120, 28, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(112, 157, 36, 1) 0%,
    rgba(85, 120, 28, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#709d24', endColorstr='#55781c', GradientType=0);
  border-radius: 6px;
  text-transform: uppercase;
}

#nova_recenze .ms-search {
  display: none;
}

.decide-box {
  margin: 20px 0 50px 0;
  background: #f5f5f5;
}

.decide-box__header {
  text-align: center;
  color: #666;
  padding: 17px;
}

.decide-box__footer {
  background: #d2d2d2;
  padding: 22px;
  text-align: center;
}

.decide-box__footer-link {
  font-size: 18px;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
}
.decide-box__heading {
  margin: 0 0 8px !important;
}
.decide-box__text {
  font-size: 16px;
}

.decide-box__more {
  padding-left: 28px;
  position: relative;
}

.decide-box__more::before {
  content: "";
  width: 15px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: 3px;
  background: url(/svg/arrow-down.svg) center center no-repeat;
  background-size: 15px;
}

.decide-box__footer-link::before {
  content: "";
  width: 15px;
  height: 17px;
  position: absolute;
  top: 4px;
  left: 3px;
  background: url(/svg/arrow-down-dark.svg) center center no-repeat;
  background-size: 15px;
}

.decide-box__item {
  border-top: 1px solid #ccc;
  padding: 20px 20px 20px 115px;
}

.decide-box__item--1 {
  background: #eaeaea url(/img/layout/decide-icon1.png) left 40px center
    no-repeat;
}
.decide-box__item--2 {
  background: #eaeaea url(/img/layout/decide-icon2.png) left 26px center
    no-repeat;
}
.decide-box__item--3 {
  background: #eaeaea url(/img/layout/decide-icon3.png) left 30px center
    no-repeat;
}
.decide-box__item--4 {
  background: #eaeaea url(/img/layout/decide-icon4.png) left 32px center
    no-repeat;
}
.decide-box__item--5 {
  background: #eaeaea url(/img/layout/decide-icon5.png) left 36px center
    no-repeat;
}
.decide-box__item--6 {
  background: #eaeaea url(/img/layout/decide-icon6.png) left 42px center
    no-repeat;
}
.decide-box__item--7 {
  background: #eaeaea url(/img/layout/decide-icon7.png) left 24px center
    no-repeat;
}
.decide-box__item--8 {
  background: #eaeaea url(/img/layout/decide-icon8.png) left 34px center
    no-repeat;
}
.decide-intro {
  padding: 16px 0 16px 85px;
}
.decide-intro--1 {
  background: url(/img/layout/decide-icon1.png) left 22px center no-repeat;
}
.decide-intro--2 {
  background: url(/img/layout/decide-icon2.png) left 22px center no-repeat;
}
.decide-intro--3 {
  background: url(/img/layout/decide-icon3.png) left 22px center no-repeat;
}
.decide-intro--4 {
  background: url(/img/layout/decide-icon4.png) left 22px center no-repeat;
}
.decide-intro--5 {
  background: url(/img/layout/decide-icon5.png) left 22px center no-repeat;
}
.decide-intro--6 {
  background: url(/img/layout/decide-icon6.png) left 22px center no-repeat;
}
.decide-intro--7 {
  background: url(/img/layout/decide-icon7.png) left 22px center no-repeat;
}
.decide-intro--8 {
  background: url(/img/layout/decide-icon8.png) left 22px center no-repeat;
}
.subcat-box {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
}
.subcat-box__item {
  width: calc(25% - 16px);
  margin: 0 20px 20px 0px;
}
.subcat-box__item:nth-child(4) {
  margin: 0 0 20px 0px;
}
.subcat-box__img {
  border: 4px solid #eaeaea;
  padding: 10px;
}
.subcat-box__img img {
}
.subcat-box__title {
  text-align: center;
  display: block;
  padding: 6px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}
.detail-info__review-text.nase-zkusenosti {
  width: 100%;
}
p.detail-info__review-text-text.nase-zkusenosti {
  width: 100%;
  padding: 0;
  padding-top: 15px;
}
.detail-info__review-text.nase-zkusenosti > p:before {
  content: none;
}

@media screen and (max-width: 950px) {
  .modal-window .login-box__form label {
    text-align: center;
  }
  .modal-window .login-box__col h3 {
    text-align: center;
    margin-top: 30px;
  }
  .header {
    height: 61px; /* w/o banner */
    /*height: auto; */ /* with banner */
    border-bottom: none;
  }
  .top-banner {
    height: auto;
    min-height: 45px;
    line-height: 20px;
  }
  .detail-item__share {
    margin-left: 0;
    border-left: 0;
    padding-left: 0;
  }
  .detail-info__user-recenze-rating .detail-info__user-recenze-rating-minus {
    padding-top: 30px;
  }
  .detail-info__review {
    margin-bottom: 0px;
  }

  .title--small-underlined {
    margin: 5px auto;
  }

  .title-uppercase {
    text-transform: uppercase;
  }
  .header__top,
  .header__search-form,
  .header__menu {
    display: none;
  }
  .header__logo {
    width: 66%;
    /* height: 100%; */
    height: auto;
    display: flex;
  }
  .header__logo-img {
    display: none;
  }
  .header__logo-img--mobile {
    width: 252px;
    display: block;
    margin-top: -4px; /* w/o banner */
    /* margin-top: 0px; */ /* with banner */
  }
  .header__cart {
    width: 70px;
    padding: 0;
    min-width: auto;
    background: transparent url("/svg/cart.svg") no-repeat top center;
    background-size: 30px;
    text-align: center;
    float: right;
    right: -60;
    margin-top: 8px;
  }
  .header__wishlist .header__cart-link {
    display: block;
  }
  .header__wishlist {
    width: 70px;
    padding: 0px;
    min-width: 50px;
    background: transparent url(/img/layout/heart_white.png) no-repeat top
      center;
    background-size: 30px;
    text-align: center;
    float: right;
    right: 70px;
    border: 0;
    margin-top: 8px;
  }
  .header__wishlist::after {
    content: "";
    position: absolute;
    left: -22px;
    top: 3px;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
  }
  .header__cart-count,
  .header__cart-total,
  .header__wishlist-count {
    display: none;
  }
  .header .header__cart-link {
    padding: 36px 0 0 0;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-size: 9px;
    font-size: 0.5625rem;
  }

  .header__trigger {
    display: inline-block;
    float: right;
    margin-top: 12px;
    right: 0;
    text-align: center;
    position: relative;
  }

  .header__trigger:after {
    content: "";
    position: absolute;
    left: -12px;
    top: 3px;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    display: block;
  }

  .header__trigger span {
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 4px;
    margin: 3px auto;
    background: #fff;
    border-radius: 2px;
    z-index: 99;
  }
  .header__trigger-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-size: 0.5625rem;
    text-align: center;
    font-weight: 600;
    margin-top: 11px;
  }
  .header__bigmenu-item--gotocat {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .header__menu {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background: rgba(26, 26, 26, 0.8);
  }
  .header__menu.is-open {
    display: block;
  }
  .header__menu-item--all {
    background: transparent;
    padding: 0;
    right: 0;
    margin: 0;
    width: 100%;
    /*  z-index: -1; */
  }
  .header__menu-item--all > span {
    display: none;
  }
  .header__menu-item--all:after {
    display: none;
  }
  .header__menu-item {
    display: block;
    margin: 0;
    font-weight: 300;
  }
  .header__menu-item:before {
    display: none;
  }
  .header__submenu {
    border-left: 1px solid #3c3c3c !important;
    display: block;
    float: right;
    width: 85%;
    position: relative;
    z-index: 2000;
    background: #202020;
    border: 0;
  }
  .header__submenu-item {
    display: block;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #3c3c3c;
  }
  .header__submenu-item.open > a:after {
    background: url("/images/mobile-menu--submenu-trigger-down.png") no-repeat
      right center;
  }
  .header__submenu-search + .header__submenu-item > a {
    padding-top: 15px;
  }
  .header__submenu-item > a {
    color: #fff;
    border: 0;
    padding: 17px 40px 17px 18px;
    position: relative;
    background: none;
  }
  .header__submenu-link {
    /*pointer-events: none;*/
  }
  .header__submenu-item > a:after {
    content: "";
    background: url("/svg/mobile-menu--submenu-trigger.svg") no-repeat right
      center;
    background-size: 12px;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 14px;
    right: 22px;
    top: 16px;
  }
  .header__submenu-item > a:hover {
    background: transparent;
    color: #fff;
  }
  .header__submenu-search {
    display: block;
    background: #3c3c3c;
  }

  .header__submenu-search input {
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    display: inline-block;
    height: 61px;
  }

  .header__submenu-search input[type="search"] {
    width: 100%;
    padding-left: 1.25em;
  }
  .header__submenu-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: transparent;
    background: url("/svg/search-mobile.svg") no-repeat center center;
    background-size: 23px;
  }
  .header__bigmenu {
    position: static;
    background: transparent;
    border: 0;
    width: 100%;
    display: none !important;
    padding: 0;
    height: auto;
    min-height: auto;
    border-top: 1px solid #3c3c3c;
  }
  .header__bigmenu.is-open {
    display: block !important;
    background: #3c3c3c4d;
  }
  .header__bigmenu.is-open .header__bigmenu-item:last-child {
    border-bottom: 0;
  }
  .header__bigmenu-item {
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 6px 0 6px 38px;
    border-bottom: 1px solid #3c3c3c;
    position: relative;
  }

  .header__bigmenu-item > span {
    display: flex;
    align-items: center;
    line-height: 1.4;
    height: 34px;
    font-weight: 300;
  }
  .header__bigmenu-item > strong {
    height: 34px;
    font-weight: 300;
  }

  .header__bigmenu-item img {
    display: none;
  }
  .header__main-nav {
    padding-top: 25px;
    border-left: 1px solid #3c3c3c !important;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #202020;
    width: 85%;
    float: right;
  }
  .header__main-nav .header__menu-item {
    text-align: left;
    padding: 15px 18px;
    border-bottom: 1px solid #3c3c3c;
  }
  .header .mobile-menu--close {
    position: absolute;
    top: 22px;
    left: 15px;
    background: url("/svg/mobile-menu--close.svg") no-repeat center;
    width: 25px;
    height: 25px;
    z-index: 9999;
    display: block;
  }

  .header__mobile-links {
    display: block;
    width: 85%;
    height: 100%;
    float: right;
    border-left: 1px solid #3c3c3c !important;
    background: #202020;
  }

  .header__mobile-link {
    padding: 10px 11px;
    border-bottom: 1px solid #3c3c3c;
  }
  .header__mobile-link span {
    color: #fff;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
  }
  .header__mobile-link strong {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 55px;
  }
  .header__mobile-link a {
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .header__mobile-link:last-child {
    border-bottom: 2px solid #fff;
  }
  .header__mobile-link:before {
    content: "";
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-right: 7px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5%;
  }
  .header__mobile-link-phone:before {
    top: 10px;
    background: url("/svg/mobile-link--phone.svg") no-repeat center;
    background-size: 17px;
  }
  .header__mobile-link-login:before {
    background: url("/svg/mobile-link--login.svg") no-repeat center;
    background-size: 17px;
  }
  .header__mobile-link-register:before {
    background: url("/svg/mobile-link--reg.svg") no-repeat center;
    background-size: 19px;
  }
  .header__mobile-link-about:before {
    background: url("/svg/mobile-link--about.svg") no-repeat center;
    background-size: 20px;
  }
  .header__mobile-link-shop:before {
    background: url("/svg/mobile-link--shop.svg") no-repeat center;
    background-size: 19px;
  }

  div.order.registration .btn-wrapper {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
  }
  .input-info {
    display: block;
    padding-top: 6px;
  }
}

@media screen and (max-width: 1200px) {
  .modal-window-content__box.small {
    flex: 2;
    -ms-flex: 2;
  }
  .modal-window-content__box.big {
    flex: 7;
    -ms-flex: 7;
  }
  .communicate-box__who {
    flex: 2;
    -ms-flex: 2;
  }
  .modal-window.login .modal-window__heading {
    flex: 80;
    -ms-flex: 80;
  }
  .modal-window__close {
    flex: 20;
    -ms-flex: 20;
  }
  .modal-window-content {
    padding: 10px;
  }
  .modal-window .login-box {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modal-window .login-box__form label > input {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  .modal-window.login .basic {
    margin: 1em auto;
  }
  .modal-window .login-box__link {
    display: block;
    padding-right: 0;
    text-align: center;
    padding-bottom: 6px;
  }
  .modal-window .login-box__col:nth-child(2) {
    padding: 4px;
    border-left: none;
  }
  div.order.registration label {
    width: 48%;
    margin-right: 7px;
    margin-left: 7px;
  }
  div.order.registration.jogologie-reg label {
    margin-right: 0;
    margin-left: 0;
  }
  div.order {
    padding: 28px 22px 10px 22px;
  }
  #nova_recenze > ul > li ul.plusy {
    width: 190px !important;
  }
  #nova_recenze > ul > li #picture-box {
    margin-top: 1rem;
    width: 100% !important;
  }
  .zkusenost {
    margin-top: 1rem;
    width: 100% !important;
  }
  #nova_recenze > ul > li .favourite.ms-parent button {
    padding: 1rem 0;
  }
  ul.cart-menu li {
    font-size: 13px;
    padding-right: 30px;
  }
  ul.cart-menu li a.active:before {
    top: 72px;
  }
  table.cart-products {
    width: 948px;
  }
}

/* RESPONSIVE */
@media screen and (max-width: 950px) {
  .modal-window__header {
    height: 40px;
  }
  .fancybox-close-small {
    right: 5px !important;
    top: 5px !important;
  }
  .modal-window.login .modal-window__heading {
    padding: 4px 0 0 20px;
  }
  .modal-window__close {
    height: 40px;
  }
  img.nasPribeh {
    padding-bottom: 1em;
    width: 50%;
    margin: auto;
  }
  .contact-box-old {
    flex-direction: column;
  }
  .contact-box-old__item {
    flex-basis: auto;
  }
  h1.title--primary {
    font-size: 1.5125rem;
    line-height: 1.3;
  }
  h1.title--primary .search-result {
    font-size: 0.75em;
  }
  .jogologie-content-detail .title--primary {
    font-size: 1.875rem;
  }
  .jogologie-content-detail h2 {
    font-size: 1.375rem;
  }

  ul.order-list li div.info-box {
    padding: 13px 10px;
  }

  ul.order-list li div.info-box .main-wrapper {
    padding: 13px 0;
  }
  .page h2 {
    font-size: 1.2625rem;
  }
  .page p {
    font-size: 0.875rem;
  }
  .jogologie__wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .jogologie-content {
    padding: 0;
  }
  .jogologie-pannel {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .jogologie-pannel__user-box img {
    flex: 0;
    -ms-flex: 0;
  }
  .jogologie-pannel__advisory--content {
    flex: 9;
    -ms-flex: 9;
  }

  .modal-window__heading {
    flex: 9;
    -ms-flex: 9;
  }
  .modal-window__close {
    flex: 20;
    -ms-flex: 20;
  }
  .modal-window-more-products {
    display: none;
  }
  .modal-window-content {
    border-bottom: 0;
  }
  .jogologie-content .product {
    display: inline-block;
    width: 49%;
  }
  h1 {
    font-size: 1.5125rem;
    line-height: 1.3;
  }
  .products__row.collection {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .products__row.collection .product {
    flex-basis: 33%;
    -webkit-flex-basis: 33%;
  }
  .modal-window {
    width: 500px;
    left: calc(50% - 250px);
    margin-left: 0;
    z-index: 9999;
  }
  .modal-window-content__box.big img {
    float: none;
    display: block;
    padding: 0 0 10px 0;
    margin: 0 auto;
    max-width: 100px;
  }
  .modal-window-content__heading {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
  }
  .modal-window__heading--check-mark::before {
    left: -8px;
    top: 5px;
  }
  .modal-window__heading {
    font-size: 15px;
    padding: 0 9px 6px 14px;
  }
  .modal-window__close {
    height: 39px;
  }

  .modal-window__close a {
    width: 60px;
    height: 31px;
    display: block;
    background: url(/images/modal-close-icon.png) center center no-repeat;
    text-decoration: none;
    background-size: 18px;
  }
  .modal-window-content__info-box {
    margin: 10px 0px 30px 0px;
  }
  .modal-window-content__box.small.modal-box-btns {
    flex-direction: column;
  }
  .modal-box-btns .modal-window-content__back {
    order: 2;
    margin-top: 20px;
  }

  .modal-window--add .modal-window__close a {
    width: 60px;
    height: 31px;
    background: url(/svg/modal-close-icon.svg) center center no-repeat;
    background-size: 18px;
  }

  .modal-window--add .modal-window__heading--check-mark::before {
    content: "";
    left: -15px;
    top: 6px;
    background: url(/images/modal-add-icon.png) center center no-repeat;
    width: 22px;
    height: 22px;
    background-size: 20px;
  }
  .detail-item div.order.registration label.mob-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1.2;
  }
}

.calendar-icons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.calendar-icons__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .chosen-place {
    flex-direction: column;
    gap: 0;
    margin-top: 10px;
  }
  .order-modal__options {
    display: none;
  }
  .order-modal {
    width: calc(100% - 3em);
    height: calc(100% - 3em);
    flex-direction: column;
    align-items: center;
  }
  .order-modal__aside {
    width: 100%;
    height: 79%;
    overflow-x: hidden;
  }
  .order-modal__search-box {
    margin: 0.4em 1em 1.2em 1em;
    width: 95%;
  }
  .order-modal__main {
    height: 60%;
    width: 100%;
    justify-content: flex-start;
  }
  .order-modal__map {
    height: 100%;
  }
  ul.order-list li div.info-box h4 {
    position: sticky;
    width: 100%;
    background: white;
    top: 0;
    margin-bottom: 1em;
    z-index: 1;
    text-align: center;
  }
  .order-modal__close {
    top: 50px;
    right: 50px;
    z-index: 2;
  }

  ul.order-list .img-box {
    display: none;
  }
  ul.order-list li .main-title span.title-doprava {
    border-right: none;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .price {
    text-align: right;
    font-size: 14px;
  }
  .about {
    font-size: 14px;
  }
  .alt_price {
    margin-top: 5px;
    display: block;
  }
  ul.order-list li .main-title span.title {
    border-right: none;
  }
  .modal-window.login {
    width: 80%;
    left: 10%;
  }
  .products-box .products__row .product {
    max-width: 33.33%;
  }

  .alternative-list > .products__row > .grid-1-3 {
    width: 50%;
  }

  .decide-box__item {
    padding: 80px 10px 20px 10px;
    background-position: top 16px center !important;
  }

  .decide-box__item--7 {
    padding: 92px 10px 20px 10px;
    background-position: top 9px center !important;
  }

  .decide-box__heading {
    text-align: center;
  }

  .decide-box__text {
    text-align: center;
  }

  .decide-box__more {
    text-align: center;
    display: table;
    margin: 0 auto;
  }

  .decide-box__more::before {
    top: 0;
  }

  .category-list.producers {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-list.producers .category-list__item {
    width: calc(50% - 20px);
  }

  .tip__box-title {
    font-size: 16px;
    padding: 0 4px;
  }

  .suggestion-box__text {
    font-size: 0.75rem;
    padding-right: 0px;
  }

  .sort-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .sort-box__available {
    justify-content: center !important;
    margin-top: 15px;
  }
  .sort-box .pagination {
    margin-top: 0px;
  }

  .products__row.collection .product {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  .purchase-box__item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 1rem 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .jogologie-content__item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    margin: 0 0 0.5em 0;
    padding: 12px;
  }
  .modal-window-content__info-box {
    padding: 10px 12px;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .modal-window-content__info-box .item {
    padding: 2px 0;
  }
  .modal-window__heading {
    flex: 6;
    -ms-flex: 6;
  }
  .order__info-col {
    font-size: 0.875rem;
    padding: 8px 1em;
  }
  .order__info {
    height: auto;
  }
  .order__info-wrapper {
    height: auto;
    padding: 8px;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .order__info-col a {
    font-size: 0.75rem;
  }
  .communicate-box__wrapper {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .communicate-box__who {
    flex: 5;
    -ms-flex: 5;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .communicate-box__content {
    flex: 15;
    -ms-flex: 15;
  }
  .modal-window .login-box__col h3 {
    margin: 1rem 0;
  }
  .purchase-box__item-wrapper {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  button.accordion {
    font-size: 0.875rem;
  }
  .collection__item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  ul.order-list li .main-title {
    flex-direction: column;
    padding: 0 20px 0px 46px;
  }
  ul.order-list li .main-title span.title {
    padding-top: 65px;
    padding-bottom: 10px;
    width: 100%;
    font-size: 14px;
    background-position: 45px 8px !important;
    min-height: 94px;
  }
  ul.order-list li .main-title span.price {
    position: absolute;
    top: 13px;
    font-size: 14px;
  }
  ul.order-list li .main-title input[type="radio"] {
    top: 23px;
  }
}

@media screen and (max-width: 650px) {
  ul.order-list li .main-title-doprava {
    padding: 0px 65px 22px 100px;
    flex-direction: inherit;
  }
  .banner .slick-slider {
    top: 0;
    width: 400px;
  }
  .banner__item {
    width: 402px;
  }
}

@media screen and (max-width: 550px) {
  .info-box .do-ruky {
    margin-left: 0;
  }
  .header__logo {
    width: 40%;
  }
  .products__row--marks .products__row .product {
    width: 50%;
  }
  .products-box .products__row .product {
    max-width: 50%;
  }

  .order__box {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .communicate-box__who {
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .contact-box-old__content--image {
    height: auto;
    padding: 1em;
  }
  .contact-box-old__item {
    flex-basis: auto;
  }
  .sm-breaker {
    display: block;
  }
  .modal-window-content__info-box .item {
    text-align: center;
  }
  .modal-window-content__price .product-cart-price {
    padding-left: 0;
  }

  .modal-window--add .modal-window-content__info-box {
    flex-direction: column;
    line-height: 1.8;
  }
  .modal-window--add .modal-window__heading--check-mark::before {
    left: -5px;
  }
  .modal-window__close {
    flex: 0;
  }
  .modal-window--add .modal-window__close a {
    width: 50px;
  }
  .modal-window--add {
    width: 300px;
    left: calc(50% - 150px);
  }
  .modal-window__heading {
    font-size: 11px;
  }
  /* ul.doprava li a[href="#cz"],
  ul.doprava li a[href="#sk"] {
    background: #80bc25;
    color: #ffffff;
    border: none;
    font-size: 13px;
    padding-left: 8px;
  } */
  /* ul.doprava li a[href="#sk"] {
    border-left: 1px solid #fff;
  } */
  .detail-item ul.doprava {
    display: flex;
    justify-content: center;
    margin: -10px 0px 10px 0px;
  }
  ul.doprava li a.active {
    padding: 15px 8px;
  }
  /* ul.doprava li a.active[href="#cz"],
  ul.doprava li a.active[href="#sk"] {
    background-image: none;
    background-color: #658e22;
  } */
  .cart-left a.cart-prev {
    display: block;
  }
  div.cart-left .cart-next.cart-next--right {
    float: none;
  }

  .subcat-box__item {
    width: calc(50% - 16px);
  }
  .subcat-box__item:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .subcat-box__img {
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .header__logo-img--mobile {
    margin-top: 10px;
  }
  .banner .slick-slider {
    top: 0;
    width: 360px;
  }
  .banner__item {
    width: 360px;
  }
  /*.products__row .product {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }
    .products__row {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .jogologie-content__item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        margin: 0 0 0.5em 0;
        padding: 12px;
    }*/
  .modal-window__header {
    height: 54px;
  }
  .alternative-list > .products__row > .grid-1-3 {
    width: 100%;
  }
  .modal-window__heading {
    font-size: 11px;
    padding: 0 0 6px 10px;
    flex: 4;
    -ms-flex: 4;
  }
  .modal-window__close {
    height: 45px;
  }
  .modal-window__heading--check-mark::before {
    left: -7px;
    top: 3px;
  }
  .modal-window-content__box.small {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .modal-window-content__box.small .modal-window-content__back {
    order: 2;
    margin: 10px 0;
  }
  .modal-window-content__box.small .button {
    margin-top: 20px;
  }
  .order__info-col > strong {
    display: block;
    padding-bottom: 8px;
  }
  .order__nav {
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 4px;
  }
  .order__nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
    width: 90%;
  }
  .order__nav a:last-child {
    border-bottom: 0;
  }
  .image--left {
    padding: 0;
  }
  .image--right {
    padding: 0;
  }

  .jogologie-content .product {
    width: 100%;
  }
  .communicate-box {
    padding: 0.1rem;
  }

  .communicate-box__button {
    height: 40px;
    padding: 12px 0px 0 0 !important;
    font-size: 1rem;
    margin: 1em auto;
    width: 100%;
  }

  .communicate-box__who {
    flex: none;
    -ms-flex: none;
    -webkit-align-items: center;
    justify-content: center;
    margin-bottom: 12px;
  }

  .communicate-box__content {
    flex: none;
    -ms-flex: none;
  }

  .communicate-box__list-item {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
  }

  .communicate-box__content-text {
    font-weight: 100;
    font-size: 0.75rem;
  }

  .communicate-box__content-name {
    text-align: center;
    width: 100%;
  }

  .collection__item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }

  /*.products__row.collection .product {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
    }*/

  .footer__info-cards {
    position: relative;
    left: auto;
    top: auto;
  }

  .footer__top {
    height: auto;
  }

  .products__row--marks .products__row .product {
    width: 100%;
  }

  .bloglist-wrapper .inline-block {
    flex: auto;
    width: 100%;
  }

  .bloglist-wrapper .inline-block .tip__box {
    margin: 0 0 16px 0;
  }
}
@media screen and (max-width: 380px) {
  .banner .slick-slider {
    top: 0;
    width: 300px;
  }
  .banner__item {
    width: 300px;
  }
  .products-box .products__row .product {
    max-width: 100%;
  }
}

/* IE Edge fallback */

@supports (-ms-ime-align: auto) {
  .header__menu-item--all:after {
    top: 48px;
  }
  .header.fixed .header__menu-item--all:after {
    top: 40px;
  }
  .color-range-icon:hover .detail-info-box.color-info {
    min-width: 78px;
  }
  .header__submenu {
    width: 207px;
  }
  .header__menu-item {
    font-size: 1rem;
  }
  .banner__item {
    height: auto !important;
  }
}

/* IE 11 Support */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner__item {
    height: auto !important;
  }
  .choice-box__heading h3 {
    margin-top: 1em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome */
  .banner__item {
    height: auto !important;
  }
}

.print-header {
  display: none;
}

@media print {
  .header,
  .aside,
  .communicate-box,
  #li_diskuze,
  .order__info-invoice-link,
  .order__info-print-link,
  .order__payment-info .button,
  .order__nav,
  .order_payment-info-item .image--right,
  .footer {
    display: none !important;
  }

  table.cart-products {
    width: 100% !important;
    margin: 0 !important;
  }
  table.cart-products tbody tr td {
    background: #fff !important;
  }
  table.cart-products td {
    padding: 20px 0px !important;
  }

  .container {
    width: 100% !important;
    padding: 0 10px !important;
  }
  .detail-item table.cart-products tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .detail-item table.cart-products {
    margin: 0 0 50px 0;
    padding: 20px 10px;
    page-break-inside: auto;
  }
  table.cart-products td.pr-price,
  table.cart-products td.pr-amount {
    vertical-align: top;
  }
  table.cart-products img.product-image {
    border: 0;
    display: none;
  }

  h2#shrnuti {
    page-break-before: always;
    margin-top: 20px;
    margin-bottom: 6px;
  }

  table.cart-total tr td {
    padding: 12px 0px;
  }

  table.cart-total tr:last-child td {
    border-bottom: none;
  }
  .order__box h3 {
    background: none;
    padding: 16px 0;
    text-align: left;
  }
  .order__box-content {
    padding: 0;
    text-align: left;
  }
  .order__payment-info {
    border-bottom: 0;
  }
  .order__info-wrapper .order__info-col {
    padding: 0;
  }
  .order__info {
    margin: 1em 0 0 0;
  }

  .detail-item div.price-total-title {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .detail-item .price-total {
    padding-top: 20px;
    margin-bottom: 30px;
  }

  table.cart-products tr td:first-child {
    min-width: 400px;
  }

  .detail-item .title--primary {
    font-size: 20px;
    text-align: left;
    text-decoration: underline;
  }

  .content {
    border: 0;
  }
  table.cart-total tr td strong {
    margin-bottom: 3px;
  }

  img[alt="Zaplatit kartou"] {
    display: none;
  }

  .print-header {
    display: block;
  }

  .print-header__title {
    color: #5b801e;
    font-size: 25px;
    text-align: right;
  }
}

.redirect {
  padding: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.redirect__heading {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.redirect__text {
  font-size: 16px;
  max-width: 70%;
  text-align: center;
  line-height: 32px;
}
.btn {
  background: #638a22;
  border-radius: 5px;
  padding: 16px 26px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

/* Newsletter */
@media only screen and (max-width: 480px) {
  .desktop-only {
    display: none !important;
  }
}