﻿.masthead.-type-7 .mainSearch-ct {
    bottom: 148px;
}
.klk-skeleton-block {
    border-radius: 6px;
    height: 26px;
}

.klk-skeleton-dark .klk-skeleton-comp {
    background-color: #e6e6e6;
}

.klk-skeleton-light .klk-skeleton-comp {
    background-color: #f5f5f5;
}

.klk-skeleton-animate .klk-skeleton-comp {
    animation: klk-skeleton-animate .8s linear 0s infinite alternate none running;
}

@keyframes klk-skeleton-animate {
    0% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
/*ST css*/
.result-desc-ct {
    display: -webkit-box; /* Use the WebKit box model */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    overflow: hidden; /* Hides the overflowed content */
    text-overflow: ellipsis;
}
/* NL css */

.mainSearch .button-grid {
    grid-template-columns: 1fr 250px auto;
}
.masthead.-type-7 {
    padding-top: 0; 
}
main {
    padding-top: 90px;
}
.activity_plans_cards_offcanvas.offcanvas.offcanvas-end {
    min-width: 80%;
}
header.header {
    border-bottom: 1px solid #eee;
}
header.header.is-sticky {
    border-bottom: 1px solid #eee;
    box-shadow: 0 3px 9px 0 rgb(101 93 93 / 10%);
}


.pax_quantity {
    display: flex;
    max-width: 140px;
    text-align: center;
}

.booking-unit-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pax_select_wrap {
/*    max-width: 400px;*/
}
.price_quantity_wrap {
    display: flex;
    gap: 16px;
    align-items: center;
}

.pax_quantity .counter_icon {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 8px;
}

input.pax_number {
    text-align: center;
}

.pax_select_wrap .grid_row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.pax_select_wrap .grid_row label {
    font-weight: bold;
}
.form-floating.plan_date input.fromdate {
    border: 1px solid #e5e4e4;
}
.accordion-button:not(.collapsed) {
    background-color: #f9adad40;
}
img.confirmation_logo_img {
    width: 90px;
}
.email_print_wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}
.email__wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}
.prints_btns_wrap {
    display: flex;
    gap: 15px;
}


@media only screen and (min-width: 991px) {
    .offcanvas.offcanvas-start.filter_offcanvas {
        visibility: visible;
        transform: translateX(0px);
        position: static;
        border-right: 0;
    }
    .offcanvas.offcanvas-start.filter_offcanvas .offcanvas-header {
        display: none;
    }
    .offcanvas.offcanvas-start.filter_offcanvas .offcanvas-body {
        overflow-y: visible;
    }

}

@media only screen and (max-width: 767px) {
    .booking-unit-content {
        flex-direction: column;
        align-items: start;
    }

    .price_quantity_wrap {
        justify-content: space-between;
        width: 100%;
    }
    .email_print_wrap {
        flex-direction: column;
    }

    .email__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}