/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
.type-index .latest-contribution.latest-contribution-discussion {
  display: none;
}
.type-index .recenze-obchodu .load-element .simple-vote > .vote-wrap:nth-child(n + 5) {
  display: none;
}
.type-index .recenze-obchodu .load-element .simple-vote > .vote-wrap {
  margin-top: 38px;
}
.type-index .recenze-obchodu .vote-time {
  font-size: 14px;
  color: #b2b2b2;
}
.type-index .recenze-obchodu .vote-header {
  align-items: flex-start;
}
.type-index .recenze-obchodu .stars {
  width: 90px;
  height: 18px;
}
.type-index .recenze-obchodu .stars .star {
  width: 18px;
  height: 18px;
}
.type-index .recenze-obchodu .stars .star::before {
  font-size: 16px;
}
.type-index .recenze-obchodu .vote-name.vote-name--nowrap > span {
  font-size: 16px;
}
@media (min-width: 768px) {
  flex-direction: row;
}
@media (min-width: 768px) {
  .type-index .recenze-obchodu {
    width: 50%;
  }
}
.type-index .recenze-obchodu > .container {
  padding: 0;
}
.type-index .recenze-obchodu .load-element .simple-vote > .vote-wrap .vote-content {
  padding-left: 81px;
  margin-top: -15px;
}
.type-index .recenze-obchodu .load-element .admin-response {
  display: none;
}
.navigation-in > ul > li > ul {
  position: initial !important;
  width: auto !important;
  max-width: none !important;
}
.navigation-in > ul > li.ext > ul > li {
  flex-basis: 100%;
  min-height: auto;
}
@media (max-width: 768px) {
  .navigation-in > ul > li > ul > li {
    width: 100% !important;
  }
}
.navigation-in > ul > li.ext > ul > li > a {
  width: 100%;
}
.navigation-in > ul > li.ext > ul > :after {
  content: none;
}
@media (min-width: 768px) {
  .navigation-in > ul > li.ext > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}
.navigation-in > ul > li.ext > ul > li > a {
  text-transform: none;
}
.navigation-in > ul > li.ext > ul > li > a:hover {
  color: #fff !important;
  background-color: var(--color-primary);
}
#navigation .menu-level-2 a.active {
  color: #fff !important;
  background-color: var(--color-primary);
}
