/*
Theme Name: Botiga Child
Template: botiga
Author: Candyloo
Version: 1.0
Description: Child theme for Botiga.
*/



.page-id-735 .site-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}



/* 🧼 Resetuje margine i visinu stranice */
body, html {
  margin: 0 !important;
  padding: 0 !important;
  height: 100%;
}



.page-id-257 .wpforms-form button[type=submit] {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
 
.page-id-257 .wpforms-form button[type=submit]:hover {
    background-color: #000 !important;
}
.page-id-257 .wpforms-form input,
.page-id-257 .wpforms-form textarea {
	border-color: #000 !important;
}

.free-shipping-progress, .free-shipping-success {
    background: #f3f3f3;
    border-radius: 8px;
    padding: 12px;
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

.progress-bar {
    background: #ddd;
    height: 8px;
    border-radius: 5px;
    margin-top: 8px;
    overflow: hidden;
}

.progress-fill {
    background-color: #ec008c;
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
}



.login-email-box {
  max-width: 400px;
  margin: 50px auto;
  padding: 2em;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  text-align: center;
}

.login-email-box input[type="email"] {
  width: 100%;
  padding: 0.8em;
  margin-top: 1em;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.login-email-box button {
  padding: 0.8em 1.5em;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

/* SMANJUJE VELIČINU QUANTITY BOX-A */
.woocommerce div.quantity {
  max-width: 100px;
  height: 45px;
  font-size: 14px;
}

/* SMANJUJE VELIČINU INPUTA UNUTRA */
.woocommerce div.quantity input.qty {
  height: 40px;
  font-size: 14px;
  padding: 0;
}

/* SMANJUJE +/- DUGMAD */
.woocommerce div.quantity button {
  width: 30px;
  font-size: 16px;
  padding: 0;
}


/* SMANJUJE VELIČINU ADD TO CART BUTTONA (SINGLE PRODUCT PAGE) */
.woocommerce div.product form.cart .button {
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 8px;
  height: auto;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}





/* === STIL I REDOSLED CENA NA LISTI PROIZVODA === */
.woocommerce ul.products li.product .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.woocommerce ul.products li.product .price del {
  order: 2;
  font-size: 0.9em;
  color: #555;
  text-decoration: none !important;
}

.woocommerce ul.products li.product .price del::before {
  content: "statt ";
  margin-right: 2px;
}

.woocommerce ul.products li.product .price ins {
  order: 1;
  font-size: 1.4em;
  font-weight: 700;
  text-decoration: none !important;
}


/* === STIL I REDOSLED CENA NA STRANICI POJEDINAČNOG PROIZVODA === */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.woocommerce div.product del {
  order: 2;
  font-size: 0.95em;
  color: #555;
  text-decoration: none !important;
}

.woocommerce div.product del::before {
  content: "statt ";
  margin-right: 2px;
}

.woocommerce div.product ins {
  order: 1;
  font-size: 1.6em;
  font-weight: 600;
  text-decoration: none !important;
}



/* NOVA CENA - velika i crna */
.woocommerce div.product .price ins {
  font-size: 28.8px !important;
  font-weight: 700 !important;
  color: #000 !important;
  line-height: 1.2em !important;
}

/* STARA CENA (statt ...) - manja i sivkasta */
.woocommerce div.product .price del {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #888 !important;
  text-decoration: none !important;
  position: relative !important;
  top: 3px !important;
}

/* Prefix 'statt' */
.woocommerce div.product .price del::before {
  content: "statt ";
  margin-right: 2px;
}




/* CSS za Lagerbestand BAR */
.candyloo-stock-wrapper {
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
}

.candyloo-stock-text {
	font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  color: #000;
}

.candyloo-stock-bar {
  background-color: #eee;
  height: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.candyloo-stock-bar-fill {
  background-color: #73C44D;
  height: 100%;
  transition: width 0.5s ease;
}

/* Uklanja stanje na lageru od Woo */
.woocommerce div.product .stock {
    display: none !important;
}


/* test */
.woocommerce table.shop_attributes {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  vertical-align: top;
}

.woocommerce table.shop_attributes th {
  background-color: #f9f9f9;
  font-weight: 600;
  color: #444;
  width: 35%;
}

.woocommerce table.shop_attributes td {
  color: #222;
}

.woocommerce table.shop_attributes tr:last-child td,
.woocommerce table.shop_attributes tr:last-child th {
  border-bottom: none;
}

.woocommerce table.shop_attributes {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}



/* === Candyloo stilizovani tabovi === */
.candyloo-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.candyloo-tabs li {
    background: #f9f9f9;
    padding: 10px 18px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #ddd;
    border-bottom: none;
    transition: all 0.2s ease;
}

.candyloo-tabs li:hover {
    background: #e6f4e3;
}

.candyloo-tabs li.active {
    background: #D93F87;
    color: white;
    border-color: #D93F87;
}

.candyloo-tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.03);
    font-size: 15px;
    line-height: 1.6;
}

.candyloo-tab-content.active {
    display: block;
}


/* Wrapper oko tabova */
.candyloo-tab-wrapper {
  border: 1px solid #ddd;
  padding: 20px;
  margin-top: 40px;
  background: #fff;
}

/* Navigacija tabova */
.candyloo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}

.candyloo-tabs li {
  padding: 10px 20px;
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  font-weight: 600;
  color: #333;
}

.candyloo-tabs li.active {
  background: #D93F87;
  color: white;
}

/* Sadržaj tabova */
.candyloo-tab-content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.candyloo-tab-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Stil za sadržaj (tekst unutra) */
.candyloo-tab-content p {
  margin: 0;
  padding: 5px 0;
}


/* Auf Lager status */
.candyloo-stock-status {
    font-weight: 400;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.candyloo-stock-status .dot {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    display: inline-block;
    animation: pulse 3s infinite;
}

.candyloo-stock-status.in-stock {
    color: green;
}

.candyloo-stock-status.in-stock .dot {
    background-color: green;
}

.candyloo-stock-status.out-of-stock {
    color: red;
}

.candyloo-stock-status.out-of-stock .dot {
    background-color: red;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.3; }
    100% { transform: scale(1); opacity: 1; }
}



/* Flexbox raspored */
.single-product .product {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* pokušaj sa gap */
}

/* Ako gap ne radi, ovo osigurava razmak */
.single-product .product .images {
    margin-right: 40px;
}

/* Stilizacija desnog info boxa */
.single-product .product .summary {
    flex: 1 1 400px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

/* Hover efekat */
.single-product .product .summary:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}



/* Custom Menge Buttons */
.custom-menge-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.menge-btn {
    background: #f7f7f7;
    border: 2px solid #ccc;
    padding: 10px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.menge-btn:hover {
    background: #eee;
}

.menge-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
}



/* Sakrij quantity samo na stranici proizvoda */
.single-product .quantity {
    display: none !important;
}




/* Menge Buttons */
.custom-quantity-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.custom-quantity-label {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.custom-quantity-buttons {
    display: flex;
    gap: 10px;
    flex: 1;
}

.custom-qty-btn {
    flex: 1;
    padding: 4px 0;
    min-width: 0;
    border: 1px solid #ccc;
    background-color: #E6E9EB;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.2s ease;
    text-align: center;
}

/* Hover */
.custom-qty-btn:hover {
    background-color: #D0D3D5; /* svetlija nijansa */
}

/* Active */
.custom-qty-btn.active {
    background-color: #4C4C4C;
    border-color: #4C4C4C;
    color: #fff;
}



/* Smanji razmak između naslova proizvoda i logotipa */
.woocommerce div.product .product_title {
    margin-bottom: 1px; /* Po potrebi smanji još više */
}

.woocommerce div.product .woocommerce-product-details__short-description {
    margin-top: 0;
}



.custom-free-shipping-info {
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}


/* Pomeranje account ikonice ulevo u odnosu na korpu */
.header-item.wc-account-link {
    position: relative;
    left: -60px; /* Pomeraj ulevo, prilagodi po potrebi */
    z-index: 10;
}



/* Sakriva header i footer samo na login stranici */
body.candyloo-login-page header,
body.candyloo-login-page footer,
body.candyloo-login-page .site-footer,
body.candyloo-login-page .site-header,
body.candyloo-login-page nav,
body.candyloo-login-page .main-navigation {
    display: none !important;
}

/* Po potrebi centriraj sadržaj */
body.candyloo-login-page main {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 400px;
}

/* Uklanjanje Mini korpe sa Page ID 735 - Anmelden */
.page-id-735 .xoo-wsc-basket {
    display: none !important;
}

/* 🍭 Sakriva header i footer samo na registracionoj stranici */
body.candyloo-register-page header,
body.candyloo-register-page footer,
body.candyloo-register-page .site-footer,
body.candyloo-register-page .site-header,
body.candyloo-register-page nav,
body.candyloo-register-page .main-navigation {
    display: none !important;
}

/* 📦 Po potrebi centriraj sadržaj */
body.candyloo-register-page main {
    margin: 0 auto;
    padding: 40px 20px;
    max-width: 500px;
}

/* 🛒 Uklanjanje Mini korpe sa Page ID 887 - Registrierung */
.page-id-887 .xoo-wsc-basket {
    display: none !important;
}





/* 🍬 Login Wrapper – nova verzija bez duplog okvira */
.candyloo-login-wrapper {
  width: 448px;
  max-width: 90vw;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto; /* centriranje + razmak odozgo */
}


/* 🍬 Login box sa pozadinom i zaobljenim ivicama */
.candyloo-login-box {
  background-color: #ffffff;
  padding: 40px;
  width: 448px;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}

/* 🍬 Logo unutar boxa */
.candyloo-login-logo img {
  max-height: 70px;
  margin: auto;
  display: block;
}

/* 🍬 Naslov */
.candyloo-login-box h2 {
  font-size: 24px;
  font-weight: 700;
  
}

/* 🍬 Opisni tekst */
.candyloo-login-box p {
  font-size: 15px;
  margin-bottom: 24px;
  color: #333;
}

/* 🍬 Polje za email */
.candyloo-login-box input[type="email"] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 16px;
}

/* 🍬 Dugme Weiter */
.candyloo-login-box button {
  width: 100%;
  padding: 12px;
  background-color: #e11894;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.candyloo-login-box button:hover {
  background-color: #c71684;
}



/* 📄 Linkovi ispod login forme */
.candyloo-login-links {
  margin-top: 2em;
  text-align: center;
  font-size: 14px;
}
.candyloo-login-links a {
  margin: 0 10px;
  color: #4c4c4c;
  text-decoration: underline;
}
.candyloo-login-links a:hover {
  color: #E11894;
}




/* 🍬 Wrapper za registracionu stranicu */
.candyloo-register-wrapper {
  max-width: 520px;
  margin: 60px auto;
  padding: 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* 🍬 Glavni box */
.candyloo-register-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* 📧 Email + avatar + Ändern */
.register-email-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.email-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.change-email-link {
  margin-left: auto;
  color: #0073aa;
  font-size: 14px;
}
.change-email-link:hover {
  text-decoration: underline;
}

/* 📋 Forma */
#candyloo-register-form label {
  display: block;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 500;
}
#candyloo-register-form input,
#candyloo-register-form select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

/* 🧠 Info o lozinci */
#password-strength-info {
  font-size: 12px;
  margin-top: 6px;
  color: #444;
}
#password-strength-info ul {
  padding-left: 16px;
  margin-top: 4px;
}

