/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
ul.product-categories  {background-color: #fafafa; border-radius: 13px; padding:20px;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.product-categories li .count {
    float: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    order: 1;
    text-align: center;
    margin-top:7px;
    margin-left: 5px;
    min-width: 15px;
    font-size: 10px;
    line-height: 1.2em;
    border-radius: 0;
    background-color: #f7f7f7;
    border-width: 0;
    border-color: #e7e6e3;
    color: #967259;
    transition: all .3s;
     box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); 
      
}
ul.product-categories li.cat-parent ul.children {
    padding-left: 20px; 
}
ul.product-categories li.current-cat a{
    font-weight:bold!important; color:#bd4949!important;
}

ul.product-categories li  a{
    color:#000; font-weight: 600;
}
ul.product-categories li.cat-parent ul.children  a{
    color:#636363; font-weight: 400;
}
ul.product-categories li.cat-parent, li.current-cat ul.children  a{
    color:#bd4949!important; font-weight:normal!important;
}
ul.product-categories li:before{ 
    content: "";
    display: block;
    width: 100%;
    height: 1px; 
    background-color: #ebebeb; 
    margin-top: 8px; 
    margin-bottom: 8px; 
}
ul.product-categories > li:first-of-type:before{ 
   display:none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float:none; 
}
}