﻿
.cabin-wrapper-result {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transition: box-shadow .3s;
    -webkit-appearance: unset !important;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 25px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}


.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.cruiseship-logo-result {
    max-width: 160px;
    min-width: 155px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.cruiseship-img-result {
    height: 170px;
    width: 100%;
}



.cabin-middle-result {
    padding: 20px 5px 20px 30px;
    color: #666;
}

    .cabin-middle-result h4 {
        font-size: 0.95em;
        margin-top: 8px;
    }

.cabin-middle-result p {
    margin-bottom: 0;
    font-size: 14px;
}

.cruise-field-header-result {
    font-weight: 200;
    font-family: 'Lato', sans-serif;
    text-transform: none;
}

.special-offer-wrap-result {
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding-top: 13px;
    font-size: 20px;
    margin-bottom: 0px;
    border-top: solid 1px #eee;
    margin-top: 20px;
}

.cruise-price-result {
    padding-top: 55px;
    padding-bottom: 20px;
}

.cabin-price-result {
    width: 100%;
    text-align: center;
}

    .cabin-price-result span {
        font-size: 9px;
        display: block;
        font-weight: 400;
    }

.cruise-field-header-result {
    font-weight: 700;
}

.suite-prices-result {
    background-color: #f1f1f1;
    margin-bottom: 0;
    padding: 25px 0 25px 5px;
}

.suite-prices-result .cruise-field-header-result {
    text-align: right;
    color: #666;
    width: 60px;
    font-size: 16px;
}

.bg-result-prices {
    background-color: #f1f1f1;
}

.bg-result-prices .cruise-field-header-result {
    color: #666;
    font-size: 16px;
}
