/* =========================================================
   1) SCHOVAT MODRÉ SLEVOVÉ BADGE JEN NA FOTCE PRODUKTU
   ========================================================= */

/* detail produktu */
.p-detail .p-image .prices,
.product-top .p-image .prices,
.p-detail .p-image .price-save,
.product-top .p-image .price-save,
.p-detail .p-image .discount,
.product-top .p-image .discount,
.p-detail .p-image .flag.flag-discount,
.product-top .p-image .flag.flag-discount,
.p-detail .p-image .flag.flag-sale,
.product-top .p-image .flag.flag-sale {
  display: none !important;
}

/* výpis produktů / kategorie */
.products-block .p-image .prices,
.products-block .p-image .price-save,
.products-block .p-image .discount,
.products-block .p-image .flag.flag-discount,
.products-block .p-image .flag.flag-sale,
.products-block .image .prices,
.products-block .image .price-save,
.products-block .image .discount,
.products-block .image .flag.flag-discount,
.products-block .image .flag.flag-sale {
  display: none !important;
}


/* =========================================================
   2) VRÁTIT CENOVÝ BLOK POD PRODUKTEM
   ========================================================= */

.products-block .price-wrapper,
.products-block .prices-wrapper,
.products-block .p-final-price-wrapper,
.products-block .price,
.products-block .p-price,
.products-block .p-bottom > div,
.products-block .p-bottom .p-tools + *,
.products-block .p-bottom .prices-wrapper,
.products-block .p-bottom .price-wrapper,
.products-block .p-bottom .p-final-price-wrapper,
.p-detail .price-wrapper,
.p-detail .prices-wrapper,
.p-detail .p-final-price-wrapper,
.product-top .price-wrapper,
.product-top .prices-wrapper,
.product-top .p-final-price-wrapper {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* =========================================================
   3) PŮVODNÍ A AKČNÍ CENA – ČITELNĚ
   ========================================================= */

.products-block .price-standard,
.products-block .price-old,
.products-block .price-before-discount,
.products-block .price-compare,
.p-detail .price-standard,
.p-detail .price-old,
.p-detail .price-before-discount,
.p-detail .price-compare,
.product-top .price-standard,
.product-top .price-old,
.product-top .price-before-discount,
.product-top .price-compare {
  display: inline-block !important;
  text-decoration: line-through !important;
  color: #8f8f8f !important;
  font-size: 14px !important;
  margin-right: 8px !important;
}

.products-block .price-final,
.products-block .price-sale,
.products-block .price-current,
.products-block .p-final-price,
.p-detail .price-final,
.p-detail .price-sale,
.p-detail .price-current,
.p-detail .p-final-price,
.product-top .price-final,
.product-top .price-sale,
.product-top .price-current,
.product-top .p-final-price {
  display: inline-block !important;
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
}


/* =========================================================
   4) ZAKÁZAT STARÉ PSEUDO-PROCENTA, KTERÁ DĚLALA "-%"
   ========================================================= */

.products-block .price-final::after,
.products-block .p-final-price::after,
.p-detail .price-final::after,
.p-detail .p-final-price::after,
.product-top .price-final::after,
.product-top .p-final-price::after {
  content: none !important;
  display: none !important;
}

/* =========================================================
   VÝPIS PRODUKTŮ – zobrazit původní i akční cenu
   ========================================================= */

.products-block .price-standard,
.products-block .price-old,
.products-block .price-before-discount,
.products-block .price-compare {
  display: inline-block !important;
  text-decoration: line-through !important;
  color: #9a9a9a !important;
  font-size: 13px !important;
  margin-right: 6px !important;
}

.products-block .price-final,
.products-block .price-sale,
.products-block .price-current,
.products-block .p-final-price {
  display: inline-block !important;
  color: #111 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
}

.products-block .price-wrapper,
.products-block .prices-wrapper,
.products-block .p-final-price-wrapper,
.products-block .p-bottom > div,
.products-block .p-bottom .price,
.products-block .p-bottom .p-price {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}