

.recent-searches a {
    text-decoration: none
}

.recent-searches__title {
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    color: #333333;
    border-bottom: 1px solid transparent;
    border: none;
    margin: 0 0 1rem 0;
}

.recent-searches-wrapper {
    position: relative;
    width: 98%;
    margin: 0 auto
}

.recent-searches h4 {
    height: 34px;
    overflow: hidden;
    font-size: 12px;
    margin: 4px 0 2px;
    padding: 0;
    line-height: 16px;
    float: left;
    font-weight: 700;
    width: 100%
}

    .recent-searches h4:hover {
        text-decoration: underline
    }

.recent-searches h3 {
    margin: 0;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.recent-searches p {
    font-size: 12px;
    margin: 0;
    padding: 10px 0
}

    .recent-searches p strong {
        color: #0171a6
    }

.recent-searches-container .price-col {
    margin-bottom: 12px
}

    .recent-searches-container .price-col span {
        float: left;
        position: relative
    }

    .recent-searches-container .price-col .left {
        color: #444;
        width: 40%
    }

.recent-searches-container .image-wrapper img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block
}

.recent-searches-details span {
    display: block;
    color: #444
}

.recent-searches-card-details .left {
    width: 50%;
    position: relative;
    float: left;
    font-size: 12px;
    color: #444
}

.recent-searches-card-details .right {
    width: 50%;
    position: relative;
    float: left;
    font-size: 12px
}

.recent-searches-card-details-price {
    font-weight: 700;
    width: 100%;
    font-size: 12px;
    color: #c9005e;
    margin-top: 8px
}

.recent-searches-container {
    -webkit-box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, 0);
    -moz-box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, 0);
    box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, 0)
}

    .recent-searches-container:hover {
        -webkit-box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, .48);
        -moz-box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, .48);
        box-shadow: 3px 6px 19px -5px rgba(0, 0, 0, .48)
    }

.nextbuttonCruise, .previousbuttonCruise {
    -webkit-appearance: none !important;
    background-color: #fff !important;
    border: 0;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 9px !important;
    line-height: 1 !important;
    transition: color 400ms ease 0s, box-shadow 400ms ease 0s !important;
    height: 4.44444em !important;
    width: 4.44444em !important;
    box-shadow: rgba(0, 0, 0, .14) 0 1px 1px 1px !important;
    position: relative !important;
    bottom: 0 !important;
    margin-bottom: auto !important;
    margin-top: auto !important;
    top: 85% !important;
    transform: translateY(-50%) !important;
    color: #297cbb !important;
    z-index: 100 !important
}

.previousbuttonCruise {
    left: -18px
}

.nextbuttonCruise {
    right: -22px
}

#nextbuttonCruise:hover, #previousbuttonCruise:hover {
    cursor: pointer;
    color: #0AADD8;
    -webkit-box-shadow: 4px 5px 16px -5px rgba(0, 0, 0, .71) !important;
    -moz-box-shadow: 4px 5px 16px -5px rgba(0, 0, 0, .71) !important;
    box-shadow: 4px 5px 16px -5px rgba(0, 0, 0, .71) !important
}

#nextbuttonCruise .fa, #previousbuttonCruise .fa {
    color: #1e2859;
    font-size: 18px;
    position: relative;
    top: 2px
}

    #nextbuttonCruise .fa:hover, #previousbuttonCruise .fa:hover {
        color: #0AADD8
    }

.recent-searches-left {
    width: 45px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform: translateY(-50%)
}

.recent-searches-right {
    width: 45px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-50%)
}

@media only screen and (max-width: 768px) {
    .recent-searches-wrapper {
        position: relative;
        width: 90%;
        margin: 0 auto
    }


    .recent-searches p strong {
        color: #0171a6;
        width: 100%;
        display: block
    }
}

@media only screen and (max-width: 690px) {
    .nextbuttonCruise, .previousbuttonCruise {
        top: 95% !important;
    }
}

@media only screen and (max-width: 500px) {
    .recent-searches p strong {
        color: #0171a6;
        width: 100%;
        display: block
    }
}

@media only screen and (max-width: 450px) {
    .recent-searches-wrapper {
        position: relative;
        width: 80%;
        margin: 0 auto
    }

    .nextbuttonCruise, .previousbuttonCruise {
        top: 85% !important;
    }

    .recent-searches-container {
        border: 1px solid #dfe5ee;
        padding: 12px;
        border-radius: 3px;
        background: #FFF
    }
}

