.product-detail--page .prices-table .prices-table--heading td:not(last-child){
    background-color: #19232e;
}

.logo-wrapper .logo-text .logo-name{
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.05px;
    color: #3a9cd4;
}

.product-detail--page .trip-location--departure{
    display: block;
}

.small-product--title {
    font-size: 16px !important;
    height: 40px !important;
}


.detail-item--text .pic-subtitle {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    height: auto;
    background-color:
            rgba(0,0,0,.8);
    color:
            #fff;
    font-weight: 500;
}

.detail-item--text  .pic-1 {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-top-10{
    margin-top:10px;
}

.highlights-wrapper::after{
    opacity:0.0;
}

.product-detail--page .reserve-form--title {
    font-size: 23px; !important;
}

@media (min-width: 992px) {
    .small-product-column {
        margin-bottom: 23px;
    }

    .highlights-link--wrapper {
        margin-top: 35px;
    }
}
