.mam-stuba-hotel-item, .mam-stuba-room-item {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

a.mam-stuba-hotel-item-link, a.mam-stuba-room-item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mam-stuba-hotel-item h3 {
    font-size: 18px;
    margin: 0;
}

.mam-stuba-hotel-content p {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 100px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
}

.mam-stuba-hotel-price-outer {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    text-align: center;
    background-color: #469B58;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.mam-stuba-hotel-price {
    position: relative;
}

.mam-stuba-hotel-price-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mam-stuba-hotel-item:hover {
    background-color: #f1f1f1;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.mam-stuba-hotel-item:hover .mam-stuba-hotel-price-outer {
    background-color: #1DD68A;
}

.mam-stuba-hotel-gallery a {
    display: inline-block;
    max-width: 47.5%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
}

.mam-stuba-hotels-list .pagination {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.mam-stuba-hotels-list .pagination > * {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #1DD68A;
    color: #fff;
    font-weight: normal;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
}

.mam-stuba-hotels-list .pagination span.page-numbers.current {
    background-color: #225604;
    font-weight: bold;
}

.mam-stuba-hotels-list .pagination > *:hover {
    background-color: #225604;
}

.adult-field-container h3, .child-field-container h3 {
    margin: 20px 0 0 !important;
}


.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    padding: 0;
}

.mam-search-form-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
}

.mam-search-form-col {
    width: 100%;
    position: relative;
}

.mam-search-form-col.mam-search-form-col-submit {
    width: auto;
}

.k-input-button:hover {
    background-color: #225604 !important;
}

.adults-children-popup {
    background-color: #fff;
    border: 1px solid #89c712;
    padding: 15px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.adults-children-popup.active {
    opacity: 1;
    pointer-events: all;
}

.adults-children-adults,
.adults-children-children,
.adults-children-nationality {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.adults-children-adults label,
.adults-children-children label,
.adults-children-nationality label {
    min-width: 75px;
    font-weight: 500;
    font-size: 14px;
}

.ages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.adults-children-popup-inner {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.adults-children-button {
    text-align: center;
}

.adults-children-popup input[type="number"],
input.checkin-checkout-range,
select.child_age,
input.adults-children {
    padding: 7px 10px;
    border-color: rgba(0, 0, 0, 0.08);
    text-align: center;
}


.adults-children-popup input[type="number"],
select.child_age {
    padding: 5px 10px;
    font-size: 14px;
}

.region-dropdown span.k-input-value-text {
    text-align: center;
    background-image: url("icons/bed-solid.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

input.checkin-checkout-range {
    background-image: url("icons/calendar-solid.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

input.adults-children {
    background-image: url("icons/user-regular.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto 20px;
}

.adults-children-popup-btn, .mam-search-form-search-btn {
    background-color: #225604 !important;
    border-radius: 0;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 500;
}

.daterangepicker .drp-buttons .btn {
    color: #fff !important;
    background-color: #225604 !important;
    border-radius: 0;
    border: none !important;;
}

.booking-sidebar .mam-search-form-inner {
    display: flex;
    flex-direction: column;
}

.booking-sidebar .adults-children-popup.active {
    position: relative;
}

.refund-policy {
    margin-top: 15px;
}

.refund-policy p {
    margin: 0;
}

.gm-style-iw-d a {
    background-color: green;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
}

.gm-style-iw-d {
    box-sizing: border-box !important;
    max-width: 280px;
    text-align: center;
    padding: 15px 15px !important;
    overflow: auto !important;
}

.gm-style-iw.gm-style-iw-c {
    padding: 0;
    box-sizing: border-box;
}

.gm-style-iw-d h2 {
    margin: 0;
}

#map {
    display: none;
}

#map.active {
    display: block;
}

h3.search-box-options-regions-item {
    pointer-events: none !important;
}

@media all and (min-width: 767px) {
    .adult-title, .child-age, .child-title {
        max-width: 19%;
        display: inline-block;
        margin-right: 1% !important;
    }

    .adult-first-name, .adult-last-name, .child-first-name, .child-last-name {
        max-width: 39%;
        display: inline-block;
        margin-right: 1% !important;
    }
}

@media all and (max-width: 992px) {
    .row .mam-stuba-hotel-content {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        left: 10px;
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 15px;
    }

    .row .mam-stuba-hotel-price {
        position: absolute;
        height: 150px;
        width: 150px;
        top: 10px;
        right: -2px;
    }

    .mam-stuba-hotel-content p {
        max-height: 100px;
        height: auto;
    }

    .mam-stuba-hotel-price-outer {
        opacity: 0.75;
    }
}

@media all and (max-width: 767px) {
    .mam-stuba-hotel-content p {
        display: none;
    }

    .mam-search-form-inner {
        display: flex;
        flex-direction: column;
    }

    .adults-children-popup.active {
        position: relative;
    }
}