/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
.archive .sidebar {
    padding: 15px 0 0;
}
.sidebar h2 {
    font-size: 40px;
}
.sidebar ul.product-categories {
    padding: 0 10px;
    list-style-type: none;
}
.sidebar .product-categories a {
    font-size: 15px;
}
@media (min-width: 1100px) {
    .archive.tax-product_cat .fl-content .container {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .archive .sidebar {
        padding: 0;
    }
}