@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//buducnost-r.co.rs/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.3.1") format("woff2");
}

.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: none;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(0,57,109);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:rgb(255,255,255);
	background-image: none;
}

:root{
--wd-text-font:"Lato", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Poppins", Arial, Helvetica, sans-serif;
--wd-title-font-weight:600;
--wd-title-color:#242424;
}
:root{
--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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--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;
}
:root{
--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;
}
:root{
--wd-primary-color:rgb(27,117,188);
}
:root{
--wd-alternative-color:rgb(46,73,73);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-accented-bgcolor:rgb(27,117,188);
}
:root{
--btn-accented-bgcolor-hover:rgb(54,130,188);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}

	:root{
					
							--wd-form-brd-radius: 5px;
			
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-accented-color: #fff;
		
					--btn-accented-color-hover: #fff;
		
					
			
			
							--btn-default-brd-radius: 5px;
				--btn-default-box-shadow: none;
				--btn-default-box-shadow-hover: none;
					
					
			
			
							--btn-accented-brd-radius: 5px;
				--btn-accented-box-shadow: none;
				--btn-accented-box-shadow-hover: none;
					
							
					--wd-brd-radius: 5px;
		
			}

	
	
			:root{
			--wd-container-w: 1222px;
		}
	
			@media (min-width: 1239px) {
			.platform-Windows .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
		@media (min-width: 1222px) {
			html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
				margin-left: auto;
				margin-right: auto;
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
.woocommerce-Price-amount{
	display: none;
}

.btn-kontakt-forma{
	background-color: #1b75bc;
	color: white;
}

.footer-container{
	border-top: 1px solid #1B75BC;
}

.woocommerce-product-attributes{
	margin-top: 50px;
}

.product-list-content .in-stock
{
	color: green !important;
}

.product-list-content .out-of-stock
{
	color: orange !important;
}

.product-grid-item :is(.product-image-link,.hover-img) img{
	width: 50% !important;
}

.ask-for-price-button a {
    float: right;
		margin-bottom: 30px;
}
.ask-for-price-button-archive a {
		margin-bottom: 10px;
}

.elementor-widget .wd-nav-product-cat .cat-item{
	  display: inline-flex;
    align-items: center;
    padding: 10px;
	  width: 200px;
	  margin-bottom: 10px;
    background-color: white; /* Light background for the box */
    border-radius: 5px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); /* Shadow on the bottom and right */
    transition: transform 0.2s ease; /* Smooth effect on hover */
}

.shop-all-link{
	display:none !important;
}


/* CUSTOM FAQ */

.faq-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.woocommerce-page .faq-container {
    width: 100vw;  /* Full viewport width */
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

.faq-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 0;
	
}

.category-faqs {
    max-width: 700px;  /* Sets a maximum width */
    width: 100%;       /* Ensures responsive scaling */
    text-align: left;
    box-sizing: border-box;
}

.category-faqs h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
		margin-left: 10px;
		margin-right: 10px;
}

.faq-question {
    background: none;
    border: none;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
    outline: none;
	  transition: color 0.3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-question:hover {
    color: #0073aa;
}

.faq-answer {
    margin-top: 10px;
    color: #555;
    line-height: 1.6;
    display: none;
		margin-left: 10px;
		margin-right: 10px;
}

.faq-question::after {
    content: '\f129';  /* Downward arrow */
    font-size: 1em;
		font-family: "woodmart-font";
    color: #bbb;
    transition: transform 0.3s;
}

.faq-question[aria-expanded="true"]::after {
    transform: rotate(-180deg);  /* Rotate the arrow when expanded */
}

.faq-question:hover, .faq-question:focus {
    background-color: transparent; /* Remove hover and focus background */
}

.custom-center-shortcode {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100%;
            margin: 20px 0;
}

.wd-nav-img{
	max-height: 40px !important;
}

@media (min-width: 1025px) {
	/* Adjust the size of the product grid items in list view */
.woocommerce ul.products.list li.product {
    width: 30%; /* Adjust this percentage as needed */
    margin-right: 3%; /* Add spacing between items */
    float: left; /* Float items left to create the grid */
}

/* Clear the float every third item */
.woocommerce ul.products.list li.product:nth-child(3n+1) {
    clear: left;
}

.archive .ask-for-price-button-archive{
	margin-top: -50px !important;
}

.ask-for-price-button-archive a {
    float: right;
		margin-bottom: 10px;
}
}

@media (max-width: 576px) {
	.product-wrapper{
	padding-bottom: 10px !important;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,0.105);
}

.term-description .wd-nav-product-cat{
	justify-content: center;
}
}

