/* Button na home strani SAZNAJ VIŠE - Zlatna */

/* Button na home strani SAZNAJ VIŠE - Blago povećanje (interaktivno) */

.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  transform: scale(1.03) !important;
}

bdi {
  color: #800080;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}

.woocommerce-LoopProduct-link .price {
  display: block;
  margin-top: -15px;
}

/* Stilizacija Kupi odmah da bude isto kao Dodaj u korpu */

.custom-buy-now-button {
  background-color: #5b235c;
  /* ljubičasta boja */
  color: #fff;
  padding: 14px 28px;
  /* malo veće dimenzije */
  border-radius: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  display: inline-block;
  height: 100%;
  line-height: normal;
  font-size: 16px;
  /* malo veći tekst */
}

.custom-buy-now-button:hover {
  background-color: #7a2f7a;
  color: #fff;
}

/* Kontejner za dva dugmeta pored sebe */

.single-product .cart {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* PayPal dugme ide ispod i ima razmak */

.ppc-button-wrapper {
  width: 100%;
  order: 2;
  margin-top: 15px;
  /* razmak od gornjih dugmadi */
}

/* Sakrio korpu pored menija */

.nav-top-cart-wrapper .nav-cart-trigger .cart-icon {
  display: none;
}

/* Sakrij samo stavku Kontakt iz glavnog menija na desktopu */

@media (min-width: 1025px) {
  #menu-item-9888 {
    display: none !important;
  }
}


/* WooCommerce Blocks: sakrij naslov i opis u BILLING delu */
.wc-block-checkout .wc-block-checkout__billing-fields .wc-block-components-title,
.wc-block-checkout .wc-block-checkout__billing-fields .wc-block-components-checkout-step__description {
  display: none !important;
}