body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Open Sans", sans-serif;
}

.font-open-sans {
  font-family: "Open Sans", sans-serif !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.color-primary {
  color: #84092B !important;
}

.fit-title-2 {
  height: 2.5em;
  overflow: hidden;
}

.fit-title-3 {
  height: 3.6em;
  overflow: hidden;
}

.fit-title-4 {
  height: 4.5em;
  overflow: hidden;
}

.fit-title-75 {
  height: 7.5em;
  line-height: 1.4;
  overflow: hidden;
}

.hover-black-red {
  color: black !important;
  transition: all 0.3s ease;
}
.hover-black-red:hover {
  color: #84092B !important;
  transition: all 0.3s ease;
}

.hover-red-black {
  color: #84092B !important;
  transition: all 0.3s ease;
}
.hover-red-black:hover {
  color: black !important;
  transition: all 0.3s ease;
}

.cursor-pointer {
  cursor: pointer;
}

.download-button {
  background-color: #84092B !important;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.download-button:hover {
  transition: background-color 0.2s ease;
  background-color: #5b091f !important;
}

.custom-header {
  background-color: white;
  border-bottom: 2px solid #84092B;
  padding: 15px 0;
}

.logo-svg {
  height: 40px;
  width: auto;
}

#image-account-login {
  width: 40px;
  height: 40px;
}

.description-text {
  color: #84092B;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
  max-width: 250px;
  word-wrap: break-word;
  display: none !important;
}

.navbar-brand {
  white-space: unset;
}

.navbar-collapse {
  flex-grow: 0;
}

.nav-link-custom {
  color: #84092B !important;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  transition: color 0.3s ease;
}
.nav-link-custom:hover {
  color: #5a0620 !important;
}

.account-icon {
  width: 30px;
  height: 30px;
  background-color: #84092B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.account-icon:hover {
  background-color: #5a0620;
}
.account-icon i {
  color: white;
  font-size: 16px;
}

.navbar-toggler {
  border: 2px solid #84092B;
  color: #84092B;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 9, 43, 0.25);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2384092B' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer-rework {
  background-color: white;
  border-top: 2px solid #84092B;
  padding: 20px 0;
  margin-top: 0px;
}

.footer-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #84092B;
}
.footer-link i {
  margin-right: 8px;
  font-size: 16px;
}

.social-icons a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #84092B;
  color: white;
  text-align: center;
  line-height: 25px;
  margin: 0 5px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.social-icons a:hover {
  background-color: #5a0620;
  color: white;
}

.contact-info {
  color: #333;
  font-size: 14px;
}
.contact-info i {
  margin-right: 8px;
  color: #84092B;
}

.area-amministrativa {
  background-color: white;
  color: #84092B;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.area-amministrativa:hover {
  color: #5a0620;
}

.img-fluid {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide__pagination__page.is-active {
  background-color: #84092B !important;
}

.splide__pagination__page {
  background-color: #c67c7c !important;
}
.splide__pagination__page:hover {
  background-color: #84092B !important;
}

.splide__pagination.splide__pagination--ltr {
  bottom: -25px;
}

.splide__arrow:disabled {
  opacity: 0 !important;
}

#scopri-i-musei .splide__slide, #scopri-gli-eventi .splide__slide {
  background-color: white;
  transition: all 0.2s ease-in-out;
}
#scopri-i-musei .splide__slide:hover, #scopri-gli-eventi .splide__slide:hover {
  background-color: #eeeeee;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item a {
  color: #84092B;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-item.active {
  color: #84092B;
  font-weight: bold;
  padding-left: 0px !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

:root {
  --secondary-color: #f6f6f6;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --btn-bg-color: $main-color;
  --btn-text-color: #fff;
  --btn-border-color: $main-color;
  --btn-hover-bg-color: #a0133a;
  --btn-hover-text-color: #fff;
  --btn-hover-border-color: #a0133a;
  --card-bg-color: var(--secondary-color);
  --card-text-color: var(--dark-color);
  --body-bg-color: #fff;
  --body-text-color: var(--dark-color);
}

a {
  text-decoration: none;
  color: black;
}

.time-slot.selected,
.time-slot.active,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary.selected {
  background-color: #84092B !important;
  color: var(--btn-text-color) !important;
  border-color: #84092B !important;
  box-shadow: none !important;
}

.bottone-quantita-biglietti {
  width: 32px;
  height: 32px;
}

