/*
 * TERMO-PROM cart/checkout polish V5
 */

html.tp-cart-page [data-tp-kill-shipping-modal="1"],
body.tp-cart-page [data-tp-kill-shipping-modal="1"],
html.tp-cart-page #modal-shipping,
body.tp-cart-page #modal-shipping,
html.tp-cart-page #modal-shipping-method,
body.tp-cart-page #modal-shipping-method,
html.tp-cart-page .modal-backdrop,
body.tp-cart-page .modal-backdrop {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.tp-cart-page.modal-open {
  overflow: auto !important;
  padding-right: 0 !important;
}

/* Osnovna tablica košarice */
#checkout-cart .table th,
#checkout-cart .table td,
#shopping-cart .table th,
#shopping-cart .table td,
body.tp-cart-page .table th,
body.tp-cart-page .table td {
  font-size: 15px !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

/* Nazivi proizvoda: ista veličina kao sada, ali tamnije plavo */
#checkout-cart table td a[href*="product/product"],
#checkout-cart .table td a[href*="product/product"],
#shopping-cart table td a[href*="product/product"],
#shopping-cart .table td a[href*="product/product"],
body.tp-cart-page table td a[href*="route=product/product"],
body.tp-cart-page table td a[href*="product/product"] {
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  color: #075f93 !important;
  text-decoration: none !important;
}

#checkout-cart table td a[href*="product/product"]:hover,
#shopping-cart table td a[href*="product/product"]:hover,
body.tp-cart-page table td a[href*="product/product"]:hover,
body.tp-cart-page table td a[href*="route=product/product"]:hover {
  color: #054b73 !important;
  text-decoration: underline !important;
}

/* Model / dopunski red */
#checkout-cart table td small,
#shopping-cart table td small,
body.tp-cart-page table td small {
  color: #075f93 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.3 !important;
}

#checkout-cart table td small[data-tp-duplicate-model-hidden="1"],
#shopping-cart table td small[data-tp-duplicate-model-hidden="1"],
body.tp-cart-page table td small[data-tp-duplicate-model-hidden="1"] {
  display: none !important;
}

/* Svi iznosi proizvoda u istoj veličini i crno */
#checkout-cart .table td.text-end,
#checkout-cart .table th.text-end,
#shopping-cart .table td.text-end,
#shopping-cart .table th.text-end,
body.tp-cart-page .table td.text-end,
body.tp-cart-page .table th.text-end {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

#checkout-cart .table td.text-end strong,
#shopping-cart .table td.text-end strong,
body.tp-cart-page .table td.text-end strong {
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

/* Ukupno: crno, bold i diskretno veće */
#checkout-cart .table tr:last-child td,
#shopping-cart .table tr:last-child td,
body.tp-cart-page .table tr:last-child td {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  background: #f8fbfd !important;
}

#checkout-cart .table tr:last-child td strong,
#shopping-cart .table tr:last-child td strong,
body.tp-cart-page .table tr:last-child td strong {
  color: #111111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

#checkout-cart .img-thumbnail,
#shopping-cart .img-thumbnail,
body.tp-cart-page .img-thumbnail {
  max-width: 80px !important;
  border-radius: 7px !important;
}

#checkout-cart h1,
#shopping-cart h1,
body.tp-cart-page h1 {
  color: #1f2d3d !important;
  font-weight: 800 !important;
}

/* Nova jednostavna potvrda dostave u košarici */
.tp-cart-shipping-confirm {
  margin: 18px 0 8px 0 !important;
  padding: 16px 18px !important;
  border: 1px solid #cfe3ee !important;
  border-radius: 8px !important;
  background: #f7fcff !important;
  color: #1f2d3d !important;
}

.tp-cart-shipping-confirm-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  color: #1f2d3d !important;
}

.tp-cart-shipping-confirm-choice {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #075f93 !important;
  cursor: pointer !important;
  margin-bottom: 8px !important;
}

.tp-cart-shipping-confirm-choice input {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
}

.tp-cart-shipping-confirm-note {
  font-size: 13px !important;
  color: #4b5563 !important;
  margin-top: 4px !important;
}

.tp-cart-shipping-confirm-status {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #087f23 !important;
  margin-top: 10px !important;
}

/* Checkout: ukloni nepotreban save button */
body.tp-checkout-page [data-tp-hide-save-shipping="1"] {
  display: none !important;
}
