/*!
Theme Name: webo Store 2.0 - ROSEMA
Author: lerqué | webo - AGENCIA DIGITAL
Version: 2.0.0
*/

/* -- BEGIN MENU - NAVIGATION -- */
.current-menu-item > a,
.current-menu-parent > a {
    font-weight: 500;
}

.botiga-dropdown ul ul a {
    padding: 5px 15px;
}

.botiga-dropdown ul ul a:hover {
    background-color: #000;
}
/* -- END MENU - NAVIGATION -- */


/* -- BEGIN PAGE HEADER -- */
.home .content-wrapper {
    margin-top: 0;
}
.home .entry-header,
.page-header,
.woocommerce-page-header {
    display: none;
}

.header-image {
    position: relative;
}
    .header-image img {
        filter: grayscale(88%);
    }

    h1.page-title {
        color: #fff;
        position: absolute;
        top: 6vw;
        left: 0;
        right: 0;
        text-align: center;
        text-shadow: 2px 2px 8px #000;
        z-index: 3;
    }

.category-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.category-image img {
    width: 100%;
}
/* -- END PAGE HEADER -- */


/* -- BEGIN SIDEBAR -- */
@media (max-width:991px) {
    #secondary.widget-area {
        max-width: 100%;
        width: 100%;
    }
}

#secondary .sidebar-wrapper {
    background-color: #efefef;
    padding: 30px;
}

#secondary .widget .widget-title,
.bhfb-footer .widget-title {
    border-bottom: 3px solid #04529d;
    padding-bottom: 4px;
}

#secondary .widget a {
    color: #212121;
    border-bottom: 1px solid #ddd;
    display: block;
}

#secondary .widget a:hover {
    color: #04529d;
}

#secondary .widget_price_filter .price_slider_amount {
    display: block !important;
    text-align: inherit;
    line-height: unset;
}

.widget ul li {
    padding-bottom: 5px;
}

.current-cat > a {
    font-weight: 600;
}

#secondary .wc-layered-nav-term .count {
    display: none;
}

/* -- END SIDEBAR -- */


/* -- BEGIN FOOTER -- */
.bhfb-footer,
.bhfb-footer a {

}

.bhfb-footer .widget-title {
    padding-top: 30px;
}

.bhfb-main_footer_row a {}

.bhfb-main_footer_row a:hover {
    color: #04529d;
}

.bhfb-below_footer_row,
.bhfb-below_footer_row a {
    color: #fff;
}
/* -- END FOOTER -- */


/* -- BEGIN WOOCOMMERCE -- */
#pickup_location_field {
    display: none !important;
}
/* -- END WOOCOMMERCE -- */