/*
Theme Name: Filox Child Theme
Description: This is a custom child theme for Filox
Theme URI:   https://filox.gr
Author: Filox
Template: filox
Version: 1.0
*/


/**
 * Woocommerce Styles
 */

.shop-sidebar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar-open-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 1.125em;
    margin-bottom: 2.5em;
    background: #343031;
    color: #FFF6F6;
    cursor: pointer;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .shop-sidebar {
        position: fixed;
        top: 0;
        left: -1000px;
        height: 100%;
        padding: 30px;
        padding-top: 150px;
        background-color: #f0f0f0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transition: left 1s ease;
        z-index: 9999;
    }

    .shop-sidebar.open {
        left: 0;
    }

    .shop-sidebar__filter {
        overflow-y: auto;
        overflow-x: hidden;
        height: 80%;
    }

    .shop-sidebar__filter--action {
        position: absolute;
        bottom: 0;
        width: 85%;
        height: 15%;
    }

}

@media screen and (max-width: 992px) {

    .shop-sidebar.open {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {

    .shop-sidebar.open {
        width: 100%;
    }

}

@media screen and (min-width: 992px) {
    .shop-sidebar {
        width: 21%;
    }

    .sidebar-open-button {
        display: none;
    }

    .shop-sidebar__header--close {
        display: none;
    }

    .woocommerce .span_9 ul.products li.product,
    .woocommerce-page .span_9 ul.products li.product {
        padding: 0 1em 2em 0;
    }

}

.shop-sidebar__filter--action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-sidebar__filter--action .berocket_single_filter_widget {
    width: 48%;
}

.shop-sidebar__filter--item .berocket_single_filter_widget .bapf_sfilter ul li {
    white-space: nowrap;
}

.shop-sidebar__filter--action .berocket_single_filter_widget button.bapf_button {
    padding: .25em 0;
    background: #343031;
    color: #FFF6F6;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

.shop-sidebar__filter--action .berocket_single_filter_widget button.bapf_button:hover {
    color: #343031;
}

.woocommerce-loop-product__footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.woocommerce-loop-product__footer .button.add_to_cart_button {
    font-family: inherit;
    line-height: 1.1;
    font-size: 0.875em;
    font-weight: 700;
    padding: .618em 1em;
}

.sidebar-open-button.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    border-radius: 0;
}
body[data-smooth-scrolling="0"]:not(.no-mobile-scroll) {
    overflow: auto;
}
@media screen and (max-width: 450px) {
    .sbp-modal-overlay {
        display: none !important;
    }  
}
body.sbp_booking_page #footer-outer {
    display: none !important;
}
body.sbp_booking_page #header-space, body.sbp_booking_page #search-outer, .sbp-mobile-trigger-results {
      display: none !important;
}

#wahanda-online-booking-widget-iframe {
    height: calc(100vh - 130px);
}

@media screen and (min-width: 1000px) {
    #wahanda-online-booking-widget-iframe {
        margin-top: 100px;
        height: calc(100vh - 150px);
    }
}
.home_button_wrapper {
    text-align: left;
}