#pogostitev {
  --text: #f5feff;
  --muted: #d1f8ff;
  --card: rgba(255, 255, 255, 0.06);
  --chip: rgba(255, 255, 255, 0.09);
  --border: rgba(255, 255, 255, 0.25);
  --accent: #1cc4f1;
  --accent-dark: #12a2ca;
  --dots: rgba(255, 255, 255, 0.55);

  color: var(--text);
  border-radius: 0;
  padding: 35px;
}

#pogostitev .h-title,
#pogostitev .h-col,
.addons-title {
  font-size: 24px !important;
  line-height: 1.15 !important;
  font-weight: 600 !important;
  text-transform: none !important;
  margin: 0 0 20px !important;
}

#pogostitev .pw-head p {
  color: #fff;
  margin: 20px 0 25px;
}

#pogostitev .pw-grid {
  display: flex;
  justify-content: space-between;
}

.pw-grid .card {
  width: 45% !important;
}

@media (max-width: 980px) {
  #pogostitev .pw-grid {
    grid-template-columns: 1fr;
  }
}

#pogostitev .select-wrap {
  position: relative;
  max-width: 360px;
  margin-bottom: 18px;
}

#pogostitev select {
  width: 100%;
  appearance: none;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 4px 42px 8px 20px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
}

#pogostitev .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 25px;
  pointer-events: none;
}

#pogostitev select option,
#pogostitev select optgroup {
  color: #000;
  background: #fff;
}

#pogostitev select option:hover,
#pogostitev select option:checked {
  background: #e9f5ff;
  color: #000;
}

#pogostitev .info-box {
  padding: 15px;
  z-index: 1;
  position: relative;
}

#pogostitev .ib-title {
  font-weight: 600;
  margin-bottom: 6px;
}

#pogostitev .list {
  margin: 0 0 10px 0;
  padding-left: 20px;
}

#pogostitev .list li::marker {
  content: "– ";
  font-weight: 700;
}

#pogostitev .ib-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

#pogostitev .ib-price .lbl {
  width: 100%;
  font-weight: 400;
}

#pogostitev .ib-price .val {
  font-size: 34px;
  font-weight: 600;
}

#pogostitev .ib-price .per {
  opacity: 0.95;
}

#pogostitev .pizza {
  position: absolute;
  left: -18px;
  bottom: -36px;
  width: 220px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  opacity: 0.9;
}

#pogostitev .addons {
  display: grid;
  gap: 14px;
}

#pogostitev .addon {
  background: transparent;
  padding-bottom: 10px;
  z-index: 1;
}

#pogostitev .line {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 15px;
  align-items: center;
}

#pogostitev .chk {
  display: flex;
  align-items: center;
  gap: 10px;
}

#pogostitev input[type="checkbox"], #pogostitev input[type="radio"] {
    accent-color: #ffd400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px !important;
    height: 16px !important;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    border-radius: 3px;
}

input[type="checkbox"]:checked,
#pogostitev input[type="radio"]:checked{
  background-color: transparent;
  border-color: #ffd400 !important;
}

input[type="checkbox"]:checked::after,
#pogostitev input[type="radio"]:checked::after{
    content: "✔";
    color: #ffd400 !important;
    font-size: 11px;
    display: block;
    text-align: center;
    line-height: 13px;
    width: 18px !important;
    height: 16px !important;
}

#pogostitev .name {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

#pogostitev .dots {
    flex: 1;
    min-width: 20px;
    height: 2px;
    background: linear-gradient(90deg, var(--dots) 40%, transparent 0) repeat-x;
    background-size: 6px 2px;
    margin: 0 10px;
}

#pogostitev .price {
  font-weight: 500;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

#pogostitev .qty {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  background: #daf4fb;
  border-radius: 5px;
  padding: 3px;
  height: 34px;
}

#pogostitev .qty button {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 3px;
  background: var(--qty-btn-bg, rgb(28 196 241));
  color: #fff;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 4px;
}