/* 📄 Legalni tekst */
.register-legal {
  font-size: 12px;
  color: #555;
  margin-top: 24px;
}

/* 🟣 Dugme */
#candyloo-register-form button {
  width: 100%;
  padding: 14px;
  background-color: #e11894;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#candyloo-register-form button:hover {
  background-color: #c71684;
}



/* 💡 Sekcija saveta */
#password-strength-info {
  font-size: 13px;
  color: #444;
  margin-top: 6px;
}

.pw-rules {
  display: flex;
  gap: 20px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.pw-rule {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #888;
  font-size: 13px;
}

.pw-rule .pw-icon {
  font-weight: bold;
  color: #aaa;
}

/* 🟢 Kada je pravilo ispunjeno */
.pw-rule.active {
  color: #2e7d32;
}

.pw-rule.active .pw-icon {
  color: #2e7d32;
}


.candyloo-avatar-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 15px;
  flex-wrap: wrap; /* ako treba da se prelama na mobilnim */
}

#candyloo-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

#candyloo-user-email {
  font-weight: 400;
  color: #222;
}

#candyloo-change-email {
  font-size: 14px;
  color: #0077cc;
  text-decoration: underline;
  white-space: nowrap;
}

#candyloo-change-email:hover {
  color: #e11894;
}

