.social-btn {
	font-size: 28px!important;
}
#cookiescript_injected {
	bottom: 0px!important;
}
.sticky-menu {
	    background: #161616!important;
	    padding-top: 10px;
	    z-index: 999 !important;
}
.blackheader {
	background: #161616!important;
}
a.glink span {
    font-size: 13px!important;
}
.wpcf7-spinner {
	display: block!important;
}
.tp-breadcrumb__title {
display:none!important;
}
.fa-square {
    font-size: 10px !important;
    padding-right: 5px !important;
    color: #BD9E5E !important;
}
.h1seo {
 font-size: 30px !important;
}
.h2seo {
 font-size: 26px !important;
}
.priceseo {
	font-size: 20px!important;
	color: #BD9E5E;
}
/* Wyśrodkowanie sekcji wyszukiwania */
.blog-search-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Styl dla pola wyszukiwania */
.search-input {
    width: 300px;  /* Możesz zmienić szerokość według potrzeb */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0; /* Usunięcie zaokrągleń */
}

/* Styl dla przycisku */
.search-btn {
    background-color: #BD9E5E;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    border-radius: 0; /* Usunięcie zaokrągleń */
}

.search-btn:hover {
    background-color: #1e1e1e;
}
/* Styl dla siatki wyników wyszukiwania */
.search-results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Dynamiczny układ */
    gap: 20px;
    margin-top: 20px;
}

/* Styl dla pojedynczego wyniku */
.search-result-item {
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.search-thumbnail img {
    max-width: 100%;
    height: auto;
}

/* Styl dla nagłówków */
.search-result-item .entry-title {
    font-size: 18px;
    margin-top: 10px;
}

.search-result-item .entry-title a {
    color: #BD9E5E;
    text-decoration: none;
}

.search-result-item .entry-title a:hover {
    color: #1e1e1e;
}

/* Styl dla paginacji */
.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    color: #fff;
    text-decoration: none;
	
}

.pagination .page-numbers:hover {
    background: #1e1e1e;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.mobile-menu-button {
    display: flex;
    align-items: center;
}

.mobile-menu-button .meanmenu-reveal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
}

.mobile-menu-button .meanmenu-reveal span {
    display: block;
    height: 3px;
    background-color: #000;
    width: 100%;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px!important;
  }
	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button
	{
		width: 100%;
	}
}
/*@media (max-width: 767px) {
  .about-title h2 {
    font-size: 30px!important;
  } */
}
@media (max-width: 767px) {
 /* h3 {
    font-size: 25px!important;
  } */
	.header-area {
		padding-top: 0px!important;	}
	.menu-area {
		padding: 10px 0!important;
	}
}
.mean-container a.meanmenu-reveal {
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1px;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  margin-top: -40px!important;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 22px;
}
@media (max-width: 767px) {
	.logo-size {
		max-width: 28%!important;
	}
	.logo img {
    max-height: 40px;
}
}
.thumbnails-slider {
    margin-top: 10px;
}

.single-thumbnail-slide {
    padding: 5px;
}

.grid {
    display: flex;
    flex-wrap: wrap;
  }
  /* Każdy element otrzymuje padding */
  .grid-item {
    padding-top: 7.5px; /* Połowa odstępu z każdej strony */
    width: calc(25%); /* Szerokość z uwzględnieniem paddingu */
  }
  .grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  @media (max-width: 768px) {
    .grid-item {
      width: calc(50% - 15px);
    }
  }
  @media (max-width: 480px) {
    .grid-item {
      width: 100%;
    }
  }
.slick-slide img {
	display: inline;
}
.gap-4 {
	gap: 1.3rem !important;
}
/* Style dla przycisków filtracji w galerii mikrocementu */
/* Usunięcie separatora ukośnika przed przyciskami */
.button-group button::before {
    content: none !important; /* Nadpisuje i usuwa zawartość */
    display: none !important; /* Całkowicie ukrywa pseudoelement */
}

.button-group button {
    background-color: #BD9E5E;  /* Złoty kolor tła */
    color: white;               /* Biały tekst dla lepszego kontrastu */
    border: none;               /* Usunięcie domyślnej ramki */
    border-radius: 0;           /* Ostre krawędzie */
    padding: 10px 20px;         /* Odpowiednie dopełnienie */
    margin: 0 5px 10px;         /* Margines między przyciskami */
    cursor: pointer;            /* Kursor wskazujący */
    font-weight: 500;           /* Lekko pogrubiona czcionka */
    transition: all 0.3s ease;  /* Płynne przejście dla efektów hover */
}

