/*
Theme Name: webLamdong
Text Domain: houzez
Template: houzez
*/
@import url("../houzez/style.css");
/* Your CSS code goes here
-------------------------------------- */
@media(max-width: 992px)
{
	/*content: "\e94a";*/
	.slideout-open #main-wrap
	{
		transform: translateX(0) !important;
	}
	.slideout-open .icon-navigation-menu:before
	{
		content: "\e94a" !important;
	}
	.slideout-open .main-nav#nav-mobile
	{
		position: absolute;
		top: 70px;
		/* left: 0; */
		/* height: auto; */
		height: calc(100vh - 70px) !important;
		width: 100%;
		background: none;
		z-index: 11;
		display: block;
		height: 100%;
		background: #fff;
	}
}