/* Tabela carrinho Tycket + ações inline + modo estreito */
.tycket-cart-page table.tycket-shopping-cart-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #e5e5e5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-product { width: 46%; }
.tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-price { width: 18%; }
.tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-qty { width: 14%; }
.tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-subtotal { width: 22%; }
.tycket-cart-page table.tycket-shopping-cart-table thead th {
  background: #00aeef;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 12px 14px;
  border: 1px solid #00aeef;
  vertical-align: middle;
}
.tycket-cart-page table.tycket-shopping-cart-table thead th.tycket-th-product { text-align: left; }
.tycket-cart-page table.tycket-shopping-cart-table thead th.tycket-th-price,
.tycket-cart-page table.tycket-shopping-cart-table thead th.tycket-th-subtotal { text-align: right; }
.tycket-cart-page table.tycket-shopping-cart-table thead th.tycket-th-qty { text-align: center; }
.tycket-cart-page table.tycket-shopping-cart-table tbody td {
  padding: 16px 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1d1d1b;
  font-size: 14px;
  vertical-align: middle;
}
.tycket-cart-page td.tycket-td-product { vertical-align: top; text-align: left; }
.tycket-cart-page td.tycket-td-price,
.tycket-cart-page td.tycket-td-subtotal { text-align: right; font-weight: 700; white-space: nowrap; }
.tycket-cart-page td.tycket-td-qty { text-align: center; vertical-align: middle; }
.tycket-cart-page .tycket-event-title {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  color: #000;
}
.tycket-cart-page .tycket-ticket-detail {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  color: #000;
}
.tycket-cart-page .tycket-remove-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #757575;
  text-decoration: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.tycket-cart-page .tycket-remove-link:hover { text-decoration: underline; color: #555; }
.tycket-cart-page .tycket-remove-x {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #00aeef;
  text-transform: none;
}
.tycket-cart-page .tycket-qty-input {
  width: 44px;
  padding: 5px 6px;
  text-align: center;
  border: 1px solid #cccccc;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.tycket-cart-page .tycket-cart-tfoot-actions td.tycket-td-cart-actions-cell {
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #fff;
  vertical-align: middle;
}
.tycket-cart-page .tycket-cart-table-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
.tycket-cart-page .tycket-btn-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.tycket-cart-page .tycket-btn-table-action:hover { background: #fafafa; border-color: #bfbfbf; }
.tycket-cart-page .tycket-btn-table-action i { color: #888888; font-size: 12px; }
@media only screen and (max-width: 600px) {
  .tycket-cart-page table.tycket-shopping-cart-table { table-layout: auto; }
  .tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-product,
  .tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-price,
  .tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-qty,
  .tycket-cart-page table.tycket-shopping-cart-table col.tycket-col-subtotal { width: auto; }
  .tycket-cart-page table.tycket-shopping-cart-table thead { display: none; }
  .tycket-cart-page table.tycket-shopping-cart-table tbody tr,
  .tycket-cart-page table.tycket-shopping-cart-table tbody td { display: block; width: 100%; box-sizing: border-box; }
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-price::before {
    content: "Preço unitário";
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-qty::before {
    content: "Qtd.";
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-subtotal::before {
    content: "Subtotal";
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    margin-right: 12px;
  }
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-price,
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-qty,
  .tycket-cart-page table.tycket-shopping-cart-table tbody td.tycket-td-subtotal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    border-top: none;
  }
  .tycket-cart-page .tycket-cart-tfoot-actions tr,
  .tycket-cart-page .tycket-cart-tfoot-actions td.tycket-td-cart-actions-cell { display: block; width: 100%; }
}
