.btn-zacuvaj {
    border-radius: 2em;
    border: 1px solid #e30040;
    background: #e30040;
    text-transform: uppercase;
    font-size: 0.8em;
    width: 20%;
    padding: 0.8em;
    color: #fff;
}
.btn-zacuvaj:hover {
    color: #fff;
    text-decoration: none;
}
.label-najava{
    margin-bottom: 0;
    font-size: 0.9em;
}
.form-control:focus {
    background-color: #f5f5f5;
    border-color: #e6e6e6;
    box-shadow: none;
}
input.form-control{
    background-color: #f5f5f5;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
}
h4{    
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
/*.list-group-item.active {*/
/*    background-color: #e30040;*/
/*    border-color: #e30040;*/
/*}*/
.btn-pregled {
    color: #fff;
    background-color: #e30040;
    border-color: #e30040;
}
.btn-pregled:hover {
    color: #fff;
    opacity: 0.8;
}
.div-detali{
    color: #6d6d6d;
}
.label-atribut-boja{
    width: 1.8em;
    height: 1.8em;
    border: 1px solid #d0d0d0;
    border-radius: 1.5em;
}
.td-popust-cena{
    display: none;
}
.signup-banner { position: relative; width: 100%; }
.signup-banner__imgwrap{
    height: 520px;      /* crop amount: adjust */
    overflow: hidden;
}
.signup-banner__img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* crops */
    object-position: center top; /* move crop focus: e.g. center 20% */
    display: block;
}

.signup-card{
position: absolute;
left: 50%;
bottom: 24px;
transform: translateX(-50%);
width: min(320px, calc(100% - 32px));
background: #fff;
padding: 18px 18px 16px;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,.18);
}

.signup-card__brand{ letter-spacing: .35em; font-size: 12px; margin-bottom: 10px; }
.signup-card__title{ font-weight: 700; margin: 0 0 12px; }

.signup-card__list{ list-style: none; padding: 0; margin: 0 0 14px; text-align: left; }
.signup-card__list li{ display: flex; gap: 10px; align-items: flex-start; margin-bottom: 10px; font-size: 14px; }
.signup-card__list i{ margin-top: 2px; }

.signup-card__cta{
display: block;
border-radius: 999px;
padding: 12px 14px;
text-decoration: none;
}

/*Account page style*/
.acc-nav{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:12px;
  border:1px solid #eee;
  border-radius:5px;
  background:#fff;
}

.acc-nav__item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:12px;
  color:#111;
  text-decoration:none;

  border: 1px solid transparent;   /* <-- add */
  background: transparent;         /* <-- ensure no fill */
}

.acc-nav__item i{ font-size:18px; opacity:.85; }

