h2, h3, h4, h5 {
    font-weight: 500 !important;
}

.green h1 span,
.green h2 span,
.green h3 span,
.green h4 span,
.green h5 span {
    color: #72dc1a !important;
}

/*ukrywa br w menu*/
@media (max-width: 767px){
  .elementor-nav-menu--dropdown br{
    display: none;
  }
}

/*CCM okienko */
@media (min-width: 768px) {
  .cky-consent-container {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 1000 !important;
  }
}

@media (max-width: 767px) {
  .cky-consent-container {
    width: 95% !important;
    max-width: 95% !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    bottom: 10px !important;
    margin: 0 auto 10px !important;
  }

  .cky-consent-container .cky-consent-bar,
  .cky-consent-container .cky-box {
    width: 100% !important;
  }
}

/* przyciski języki */
.gt-links-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    justify-content: center; 
    align-items: center; 
    text-align: center; */
}

.gt-link-0737 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
	  font-size:12px;
    border: 1px solid white;
	  border-radius:2px;
    background-color: transparent;
    color: white;
    font-weight: bold;
    text-align: center;
    min-width: 120px; 
    white-space: nowrap; 
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Template: hello-elementor */

.elementor-menu-cart__main {
    background-color: var(--cart-background-color,#000000);
}
.elementor-menu-cart__container { 
    background-color: rgba(0,0,0,.55);
	backdrop-filter: blur(5px);align-content;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: var(--view-cart-button-background-color,#72DC1A);
		color:#000000;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
    background-color: var(--view-cart-button-background-color, #519915);
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #000000;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: var(--view-cart-button-background-color,#72DC1A);
	color:#000000;
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
    background-color: var(--view-cart-button-background-color, #519915);
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #72DC1A;
	color:#000000;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #519915;
    color: #ffffff;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #000000;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color:#000000;  
}
.woocommerce table.shop_table {
    border: 1px solid #000000;
}
dd, dl, {
    background: #000000;
}
 
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #272727;  
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #fff;
  font-size: 38px;
  font-weight:bold;
}

input.input-text.qty.text {
    color: #000000 !important; 
}

.quantity input[type="number"] {
    background-color: white !important; 
    color: black !important; 
    border-color: #ddd !important;
}

.my-button-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.my-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #6fdc25 !important; 
    color: #000000 !important; 
    font-size: 16px !important;
    font-family: 'Roboto', sans-serif !important; 
    font-weight: 500 !important; 
    padding: 6px 16px !important; 
    margin: 5px !important; 
    border-radius: 8px !important; 
    text-align: center !important;
    text-decoration: none !important;
    transition: background-color 0.3s !important;
}

.my-button:hover {
    background-color: #58b91c !important; 
}

.my-button-text {
    display: inline-block !important;
    color: #000000 !important; 
    margin: 0 !important; 
    padding: 0 !important; 
}

.custom-text-below-add-to-cart {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    clear: both; 
    font-size: 14px; 
	color: #fff; }

.woocommerce-product-details__short-description h4 {
	margin-top:30px !important;
	color:#fff !important;
}

.woocommerce-product-details__short-description ul {
    list-style: none; 
    padding-left: 0; 
	margin:20px 0px;
}

.woocommerce-product-details__short-description li {
    position: relative;
    padding-left: 1.8em; 
}

.woocommerce-product-details__short-description li::before {
    content: "\f4cd"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0; 
    color: #72DC1A; 
    font-size: 1em; 
}

.woocommerce-Price-amount.amount,
.woocommerce-Price-amount.amount bdi,
.woocommerce-Price-currencySymbol{
    color:#f8b148 !important;
}

.single_add_to_cart_button.button.alt{
    background:#f8b148 !important;
    border-color:#f8b148 !important;
    color:#000 !important;
}

.single_add_to_cart_button.button.alt:hover{
    background:#eaa238 !important;
    border-color:#eaa238 !important;
}

.elementor-kit-cena {
    color: #72DC1A;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 40px;
}

h3.st_c3 {
    color: #FFFFFF;
    font-family: "Bebas Neue", Sans-serif;
    font-size: 25px;
}

/* listing w produkcie ze spadachronami */
.par_icon_list {
    margin: 20px 0px;
    list-style: none;
    padding-left: 0;
}

.par_icon_list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
}

.par_icon_list li::before {
    content: "\f4cd";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #72DC1A;
    position: absolute;
    left: 0;
    top: 0;
}

/* checkout form */
form[name="checkout"] input,
form[name="checkout"] textarea,
form[name="checkout"] select {
    border: 1px solid #404040 !important;
    box-shadow: none !important;
}

.ikony-1115 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  color: white;
}

.ikony-1115-nag {
  font-size: 14px;
  font-weight: normal;
  color: white;
  white-space: nowrap;
}

.ikony-1115 img {
  transform: scale(1);
  transform-origin: center;
  display: block;
  height: auto;
}

.ikony-1115 span {
  margin-right: 5px;
}

/* widok koszyka wysuwany */
span.quantity,
span.quantity span,
span.quantity .woocommerce-Price-amount,
span.quantity .woocommerce-Price-currencySymbol {
  color: #000 !important;
}

.elementor-menu-cart__product-remove {
  --remove-item-button-color: red !important;
}

  .elementor-menu-cart__product .variation {
    display: block !important;
    grid-template-columns: none !important;
  }

  .elementor-menu-cart__product .variation dt,
  .elementor-menu-cart__product .variation dd {
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px 0 !important;
    white-space: normal !important;
    word-break: break-word !important;
  }

  .elementor-menu-cart__product .variation dd p {
    font-weight: bold;
    margin: 0 !important;
  }

.elementor-menu-cart__subtotal {color:#000 !important}

/* mouse button scroll down */
.scroll-mouse-btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 99;
}

.scroll-mouse-btn__body {
  width: 26px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 8px;
  box-sizing: border-box;
}

.scroll-mouse-btn__wheel {
  width: 4px;
  height: 10px;
  border-radius: 999px;
  background-color: #ffffff;
  animation: scroll-mouse-wheel-move 1.4s infinite;
}

.scroll-mouse-btn__text {
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@keyframes scroll-mouse-wheel-move {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(6px);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.scroll-mouse-btn {
  display: none;
}

@media (max-width: 767px) {
  .scroll-mouse-btn {
    display: flex;
  }
}

/* Zmiana widoku tabeli wariantów */
@media (max-width: 767px) {

  table.variations{margin-top:0px}

  table.variations,
  table.variations tbody,
  table.variations tr,
  table.variations th,
  table.variations td {
    display: block;
    width: 100%;
  }

  table.variations tr {
    margin: 0;
    padding: 12px 0px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
  }

  table.variations th.label {
    padding: 0 0 8px 0;
    margin: 0;
  }
  table.variations th.label label {
    display: block;
    font-weight: 700;
  }

  table.variations td.value {
    padding: 0;
    margin: 0;
  }
  table.variations td.value select {
    width: 100%;
    max-width: 100%;
  }

  table.variations td.value a.reset_variations {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  table.variations th.label {
    text-align: left;
    padding-right: 12px;
  }
}

/* strzałka w polu select warianty */
table.variations td.value {
    position: relative;
}

table.variations td.value > select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-right: 42px; /* miejsce na strzałkę */
    background-image: none !important;
}

table.variations td.value > select {
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%2300c853' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/></svg>") !important;
}

table.variations td.value .reset_variations {
    display: block;
    margin-top: 8px;
}

table.variations select {
    font-size: 14px;
}

@media (min-width: 768px) {
    table.variations td.value > select {
        min-width: 0;
    }
}

/* ================================================ ARTYKUL */
.artykul{
  color:#cfcfcf;
}

.artykul h1,
.artykul h2,
.artykul h3,
.artykul h4,
.artykul h5
{
color:#fff;
font-weight: 500;
font-family: "Bebas Neue", Sans-serif;
}

.artykul h2,
.artykul h3 {margin-top:30px; 
}

.artykul h2 {font-size:35px}
.artykul h3 {font-size:30px}

.artykul a{
  color:#ffffff;
  text-decoration: underline;
}

.artykul a:hover{
  text-decoration: none;
}

.artykul ul {margin-bottom:30px}

.separate-line{
  border: none;
  border-top: 1px solid #626262;
  margin-top: 20px;
}

.artykul strong, .artykul b {color:#72dc1a}

@media (max-width: 767px) {
.artykul p, .artykul li {
    font-size: 13px;
    line-height: 1.6;
  }

.artykul ul {margin-left:-15px}
	
.artykul h2 {font-size:30px}
.artykul h3 {font-size:25px}
}

/* ================================================== Filmy YT */

.video-0944 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.video-0944__holder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

/* Poster + warstwa iframe zawsze na pełny obszar */
.video-0944 .youtube-poster,
.video-0944__iframe-wrap,
.video-0944__iframe-wrap iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  border: 0 !important;
}

/* Poster */
.video-0944 .youtube-poster {
  object-fit: cover;
  z-index: 1;
  transition: opacity .35s ease;
}

/* Po uruchomieniu filmu chowamy poster */
.video-0944.is-playing .youtube-poster {
  opacity: 0;
  pointer-events: none;
}

/* Warstwa iframe */
.video-0944__iframe-wrap {
  z-index: 2;
  background: #000;
}

/* Przycisk włączenia dźwięku */
.video-0944__unmute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;

  width: 78px;
  height: 78px;
  padding: 0;
  margin: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  color: #fff;

  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;

  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.video-0944__unmute:hover {
  background: rgba(255,255,255,.12);
  transform: translate(-50%, -50%) scale(1.04);
}

.video-0944__unmute svg {
  width: 36px;
  height: 36px;
  display: block;
  pointer-events: none;
}

/* Po kliknięciu ikona znika */
.video-0944.is-unmuted .video-0944__unmute {
  opacity: 0;
  pointer-events: none;
}

/* FIX: kolor głośnika + tło */

.video-0944 .video-0944__unmute {
  background: rgba(0,0,0,0.5) !important; /* czarne 50% */
  border: 2px solid #fff !important;
  color: #fff !important;
}

/* NAJWAŻNIEJSZE – SVG */
.video-0944 .video-0944__unmute svg,
.video-0944 .video-0944__unmute svg path {
  fill: #fff !important;
  color: #fff !important;
}

/* Mobilka */
@media (max-width: 767px) {
  .video-0944--lcp .youtube-poster {
    max-height: 240px; /* dopasuj w razie potrzeby */
    width: 100%;
    object-fit: cover;
  }

  .video-0944__unmute {
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }

  .video-0944__unmute:hover {
    transform: translate(-50%, -50%) scale(1.04);
  }

  .video-0944__unmute svg {
    width: 30px;
    height: 30px;
  }
}

/* Counter */
.tnd-countdown{display:flex;gap:10px;justify-content:center}
.tnd-item{border:1px solid #000; padding:10px 12px; min-width:70px; text-align:center}
.tnd-num{display:block; color:#000; font-weight:700; font-size:22px; line-height:1}
.tnd-num { font-variant-numeric: tabular-nums; }
.tnd-num { min-width: 2ch; display: inline-block; text-align: center; }
.tnd-lbl{display:block; color:#000; font-size:12px; font-weight:600; opacity:.9; margin-top:0px}


/*  ================================================== Nagłówek Hero MainPage */
.heroheader{
  position: relative !important;
  overflow: hidden !important;
  background-color: #000 !important;
}

/*overlay na tło*/
.heroheader::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3); /* 30% czerni */
    z-index: 1;
    pointer-events: none;
}

.heroheader > .hero-lcp-bg{
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
}

.heroheader > .hero-lcp-bg picture,
.heroheader > .hero-lcp-bg img{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.heroheader > .hero-lcp-bg img{
  object-fit: cover !important;
  object-position: left center !important;
}

/* content nad tłem (Elementor stare i nowe kontenery) */
.heroheader .elementor-container,
.heroheader .e-con{
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 767px){
  .heroheader > .hero-lcp-bg img{
    object-position: right top !important;
  }
}

@media (min-width: 768px) {
  .herochildcol {
    background: rgba(0, 0, 0, 0.6);
  }
}


/* ============================================= Produkt Miniatura w Kategoriach i Main Page === */
.skok-wrapper{
  width:100%;
  max-width:100%;
  position:relative;
  overflow:hidden;
  isolation:isolate;
}

/* ===== LINK = CAŁA KARTA ===== */
.skok-link{
  display:block;
  position:relative;
  width:100%;
  text-decoration:none;
  color:inherit;
}

/* ===== ZDJĘCIE ===== */
.skok-link img{
  width:100%;
  height:300px;
  object-fit:cover;
  display:block;
}

/* ===== WSPÓLNE DLA PASKÓW ===== */
.skok-pasek{
  position:absolute;
  left:0;
  width:100%;
  z-index:2;
  pointer-events:none; /* klik przechodzi na <a> */
}

/* ===== GÓRNY PASEK – CENA ===== */
.skok-pasek--top{
  top:0;
  padding:12px 14px;
  background:rgba(0,0,0,.8);

  display:flex;
  justify-content:center;
  text-align:center;
}

.skok-cena{
  color:#72dc1a;
  font-size:14px;
  font-weight:400;
  line-height:1.2;
}
.skok-cena span{
  font-weight:600;
  font-size:15px;
}

/* hover – TYLKO górny pasek */
.skok-link:hover .skok-pasek--top{
  background:rgba(0,0,0,.88);
}
.skok-link:hover .skok-pasek--top .skok-cena{
  color:#88ec36;
}

/* ===== DOLNY PASEK – CTA (NIŻSZY) ===== */
.skok-pasek--bottom{
  bottom:0;
  padding:3px 14px;
  background:#72dc1a;
}

.skok-cta{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:6px;

  color:#000;
  font-weight:500;
  font-size:14px;
  white-space:nowrap;
}

.skok-cta-arrows{
  font-size:18px;
  line-height:1;
}

/* brak hover dla dolnego paska */
.skok-link:hover .skok-pasek--bottom{
  background:#72dc1a;
}
.skok-link:hover .skok-pasek--bottom .skok-cta{
  color:#000;
}

/* ===== MOBILE ===== */
@media (max-width:767px){
  .skok-link img{
    height:240px;
  }

  .skok-cena{
    font-size:14px;
  }

  .skok-cta{
    font-size:14px;
  }

  .skok-pasek--bottom{
    padding:5px 12px;
  }
}

/* karta */
.skok-card{
  width:100%;
  max-width:100%;
}

/* link obejmuje obraz + pasek */
.skok-card-link{
  display:block;
  text-decoration:none;
  color:inherit;
}

/* obraz */
.skok-card-link img{
  display:block;
  width:100%;
  height:auto;
}

/* DOLNY PASEK POD OBRAZKIEM */
.skok-card-bottom{
  display:flex;
  align-items:center;
  justify-content:end;
  gap:6px;

  background:#72dc1a;
  padding:5px 12px;
}

/* tekst */
.skok-card-cta-text{
  color:#000;
  font-size:15px;
  font-weight:600;
  line-height:1.2;
}

/* strzałki */
.skok-card-cta-arrows{
  color:#000;
  font-size:18px;
  line-height:1;
}

/* ========================================================================== TABELA CENNIK Main Page */
.tabela-ceny{
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 20px 0px;
  color: #fff;
  table-layout: fixed; /* ważne dla mobile */
}

.tabela-ceny td{
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
}

/* proporcje kolumn */
.tabela-ceny td:first-child{
  width: 70%;
}
.tabela-ceny td:last-child{
  width: 30%;
  font-weight: 700;
  color: #72dc1a;
  text-align: right;
  white-space: nowrap;
}

/* dopisek w opisie */
.tabela-ceny td:first-child span{
  display: block;
  font-size: 12px;
  color: #879087;
  font-weight: 400;
  margin-top: 3px;
}

/* linki */
.tabela-ceny td:first-child a{
  color: #fff;
  text-decoration: none;
}

.tabela-ceny td:first-child a:hover {
  color: #72dc1a;
  text-decoration: none;
}

/* zabezpieczenie przed „rozpychaniem” na mobile */
@media (max-width: 768px){
  .tabela-ceny{
    width: 100%;
    max-width: 100%;
  }

  .tabela-ceny td{
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* tabela 50/50 */
.tabela-ceny-50 td:first-child{ width:50%; }
.tabela-ceny-50 td:last-child{ width:50%; }

/* pozwól na zawijanie tekstu */
.tabela-ceny-50 td:last-child{
  white-space:normal;
  word-break:break-word;
}

/* ========================================================================== FAQ Main Page */
/* FAQ BOX (Schema FAQPage + Accordion) */
.faq-box{
  margin: 0; 
}

/* 2 kolumny na tablet/desktop, 1 kolumna na mobile */
.faq-box .faq-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
@media (min-width: 768px){
  .faq-box .faq-grid{
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

.faq-box details.faq-item{
  border: none;
  background: transparent;
  overflow: hidden;
}

/* BLOK PYTANIA */
.faq-box details.faq-item > summary{
  cursor: pointer;
  padding: 14px 44px 14px 14px;
  position: relative;
  user-select: none;
  list-style: none;

  border: 1px solid #626262;
  border-radius: 10px;  
}
.faq-box details.faq-item > summary::-webkit-details-marker{ 
  display:none; 
}

/* zamiast h5 */
.faq-box details.faq-item > summary .faq-q{
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  color: #ffffff; 
  display:block;
}

/* Ikona + / - */
.faq-box details.faq-item > summary::after{
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #72dc1a;
  color: #72dc1a;
  font-weight: 800;
  line-height: 1;
}

.faq-box details.faq-item[open] > summary::after{
  content: "–";
}

/* ODPOWIEDŹ */
.faq-box .faq-answer{
  padding: 10px 14px 14px 14px;
  font-size: 14px;
  line-height: 1.55;
  color: inherit; 
}

.faq-box .faq-answer p{ 
  margin: 10px 0 0 0; 
}
.faq-box .faq-answer ul{ 
  margin: 10px 0 0 18px; 
  padding: 0; 
}
.faq-box .faq-answer li{ 
  margin: 6px 0; 
}

/* ===== DOLNY PASEK PROMOCJA VOUCHER */
    @media (min-width:768px){
        #betomex-mobile-cta-bar{ display:none!important; }
    }

    #betomex-mobile-cta-bar{
        position:fixed;
        left:0;
        right:0;
        bottom:55px;
        z-index:999999;
        width:100%;
    }

    #betomex-mobile-cta-bar .betomex-mobile-cta-inner{
        background:#f8b148;
        color:#000;
        font-size:11px;
        line-height:1.1;
        padding:6px 10px;
        text-align:center;
        font-weight:500;
        box-sizing:border-box;
        border-top:1px solid rgba(0,0,0,.08);
    }

    #betomex-mobile-cta-bar a{
        color:#000;
        font-weight:700;
        text-decoration:underline;
        margin-left:4px;
    }

/* ===== MY CONTENT ===== */

/* zwykły link */
.my-content a{
  color:#72dc1a;
  text-decoration:none;
}

/* link hover / aktywny */
.my-content a:hover,
.my-content a:focus{
  color:#72dc1a;
  text-decoration:underline;
}

/* H3 desktop */
.my-content h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #72DC1A;
}

/* H2 desktop */
.my-content h2{
  font-family:"Bebas Neue",sans-serif;
  font-size:50px;
  font-weight:500;
  text-transform:uppercase;
  color:#ffffff;
  margin:0 0 10px 0;
  line-height: 1;
  margin-bottom:15px;
}

.my-content ul {
	margin-bottom:15px;
}

 .size-medium.alignleft{
	  margin-bottom:15px;}

/* MOBILE */
@media (max-width:767px){

.my-content p,
.my-content li {
    font-size:13px;
    line-height:1.75;
    letter-spacing:0.15px;
  }

  .my-content h3{
    font-size:24px;
    font-weight:400;
    color:#72DC1A;
  }

  .size-medium.alignleft{
    width:100% !important;
    height:auto !important;
    display:block;
    margin:0 0 20px 0 !important;
    float:none !important;
  }
}

/* KOSZYK WYSUWAANY */
.elementor-menu-cart__product-name dl.variation dt {
    color: #ffffff !important;
}

.elementor-menu-cart__product-name dl.variation dd,
.elementor-menu-cart__product-name dl.variation dd p {
    color: #72DC1A !important;
}

.elementor-menu-cart__subtotal strong {
    color: #ffffff !important;
    font-weight: 400 !important;
}

.elementor-menu-cart__product-price .product-quantity {
    color: #ffffff !important;
}

.paczkomaty-shipping #open-geowidget{
	background: #f8b148;
	color: #000000;
	position: relative;
    left: 4px;
    margin-bottom: 10px;
}