/*
Theme Name: Anova
Theme URI: https://wordpress.org/themes/anova/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: anova

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
a {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.right-catproduct .berocket_aapf_widget .berocket_label_widgets {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 2px;
}
.right-catproduct ul.berocket_aapf_widget li {
    list-style-type: none;
    padding:6px 4px 5px;
    margin: 3px 0px;
    max-width: 160px;
}
.right-catproduct ul.berocket_aapf_widget li#active_checked {
    background: #dceeed;
	font-weight: 700;
}
.right-catproduct ul.berocket_aapf_widget li input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}
.right-catproduct  .berocket_aapf_widget-title_div {
    font-size: 15px;
    padding-right: 0;
}
.right-catproduct .berocket_aapf_widget li#active_checked .berocket_label_widgets{
	font-weight: 700;
}

ul.berocket_aapf_widget li > span {
    position: relative;
}
ul.berocket_aapf_widget li > span label.checkmark {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #000;
    position: absolute;
    background: #fff;
    right: 0;
    top: -1px;
}
ul.berocket_aapf_widget li > span input[type="checkbox"] {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
ul.berocket_aapf_widget li#active_checked > span label.checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 10px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: "";
}
.term_count{
    padding-right: 24px;
}