.tours-detail #img-header {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tours-detail #tours-detail-breadcrumb,
.tours-detail h1,
.tours-detail h2,
.tours-detail h3,
.tours-detail h4,
.tours-detail h5
{
    font-family: 'Montserrat', sans-serif;
}

.tours-detail h1 {
    font-weight: 800;
}

.tours-detail .fa-star {
    color: #f3bc2f;
}

.tours-detail #img-header {
    position: relative;
}

.tours-detail #img-header .detail-header {
    position: relative;
    z-index: 2;
}

.tours-detail #tours-detail-breadcrumb {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.tours-detail #tours-detail-breadcrumb a{
    color: #ffffff;
}

.tours-detail #tours-detail-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #ffffff;
}

.tours-detail #img-header .photo-label {
    display: inline-block;
    color: #f3bc2f;
    background-color: #2e2e2e;
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.5rem;
}

.tours-detail #product-info .container > .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.tours-detail #product-info .part-mod {
    text-transform: capitalize;
}

.tours-detail .detail-item {
    text-align: center;
}

.tours-detail .item-icon {
    margin-bottom: .5rem;
}

.tours-detail .item-icon i {
    font-size: 2rem;
}

.tours-detail .detail-item {
    display: flex;
    flex-flow: column;
}

.tours-detail .detail-item p {
    margin-bottom: 0;
}

.tours-detail .detail-item p#cancel-tooltip {
    color: #28a745;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: underline;
    cursor: help;
}

.tours-detail .detail-item .item-descr {
    font-size: 0.875rem;
}

.tours-detail .detail-item .item-label {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #107490;
    font-family: 'Montserrat', sans-serif;
}

.tours-detail #avail {
    border-radius: 10px;
    background-color: rgba(16, 116, 144, 0.9);
    text-align: center;
    padding: 1rem;
    z-index: 9;
}

.tours-detail #avail h4 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.tours-detail #avail h5 {
    color: #ffffff;
}

.tours-detail #avail .price {
    color: #f3bc2f;
    font-weight: 700;
    font-size: 3rem;
}

.tours-detail #details-nav {
    width: 100%;
    z-index: 8;
}

.tours-detail #details-nav #details-navbar {
    background-color: #2e2e2e;
}

.tours-detail #details-nav ul li {
    margin-right: 2rem;
}

.tours-detail #details-nav ul li:last-of-type {
    margin-right: 0;
}

.tours-detail #details-nav ul li a {
    border-bottom: 2px solid transparent;
}

.tours-detail #details-nav ul li a.active {
    border-bottom: 2px solid #ffffff;
}

.tours-detail #details-nav ul li .nav-link {
    color: #ffffff;
    text-transform: uppercase;
}

.tours-detail .section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
}

.tours-detail .section-subtitle {
    color: #545554;
    font-size: 1.2rem;
    font-weight: 600;
}

.tours-detail #details .list-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.tours-detail .section-title i,
.tours-detail .section-subtitle i,
.tours-detail #details i{
    margin-right: 1rem;
}

.tours-detail #details .fa-check {
    color: green;
}

.tours-detail #details .fa-times {
    color: red;
}

.tours-detail #details #desc-collapse.collapse:not(.show) {
    display: block;
    height: 3rem;
    overflow: hidden;
}

.tours-detail #details #desc-collapse.collapsing {
    height: 3rem;
}

.tours-detail #details a.toggle-collapse.collapsed::after {
    content: attr(data-read-more);
}

.tours-detail #details a.toggle-collapse:not(.collapsed)::after {
    content: attr(data-read-less);
}

.tours-detail #details .list {
    margin-bottom: 0;
}

.tours-detail #booking .row.inner {
    background-color: #e6e9eb;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.tours-detail #booking .form-container {
    background-color: #ffffff;
    height: 100%;
}

.tours-detail #booking .form-body {
    padding: .5rem;
    background-color: #ffffff;
}

.tours-detail #booking .datepicker-inline {
    margin-top: 0;
    border-radius: 0;
}

.tours-detail #booking #form-date .day:not(.disabled) {
    font-weight: 600;
}

.tours-detail #booking #form-date td.active.day {
    background-color: #107490;
    border-color: #107490;
}

.tours-detail #booking #form-date input {
    display: none;
}

.tours-detail #booking table {
    width: 100%;
}

.tours-detail #booking .form-title {
    background-color: #107490;
    color: #ffffff;
    margin-bottom: 0;
    padding-left: 1rem;
}

.tours-detail #booking .form-title p {
    margin-bottom: 0;
}

.tours-detail #booking #paxs .person-price {
    float: right;
}

.tours-detail #booking #paxs .right {
    text-align: right;
    align-self: center;
    font-weight: 600;
}

.tours-detail #booking .input-group {
    margin-bottom: 0.5rem;
}

.tours-detail #booking .input-container {
    user-select: none;
}

.tours-detail #booking .input-pax {
    width: 30px;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    pointer-events: none;
}

.tours-detail #booking #paxs i {
    color: #107490;
    font-size: 1.5rem;
    vertical-align: middle;
    cursor: pointer;
}

.tours-detail #booking #paxs hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.tours-detail #booking #paxs #discount-confirm {
    color: #107490;
    border-color: #107490;
}

.tours-detail #booking #paxs #clear-code {
    color: #107490;
    border-color: #107490;
}

.tours-detail #booking #paxs #clear-code i {
    font-size: 1rem;
}

.tours-detail #booking #paxs #discount-confirm.confirmed{
    border-color: #28a745;
}

.tours-detail #booking #paxs #discount-confirm.denied{
    border-color: #dc3545;
}