/* Stan aktywny przycisku */
.button-group button.active {
    background-color: #8D774B;  /* Ciemniejszy odcień złotego dla aktywnego przycisku */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);  /* Delikatny cień dla efektu głębi */
}

/* Efekt najechania myszką */
.button-group button:hover {
    background-color: #A38A53;  /* Lekko przyciemniony kolor złoty przy najeździe */
}

/* Efekt kliknięcia */
.button-group button:active {
    background-color: #8D774B;  /* Ciemniejszy odcień przy kliknięciu */
    transform: translateY(1px); /* Delikatne "wciśnięcie" przycisku */
}
.widget {
	margin-top: 10px;
}
.shop_table {
    width: 100%;
    border-collapse: collapse;
}
.checkout-button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
}



/* Style łącznika między krokami */
.step:not(:last-child)::after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: #ddd;
    margin-left: 10px;
}


/* Style dla pól formularza */
.form-row {
    margin-bottom: 1.5rem;
}

.form-row label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #fff;
}

.form-row input, 
.form-row select, 
.form-row textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 1rem;
}

.form-row input:focus, 
.form-row select:focus, 
.form-row textarea:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: none;
}

.single_add_to_cart_button {
	 background-color: #BD9E5E!important;
}
.single_add_to_cart_button:hover {
	 background-color: #1e1e1e!important;
}
.variations select {
    height: 40px;
    padding: 0 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 0px;
    font-size: 14px;
    margin: 0 10px;
	width: 90%!important;
}
.reset_variations {
	display: none;
}
/* Style dla opcji */
.variations select option {
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

/* Style dla opcji po najechaniu (działa w niektórych przeglądarkach) */
.variations select option:hover,
.variations select option:focus {
    background-color: #000 !important;
    color: #fff !important;
}

/* Style dla zaznaczonej opcji */
.variations select option:checked {
    background-color: #BD9E5E !important;
    color: #000 !important;
    font-weight: bold;
}
/**
 * Dodatkowe style CSS dla naprawy miniatur
 * Dodaj ten plik w functions.php lub wstaw bezpośrednio do head strony
 */
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	display: none;
}
.woocommerce-result-count {
	display: none;
}
.sku_wrapper {
		display: none!important;
}
    
    /* Specjalne style dla miniatur produktów */
    .shop_table .product-thumbnail {
        text-align: center;
        padding: 10px;
    }
    
    .shop_table .product-thumbnail:before {
        content: none;
    }
    
    
    /* Style dla przycisku usuwania */
    .shop_table .product-remove {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 0;
        text-align: center;
        width: 30px;
        height: 30px;
    }
    
    .shop_table .product-remove:before {
        content: none;
    }
    /* Naprawienie szerokości select i innych elementów formularza */
    select, input {
        max-width: 100%;
    }
    
@media (max-width: 600px) {
.nonemobile {
	display: none!important;
}
.mobilemarginbot {
	margin-bottom: 5px!important;
}
}
@media (max-width: 767px) {
    .sticky-menu .mean-container a.meanmenu-reveal {
        margin-top: -40px;
    }
}
.woocommerce a.added_to_cart {
	padding-left: 10px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img
{
	width: 240px;
}
.woocommerce-message {
	display: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	line-height: inherit;
	border-radius: 0px !important;
}
.woocommerce-error {
	background-color: #fff;
}
#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
	color: #ff5757;
}
/* Mobile cart styles - add to style section in cart.php */

/* Hide mobile cart on larger screens */
@media (min-width: 992px) {
    .mobile-cart-section {
        display: none;
    }
}