#pogostitev .qty input {
  width: 40px;
  height: 22px;
  border: 0;
  border-radius: 6px;
  background: #daf4fb;
  color: #0b3b46;
  text-align: center;
  font-weight: 600;
}

#pogostitev .subs {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 8px 0 0 32px;
}

#pogostitev .pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e9fcff;
}

#pogostitev .pill input {
  accent-color: var(--accent-dark);
}

/* mini qty pri okusih */
#pogostitev .qty-sub {
  display: inline-flex;
  vertical-align: middle;
  margin-left: 10px;
  transform: translateY(-1px);
}

#pogostitev .qty-sub.hidden { display: none; }

#pogostitev .qty-sub .minus,
#pogostitev .qty-sub .plus {
  width: 20px;
  height: 20px;
}

#pogostitev .qty-sub input[type="number"] {
  width: 40px;
  height: 20px;
}

#pogostitev .qty-sub { display: inline-flex; vertical-align: middle; margin-left: 10px; transform: translateY(-1px); }
#pogostitev .qty-sub.hidden { display: none; }
#pogostitev .qty-sub .minus, #pogostitev .qty-sub .plus { width: 20px; height: 20px; }
#pogostitev .qty-sub input[type="number"] { width: 40px; height: 20px; }

#pogostitev .qty-main.hidden { display: none; }

#pogostitev .is-hidden { display: none !important; }

.btn-submit {
    padding: 10px 30px;
    background-color: #ffdd00;
    border-radius: 99px !important;
    border: 2px solid #ffdd00;
    cursor: pointer;
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }

  .btn-submit:hover {
    background-color: transparent !important;
    border-color: #ffdd00;
    color: #ffdd00;
    font-weight: bold;
  }
  
  div#submit-wrap {
    text-align: center;
  }

    /* Poravnava gumb + X ikone */
  .paket-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 10px 0;
    position: relative;
  }

  /* Gumb */
  .paket-btn {
    padding: 10px 30px;
    background-color: #e0e0e0;
    border-radius: 99px !important;
    border: 2px solid transparent;
    cursor: pointer;
    font-size: 15px !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
  }
  .paket-btn.paket-checked {
    background-color: #fdd835;
    color: black;
    border-color: #c6a700;
    font-weight: bold;
  }

  /* Kljukica */
  .paket-btn .checkmark { display: none; }
  .paket-btn.paket-checked .checkmark { display: inline; }

  /* Besedila */
  .paket-btn .label-izbrano { display: none; }
  .paket-btn.paket-checked .label-izbrano { display: inline; }
  .paket-btn.paket-checked .label-izberi { display: none; }

  /* Ikona X */
  .clearmark {
    display: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
  }
  .paket-btn.paket-checked + .clearmark {
    display: inline;
    position: absolute;
    right: -60px;
    border: 2px solid #ddd;
    padding: 10px;
    border-radius: 99px;
  }
  .paket-btn.paket-checked + .clearmark:hover {
    background: #ddd;
  }

  /* Dimmed in highlight stolpca */
  .dimmed {
      pointer-events: none;
      transition: opacity .25s ease;
      filter: brightness(0.5);
  }
  .selected-col { background-color: rgba(253, 216, 53, 0.08); }

  /* mobile flow */
html {overflow-x:hidden}


.tabela-paketi table.jet-table.jet-table--fa5-compat {
  border-collapse: separate;
  border-spacing: 35px 0px;
}

.choose-section .elementor-container.elementor-column-gap-default {
    justify-content: space-evenly;
}

.choose-section .elementor-column {
    max-width: 333px;
}

