/* Minification failed. Returning unminified contents.
(1385,35): run-time error CSS1019: Unexpected token, found ' '
(1385,35): run-time error CSS1019: Unexpected token, found ' '
(1385,35): run-time error CSS1042: Expected function, found ' '
(1385,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1858,35): run-time error CSS1019: Unexpected token, found ' '
(1858,35): run-time error CSS1019: Unexpected token, found ' '
(1858,35): run-time error CSS1042: Expected function, found ' '
(1858,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
@charset "UTF-8";
/*Giallo*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/*semplice animazione fade*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/* Visibilità select per tablist */
/*Aperture dei menu in mobile*/
/*larghezza drowdown-menu*/
/*freccia del dropdownmenu quando è in desk */
/*titoli generali del sito*/
/*dimensioni del container*/
.line-loader-container {
  gap: 8px;
  width: 100%;
}
.line-loader-container .lineLoader {
  background: rgb(217, 217, 217);
  background: linear-gradient(90deg, rgb(217, 217, 217) 0%, rgba(255, 255, 255, 0) 100%);
  animation: blinking 0.5s infinite alternate;
  margin: 4px;
  width: 100%;
  height: 30px;
}
.line-loader-container .lineSpace {
  width: 10px;
}

@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#page-content {
  padding: 0px 0 0 0;
}

.header-fixed, .header-fixed.resized {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}

/*azzeramenti bootstrap*/
.form-group.col-12 {
  padding: 0 !important;
}

.col-12.my-4 {
  margin: 0 !important;
  padding: 0 !important;
}

/*PROPRIETA' GLOBALI RIUTILIZZABILI*/
/*questa proprietà gestisce il campo info per tutte le tipologie dentro il dettaglio nuovo per riscrivere la larghezza delle colonne*/
#fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
#fields .box-title {
  width: 100% !important;
}
#fields .w_33.alert, #fields .w_40.alert, #fields .w_50.alert, #fields .w_60.alert, #fields .w_70.alert, #fields .w_80.alert, #fields .w_90.alert, #fields .w_100 {
  border-radius: 10px;
}
#fields .w_33.alert .field-title, #fields .w_40.alert .field-title, #fields .w_50.alert .field-title, #fields .w_60.alert .field-title, #fields .w_70.alert .field-title, #fields .w_80.alert .field-title, #fields .w_90.alert .field-title, #fields .w_100 .field-title {
  color: inherit !important;
  margin: 0px 0 1rem 0 !important;
}
#fields .alert-info {
  background-color: #e9f6f8 !important;
}
#fields .alert-info .field-title, #fields .alert-info .field-content {
  color: #000000 !important;
}
#fields .alert-warning {
  background-color: #FCF3E7 !important;
}
#fields .alert-warning .field-title, #fields .alert-warning .field-content {
  color: #000000 !important;
}
#fields .w-100 {
  width: 100% !important;
  border-radius: 0px;
  padding: 0;
}
#fields .w_100 {
  width: 100%;
  margin: 1.5rem 0% 0 0 !important;
  padding: 1rem !important;
}
#fields .w_100:last-child {
  margin: 0 0 0 0%;
}
@media (max-width: 768px) {
  #fields .w_100 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_33 {
  width: 32%;
  margin: 1.5rem 0.5% 0 0 !important;
  padding: 1rem !important;
}
#fields .w_33:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 992px) {
  #fields .w_33 {
    width: 100%;
    margin: 1.5rem 0 0 0 !important;
  }
}
@media (max-width: 768px) {
  #fields .w_33 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_40 {
  width: 39%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_40:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_40 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_50 {
  width: 49%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_50:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_50 {
    width: 100%;
  }
}
#fields .w_60 {
  width: 59%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_60 .field-title {
  color: inherit;
}
#fields .w_60:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_60 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_70 {
  width: 69%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_70:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_70 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_80 {
  width: 79%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_80 .field-title {
  color: inherit;
}
#fields .w_80:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_80 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}
#fields .w_90 {
  width: 89%;
  margin: 1.5rem 0.5% 0 0 !important;
}
#fields .w_90 .field-title {
  color: inherit;
}
#fields .w_90:last-child {
  margin: 0 0 0 0.5%;
}
@media (max-width: 768px) {
  #fields .w_90 {
    width: 100%;
    margin: 1.5rem 0% 0 0 !important;
  }
}

.box-title {
  font-size: 2rem;
  font-weight: 600;
  font-weight: 400;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .box-title span {
    display: block;
  }
  .box-title i {
    display: none;
  }
}
@media (max-width: 768px) {
  .box-title span {
    display: inline-block;
  }
  .box-title i {
    display: inline-block;
  }
}
.box-title i {
  margin: 0 0.5rem 0 0;
  color: #F5CB4E;
}

