/*
 Theme Name:   Novalab Child
 Theme URI:    http://novalab.bold-themes.com
 Description:  Novalab child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     novalab
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  novalab-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.bt_bb_layout_wide .slick-dots {
    padding: 0 0px;
}

.custom-product-attributes {
    margin-top: 100px;
    font-size: 14px;
    color: #555;
}

.price {display:none}
.product-msds-buttons {
    margin-top: 20px;
}
.product-msds-buttons .button {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-right: 10px;
}
.product-msds-buttons .button:hover {
    background-color: #005177;
}
.product-msds-buttons{
margin-top:20px;
margin-bottom:20px !important;
}
.cart {display:none}
.woocommerce-product-details__short-description{
display:none}

.product-category-search {
    margin: 40px auto 30px;
    max-width: 700px;
    text-align: center;
    padding: 10px;
}

.product-category-search .product-search-instruction {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    padding: 15px 20px;
    border-left: 4px solid #0073aa;
    border-radius: 5px;
}

.product-category-search .aws-container {
    display: flex;
    justify-content: center;
}

.product-category-search input[type="search"],
.product-category-search input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px 0 0 5px;
    outline: none;
}

.product-category-search input[type="submit"],
.product-category-search button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
/* Styl dla tabeli atrybutów */
.custom-product-attributes {
    margin-top:30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.custom-attr-heading {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 10px;
    color: #0073aa;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.product-spec-table th,
.product-spec-table td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}

.product-spec-table th {
    width: 35%;
    background-color: #f8f8f8;
    font-weight: 600;
    text-align: left;
    color: #333;
}

.product-spec-table td {
    color: #444;
}

/* Responsywność */
@media (max-width: 600px) {
    .product-spec-table, 
    .product-spec-table tbody, 
    .product-spec-table tr, 
    .product-spec-table th, 
    .product-spec-table td {
        display: block;
        width: 100%;
    }

    .product-spec-table tr {
        margin-bottom: 15px;
    }

    .product-spec-table th {
        background: none;
        font-weight: bold;
        padding-bottom: 5px;
    }

    .product-spec-table td {
        padding-top: 0;
    }
}

.product-category-search input[type="submit"]:hover,
.product-category-search button:hover {
    background-color: #005177;
}

.woocommerce-result-count, .woocommerce-ordering {
	display:none !important;
}

.aws-wrapper{ 
  display: flex;
  justify-content: center;
}


.bt_bb_tab_content h2, .related.products h2, .up-sells.upsells.products h2 {
    font-size: 26px !important;
    color: #333;
	font-weight:bold;
	margin:0 0 5px !important;
}


.btButtonWidget.catalog .btButtonWidgetLink{
font-size:30px !important; 
margin-bottom:30px }

/*taberlka atrybutow */

.woocommerce table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 15px;
  background-color: #fafafa;
  border: 0px solid red;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 15px 5px 1px 10px;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: top;
	
}

.woocommerce table.shop_attributes th {
  background-color: #f2f2f2;
  font-weight: 600;
  color: #333;
  width: 35%;
}

.woocommerce table.shop_attributes td {
  color: #444;
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th {
  border-bottom: none;
}

.woocommerce table.shop_attributes td:empty::after {
  content: "—";
  color: #aaa;
  font-style: italic;
}
/* tabelka obok zdjęcia - usuwanie ramek  */
.custom-short-attributes,
.custom-short-attributes table,
.custom-short-attributes th,
.custom-short-attributes td,
.custom-short-attributes tr {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
/*usuwanie separatora*/
div.product div.summary {
padding:0px !important}

.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 0px !important; /* przykładowa wartość */
    height: 0px !important; /* może też mieć height > 0 */
	min-height:0px !important;
}

/*tabelka atrybutow obok zdjecia*/
.custom-short-attributes {
    margin-top: 0px;
    background-color: #f0f7ff; /* delikatny błękit */
    padding: 10px 0px 20px 0px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', sans-serif;
    max-width: 400px;
}

.custom-short-attributes table {
    width: 100%;
    border-collapse: collapse;
}

.custom-short-attributes th,
.custom-short-attributes td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border-bottom: 0px solid #ddd;
    font-size: 15px;
}

.custom-short-attributes th {
    color: #003366;
    font-weight: 600;
    width: 40%;
}

.custom-short-attributes td {
    color: #000;
}