.tours-detail #booking #paxs #discount-confirm i {
    font-size: 1rem;
}

.tours-detail #booking #paxs #discount-confirm i.confirmed {
    color: #28a745;
}

.tours-detail #booking #paxs #discount-confirm i.denied {
    color: #dc3545;
}

.tours-detail #booking #paxs #percentage-text {
    display: none;
    font-size: 0.8rem;
    color: #ffffff;
}

.tours-detail #booking #paxs #total-text.discount {
    font-size: 1rem;
    text-decoration: line-through;
}

.tours-detail #booking #paxs #discount-text {
    display: none;
    color: #28a745;
}

.tours-detail #booking .pax-alert {
    color: #dc3545;
}

.tours-detail #booking .pax-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.tours-detail #booking .total span {
    font-weight: 600;
    font-size: 1.2rem;
    color: #107490;
}

.tours-detail #booking .row.confirm {
    text-align: center;
    background-color: #e6e9eb;
    padding-bottom: 2rem;
}

.tours-detail #booking #fixed-amount {
    font-weight: 600;
}

.tours-detail #booking #avail-msg {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #dc3545;
    font-weight: 600;
}

.tours-detail #booking #product-contact-form .product-contact-form-title {
    font-size: 1.4rem;
    color:#28a745;
}

.tours-detail #booking #product-contact-form textarea {
    min-height: 92px;
}

.tours-detail .splide .splide__slide {
    background-color: #2e2e2e;
}

.tours-detail .splide .splide__slide > img {
    height: 100%;
    width: 100%;
}

.tours-detail #primary-slider .splide__slide > img {
    object-fit: contain;
    object-position: center;
}

.tours-detail #secondary-slider .splide__slide {
    border: none;
}

.tours-detail #secondary-slider .splide__slide > img {
    object-fit: cover;
    object-position: center;
}

.tours-detail #secondary-slider .splide__slide:not(.is-active) {
    opacity: 0.5;
}

.tours-detail #reviews .reviews-count {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.tours-detail #reviews .reviews-item-left {
    background-color: #107490;
    color: #ffffff;
    text-align: right;
    padding-left: 1rem;
    padding-right: 1rem;
}

.tours-detail #reviews .reviews-item-right {
    background-color: #e6e9eb;
    padding-left: 1rem;
    padding-right: 1rem;
}

.tours-detail .reviews-item {
    margin-bottom: 1rem;
}

.tours-detail .reviews-item > div {
    padding-top: .5rem;
}

.tours-detail .reviews-item p {
    margin-bottom: .5rem;
}

.tours-detail .reviews-item-name,
.tours-detail .reviews-item-title
{
    font-weight: 700;
}

.tours-detail .reviews-item-title {
    color: #107490;
}

.tours-detail .reviews-item-date {
    color: #107490;
    font-style: italic;
}

.tours-detail .reviews-more {
    text-align: center;
}

.tours-detail #reviews .pagination .page-item .page-link {
    color: #107490;
}

.tours-detail #reviews .pagination .page-item.active .page-link {
    background-color: #107490;
    border-color: #107490;
    color: #ffffff;
}

.tours-detail #related .card {
    height: 100%;
}

.tours-detail #related .card-img-top {
    height: 180px;
    object-fit: cover;
}

.tours-detail #related .card-body {
    padding-bottom: 0;
}

.tours-detail #related .card-body p {
    margin-bottom: .5rem;
}

.tours-detail #related .card-footer {
    text-align: right;
    border-top: 0;
    padding-top: 0;
    background-color: transparent;
}

.tours-detail #related .card-footer p {
    margin-bottom: 0;
}

.tours-detail #related h3 {
    text-align: center;
}

.tours-detail #related h5 {
    color: #107490;
}

.tours-detail #back {
    text-align: center;
}

/* regole temporanee */

#img-header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* */

/* modal couponCode */
.tours-detail #coupon-modal .modal-content {
    text-align: center;
    border: 0;
    border-radius: 0;
}

.tours-detail #coupon-modal .modal-content .coupon-big {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #28a745;
    border: 1px solid #898a8b;
    background-color: #e6e9eb;
    padding: 0.5rem 1rem;
}

@media screen and (max-width: 992px)
{
    .tours-detail .detail-item {
        margin-bottom: 1rem;
    }

    .tours-detail #booking .booking-step {
        margin-bottom: 1rem;
    }

    .tours-detail #booking .booking-step:last-of-type {
        margin-bottom: 0;
    }

    .tours-detail #related .related-item {
        margin-bottom: 1rem;
    }

    .tours-detail #related .related-item:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px)
{
    .tours-detail .detail-collapse-label {
        display: flex;
        justify-content: space-between;
        text-transform: uppercase;
        border-top: 2px solid #d4d6d7;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: center;
        text-decoration: none;
        color: #545554;
    }

    .tours-detail .detail-collapse-label:hover {
        text-decoration: none;
        color: #545554;
    }

    .tours-detail .detail-collapse-label p {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    .tours-detail .detail-collapse-label i {
        font-size: 1.5rem;
        color: #d4d6d7;
        transition: transform .5s;
    }

    .tours-detail .detail-collapse-label i.opened {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 576px)
{
    .tours-detail .detail-item {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .tours-detail .detail-item p {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

    .tours-detail .detail-item .item-title {
        display: flex;
    }

    .tours-detail .detail-item .item-title .item-icon {
        min-width: 50px;
        margin-right: .2rem;
    }

    .tours-detail .detail-item .item-descr {
        text-align: right;
    }
}