@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

body {
    font-family: "Source Sans 3", sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.search-container {
    /* width: 90%; */
    max-width: 1200px;
    margin: 5px auto;
    padding: 0 20px;
}

.title {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
}

.breadcrumb {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 40px;
    font-weight: 400;
    padding-left: 0;
}

.breadcrumb a,
.breadcrumb span {
    color: #333;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.search-box-white,
.search-box {
    display: flex;
    align-items: flex-end;
    background-color: #E9ECF0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: none;
    align-content: flex-end;
}

.search-box-white {
    display: block;
    background-color: #fff;
    margin: 25px 0;
    padding: 0;
}

.search-field {
    flex: 1;
    margin-right: 20px;
}

.search-label {
    display: block;
    font-size: 0.8em;
    color: #222;
    margin-bottom: 10px;
    font-weight: bold;
}

.search-select {
    width: 100%;
    padding: 10px;
    font-size: 0.8em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.search-button {
    padding: 10px 30px;
    background-color: #ff8c00;
    color: #fff;
    font-size: 1em;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
}

.search-button:hover {
    background-color: #e07b00;
}

#main_breadcrumb ul li {
    list-style: none;
}

#main_breadcrumb li {
    display: inline-block;
}

.search-results,
.search-map {
    width: 90%;
    max-width: 1200px;
    margin: 5px auto;
    padding: 0 20px;
}

.search-map #map {
    margin: auto;
}

.heading {
    padding-top: 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.subheading {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

.tour-title-section {
    font-weight: 700;
    font-size: 1.5em;
}

.tour-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #E9ECF0;
}

.tour-image {
    width: 300px;
    display: flex;
}

.tour-image img {
    width: 300px;
    height: auto;
    border-radius: 0px;
}

.tour-details {
    flex: 1;
    margin-left: 20px;
}

.tour-title {
    font-size: 1.2em;
    color: #007b8a;
    margin-top: 0px;
    margin-bottom: 10px;
}

.tour-duration,
.tour-languages,
.tour-itinerary {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 8px;
}

.tour-itinerary {
    margin-top: 5px;
}

.tour-languages {
    margin-bottom: 0px;
}

.tour-departure {
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.tour-price a {
    text-align: center;
}

.tour-price {
    text-align: right;
    min-width: 150px;
    padding: 20px;
}

.price-label {
    font-size: 1em;
    color: #555;
}

.price-value {
    font-size: 1.4em;
    color: #555;
    font-weight: bold;
    margin-top: 5px;
}

.price-per {
    display: block;
    font-size: 0.8em;
    color: #333;
}

.select-button {
    display: block;
    margin-top: 10px;
    margin-left: 50px;
    padding: 10px 20px;
    background-color: #007b8a;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.select-button:hover {
    background-color: #005f6a;
}

.tour-link {
    display: block;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
}

.carousel-container {
    display: flex;
}

.carousel-wrapper {
    flex: 1;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tour-sub-item {
    margin: 15px;
    font-size: 0.9em;
    color: #555;
    font-weight: 600;
}

.tour-sub-item i {
    color: #007b8a;
    margin-right: 10px;
}

.tour-details-price {
    color: #555;
}

.tour-details-price h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
}

.tour-details-price p {
    font-size: 0.9em;
}

.tour-details-button {
    background-color: #2E7E99;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
    /* width: 60%;*/
    margin: 10px auto;
}

.tour-details-button:hover {
    background-color: #2E7E99;
    transform: scale(1.05);
}

.tour-details-bordered {
    border: 1px solid #E9ECF0;
    padding: 20px;
    margin-bottom: 24px;
    /*   margin: 0 0 0 130px;*/
}

.item-tour-details-container {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    height: 20px;
}

.item-tour-details-container .row {
    width: -webkit-fill-available;
}


.description-tour-container,
.description-tour-date-container {
    margin: 15px 0 !important;
}

.description-tour-date-container h3,
.description-tour-container h3 {
    font-size: 1.1em;
    color: #495057;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 24px;
}

.description-tour-container div {
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
}

.tour-details-info-box {
    background-color: #f1f3f6;
    padding: 20px;
    border-radius: 0px;
}

.tour-details-info-title {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 20px;
}

.tour-details-info-list {
    /* list-style-type: none;
    padding-left: 0; */
}

.tour-details-info-list li {
    font-size: 0.9em;
    margin-bottom: 10px;
    line-height: 1.4;
}

.check-icon {
    color: #00a859;
    /* Colore verde */
    font-weight: bold;
    margin-right: 10px;
}

.cross-icon {
    color: #e63946;
    /* Colore rosso */
    font-weight: bold;
    margin-right: 10px;
}

.fh-100 {
    height: 400px;
}

.tour-details-container {
    width: 100%;
    max-width: 1200px;
    /* margin: 50px auto 0px; */
    padding: 0px;
    background-color: #f1f3f6;
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1); */
}

.tour-details p {
    /* margin: 12px 0; */
}

.tour-details-months {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.tour-details-month {
    flex: 1;
    text-align: center;
    padding: 8px;
    background-color: #ffffff;
    cursor: pointer;
    margin: 0 5px;
    font-size: .8em;
}

.tour-details-month:hover,
.tour-details-active-month {
    color: #006c82;
    border: 1px solid #006c82;
    font-weight: 800;
}

.tour-details-arrow-left,
.tour-details-arrow-right {
    font-size: 1.5em;
    color: #5c97a3;
    cursor: pointer;
    user-select: none;
}

.tour-details-arrow-left {
    padding-right: 10px;
}

.tour-details-arrow-right {
    padding-left: 10px;
}

.tour-details-table {
    width: 100%;
    background-color: white;
    border-collapse: collapse;
}

.tour-details-table thead {
    font-size: 15px;
}

.tour-details-table tbody {
    font-size: 0.8em;
    line-height: 1.6em;
}

.tour-details-table th,
.tour-details-table td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tour-details-table th {
    background-color: #f1f3f6;
    font-weight: 900;
    color: #5c6975;
    vertical-align: bottom;
}

#tour-details-tbody td {
    height: 45px;
}

.tour-details-select-button {
    background-color: #4a7c8c;
    color: #fff;
    padding: 5px 10px;
    border: none;
    font-weight: bold;
    text-decoration: none;
}

.tour-details-select-button:hover {
    background-color: #3a6170;
}

.tour-details-table span {
    font-weight: 400;
    color: #5c6975;
    font-size: 12px;
    margin: 0 auto;
    display: block;
}

.dates-details-tour-selected {
    color: #4a7c8c;
    font-size: 1rem;
}


.tour-clients-container,
.tour-quotes-container {
    background-color: #f1f3f6;
    font-size: 0.9rem;
    border-radius: 2px;
    margin: 0.75rem;
}

.tour-clients-container {
    padding: 10px 0;
}

#total-price {
    font-weight: 900;
}