/* Sakriva sve nepotrebne elemente i ako candyloo-login-page ne radi */
.page-id-887 header,
.page-id-887 .site-header,
.page-id-887 .site-footer,
.page-id-887 footer,
.page-id-887 nav,
.page-id-887 .xoo-wsc-basket {
    display: none !important;
}

/* 🛒 Sakrij mini korpu samo na registrierung stranici */
.page-id-887 .xoo-wsc-basket {
  display: none !important;
}




/* 🪟 Popup stil */
.candyloo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* 🧁 Sadržaj popupa */
.popup-content {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  max-width: 340px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* 🎯 Akcija dugmad */
.popup-actions {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.popup-actions button {
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
}

#add-address-now {
  background-color: #e11894;
  color: white;
}

#add-address-now:hover {
  background-color: #c71684;
}

#add-address-later {
  background-color: #f2f2f2;
  color: #333;
}

#add-address-later:hover {
  background-color: #ddd;
}

/* 🧊 Sakrij dok se ne pozove */
.hidden {
  display: none;
}

/* 🧊 Avatar Mein Konto */
.avatar-icon {
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  padding: 2px;
  width: 42px;
  height: 42px;
  object-fit: cover;
}

/* === Dugme "Anmelden" za neprijavljene korisnike === */
.header-item.login-button {
  display: inline-block;
  padding: 6px 16px;
  background-color: #111;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.header-item.login-button:hover {
  background-color: #e91e63; /* roza boja na hover */
  color: #fff;
}

