/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2023 | 06:44:52 */
.mob-menu-st .eicon-close:before {
	content: url(/wp-content/uploads/2023/08/sort-ascending-Bold.svg);
	margin-top: 5px;
	display: block;
}
.mob-menu-st .elementor-menu-toggle__icon--close {
	transform: rotateY(0deg) rotate(180deg);
}

@media only screen and (max-width: 1024px) {
	.mob-menu-st .elementor-nav-menu--dropdown.elementor-nav-menu__container {
		background-color: #ffffffeb;
		display: flex;
		align-items: center;
		left: auto!important;
		right: 0px !important;
		height: 100vh;
		top: 0px!important;
    	position: fixed!important;
		margin-top: 0;
		
	}
	.mob-menu-st .elementor-nav-menu a {
		justify-content: flex-end;
	}
	
	.elementor-menu-toggle {
		z-index: 9999;
	}
	.elementor-menu-toggle:before {
		content: "MENU";
		padding-right: 10px;
		font-size: 24px;
		color: var(--e-global-color-primary )!important;
		margin-top: -4px;
	}
}
