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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//polti.rs/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(70,70,70);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(73, 73, 73);
	--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: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(227,33,25);
	--wd-alternative-color: rgb(227,33,25);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(227,33,25);
	--btn-accented-bgcolor-hover: rgb(224,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(227,33,25);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(227,33,25);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-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-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(227,33,25);
}

/* === GLAVNA SLIKA PROIZVODA (centralna) === */
.single-product .woocommerce-product-gallery__wrapper,
.single-product .woocommerce-product-gallery__image {
    height: 600px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}

/* Slika unutar okvira */
.single-product .woocommerce-product-gallery__image img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: transform .3s ease;
}

/* === UJEDNAČAVANJE THUMBNAILOVA === */
.single-product .wd-gallery-thumb .wd-carousel-item img {
    height: 110px;
    object-fit: cover;
    border: 1px solid #e6e6e6;
    display: block;
}

/* === UKLANJANJE PRAZNOG PROSTORA ISPOD GALERIJE === */
.single-product .wd-single-gallery,
.single-product .woocommerce-product-gallery,
.single-product .product-images {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* === RAZMAK IZMEĐU GLAVNE SLIKE I THUMBOVA === */
.single-product .wd-gallery-thumb {
    margin-top: 10px;
    margin-bottom: 0;
}

/* === SPREČI DODATNI RAZMAK ISPOD GALERIJE === */
.single-product .woocommerce-product-gallery + .summary {
    margin-top: 0;
}

/* === MOBILNI PRIKAZ === */
@media (max-width: 768px) {
    .single-product .woocommerce-product-gallery__wrapper,
    .single-product .woocommerce-product-gallery__image {
        height: 350px !important;
    }

    .single-product .woocommerce-product-gallery__image img {
        height: 100%;
        width: auto;
    }

    .single-product .wd-gallery-thumb .wd-carousel-item img {
        height: 90px;
    }
}

#menu-izbornik .wd-sub-menu li {
    border-bottom: 1px dashed #ddd;
		}
#menu-izbornik .wd-sub-menu li>a {
    color: #000;
    }
	.wd-nav>li>a {
    color: #000;
    }
#menu-izbornik .wd-nav {
  --nav-gap: 0;
}
/* Navigacija - fleksibilan raspored sa prirodnom širinom stavki */
.whb-header-bottom .whb-col-center .wd-header-nav ul.menu {
    display: flex;
    justify-content: space-between; /* rasporedi od leve do desne ivice */
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Stavke imaju širinu prema tekstu */
.whb-header-bottom .whb-col-center .wd-header-nav ul.menu > li {
    flex: 0 0 auto; /* prirodna širina */
    text-align: center;
}

/* Da link zauzima samo širinu teksta */
.whb-header-bottom .whb-col-center .wd-header-nav ul.menu > li > a {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
}

.whb-sticky-header .wd-header-wishlist,
.whb-sticky-header .wd-header-my-account,
.whb-sticky-header .wd-header-compare{
  display:none;
}
.whb-sticky-header .wd-nav {
    --nav-gap: 10px;
}
.whb-sticky-header .wd-nav-header>li>a {
    font-size: 13px;
    }

#auto-nav {
  z-index: 999;
  background: #fff;
  padding: 10px 0;
  overflow-x: auto;
  white-space: nowrap;
  }

#auto-nav::-webkit-scrollbar {
  display: none;
}

#auto-nav ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0 15px;
  margin: 0;
}

#auto-nav a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 0px;
  background: #f0f0f0;
  color: #222;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

#auto-nav a:hover {
  background: #e5e5e5;
}

#auto-nav a.active {
  background: rgb(227, 33, 25);
  color: #fff;
}
