.category-perex.empty-content {
  display: none;
}

.instagram-follow-btn span a:hover {
  background-color: #ffffff;
  color: #0f0f0f;
}

.instagram-follow-btn span a {
  background-color: var(--color-primary);
  color: #ffffff;
}

.benefitBanner__picture {
  height: 70px;
}
.top-list-block {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .box-content ul {
    column-count: 2;
  }
  .top-list-block {
    margin-top: 100px;
  }
  .in-index .position--benefitHomepage {
    margin-top: 40px;
  }
  .homepage-box.welcome-wrapper {
    margin-top: 40px;
  }
}

.benefitBanner__picture img {
  max-height: 80px;
  max-width: 70px;
}

.box-content {
  background: var(--color-tertiary);
  border-radius: 20px;
  padding: 20px 20px;
}

.box-content h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  color: var(--color-primary);
}

.box-content > p {
  line-height: 1.6;
  font-size: 16px;
}

.js-top-list {
  display: flex;
  flex-wrap: wrap;
}

.box-content {
  height: 100%;
}

.leva {
  margin-bottom: 20px;
}

.prava {
  margin-bottom: 20px;
}

.box-content ul {
  list-style-position: inside;
  counter-reset: item;
  padding-left: 0;
}

.box-content ul li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 25px;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
}

.box-content ul li a {
  text-decoration: underline;
}

.box-content ul li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
  font-size: 16px;
}

.box-content .btn {
  min-width: 160px;
  margin-top: 20px;
}

.row-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.row-flex .col-xs-4 {
  margin: 10px 0;
}

.leva {
}
.leva .box-content {
  padding-bottom: 10px;
}

.prava .box-content {
  background: white;
}

.clear {
  clear: both;
}

/* Update */
.sidebar-inner .box-rating,
.sidebar-inner .box-sale,
.sidebar-inner > div {
  width: 100%;
}

.sidebar-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.sidebar-inner .box-rating {
  order: -1;
}

.products .product .btn.btn--reserve,
.p-info-wrapper .btn.btn--reserve {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
  color: white;
}

.p-info-wrapper .btn.btn--reserve:hover {
  background: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
}

.p-info-wrapper .add-to-cart,
.p-info-wrapper .reserve-group {
  position: relative;
}

.p-info-wrapper .reserve-group .reserve-info {
  background-color: #343434;
}

.reserve-info {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 16px;
  color: white;
  background-color: #3531ff;
}

.in-servis.type-detail .p-info-wrapper .btn.btn-conversion {
  width: calc(100% - 50px);
  margin-left: 50px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}