.sub-header {
  background: none !important;
}
.sub-header .container {
  max-width: 85vw !important;
  flex: 0 0 85vw;
  padding: 0;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 2560px) {
  .sub-header .container {
    max-width: 55vw !important;
    flex: 0 0 55vw;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 2048px) {
  .sub-header .container {
    max-width: 65vw !important;
    flex: 0 0 65vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .sub-header .container {
    max-width: 95vw !important;
    flex: 0 0 95vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .sub-header .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .sub-header .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .sub-header .container {
    max-width: 80vw !important;
    flex: 0 0 80vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 580px) {
  .sub-header .container {
    max-width: 94vw !important;
    margin: auto;
  }
}
.sub-header h1 {
  margin: 0 0 5px 0;
  font-size: 30px !important;
}
@media (max-width: 580px) {
  .sub-header h1 {
    font-size: 1.5em;
    margin: 0 0 5px 0;
  }
}
.staysnew .sub-header, .transfersnew .sub-header, .flightsnew .sub-header {
  margin: 0 0 2rem 0;
  width: 100%;
}
.staysnew .sub-header h1, .transfersnew .sub-header h1, .flightsnew .sub-header h1 {
  font-size: 30px !important;
}
@media (max-width: 580px) {
  .staysnew .sub-header h1, .transfersnew .sub-header h1, .flightsnew .sub-header h1 {
    font-size: 1.5em;
  }
}
.staysnew .sub-header h3, .transfersnew .sub-header h3, .flightsnew .sub-header h3 {
  margin: initial;
}

.content-menu {
  background-color: #ffffff;
  line-height: 2.5rem;
  z-index: 100;
  width: 100%;
  top: 0;
  position: fixed !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px;
  transform: translateY(-100%);
  transition: transform 0.25s ease 0s;
  padding-left: max(0rem, env(safe-area-inset-left, 0rem));
  padding-right: max(0rem, env(safe-area-inset-right, 0rem));
}
.content-menu .nav-container {
  max-width: 85vw !important;
  flex: 0 0 85vw;
  padding: 0;
  margin: auto;
  margin: auto;
}
@media (min-width: 2560px) {
  .content-menu .nav-container {
    max-width: 55vw !important;
    flex: 0 0 55vw;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 2048px) {
  .content-menu .nav-container {
    max-width: 65vw !important;
    flex: 0 0 65vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .content-menu .nav-container {
    max-width: 95vw !important;
    flex: 0 0 95vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .content-menu .nav-container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .content-menu .nav-container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .content-menu .nav-container {
    max-width: 80vw !important;
    flex: 0 0 80vw;
    padding: 0;
    margin: auto;
  }
}
.content-menu .nav {
  justify-content: start !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .content-menu .nav {
    justify-content: start !important;
  }
}
.content-menu a {
  color: #000000;
}
.content-menu i {
  font-size: 1.5rem;
}
@media (max-width: 570px) {
  .content-menu i {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .content-menu i {
    display: inline-block;
  }
  .content-menu span {
    display: none;
  }
}
@media (min-width: 768px) {
  .content-menu i {
    display: none;
  }
  .content-menu span {
    display: inline-block;
  }
}

.content-menu.scrolled {
  transform: translateY(0);
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}
.content-menu.scrolled .nav-link.active i {
  color: #F5CB4E;
}
.content-menu.scrolled .nav-link.active span {
  color: #F5CB4E;
}
@media (max-width: 580px) {
  .content-menu.scrolled {
    position: fixed;
    top: 0;
  }
}

@media (max-width: 580px) {
  .content-menu.scrolled .nav-item {
    width: 50%;
    padding: 0;
    line-height: 1;
  }
}
.staysnew {
  /*è stato nascosto volutamente*/
}
.staysnew [dg-role=summarybox-aves-offer-icons] div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  width: max-content;
  display: none;
}
.staysnew [dg-role=summarybox-aves-offer-icons] img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  object-fit: contain;
}
.staysnew .detail-container-webbooking-avesicons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.staysnew .detail-container-webbooking-avesicons img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  object-fit: cover;
}
.staysnew .detail-container-webbooking-avesicons span {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.staysnew #fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.staysnew #fields .box-title {
  width: 100% !important;
}
.staysnew #fields .w-100 {
  width: 100% !important;
}
.staysnew [dg-role=control-quantity] {
  width: 100%;
}
.staysnew .box-title {
  font-size: 28px;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.staysnew .box-sub-title {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
}
.staysnew .box-sub-title .product-room-title {
  margin: 0 0.5rem 0 0;
}
.staysnew .box-sub-title .product-room-pax {
  font-size: 1rem;
}
.staysnew .product-room {
  display: flex;
  flex-wrap: wrap;
}
.staysnew .product-room .accomodation {
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1rem 0.8rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.staysnew .product-room .accomodation .riga {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.staysnew .product-room .accomodation .carousel {
  width: 300px;
  background-color: #cccccc;
  min-height: 230px;
  height: 100%;
  margin: 0 10px 0 0;
  border-radius: 15px;
  overflow: hidden;
}
.staysnew .product-room .accomodation .carousel .carousel-item img {
  width: 100% !important;
  height: 100% !important;
  min-height: 230px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .carousel {
    width: 100%;
    margin: 0;
    height: 230px;
  }
}
@media (max-width: 650px) {
  .staysnew .product-room .accomodation .carousel {
    min-height: 200px;
    height: 230px;
  }
}
.staysnew .product-room .accomodation .accomodation-class {
  width: 60%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .accomodation-class {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.staysnew .product-room .accomodation .price-container {
  width: 11%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .price-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 0 1.25rem;
  }
}
.staysnew .product-room .accomodation .price-container .accomodation-price-availability {
  display: flex;
  align-items: center;
}
.staysnew .product-room .accomodation .price-container .accomodation-price-availability .accomodation-price {
  font-size: 1.5rem;
  font-weight: 600;
}
.staysnew .product-room .accomodation .price-container .accomodation-price-availability .accomodation-availability {
  margin: 0 0 0 5px;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .price-container .accomodation-price-availability .accomodation-availability {
    margin: 0 auto 0 5px;
  }
}
.staysnew .product-room .accomodation .form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .form-check {
    align-items: start;
  }
}
.staysnew .product-room .accomodation .form-check input[type=radio] {
  margin-top: initial !important;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .form-check input[type=radio] {
    margin-top: 0.5rem !important;
  }
}
.staysnew .product-room .accomodation .accomodation-title {
  font-size: 1rem;
  font-weight: 600;
}
.staysnew .product-room .accomodation .accomodation-title span {
  margin: 0 0 0 5px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .accomodation-title span {
    display: block;
    margin: 0;
  }
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list {
  padding-left: 1.25rem;
  margin: 0.3rem 0;
  width: max-content;
  position: relative;
  z-index: 2;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .SupplementsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .ReductionsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .form-check, .staysnew .product-room .accomodation .accomodation-suppl-redux-list .form-check-label {
  width: max-content;
  margin: 0 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .form-check-label {
  padding: 0 1.25rem 0 0;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .form-check-label span {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .form-check-input {
  margin-top: initial !important;
}
.staysnew .product-room .accomodation .accomodation-suppl-redux-list .accomodation-suppl, .staysnew .product-room .accomodation .accomodation-suppl-redux-list .accomodation-redux {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
}
.staysnew .product-room .accomodation .accomodation-info {
  margin: 1rem 1.25rem 0rem 1.25rem;
  margin-top: auto;
}
.staysnew .product-room .accomodation .accomodation-info .accomodation-description {
  font-size: 0.8rem;
  font-weight: 400;
  text-align: justify;
  color: #666666;
  line-height: 1.2;
  margin: 0 0 1rem 0;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container .item-facility {
  margin: 0.3rem 0.3rem 0 0;
  border: 1px solid #F5CB4E;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  display: flex;
  align-items: center;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container i {
  margin: 0 5px 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #F5CB4E;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container .facility-title {
  font-size: 0.8rem;
  font-weight: 400;
  color: #666666;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container .item-facility:hover {
  background-color: #F5CB4E;
  border: 1px solid #F5CB4E;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container .item-facility:hover i {
  color: #ffffff;
}
.staysnew .product-room .accomodation .accomodation-info .sub-facility-items-container .item-facility:hover span {
  color: #ffffff;
}
.staysnew .product-room .accomodation .accomodation-occupation {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  width: 100%;
}
.staysnew .product-room .accomodation .accomodation-penality-text {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
  width: 100%;
}
.staysnew .product-room .accomodation .detail-container-webbooking-avesicons, .staysnew .product-room .accomodation .accomodation-occupation, .staysnew .product-room .accomodation .accomodation-penalities {
  margin-left: 1.25rem;
}
.staysnew .product-room .accomodation .btn.accomodation-select {
  background-color: #ffffff;
  border: 2px solid #F5CB4E;
  margin-top: auto;
  display: block;
  width: 100%;
  /*ho messo questo before per rendere cliccabile tutto il box 
      e non solo il bottone
      la position relative è gestita in + posti con z-index
  */
}
.staysnew .product-room .accomodation .btn.accomodation-select:hover {
  background-color: #F5CB4E;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .btn.accomodation-select {
    margin: 1rem 0 0 0;
  }
}
.staysnew .product-room .accomodation .btn.accomodation-select:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: red;
  width: calc(100% - 320px);
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation .btn.accomodation-select:before {
    width: calc(100% - 0px);
    height: 63%;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .staysnew .product-room .accomodation {
    width: 48%;
    margin: 0 2% 2rem 0;
  }
}
@media (max-width: 650px) {
  .staysnew .product-room .accomodation {
    width: 100%;
    margin: 0 0% 2rem 0;
  }
}
.staysnew .product-room .accomodation.selected {
  background-color: #fdf8ea;
  border: 2px solid #F5CB4E;
}
.staysnew .product-room .accomodation.selected .btn.accomodation-select {
  background-color: #ffffff;
  color: #F5CB4E;
  border: 2px #F5CB4E;
  visibility: hidden;
}
.staysnew .product-room .accomodation.selected .btn.accomodation-select:before {
  content: "selezionato";
  background-color: red;
}
.staysnew .map-container.box-section {
  width: 49%;
  margin: 2rem 0.5% 0 0;
  float: left;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 570px) {
  .staysnew .map-container.box-section {
    width: 100%;
    margin: 2rem 0 1rem 0;
    float: none;
  }
}
.staysnew .box-info {
  width: 49%;
  margin: 2rem 0 0 0.5%;
  border: 1px solid #F5CB4E;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 0 0 0 2rem;
}
@media (max-width: 570px) {
  .staysnew .box-info {
    width: 100%;
    margin: 1rem 0 0 0;
    padding: 2rem;
  }
}
.staysnew .box-info .info-box span {
  display: block;
}
.staysnew [dg-role=add-cart-btn] {
  display: none;
}

/*legenda*/
.legend {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0 auto 2% auto;
}
.legend div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .legend div {
    margin: 5px 0;
    width: 33%;
  }
}
@media (max-width: 450px) {
  .legend div {
    margin: 5px 0;
    width: 50%;
  }
}
.legend .text {
  font-weight: 600;
  width: 100%;
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 16px;
  color: #000000;
}
.legend span {
  min-width: 20px;
  margin: 0 5px 0 0;
}
.legend p {
  color: #666666;
}
.legend .confirmed {
  border: 1px solid green;
  background-color: #d4edda;
}
.legend .quotation {
  border: 1px solid goldenrod;
  background-color: #fff3cd;
  background: rgb(255, 243, 205);
  background: linear-gradient(180deg, rgb(255, 243, 205) 100%, rgba(9, 9, 121, 0) 0%);
}
.legend .optioned {
  background-color: #FBF1E9;
  border: 1px solid #CD6000;
}
.legend .nullified {
  background-color: #F8E9FB;
  border: 1px solid #763C73;
}
.legend .work_in_progress {
  border: 1px solid #32b5d6;
  background-color: #e9f7fb;
}

/*sviluppato per c-way lista biglietti con selet*/
.tickets-list {
  /*loglie la riga tra un servizio e l'altro*/
}
.tickets-list .accomodation {
  border-top: 0 !important;
}
.tickets-list .select-hour {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
}
.tickets-list .select-hour label {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 5px 0;
  color: #000000;
}
.tickets-list .select-hour select {
  margin: 0 0 10px 0;
  border: 1px solid #F5CB4E !important;
  border-radius: 0 !important;
}
.tickets-list .riga {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 5px 0 10px 0;
}
@media (max-width: 570px) {
  .tickets-list .riga {
    border-bottom: 1px solid #ccc;
  }
}
.tickets-list .riga .cancellationPenalties {
  order: 3;
  width: 100%;
}
.tickets-list .riga .col_service {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 70%;
}
.tickets-list .riga .col_service span {
  width: max-content;
  margin-right: 5px;
  width: 15px;
}
.tickets-list .riga .col_service label {
  width: max-content;
  width: 94%;
}
@media (max-width: 570px) {
  .tickets-list .riga .col_service {
    width: 100%;
    margin: 1% 0 2% 0;
  }
}
.tickets-list .riga .qta {
  display: flex;
  width: 70px;
  border: 1px solid #ccc;
  border-radius: 0px;
  overflow: hidden;
  margin-right: auto;
  font-size: small;
}
@media (max-width: 570px) {
  .tickets-list .riga .qta {
    margin-right: auto !important;
    width: 70px;
    margin: 0 2% 2% 0;
  }
}
.tickets-list .riga .qta span {
  background-color: #E5ECEB;
  cursor: pointer;
  width: 50%;
  color: #F5CB4E;
  display: block;
  text-align: center;
}
.tickets-list .riga .qta span i {
  font-size: 14px !important;
  line-height: 14px;
}
.tickets-list .riga .qta input {
  text-align: center;
  width: 50%;
  border: 0px !important;
}
.tickets-list .riga .predefined-qty {
  width: 70px;
  margin-right: auto;
}
.tickets-list .riga .price {
  min-width: 7%;
  width: max-content;
}
@media (max-width: 570px) {
  .tickets-list .riga .price {
    text-align: right;
  }
}
.tickets-list .riga .price .accomodation-price.option-price {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  font-size: 1rem;
}
.tickets-list [dg-role=add-cart-btn] {
  background-color: #F5CB4E;
  width: max-content;
  margin: auto;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.tickets-list [dg-role=add-cart-btn] i {
  font-size: 16px;
  margin: 0 5px 0 0;
}

.flightsnew {
  /*è stato nascosto volutamente*/
  /*voli itinerario*/
}
.flightsnew [dg-role=summarybox-aves-offer-icons] div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  width: max-content;
  display: none;
}
.flightsnew [dg-role=summarybox-aves-offer-icons] img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  object-fit: contain;
}
.flightsnew .detail-container-webbooking-avesicons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.flightsnew .detail-container-webbooking-avesicons img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  object-fit: cover;
}
.flightsnew .detail-container-webbooking-avesicons span {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.flightsnew #fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flightsnew #fields .box-title {
  width: 100% !important;
}
.flightsnew #fields .w-100 {
  width: 100% !important;
}
.flightsnew [dg-role=control-quantity] {
  width: 100%;
}
.flightsnew .box-title {
  font-size: 28px;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.flightsnew .box-sub-title {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
}
.flightsnew .box-sub-title .product-room-title {
  margin: 0 0.5rem 0 0;
}
.flightsnew .box-sub-title .product-room-pax {
  font-size: 1rem;
}
.flightsnew .product-room {
  display: flex;
  flex-wrap: wrap;
}
.flightsnew .fly-box {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1rem 0.8rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 650px) {
  .flightsnew .fly-box {
    width: 100%;
    margin: 0 0% 2rem 0;
  }
}
.flightsnew .fly-box.selected {
  background-color: #fdf8ea;
  border: 2px solid #F5CB4E;
}
.flightsnew .fly-box.selected .btn.fly-select {
  background-color: #ffffff;
  color: #F5CB4E;
  border: 2px #F5CB4E;
  visibility: hidden;
}
.flightsnew .fly-box.selected .btn.fly-select:before {
  content: "selezionato";
  background-color: red;
}
.flightsnew .product {
  width: 88%;
  margin: 0;
}
@media (min-width: 1920px) {
  .flightsnew .product {
    width: 78%;
    margin-right: auto;
  }
}
@media (max-width: 992px) {
  .flightsnew .product {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.flightsnew .product .form-check, .flightsnew .product .form-check-input, .flightsnew .product .form-check-label {
  z-index: 2;
  cursor: pointer;
}
.flightsnew .product .form-check-label {
  display: block;
}
.flightsnew .accomodation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flightsnew .price-container {
  width: 12%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 992px) {
  .flightsnew .price-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 0 0rem;
  }
}
@media (max-width: 570px) {
  .flightsnew .price-container {
    flex-direction: column;
  }
}
.flightsnew .price-container .fly-price-availability {
  display: flex;
  align-items: center;
}
.flightsnew .price-container .fly-price-availability .accomodation-price {
  font-size: 1.5rem;
  font-weight: 600;
}
.flightsnew .price-container .fly-price-availability .fly-availability {
  margin: 0 0 0 5px;
}
@media (max-width: 992px) {
  .flightsnew .price-container .fly-price-availability .fly-availability {
    margin: 0 auto 0 5px;
  }
}
.flightsnew .fly-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.flightsnew .fly-title span {
  margin: 0 0 0 5px;
  color: #F5CB4E;
  font-weight: 500;
}
@media (max-width: 992px) {
  .flightsnew .fly-title span {
    display: block;
    margin: 0;
  }
}
.flightsnew .supplreduxe-container {
  padding-left: 1.25rem;
  margin: 0.3rem 0;
  width: max-content;
  position: relative;
  z-index: 2;
}
.flightsnew .supplreduxe-container .SupplementsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.flightsnew .supplreduxe-container .ReductionsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.flightsnew .supplreduxe-container .form-check, .flightsnew .supplreduxe-container .form-check-label {
  width: max-content;
  margin: 0 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}
.flightsnew .supplreduxe-container .form-check-label {
  padding: 0 1.25rem 0 0;
}
.flightsnew .supplreduxe-container .form-check-label span {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.flightsnew .supplreduxe-container .form-check-input {
  margin-top: initial !important;
}
.flightsnew .supplreduxe-container .fly-suppl, .flightsnew .supplreduxe-container .fly-redux {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
}
.flightsnew .fly-suppl-redux-list {
  padding: 0 0 0 1.25rem;
}
.flightsnew .fly-occupation {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  width: 100%;
  padding-left: 20px;
}
.flightsnew .fly-penality-text {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
}
.flightsnew .btn.fly-select {
  background-color: #ffffff;
  border: 2px solid #F5CB4E;
  color: #F5CB4E;
  margin-top: auto;
  display: block;
  width: 100%;
  /*ho messo questo before per rendere cliccabile tutto il box 
              e non solo il bottone
              la position relative è gestita in + posti con z-index
          */
}
.flightsnew .btn.fly-select:hover {
  background-color: #F5CB4E;
  color: #ffffff;
}
@media (max-width: 992px) {
  .flightsnew .btn.fly-select {
    margin: 0 0 0 0;
    width: max-content;
  }
}
@media (max-width: 360px) {
  .flightsnew .btn.fly-select {
    margin: 1rem 0 0 0;
    width: 100%;
    display: block;
  }
}
.flightsnew .btn.fly-select:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: red;
  width: calc(200% - 320px);
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 992px) {
  .flightsnew .btn.fly-select:before {
    width: calc(100% - 0px);
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
.flightsnew .language-section .title {
  margin: 0rem 0 1.5rem 0;
  font-size: 28px;
}
.flightsnew .language-section .description {
  color: #565656;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
.flightsnew .language-section label {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
}
.flightsnew .language-section .form-group-row {
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flightsnew .language-section .form-group {
  width: 49%;
}
@media (max-width: 570px) {
  .flightsnew .language-section .form-group {
    width: 100%;
  }
}
.flightsnew [dg-role=add-cart-btn] {
  display: none;
}
.flightsnew .BoxFlyRoute {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 0;
}
.flightsnew .BoxFlyRoute .company {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #F5CB4E;
  overflow: hidden;
}
.flightsnew .BoxFlyRoute .company img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .company {
    margin: 0 auto 0.5rem auto;
  }
}
.flightsnew .BoxFlyRoute .itinerary {
  width: calc(100% - 38px - 12%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  align-content: center;
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .itinerary {
    width: 100%;
    padding: 0;
    margin: 1rem 0;
  }
}
@media (min-width: 1280px) {
  .flightsnew .BoxFlyRoute .itinerary {
    width: calc(90% - 90px);
    margin: 0 auto;
  }
}
.flightsnew .BoxFlyRoute .FlyDuration {
  text-align: center;
  flex: 1;
  max-width: 180px;
}
@media (min-width: 1440px) {
  .flightsnew .BoxFlyRoute .FlyDuration {
    min-width: 250px;
    flex: 1;
  }
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .FlyDuration {
    margin: 2rem auto;
  }
}
@media (max-width: 360px) {
  .flightsnew .BoxFlyRoute .FlyDuration {
    min-width: 100%;
    text-align: left;
    margin: 1rem 0;
  }
}
.flightsnew .BoxFlyRoute .goingto .Duration {
  position: relative;
  width: 100%;
  margin: auto;
  line-height: 2rem;
}
.flightsnew .BoxFlyRoute .goingto .Duration:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 93%;
  height: 2px;
  background-color: #cccccc;
}
.flightsnew .BoxFlyRoute .goingto .Duration:after {
  content: "\f072";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: -16px;
  right: 0;
  color: #cccccc;
}
.flightsnew .BoxFlyRoute .comeback .Duration {
  position: relative;
  line-height: 2rem;
}
.flightsnew .BoxFlyRoute .comeback .Duration:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 93%;
  height: 2px;
  background-color: #cccccc;
}
.flightsnew .BoxFlyRoute .comeback .Duration:after {
  content: "\f072";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 600;
  position: absolute;
  bottom: -16px;
  left: 0;
  color: #cccccc;
  transform: scaleX(-1);
}
.flightsnew .BoxFlyRoute .AirportName, .flightsnew .BoxFlyRoute .Stopovers, .flightsnew .BoxFlyRoute .FlyDateDeparture, .flightsnew .BoxFlyRoute .FlyDateArrival, .flightsnew .BoxFlyRoute .bold {
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .AirportName, .flightsnew .BoxFlyRoute .Stopovers, .flightsnew .BoxFlyRoute .FlyDateDeparture, .flightsnew .BoxFlyRoute .FlyDateArrival, .flightsnew .BoxFlyRoute .bold {
    font-size: 0.8rem;
    font-weight: 400;
    font-weight: 600;
  }
}
.flightsnew .BoxFlyRoute .Airport, .flightsnew .BoxFlyRoute .AirportName {
  display: inline-block;
  width: max-content;
}
.flightsnew .BoxFlyRoute .Stopovers {
  color: forestgreen;
}
.flightsnew .BoxFlyRoute .baggage i {
  margin: 0 5px 0 0;
}
.flightsnew .BoxFlyRoute .Departure {
  xwidth: 33%;
  position: relative;
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .Departure {
    width: 100%;
    text-align: center;
  }
}
.flightsnew .BoxFlyRoute .Return {
  xwidth: 33%;
  text-align: right;
  position: relative;
}
@media (max-width: 570px) {
  .flightsnew .BoxFlyRoute .Return {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 360px) {
  .flightsnew .BoxFlyRoute .Return {
    text-align: left;
  }
}

.transfersnew {
  /*è stato nascosto volutamente*/
}
.transfersnew [dg-role=summarybox-aves-offer-icons] div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  width: max-content;
  display: none;
}
.transfersnew [dg-role=summarybox-aves-offer-icons] img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  object-fit: contain;
}
.transfersnew .detail-container-webbooking-avesicons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.transfersnew .detail-container-webbooking-avesicons img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  object-fit: cover;
}
.transfersnew .detail-container-webbooking-avesicons span {
  font-size: 13px;
  margin: 0 0 0 5px;
}
.transfersnew #fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.transfersnew #fields .box-title {
  width: 100% !important;
}
.transfersnew #fields .w-100 {
  width: 100% !important;
}
.transfersnew [dg-role=control-quantity] {
  width: 100%;
}
.transfersnew .box-title {
  font-size: 28px;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.transfersnew .box-sub-title {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  width: 100%;
}
.transfersnew .box-sub-title .product-room-title {
  margin: 0 0.5rem 0 0;
}
.transfersnew .box-sub-title .product-room-pax {
  font-size: 1rem;
}
.transfersnew .product-room {
  display: flex;
  flex-wrap: wrap;
}
.transfersnew .transfer-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin: 0 0 1rem 0;
  padding: 1rem 1rem 1rem 0.8rem;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .transfersnew .transfer-box {
    width: 48%;
    margin: 0 2% 2rem 0;
  }
}
@media (max-width: 650px) {
  .transfersnew .transfer-box {
    width: 100%;
    margin: 0 0% 2rem 0;
  }
}
.transfersnew .transfer-box.selected {
  background-color: #fdf8ea;
  border: 2px solid #F5CB4E;
}
.transfersnew .transfer-box.selected .btn.transfer-select {
  background-color: #ffffff;
  color: #F5CB4E;
  border: 2px #F5CB4E;
  visibility: hidden;
}
.transfersnew .transfer-box.selected .btn.transfer-select:before {
  content: "selezionato";
  background-color: red;
}
.transfersnew .product {
  width: 89%;
}
@media (max-width: 1200px) {
  .transfersnew .product {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.transfersnew .product .form-check, .transfersnew .product .form-check-input, .transfersnew .product .form-check-label {
  z-index: 2;
  cursor: pointer;
}
.transfersnew .product .form-check-label {
  display: block;
}
.transfersnew .price-container {
  width: 11%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1200px) {
  .transfersnew .price-container {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto 0 1.25rem;
  }
}
.transfersnew .price-container .transfer-price-availability {
  display: flex;
  align-items: center;
}
.transfersnew .price-container .transfer-price-availability .accomodation-price {
  font-size: 1.5rem;
  font-weight: 600;
}
.transfersnew .price-container .transfer-price-availability .transfer-availability {
  margin: 0 0 0 5px;
}
@media (max-width: 1200px) {
  .transfersnew .price-container .transfer-price-availability .transfer-availability {
    margin: 0 auto 0 5px;
  }
}
.transfersnew .transfer-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.transfersnew .transfer-title span {
  margin: 0 0 0 5px;
  color: #F5CB4E;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .transfersnew .transfer-title span {
    display: block;
    margin: 0;
  }
}
.transfersnew .supplreduxe-container {
  padding-left: 1.25rem;
  margin: 0.3rem 0;
  width: max-content;
  position: relative;
  z-index: 2;
}
.transfersnew .supplreduxe-container .SupplementsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.transfersnew .supplreduxe-container .ReductionsSectionTitle {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
}
.transfersnew .supplreduxe-container .form-check, .transfersnew .supplreduxe-container .form-check-label {
  width: max-content;
  margin: 0 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: pointer;
}
.transfersnew .supplreduxe-container .form-check-label {
  padding: 0 1.25rem 0 0;
}
.transfersnew .supplreduxe-container .form-check-label span {
  font-size: 0.8rem;
  font-weight: 400;
  margin: 0 0 0 5px;
}
.transfersnew .supplreduxe-container .form-check-input {
  margin-top: initial !important;
}
.transfersnew .supplreduxe-container .accomodation-suppl, .transfersnew .supplreduxe-container .accomodation-redux {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  display: flex;
  align-items: center;
}
.transfersnew .transfer-occupation {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 500;
  color: #666666;
  width: 100%;
  padding-left: 20px;
}
.transfersnew .transfer-penality-text {
  font-size: 0.8rem;
  font-weight: 400;
  font-weight: 600;
  width: 100%;
  padding-left: 20px;
}
.transfersnew .btn.transfer-select {
  background-color: #ffffff;
  border: 2px solid #F5CB4E;
  color: #F5CB4E;
  margin-top: auto;
  display: block;
  width: 100%;
  /*ho messo questo before per rendere cliccabile tutto il box 
              e non solo il bottone
              la position relative è gestita in + posti con z-index
          */
}
.transfersnew .btn.transfer-select:hover {
  background-color: #F5CB4E;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .transfersnew .btn.transfer-select {
    margin: 1rem 0 0 0;
  }
}
.transfersnew .btn.transfer-select:before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: red;
  width: calc(200% - 320px);
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
}
@media (max-width: 1200px) {
  .transfersnew .btn.transfer-select:before {
    width: calc(100% - 0px);
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
.transfersnew .language-section .title {
  margin: 0rem 0 1.5rem 0;
  font-size: 28px;
}
.transfersnew .language-section .description {
  color: #565656;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.125rem);
}
.transfersnew .language-section label {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 400;
}
.transfersnew .language-section .form-group-row {
  margin: 0 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.transfersnew .language-section .form-group {
  width: 49%;
}
@media (max-width: 570px) {
  .transfersnew .language-section .form-group {
    width: 100%;
  }
}
.transfersnew [dg-role=add-cart-btn] {
  display: none;
}

#accommodations-list {
  width: 100%;
}

.sub-service {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 570px) {
  .sub-service {
    align-items: baseline;
    line-height: 2em;
    width: 100%;
    padding: 5px 0;
  }
}
.sub-service .form-check-label {
  line-height: 1.2em;
  margin: 0 0 0 5px;
  width: 100%;
}

/* Nuova visualizzazione tour activity con accorpamento dati come lo start time */
.language-section-with-start-time {
  display: flex;
}
.language-section-with-start-time .container-option {
  padding: 0% 0.5%;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .language-section-with-start-time .container-option {
    flex-wrap: wrap;
  }
}
.language-section-with-start-time .title-section {
  display: flex;
  flex-basis: 20%;
}
.language-section-with-start-time .title-section .field-title {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .language-section-with-start-time .title-section .field-title {
    line-height: 2rem;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .language-section-with-start-time .title-section {
    flex-basis: 100%;
    justify-content: center;
  }
}
.language-section-with-start-time .startTime-section {
  display: flex;
  flex-basis: 55%;
  padding: 0.5% 0%;
  border-right: 1px solid #cccccc;
}
@media (max-width: 1180px) {
  .language-section-with-start-time .startTime-section {
    flex-wrap: wrap;
    flex-basis: 47%;
  }
}
@media (max-width: 991.98px) {
  .language-section-with-start-time .startTime-section {
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: center;
    border-right: 0;
    border-bottom: 1px solid #cccccc;
  }
}
.language-section-with-start-time .startTime-section [dg-role=language-radio][checked] {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  font-size: small;
}
.language-section-with-start-time .startTime-section [dg-role=language-radio][checked] .form-check-label {
  font-weight: 700;
}
.language-section-with-start-time .startTime-section [dg-role=language-radio] {
  font-size: 13px !important;
}
.language-section-with-start-time .container-option.selected {
  line-height: inherit;
}
.language-section-with-start-time .option-accomodation-price {
  display: flex;
  flex-basis: auto;
  justify-content: center;
  min-width: inherit !important;
  position: relative;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .language-section-with-start-time .option-accomodation-price {
    flex-basis: 100%;
    justify-content: center;
    line-height: 2rem;
  }
}
.language-section-with-start-time .option-accomodation-price .accomodation-price.option-price {
  margin-right: 0;
}
.language-section-with-start-time .option-accomodation {
  margin: 0 10px 0 0;
}
@media (max-width: 1180px) {
  .language-section-with-start-time .option-accomodation {
    margin: 0 10px 10px 0;
  }
}
.language-section-with-start-time [dg-role=add-cart-placeholder] {
  display: flex;
  flex-basis: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .language-section-with-start-time [dg-role=add-cart-placeholder] {
    flex-basis: 100%;
    justify-content: center;
    margin: 5px auto;
  }
}

.language-section .container-option {
  border: 1px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.container-option {
  padding: 0 10px;
  border-radius: 6px;
  margin: 0 0 10px 0;
  line-height: 2.5em;
}
.container-option .option-accomodation-price {
  border-left: 0px solid #cccccc;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 325px;
}
@media (min-width: 1920px) {
  .container-option .option-accomodation-price {
    min-width: 325px;
  }
}
@media (max-width: 991.98px) {
  .container-option .option-accomodation-price {
    min-width: inherit;
    width: 100%;
    border-left: 0;
    margin: 10px 0 0 0;
  }
}

.container-option.selected {
  background-color: #fcfcfc;
  border: 2px solid green;
  line-height: 4.5rem;
}
@media (max-width: 991.98px) {
  .container-option.selected {
    line-height: inherit;
    padding: 10px;
  }
}
.language-section .option-accomodation {
  padding: 0 10px;
  border-radius: 4px;
  margin: 0 0 0 0;
  line-height: 4.5em;
  max-width: calc(100% - 325px);
  font-size: 13px;
}
@media (max-width: 991.98px) {
  .language-section .option-accomodation {
    max-width: 100%;
    padding: 10px;
  }
}
.language-section .option-accomodation .sub-service {
  align-items: center;
}
@media (max-width: 991.98px) {
  .language-section .option-accomodation .sub-service {
    align-items: start;
    width: 100%;
  }
}
.language-section .option-accomodation .sub-service input {
  margin: 0 !important;
}

.accomodation-price.option-price {
  margin-right: auto;
  font-weight: 600;
  display: flex;
  padding: 0 0 0 10px;
}
.dispo-icon {
  order: -1;
  margin-left: 10px;
}

[dg-role=add-cart-btn] {
  background-color: #F5CB4E;
  width: max-content;
  margin-left: 10px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: auto;
}
[dg-role=add-cart-btn] i {
  font-size: 16px;
  margin: 0 5px 0 0;
}

.included {
  border: 1px solid #c3e6cb;
  background-color: #E7F5EA;
  padding: 1rem !important;
  padding: 0;
  border-radius: 10px;
}
@media (max-width: 570px) {
  .included {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.included .field-title {
  margin: 0px 0 1rem 0 !important;
  color: #000000 !important;
}
.included .field-content li {
  margin: 0 0 0.5rem 10px !important;
  color: #000000;
}
.included .field-content li::marker {
  content: "\f00c" !important;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 20px !important;
  font-weight: 600;
  color: #000000 !important;
}

.no-included {
  border: 1px solid #f5c6cb;
  background-color: #FBE9EA;
  float: left;
  /*        width: 49%;
          margin: 1.5rem 0 0 .5%;
  */
  padding: 1rem !important;
  border-radius: 10px;
}
@media (max-width: 570px) {
  .no-included {
    width: 100%;
    margin: 1rem 0 0 0;
  }
}
.no-included .field-title {
  margin: 0px 0 1rem 0 !important;
  color: #000000 !important;
}
.no-included .field-content li {
  margin: 0 0 0.5rem 10px !important;
  color: #000000;
}
.no-included .field-content li::marker {
  content: "\f00d" !important;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 20px !important;
  color: #000000 !important;
}

[dg-role=summarybox-aves-offer-icons] div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  width: max-content;
  display: none;
}
[dg-role=summarybox-aves-offer-icons] img {
  width: 100%;
  height: 100%;
  max-width: 25px;
  object-fit: contain;
}
.detail-container-webbooking-avesicons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: max-content;
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.detail-container-webbooking-avesicons img {
  width: 100%;
  height: 100%;
  max-width: 20px;
  object-fit: cover;
}
.detail-container-webbooking-avesicons span {
  font-size: 13px;
  margin: 0 0 0 5px;
}

.alert.alert-warning {
  background-color: antiquewhite;
}
.alert.alert-warning img {
  width: 25px !important;
  height: 25px !important;
}

.facilities-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.facilities-container .facilities-row {
  border: 1px solid #F5CB4E;
  padding: 1% 1%;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  border-radius: 10px;
}
.facilities-container .facilities-row:last-child {
  margin: 0 0px 0 0;
}
.facilities-container .facilities-row i {
  font-size: 30px;
  display: block;
  margin: 0;
  color: #F5CB4E;
}
.facilities-container .facilities-row:hover {
  background-color: #F5CB4E;
}
.facilities-container .facilities-row:hover i {
  color: #ffffff;
}
.facilities-container .facilities-row:hover span {
  color: #ffffff;
}

.staysnew .FacilitiesContainer, .transfersnew .FacilitiesContainer {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.staysnew .FacilitiesContainer .facilities-container, .transfersnew .FacilitiesContainer .facilities-container {
  width: 50%;
  height: max-content;
}
@media (max-width: 992px) {
  .staysnew .FacilitiesContainer .facilities-container, .transfersnew .FacilitiesContainer .facilities-container {
    width: 100%;
  }
}
.staysnew .FacilitiesContainer .detailsInfoSection, .transfersnew .FacilitiesContainer .detailsInfoSection {
  width: 100%;
  font-size: 18px;
  color: #000000;
  margin: 0 0 1rem 0;
}
.staysnew .FacilitiesContainer .facilities-row, .transfersnew .FacilitiesContainer .facilities-row {
  line-height: 1;
  display: flex;
  justify-content: start;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
.staysnew .FacilitiesContainer .facilities-row i, .transfersnew .FacilitiesContainer .facilities-row i {
  font-size: 18px;
}
.staysnew .FacilitiesContainer .facilities-row span, .transfersnew .FacilitiesContainer .facilities-row span {
  text-align: left;
  font-size: small;
  margin: 0 0 0 8px;
  color: #666666;
}
.staysnew .FacilitiesContainer .facilities-row:hover, .transfersnew .FacilitiesContainer .facilities-row:hover {
  background-color: #F5CB4E;
}
.staysnew .FacilitiesContainer .facilities-row:hover i, .staysnew .FacilitiesContainer .facilities-row:hover span, .transfersnew .FacilitiesContainer .facilities-row:hover i, .transfersnew .FacilitiesContainer .facilities-row:hover span {
  color: #ffffff;
}

.transfersnew .FacilitiesContainer .facilities-container {
  width: 100%;
}

.header-fixed, .header-fixed.resized {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

/*personalizzazioni del pannello per tipologia*/
.box-section-search {
  width: 33%;
  margin-left: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 16px 1px;
  padding: 24px;
  background-color: #F5CB4E;
  border-radius: 10px;
}
.box-section-search .mini-search-panel {
  width: 100%;
  /*campo date*/
  /*calendario dispo*/
  /* Campo Occupazione*/
  /* non modificare definisce la posizione fixed dei bottoni in basso*/
}
.box-section-search .mini-search-panel .error-handler {
  margin: 0 0 10px 0;
  padding: 0;
}
.box-section-search .mini-search-panel .dg-daterangepicker {
  background-color: #ffffff;
  text-align: left;
  border-radius: 5px !important;
}
.box-section-search .mini-search-panel .roundtrip-date-container .input-group.date.roundtripdate {
  background-color: #ffffff;
  border-radius: 4px !important;
}
.box-section-search .mini-search-panel .roundtrip-date-container .input-field.error-handler.col:first-child {
  margin: 0 0.2rem 0 0;
}
.box-section-search .mini-search-panel .roundtrip-date-container .input-field.error-handler.col:last-child {
  padding: 0 0 0 0.2rem;
}
.box-section-search .mini-search-panel .roundtrip-date-container .dg-form-control.form-control {
  border-right: 0;
}
.box-section-search .mini-search-panel .occupancies-container {
  position: relative;
}
.box-section-search .mini-search-panel .occupancies-container .occupacies-dropdown-btn {
  cursor: pointer;
}
.box-section-search .mini-search-panel .occupancies-container .update-pax {
  background-color: #F5CB4E;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 100%;
  margin-top: 1rem;
}
.box-section-search .mini-search-panel .occupancies-container .btn.dropdown-toggle.btn-light {
  padding: 0.5rem;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] {
  position: absolute;
  z-index: 100;
  width: 100%;
  display: none; /* Nascosto di default */
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px 10px;
  /* nasconde l'età*/
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .age-chooser-container .occupancy-field:not(:first-child) label {
  opacity: 0;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .count-chooser {
  width: max-content !important;
  display: block;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .occupancy-fields {
  float: left;
  width: 100%;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .occupancy-field {
  width: max-content;
  float: left;
  padding: 0 5px 0 0;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .adults {
  width: max-content;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=occupancies-dropdown] .btn-light {
  line-height: 1;
  font-size: x-small;
}
.box-section-search .mini-search-panel .occupancies-container [dg-role=room-count], .box-section-search .mini-search-panel .occupancies-container [dg-role=adult-count], .box-section-search .mini-search-panel .occupancies-container [dg-role=children-count] {
  font-weight: 900 !important;
  color: #000000;
}
.box-section-search .mini-search-panel .pax-dropdown {
  border-radius: 0.3rem;
}
.box-section-search .mini-search-panel .pax-dropdown label {
  color: #000000;
}
.box-section-search .mini-search-panel .age-chooser-container.error-handler {
  display: flex;
  width: max-content;
}
.box-section-search .mini-search-panel .btn.dropdown-toggle.btn-light {
  border: 1px solid #cccccc;
  background-color: #ffffff !important;
  font-size: x-small;
  width: max-content;
}
.box-section-search .mini-search-panel .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e2e2e2 !important;
}
.box-section-search .mini-search-panel .dropdown-item.active,
.box-section-search .mini-search-panel .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #F5CB4E !important;
}
.box-section-search .mini-search-panel .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 10px 0 5px 0;
}
.box-section-search .mini-search-panel label {
  margin-bottom: 5px !important;
  color: #000000;
}
.box-section-search .mini-search-panel i {
  font-weight: 300 !important;
}
.box-section-search .mini-search-panel * {
  font-size: 16px;
}
.box-section-search .mini-search-panel .dates-book {
  font-weight: 900 !important;
  color: #F5CB4E;
}
.box-section-search .mini-search-panel .buttons {
  display: initial;
}
.box-section-search .mini-search-panel .button-edit {
  margin-top: inherit;
  width: 100%;
  height: 54px;
  background-color: #F5CB4E;
  border-radius: 6px;
  border: none;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 6%;
  justify-content: center;
  align-items: center;
  border: 0px;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}
.box-section-search .mini-search-panel .button-edit:hover {
  border: 2px solid #F5CB4E;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .box-section-search .mini-search-panel .button-edit {
    width: 100%;
  }
}
.box-section-search .mini-search-panel .button-book {
  margin-top: inherit;
  width: 100%;
  height: 54px;
  background-color: #F5CB4E;
  border-radius: 6px;
  border: none;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 6%;
  justify-content: center;
  align-items: center;
  border: 0px;
  margin: 10px 0 0 0;
  border: 0px solid #F5CB4E;
  color: #000000;
}
.box-section-search .mini-search-panel .button-book:hover {
  border: 2px solid #F5CB4E;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .box-section-search .mini-search-panel .button-book {
    width: 100%;
  }
}
.box-section-search .mini-search-panel .dropdown-menu.show {
  top: initial !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
@media (max-width: 1210px) and (min-width: 992px) {
  .box-section-search .mini-search-panel .adults {
    width: max-content;
  }
  .box-section-search .mini-search-panel .occupancy-fields-container {
    width: 80%;
  }
  .box-section-search .mini-search-panel .occupancy-fields {
    display: flex;
  }
  .box-section-search .mini-search-panel .age-chooser-container {
    flex-wrap: wrap;
  }
}
.box-section-search .mini-search-panel .buttons-container-fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  width: 100%;
  display: flex;
  z-index: 101;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  max-width: 85vw !important;
  flex: 0 0 85vw;
  padding: 0;
  margin: auto;
}
@media (min-width: 2560px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 55vw !important;
    flex: 0 0 55vw;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 2048px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 65vw !important;
    flex: 0 0 65vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 95vw !important;
    flex: 0 0 95vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 80vw !important;
    flex: 0 0 80vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container {
    max-width: 85% !important;
    flex: 0 0 85% !important;
    margin: auto !important;
  }
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .buttons {
  text-align: center;
  margin-left: auto;
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .buttons .button-book {
  margin-top: inherit;
  width: 100%;
  height: 54px;
  background-color: #F5CB4E;
  border-radius: 6px;
  border: none;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 6%;
  justify-content: center;
  align-items: center;
  border: 0px;
  color: #000000;
  margin: 15px 0;
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .buttons .button-book:hover {
  border: 2px solid #F5CB4E;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .buttons .button-book {
    width: 100%;
  }
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .price-book span {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #F5CB4E;
  /* @include title;*/
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .pax-book {
  font-size: 1.2rem;
  text-align: left;
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .button-edit {
  margin-top: inherit;
  width: 100%;
  height: 54px;
  background-color: #F5CB4E;
  border-radius: 6px;
  border: none;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 6%;
  justify-content: center;
  align-items: center;
  border: 0px;
}
.box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .button-edit:hover {
  border: 2px solid #F5CB4E;
  color: #000000;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .box-section-search .mini-search-panel .buttons-container-fixed .summary-bottom-container .button-edit {
    width: 100%;
  }
}
.box-section-search .box-summary {
  width: 100%;
  margin: 0 0 5% 0;
  position: relative !important;
}
@media (max-width: 1049px) {
  .box-section-search .box-summary {
    margin: 0 0 2% 0;
  }
}
.box-section-search .box-summary .total-amount {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-section-search .box-summary [dg-role=amount-placeholder] {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  display: block;
}
.box-section-search .box-summary .box-title {
  display: none;
}
@media (max-width: 1049px) {
  .box-section-search {
    width: 100%;
    box-shadow: none;
    padding: 24px;
    margin: 60px 0 0 0;
  }
}
.box-section-search .lineLoader {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  animation: blinking 0.5s infinite alternate;
  margin: 4px;
  width: 100%;
  height: 30px;
}

.flightsnew .box-section-search {
  background-color: #F5CB4E;
  width: 100%;
  padding: 8px 10px 20px 10px;
  margin: 0 0 3rem 0;
}
.flightsnew .box-section-search .box-summary {
  margin: 0 0 10px 0;
}
.flightsnew .box-section-search .mini-search-panel {
  width: 100%;
}
.flightsnew .box-section-search .mini-search-panel form {
  width: 100%;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: end;
}
@media (max-width: 570px) {
  .flightsnew .box-section-search .mini-search-panel form {
    justify-content: center;
  }
}
.flightsnew .box-section-search .mini-search-panel .mb-2 {
  margin: 0 !important;
}
.flightsnew .box-section-search .mini-search-panel .summary-bottom-container {
  align-content: end !important;
  height: 100%;
}
.flightsnew .box-section-search .mini-search-panel .error-handler {
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 40% !important;
  margin: 0 0.5rem 0 0 !important;
}
@media (max-width: 570px) {
  .flightsnew .box-section-search .mini-search-panel .error-handler {
    max-width: 100% !important;
    margin-right: 0;
  }
}
.flightsnew .box-section-search .mini-search-panel .dg-daterangepicker, .flightsnew .box-section-search .mini-search-panel .form-control {
  height: 55px;
  align-content: center;
  text-align: left !important;
}
.flightsnew .box-section-search .mini-search-panel .occupancies-container {
  width: 40%;
  margin-right: auto;
}
@media (max-width: 570px) {
  .flightsnew .box-section-search .mini-search-panel .occupancies-container {
    width: 100%;
    margin-right: 0;
  }
}
.flightsnew .box-section-search .mini-search-panel [dg-role=anchor-edit] {
  display: none;
}
.touractivitiesnew, .staysnew, .transfersnew, .flightsnew {
  padding: 135px 0 0 0;
  /*qui inserisco*/
}
@media (max-width: 570px) {
  .touractivitiesnew, .staysnew, .transfersnew, .flightsnew {
    padding: 185px 0 0 0;
  }
}
.touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
  max-width: 85vw !important;
  flex: 0 0 85vw;
  padding: 0;
  margin: auto;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 2560px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 55vw !important;
    flex: 0 0 55vw;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 2048px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 65vw !important;
    flex: 0 0 65vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 95vw !important;
    flex: 0 0 95vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 80vw !important;
    flex: 0 0 80vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 992px) {
  .touractivitiesnew .container, .staysnew .container, .transfersnew .container, .flightsnew .container {
    max-width: 94vw !important;
    margin: auto;
  }
}
.touractivitiesnew .global-container, .staysnew .global-container, .transfersnew .global-container, .flightsnew .global-container {
  padding-bottom: 100px !important;
}
.touractivitiesnew .box-section-gallery, .staysnew .box-section-gallery, .transfersnew .box-section-gallery, .flightsnew .box-section-gallery {
  width: 65%;
  aspect-ratio: 6/3;
}
.touractivitiesnew .box-section-gallery .carousel-container, .staysnew .box-section-gallery .carousel-container, .transfersnew .box-section-gallery .carousel-container, .flightsnew .box-section-gallery .carousel-container {
  display: flex;
  height: 100%;
  width: 100%;
}
.touractivitiesnew .box-section-gallery .main-carousel, .staysnew .box-section-gallery .main-carousel, .transfersnew .box-section-gallery .main-carousel, .flightsnew .box-section-gallery .main-carousel {
  width: 80%;
  height: 100%; /* Altezza fissa */
  position: relative;
  overflow: hidden; /* Nasconde le parti delle immagini che sforano */
  border-radius: 10px;
}
.touractivitiesnew .box-section-gallery .main-carousel .main-image, .staysnew .box-section-gallery .main-carousel .main-image, .transfersnew .box-section-gallery .main-carousel .main-image, .flightsnew .box-section-gallery .main-carousel .main-image {
  width: 100%;
  height: 100%;
  display: none; /* Nasconde inizialmente tutte le immagini */
  position: relative;
}
.touractivitiesnew .box-section-gallery .main-carousel .main-image.active, .staysnew .box-section-gallery .main-carousel .main-image.active, .transfersnew .box-section-gallery .main-carousel .main-image.active, .flightsnew .box-section-gallery .main-carousel .main-image.active {
  display: block; /* Mostra l'immagine attiva */
}
.touractivitiesnew .box-section-gallery .main-carousel img, .staysnew .box-section-gallery .main-carousel img, .transfersnew .box-section-gallery .main-carousel img, .flightsnew .box-section-gallery .main-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mantiene l'aspect ratio, tagliando le parti in eccesso */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel, .staysnew .box-section-gallery .thumbnail-carousel, .transfersnew .box-section-gallery .thumbnail-carousel, .flightsnew .box-section-gallery .thumbnail-carousel {
  width: 20%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  height: 100%;
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel .thumbnails, .staysnew .box-section-gallery .thumbnail-carousel .thumbnails, .transfersnew .box-section-gallery .thumbnail-carousel .thumbnails, .flightsnew .box-section-gallery .thumbnail-carousel .thumbnails {
  overflow: hidden;
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel .thumbnail, .staysnew .box-section-gallery .thumbnail-carousel .thumbnail, .transfersnew .box-section-gallery .thumbnail-carousel .thumbnail, .flightsnew .box-section-gallery .thumbnail-carousel .thumbnail {
  cursor: pointer;
  /* Altri stili per le miniature */
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel .thumbnail, .staysnew .box-section-gallery .thumbnail-carousel .thumbnail, .transfersnew .box-section-gallery .thumbnail-carousel .thumbnail, .flightsnew .box-section-gallery .thumbnail-carousel .thumbnail {
  transition: all 0.3s ease;
  padding-bottom: 5px;
  padding-right: 5px;
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel .thumbnail:hover, .staysnew .box-section-gallery .thumbnail-carousel .thumbnail:hover, .transfersnew .box-section-gallery .thumbnail-carousel .thumbnail:hover, .flightsnew .box-section-gallery .thumbnail-carousel .thumbnail:hover {
  border-color: #333;
}
.touractivitiesnew .box-section-gallery .thumbnail-carousel .thumbnail img, .staysnew .box-section-gallery .thumbnail-carousel .thumbnail img, .transfersnew .box-section-gallery .thumbnail-carousel .thumbnail img, .flightsnew .box-section-gallery .thumbnail-carousel .thumbnail img {
  width: 100%; /* Rende le immagini responsive all'interno delle miniature */
  height: auto;
  display: block;
  box-shadow: inset 0 0 0 0.125rem;
  border-radius: 6px;
}
.touractivitiesnew .box-section-gallery .scroll-up, .touractivitiesnew .box-section-gallery .scroll-down, .staysnew .box-section-gallery .scroll-up, .staysnew .box-section-gallery .scroll-down, .transfersnew .box-section-gallery .scroll-up, .transfersnew .box-section-gallery .scroll-down, .flightsnew .box-section-gallery .scroll-up, .flightsnew .box-section-gallery .scroll-down {
  position: absolute;
  display: none;
  background-color: #fff; /* Scegli un colore adatto */
  border: 1px solid #ddd;
  cursor: pointer;
}
.touractivitiesnew .box-section-gallery .scroll-up, .staysnew .box-section-gallery .scroll-up, .transfersnew .box-section-gallery .scroll-up, .flightsnew .box-section-gallery .scroll-up {
  top: 12px;
}
.touractivitiesnew .box-section-gallery .scroll-up:before, .staysnew .box-section-gallery .scroll-up:before, .transfersnew .box-section-gallery .scroll-up:before, .flightsnew .box-section-gallery .scroll-up:before {
  content: "\f062";
  font-size: 14px;
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.touractivitiesnew .box-section-gallery .scroll-down, .staysnew .box-section-gallery .scroll-down, .transfersnew .box-section-gallery .scroll-down, .flightsnew .box-section-gallery .scroll-down {
  bottom: 12px;
}
.touractivitiesnew .box-section-gallery .scroll-down:before, .staysnew .box-section-gallery .scroll-down:before, .transfersnew .box-section-gallery .scroll-down:before, .flightsnew .box-section-gallery .scroll-down:before {
  content: "\f063";
  font-size: 14px;
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.touractivitiesnew .box-section-gallery .scroll-left, .touractivitiesnew .box-section-gallery .scroll-right, .staysnew .box-section-gallery .scroll-left, .staysnew .box-section-gallery .scroll-right, .transfersnew .box-section-gallery .scroll-left, .transfersnew .box-section-gallery .scroll-right, .flightsnew .box-section-gallery .scroll-left, .flightsnew .box-section-gallery .scroll-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff; /* Scegli un colore adatto */
  border: 1px solid #ddd;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.touractivitiesnew .box-section-gallery .scroll-left, .staysnew .box-section-gallery .scroll-left, .transfersnew .box-section-gallery .scroll-left, .flightsnew .box-section-gallery .scroll-left {
  left: 10px;
}
.touractivitiesnew .box-section-gallery .scroll-left:before, .staysnew .box-section-gallery .scroll-left:before, .transfersnew .box-section-gallery .scroll-left:before, .flightsnew .box-section-gallery .scroll-left:before {
  content: "\f060";
  font-size: 14px;
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.touractivitiesnew .box-section-gallery .scroll-right, .staysnew .box-section-gallery .scroll-right, .transfersnew .box-section-gallery .scroll-right, .flightsnew .box-section-gallery .scroll-right {
  right: 10px;
}
.touractivitiesnew .box-section-gallery .scroll-right:before, .staysnew .box-section-gallery .scroll-right:before, .transfersnew .box-section-gallery .scroll-right:before, .flightsnew .box-section-gallery .scroll-right:before {
  content: "\f061";
  font-size: 14px;
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
@media only screen and (max-width: 600px) {
  .touractivitiesnew .box-section-gallery .thumbnail-carousel, .staysnew .box-section-gallery .thumbnail-carousel, .transfersnew .box-section-gallery .thumbnail-carousel, .flightsnew .box-section-gallery .thumbnail-carousel {
    display: none;
  }
  .touractivitiesnew .box-section-gallery .main-carousel, .staysnew .box-section-gallery .main-carousel, .transfersnew .box-section-gallery .main-carousel, .flightsnew .box-section-gallery .main-carousel {
    width: 100%;
  }
}
@media (max-width: 1049px) {
  .touractivitiesnew .box-section-gallery, .staysnew .box-section-gallery, .transfersnew .box-section-gallery, .flightsnew .box-section-gallery {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .touractivitiesnew .box-section-gallery, .staysnew .box-section-gallery, .transfersnew .box-section-gallery, .flightsnew .box-section-gallery {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
.touractivitiesnew .box-section, .staysnew .box-section, .transfersnew .box-section, .flightsnew .box-section {
  width: 100%;
  /*        border-top: 1px solid $color-7;
  */
  margin: 1rem 0 1rem 0;
  padding: 1rem 0 0 0;
}
.touractivitiesnew .box-section:first-child, .staysnew .box-section:first-child, .transfersnew .box-section:first-child, .flightsnew .box-section:first-child {
  border-top: 0;
}
.touractivitiesnew .box-title, .touractivitiesnew h2, .touractivitiesnew h3, .staysnew .box-title, .staysnew h2, .staysnew h3, .transfersnew .box-title, .transfersnew h2, .transfersnew h3, .flightsnew .box-title, .flightsnew h2, .flightsnew h3 {
  margin: 0rem 0 1.5rem 0;
  font-size: 28px;
}
.touractivitiesnew .field-title, .staysnew .field-title, .transfersnew .field-title, .flightsnew .field-title {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 5px 0;
  color: #F5CB4E;
  width: 100%;
}
.touractivitiesnew .field-content, .staysnew .field-content, .transfersnew .field-content, .flightsnew .field-content {
  font-size: 15px;
  line-height: 1.4em;
  width: 100%;
}
.touractivitiesnew .field-content *, .staysnew .field-content *, .transfersnew .field-content *, .flightsnew .field-content * {
  font-size: 17px;
}
.touractivitiesnew .field-content ul, .staysnew .field-content ul, .transfersnew .field-content ul, .flightsnew .field-content ul {
  padding: 0 10px;
  line-height: 1.3em;
  margin-bottom: 0;
}
.touractivitiesnew .field-content ul li::marker, .staysnew .field-content ul li::marker, .transfersnew .field-content ul li::marker, .flightsnew .field-content ul li::marker {
  content: "\f111";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 1.2rem;
  opacity: 0.5;
}
.touractivitiesnew .field-content ul li, .staysnew .field-content ul li, .transfersnew .field-content ul li, .flightsnew .field-content ul li {
  margin-left: 5px;
  padding-left: 5px;
}
.touractivitiesnew .field-content ul li em, .staysnew .field-content ul li em, .transfersnew .field-content ul li em, .flightsnew .field-content ul li em {
  margin-left: 5px;
}
.touractivitiesnew .field-content table, .staysnew .field-content table, .transfersnew .field-content table, .flightsnew .field-content table {
  width: 100% !important;
}
.touractivitiesnew .field-content table td, .staysnew .field-content table td, .transfersnew .field-content table td, .flightsnew .field-content table td {
  vertical-align: text-top !important;
  width: max-content !important;
  padding: 0 40px 0 0;
}
@media (max-width: 991.98px) {
  .touractivitiesnew .field-content table td, .staysnew .field-content table td, .transfersnew .field-content table td, .flightsnew .field-content table td {
    width: 100% !important;
    display: block;
  }
}
.touractivitiesnew .option-accomodation, .staysnew .option-accomodation, .transfersnew .option-accomodation, .flightsnew .option-accomodation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.touractivitiesnew .option-accomodation .form-check-input, .staysnew .option-accomodation .form-check-input, .transfersnew .option-accomodation .form-check-input, .flightsnew .option-accomodation .form-check-input {
  position: relative !important;
  margin-left: 0 !important;
}

.staysnew .box-section {
  border-top: 0px !important;
}

.information.box-section .box-title:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #666666;
  margin-right: 5px;
}

.help.box-section .info-box h3:before {
  content: "\e14f";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #666666;
  margin-right: 5px;
}

.description.box-section h2:before {
  content: "\e146";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #666666;
  margin-right: 5px;
}

.option.box-section h2:before {
  content: "\f4d7";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #666666;
  margin-right: 5px;
}

/*icone aggiunte*/
.note .field-title::before {
  content: "\e146";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #666666;
  margin-right: 5px;
}

.box-icon-connector {
  position: relative;
  padding: 0.2em 1.5em;
  margin: -35px 0 0 -0.625em;
  margin-bottom: 0px;
  line-height: 1.875em;
  color: #e6e2c8;
  border-radius: 0 10px 10px 0;
  background: rgb(237, 237, 237);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  max-width: 250px;
  left: -14px;
  margin-bottom: 10px;
  height: 50px;
}
.box-icon-connector img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.box-icon-connector::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.469em;
  height: 110%;
  padding: 0 0 0.438em;
  top: 0;
  left: -0.469em;
  background: inherit;
  border-radius: 0.313em 0 0 0.313em;
}
.box-icon-connector::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.313em;
  height: 0.313em;
  background: rgba(0, 0, 0, 0.35);
  bottom: -5px;
  left: -0.313em;
  border-radius: 0.313em 0 0 0.313em;
  box-shadow: inset -1px 2px 2px rgba(0, 0, 0, 0.3);
}

/*video in descrizione*/
.embedded-video {
  position: relative;
  aspect-ratio: 8/3;
  margin: 10px 0;
}
.embedded-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-custom .container {
  max-width: 85vw !important;
  flex: 0 0 85vw;
  padding: 0;
  margin: auto;
}
@media (min-width: 2560px) {
  .footer-custom .container {
    max-width: 55vw !important;
    flex: 0 0 55vw;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 2048px) {
  .footer-custom .container {
    max-width: 65vw !important;
    flex: 0 0 65vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1360.98px) {
  .footer-custom .container {
    max-width: 95vw !important;
    flex: 0 0 95vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 991.98px) {
  .footer-custom .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .footer-custom .container {
    max-width: 85vw !important;
    flex: 0 0 85vw;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 520px) {
  .footer-custom .container {
    max-width: 80vw !important;
    flex: 0 0 80vw;
    padding: 0;
    margin: auto;
  }
}

