/* zarovnání názvu v náhledu produktů */
.product .p-in {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.product .p-in-in {
  flex-grow: 1;
}
/* možnost kliknutí na celý promo box */
.product .shkDiscountPromoProduct,
.shkDiscountPromo {
	cursor: pointer;
}
/* produkty v článcích (zobrazení % slevy) */
.shk-products .product .flags.flags-extra .flag-discount {
    display: none !important;
}
/* box po registraci */
.shkRegisterBoxProfi {
  padding: 14px 22px 20px;
  border-radius: 10px;
  background-color: #ececec;
  color: #000;
}
.shkRegisterBoxProfi.shkRegisterBoxProfi--mt {
    margin-top: 14px;
}
.shkRegisterBoxProfi__title {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
  font-size: 18px;
  line-height: normal;
  font-family: "Source Sans 3", sans-serif;
}
.shkRegisterBoxProfi__desc {
  font-size: 15px;
}
.shkRegisterBoxProfi__desc a {
  text-decoration: underline;
}
.shkRegisterBoxProfi__desc a:hover {
  text-decoration: none;
}
.shkRegisterBoxProfi__btn {
  display: inline-block;
  background-color: #000 !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s ease;
  font-family: "Montserrat", sans-serif !important;
}
.shkRegisterBoxProfi__btn:hover {
  background-color: #e91e63 !important;
  color: #fff !important;
}

.shkRegisterInfo {
    font-size: 15px;
    font-weight: 600;
    background-color: #f1f1f1;
    padding: 10px 20px;
}

.thankYouDesc {
    margin-bottom: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 767px) {
    .thankYouDesc {
        font-size: 15px;
    }
}

/* štítky domácí péče + kabina */
.detail-pece.custom-product-label .p-image > .flag.flag-discount.has-icon.label-14 {
  min-height: 40px;
  height: auto;
}
.mobile.detail-pece.custom-product-label .p-image > .flag.flag-discount.has-icon.label-14,
.mobile.kabina-detail.custom-product-label .p-image > .flag.flag-discount.has-icon.label-14 {
  bottom: -40px;
  right: 0;
  top: auto;
}

.detail-pece.custom-product-label .p-image > .flag.flag-discount.has-icon.label-14 .price-standard,
.custom-product-label .p-image .flag.flag-discount.has-icon.label-14 .price-standard {
  display: none;
}

.custom-product-label .p-image > .flag.flag-discount.has-icon.label-14 .textLabel,
.custom-product-label .products-block .product .flag.flag-discount .flag-discount-text .textLabel {
  order: -2;
  margin-top: 3px;
  text-transform: uppercase;
}

.custom-product-label .p-image .flag.flag-discount.custom-code-flag.flag-hide {
  display: none !important;
}

.custom-product-label .products-block .product .flag.flag-discount.has-icon.label-14 .flag-discount-text .price-save {
  font-size: 13px;
}

@media only screen and (max-width: 1200px) {
  .mobile.type-detail .p-info-wrapper {
    margin-top: 10px;
  }
}