/*================================================
* Plugin Name: Eagle Booking
* Version: 1.1.5
* Author Name: Jomin Muskaj (Eagle-Themes)
* Author URI: eagle-themes.com
================================================= */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    .eb-stepline {
        display: none;
    }

    .flex-row.row {
        display: block;
    }

    .room-list-item img {
        transform: none;
    }

    .room-list-item .room-price-search {
        position: relative;
        margin-bottom: 0;
    }

    .room-list-item .room-price-details {
        border-left: 0;
    }

    .eagle-booking-alert {
        font-size: 14px;
        line-height: 18px;
    }

    .eagle-booking-alert i {
        display: none;
    }

    .room-more-details {
        position: relative;
    }

    .rooms-bar {
        border-top: 1px solid #ebebeb;
        padding-top: 15px;
    }

    .rooms-bar .rooms-view-sorting {
        margin-top: 30px;
        display: block;
        float: none;
    }

    .rooms-bar .rooms-sorting .dropdown-menu {
        min-width: 100%;
    }

    .page-title .room-price .price-number,
    .page-title .room-price .per-night-text {
        font-size: 16px;
    }

    #payment-form .form-row {
        display: block;
        width: 100%;
        float: none;
    }

    .payment-tabs-content .btn-stripe {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 15px;

    }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}