.in-servis.type-detail .btn.btn.btn--reserve:after {
  content: "";
  display: inline-block;
  background-image: url("/user/documents/upload/ikonky/time-white-1.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.in-servis.type-detail .add-to-cart .btn.add-to-cart-button::after {
  content: "";
  display: inline-block;
  background-image: url("/user/documents/upload/ikonky/box-white.svg");
  width: 41px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.products .product .btn.btn--reserve {
  /* width: auto;
  width: 50%;
  margin: 0 5px; */
}

.in-servis .products-block .product-btn .pr-action {
  /* max-width: none;
  margin: 0;
  width: 50%;
  margin: 0 5px; */
}

.in-servis .products-block .product-btn a {
  /* max-width: none;
  margin: 0;
  width: 50%;
  margin: 0 5px; */
}

.in-servis .products-block .product-btn {
  /* display: flex;
  align-items: center;
  justify-content: space-around;
  left: 10px;
  bottom: 15px;
  width: calc(100% - 15px); */
}

.products .product .btn.btn--reserve:hover,
.p-info-wrapper .btn.btn--reserve:hover {
  background: black;
  border-color: black;
}

.p-info-wrapper .btn.btn--reserve {
  /* min-height: 50px !important;
  height: 50px !important; */
  margin-bottom: 15px;
  margin-top: -20px;
  /* max-width: calc(100% - 15px); */
}

.products .product .btn.btn--reserve:hover,
.p-info-wrapper .btn.btn--reserve:hover {
  background: #161616;
  border-color: #161616;
}

body.in-servis #filters-wrapper,
body.in-servis .box.box-filters {
  display: none !important;
}

.detail-parameters-block .variant-list th {
  display: none;
}

#simple-variants .advanced-parameter-inner {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

body.in-rezervace-opravy #content h1,
body.in-rezervace-opravy .sidebar {
  display: none;
}

body.in-rezervace-opravy .desktop.multiple-columns-body .content {
  padding-left: 0;
}

.navigation-in-bottom .top-navigation-contacts a.reserve,
.top-navigation-bar .top-navigation-contacts a.reserve {
  background: var(--color-primary);
  display: inline-flex;
  color: white;
  border-radius: 25px;
}

.navigation-in-bottom .top-navigation-contacts a.reserve:hover,
.top-navigation-bar .top-navigation-contacts a.reserve:hover {
  background: var(--color-primary-hover);
}

.navigation-in-bottom .top-navigation-contacts a.reserve span,
.top-navigation-bar .top-navigation-contacts a.reserve span {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
}

.navigation-in-bottom .top-navigation-contacts a.project-phone:before,
.top-navigation-bar .top-navigation-contacts a.project-phone:before {
  content: "";
  display: inline-block;
  background-image: url("/user/documents/upload/ikonky/telefonek-blue.svg");
  width: 17px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-navigation-bar .top-navigation-contacts a span {
  color: black;
}

.navigation-in-bottom .top-navigation-contacts a.project-email:before,
.top-navigation-bar .top-navigation-contacts a.project-email:before {
  content: "";
  display: inline-block;
  background-image: url("/user/documents/upload/ikonky/domecek-blue.svg");
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navigation-in-bottom .top-navigation-contacts a.reserve:before,
.top-navigation-bar .top-navigation-contacts a.reserve:before {
  content: "";
  display: inline-block;
  background-image: url("/user/documents/upload/ikonky/time-white-1.svg");
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navigation-in-bottom .top-navigation-contacts a.reserve {
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .navigation-in-bottom .top-navigation-contacts a.reserve,
  .top-navigation-bar .top-navigation-contacts a.reserve {
    left: -15px;
    position: relative;
  }
  .top-navigation-bar .top-navigation-contacts a.reserve {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    padding-left: 0;
    border-radius: 0 15px 15px 0;
    /* background: transparent; */
  }
}

@media (max-width: 767px) {
  body.template-11 .top-navigation-bar {
    background-color: white;
  }
  .navigation-window-visible .responsive-tools {
    /*margin-right: 30px;*/
  }
  .overall-wrapper {
    padding-top: 60px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target="navigation"] {
    width: 50px;
  }
  .responsive-tools > a[data-target="search"] {
    display: flex;
    width: 30px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }

  .overall-wrapper {
    padding-top: 100px;
  }

  .in-index .overall-wrapper {
    padding-top: 100px;
  }

  .reserve-fixed.navigation-in-bottom {
    padding: 0;
    background: white;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 5;
    transition: top 600ms ease;
  }

  .is-hidden-search-bar .reserve-fixed.navigation-in-bottom {
    /* top: -60px; */
  }

  .reserve-fixed-contact {
    display: flex;
    flex-wrap: wrap;
  }

  .reserve-fixed.navigation-in-bottom .top-navigation-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0 7px 12px;
  }

  .reserve-fixed.navigation-in-bottom .top-navigation-contacts a.reserve {
    height: 35px;
    margin-bottom: 0;
  }

  .navigation-in-bottom.reserve-fixed
    .top-navigation-contacts
    .reserve-fixed-contact
    a
    span {
    font-size: 12px;
  }

  .navigation-in-bottom.reserve-fixed .top-navigation-contacts a.reserve span {
    font-size: 12px;
  }
}

@media (min-width: 375px) and (max-width: 480px) {
  .top-navigation-bar .site-name a img {
    max-height: 25px;
  }
}

.detail-parameters-block select {
  width: 100%;
}
