/*
Theme Name: proweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
p.name.product-title.woocommerce-loop-product__title a {
    color: #000;
}
li.cat-item.cat-item-120387 {
    display: none;
}
aside#woocommerce_product_categories-2 {
    background: #eeeeeeb3;
    padding: 10px;
}
.term-description {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
@media (min-width: 850px){
    .devvn_toolbar ul li a span {
        visibility: visible !important;
        opacity: 1 !important;
    }
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;
        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
        font-size: 14px;
        color: #333 !important;
    }
    header#header .nav-dropdown a:hover {
        color: #0088CC !important;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
        color: #333 !important;
    }
    header#header .nav-dropdown li.active>a,
    header#header .nav-dropdown li:hover>a {
        color: #0088CC !important;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}