#carousel .carousel-inner {
  min-height: auto !important;
}
a.glossary {
  color: #1cc0ff;
  border-bottom: 1px dotted;
}

.category-perex p a {
  font-weight: bold;
  text-decoration: underline;
}
.category-perex p a:hover {
  text-decoration: none;
}
.category-perex .subcategories img {
  display: inline-block !important;
}
.type-detail .category {
  margin: 5rem auto 0;
}

.dkLabFavHeaderIconBtn::before {
  position: relative;
  top: -2px !important;
}

.consultancy {
  position: relative;
  top: 0;

  background: #d719a4;
  border: 2px solid #d719a4;
  border-radius: 50px;

  padding: 4px 14px;
  margin-right: 1rem;

  display: block;
}
.consultancy a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
#formBox {
  font-family: "Roboto", Sans-Serif;
  font-size: 12pt !important;
  background: #fafafa;
  padding: 2rem;
}
#formBox h2,
#formBox h3 {
  font-family: "Roboto", Sans-Serif !important;
  font-size: 13pt;
  font-weight: 700 !important;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#formBox p {
  font-family: "Roboto", Sans-Serif;
  font-size: 12pt !important;
}
#formBox .form-group label {
  font-size: 11pt;
  color: #aaa;
  line-height: normal;
  padding: 0;
  margin: 0;
}
#formBox .form-group {
  display: flex;
  gap: 0;
  margin-bottom: 1rem;
}
#formBox .form-group label {
  width: 100%;
  min-width: 100px;
  max-width: 330px;
}

#formBox input,
#formBox input[type="text"] {
  padding: 8px 1rem;
  border: 1px solid #dadada;
}

#formBox input[type="checkbox"],
#formBox input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: -4px;
}
#formBox input[type="checkbox"],
#formBox input[type="email"],
#formBox input[type="radio"],
#formBox input[type="search"],
#formBox input[type="text"] {
  -webkit-appearance: auto !important;
  -moz-appearance: unset !important;
  appearance: auto !important;
}

#formBox .form-group.form-list {
  display: block;
}

#formBox .form-group.form-list label {
  margin-bottom: 5px;
  display: block;
}
#formBox input[type="submit"] {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  background: #d719a4;
  border: 2px solid #d719a4;
  border-radius: 50px;
  padding: 1rem;
}
#formBox input[type="submit"]:hover {
  color: var(--color-primary);
  background: transparent;
  border: 2px solid var(--color-primary);
}
.benefitBanner__item.active {
  width: 100%;
  flex: 1 1 100%;
}
.seo-subcategories img {
  display: inline !important;
}
body:not(.filters-visible) #filters {
  display: none !important;
}
.type-index .overall-wrapper {
  overflow: hidden;
}

.extra.delivery .price-range:before {
  content: "";
  background-image: url("/user/documents/upload/benefity/Doprava_V1.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 22px;
}
.extra.gift .price-range:before {
  content: "";
  background-image: url("/user/documents/upload/benefity/Vzorky_V2.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 22px;
}
.ordering-process .co-box.co-delivery-method h4:before {
  content: "";
  background-image: url("/user/documents/upload/benefity/Doprava_V1.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 30px;
}

.product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product .p-in {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

.product .p-in-in {
  flex: 1;
}

.product .p-bottom {
  margin-top: auto;
}

#cloud-zoom-big,
.cloud-zoom-big {
  background-size: 100%;
}

.container {
  width: 100%;
}
#header > div.header-top > div {
  padding-left: 20px;
  padding-right: 20px;
}
.container-narrow {
  width: 95%;
}
.content-wrapper.container {
  padding-left: 20px;
  padding-right: 20px;
}

.custom-footer {
  margin-top: 50px;
}
@media (min-width: 1200px) {
  .col-lg-4 {
    width: 25%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .custom-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-footer > div {
    width: 50%;
    float: none !important;
  }
}
.custom-footer img {
  border-radius: 5px;
}
#footer > div.container.footer-rows {
  width: 95%;
}
#hodnoceniobchodu {
  width: 95%;
}

@media (max-width: 991px) {
  .popup-widget {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .popup-widget {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .popup-widget {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .popup-widget {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #smartsupp-widget-container > div {
    margin-bottom: 75px;
  }
}

.product .name span {
  height: auto !important;
  -webkit-line-clamp: unset !important;
}

@media (max-width: 991px) {
  .subcategories li a .text {
    max-height: 100%;
    -webkit-line-clamp: unset !important;
  }
  .subcategories li a {
    height: auto;
  }
}
