.elementor-3314 .elementor-element.elementor-element-cef813a{--display:flex;--min-height:188px;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:2px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3314 .elementor-element.elementor-element-cef813a.e-con{--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-3314 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3314{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:center;pointer-events:all;}#elementor-popup-modal-3314 .dialog-message{width:359px;height:100vh;align-items:flex-start;}#elementor-popup-modal-3314 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-3314 .elementor-element.elementor-element-cef813a{--content-width:1135px;}}/* Start custom CSS for shortcode, class: .elementor-element-71527f9 *//* 1. Sakrij zaglavlje tabele */
.wishlist_table thead {
  display: none !important;
}

/* 2. Resetuj tabelu da se ne ponaša kao tabela */
.wishlist_table {
  display: block !important;
  width: 100% !important;
  border-collapse: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

/* 3. Poravnaj kontejner koji drži wishlist */
.wishlist_table_wrapper,
.wishlist-content,
.elementor-widget-wishlist,
.wishlist-sidebar {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* 4. Svaki red kao fleks kutija */
.wishlist_table tbody tr {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0 !important;
  margin-bottom: 10px;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative;
  border: none !important; /* nema bordera */
}

/* 5. Resetuj sve ćelije */
.wishlist_table tbody tr td {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}

/* 6. Slika levo */
.wishlist_table .product-thumbnail {
  flex: 0 0 80px;
}

.wishlist_table .product-thumbnail img {
  width: 80px;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}

/* 7. Desni deo: ime, cena i dugme u koloni */
.wishlist_table .product-name {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

/* 8. Cena odmah ispod imena */
.wishlist_table .product-name .woocommerce-Price-amount,
.wishlist_table .product-name span.custom-price {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  margin: 0;
  display: block;
}

/* 9. Dugme ispod cene */
.wishlist_table .product-add-to-cart {
  margin-top: 6px;
  display: block;
  width: auto;
}

.wishlist_table .product-add-to-cart a {
  background-color: #c29d1a;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  text-align: center;
}

.wishlist_table .product-add-to-cart a:hover {
  background-color: #a58216;
}

/* 10. Dugme za brisanje (x) gore desno */
.wishlist_table .product-remove {
  position: absolute;
  top: 10px;
  right: 10px;
}

.wishlist_table .product-remove a {
  color: #b10000;
  font-size: 16px;
  text-decoration: none;
}

/* Sakrij duplu cenu */
span.custom-price {
  display: none !important;
}

/* Sakrij naslov */
.wishlist-title-with-form h2 {
  display: none !important;
}

/* Stil za dodatna dugmad */
.add-to-cart-button {
  display: inline-block;
  background-color: #D3B574;
  color: white !important;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 0;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
}

.wishlist_table .product-name .add-to-cart-button {
  color: white !important;
}

.wishlist-empty {
    font-family: 'Aboreto', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #000 !important;
    text-align: center !important;
    padding: 20px 10px !important;
}

/* ✅ RESPONSIVE (mobilni) */
@media (max-width: 768px) {
  .wishlist_table .product-thumbnail img {
    width: 100px !important;
    height: auto !important;
  }

  .wishlist_table tbody tr {
    flex-direction: column !important; /* kolona za lepši prikaz */
    align-items: center !important;
    text-align: center !important;
    position: relative !important; /* da bi remove mogao da stoji gore desno */
  }

  .wishlist_table .product-name {
    gap: 6px;
    text-align: center !important; /* centrira naslov */
    align-items: center !important;
  }

  .wishlist_table .product-add-to-cart {
    margin-top: -26px !important;
    text-align: center !important; /* centrira dugme */
  }

  .wishlist_table .product-add-to-cart a,
  .wishlist_table .add-to-cart-button {
    border-radius: 0px !important;
    background-color: #c29d1a !important; /* zlatna boja */
    color: #fff !important;
    border: none !important;
  }

  .wishlist_table .product-add-to-cart a:hover,
  .wishlist_table .add-to-cart-button:hover {
    background-color: #a58216 !important;
  }

  /* ✅ REMOVE dugme fix */
  .wishlist_table .product-remove {
    position: absolute !important;
    top: 5px !important;
    right: 10px !important;
    display: block !important;
  }

  .wishlist_table .product-remove a {
    font-size: 18px !important;
    color: red !important;
    display: inline-block !important;
  }
}/* End custom CSS */