/* Theme Name: Termokurcze 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: Termokurcze theme
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Template: blonwe
 * Version: 1.0.1
 * Text Domain: Termokurcze */
.badge {
  display: none !important;
}

.wc-block-components-form .wc-block-components-text-input label {
  color: hsla(0, 0%, 50.54%, 0.7) !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url] {
  color: #656565 !important;
}

.wc-block-components-text-input label {
  color: hsla(0, 0%, 50.54%, 0.7) !important;
}
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
  color: #656565 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
  min-height: 3em;
  background: wheat;
  color: black;
  font-weight: bold;
  border-radius: 10px;
}

body[data-theme=light] .site-header.header-type1 .header-action .action-count.cart-count {
  background-color: #ff9e29 !important;
}

.site-header .header-bottom .header-inner > * + * {
  padding-left: 0 !important;
  justify-content: center !important;
}
.site-header .header-bottom .col-custom-310, .site-header .header-bottom .custom-button.custom-button-menu {
  display: none !important;
}

.custom-link.help-center {
  display: none !important;
}

.primary-menu a:hover {
  color: #ff7f2a !important;
}

.footer-widgets {
  background: #FF9E29 !important;
}

.woocommerce-breadcrumb ul li {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  color: #ff7f2a;
  font-weight: 500;
}

.woocommerce .price .price-excluding-tax {
  font-size: 0.6em;
  color: #777;
  margin-top: 4px;
}

span.price-excluding-tax {
  color: #777;
  font-size: 0.6em;
}

.products .product {
  text-align: center;
}
.products .product h2 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.products .product .content-wrapper {
  display: flex;
  flex-direction: column;
}
.products .product .content-wrapper .product-title {
  order: 1;
}
.products .product .content-wrapper .price {
  order: 2;
}
.products .product .content-wrapper .product-buttons {
  order: 3;
  justify-content: center;
}
.products .product .price {
  font-size: 16px;
  line-height: 18px;
  justify-content: center;
  gap: 0 10px;
}
.products .product .price > .woocommerce-Price-amount.amount {
  font-weight: 700;
  color: #ff9e29;
}
.products .product .woocommerce-price-suffix {
  width: 100%;
}

