/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Version: 1.0.0
*/

@import url("../hello-elementor/style.css"); 

.product-unit-label{
    padding-left: 20px;
    padding-top: 8px;
    color: #e0b43a;
    font-size: 20px;
    font-weight: 600;
}

select.orderby{
    background-color: #E1B52D;
}

@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*=elementor-page-]) .site-main {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  ul.products.columns-2 li.product,
  ul.products.columns-3 li.product,
  ul.products.columns-4 li.product {
    width: 100% !important;
    clear: both;
  }

  section.manual-related-products ul.products li.product a img{
    //display: none !important;
}

}

.woocommerce .quantity .qty {
    width: 4.631em;
}

.woocommerce div.product form.cart .button {
    height: 42px;
}

#dynamiczna-suma{
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #958e09 !important;

}

/* MOBILE: stylowanie koszyka w WooCommerce Blocks */
@media (max-width: 768px) {
  .alignwide {
    margin-inline: 0px !important;
  }

  #add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img {
    width: 200px;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: flex !important;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
        display: block !important;
  }
  .cross-sells{
    display: none !important;
  }

}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 200px;
}

#home-kategorie .count{
  display: none;
}

#home-kategorie h2{
font-size: 22px;
    text-align: center;
    color:#E1B52D;
}
.woocommerce-loop-product__title{
  font-size: 20px !important;
  color: #000 !important;
}
.woocommerce ul.products li.product .price {
    font-weight: 400;
    font-size: 18px;
}

h1.product_title{
  font-size: 35px;
}
 
.gallery-item{
  max-height: 190px;
}

.manual-related-products h2{
  font-size: 18px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price,
#dynamiczna-suma,
.price,
.product_meta a,
.variations a,
.shop_table  a
{
    color: #E1B52D !important;
    font-weight: 600 !important;

}

a.wc-forward{
    background-color: #7249a4 !important;
    color: #fff !important;
}

#dodatkowe_pola_faktura_nip{
  padding-top: 10px;
}

.woocommerce .quantity br {
  display: none !important;
}

.woocommerce .quantity {
  display: flex;
  align-items: center;
  gap: 6px; /* odstęp między inputem a jednostką */
}

.woocommerce .quantity input.qty {
  margin: 0;
}