.tabela-paketi .jet-table__head th.jet-table__cell {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.tabela-paketi td.jet-table__cell {
	position: relative !important;
}

.tabela-paketi td.jet-table__cell:after {
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tabela-paketi table tbody tr:nth-child(1) td:after, .tabela-paketi table tbody tr:nth-child(2) td:after, .tabela-paketi table tbody tr:nth-child(3) td:after, .tabela-paketi table tbody tr:nth-child(14) td:after {
	display: none !important;
} 

/* Vse celice v 2. stolpcu – osnovni levo/desno border */
.tabela-paketi table tr  td:nth-child(2),
.tabela-paketi table tr  th:nth-child(2) {
  border-left: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
}

/* Prva vrstica (header) – dodamo še zgornji rob */
.tabela-paketi table thead tr  th:nth-child(2) {
  border-top: 3px solid #fff !important;
}

/* Zadnja vrstica – dodamo spodnji rob */
.tabela-paketi table tbody tr:last-child td:nth-child(2) {
  border-bottom: 3px solid #fff !important;
}

.tabela-paketi table tbody tr:first-child td.jet-table__cell {
	border-bottom: 0px !important;
}

.tabela-paketi table tbody tr:first-child td.jet-table__cell .jet-table__cell-content {
	margin-inline: auto !important;
}

.tabela-paketi table tbody tr:nth-child(2) td.jet-table__cell {
  background-color: #ffffffe0 !important;
	border: 0px !important;
}

.tabela-paketi table tbody tr:nth-child(2) .jet-table__cell-content {
    margin-inline: auto !important;
}

.tabela-paketi table tbody tr:nth-child(2) .jet-table__cell-content strong {
    font-weight: 500 !important;
		font-size: 15px !important;
}

ul.paketi-ul {
    list-style-type: none;
	  margin: 0px;
	  margin-top: 10px;
}

ul.paketi-ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/08/Check-mark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

ul.paketi-ul li {
    margin-bottom: 17px;
}

ul.paketi-ul li:last-child {
    margin-bottom: 0px !important;
}

ul.paketi-ul li:first-child {
    margin-top: 0px !important;
}

.tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-text {
    font-size: 2.75rem;
}

.tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-text b {
    font-weight: 600;
    letter-spacing: 2px;
}

.tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-content, .tabela-paketi table tbody tr:nth-child(4) .jet-table__cell-content {
    margin-inline: auto !important;
}

.tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-inner {
    padding-top: 30px !important;
    padding-bottom: 5px !important;
}

.tabela-paketi table tbody tr:nth-child(3) .jet-table__cell {
    border-bottom: 0px !important;
}	

.tabela-paketi table tbody tr:nth-child(4) .jet-table__cell-text em {
	font-style: normal !important;
}

.tabela-paketi table tbody tr:nth-child(4) .jet-table__cell-inner {
    padding-bottom: 20px !important;
}

.tabela-paketi table thead .jet-table__cell-text {
    font-size: 1.4rem;
    font-weight: 800;
    padding-top: 8px;
    padding-bottom: 0px;
}

.tabela-paketi .jet-table__cell-img {
    margin-right: 10px !important;
}

.tabela-paketi .jet-table__cell-icon {
    margin-right: 20px !important;
}

.tabela-paketi .jet-table__cell-img img {
    width: 25px;
    height: 25px;
}

.tabela-paketi .jet-table__cell-icon svg {
    width: 25px;
    height: 25px;
}

.tabela-paketi .jet-table__cell {
		display: table-cell;
    vertical-align: middle !important;
}

.tabela-paketi table tbody tr:nth-child(5) .jet-table__cell {
	vertical-align: top !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}

.tabela-paketi .elementor-widget-container {
    padding: 0px !important;
}

.heading-custom-border .elementor-widget-container {
    width: fit-content;
}


.tabela-paketi td.jet-table__cell:nth-child(3)::after {
  background: #000;
}

.note {
    margin-top: 15px;
}

.addons-title.is-hidden {
  display: none;
}

h3.addons-title.hrana {
    margin-top: 45px !important;
}

h3.addons-title.sladice {
    margin-top: 137px !important;
}

h3.addons-title.sladice:before {
    content: "";
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/uploads/2025/08/Ikonica-SLADICE.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    top: 12px;
    position: relative;
}

h3.addons-title.hrana:before {
        content: "";
    width: 45px;
    height: 45px;
    background-image: url(/wp-content/uploads/2025/08/Ikonica_HRANA.png);
    background-size: auto;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    top: 12px;
    position: relative;
}

h3.addons-title {
    margin-bottom: 40px !important;
}

@media(max-width: 549px){
  .tabela-paketi table.jet-table.jet-table--fa5-compat {
      border-spacing: 0px !important;
  }
  .tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-text {
      font-size: 1.75rem;
  }

  .tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-text b {
      letter-spacing: 0px;
  }

  .tabela-paketi table tbody tr:nth-child(3) .jet-table__cell-inner {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
  }

  .tabela-paketi .jet-table__body .jet-table__cell-text {
      font-size: 12px;
  }

  .tabela-paketi table tbody tr:nth-child(6) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(7) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(8) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(9) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(10) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(11) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(12) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(13) .jet-table__cell .jet-table__cell-content,
  .tabela-paketi table tbody tr:nth-child(14) .jet-table__cell .jet-table__cell-content {
      display: block;
      text-align: center !important;
      margin-inline: auto !important;
      margin-left: unset !important;
      margin-right: unset !important;
  }

  .tabela-paketi table tbody tr:nth-child(6) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(7) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(8) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(9) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(10) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(11) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(12) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(13) .jet-table__cell .jet-table__cell-inner,
  .tabela-paketi table tbody tr:nth-child(14) .jet-table__cell .jet-table__cell-inner {
      justify-content: center;
  }

  .tabela-paketi .jet-table__cell-img {
      margin-right: 0px !important;
      margin-bottom: 7px;
  }

  .paket-btn {
      padding: 7px 7px;
      font-size: 13px !important;
  }

  ul.paketi-ul {
      margin-top: 0px;
  }

  .tabela-paketi table tbody tr:last-child td:nth-child(2) {
      border-bottom: 0px solid #fff !important;
  }

  ul.paketi-ul li {
      text-align: left;
      line-height: 1.35em;
  }

  ul.paketi-ul li:before {
      width: 15px;
      height: 15px;
  }

  .tabela-paketi table tr td:nth-child(2), .tabela-paketi table tr th:nth-child(2) {
      border-left: 0px solid #fff !important;
      border-right: 0px solid #fff !important;
  }

  .paket-btn.paket-checked + .clearmark {
      display: block;
      width: fit-content;
      margin-inline: auto;
      padding: 4px;
      margin-top: 15px;
      position: unset;
      margin-bottom: -7px;
  }

  .paket-btn-wrap {
      display: block;
      text-align: center;
  }

  .pw-grid .card {
      width: 100% !important;
  }

  .pw-grid {
      display: block !important;
  }

  #pogostitev .h-title, #pogostitev .h-col, .addons-title {
      font-size: 1.75rem !important;
  }

  #pogostitev {
      padding: 15px;
      padding-top: 25px;
      padding-bottom: 25px;
  }

  #pogostitev .name {
      font-size: 1.2rem;
  }

  #pogostitev .price {
      font-size: 1.2rem;
  }

  .info-box {
      padding: 0px !important;
      margin-bottom: 30px;
  }

  #pogostitev .ib-price .val {
      font-size: 24px;
  }

  .jet-table__body-row td:last-child {
      background-color: #BFA700 !important;
  }

  .tabela-paketi thead th:first-child .jet-table__cell-inner,
  .tabela-paketi tbody tr:nth-child(1) td:first-child .jet-table__cell-inner {
      background: #00bff2 !important;
  }

  .tabela-paketi thead th:nth-child(2) .jet-table__cell-inner,
  .tabela-paketi tbody tr:nth-child(1) td:nth-child(2) .jet-table__cell-inner {
      background: #eb008b !important;
  }

  .tabela-paketi thead th:nth-child(3) .jet-table__cell-inner,
  .tabela-paketi tbody tr:nth-child(1) td:nth-child(3) .jet-table__cell-inner {
      background: #FEDC00 !important;
  }

  .tabela-paketi table tbody tr:nth-child(2) .jet-table__cell-content strong {
      color: #fff !important;
  }

  .tabela-paketi table tbody tr:nth-child(3) td.jet-table__cell:first-child {
      background-color: #00bff2 !important;
  }

  .tabela-paketi table tbody tr:nth-child(3) td.jet-table__cell:nth-child(2) {
      background-color: #eb008b !important;
  }

  .tabela-paketi table tbody tr:nth-child(3) td.jet-table__cell:nth-child(3) {
      background-color: #FEDC00 !important;
  }

  .tabela-paketi table tbody tr:nth-child(2) td.jet-table__cell:first-child {
      background-color: #097694 !important;
  }

  .tabela-paketi table tbody tr:nth-child(2) td.jet-table__cell:nth-child(2) {
      background-color: #8E0054 !important;
  }

  .tabela-paketi table tbody tr:nth-child(2) td.jet-table__cell:nth-child(3) {
      background-color: #BFA700 !important;
  }

  .tabela-paketi tbody tr:nth-child(1) td .jet-table__cell-inner .jet-table__cell-text {
      text-align: center !important;
  }

  .tabela-paketi tbody tr:nth-child(1) td .jet-table__cell-inner .jet-table__cell-text em {
      font-style: normal !important;
      font-weight: 500 !important;
  }

  ul.paketi-ul li:before {
    background-image: url(/wp-content/uploads/2025/08/check_small_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg);
      width: 20px;
      height: 20px;
      margin-right: 0px;
      top: -1px;
  }

  .tabela-paketi td.jet-table__cell:nth-child(3)::after {
      background: #ffffff;
  }

  ul.paketi-ul li {
      color: #fff;
  }

  .tabela-paketi .jet-table__body tr td:nth-child(3) .jet-table__cell-text {
      color: #fff;
  }

  .tabela-paketi .jet-table__body tr td:nth-child(3) svg, .tabela-paketi .jet-table__body tr td:nth-child(3) img {
      filter: invert(1);
  }

  .tabela-paketi .jet-table__body tr:nth-child(3) td:nth-child(3) .jet-table__cell-text,
  .tabela-paketi .jet-table__body tr:first-child td:nth-child(3) .jet-table__cell-text {
      color: #000 !important;
  }

  .tabela-paketi table tbody tr:nth-child(4) .jet-table__cell-text {
      text-align: center;
  }

  .tabela-paketi table tbody tr:nth-child(4) .jet-table__cell-text em {
      font-style: normal !important;
      font-size: 15px;
  }

  h3.addons-title.sladice {
      margin-top: 45px !important;
  }

  .tabela-paketi .jet-table__cell {
      vertical-align: top !important;
  }

  .tabela-paketi thead tr:first-child th:first-child {
      background: #00bff2 !important;
  }

    #pogostitev .qty { 
    order:3; margin-left:auto; 
  }

    #pogostitev .line {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:"name price" "qty  qty";
    align-items: center;
    gap: 10px 12px;
  }

  /* mapiranje elementov v gride */
  #pogostitev .chk { 
    grid-area: name; min-width: 0; 
  }

  #pogostitev .name { 
    min-width: 0; 
  }

  #pogostitev .price { 
    grid-area: price; white-space: nowrap; 
  }

  #pogostitev .qty { 
    grid-area: qty; justify-self: end; 
  }

  #pogostitev .qty {
    height: 32px;
    padding: 2px 3px;
    gap: 6px;
  }

  #pogostitev .qty button {
    width: 22px; height: 22px; margin: 0 2px;
  }

  #pogostitev .qty input[type="number"]{
    width: 2.6em;     
    font-size: 14px;
    line-height: 22px;
  }

  #pogostitev .dots { 
    min-width: 12px; 
  }
}

.img-invert img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(0%) hue-rotate(164deg) brightness(105%) contrast(101%);
}

.addon[data-key="svoja_torta"] .price, .addon[data-key="svoja_torta"] .dots {
    display: none !important;
}

#pogostitev .qty input[type="number"]::-webkit-outer-spin-button,
#pogostitev .qty input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

#pogostitev .img.s,
#pogostitev .img.m,
#pogostitev .img.l {
  display: none;
  max-width: 100%; /* da se ne raztegne čez */
  height: auto;
}

.left.card .img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

@media(max-width: 549px){
 .left.card .img {
    opacity: 0.3;
  }
}