.orari {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.time-slot {
  flex: 0 1 auto;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: var(--secondary-color);
  color: var(--dark-color);
  border-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: bold;
}
.time-slot:hover {
  background-color: #84092B;
  color: var(--btn-text-color);
  border-color: #84092B;
  transition: all 0.3s ease-in-out;
}
.time-slot.selected {
  background-color: #84092B;
  color: var(--btn-text-color);
}

h6.text-muted {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.loading-spinner::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top-color: #84092B;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

#calendar {
  min-height: 500px;
}

.fc td {
  padding: 0.25rem;
}
.fc .fc-daygrid-day .fc-daygrid-day-frame {
  background-color: var(--secondary-color);
  color: var(--btn-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.fc .fc-daygrid-day.fc-day-other .fc-daygrid-day-frame {
  font-weight: normal;
}
.fc .fc-daygrid-day .fc-daygrid-day-frame:hover {
  background-color: #84092B;
  cursor: pointer;
}
.fc .fc-daygrid-day .fc-daygrid-day-frame:hover .fc-daygrid-day-top a {
  color: var(--btn-text-color);
}
.fc .fc-daygrid-day.selected .fc-daygrid-day-frame {
  background-color: #84092B;
  border-color: #84092B;
}
.fc .fc-daygrid-day.selected .fc-daygrid-day-frame .fc-daygrid-day-top a {
  color: var(--btn-text-color);
}
.fc.fc-day-today {
  background-color: inherit;
}
.fc .fc-daygrid-bg-harness .fc-highlight {
  background: none;
}

.fc-theme-standard td,
.fc-theme-standard th {
  border: none;
}
.fc-theme-standard .fc-scrollgrid {
  border: none;
}

.fc .fc-button-primary {
  background-color: transparent;
  color: black;
  border: none;
}
.fc .fc-button-primary:hover {
  background-color: #84092B;
}
.fc .fc-toolbar-title,
.fc .fc-col-header-cell a {
  text-transform: capitalize;
  color: black;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}

table .fc-col-header {
  margin-bottom: 0.5rem;
  border: 1px solid black;
}

#evento-select {
  border: none;
  text-decoration: underline;
  color: #84092B;
  font-size: 1.5rem;
}
#evento-select:focus {
  box-shadow: none;
  border-color: #84092B;
}
#evento-select option {
  color: var(--dark-color);
}
#evento-select option:checked {
  background-color: #84092B;
  color: var(--btn-text-color);
}
#evento-select option:hover {
  background-color: #84092B !important;
  color: var(--btn-text-color);
}
#evento-select .selected {
  background-color: #84092B !important;
  color: var(--btn-text-color) !important;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2384092B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.wpcf7-form.init input:focus {
  backgrounf-color: red;
}

.checkout.woocommerce-checkout {
  margin-top: 3rem;
}

#order_review table tbody td.product-total {
  white-space: nowrap !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: black !important;
}

#customer_login {
  margin-top: 1.5rem;
}

.woocommerce-form-login, .woocommerce-form-register {
  border: none !important;
  padding: 20px 0px !important;
}
.woocommerce-form-login button, .woocommerce-form-register button {
  padding: 12px 20px !important;
  border-radius: 4px !important;
}

.auth-form .form-group, #customer_login .form-group {
  margin-bottom: 1.5rem;
  position: relative;
}
.auth-form input[type=email], .auth-form input[type=password], .auth-form input[type=text], #customer_login input[type=email], #customer_login input[type=password], #customer_login input[type=text] {
  width: 100%;
  padding: 12px 0;
  font-size: 1rem;
  color: black;
  background: transparent;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
}
.auth-form input[type=email]:focus, .auth-form input[type=password]:focus, .auth-form input[type=text]:focus, #customer_login input[type=email]:focus, #customer_login input[type=password]:focus, #customer_login input[type=text]:focus {
  box-shadow: none !important;
  outline: none !important;
  background: #f5f5f5 !important;
}
.auth-form input[type=email]::-moz-placeholder, .auth-form input[type=password]::-moz-placeholder, .auth-form input[type=text]::-moz-placeholder, #customer_login input[type=email]::-moz-placeholder, #customer_login input[type=password]::-moz-placeholder, #customer_login input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.auth-form input[type=email]::placeholder, .auth-form input[type=password]::placeholder, .auth-form input[type=text]::placeholder, #customer_login input[type=email]::placeholder, #customer_login input[type=password]::placeholder, #customer_login input[type=text]::placeholder {
  color: #999;
  opacity: 1;
}
.auth-form .form-buttons, #customer_login .form-buttons {
  margin-top: 2rem;
}
.auth-form .form-buttons button, #customer_login .form-buttons button {
  width: 100%;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.auth-form .form-buttons button.btn-login, #customer_login .form-buttons button.btn-login {
  background-color: black;
  color: white;
}
.auth-form .form-buttons button.btn-login:hover, #customer_login .form-buttons button.btn-login:hover {
  background-color: #333;
  transition: all 0.2s ease;
}
.auth-form .form-buttons button.btn-register, #customer_login .form-buttons button.btn-register {
  background-color: transparent;
  color: black;
  border: 2px solid black;
}
.auth-form .form-buttons button.btn-register:hover, #customer_login .form-buttons button.btn-register:hover {
  background-color: #666;
  color: white;
  transition: all 0.2s ease;
  border: 2px solid #666;
}
.auth-form .form-buttons button.btn-register:hover img, #customer_login .form-buttons button.btn-register:hover img {
  filter: invert(1);
  transition: all 0.2s ease;
}
.auth-form .password-toggle, #customer_login .password-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
}
.auth-form .password-toggle:hover, #customer_login .password-toggle:hover {
  color: #84092B;
}

