/*
Template:       luxsa
Theme Name:     Luxsa Child
Theme URI:      http://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     http://themeforest.net/user/LaStudio?ref=LaStudio
Description:    LUXSA - Fashion WooCommerce Theme
Version:        1.0.0
Requires at least: 4.4
Requires PHP: 5.6
Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready, architecture, interior
License: 		GNU General Public License
License URI: 	licence/GPL.txt
Text Domain:    luxsa-child
Domain Path:    /languages/
*/
.menu_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon a {
    background-color: #000;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    padding: 10px;
}
.menu_icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon a svg {
    filter: brightness(0) invert(1);
}
html .lahb-nav-wrap .top-level-link{
	padding-top:15px;
	padding-bottom:15px;
}
header .menu .text-wrap:after{
	top:34px;
}
img{
	pointer-events:none;
}
header .lahb-search .search-form .search-field {
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    height: 40px;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    padding: 0px 40px 0px 15px;
    font-size: 14px;
    color: #202020;
}
header .lahb-search .search-form .search-field::placeholder {
    color: #7f7f7f;
}