.custom-short-attributes table tr:last-child td,
.custom-short-attributes table tr:last-child th {
    border-bottom: none;
}
/*usuwanie ramki */
.no-border-table,
.no-border-table th,
.no-border-table td {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
/*
.bt-content-holder table td, .bt-content-holder table th {
	padding:0px 5px 10px 10px 
}*/
/*przycisk wiecej informacji*/
.show-more-attributes {
margin-left:10px; }

/*przyciski psf search*/
.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
  margin-top:15px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
  transition: background-color 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: #0056b3;
}



table.no-border-table,
table.no-border-table * {
  all: unset !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.bt-content-holder table{
	border: 0px !important 
}

/*menu kategorii zmiana przycisku - numer to numer elementu w menu 
.cat-item-123 {
    background-color: #156cf0;
	padding-top:.8em !important;
	padding-left:4px !important;
	border-bottom: 2px solid white !important;
	margin-right:10% !important;
	/* żółte tło 
    font-weight: bold;
    color:white;
}*/

.cat-item-124 {
    font-weight: bold;
		font-size:20px;
    color:#156cf0;
}

/* Don't Hide Product Highlights Category*/
.cat-item.cat-item-224{
	/*display:none;*/
}

.cat-item-123 {
   
	
	/* żółte tło */
    font-weight: bold;
	
    ;
}
/*
.cat-item-55::before {
 content: "🆕";
  color: red;
  font-weight: bold;
  display: inline;
  margin-right: 4px;
  font-size: 1em;
}*/


.cat-item-46 {display:none !important;}


.left-col {
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  color: #1a1a1a;
  padding: 20px;
  text-align: center;
}
.expertise-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.left-col {
  flex: 0 0 40%;
}
.right-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Góra prawa – 2 kolumny */
.top-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.top-row .box {
  flex: 1;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Dół prawa */
.bottom-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Lewa grafika */
.hex-image img {
  width: 100%;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
}
.hex-caption {
  margin-top: 10px;
  font-size: 0.95em;
}
@media (max-width: 900px) {
  .expertise-wrapper {
    flex-direction: column;
  }
  .top-row {
    flex-direction: column;
  }
  .left-col, .right-col {
    flex: 1 1 100%;
  }
}



.box {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  width: 300px;
  box-sizing: border-box;
}

.box-vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 300px; /* lub inna szerokość dopasowana do .box */
}

.inner-box {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* opcjonalnie cień dla lepszego efektu */
}
.no_white{
	background: transparent !important;
}
.separator{
 height: 100px;
  background: transparent;}
.separator2{
 height: 50px;
  background: transparent;}


/*licznik*/
.stats-section {
  background: linear-gradient(135deg, #012B56, #023B74);
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-around;
}

.stat-card {
  flex: 1;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.stat-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.stat-card h2 {
  font-size: 5rem;
  margin: 0;
  font-weight: bold;
}

.stat-card p {
  font-size: 1rem;
  margin-top: 10px;
  opacity: 0.8;
}

.stat-card.highlight {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255,255,255,0.2);
}
.sdm_download.blue{
	background:#156cf0 !important; 
	color: white !important;
text-shadow: none !important;
	padding:1em 1.5em; 
	font-size: .9em; 
	font-family:"Barlow", Arial, Helvetica, sans-serif !important;align-content; 
	font-weight:400; 
box-shadow: none; 
	border-radius:6px; 
}
body.product-cat-iso17034 .iso_docs {
    display: none !important;
}

.separator3 {
	height:50px !important;
}
body.product-cat-iso17034 .separator3 {
    display: none !important;
}
/* wyłączenie related products dla mixtures*/
body.product-cat-mixtures section.products.related{ display:none}
.related.products, .up-sells.upsells.products{
	margin-top:15px;
}
.related.products > ul, .up-sells.upsells.products > ul{
}

/*wyłączenie zdjęć dla mixtures*/ 
body.product-cat-mixtures  div.woocommerce-product-gallery.woocommerce-product-gallery--without-images.woocommerce-product-gallery--columns-3.images{display:none !important}
.mixtures-table {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  margin-top: 2rem;
}


/*dla  pierwszej tabelki*/
.bt-content-holder table.tableMix1 td,
.bt-content-holder table.tableMix1 th {
  border: none !important;
  padding: 12px 15px;
}

.bt-content-holder table.tableMix1 tr:first-child td {
  border-bottom: 1px solid #ccc !important;
}

.bt-content-holder table.tableMix1 td:first-child {
  font-weight: bold;
  color: red !important!
	text-align: center; 

  white-space: nowrap;
}
.maglowek_mix th{
	color:black; 
text-align:center; 
    padding: 10px;
    text-align: center;

}
.mix_tabelka a, .tableMix1 a, .mixtures-table a {
color: #0534b5;
    font-weight: bold;
    font-size: 16px;
	   padding-top:10px !important;
}


table.mix_tabelka thead th, table.tableMix1 thead th, table.mixtures-table thead th {
	background-color: #156cf0;
	text-align:left;
}



.mix_tabelka td, .tableMix1 td, .mixtures-table td {
	padding:10px !important;
} 
.mix_tabelka tbody tr:nth-child(even), .tableMix1 tbody tr:nth-child(even), .mixtures-table tbody tr:nth-child(even){
  background-color: #f7f7f7;
}
.bt_bb_grid_item {
  width: 33.3333% !important; /* zamiast np. 25% */
  padding: 10px;
}
.bt_bb_headline_content a {

  font-size: 17px;
  font-weight:700; 
}

table.mixtures-table thead tr th:nth-child(2){
	text-align:center;
}

table.mixtures-table tbody td:nth-child(2){
	text-align:center;
}

table.mixtures-table thead th, .tableMix1 thead th, .mix_tabelka thead th{
	text-align: left;
}

.btPageHeadline header {max-width: 1000px !important}

.bt_bb_background_overlay_light_solid::before {
  background-color: rgba(255, 255, 255, 0.55) !important;
}
.btArticleCategories, .bt-content .btArticleCategories .cat-item-171 a {
  text-transform: none !important;
}
.separator6{
height: 37px !important;
} 

.btMenuHolder {
  min-width: 0;
  flex-wrap: nowrap !important;
  overflow: hidden;
}

.btMainMenu > ul > li {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
  }

  .stat-card {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
  }

  .stat-card h2 {
    font-size: 2rem;
  }

  .stat-card p,
  .stat-card h3 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px;
  }

  .card {
    width: 90%;
    max-width: 350px;
    padding-top: 180px; /* podnieśliśmy jeszcze mocniej */
    margin-top: 100px; /* zapas od poprzedniej karty */ /* zapas na heksagon powyżej */
	
  }

  .hexagon {
    top: -60px;
  }

  .hexagon img {
    object-fit: cover;
  }

  .title {
    font-size: 17px;
    min-height: 1em;
    margin-bottom: 8px;
		 margin-top: 50px; /* zapas między hexem a tytułem */
		max-height:50px;
  }

  .title h5,
  .title h6 {
    font-size: 16px;
  }

  .przycisk {
    min-height: 70px;
    padding: 0 8px;
  }

  .button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .sepa {
    height: 10px;
  }

  .card img {
    max-width: 100%;
    height: auto;
  }
	.hexagon {
    top: -60px; /* mniej wystaje – wcześniej -80px */
    height: 100px; /* ogranicz wysokość hexagonu */
  }


  .hexagon img {
    height: 100px;
    object-fit: cover;
  }
	.separator2{ 
	height:0px}
}

