@media screen and (min-width:1024px){
.ponuda {
	width: 60%!important;
	margin-top: 10%!important;
	margin-left: 35%!important;
}
.woocommerce:nth-child(4) {
	margin-top: -1%;
}
.wf-container:nth-child(1) {
	margin-top: -23%;
}

}

@media screen and (min-width:1024px){
.slkpr {
	margin-top: -380px!important;
}}

#billing_country_field.form-row.form-row-wide.address-field.update_totals_on_change.validate-required{
	display: none;
}
#shipping_country_field.form-row.form-row-wide.address-field.update_totals_on_change.validate-required{
	display: none;
}

/** crveni okvir kad se preskoči obavezno polje na checkout*/

.woocommerce-invalid-required-field input {
outline: 1px solid red!important;
}

.storefront-breadcrumb {
   background-color: #d1c466;
	 color: #191e23!important;
	 margin-bottom: 5px;
}



@media screen and (min-width:1024px){
.storefront-breadcrumb {
	 margin-left: -100%;
	 margin-right: -150%;
}}

.breadcrumb-separator {
	 color: #191e23!important;
}
.woocommerce-breadcrumb a{
	 color: #191e23!important;
}



.site-header {
   padding-top: 4px;
}
.secondary-navigation ul.menu a {
    color: #fff;
}

h1, h2, h3, h4, h5, h6, body, button, input, textarea {
	font-family: 'Roboto', sans-serif;	
}

.page-template-default h1 {
    color: green;
	  display: none;
}

.custom-logo-link, .site-branding, .site-header-cart, .site-logo-anchor, .site-logo-link, .site-search {
    margin-bottom: 0;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0;
}

button.menu-toggle, button.menu-toggle:hover {
    border-color: #000;
}

#customer_details {
    width: 100%;
}

#order_review{
    width: 100%;
}

.widget-area {
    margin-top: 4em;
}

.tag-cloud-link {
  display: block;
	font-size: 12pt!important;
	text-decoration: none!important;
}

.tag-link-count {
	display: none;
}
@media screen and (min-width:1024px){
.site-header .site-branding img {
    max-width: 300px;
}}

.secondary-navigation ul.menu a {
    color: #d1c466;
}

.input-text, input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
    background-color: #d1c466;
    color: #191e23!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}

/* mobilni prikaz*/

@media only screen and ( min-width: 320px ) and ( max-width: 767px ) {
    .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    ul.products:before,
    ul.products:after {
        width: 0 !important;
    }
    ul.products li.product {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 34%;
			  max-width: 50%;
        padding: 0 2px;
			  margin-bottom: 0;
    }
	.col-full {
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
}
	.storefront-sorting {margin-bottom: 0px;}
	
}

mark {
    color: #d1c466;
	font-weight: 400;
}

/* vidžet na vrhu samo na mob*/


@media only screen and (min-width: 800px) {
  .gore {
		display:none;
	}
}

@media only screen and (max-width: 800px) {
  .gore {
			text-align: center; 
		margin: 20px;
		padding: 5px;
  }
  .widget-title{
			display:none;
  }
}

/* Fix issues with jquery overlay blocking checkout button 
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}
*/

