@media (min-width: 850px) {
	/*css header menu*/
	input#woocommerce-product-search-field-0 {
		border-width: 2px;
		border-color: #222;
		height: 48px;
		padding: 0 20px;
		font-size: 16px;
	}

	input#woocommerce-product-search-field-0:focus {
		background-color: #fff;
	}

	button.ux-search-submit.submit-button {
		right: 12px;
		font-size: 16px;
	}

	/* 	css header bottom */
	div#wide-nav {
		border-bottom: 2px solid #cccc;
	}

	#wide-nav ul li.menu-item:not(:last-child) {
		margin-right: 30px;
	}

	#wide-nav ul li.menu-item a.nav-top-link {
		color: #000;
		font-size: 14px;
	}

	ul.nav-dropdown.nav-dropdown-default {
		border: 0;
		border-radius: 6px;
	}
}
  
	
@media (max-width: 768px) {
	/* 	css menu */
	
}

@media (max-width: 549px) {
	/* 	css menu */
	
}