.item-product .item-avr-prd {
    height: 250px;
}

.item-product .item-avr-prd img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-photo{
    height: 165px;
}
.item-photo img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.list-boek-res.show-all{
    height: 350px;
    overflow: scroll;
    overflow-x: hidden;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #7fc3a7;
    color: #7fc3a7;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}
.dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #7fc3a7;
    color: #7fc3a7;
}
.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }
    30% {
        box-shadow: 9984px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 9984px 0 0 -5px;
    }
}
@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }
    30% {
        box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 9999px 0 0 -5px;
    }
}
@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }
    30% {
        box-shadow: 10014px 0 0 2px;
    }
    60%, 100% {
        box-shadow: 10014px 0 0 -5px;
    }
}

.section-loading .col-sm-12{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

button.btn_field:disabled {
    background: #dddddd;
}
img.star-icon {
    width: 20px;
}

.reaction-icon-click.active .icon-heart{
    display: none;
}

.reaction-icon-click.active .icon-heart-favorites{
    display: inline-block;
}

.reaction-icon-click img.icon-heart-favorites{
    display: none;
}

.item-product .item-avr-prd {
    height: auto;
    max-height: 250px;
}

@media (max-width: 767px) {
    .search_box_select .select2 {
        height: 50px;
        font-size: 12px;
    }

    .txt_location .select2 {
        height: 50px;
        font-size: 12px;
    }

    .boek-lucky ul {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .btn-lucky {
        flex: 0 0 100% !important;
    }
}

.register-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.register-container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.register-form/* {
    display: flex;
    flex-direction: column;
}

.register-form label {
    margin-bottom: 5px;
    font-weight: bold;
}

.register-form input,
.register-form select {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
}
.phone-input {
    display: flex;
    gap: 10px;
}

.phone-input select {
    flex: 1;
    max-width: 80px;
}

.phone-input input {
    flex: 3;
}*/

.password-hint {
    font-size: 14px;
    color: #888;
    margin-top: -10px;
    margin-bottom: 15px;
}

.terms {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.terms a {
    color: #007bff;
    text-decoration: none;
}

.terms a:hover {
    text-decoration: underline;
}

button {
    padding: 10px;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.modal-dialog {}
/*#modalRegister .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px!important;
}
#modalRegister .select2-container--default .select2-selection--single{
    border: none!important;
}
#modalRegister .select2-container .select2-selection--single {
    height: 28px!important;
}*/
#modalRegister .modal-dialog {
    /* max-height: 90vh; */
    /* overflow: auto; */
}

/*.register-form {
    max-height: 80vh;
    overflow: auto;
    padding-right: 14px;
}

form.register-form::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

form.register-form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #61b860;
}*/

.login-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}
.login-container h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}
.login-container .btn-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.login-container .btn-social img {
    margin-right: 10px;
}
.language-selector {
    margin-top: 1rem;
}
.language-selector .btn {
    padding: 0.5rem 1rem;
}

.box-banner-detail .avarta img{
    height: 50vh;
}
.boek-lucky ul {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}
.btn-lucky {
    flex: 0 0 120px;
}

.txt_location .select2{
    height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.txt_location .select2-container--default .select2-selection--single{
    border: none;
}

.txt_location .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 25px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 21px;
    transform: translateY(-50%);
}

.search_box_select .select2{
    height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.search_box_select .select2-container--default .select2-selection--single{
    border: none;
}

.search_box_select .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 25px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 21px;
    transform: translateY(-50%);
}
.search_box_select .select2-container--default .select2-selection--single .select2-selection__clear {
    color: #999;
    height: 25px;
    position: absolute;
    top: 51%;
    right: 1px;
    width: 21px;
    transform: translateY(-50%);
    padding: 0;
}


.select2-search__field:focus{
    outline: none;
}
main{
    min-height: calc(100vh - 76px - 194px);
}

.card-img.skeleton {
    padding-bottom: 56.25%;
    position: relative;
}
.card-title.skeleton {
    min-height: 28px;
    border-radius: 4px;
}
.card-intro.skeleton {
    min-height: 72px;
    border-radius: 4px;
}

.skeleton {
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1.4s ease infinite;
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
.footer_link li{
    margin-bottom: 10px!important;
}
.footer_link a{
    color: white;
}
.modal-auth-custom .modal-content{
    border-radius: 10px;
}
.modal-auth-custom .modal-body {
    padding: 45px 20px;
}


.modal-auth-custom .logo{
    text-align: center;
}
.modal-auth-custom .logo img{
    width: 300px;
}

.modal-auth-custom .form-group label{
    margin-bottom: 5px;
    font-weight: 500;
}
.modal-auth-custom .form-control{
    height: 45px;
    border-radius: 6px;
}
.modal-auth-custom .auth-field{
    width: 300px;
    margin: 40px auto 0 auto;
}
.font-weight-500{
    font-weight: 500;
}

.modal-auth-custom .item-frm .btn_field{
    height: 45px;
    outline: none;
}

.modal-auth-custom .btn_social_login:hover {
    background-color: rgb(222 222 222 / 1);
    color: rgb(43 43 43 / 1);
}
.modal-auth-custom .btn_social_login span img {
    width: 100%;
    height: 100%;
}
.modal-auth-custom .btn_social_login span {
    width: 24px;
    display: inline-block;
    margin-right: 5px;
}
.btn_login_facebook{
    display: block;
    margin-top: 15px;
}

.modal-auth-custom .btn_social_login {
    width: 100%;
    padding: 13px;
    background-color: #ebebeb;
    border-radius: 6px;
    font-size: 15px;
    color: rgb(43 43 43 / 1);
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-content: center;
}
.modal-auth-custom .modal-body .title{
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#modalRegister .modal-auth-custom .auth-field{
    width: 100%;
}

#modalRegister .modal-auth-custom .modal-body{
    padding: 45px 20px;
}
#modalRegister .modal-auth-custom{
    max-width: 770px;
}

