/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


.wc-category-nav {
    display: flex;
    align-items: center;
    gap: 50px;
}

.wc-category-nav__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0 15px;
    text-decoration: none;
    color: #555;
    font-size: 24px;
    font-weight: 500;
}

.wc-category-nav__icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.wc-category-nav__badge {
    position: absolute;
    top: -5px;
    right: -25px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #4c5a73;
    border-radius: 20px;
    text-transform: uppercase;
}

.wc-category-nav__item.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #222;
    border-radius: 3px;
}

.hws-container .header-search-container {
    flex: 1;
    top: -5px;
    position: relative;
    display: flex;
    justify-content: center;
    margin: -2px 0;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 20px;
}

.header-search-container-v2 {
}

.header-search-container-v2 .listeo_search_form_mobile_active {
    display: none;
}

.header-search-container-v2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {

    .header-search-container-v2 .listeo-form-search_in_header {
        display: none;
    }

    .header-search-container-v2 .listeo_search_form_mobile_active {
        display: block;
        border-radius: 50px;
        border: gray 1px solid;
        text-align: center;
        padding: 15px;
        width: 100%;
    }

    .header-search-container-v2 {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .slim-mobile-menu .hws-wrapper .header-widget {
        display: none;
    }
}