.recent-searches-card-details {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 0 dotted #ddd
}

    .recent-searches-card-details .customer-reviews {
        float: right
    }

.recent-searches-two-up-container {
    padding-left: 0px;
    padding-right: 0px;
    width: 49.5%;
    position: relative;
    float: left;
    margin-bottom: 20px
}

div:first-child.recent-searches-two-up-container {
    padding-right: 0.5%;
}

div:last-child.recent-searches-two-up-container {
    padding-left: 0.5%;
}

.recent-searches-container .two-up-image {
    width: 35%;
    position: relative;
    float: left;
    padding: 6px;
    font-size: 12px
}

.recent-searches-container .two-up {
    width: 65%;
    position: relative;
    float: left;
    padding: 8px;
    font-size: 12px
}

.recent-searches-container .cruise-supplier {
    color: #444;
    padding: 0
}

.recent-searches-container {
    border: 1px solid #dfe5ee;
    padding: 0;
    border-radius: 3px;
    background: #FFF;
    float: left;
    width: 100%;
    text-align: left;
}

    .recent-searches-container h4 {
        height: 30px;
        overflow: hidden;
        font-size: 12px !important;
        margin: 0;
        padding: 0;
        float: left;
        line-height: 14px;
        font-weight: 700;
        width: 100%;
    }

    .recent-searches-container .image-wrapper {
        width: 100%;
        float: left;
        display: block;
        overflow: hidden;
        height: 90px;
        position: relative
    }

.cruise-supplier {
    margin-bottom: 0
}

.recent-searches-container .price-col .right {
    font-weight: 700;
    width: 100%;
    color: #c9005e;
    text-align: left
}

.recent-searches-details {
    line-height: 12px;
    border-bottom: 0 dotted #ddd;
    border-top: 0 solid #c8c8c8;
    padding: 0
}

.recent-searches-container .two-up .price {
    color: #c74277;
    font-weight: 700;
    padding-left: 12px
}

@media only screen and (max-width: 768px) {
    .recent-searches-container .two-up-image {
        width: 40%
    }

    .recent-searches-container .two-up {
        width: 60%
    }

        .recent-searches-container .two-up .price {
            display: block;
            text-align: right
        }

    .recent-searches-container .image-wrapper {
        height: 60px;
    }
}

@media only screen and (max-width: 690px) {
    .recent-searches-container .two-up, .recent-searches-container .two-up-image {
        width: 100%
    }

    .recent-searches-two-up-container {
        width: 50%
    }

    .recent-searches-container .image-wrapper {
        width: 100%;
        float: left;
        display: block;
        overflow: hidden;
        height: 150px;
        position: relative
    }
}


@media only screen and (max-width: 600px) {


    .recent-searches-container .image-wrapper {
        width: 100%;
        float: left;
        display: block;
        overflow: hidden;
        height: 130px;
        position: relative
    }
}

@media only screen and (max-width: 550px) {
    .recent-searches-container .image-wrapper {
        width: 100%;
        float: left;
        display: block;
        overflow: hidden;
        height: 100px;
        position: relative
    }
}

@media only screen and (max-width: 500px) {
    .recent-searches-container .image-wrapper {
        width: 100%;
        float: left;
        display: block;
        overflow: hidden;
        height: 100px;
        position: relative
    }
}


@media only screen and (max-width: 480px) {
    .recent-searches-two-up-container {
        width: 100%
    }

    .recent-searches-container .two-up {
        width: 50%;
        font-size: 14px
    }

    .recent-searches-container .two-up, .recent-searches-container .two-up-image {
        width: 50%;
    }

    .recent-searches-card-details .right {
        width: 100%;
        position: relative;
        float: left;
        font-size: 12px;
    }

    .recent-searches-container .image-wrapper {
        height: 80px;
        width: 100%;
    }

    .recent-searches-container h4 {
        height: auto;
        font-size: 12px !important;
        margin: 0 0 4px;
        line-height: 16px
    }

    .recent-searches-card-details .left {
        width: 100%;
        position: relative;
        float: left;
        font-size: 12px;
        color: #444;
    }
}



@media only screen and (max-width: 420px) {
    .recent-searches-card-details .left, .recent-searches-card-details .right {
        width: 100%
    }

    .recent-searches-card-details .customer-reviews {
        float: left;
        padding-top: 8px;
    }
}

@media only screen and (max-width: 320px) {
    .recent-searches-container .two-up, .recent-searches-container .two-up-image {
        width: 100%;
    }
}


