﻿.property-bedrooms {
    background: #fff;
    margin-block: 20px;
}

.cottage-bedrooms {
    padding: 20px;
}

.cottage-bedrooms__header h3 {
    font-size: 3rem;
    background: url(/assets/img/black-dotted-line.png) bottom center no-repeat;
    margin: 0 0 1rem;
    padding-bottom: 2rem;
}

.cottage-bedrooms__rooms {
    padding: 20px 0;
}

.cottage-bedrooms__rooms--room {
    display: flex;
    background: #F7F3F0;
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

@media only screen and (min-width:700px) {
    .cottage-bedrooms__rooms--room {
        display: flex;
        background: #F7F3F0;
        max-width: 190px;
        min-width: 190px;
        width: 190px;
    }
}

.cottage-bedrooms__rooms .swiper-slide {
    display: flex;
    height: unset;
}

.cottage-bedrooms__rooms--room-wrapper {
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.cottage-bedrooms__rooms--room-header {
    color: #5DBDCB;
    margin-bottom: .5rem;
}

.cottage-bedrooms__rooms--room-description {
    font-size: 1.6rem;
}

.cottage-bedrooms__rooms--room-icons {
    margin-top:auto;
}

.cottage-bedrooms__room--icons-icon {
    background-repeat: no-repeat;
    background-size: 60px !important;
    display: inline-block;
    height: 60px;
    width: 60px;

}

    .cottage-bedrooms__room--icons-icon.bunk-beds, .cottage-bedrooms__room--icons-icon.trundle-bed, .cottage-bedrooms__room--icons-icon.single {
        background-repeat: no-repeat !important;
        width: 40px;
    }

    .cottage-bedrooms__room--icons-icon.bunk-beds {
        background-size: 40px !important;
        height: 40px;
    }
