/*
 Theme Name:   Erna Child  
 Theme URI:    https://wordpress.themeholy.com/erna/
 Description:  This is a child theme for Erna - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy
 Template:     erna
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  erna-child
*/

/*  [ Add your custom css below ] 
- - - - - - - - - - - - - - - - - - - - */   
/* ------------------------------------
   Custom CSS
------------------------------------ */

/* Fix Header Search Category Width */
#product-category,
.nice-select {
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
}

.nice-select .current {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Keep search bar layout */
.search-form,
.header-search,
.product-search-form {
    display: flex;
    align-items: center;
}

.search-form input[type="search"],
.product-search-form input[type="search"] {
    flex: 1;
    min-width: 0;
}