.mreze {
  background-color: #3B5998; /* fb */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.mreze2 {background-color: #1da1f2;} /* tw */
.mreze3 {background-color: #e60023;} /* pin */ 
.mreze4 {background-color: #b92d74;} /* isnta */ 
.mreze5 {background-color: #553db6;} /* vib */



.entry-header {
	text-align: center;
}

.more-link {
	padding: 15px;
	border: 2px solid currentColor;
  background-color: #d23c2b;
	color: white;
}

.alpha {
    padding-top: 30px;
}

/*
.woocommerce-breadcrumb a:first-of-type:before {font-family: roboto !important;
	display: none;
}
*/

.woocommerce-breadcrumb a:first-of-type:before {display: none;}

/* levi sajd bar sa kategorijama na mobilnoj verziji da se ne vidi jer se spusti skroz na dno */
@media only screen and (max-width: 800px) {
  .tagcloud {
			display:none;
  }
}

.gore {text-align: left;}

p.stars {color: white !important;}
@media (max-width: 768px) {
  .wp-block-latest-posts__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    align-items: center;
  }

  .wp-block-latest-posts__list li {
    width: 90% !important;
    list-style: none;
    text-align: center;
    background: #1a1a1a;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
  }

  .wp-block-latest-posts__list li a {
    color: #CFC063;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .wp-block-latest-posts__list time {
    color: #999;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
}
.wp-block-latest-posts__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.wp-block-latest-posts__list li {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  width: 30%;
  min-width: 280px;
  max-width: 350px;
  text-align: center;
  transition: all 0.3s ease;
}

.wp-block-latest-posts__list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.wp-block-latest-posts__list li a {
  color: #CFC063;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list time {
  color: #999;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.glsr-review {
  background-color: #1f1f1f;
  border: 1px solid #444;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 16px;
  color: #e2c878;
}

.glsr-review h3 {
  font-size: 18px;
  color: #ffd700;
}

.glsr-review .glsr-stars {
  margin-bottom: 10px;
}

.glsr-pagination {
  text-align: center;
  margin-top: 30px;
}
/* Stilizacija paginacije */
.glsr-pagination {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #e2c878;
}

.glsr-pagination a {
  color: #ffd700;
  padding: 6px 12px;
  text-decoration: none;
  border: 1px solid #444;
  margin: 0 4px;
  border-radius: 6px;
  background-color: #1f1f1f;
  transition: background-color 0.3s, color 0.3s;
}

.glsr-pagination a:hover {
  background-color: #ffd700;
  color: #1f1f1f;
}

.glsr-pagination span.current {
  padding: 6px 12px;
  background-color: #e2c878;
  color: #1f1f1f;
  border-radius: 6px;
  font-weight: bold;
  margin: 0 4px;
}
/* Precizno ciljanje poslednje recenzije */
.glsr-review-wrap:last-of-type {
  margin-bottom: -60px !important;
  padding-bottom: 0 !important;
}

/* Pomeranje paginacije bliže recenzijama */
.glsr-pagination {
  margin-top: -60px !important;
  padding-top: 0 !important;
}

/* Uklanjanje dodatnog prostora iz wrappera oko paginacije */
.glsr-pagination-wrapper {
  margin-top: -60px !important;
  padding-top: 0 !important;
}

/* Uklanjanje razmaka ispod celog bloka */
.glsr-container {
  margin-bottom: -60px !important;
  padding-bottom: 0 !important;
}
/* 🖋️ Osnovna stilizacija inputa i textarea */
.glsr-form input[type="text"],
.glsr-form input[type="email"],
.glsr-form textarea {
  background-color: #1a1a1a;
  border: 1px solid #eac86b;
  color: #fff;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 18px;
  width: 100%;
  box-sizing: border-box;
}

/* 🏷️ Naslovi polja */
.glsr-form label {
  color: #eac86b;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 6px;
  margin-top: 12px;
}

/* ✨ Zvezdice */
.glsr-form .glsr-field-rating svg {
  fill: #eac86b !important;
}

/* 🧁 Tooltip / saglasnost */
.glsr-form .glsr-field-consent {
  color: #eac86b;
  font-size: 14px;
  margin-top: 8px;
}

/* 🧱 Wrapper forme */
.glsr-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #111;
  border-radius: 10px;
  border: 1px solid #2c2c2c;
  box-shadow: 0 0 10px rgba(234, 200, 107, 0.15);
}

/* 🔘 Submit dugme */
.glsr-form input[type="submit"] {
  background-color: #eac86b;
  color: #1a1a1a;
  border: none;
  padding: 14px 32px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}

.glsr-form input[type="submit"]:hover {
  background-color: #f6dc85;
  color: #000;
}

/* 📝 Placeholder boja */
.glsr-form input::placeholder,
.glsr-form textarea::placeholder {
  color: #999;
}

/* 📱 Responsivnost */
@media only screen and (max-width: 768px) {
  .glsr-form {
    padding: 20px 12px;
  }
}
.portobello-wc-reviews {
  background-color: #111;
  padding: 40px 30px;
  margin-top: 40px;
  border-radius: 20px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.2);
}

.portobello-wc-single {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}

.portobello-wc-stars {
  font-size: 18px;
  color: #eac86b;
  margin-bottom: 5px;
}

.portobello-wc-name {
  font-weight: bold;
  color: #eac86b;
  margin-bottom: 6px;
}

.portobello-wc-name a {
  color: #d1c466;
  text-decoration: underline;
}

.portobello-wc-text {
  color: #d1c466; /* ✅ AŽURIRANO: zlatna boja za tekst recenzije */
  font-style: italic;
  font-size: 16px;
}
..seo-h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}

.visible-h1 {
  display: inline;
}

.hidden-h1 {
  display: none;
}
.image-top-margin {
  margin-top: -65px !important;
}
.uvodni-blok {
  background-color: #000000;
  color: #d1c466;
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.7;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  margin-bottom: 30px;
}

.uvodni-blok strong {
  font-weight: 400;
}

.uvodni-blok a.uvodni-tekst-blog-link {
  color: #d1c466;
  text-decoration: underline;
  font-weight: 500;
  transition: all 0.3s ease;
}

.uvodni-blok a.uvodni-tekst-blog-link:hover {
  color: #f6e27a;
  text-decoration: underline;
}
/* 🎁 Stilizacija kartica kategorija */
ul.products li.product-category {
  position: relative !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  border: 1px solid #d1c466 !important;
  background-color: #000000 !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

/* 🖼️ Slika – određena visina, bez viška prostora */
ul.products li.product-category img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: transform 0.3s ease !important;
}

ul.products li.product-category:hover img {
  transform: scale(1.03) !important;
}

/* 🏷️ Naslov kategorije – povećan da stane bez sečenja */
ul.products li.product-category h2 {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  text-align: center !important;
  color: #d1c466 !important;
  margin: 6px 8px 10px 8px !important;
  background: rgba(0, 0, 0, 0.25) !important;
  padding: 6px 8px !important;
  border-radius: 6px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 2.7em !important; /* povećano da ne seče */
}

/* 📱 Mobilni prikaz */
@media screen and (max-width: 768px) {
  ul.products {
    gap: 6px !important;
  }

  ul.products li.product-category img {
    height: 180px !important;
  }

  ul.products li.product-category h2 {
    font-size: 14px !important;
    padding: 5px 6px !important;
    margin: 5px 6px 8px 6px !important;
    height: 3em !important; /* mobilna visina veća */
  }
}

/* 🛠️ Sakrij broj proizvoda */
ul.products li.product-category mark.count {
  display: none !important;
}

/* 🔗 Link unutar kategorije */
ul.products li.product-category a {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
}
@media screen and (max-width: 768px) {
  .widget_tag_cloud a.tag-cloud-link {
    background: linear-gradient(to bottom, #0a0a0a, #000) !important;
    color: #d1c466 !important;
    border: 1px solid #d1c466 !important;
    padding: 14px 0 !important;
    margin: 16px auto !important;
    width: 90% !important;
    display: block !important;
    text-align: center;
    border-radius: 14px;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: capitalize;

    /* Efekat ispupčenosti */
    box-shadow:
      0 6px 12px rgba(0, 0, 0, 0.8),
      inset 0 2px 4px rgba(255, 255, 255, 0.08),
      inset 0 -2px 2px rgba(0, 0, 0, 0.6);

    transition: all 0.3s ease-in-out;
  }

  .widget_tag_cloud a.tag-cloud-link:hover {
    background: #d1c466 !important;
    color: #000 !important;
    transform: translateY(-2px);
    box-shadow:
      0 10px 16px rgba(209, 196, 102, 0.25),
      inset 0 1px 2px rgba(0, 0, 0, 0.2);
  }

  .widget_tag_cloud {
    padding: 25px 15px;
  }

  .widget_tag_cloud a[href*="pokloni-za-novu-godinu"],
  .widget_tag_cloud a[href*="pokloni-za-8-mart"],
  .widget_tag_cloud a[href*="pokloni-za-dan-zena"] {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .widget-area {
    display: none !important;
  }

  .content-area {
    width: 100% !important;
  }
}
/* Prikaz samo na desktopu */
.desktop-only {
  display: none;
}

@media screen and (min-width: 1025px) {
  .desktop-only {
    display: block !important;
  }
}

/* Prikaz samo na mobilnom */
.mobile-only {
  display: block;
}

@media screen and (min-width: 1025px) {
  .mobile-only {
    display: none !important;
  }
}
/* 🟡 OSNOVNA KARTICA PROIZVODA */
ul.products li.product.type-product {
  background-color: #000000 !important;
  border: 1px solid #d1c466 !important;
  border-radius: 10px !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  overflow: hidden !important;
}

/* 🟡 SLIKA PROIZVODA */
ul.products li.product.type-product img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* 🟡 NASLOV – 2 reda uvek */
ul.products li.product.type-product h2.woocommerce-loop-product__title {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
  color: #d1c466 !important;
  text-align: center !important;
  margin: 10px 10px 6px 10px !important;

  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  height: 2.6em !important;
}

/* 🟡 STVARNI RATING */
ul.products li.product.type-product .star-rating {
  font-size: 17px !important;
  line-height: 1.2 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 40px !important;
  margin: 4px auto 5px auto !important;
  color: #d1c466 !important;
}

/* 🟡 PRAZNE ZVEZDICE + "Ocenite" */
ul.products li.product.type-product .custom-no-rating {
  text-align: center !important;
  margin-bottom: 5px !important;
  line-height: 1.2 !important;
  height: 40px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
ul.products li.product.type-product .custom-no-rating .stars {
  color: #d1c466 !important;
  font-size: 17px !important;
}
ul.products li.product.type-product .custom-no-rating .text {
  font-size: 13px !important;
  font-style: italic !important;
  color: #888 !important;
}

/* 🟡 CENA */
ul.products li.product.type-product .price {
  text-align: center !important;
  color: #d1c466 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}
/* 🟡 DUGME "Add to cart" */
ul.products li.product.type-product .button {
  background-color: #d1c466 !important;
  color: #000000 !important;
  font-weight: 500 !important;
  width: 90% !important;
  margin: 10px auto 15px auto !important;
  display: block !important;
  padding: 10px 0 !important;
  border-radius: 6px !important;
  border: none !important;
  text-align: center !important;
}
ul.products li.product.type-product .button:hover {
  background-color: #c1b35c !important;
  color: #000 !important;
}

/* 🚫 Sakrij "SALE" oznaku samo za proizvode */
ul.products li.product.type-product span.onsale {
  display: none !important;
}

/* 📱 MOBILNI – rešavanje crnog prostora */
@media (max-width: 767px) {
  ul.products li.product.type-product {
    min-height: auto !important;
    height: auto !important;
  }

  ul.products li.product.type-product .star-rating,
  ul.products li.product.type-product .custom-no-rating {
    height: 40px !important;
    margin-bottom: 5px !important;
  }

  ul.products li.product.type-product .price {
    margin-bottom: 10px !important;
  }

  ul.products li.product.type-product h2.woocommerce-loop-product__title {
    height: 2.6em !important;
  }
}
/* ✨ Stara cena (precrtana) – jasno vidljiva */
ul.products li.product.type-product .price del {
  color: #d1c466 !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}
/* ✂️ Sakrij "RSD" iz precrtane cene (stare) */
ul.products li.product.type-product .price del {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #d1c466 !important;
}
/* ✅ Sakrij tekst "Rated 5.00 out of 5" */
ul.products li.product.type-product .star-rating span {
  font-size: 0 !important;
}
ul.products li.product.type-product .star-rating span strong {
  display: none !important;
}

/* 🟡 Ojačaj prikaz zvezdica – full yellow */
ul.products li.product.type-product .star-rating::before,
ul.products li.product.type-product .star-rating span::before {
  color: #d1c466 !important;
  opacity: 1 !important;
}
/* 📱 Mobilno – spreči lomljenje cene u dva reda */
ul.products li.product.type-product .price {
  white-space: nowrap !important;
  display: flex !important;
  justify-content: center !important;
  gap: 6px !important;
  align-items: center !important;
}
/* ✂️ Sakrij "RSD" iz precrtane cene (stare) */
ul.products li.product.type-product .price del {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #d1c466 !important;
}

ul.products li.product.type-product .price del .woocommerce-Price-currencySymbol {
  display: none !important;
}
/* ✂️ Sakrij "RSD" iz nove cene (ins) – samo u listingu proizvoda */
ul.products li.product.type-product .price ins .woocommerce-Price-currencySymbol {
  display: none !important;
}

@media (max-width: 767px) {
  /* 📉 Manja margina između cene i Add to Cart */
  ul.products li.product.type-product .price {
    margin-bottom: 0px !important;
  }

  /* 📉 Manja margina ispod Add to Cart dugmeta */
  ul.products li.product.type-product .button {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  /* 🖼️ Manja margina između slike i naslova */
  ul.products li.product.type-product h2.woocommerce-loop-product__title {
    margin-top: 6px !important;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  /* 📝 Naslov – manji razmak ispod */
  ul.products li.product.type-product h2.woocommerce-loop-product__title {
    margin-bottom: 2px !important;
  }

  /* ⭐ Zvezdice – manji razmak iznad */
  ul.products li.product.type-product .star-rating,
  ul.products li.product.type-product .custom-no-rating {
    margin-top: 2px !important;
  }
}
/* ✅ Poruke – osnovni stil (uklanjanje WooCommerce default okvira) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background-color: #000000 !important;
    color: #d1c466 !important;
    border-left: 2px solid #d1c466;
    border-radius: 6px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px auto;
    box-shadow: 0 0 5px rgba(209, 196, 102, 0.3);
}
/* === Precizno uklanjanje bordera i paddinga samo na poruci dodavanja u korpu === */
.woocommerce-message > .custom-cart-message {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    max-width: 100% !important;
}

/* Unutar poruke — dodatni tekst i dugme poravnavanje */
.custom-cart-message {
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-shadow: none !important;
}
/* === SAMO kada je .woocommerce-message poruka o dodavanju (sadrži .custom-cart-message) === */
.woocommerce-message:has(.custom-cart-message) {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* === Zadržavamo .custom-cart-message kao sadržajni wrapper — bez granica i paddinga === */
.custom-cart-message {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    text-align: center;
}
/* === Stilizacija dugmeta "Nastavi kupovinu / Continue shopping" === */
.custom-cart-message .continue-shopping-button {
    display: inline-block;
    background-color: #d1c466 !important;
    color: #000 !important;
    padding: 10px 25px !important;
    font-size: 16px;
    font-weight: 600;
    border: none !important;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

/* Hover efekat */
.custom-cart-message .continue-shopping-button:hover {
    background-color: #bcae4e !important;
    color: #000 !important;
    cursor: pointer;
}
/* === Dodaj razmak između poruke i Zbir korpe sekcije === */
.custom-cart-message {
    margin-bottom: 100px !important;
}
p:empty {
  display: none;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    display: none !important; /* Uklanja žuti simbol na početku */
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    color: #d1c466 !important;
    text-decoration: underline;
    font-weight: bold;
}

/* ✅ Wrapper oko poruka */
.woocommerce-notices-wrapper {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* ✅ Naš okvir (custom-cart-message), ako ga koristiš za poruke */
.custom-cart-message {
    background-color: #000000;
    border: 1px solid #d1c466;
    padding: 20px;
    color: #d1c466;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 800px;
}

/* ✅ Dugme: "Nastavi kupovinu" */
.custom-cart-message .continue-shopping-button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    border: 1px solid #d1c466;
    color: #d1c466;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.custom-cart-message .continue-shopping-button:hover {
    background-color: #d1c466;
    color: #000;
}

/* ✅ Dugme "Povratak u prodavnicu" */
.return-to-shop .button {
    background-color: transparent !important;
    border: 2px solid #d1c466 !important;
    color: #d1c466 !important;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s ease;
}

.return-to-shop .button:hover {
    background-color: #d1c466 !important;
    color: #000000 !important;
}
/* ✅ Poravnanje i uklanjanje duple pozadine */
.woocommerce-message > .custom-cart-message {
    border: 1px solid #d1c466 !important;
    background-color: #1e1d1d !important;
    padding: 20px;
    color: #d1c466;
    font-weight: bold;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 800px;
}
/* ✅ Uklanja beli obrub kada element dobije fokus (klik ili automatski) */
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-message:target,
.custom-cart-message:focus,
.custom-cart-message:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
@media (max-width: 768px) {
  /* Pretraga - overlay pozadina */
  .pk-search-overlay {
    background-color: #000 !important;
    padding: 25px;
  }

  /* Dugme Zatvori – stil */
  .pk-search-box button {
    margin-top: 15px;
    padding: 10px 18px;
    background-color: #d1c466;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    transition: background-color 0.3s ease;
  }

  .pk-search-box button:hover {
    background-color: #bfa93c;
  }

  /* Input polje (ostaje isto, ali možeš dodati ako treba) */
  .pk-search-box input::placeholder {
    color: #000; /* ili neka druga boja ako želiš tamniji tekst */
  }
}
@media (max-width: 768px) {
  header.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }

  body {
    padding-top: 80px !important;
  }

  /* Lep breadcrumb izgled */
  .storefront-breadcrumb {
    background-color: #d1c466;
    color: #000;
    font-size: 14px;
    padding: 8px 16px !important;
    line-height: 1.4;
    margin: 0 !important;
    font-family: inherit;
  }

  .storefront-breadcrumb a {
    color: #000 !important;
    font-weight: bold;
    text-decoration: underline;
  }

..seo-h1 {
font-size: 32px;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
}

.visible-h1 {
display: inline;
}

.hidden-h1 {
display: none;
}
.image-top-margin {
margin-top: -65px !important;

  /* Uklanjanje praznog razmaka kod početne */
  .home .site-main {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* Ujednačenje gornjeg dela sadržaja */
  #content.site-content {
    margin-top: 0 !important;
  }
}
.pk-slide-menu {
  position: absolute;
  top: 60px; /* visina headera */
  left: -100%;
  width: 65%;
  background: #000000
  color: #d1c466;
  z-index: 9999;
  transition: left 0.3s ease;
  padding: 30px 20px;
}
.pk-slide-menu.active {
  left: 0 !important;
}
@media (max-width: 768px) {
  /* Naslov – manji razmak iznad, primaknut slici */
  body.single-product .product_title {
    margin-top: -30px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
  }

  /* Cena – centrirana u zlatnom okviru */
  body.single-product .summary .price {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 15px !important;
  }

  body.single-product .summary .price .woocommerce-Price-amount {
    background-color: #d1c466 !important;
    color: #000000 !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
  }

  /* Zvezdice – centrirane, bez broja recenzija */
  .woocommerce-product-rating {
    justify-content: center !important;
    display: flex !important;
    margin-top: 0px !important;
    margin-bottom: 0x !important;
  }

  .woocommerce-product-rating .woocommerce-review-link {
    display: none !important;
  }

  /* Kontejner za količinu + dugme */
  form.cart {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    margin-top:-10px !important;
    margin-bottom:-10px !important;
  }

  /* Polje za količinu */
  .quantity input.qty {
    width: 60px !important;
    height: 46px !important;
    text-align: center !important;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
  }

  /* Dugme "Dodaj u korpu" – šire za trećinu */
  button.single_add_to_cart_button {
    flex: 1 1 auto !important;
    min-width: 66% !important;
    background-color: #d1c466 !important;
    color: #000000 !important;
    padding: 12px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 23px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s ease;
    text-align: center !important;
  }

  button.single_add_to_cart_button:hover {
    background-color: #c1b455 !important;
  }

  /* Status zaliha – ispod dugmeta */
  .woocommerce-variation-availability,
  .stock {
    display: block !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
  }

  .stock.in-stock {
    color: #4CAF50 !important;
  }

  .stock.out-of-stock {
    color: #D32F2F !important;
  }
}
@media (max-width: 768px) {
  .custom-cart-stock-wrap {
    display: grid !important;
    grid-template-areas:
      "cart"
      "stock";
    row-gap: 10px !important;
    margin-top: 10px !important;
  }

  .custom-cart-stock-wrap form.cart {
    grid-area: cart !important;
  }

  .custom-cart-stock-wrap .stock {
    grid-area: stock !important;
  }
}
/* ❌ Sakrij meta info (šifra, kategorije, tagovi) */
.single-product .product_meta {
  display: none !important;
}

/* ✅ Tab sekcije: Opis, Dodatne informacije, Recenzije */
.woocommerce-tabs .panel {
  background-color: #000000 !important;
  color: #d1c466 !important;
  padding: 20px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.7;
}

.woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #d1c466 !important;
  margin-bottom: 0;
}

.woocommerce-tabs ul.tabs li a {
  color: #d1c466 !important;
  font-weight: 600;
  padding: 10px 16px;
}

.woocommerce-tabs ul.tabs li.active a {
  border-bottom: 3px solid #d1c466 !important;
}
/* ✅ Pasusi unutar opisa */
.uvodni-blok p {
  margin: 12px 0;
  color: #d1c466;
}
/* ✅ Stil kratkog opisa (iznad dugmeta) */
.woocommerce-product-details__short-description {
  background-color: #000000 !important;
  color: #d1c466 !important;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* ✅ Dugmad unutar kratkog opisa */
.excerpt-toggle,
.excerpt-toggle-less {
  display: inline !important;
  font-weight: 600;
  color: #d1c466 !important;
  margin-left: 8px;
  font-style: normal !important;
  cursor: pointer;
}
/* Glavni kontejner tabova */
.woocommerce-tabs {
  margin-top: 30px;
}

/* Accordion blok */
.tab-akordion {
  background-color: #1e1e1e;
  color: #d1c466;
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #333;
}

/* Naslov (klikabilan) */
.tab-akordion summary {
  padding: 18px 24px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  background-color: #000;
  color: #d1c466;
  border-bottom: 1px solid #333;
  list-style: none;
}

/* Ikonica za otvaranje */
.tab-akordion summary::marker {
  display: none;
}

.tab-akordion[open] summary {
  border-bottom: 1px solid #d1c466;
}

/* Sadržaj taba */
.tab-akordion .tab-sadrzaj {
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.7;
  color: #d1c466;
}

/* Unutrašnji pasusi */
.tab-akordion .tab-sadrzaj p {
  margin-bottom: 16px;
}

/* Tabela unutar "Dodatne informacije" */
.woocommerce-product-attributes {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  border: 1px solid #d1c466;
  padding: 10px;
  text-align: left;
  font-size: 15px;
}
/* Sakrij stare WooCommerce tabove */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs .panel:not(.custom-akordioni .panel) {
  display: none !important;
}

/* Stil za spoljne link dugme (Informacije o dostavi) */
.tab-akordion-link {
  background-color: #000;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid #333;
}

.tab-akordion-link a {
  display: block;
  padding: 18px 24px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  color: #d1c466;
  transition: background 0.3s;
}

.tab-akordion-link a:hover {
  background-color: #1e1e1e;
  color: #ffffff;
}
@media (max-width: 480px) {
  .tab-akordion summary,
  .tab-akordion-link a {
    font-size: 16px;
    padding: 16px 20px;
  }

  .tab-akordion .tab-sadrzaj {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  /* Kontejner za cene */
  body.single-product .product .summary .price {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 20px !important;
    flex-wrap: nowrap !important;
  }

  /* Stara cena (del) u sivom polju */
  body.single-product .product .summary .price del {
    background-color: #3a3a3a !important;
    padding: 10px 1px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    box-sizing: border-box !important;
  }

  body.single-product .product .summary .price del span.amount {
    font-size: 16px !important;
    text-decoration: line-through !important;
    color: #000000 !important;
    opacity: 1 !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }

  /* Nova cena (ins) u žutom polju */
  body.single-product .product .summary .price ins {
    background-color: #d1c466 !important;
    padding: 10px 0,5px !important;
    border-radius: 8px !important;
    display: inline-block !important;
    box-sizing: border-box !important;
  }

  body.single-product .product .summary .price ins span.amount {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    white-space: nowrap !important;
    display: inline-block !important;
  }

  /* Uklanjanje duplikata stare cene */
  body.single-product .product .summary .price del + ins::before {
    display: none !important;
  }
}
footer#colophon.site-footer {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
*/
.site-content,
#content,
.hfeed.site,
.page,
#page,
.site-footer,
#colophon {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.anchor-offset {
  scroll-margin-top: 160px;
}
/* Alternativa: ako slika ima klasu .wp-post-image */
.wp-post-image {
  margin-bottom: -30px !important;
}
/* Sakrij sve sekcije odmah nakon TOC-a */
.pk-section {
  display: none;
}
/* Ukloni realni izvor razmaka iznad footera (sidebar/widget) */
#secondary,
.widget-area {
  margin: 0 !important;
  padding: 0 !important;
}

/* Margin koji tema daje samim widgetima */
.widget-area .widget {
  margin: 0 !important;
  padding: 0 !important;
}

/* Opcija: na mobilnom sidebar uopšte ne prikazuj (ako ga ne želiš dole ispred footera) */
@media (max-width: 768px){
  #secondary,
  .widget-area { display: none !important; }
}

/* Zadrži i staro nultiranje glavnih wrapera (nije na odmet) */
.site-content,
.site-main,
#content,
#primary,
.content-area,
.storefront-content-area,
.entry-content,
.woocommerce,
.woocommerce-page,
.site-footer,
#colophon {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/* HOME desktop: 4 kategorije u redu (override Woo 3-col) */
@media (min-width:1024px){

  /* Vrati UL na klasičan flow (bez grida) i ukloni pseudo‑clearfix */
  .home ul.products.columns-3{
    display: block !important;
  }
  .home ul.products.columns-3::before,
  .home ul.products.columns-3::after{
    content: none !important;
    display: none !important;
  }

  /* Kartice: 4 u redu, float levo */
  .home ul.products.columns-3 li.product,
  .home ul.products.columns-3 li.product-category{
    float: left !important;
    width: 23.5% !important;        /* ~4 u redu */
    margin-right: 2% !important;     /* razmak između */
    margin-bottom: 20px !important;
    clear: none !important;
  }

  /* Ukloni Woo pravila za 3 kolone koja rade clear na svakom 3n+1 */
  .home ul.products.columns-3 li.product:nth-child(3n+1),
  .home ul.products.columns-3 li.product-category:nth-child(3n+1){
    clear: none !important;
  }

  /* Postavi pravila za 4 kolone */
  .home ul.products.columns-3 li.product:nth-child(4n),
  .home ul.products.columns-3 li.product-category:nth-child(4n){
    margin-right: 0 !important;      /* poslednji u redu bez desnog margina */
  }
  .home ul.products.columns-3 li.product:nth-child(4n+1),
  .home ul.products.columns-3 li.product-category:nth-child(4n+1){
    clear: both !important;          /* novi red počinje ovde */
  }

  /* Prvi element – bez left margine i cleara */
  .home ul.products.columns-3 li.product:first-child,
  .home ul.products.columns-3 li.product-category:first-child{
    margin-left: 0 !important;
    clear: none !important;
  }
}
/* ✅ UVODNI BLOK – Pročitaj više/manje */
.uvodni-blok {
  background-color: #000000
  color: #d1c466;
  padding: 0px 20px;
  border-radius: 12px;
  margin-bottom:10px;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Roboto', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uvodni-blok summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  color: #d1c466;
  list-style: none;
  margin-bottom: 0px;
  display: block;
}

.uvodni-blok .procitaj-vise,
.uvodni-blok .zatvori-dugme {
  display: inline;
  font-size: 15px;
  font-weight: 600;
  color: #d1c466;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 6px;
  white-space: normal;
}

.uvodni-blok details[open] .procitaj-vise {
  display: none;
}

.uvodni-blok .zatvori-dugme {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.uvodni-blok .zatvori-dugme:hover {
  text-decoration: underline;
}

.uvodni-blok a {
  color: #d1c466;
  text-decoration: underline;
}

.uvodni-blok ul {
  margin: 12px 0;
  padding-left: 20px;
  list-style-position: inside;
}

.uvodni-blok ul li {
  margin-bottom: 6px;
}
/* ✅ SEO h1 naslov skriven ako treba */
.hidden-h1 {
  display: none;
} 