.auth-form-message {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.checkout.d-none {
  display: none !important;
}

.woocommerce-billing-fields #billing_custom_field_data, #gruppi-e-scuole #billing_custom_field_data, .woocommerce-MyAccount-content #billing_custom_field_data {
  background-color: var(--secondary-color);
}
.woocommerce-billing-fields input.form-control,
.woocommerce-billing-fields select.form-control,
.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=email],
.woocommerce-billing-fields input[type=tel],
.woocommerce-billing-fields input[type=number],
.woocommerce-billing-fields input[type=date],
.woocommerce-billing-fields input[type=password],
.woocommerce-billing-fields select, .woocommerce-billing-fields .select2-selection, #gruppi-e-scuole input.form-control,
#gruppi-e-scuole select.form-control,
#gruppi-e-scuole input[type=text],
#gruppi-e-scuole input[type=email],
#gruppi-e-scuole input[type=tel],
#gruppi-e-scuole input[type=number],
#gruppi-e-scuole input[type=date],
#gruppi-e-scuole input[type=password],
#gruppi-e-scuole select, #gruppi-e-scuole .select2-selection, .woocommerce-MyAccount-content input.form-control,
.woocommerce-MyAccount-content select.form-control,
.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=email],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content input[type=number],
.woocommerce-MyAccount-content input[type=date],
.woocommerce-MyAccount-content input[type=password],
.woocommerce-MyAccount-content select, .woocommerce-MyAccount-content .select2-selection {
  border: none !important;
  border-bottom: 2px solid black !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: black !important;
  font-size: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}
.woocommerce-billing-fields input.form-control:focus,
.woocommerce-billing-fields select.form-control:focus,
.woocommerce-billing-fields textarea.form-control:focus,
.woocommerce-billing-fields .select2-selection:focus,
.woocommerce-billing-fields input[type=text]:focus,
.woocommerce-billing-fields input[type=email]:focus,
.woocommerce-billing-fields input[type=tel]:focus,
.woocommerce-billing-fields input[type=number]:focus,
.woocommerce-billing-fields input[type=date]:focus,
.woocommerce-billing-fields select:focus,
.woocommerce-billing-fields textarea:focus, #gruppi-e-scuole input.form-control:focus,
#gruppi-e-scuole select.form-control:focus,
#gruppi-e-scuole textarea.form-control:focus,
#gruppi-e-scuole .select2-selection:focus,
#gruppi-e-scuole input[type=text]:focus,
#gruppi-e-scuole input[type=email]:focus,
#gruppi-e-scuole input[type=tel]:focus,
#gruppi-e-scuole input[type=number]:focus,
#gruppi-e-scuole input[type=date]:focus,
#gruppi-e-scuole select:focus,
#gruppi-e-scuole textarea:focus, .woocommerce-MyAccount-content input.form-control:focus,
.woocommerce-MyAccount-content select.form-control:focus,
.woocommerce-MyAccount-content textarea.form-control:focus,
.woocommerce-MyAccount-content .select2-selection:focus,
.woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-MyAccount-content input[type=number]:focus,
.woocommerce-MyAccount-content input[type=date]:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
  box-shadow: none !important;
  outline: none !important;
  background: #f5f5f5 !important;
}
.woocommerce-billing-fields input::-moz-placeholder, .woocommerce-billing-fields textarea::-moz-placeholder, #gruppi-e-scuole input::-moz-placeholder, #gruppi-e-scuole textarea::-moz-placeholder, .woocommerce-MyAccount-content input::-moz-placeholder, .woocommerce-MyAccount-content textarea::-moz-placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}
.woocommerce-billing-fields input::placeholder,
.woocommerce-billing-fields textarea::placeholder, #gruppi-e-scuole input::placeholder,
#gruppi-e-scuole textarea::placeholder, .woocommerce-MyAccount-content input::placeholder,
.woocommerce-MyAccount-content textarea::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}
.woocommerce-billing-fields select.form-control,
.woocommerce-billing-fields select, #gruppi-e-scuole select.form-control,
#gruppi-e-scuole select, .woocommerce-MyAccount-content select.form-control,
.woocommerce-MyAccount-content select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  padding-right: 2.5em !important;
}
.woocommerce-billing-fields textarea, #gruppi-e-scuole textarea, .woocommerce-MyAccount-content textarea {
  border: 1px solid #727272 !important;
  border-radius: 0.25rem !important;
  padding: 0.5rem !important;
}
.woocommerce-billing-fields textarea:focus, #gruppi-e-scuole textarea:focus, .woocommerce-MyAccount-content textarea:focus {
  border-color: #727272 !important;
}
.woocommerce-billing-fields #billing_postcode_field, .woocommerce-billing-fields #billing_state_field, #gruppi-e-scuole #billing_postcode_field, #gruppi-e-scuole #billing_state_field, .woocommerce-MyAccount-content #billing_postcode_field, .woocommerce-MyAccount-content #billing_state_field {
  float: left !important;
  width: 47% !important;
  clear: none !important;
}
.woocommerce-billing-fields #billing_city_field, .woocommerce-billing-fields #billing_phone_field, #gruppi-e-scuole #billing_city_field, #gruppi-e-scuole #billing_phone_field, .woocommerce-MyAccount-content #billing_city_field, .woocommerce-MyAccount-content #billing_phone_field {
  float: right !important;
  width: 47% !important;
  clear: none !important;
}

