
.no-icon-heading::before {
  display: none !important;
  content: none !important;
}

.no-icon-heading {
  padding-left: 0 !important;
  margin-top:20px;
}

/* EAN detail */
.extended-description {
    display: none;
}

/* Zeptat se */
.social-buttons-wrapper {
    display: none;
}


/* Nazor + Kontakt */

.expert-box {
    background: transparent !important;
}

.custom-product-boxes {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.custom-product-box {
  flex: 1 1 calc(50% - 12px);
  min-width: 300px;
  padding: 28px 32px;
  border-radius: 8px;
  background: #e4edff;
   text-align: center;
}

.custom-product-box h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.custom-product-box p {
  margin: 0 0 20px;
  font-size: 15px;
}

.custom-contact-box__items {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 15px;
  flex-wrap: wrap; /* aby to na mobile spadlo pod seba */
  justify-content: center;
}

.custom-contact-box__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #252a33;
  text-decoration: underline;
}

.icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background-color: #252a33;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
}

.icon.phone {
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.icon.mail {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='white' stroke-width='2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6h16v12H4z'/%3E%3Cpath d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.expert-box__text {
  font-size: 15px;
  line-height: 1.5;
      text-align: center;
}

.expert-box .stars {
  margin-top: 10px;
  color: #f5a623;
  font-size: 22px;
  letter-spacing: 1px;
}

/* keď nie je vyplnený názor odborníka */
.custom-product-boxes.only-contact .expert-box {
  display: none;
}

.custom-product-boxes.only-contact {
  justify-content: flex-end;
}

.custom-product-boxes.only-contact .custom-contact-box {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
}


@media (max-width: 768px) {
  .custom-product-boxes {
    flex-direction: column;
  }

  .custom-product-boxes.only-contact .custom-contact-box,
  .custom-product-box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* Renezie v cat */
.custom-review-product-banner {
  display: flex;
}

.custom-review-product-banner .custom-review-box {
    width: 100%;
    min-height: 100%;
    background: linear-gradient(96deg, #252a33 0%, #172a39 100%);
    border: 1px solid #e1d7c6;
    /* border-radius: 4px; */
    border-radius: 20px 30px 0px 20px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
}

.custom-review-stars {
  font-size: 24px;
  letter-spacing: 3px;
  color: #f5a623;
  margin-bottom: 18px;
}

.custom-review-text {
    font-size: 15px;
    line-height: 1.55;
    color: #ffffff;
    margin-bottom: 24px;
}
.custom-review-btn {
    display: inline-block;
    align-self: center;
    padding: 18px 25px;
       color: #1f2a35;
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: .5px;
    background-color: #ffffff;
       border-radius: 15px 25px 0px 15px;
}

.custom-review-btn:hover {
  background: #0f5885;
  color: #fff;
}
/* END Renezie v cat */

@media (min-width: 767px) {
  br.brhide {
    display: none;
}
}

.subcategories.with-image li a .text {
    width: 95%;
  
}

    .subcategories.with-image li a .image {
        width: 0%;
        display: none;
    }


    .navigation-in>ul>li.ext>ul>li>a img {
       
        display: none;
    }


@media (min-width: 768px) {
    .benefitBanner__picture {
       padding-left: 0px;
        
    }
}

/* USP */

@media (min-width: 992px) {
    .benefitBanner__item {
        flex: 1 1 15%;
    }
}

.benefitBanner__content {
    padding-top: 0px;
}

.benefitBanner__item {
    display: flex;
    flex-direction: column;   /* prvky pod sebou */
    align-items: center;      /* centrovanie na stred */
    text-align: center;       /* centrovanie textu */
    gap: 8px;                 /* medzera medzi ikonou a textom */
}

.benefitBanner__picture {
    margin-bottom: 5px;
}

.benefitBanner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* END USP */

@media (min-width: 1200px) {
    .carousel .extended-banner-title:not(:empty) {
        font-size: 45px;
    }
}

@media (min-width: 1440px) {
    .carousel .extended-banner-title:not(:empty) {
      	font-size: 60px;
        max-width: 65%;
    }
}

@media (max-width: 767px) {
div#top-bannery {
    margin-top: -30px;
} 

span.extended-banner-title {
    max-width: 70%;
}

	}

/* Zlavy */

.p-image-wrapper .flags-extra .flag-discount .price-save sub {
    font-size: 20px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save {
    font-size: 20px;
}

.p-image-wrapper .flags-extra .flag-discount:before {
    width: 75px;
    height: 40px;
}

.flags-extra .flag .price-standard, .flags-extra .flag .price-save {
    font-size: 16px;
}

.flag.flag-discount:before {
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: none;
    background-color: #a50b1f;
    z-index: -1;
}

.flag.flag-discount:before {
    width: 76px;
    height: 36px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .columns-mobile-2 .products-block .flag.flag-discount:before {
        width: 42px;
        height: 22px;
    }
}


/* Kosik lista */

@media (min-width: 768px) {
    .login-wrapper .password-helper a:first-child {
           border-radius: 15px 25px 0px 15px;
    }
}

.cart-widget-button {
    background-color: #ffffff;
    padding: 25px 0 25px 0;
}

@media (min-width: 992px) {
    .navigation-buttons .click-cart a:after {
        color: #252a33;
    }
}

.navigation-buttons button.top-nav-button, .navigation-buttons>a {
    color: #252a33;
    
}

.navigation-buttons button.top-nav-button[data-target="login"]:before, .navigation-buttons>a[data-target="login"]:before {
    color: #252a33;
}


@media (min-width: 992px) {
    .navigation-buttons button.top-nav-button:after, .navigation-buttons>a:after {
        color: #252a33;
    }
}


.navigation-buttons a[data-target="cart"] {
     color: #252a33;
}



/* PP detail */
a.link-icon {
    color: #1176b7;
}

.p-info-headline .h1, .p-info-headline h1 {
 color: #252a33;
    }


.social-buttons.no-display {
    display: none !important;
}

.social-buttons-wrapper {
       border-top: 0px solid var(--color-tertiary);
}


button.btn.btn-lg.btn-conversion.add-to-cart-button {
    background-color: #1176b7;
    border-color: #1176b7;
}


.p-info-headline .stars-wrapper {
  border: 1px solid #424446;
   
}