.footer-logos  {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footer-logos  a {
    display: flex;
    align-items: center;
}
.footer-logos img[src="https://ekozuikuciai.com/wp-content/uploads/2020/07/SEB_Logo.svg.png"] {
    filter: brightness(15) grayscale(1) invert(1);

}
.footer-logos > div {
    width: fit-content !important;
    position: static !important;
}
.footer-logos img {
    max-width:80px;
    max-height:25px;
    object-fit: contain;
    filter: brightness(15) grayscale(1);
}
.background-map__wrapper {
    overflow: hidden;
}
#step-2 .old_price {
    font-size: 14px;
    text-decoration: line-through;
    color: red;
}
#step-2 .price_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 17px;
    gap: 2px;
}
.time-select .room-info p.show_discount {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1;
}
.background-map__wrapper .fusion-builder-row {
    position:static!important;
    max-width: unset!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.fusion-body .background-map__wrapper .background-map {
    position: absolute;
    top: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    height: 100%;
    left: -600px;
    width: calc(100% + 600px) !important;
}
.background-map__wrapper .background-map * {
    margin: 0!important;
    width:100%;
    height:100%;
}
.video-background {
    cursor: pointer;
}
body.category-kambariai .fusion-post-grid .wp-post-image {
    aspect-ratio: 2 / 1.5;
    object-fit: cover;
}

.room-totals .discount {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 15px;
}
.room-totals .discount  .discount-apply {
    background-color: #95d1c7;
    color: #000;
    padding: 15px 40px;
    line-height: 21px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 500;
    font-family: DM Sans;
    cursor: pointer;
    margin-right: 0!important;
}
.room-totals .discount  .discount-apply:hover {
    background-color: #2e96aa;
    color: #FFF;
}
.room-totals .discount input {
    height:51px;
}
.room-totals .discount-error{
    color: red;
    font-size: 12px;
    text-transform: none;
    max-width: 500px;
    margin: 0 auto;
    margin-right: auto!important;
    margin-top: 5px;
}
/*body:not(.admin-bar) #bookly-service_2 {*/
/*    display:none;*/
/*}*/
/*body:not(.admin-bar) .service-more-info , body:not(.admin-bar) label[for="bookly-service_2"]{*/
/*    display:none;*/
/*}*/
.service-more-info {
    position: absolute;
    width: 20px;
    top: 10px;
    right: 10px;
}
.custom-select .extra-info {
    display:none;
}
#extra-info-modal {
    background-color: rgba(0,0,0,.3);
}
#extra-info-modal .swiper-slide img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
#extra-info-modal .modal-header .close {
    margin-top: -34px;
    opacity: 1;
    font-size: 30px;
}
#extra-info-modal .swiper-wrapper {
    min-height:400px;
}
#extra-info-modal .swiper-button-next,#extra-info-modal .swiper-button-prev {
    color:#000;
}
#extra-info-modal .description {
    padding-top:20px;
}
#extra-info-modal .modal-dialog {
    max-width: 450px;
}
body:not(.admin-bar) #step-3 .service-select:nth-child(4) {
    display:none;
}
body:not(.admin-bar) #step-3 .service-select:nth-child(5) {
    display:none;
}
/*.addons.bookly-service_2 > span {*/
/*    display:none;*/
/*}*/
/*#bookly-service_2 li div {*/
/*    display:none;*/
/*}*/

.camp-popup {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height:100vh;
    top:0;
    left:0;
    background-color: rgba(0,0,0,.7);
    z-index: 999999;
    position: fixed;
}
.camp-popup a{
    width:600px;
    height:600px;
    border-radius: 20px;
    background-image: url('/wp-content/uploads/2023/05/900x900.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.camp-popup-exit {
    position: absolute;
    top:15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.camp-popup.show{
    display:flex;
}
@media(max-width:768px) {
    .camp-popup a{
        background-image: url('/wp-content/uploads/2023/05/600x600.jpg');
        width:425px;
        height:425px;
    }
    .fusion-body .background-map__wrapper .background-map {
        left: -350px;
        width: calc(100% + 350px) !important;
    }
}
@media(max-width:640px) {
    .fusion-body .background-map__wrapper .background-map {
        left: 0;
        width: 100%!important;
        top: -400px;
        height: calc(100% + 400px);
        transition: all ease-in-out;
    }
}
@media(max-width:425px) {
    #extra-info-modal .swiper-wrapper {
        min-height:calc(100vw - 30px);
    }
    .camp-popup a{
        background-image: url('/wp-content/uploads/2023/05/600x600.jpg');
        width:320px;
        height:320px;
    }
    .room-totals .discount {
        flex-direction: column;
    }
    .room-totals .discount.text {
        flex-direction: row;
    }
    .room-totals .discount  .discount-apply {
        width:100%;
        text-align: center;
    }
}
