/*
Theme Name: My Custom Theme
Theme URI: https://techjobs.vn/
Author: Godream Themes
Author URI: https://techjobs.vn/
Description: Theme Name is a WordPress shopping theme designed for WooCommerce. The theme is ideal for supermarkets, shopping malls or convenience stores with loads of product categories.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: text_domain
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Theme Name are located in assets/css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
/* @import "./libs/font-awesome/css/font-awesome.min.css";
@import "./libs/owl-carousel/assets/owl.carousel.min.css"; */

.sidebar-menu .megamenu-nav-main .megamenu-item:hover > .megamenu-content {
	display: block;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #e30019;
    color: #fff;
    text-transform: uppercase;
	border: 0;
}

#site-menu-handle-mobile{
	display: none;
}

@media (max-width: 992px) {
	#site-menu-handle{
		display: none;
	}
	#site-menu-handle-mobile{
		display: block;
	}

	.main-header .main-header--top .header-action-item .header-action_boxfull{
		display: none;
	}
}