/* 🛠️ Pomeri samo Anmelden dugme malo ulevo da ne preklapa mini korpu */
.header-item.login-button {
  margin-right: 50px; /* Pomeraj po potrebi dok ne izgleda dobro */
}

/* 🍭 Wrapper */
.candyloo-login-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
}

/* 📦 Box */
.candyloo-login-box {
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
}

/* 🖼️ Logo */
.candyloo-login-logo img {
  width: 120px;
  margin-bottom: 20px;
}

/* 👤 Email i avatar */
.candyloo-login-user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.candyloo-login-user-info .avatar-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background: #fff;
  padding: 2px;
  object-fit: cover;
}

.email-change-link {
  font-size: 13px;
  color: #e91e63;
  text-decoration: none;
}

.email-change-link:hover {
  text-decoration: underline;
}

/* 🔘 Glavno dugme */
.candyloo-button {
  background-color: #111;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 15px;
  width: 100%;
  transition: background 0.3s;
}

.candyloo-button:hover {
  background-color: #e91e63;
}

/* 🔗 Links */
.login-links,
.candyloo-login-links {
  margin-top: 20px;
  font-size: 14px;
}

.login-links a,
.candyloo-login-links a {
  color: #e91e63;
  text-decoration: none;
  margin: 0 10px;
}

.login-links a:hover,
.candyloo-login-links a:hover {
  text-decoration: underline;
}

.or-divider {
  margin: 20px 0 10px;
  font-weight: bold;
}

/* 🎀 Password input stil - Candyloo /login stranica */
.candyloo-login-wrapper input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  margin-bottom: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.candyloo-login-wrapper input[type="password"]:focus {
  border-color: #e91e63;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.2);
  outline: none;
}
body.page-id-1124 header,
body.page-id-1124 .site-header,
body.page-id-1124 footer,
body.page-id-1124 .site-footer,
body.page-id-1124 nav,
body.page-id-1124 #masthead,
body.page-id-1124 .main-navigation,
body.page-id-1124 .xoo-wsc-basket,
body.page-id-1095 header,
body.page-id-735 header,
body.page-id-887 header,
body.page-id-1095 .site-header,
body.page-id-735 .site-header,
body.page-id-887 .site-header,
body.page-id-1095 footer,
body.page-id-735 footer,
body.page-id-887 footer,
body.page-id-1095 .site-footer,
body.page-id-735 .site-footer,
body.page-id-887 .site-footer,
body.page-id-1095 nav,
body.page-id-735 nav,
body.page-id-887 nav,
body.page-id-1095 #masthead,
body.page-id-735 #masthead,
body.page-id-887 #masthead,
body.page-id-1095 .main-navigation,
body.page-id-735 .main-navigation,
body.page-id-887 .main-navigation,
body.page-id-1095 .xoo-wsc-basket,
body.page-id-735 .xoo-wsc-basket,
body.page-id-887 .xoo-wsc-basket {
  display: none !important;
}

body.page-id-1124,
body.page-id-1095,
body.page-id-735,
body.page-id-887 {
  padding-top: 0 !important;
}

/* ✅ Reset svih stilova unutar candyloo-login-user-info *//* Parent wrapper sada ide levo */
.candyloo-login-user-info {
  display: block !important;
  text-align: left !important; /* sve ulevo */
  margin-left: 20px; /* po želji pomeri ulevo unutar boxa */
}