/* Show mobile cart only on small screens */
@media (max-width: 991px) {
    .cart-content-wrapper {
        display: none;
    }
    
    /* Mobile cart title button */
    .gold-cart-button {
        background-color: #BD9E5E;
        color: #000;
        text-align: center;
        padding: 12px;
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    
    /* Mobile cart item styling */
    .mobile-cart-item {
        padding: 0px;
        border-bottom: 1px solid #333;
    }
    
    .mobile-cart-item:last-child {
        border-bottom: none;
    }
    
    .mobile-cart-item-top {
        display: flex;
        position: relative;
			padding: 15px;
    }
    
    /* Product thumbnail */
    .mobile-cart-thumb {
        width: 80px;
        position: relative;
			padding-right: 10px;
    }
    
    .mobile-cart-thumb img {
        max-width: 100%;
        height: auto;
    }

    /* Empty cart */
    .mobile-cart-empty {
        padding: 30px 15px;
    }
    
    .mobile-cart-empty p {
        margin-bottom: 20px;
    }
}
ol, ul {
	padding-left: 0rem;
}
label {
	display: inline;
}
.cat-item-15 {
	display: none;
}
.fa-facebook-f {
	font-size: 26px!important;
}
.fa-instagram {
	font-size: 26px!important;
}
.fa-tiktok {
	font-size: 26px!important;
}
.fa-youtube {
	font-size: 26px!important;
}
.fa-users {
	font-size: 26px!important;
}
@media (max-width: 991.98px) { /* Bootstrap's lg breakpoint */
  .gold-cart-button.d-lg-none {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
  }
	.gold-checkout-button {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    position: relative;
  }
}
.marginstop {
	--bs-gutter-x: 0 !important;
}
.woocommerce .cart .button {
	background: #BD9E5E!important;
	color: #fff;
}
		.footer-social .fa-facebook-f {
			font-size: 20px !important;
	}
		.footer-social .fa-instagram {
			font-size: 20px !important;
	}
		.footer-social .fa-youtube {
			font-size: 20px !important;
	}
		.footer-social .fa-tiktok {
			font-size: 20px !important;
	}
		.footer-social .fa-users {
			font-size: 20px !important;
	}
.footer-social {
	display: block;
}
@media (max-width: 767px) {
  .s-about-img.p-relative {
    margin-bottom: 20px;
    margin-left: 0;
  }
	.about-content p {
		margin-bottom: 0px;
	}
}
@media (max-width: 767px) {
  .steps-area {
    padding-bottom: 0px;
  }
}
.nav-link {
	color: #BD9E5E!important;
}
@media (min-width: 767px) {
  .products-container .product-content h4 {
            height: 50px !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
}
	.products-container .product-price {
		    margin: 0;
	}
  }
.product-button {
	margin-bottom: 10px!important;
}
.blogcss {
 overflow: visible;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	text-align: left !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
	color: #fff;
    background: #a08850;
}
.product-remove {
	display: none;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background: #BD9E5E;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	background: #BD9E5E;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
		background: #BD9E5E;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: none!important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	 background-color: #1e1e1e; /* ZÅ‚oty kolor tÅ‚a */
    color: #fff!important; /* Granatowy kolor tekstu */
}
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-radius: inherit;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
	border-radius: inherit;
}
.view-product {
	text-align: center;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border-radius: 0px;
}
#cookiescript_badge {
	bottom: 50px!important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border-radius: 0px;
}
@media (max-width: 767px) {
  .mean-container .mean-nav ul li a.mean-expand {
    height: 10px !important;
    width: 330px !important;
    z-index: 10 !important;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
	color: #fff;
    background: #BD9E5E;
}
.woocommerce table.shop_table {
	border-radius: 0px;
}
.dark .main-menu ul li a, .dark .header-social a {
	cursor: pointer;
}
.woocommerce a.remove {
	height: 1.1em;
}
@media (max-width: 767px) {
  .header-area {
  padding-bottom: 0px;
  padding-top: 0px;
  line-height: 0px !important;
}
}
@media (min-width: 767px) {
.pbdesc-10 {
	padding-bottom: 10px!important;
}
	@media (max-width: 767px) {
.pbmob-20 {
	padding-bottom: 20px!important;
}
	}
.button:hover{
	background: #1e1e1e!important;
}
.cart-message.cart-message-success {
    margin-top: 100px!important;
        border-radius: 0px!important;
	z-index:99999999999;
}
.woocommerce-checkout #payment {
	background: none;
}
.woocommerce-shipping-destination {
	display: none!important;
}
.woocommerce-checkout #payment div.payment_box  {
	background-color: #fff;
	border-radius: 0px;
}
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    position: relative;
    cursor: pointer;
}

input[type="radio"]:checked {
    background-color: white;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #BD9E5E;
}
.woocommerce ul#shipping_method li input {
	    vertical-align: inherit;
}
@media (max-width: 767px) {
.steps-area .step-box {
	margin-bottom: 0px;
}
	.steps-area {
    padding-top: 40px;
  }
}
.catalog-download-btn {
                background-color: #BD9E5E;
                font-weight: 600;
                padding: 12px 30px;
                font-size: 18px;
                transition: all 0.3s ease;
                text-decoration: none;
                display: inline-block;
            }
            
            .catalog-download-btn:hover {
                background-color: #fff;
                color: #000;
                transform: translateY(-3px);
                box-shadow: 0 10px 20px rgba(0,0,0,0.2);
            }
            
            .catalog-download-btn i {
                transition: all 0.3s ease;
            }
            
            .catalog-download-btn:hover i {
                transform: translateY(-2px);
            }

.woocommerce-form-login-toggle {
 display: none;
}