/*
Theme Name: Floomi
Theme URI: https://floomi.wpbingosite.com/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Floomi is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: floomi
Tested up to: 5.8 
Requires PHP: 7.4
Domain Path: /languages
Copyright: © 2025 Wpbingo. All rights reserved.*/


@media (max-width: 1500px) {
   #primary-menu.menu {
        gap: 35px  !important;
    }
}

@media (min-width: 1501px) {
   #primary-menu.menu {
        gap: 35px !important;
    }
}

@media (max-width: 1024px) {
#main_navigation-menu .level-0:not(.menu-item-has-children){
	padding:10px 0px !important;
}
}
.bwp-header .bwp-row .bwp-column.horizontal-end .bwp-component-menu .bwp-navigation ul>li.level-0.mega-menu.mega-menu-custom-width>.sub-menu,	
 .bwp-header .bwp-row .bwp-column.horizontal-end .bwp-component-menu .bwp-navigation ul>li.level-0>.sub-menu {
   /* right: initial !important;*/
    margin-left: -39% !important;
    margin-right: auto !important;
	 
}

.gallery_tabs .elementor-inline-item a:hover {
    color: #fff;
    background: var(--theme-color, #b89e2e);
    border-color: var(--theme-color, #b89e2e);
}
.gallery_tabs .elementor-inline-item a {
    font-size: var(--font-size-body, 14px);
    font-weight: 500;
    color: var(--gray-dark, #000);
    margin: 3px;
    border: 1px solid var(--border-color, #e9e9e9);
    display: inline-block;
    padding: 6px 25px;
    background: transparent;
    white-space: nowrap;
    position: relative;
    border-radius: 25px;
}