/* Avatar + Hallo u istom redu, ali ulevo */
.candyloo-login-user-info .login-row {
  display: flex;
  justify-content: flex-start; /* ulevo */
  align-items: center;
  gap: 8px; /* malo manji razmak između avatara i Hallo */
  margin-bottom: 2px; /* smanjen razmak pre emaila */
}

/* Avatar */
.candyloo-login-user-info .login-row img.avatar-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

/* Hallo */
.candyloo-login-user-info .login-row .login-greeting {
  font-weight: 400;
  font-size: 15px;
}

/* Email odmah ispod bez velikog razmaka */
.candyloo-login-user-info .login-email {
  display: block;
  margin-top: 2px; /* mnogo manji razmak */
  text-align: left; /* takođe ulevo */
  font-size: 14px;
  color: #666;
}


/* Potpuno razbij flex na parentu */
.candyloo-login-user-info {
  display: block !important;
  flex-direction: initial !important;
  align-items: initial !important;
  justify-content: initial !important;
}


/* Loader – 3 tačke koje pulsiraju */
.loader-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 30px;
  margin: 10px 0;
}

.loader-dots span {
  width: 6px;
  height: 6px;
  background: #d60064; /* boja tačaka */
  border-radius: 50%;
  animation: dots-blink 1s infinite ease-in-out;
}

.loader-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loader-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dots-blink {
  0%, 80%, 100% { transform: scale(0); opacity: 0.3; }
  40% { transform: scale(1); opacity: 1; }
}

/* Stil za email i link Ändern */
.login-email {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.login-email .change-email-link {
  margin-left: 6px;
  font-size: 13px;
  color: #d60064;
  text-decoration: underline;
  cursor: pointer;
}

/* ✅ Wrapper za adresu da izgleda isto kao login box */.candyloo-address-wrapper {
  max-width: 600px;              /* širina boxa */
  margin: -50px auto;             /* centriranje */
  padding: 40px 30px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  text-align: left;              /* tekst levo */
  font-family: 'Inter', sans-serif;
}

/* ✅ Naslov i opis */
.candyloo-address-wrapper h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.candyloo-address-wrapper p {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 25px;
}

/* ✅ Stilizacija labela i input polja */
.candyloo-address-wrapper label {
  display: block;
  margin: 10px 0 4px;
  font-size: 14px;
  font-weight: 500;
}
.candyloo-address-wrapper input,
.candyloo-address-wrapper select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border 0.2s;
}
.candyloo-address-wrapper input:focus,
.candyloo-address-wrapper select:focus {
  border-color: #ff008c;
  outline: none;
}

/* ✅ Checkbox red – PRAVILNO PORAVNANJE */
.candyloo-address-wrapper .checkbox-row {
  display: flex;
  align-items: center;  /* vertikalno centriranje */
  gap: 8px;             /* razmak između checkboxa i teksta */
  margin-top: 15px;
}

/* ✅ Checkbox stil */
.candyloo-address-wrapper .checkbox-row input[type="checkbox"] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: #ff008c; /* Candyloo roze boja kad je čekiran */
  cursor: pointer;
}

/* ✅ Tekst pored checkboxa */
.candyloo-address-wrapper .checkbox-row label {
  margin: 0;
  font-size: 14px;
  cursor: pointer;
}

/* ✅ Dugme za završetak registracije */
.candyloo-address-wrapper .candyloo-button {
  width: 100%;
  background: #ff008c;
  color: #fff;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
  transition: background 0.2s;
}
.candyloo-address-wrapper .candyloo-button:hover {
  background: #e00078;
}


/* ✅ Avatar korisnika kada je ulogovan */
.header-item.wc-account-link img {
  width: 34px;              
  height: 34px;
  border-radius: 50%;       
  object-fit: cover;        
  border: 2px solid #ff008c;
  transition: transform 0.2s ease;
}

.header-item.wc-account-link img:hover {
  transform: scale(1.05);  
}

/* ✅ Anmelden dugme (prisilno prikazivanje stila) */
.header-item.wc-account-link span {
  display: inline-block !important;
  background: #ff008c !important;   /* Candyloo roze */
  color: #fff !important;           /* Beli tekst */
  font-size: 14px !important;
  font-weight: 700 !important;      /* BOLD */
  padding: 6px 16px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  text-align: center !important;
  line-height: 1.2 !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
}

.header-item.wc-account-link span:hover {
  background: #e00078 !important;   /* tamnija roze na hover */
  transform: scale(1.05) !important;
}