body.single-product .product-detail .product-meta.top {
  display: none !important;
}
body.single-product .product-detail .product-meta.bottom {
  display: none !important;
}
body.single-product .product-detail .price {
  display: block !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
body.single-product .product-detail .price del * {
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
body.single-product .product-detail .price .woocommerce-Price-amount.amount:first-child {
  font-weight: 700;
  color: #ff9e29;
  font-size: 26px !important;
}
body.single-product .product-detail .product-low-stock {
  display: none !important;
}
body.single-product .single-product-sticky .price {
  display: block !important;
  font-size: 18px !important;
  line-height: 26px !important;
}
body.single-product .single-product-sticky .price del * {
  color: #333 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
body.single-product .single-product-sticky .price > .woocommerce-Price-amount.amount:first-child,
body.single-product .single-product-sticky .price ins .woocommerce-Price-amount.amount:first-child {
  font-weight: 700;
  color: #ff9e29;
  font-size: 26px !important;
}
body.single-product .add-to-cart {
  color: #fff !important;
}
body.single-product tr.woocommerce-product-attributes-item--dimensions {
  display: none !important;
}
body.single-product .product-alert-message.background-orange-light {
  display: none !important;
}
body.single-product .psm-additional-info {
  margin: 0 0 10px 0 !important;
}
body.single-product .psm-additional-info table {
  max-width: 500px !important;
  width: 100% !important;
}
body.single-product .psm-additional-info table td, body.single-product .psm-additional-info table th {
  padding: 2px !important;
  vertical-align: middle !important;
}
body.single-product .psm-additional-info table p {
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 1200px) {
  body.single-product .product-detail {
    width: calc(100% - 500px) !important;
  }
  body.single-product .product-gallery {
    flex: 0 0 460px !important;
  }
}
body.single-product .product-content {
  margin: 0 !important;
}
body.single-product .product-content .tabs.wc-tabs {
  display: none !important;
}
body.single-product .product-content .woocommerce-Tabs-panel--description > div {
  text-align: left !important;
}
body.single-product section.upsells,
body.single-product section.related,
body.single-product .recently-viewed {
  padding: 20px 0 !important;
}
body.single-product section.upsells .module-header-inner,
body.single-product section.related .module-header-inner,
body.single-product .recently-viewed .module-header-inner {
  display: block !important;
}
body.single-product section.upsells > h2,
body.single-product section.upsells h3.entry-title,
body.single-product section.related > h2,
body.single-product section.related h3.entry-title,
body.single-product .recently-viewed > h2,
body.single-product .recently-viewed h3.entry-title {
  background: #ff9e29 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  font-size: 22px !important;
  line-height: 26px !important;
  font-weight: 700 !important;
  margin: 0 0 30px 0 !important;
}

body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals {
  border: 1px solid #ccc !important;
  padding: 20px !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table th {
  display: block;
  color: #ff7f2a !important;
  border: none !important;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0 10px 0 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table td {
  display: block;
  text-align: left !important;
  padding: 0 0 10px 0 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #40C057 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table section.shipping-calculator-form {
  margin: 0 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
  font-size: 16px !important;
  font-weight: 500 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-methods li label bdi {
  color: #40C057 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination {
  display: none !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td, body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td * {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #40C057 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td .includes_tax, body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td * .includes_tax {
  color: #333 !important;
  font-size: 15px !important;
  display: block !important;
  font-weight: 400 !important;
}
body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td .includes_tax *, body.woocommerce-cart .cart-wrapper .cart-collaterals .cart_totals .shop_table tr.order-total td * .includes_tax * {
  font-size: 15px !important;
  color: #333 !important;
  font-weight: 400 !important;
}

div.wc-block-components-quantity-selector {
  float: right;
  margin-top: -10px;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  height: 1.7em;
}
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  height: 1.8em;
}
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
  height: 1.8em;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 20% !important;
}

.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
  width: 20% !important;
}

p.wc-block-components-totals-footer-item-tax {
  display: none;
}

.summary-item__description .wc-block-components-product-metadata {
  display: none;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
  display: none;
}

img.wp-image-6227.alignright {
  width: 0%;
}

img.alignleft.wp-image-6219.size-medium {
  width: 0%;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
  font-size: 1.6em !important;
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description > p,
.wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
  display: none;
}

.blog-posts .entry-category, .blog-posts .entry-meta, .blog-posts .entry-excerpt {
  display: none !important;
}

.klb-module.module-posts .entry-category, .klb-module.module-posts .entry-meta {
  display: none !important;
}

.order-country-field {
  display: none !important;
}

/* Logo w nagłówku - poprawne skalowanie */
.site-header .site-brand img,
.site-header .site-logo img,
.site-header .logo img,
.site-header .header-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 300px !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .site-header .site-brand img,
  .site-header .site-logo img,
  .site-header .logo img,
  .site-header .header-logo img {
    height: 65px !important;
    width: auto !important;
  }
}

/* RESET CZERWONEGO KOLORU TEKSTU - strony, Elementor, blog, formularze, WooCommerce */

body,
.page,
.entry-content,
.entry-content p,
.entry-content span,
.entry-content li,
.entry-content strong,
.entry-content em,
.elementor,
.elementor p,
.elementor span,
.elementor li,
.elementor strong,
.elementor em,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor span,
.elementor-widget-text-editor li,
.blog-posts,
.blog-posts p,
.blog-posts span,
.blog-posts li,
.klb-module.module-posts,
.klb-module.module-posts p,
.klb-module.module-posts span,
.woocommerce,
.woocommerce p,
.woocommerce span,
.woocommerce li,
.woocommerce label,
.wpcf7,
.wpcf7 p,
.wpcf7 label,
.wpcf7 span,
form label {
  color: #222222 !important;
}

/* Nagłówki i tytuły */
h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-title a,
.elementor-heading-title,
.woocommerce-loop-product__title,
.products .product h2,
.products .product h2 a,
.blog-posts .entry-title,
.blog-posts .entry-title a,
.klb-module.module-posts .entry-title,
.klb-module.module-posts .entry-title a,
.woocommerce-checkout h3,
.woocommerce-checkout #order_review_heading {
  color: #222222 !important;
}

/* Linki w treści */
.entry-content a,
.elementor-widget-text-editor a,
.blog-posts a,
.klb-module.module-posts a,
.woocommerce a,
.wpcf7 a {
  color: #44a900 !important;
}

/* Linki po najechaniu */
.entry-content a:hover,
.elementor-widget-text-editor a:hover,
.blog-posts a:hover,
.klb-module.module-posts a:hover,
.woocommerce a:hover,
.wpcf7 a:hover {
  color: #2f7d00 !important;
}

/* Gwiazdki pól wymaganych też bez czerwonego */
.required,
abbr.required,
.woocommerce-checkout abbr.required,
.woocommerce-checkout .required {
  color: #44a900 !important;
}
/* Blog - nagłówki w kolorze zielonym */
.blog .entry-title,
.blog .entry-title a,
.single-post .entry-title,
.single-post .entry-title a,
.blog-posts .entry-title,
.blog-posts .entry-title a,
.klb-module.module-posts .entry-title,
.klb-module.module-posts .entry-title a,
.elementor-widget-posts .elementor-post__title,
.elementor-widget-posts .elementor-post__title a {
  color: #44aa00 !important;
}

/* Blog - nagłówki po najechaniu */
.blog .entry-title a:hover,
.single-post .entry-title a:hover,
.blog-posts .entry-title a:hover,
.klb-module.module-posts .entry-title a:hover,
.elementor-widget-posts .elementor-post__title a:hover {
  color: #2f7d00 !important;
}