/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2025 | 07:52:13 */
#menu-header .pp-has-submenu-container .pp-menu-toggle {
	display: none !important;
}

#menu-header .pp-has-submenu-container .menu-item-text {
	padding-right: 0;
}

#menu-header .sub-menu {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 20px;
	width: 230px;
    margin-top: 22px;
}

#menu-header .sub-menu::before {
    background: transparent;
    height: 22px;
    width: 100%;
    content: "";
    position: absolute;
    top: -22px;
    left: 0;
}