@media screen and (max-width: 992px) {
	.header-top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.navbar {
		background: none;
	}

	.mobile-none {
		display: none;
	}

	.navbar-collapse {
		flex-basis: 100%;
		flex-grow: 1;
		align-items: center;
		background: #fcfaf1;
		width: 100%;
		position: fixed;
		top: 60px;
		left: 0;
		padding-left: 20px;
		height: 100%;
		z-index: 3;
	}

	.hide-in-mobile {
		display: none;
	}

	.navbar-toggler,
	.navbar-toggler:hover {
		text-decoration: none;
		box-shadow: none;
		border: 0;
		padding: 0;

	}

	.logo img {
		width: 90px;
		position: absolute;
		left: 65px;
		top: 25px;
	}

	.bg-search-top {
		background: var(--main-color);
		padding: 7px 5px;
	}

	.search-icon {
		position: absolute;
		left: 12px;
		top: 0px;
		font-size: 20px;
		width: 30px;
	}
	.tax-wrap{
		    left: 10px;
	}
	.tax-wrap .form-control {
		padding: 6px 15px 5px 30px;
		min-height: 35px;
		font-size: 12px;
		min-width: 210px;
	}

	.search-icon .fa-search {
		font-size: 12px;
	}

	.button-w {
		padding: 8px 20px;
		border-radius: 50px;
		border: 0;
		text-align: center;
		color: #653b47;
		font-weight: 500;
		font-size: 12px;
		min-height: 33px;
		line-height: 1.7em;
	}
	.top-search {
		display: none;}
}

@media screen and (min-width: 993px) {
	.hide-in-desktop {
		display: none;
	}

	.bg-search-top {
		display: none !important;
	}
}