.acc-nav__item:hover{ background:#f6f6f6; text-decoration:none; color:#111; }

.acc-nav__item.nav-link.active,
.acc-nav__item.active{
  background: transparent;          /* <-- remove red fill */
  color:#111;
  border-color:#e30040;             /* <-- red border */
}
.acc-nav__item.active i{ opacity:1; }

.acc-nav__spacer{ flex:1 1 auto; min-height:12px; }

.acc-nav__logout.btn-najava{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;

  padding: 10px 16px;
  line-height: 1;
  white-space: nowrap;
}

.acc-nav__logout.btn-najava i,
.acc-nav__logout.btn-najava span{
  margin:0;
}

.acc-hero{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:stretch;
}

@media (max-width: 991px){
  .acc-hero{ grid-template-columns: 1fr; }
}

.acc-hero__card{
  border:1px solid #eee;
  border-radius:5px;
  background:#fafafa;
  padding:18px;
}

.acc-hero__title{ letter-spacing:.35em; font-size:12px; margin-bottom:10px; }
.acc-hero__subtitle{ font-weight:700; margin-bottom:14px; }

.acc-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.acc-btn{
  border-radius:999px;
  padding:10px 14px;
  border:1px solid #ddd;
  background:#fff;
}

.acc-btn:hover{ border-color:#e30040; }

.acc-hero__imgwrap{
  border-radius:5px;
  overflow:hidden;
  min-height:260px;
  background:#f0f0f0;
}

.acc-hero__img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/*Account info style*/
.acc-box{
  border:1px solid #eee;
  border-radius:8px;
  background:#f7f7f7;
  padding:18px;
  margin-bottom:16px;
}

.acc-box__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.acc-box__title{
  font-weight:700;
  margin:0;
}

.acc-box__edit{
  border:0;
  background:transparent;
  padding:6px;
  line-height:1;
  color:#111;
  border-radius:8px;
}
.acc-box__edit:hover{ background:rgba(0,0,0,.06); }

.acc-kv{ margin:0; color:#111; }
.acc-kv small{ color:#6d6d6d; display:block; margin-top:6px; }

/* Order styling */

.acc-table-wrap{
  border:1px solid #eee;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.acc-table{
  margin:0;
}

.acc-table thead th{
  background:#fafafa;
  border-bottom:1px solid #eee !important;
  font-weight:600;
  color:#111;
  padding:14px 16px;
}

.acc-table td{
  padding:14px 16px;
  vertical-align:middle;
  border-top:1px solid #f0f0f0;
}

.acc-status{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  border-radius:999px;
  font-weight:700;
  line-height:1;
}

.acc-status--ok{ background:rgba(0,160,80,.12); color:#00a050; }
.acc-status--no{ background:rgba(224,0,45,.12); color:#E0002D; }

.acc-view-btn{
  width:38px;
  height:38px;
  border-radius:8px;
  border:0;
  background:#E0002D;
  color:#fff;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.acc-view-btn:hover{ opacity:.9; color:#fff; }

.order-modal .modal-content{ border-radius:10px; overflow:hidden; }
.order-modal .modal-header{ background:#fff; border-bottom:1px solid #eee; }
.order-modal .modal-title{ font-size:20px; font-weight:700; margin:0; }
.order-modal .modal-body{ padding:18px 18px 16px; }

.order-meta{
  display:flex; align-items:center; gap:8px;
  color:#6d6d6d; font-size:14px; margin-bottom:10px;
}

.order-lines{
  border:1px solid #eee;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  margin-bottom:16px;
}
.order-lines table{ margin:0; }
.order-lines thead th{
  background:#fafafa;
  border-bottom:1px solid #eee !important;
  font-weight:600;
  padding:12px 14px;
}
.order-lines td{
  padding:12px 14px;
  border-top:1px solid #f0f0f0;
  vertical-align:middle;
}

.order-total{
  display:flex;
  justify-content:flex-end;
  padding:12px 14px;
  border-top:1px solid #eee;
  background:#fff;
  font-weight:700;
}

.ship-box{
  border:1px solid #eee;
  border-radius:8px;
  background:#fff;
  padding:14px;
}
.ship-title{ font-weight:700; margin-bottom:10px; }
.ship-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:14px;
}
@media (max-width: 767px){
  .ship-grid{ grid-template-columns: 1fr; }
}

.kv{
  display:grid;
  grid-template-columns: 140px 1fr;
  gap:10px;
  font-size:14px;
  margin-bottom:8px;
}
.kv .k{ color:#6d6d6d; text-align:right; }
.kv .v{ color:#111; word-break:break-word; }

.kv-divider{
  border-left:1px solid #eee;
  padding-left:14px;
}
@media (max-width: 767px){
  .kv .k{ text-align:left; }
  .kv-divider{ border-left:0; padding-left:0; border-top:1px solid #eee; padding-top:14px; }
}

.news-box .news-title{ font-weight:700; margin:0 0 6px; }
.news-box .news-desc{ margin:0; color:#6d6d6d; }

.news-toggle-row{
  margin-top:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.news-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 10px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
}
.news-pill--on{ background:rgba(0,160,80,.12); color:#00a050; }
.news-pill--off{ background:rgba(224,0,45,.12); color:#E0002D; }

/* Guest auth (login/register) mobile layout */
.auth-guest-row{
  margin-left: 150px;
}

.auth-tabs-guest{
  margin-left: 12px;
}

.auth-guest-title{
  margin-left: 12px;
}

#auth-register{
  margin-left: 12px;
}

.signup-card__cta.js-auth-register{
  width: 250px;
}

@media (max-width: 991px){
  .auth-guest-row{
    margin-left: 0 !important;
    margin-right: 0;
  }

  .auth-guest-row .div-levo,
  .auth-guest-row .div-desno{
    border-right: 0 !important;
    border-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .auth-tabs-guest,
  .auth-guest-title,
  #auth-register{
    margin-left: 0 !important;
  }

  #auth-login .form-group,
  #auth-register .form-group{
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #auth-login .btn.btn-najava,
  #auth-register .btn.btn-najava{
    width: 100%;
    justify-content: center;
    min-height: 42px;
  }

  .signup-banner{
    margin-top: 16px;
  }

  .signup-banner__imgwrap{
    height: 320px;
  }

  .signup-card{
    width: calc(100% - 20px);
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    padding: 14px 14px 12px;
  }

  .signup-card__title{
    font-size: 18px;
    margin-bottom: 10px;
  }

  .signup-card__list li{
    font-size: 13px;
    margin-bottom: 8px;
  }

  .signup-card__cta.js-auth-register{
    width: 100%;
    min-height: 42px;
  }

  .auth-tabs{
    gap: 14px;
    margin-bottom: 16px !important;
  }
}

@media (max-width: 767px){
  .acc-nav{
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
  }

  .acc-nav__item{
    padding: 10px;
    border-radius: 10px;
  }

  .acc-box{
    padding: 14px;
    border-radius: 8px;
  }

  .acc-table thead{
    display: none;
  }

  .acc-table,
  .acc-table tbody,
  .acc-table tr,
  .acc-table td{
    display: block;
    width: 100%;
  }

  .acc-table tr{
    border-top: 1px solid #eee;
    padding: 10px 0;
  }

  .acc-table tr:first-child{
    border-top: 0;
  }

  .acc-table td{
    border-top: 0;
    padding: 4px 10px;
    text-align: left !important;
  }

  .order-modal .modal-body{
    padding: 12px;
  }

  .order-lines td,
  .order-lines th{
    padding: 10px;
  }
}