/*#modalRegister .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 32px;
}*/

#modalRegister .select2, #modalBookingLastMinutes .select2{
    padding: 6px !important;
    margin-bottom: 15px!important;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    font-size: 13px!important;
}
#modalRegister .select2-container--default .select2-selection--single,  #modalBookingLastMinutes .select2-container--default .select2-selection--single{
    border: none!important;
}

#modalRegister .select2-selection__rendered, #modalBookingLastMinutes .select2-selection__rendered {
    line-height: 30px !important;
}
#modalRegister .select2-container .select2-selection--single, #modalBookingLastMinutes .select2-container .select2-selection--single {
    height: 31px !important;
}
#modalRegister .select2-selection__arrow, #modalBookingLastMinutes .select2-selection__arrow {
    height: 37px !important;
}

#modalBookingLastMinutes .modal-auth-custom .auth-field{
    width: 100%;
    margin-top: 20px;
}

.item-frm .btn_field.btn_reservations{
    height: 44px;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    font-weight: 500;
}

.message-container.new-site{
    position: fixed;
    top:30px;
    left:15px;
    right:15px;
    padding:30px;
    text-align:center;
    background-color:#daffe4;
    border-radius:5px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    font-size:14px;
    line-height: 1.4;
}
.btn-close-message{
    color:#000 !important;
    font-size:18px;
    line-height: 1;
    position: absolute;
    top:0;
    right:0;
    padding:15px 15px 0 0;
}
@media(min-width:768px){
    .message-container.new-site{
        width:600px;
        top:45px;
        left:50%;
        right:auto;
        margin-left:-300px;
        font-size:16px;
        padding:45px 30px;
    }
    .btn-close-message{
        font-size:22px;
    }
}

.info-contact-detail .desc{
    word-break: break-word;
}

.bd-navbar .dropdown-item.active {
    font-weight: 500;
    color: #212529;
    background-color: transparent;
    background-image: url('../../images/check.svg');
    background-repeat: no-repeat;
    background-position: .4rem .6rem;
    background-size: .75rem .75rem;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7fc3a7;
}
.dropdown-item:hover{
    background-color: #ebebeb;
}
.custom_page {
    color: #212529;
    font-size: 15px;
}
.custom_page h1{
    margin: 0 0 30px 0;
    font-weight: bold;
    color: #7fc3a7;
}
.custom_page h2 {
    font-size: 24px;
    color: #7fc3a7;
    margin: 45px 0 15px 0;
}
.custom_page h3 {
    margin: 0 0 10px 0;
    text-transform: inherit;
}

.modal-auth-custom .close{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #000;
    opacity: 0.5;
    z-index: 9;
}

#modalSearchLastMinutes .btn_search{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    padding: 0 20px;
    background: #7fc3a7;
    height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: initial;
}
#modalSearchLastMinutes .btn_search:focus{
    outline: none !important;
    border: none;
    box-shadow: none;
}


#modalSearchLastMinutes .btn_search .icon .icon_loading{
    display: none;
}

#modalSearchLastMinutes .btn_search.loading{
    opacity: 0.6;
    pointer-events: none;
}

#modalSearchLastMinutes .btn_search.loading .icon .icon_text{
    display: none;
}

#modalSearchLastMinutes .btn_search.loading .icon .icon_loading{
    display: inline-block!important;
}

#modalSearchLastMinutes .select2-selection__rendered {
    line-height: 41px !important;
}
#modalSearchLastMinutes .select2-container .select2-selection--single {
    height: 45px !important;
}
#modalSearchLastMinutes .select2-selection__arrow {
    height: 44px !important;
}

#modalSearchLastMinutes .form-control[readonly]{
    background: unset!important;
}

#modalSearchLastMinutes .select2-selection__clear span{
    font-size: 19px;
    color: #000000;
    font-weight: unset;
}

#modalSearchLastMinutes .lst_last_minute{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#modalSearchLastMinutes .lst_last_minute::-webkit-scrollbar {
    width: 10px;
    height: 50px;
}

#modalSearchLastMinutes .lst_last_minute::-webkit-scrollbar-thumb {
    background-color: #7fc3a7;
}

.text_info p{
    margin-bottom: 10px;
}

/*mobile*/

@media (max-width: 767px) {
    .form-search-club .item-lucky .choose .txt_field.txt_date {
        height: 60px;
        font-size: 18px;
    }
    .item-reserveren .icon-reserveren{
        height: 140px;
        max-width: 140px;
    }
    .download-res .button_download{
        width: 300px;
    }

    div#weglot-switcher-2{
        z-index: 2!important;
    }

    .close-menu a{
        font-size: 20px;
        color: white;
    }
}
.item-reserveren .icon-reserveren{
    height: 140px;
    width: 140px;
    max-width: 140px;
}
.download-res .button_download{
    width: 250px;
}

.item-reserveren .icon-reserveren img {
    max-height: 45px;
}

.social img{
    width: 25px;
    height: 25px;
}

.item-locatie .avarta a{
    display: block;
    width: 100%;
    height: 100%;
}

.item-locatie h3{
    pointer-events: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #7fc3a7;
}

/*only pc*/
@media (min-width: 768px) {
    .right.text_info {
        flex: 0 0 calc(100% - 290px);max-width: calc(100% - 290px);
    }
}