#book-button {
    display: none;
}

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


.btn-goback {
    border: 0px !important;
    font-size: 0.8rem !important;
    margin-bottom: 20px !important;
}


.btn-goback:hover {
    border: 0px;
}

.tour-best-feature {
    border-left: #ff8c00 5px solid;
    padding-left: 8px;
    width: 22%;
    display: inline-block;
    font-size: small;
    font-weight: bold;
}

.w-25 {
    width: 25% !important;
}

.w-80,
.w-80-center {
    width: 80% !important;
}

.w-80-center {
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.mw-200 {
    max-width: 200px !important;
}

.public-padding-page {
    padding: 15px 25px !important;
}

.traveledmap-trip-widget-map-container,
.carousel-row img,
.carousel-row,
.carousel-item,
.map-image {
    height: 50vh !important;
}

.search-filters .input-group label {
    margin-bottom: 0px;
}

.search-filters .input-group input {
    margin-bottom: 0px;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.search-filters .input-group {
    margin: 20px 0 40px;
    display: inline-block;
    width: 48%;
}

#preloader .widgets-preloader_text,
#widgets-preloader .widgets-preloader_text {
    color: #2e7e99;
    font-size: 25px;
    background-color: transparent;
}

.widgets-preloader_text {
    font-size: 1.8rem;
}

.widgets-preloader_centered,
.widgets-preloader_text {
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.025em;
}

#preloader,
#widgets-preloader {
    background: rgb(144 85 16) none repeat scroll 0 0;
}

#preloader,
#widgets-preloader {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

#preloader,
#widgets-preloader {
    background-color: rgba(234, 236, 240, .9) !important;
}