.cat-item.current-cat{
	text-decoration: underline;
    text-decoration-color: #156cf0;
    text-decoration-thickness: 2px;
    color: #156cf0;
    font-weight: bold;
	
}

/* Disable the Image Gallery */
.woocommerce-product-gallery__wrapper div a{
	pointer-events:none;
}

/* Shop Page should not look so much appart */
.bt_bb_tabs .bt_bb_tabs_tabs .bt_bb_tab_item .bt_bb_tab_content{
	padding-top:none !important;
}
.bt_bb_plugin_active div.product div.product-description .bt_bb_tabs .bt_bb_tabs_header{
	margin: 0 0 !important;
}

.iso-msds-wrapper .docs .left-cert .sdm_download_link a{
	display:inline;
}

/* Hide repeated attributes from the Details Tab. If they are product attributes they have not prefix, for defined attributes they start with pa_ */
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_product-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_cas-reg-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_alternate-cas-reg-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_offer,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_price,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_iso-17034,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_chemical-name,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_product-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_cas-reg-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_alternate-cas-reg-no,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_offer,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_price,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_iso-17034,
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_chemical-name{
	display:none;
}

/* Display the Category Image floating on the top of the category */
.category_image{
	width: 300px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.archive .term-description {
    min-height: 200px;

}

/* Set white Background for product Images in case they have transparency */
.single-product .btPageHeadline{
	background-color: white;
}

/* For the about page, do not render the links with color */
a.no_link{
	color: black !important;
}
a.no_link:hover{
	color: #156cf0 !important;
}

.bt_bb_headline .bt_bb_headline_content a:hover{
	color: #156cf0 !important;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