.woocommerce-checkout #payment {
  background-color: white !important;
}

.woocommerce table.shop_table {
  border: none !important;
}

.woocommerce-NoticeGroup {
  width: 100% !important;
}

.checkout-inline-error-message {
  color: red !important;
  font-size: 0.9rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.woocommerce .woocommerce-customer-details address {
  border: none !important;
  padding: 0 !important;
  line-height: 2 !important;
}

.woocommerce-customer-details--email, .woocommerce-customer-details--phone {
  padding-left: 0 !important;
  margin-bottom: 0px;
}
.woocommerce-customer-details--email::before, .woocommerce-customer-details--phone::before {
  content: none !important;
}

.woocommerce-form-login-toggle .woocommerce-info {
  border: 2px solid black;
  background-color: white;
}
.woocommerce-form-login-toggle .woocommerce-info::before {
  content: "";
}

.login-form-container-top {
  margin-top: 50px;
  margin-bottom: 10px;
}

.login-form-container-bottom {
  margin-top: 20px;
  margin-bottom: 42px;
}
.login-form-container-bottom .woocommerce-form-login {
  display: none;
  height: 0px;
  overflow: hidden;
}

.showlogin {
  color: #84092B !important;
  text-decoration: underline !important;
}
.showlogin:hover {
  color: #5a0620 !important;
}

.woocommerce-info {
  color: black !important;
  font-weight: 700;
}

.woocommerce-button.button, .woocommerce-button--next, .woocommerce-Button.button {
  color: black !important;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-right: 10px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.woocommerce-button.button:hover, .woocommerce-button--next:hover, .woocommerce-Button.button:hover {
  background-color: #84092B !important;
  color: white !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.woocommerce-button.woocommerce-button--next {
  margin-bottom: 30px !important;
}

.woocommerce-MyAccount-title {
  color: #84092B !important;
  font-size: 2rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}

.woocommerce-MyAccount-navigation .nav-tabs {
  background: #fff;
}
.woocommerce-MyAccount-navigation .nav-link {
  border-bottom: 2px solid #222 !important;
}
.woocommerce-MyAccount-navigation .nav-link.active, .woocommerce-MyAccount-navigation .nav-link:hover, .woocommerce-MyAccount-navigation .nav-link:focus {
  color: #84092B !important;
  text-decoration: none;
  background: #fbfbfb !important;
}
.woocommerce-MyAccount-navigation .nav-link span {
  font-size: 1rem;
  font-weight: normal;
}

p:has(> mark.order-number) {
  margin: 30px 0;
  text-decoration: underline;
}

.select2-dropdown {
  border: 1px solid #aaa !important;
}

#select2-billing_country-container, #select2-billing_state-container {
  padding-left: 0px !important;
}/*# sourceMappingURL=style-rework.css.map */