.rtl .hfe-search-form__container button#clear,
.rtl .hfe-search-icon-toggle button#clear {
	right: inherit;
	left: 0px;
}

.results-new-design {
	padding: 0;
	margin: 0;
	z-index: 9999;
	margin-top: 6px;
	position: absolute;
	top: 48px;
	width: 900px;
	display: none;
}

/* .dialog-message .results-new-design{
	width: 765px;
} */

.top{
	top: 50px !important;
	right: 0px !important;
	width: 900px;
}
.bottom{
	top: 50px !important;
	left: 0px !important;
	width: 900px;
}
.middel{
	top: 50px !important;
	width: 100%;
}

.results-content {
	position: relative;
	background: #fff;
	overflow: auto;
	margin-top: -5px;
	border-radius: 0;
	box-shadow: 0px 8px 16px 0px #33333329;
	padding: 16px;
	padding-top: 19px;
	height: 355px;
}

.search-suggestion-box {
	display: flex;
	/* text-align: center; */
	gap: 30px;
}

.search-suggestion-box h4 {
	line-height: 1;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	font-weight: 500;
	color: #333;
	font-size: 14px;
	letter-spacing: 0;
	padding-bottom: 10px;
	margin: 10px 0px;
}

.search-suggestion-box .results-list {
	margin-bottom: 28px;
}

.search-suggestion-box .results-list:last-child {
	margin-bottom: 0px;
}

.search-suggestion-box ul {
	padding: 0px;
	list-style-type: none;
	margin: 0;
}

.search-suggestion-box ul li {
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 8px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

.search-suggestion-box ul li:hover {
	background: #f6f6f6;
}

.search-suggestion-box .products {
	min-width: 65%;
}

.search-suggestion-box .products ul {
	display: flex;
	flex-wrap: wrap;
}

.search-suggestion-box .products ul li {
	width: 182px;
}

.search-suggestion-box .products ul li a {
	display: block;
	text-decoration: none;
}

.search-suggestion-box .products ul li a .thumbnail img {
	width:auto!important;
	height:195px;
	width: 100%;
	object-fit: fill;
	margin-bottom: 15px;
}

.popular-suggestion ul li a{
	color: #333;
}

.search-suggestion-box .products ul li a .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
	line-height: 14px;
	color: #333;
	height: auto;
	font-size: 12px;
	margin-bottom: 2px;
	text-decoration: none;
}

.search-suggestion-box .products ul li a .description {
	max-height: 32px;
	font-size: 10px;
	color: #9d9d9d;
	margin-bottom: 2px;
}

.search-suggestion-box .products ul li a .prices-container {
	/*display: flex;
    justify-content: space-between;*/
	font-weight: 700;
	font-size: 12px;
	color: #000;
}

.search-suggestion-box .products ul li a .prices-container del {
	opacity: 0.5;
}

.search-suggestion-box .products ul li a .prices-container .price {
	display: block;
	line-height: 20px;
	font-size: 12px;
	font-weight: 600;
	margin-top: 2px;
	color: #333;
	flex-grow: 0;
	white-space: nowrap;
}

/* .search-suggestion-box .products ul li a .prices-container {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin: -20px 0px 0px 0px;
} */
.search-suggestion-box .products ul li a .snize-labels-wrapper {
	margin-top: 10px;
}

.search-suggestion-box .products ul li a .snize-labels-wrapper span {
	background: red;
	color: #fff;
	font-size: 10px;
	padding: 5px;
}

/* .search-suggestion-box .red-btn{
	
} */
.search-suggestion-box .red-btn a {
	background: red;
	color: #fff !important;
	padding: 10px;
	display: inline-block;
	width: 100%;
	text-decoration: none;
	border-radius: 5px;
	text-align: center;
}

.mobile-btn-box {
	display: none;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	color: #333;
	z-index: 9999;
}

@media screen and (max-width:768px) {
	.desktop-btn-box {
		display: none;
	}

	.mobile-btn-box {
		display: block;
	}

	.search-suggestion-box {
		flex-direction: column;
	}

	.search-suggestion-box .products ul li {
		width: 50%;
	}

	.search-suggestion-box .products ul {
		margin-bottom: 10px;
	}

	.search-suggestion-box {
		text-align: center
	}
}

@media (max-width: 1024px) {
	.results-new-design {
		width: 700px !important;
		top: 42px;
		/* top: 262px; */
	}

	.search-suggestion-box .products ul li a .prices-container {
		font-size: 14px;
	}
	.top{
		top: 50px !important;
		right: 0px !important;
		width: 700px !important;
	}
	.bottom{
		top: 50px !important;
		left: 0px !important;
		width: 700px !important;
	}
	.middel{
		top: 50px !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.rtl .search-suggestion-box{
		display: unset;
	}
	.search-suggestion-box{
		display: unset;
	}
	.results-new-design {
		width: 100% !important;
	}
	/* .results-new-design {
		width: 280px !important;
		position: absolute;
		left: 50%;
		transform: translate(-130px, 0%);
	} */
}