@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sklep.agrochest.pl/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(17,17,17,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(96,96,96);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(248,248,248);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* Adding animation to the striped gradient in the progress bar */
.wd-free-progress-bar .progress-bar {
    background-image: linear-gradient(
        136deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
    background-size: 15px 15px;
    animation: slide-stripes 1s linear infinite;
}

@keyframes slide-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 15px 0; /* Matches background-size to create seamless looping */
    }
}

body .product-label.out-of-stock {
		display: none;
}

.wpcf7 form {
    border-radius: 10px; /* Keeps the rounded corners for the entire form */
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="number"],
.wpcf7 form textarea {
    border-radius: 10px; /* Makes the text inputs rounded */
    border: 1px solid #ccc; /* Optional: Define the input border style */
    padding: 10px; /* Adds padding for better appearance */
    width: 100%; /* Ensures inputs span the full width of the form */
    box-sizing: border-box; /* Prevents overflow issues */
}

.wpcf7 form textarea {
    resize: none; /* Optional: Prevents resizing of the textarea */
}

.wpcf7 form input[type="submit"] {
    border-radius: 20px; /* Makes the submit button rounded */
    background-color: #83b735; /* Optional: Button background color */
    color: #fff; /* Optional: Button text color */
    border: none; /* Removes default border */
    padding: 10px 20px;
    cursor: pointer;
}

.wpcf7 form input[type="submit"]:hover {
    background-color: #3c6400; /* Darker color on hover */
}

.ImaCarusel {
    display: flex;           /* Use Flexbox */
    justify-content: center; /* Center items horizontally */
    align-items: center;     /* Center items vertically */
}

/*usuwanie nazwy autora z postow*/
.wd-entry-meta,
.hovered-social-icons,
.meta-author {
  display: none !important;
}@media (min-width: 1025px) {
	.product-element-top.wd-quick-shop {
  display: flex;          /* Use Flexbox */
  justify-content: center;/* Center items horizontally */
  align-items: center;    /* Center items vertically */
  height: 375px;          /* Set the height to 300px */
  overflow: hidden;       /* Ensure no content overflows */
  box-sizing: border-box; /* Include padding and borders in the height calculation */
}

.product-element-top.wd-quick-shop > * {
  display: flex;          /* Make child elements flex items */
  justify-content: center;/* Center their content horizontally */
  align-items: center;    /* Center their content vertically */
}

#whb-header-bottom {
    display: flex;
    justify-content: center; /* Centers the menu horizontally */
    width: 100%; /* Ensures it takes full width */
    overflow: hidden; /* Prevents unwanted scrolling */
}

#menu-kategorie {
    display: flex;
    flex-wrap: nowrap; /* Prevents items from wrapping */
    overflow-x: auto; /* Allows horizontal scrolling if needed */
    white-space: nowrap; /* Prevents text from wrapping inside items */
    animation: none; /* Removed auto-scroll animation */
    justify-content: center; /* Centers items within the menu */
}

#menu-kategorie::-webkit-scrollbar {
    display: none; /* Hides scrollbar in WebKit browsers */
}

#menu-kategorie > * {
    flex-shrink: 0; /* Prevents items from shrinking */
}


}

