/*
Theme Name: WPPOOL Portal
Theme URI: https://wppool.dev
Author: WPPOOL
Author URI: https://wppool.dev
Description: A modern WordPress theme for WPPOOL products and services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wppool-portal
*/

body,
html {
	overflow-x: hidden;
	max-width: 100%;
}

@media (min-width: 1024px) {
	#mobileMenu {
		display: none !important;
	}
}

.fluent-cart-single-product-page {
	padding: 0 !important;
	margin-top: 0 !important;
}

.admin-bar .header-menu {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .header-menu {
		top: 46px;
	}
}

body:not(.admin-bar) main {
	padding-top: 64px;
}

.admin-bar main {
	padding-top: 96px;
}

@media screen and (max-width: 782px) {
	.admin-bar main {
		padding-top: 110px;
	}
}
