/* 
Theme Name: Fit&Fizjo Team
Theme URI: https://fitfizjoteam.pl/
Description: Strona studia trenerow osobistych w Baninie
Author: Michal Dobry	
Author URI: https://webidemic.pl
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

/* Add your custom styles here */
/* ===== Scrollbar CSS ===== */
body {
  --sb-track-color: #76c92a;
  --sb-thumb-color: #e71897;
  --sb-size: 14px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 14px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 14px;
  border: 3px solid #000000;
}

@supports not selector(::-webkit-scrollbar) {
  body {
      scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
/* Cookie Bar */
#cookie-law-info-bar {
    width: 99%!important;
}
.wp-gr .grw-review-inner.grw-round {
    border-radius: 25px !important;
}
/* koszyk fix */
.cpops-modal-backdrop {
    background: transparent !important;   /* brak przyciemnienia */
    position: static !important;          /* nie przykleja się do ekranu */
    pointer-events: none !important;      /* nie blokuje kliknięć */
    z-index: -1 !important;               /* znika z warstw widocznych */
}
/* voucher name your price fix */
.suggested-price, .suggested-text, .nyp-1 {
    color: #fdf9f0;
    font-size: 1.25rem;
}
.minimum-price {
    color:#fdf9f0;
    padding-top: 5px
}
.nyp label {
    color:#fdf9f0;
    padding-bottom: 10px
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.rem;
    color: #fdf9f0;
}

