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

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

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

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 300;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(255,141,20);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(67,67,67);
	--btn-accented-bgcolor-hover: rgb(67,67,67);
	--btn-accented-color: rgb(244,244,244);
	--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: #111111;
	background-image: url(https://brzegilje.org/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 190px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.single-product :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* 🎯 Product page background white */
.single-product .site-content,
.single-product .content-area,
.single-product .main-page-wrapper {
  background-color: #fff !important;
}

/* 🔁 Vrati quantity picker */
.woocommerce div.product form.cart .quantity {
  display: none !important;
  align-items: left !important;
  margin: 0 !important;
  width: 80px;
}

/* 📦 Wrapper (kao outline dugme) */
.woocommerce div.product form.cart .quantity {
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
}

/* 🔢 Input (broj) */
.woocommerce div.product form.cart .quantity input.qty {
  border: none !important;
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: transparent;
  color: #aaa;
  outline: none;
}

/* ➖ ➕ dugmad */
.woocommerce div.product form.cart .quantity .minus,
.woocommerce div.product form.cart .quantity .plus {
  background: transparent !important;
  border: none !important;
  color: #aaa;
  font-size: 16px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* hover efekat */
.woocommerce div.product form.cart .quantity .minus:hover,
.woocommerce div.product form.cart .quantity .plus:hover {
  color: #000;
}

/* 🔥 WRAPPER (da oba dugmeta budu jedno ispod drugog full width) */
.woocommerce div.product form.cart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 🟠 PRIMARY: PORUČITE */
.wd-buy-now-btn,
.buy-now-button {
  width: 100% !important;
  background-color: rgb(255,141,20) !important;
  color: #fff !important;
  border-radius: 50px !important; /* full rounded */
  padding: 14px 0 !important;
  text-transform: uppercase;
  font-weight: 600;
  border: none !important;
  transition: all 0.3s ease;
}

/* hover */
.wd-buy-now-btn:hover,
.buy-now-button:hover {
  background-color: #e66d00 !important;
}

/* ⚪ SECONDARY: DODAJ U KORPU (outline stil) */
.single_add_to_cart_button {
  width: 100% !important;
  background: transparent !important;
  color: #aaa !important; /* svijetlo siva */
  border: 1px solid #ddd !important;
  border-radius: 50px !important; /* full rounded */
  padding: 14px 0 !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* hover */
.single_add_to_cart_button:hover {
  border-color: #000 !important;
  color: #000 !important;
}

/* ❌ Sakrij naziv atributa (npr. "Shoe size") */
.woocommerce div.product form.cart .variations label {
  display: none !important;
}

/* ❌ Sakrij "Choose an option" ako postoji */
.woocommerce div.product form.cart .variations select {
  display: none !important;
}


.woocommerce-notices-wrapper,
.woocommerce-message {
    display: none !important;
}

#tab-item-title-shipping-and-delivery,
#tab-shipping-and-delivery {
    display: none !important;
}


#kat-bar {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x !important;
  padding: 8px 16px !important;
  background: #fff !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  scrollbar-width: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

#kat-bar::-webkit-scrollbar {
  display: none !important;
}

#kat-bar a {
  white-space: nowrap !important;
  padding: 5px 16px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(0,0,0,0.2) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #000 !important;
  background: #fff !important;
  text-decoration: none !important;
  flex-shrink: 0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

#kat-bar a:hover,
#kat-bar a.active {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

#kat-bar {
  position: sticky !important;
  top: 60px !important;
}

header.whb-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000 !important;
}

#kat-bar {
  position: sticky !important;
  top: 60px !important;
  z-index: 9999 !important;
}

#kat-bar {
  position: fixed !important;
  top: 60px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
}

/* ========================================
   CFVSW - Veličine / Size Swatches
   ======================================== */

/* Neselektovane veličine */
.cfvsw-swatches-option.cfvsw-label-option {
    background-color: #ffffff !important;
    color: #4c4c4c !important;
    border-color: #fdfdfd !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
}

/* Hover efekat */
.cfvsw-swatches-option.cfvsw-label-option:hover {
    border-color: rgb(255,141,20) !important;
    box-shadow: 0 3px 10px rgba(255, 107, 0, 0.25) !important;
    color: rgb(255,141,20) !important;
}

/* Selektovana veličina */
.cfvsw-swatches-option.cfvsw-selected-swatch {
    background-color: rgb(255,141,20) !important;
    color: #ffffff !important;
    border-color: rgb(255,141,20) !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 10px rgba(255, 107, 0, 0.45) !important;
}

/* Tekst unutar selektovane veličine */
.cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
    color: #ffffff !important;
}

/* Label iznad veličina */
.cfvsw-label-above {
    font-size: 14px;
    font-weight: 500;
    color: #8e8e8e;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
	  margin-top: 10px;
}

/* Kupi odmah dugme */
#wd-add-to-cart.wd-buy-now-btn {
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.25) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.2s ease !important;
}

/* Hover efekat */
#wd-add-to-cart.wd-buy-now-btn:hover {
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Uporedi i Dodaj na listu želja */
.wd-compare-btn,
.wd-wishlist-btn {
	  display: none !important;
    color: #8e8e8e !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.wd-compare-btn:hover,
.wd-wishlist-btn:hover {
    color: #666666 !important;
}

.wd-compare-btn .wd-action-btn-icon,
.wd-wishlist-btn .wd-action-btn-icon {
	  display: none !important;
    color: #8e8e8e !important;
    font-size: 14px !important;
}

/* Trust badges */
.trust-badges {
    display: flex;
    gap: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 12px 16px;
    flex: 1;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.trust-item svg {
    width: 28px;
    height: 28px;
    color: rgb(255, 141, 20);
    flex-shrink: 0;
}

.trust-item-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.trust-title {
    font-size: 10px;
    font-weight: 700;
    color: #8e8e8e;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.trust-sub {
    font-size: 13px;
    font-weight: 700;
    color: #222222;
}

/* Mobilni - jedan ispod drugog */
@media (max-width: 768px) {
    .trust-badges {
        flex-direction: column;
    }
}