/*
 Theme Name:   Newstar Child
 Theme URI:    http://newstar.bold-themes.com
 Description:  Newstar child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     newstar
 Version:      1.3.4
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  newstar-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */



/* woocommerce categories menu */
.woocommerce-page .btMenuHorizontal .menuPort nav > ul > .menu-item-19627 > a::after {
    background-color: #ed174d;
    content: ' ';
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    height: 4px;
}


/* eshop-menu-active on all woocommerce pages */

.woocommerce-cat-menu-container{
    display: block !important;;
    width: 100%;
    margin-bottom: 2em;
}
.woocommerce-cat-menu{
    border-bottom: 1px solid rgba(0,0,0,.2);
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    
}

.woocommerce-cat-menu li{
  display: inline-block;
    margin: 0;

}

@media screen and (min-width: 769px){
    .woocommerce-cat-menu li:not(:first-child){
    margin-left: 60px !important;
}
}

.woocommerce-cat-menu li.current-menu-item a, .woocommerce-cat-menu .cat-name{
    border-bottom: solid 4px #ed174d;
}

.woocommerce-cat-menu-container a, .woocommerce-cat-menu-container .cat-name{
    display: inline-block;
    padding: 1.4em 0 1.4em 0;
    color: #181818;
    font-size: 17px;
}
.woocommerce-cat-menu-container a:hover{
    color: #ed174d;
}

@media screen and (max-width: 768px){
    .woocommerce-cat-menu li{
        display: block;
    }
    .woocommerce-cat-menu li a{
        padding: 4px 0 4px 0;
        margin-bottom: 1em;
    }
    .woocommerce-cat-menu-container.port{
        margin-top: 1em;
    }
        
}

