@charset "UTF-8";
[loader-button] .saving {
  display: none;
}
[loader-button][disabled] .saving {
  display: block;
}
[loader-button][disabled] .save {
  display: none;
}

/* CARRELLO */
.cart_item > td {
  vertical-align: middle !important;
}

.table-responsive.carrello {
  border: 1px solid #DEE2E6;
  border-radius: 6px;
}

.table-responsive.carrello h5 {
  padding: 10px;
}

.remove_from_cart {
  color: #FF3300;
}

.remove_from_cart:hover {
  color: #AF2603;
}

.no-transition * {
  transition: 0s !important;
}

@media screen and (max-width: 689px) {
  .table.cart thead {
    display: none;
  }
  .table.cart .cart_item {
    background: transparent;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #0075af;
  }
  .table.cart .cart_item td {
    order: 10;
    display: flex;
    justify-content: center;
  }
  .table.cart .cart_item td.cart-product-name {
    order: 1;
    background: rgba(0, 117, 175, 0.2);
  }
  .table.cart .cart_item:not(:first-child) {
    margin-top: 10px;
  }
}

.biglietto .cart-product-actions {
  display: flex;
  gap: 10px;
}

.text-quiet {
  text-transform: initial !important;
}

.payment-box {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.payment-box .btn-payment {
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #555555;
  border-radius: 5px;
  text-transform: none;
  width: 45%;
  height: 35px;
}
.payment-box .btn-payment > img {
  width: 40px;
}
.payment-box .btn-payment:hover {
  filter: brightness(0.95);
  background: #FFFFFF !important;
  color: #000000 !important;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .payment-box .btn-payment {
    width: 100%;
  }
}

.table-abbonamenti .to_label,
.table-ordini .to_label {
  display: none;
  font-weight: 600;
  margin-right: 1rem;
}
.table-abbonamenti th,
.table-ordini th {
  border-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .table-abbonamenti .to_label,
  .table-ordini .to_label {
    display: inline;
  }
  .table-abbonamenti thead,
  .table-ordini thead {
    display: none;
  }
  .table-abbonamenti tr > td,
  .table-ordini tr > td {
    display: block;
    border: 0;
    padding: 0.25rem 0.75rem;
  }
  .table-abbonamenti tr > td:last-child,
  .table-ordini tr > td:last-child {
    border-bottom: 1px solid #DEE2E6;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header h4 {
  position: relative;
  float: left;
}
.card-header .buttons {
  position: relative;
  float: right;
  display: flex;
}
.spedizioni_wrapper label {
  display: contents !important;
}

.scheda_prodotto .titolo {
  font-size: 1.35em !important;
}
.scheda_prodotto ul.cards .card table {
  width: 100%;
}
.scheda_prodotto ul.cards .card table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.scheda_prodotto ul.cards .card table tbody td {
  word-break: normal !important;
}
@media screen and (max-width: 689px) {
  .scheda_prodotto ul.cards .card table tbody tr:nth-of-type(odd) {
    background-color: initial;
  }
  .scheda_prodotto ul.cards .card table tbody td {
    display: block;
  }
  .scheda_prodotto ul.cards .card table tbody td:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 600;
  }
}

.configuratore-blocco .select {
  position: relative;
  display: flex;
  width: 100%;
  height: 2em;
  overflow: hidden;
  border-radius: 5px;
}
.configuratore-blocco .select select {
  appearance: none;
  outline: 0;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  flex: 1;
  padding: 0 1em;
  background-color: #F8F8F8;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}
.configuratore-blocco .select select::-ms-expand {
  display: none;
}
.configuratore-blocco .select::after {
  content: "▼";
  color: #FFFFFF;
  position: absolute;
  font-size: 9px;
  right: 0;
  padding: 1em;
  background-color: #333333;
  transition: 0.25s all ease;
  pointer-events: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.configuratore-blocco.empty .select select {
  background-color: #DDDDDD;
}

input[type=radio][name=spedizione] {
  width: 50px;
  transform: scale(1.5);
}

.rimuovi_coupon {
  cursor: pointer;
}

/*# sourceMappingURL=base.fe.css.map */
