.navbar_containter{
	position: relative;
	z-index: 1;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

#autoSuggestArea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	/* width: 100%; */
	z-index: 999;
}
.auto_suggest {
	width: 62%;
	border-radius: 10px;
	/* border: 1px solid #FFFCF3; */
	filter: drop-shadow(2px 1px 2px rgb(207, 197, 169));
	color     : #555;
	/* background: url('../images/auto_suggest_back.png') top right repeat-y white; */
	/* border    : 5px solid #f1f2ed; */
	background: #FFFF;
	position  : absolute;
	top: 58px;
	font-size: 12px;
	height: auto;
	max-height: calc(100vh - 140px);
	overflow-y: auto;
}

._navbar-expand-lg-sticky .auto_suggest{
	width: 63.5%;
	right: 0%;
}


.navbar_sticky_style .auto_suggest{
	background: #FFFCF3;
	filter: drop-shadow(0px 0px 1px #e5ddc4);
}


.header_wrapper_mic .auto_suggest {
	top: 50px;
}
.auto_suggest a {
	color: #7b7b7b;
}
.auto_suggest a:hover {
	color: #E8221F;
}
.auto_suggest span.highlighted {
	color: #ED534E;
}
.auto_suggest div.title {
	color: black;
}
.auto_suggest div.section {
	float: left;
}
.auto_suggest div.right {
	width: 30%;
}
.auto_suggest div.benefit {
	float  : right;
	width: auto;
	height : 32px;
	/* padding: 7px 5px; */
}
.auto_suggest div.benefit span {
	display: block;
	width: auto;
	height : 32px;
}

.auto_suggest div.right div.line {
	padding: 5px 15px;
}
.auto_suggest div.right div.title_a {
	margin       : 5px 15px;
	border-bottom: 1px solid #dfd5ba;
	font-size    : 12px;
}
.auto_suggest div.right a.button {
	display: block;
	background-color: #6EBCB7;
	padding: 7px 0;
	margin: 10px 15px;
	color: white !important;
	width: 10rem;
	max-width: 86%;
	border-radius: 8px;
	text-align: center;
	font-size: 15px;
}
.auto_suggest div.left {
	width: 60%;
	font-size: 14px;
	margin: 8px 15px;
}
.auto_suggest div.left div.search_result_prod {
	border-bottom: 1px solid #e9e5da;
	box-sizing: initial;
	display: flex;
	width: 100%;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.auto_suggest div.left div.search_result_prod:hover {
	background-color: #fff6da;
	cursor          : pointer;
}
.auto_suggest div.left div.hover {
	background-color: #eeeeee;
	cursor          : pointer;
}
.auto_suggest div.left div.search_result_prod img.image {
	padding: 5px 3px;
	max-width : 28px;
	max-height: 44px;
	display: block !important;
	/* width: 15px !important; */
	box-sizing: initial;
}
.auto_suggest div.left div.search_result_prod div.text {
	padding: 7px 3px;
	float    : left;
	max-width: 281px;
	color: #2F2E33;
	font-weight: bold;
	margin-right: 3px;
	width: 75%;
}
.auto_suggest div.left div.search_result_prod div.price {
	/* float  : right; */
	color  : black;
	padding: 7px 5px;
	text-align: left;
}
.auto_suggest div.left div.search_result_prod div.price .pret_vechi_menu {
	text-decoration: line-through;
	font-size      : 11px;
	text-align: left;
}
.auto_suggest div.box {
	border-bottom: 1px solid #f1f2ed;
	padding      : 8px 0;
}
.auto_suggest div.line {
	padding: 5px 0;
}

a.results_from_blog {
    padding: 15px 0 !important;
    display: inline-block;
    font-weight: bold;
}

span.smaller_text {
    font-size: 11px;
    font-weight: 700;
}

.auto_suggest div.left div.search_result_prod div.text.text_full {
    max-width: calc(100% - 72px) !important;
}
.image_div {
    display: inline-block;
    width: 56px;
    height: 1px;
    padding: 5px 14px;
}

.container_test {
    /* width: 80%; */
    /* margin: 0 auto; */
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
}

.listcats {
    width: 15%;
    display: flex;
    flex-direction: column;
}

.listitems_wrapper {
    width: 75%;
}

.listimtes {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
}

.itempdf {
    width: 25%;
    padding: 15px;
}

a.selected {
    font-weight: 700;
    color: #199991;
}

.img_text_suggest{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

@media (max-width:1199px){
	.auto_suggest{
		top: 56px;
	}

	.navbar_sticky_style .auto_suggest{
		width: 62.5%;
		right: 0%;
	}


}

@media (max-width:991px) and (min-width:768px){
	.auto_suggest{
		width: 96%;
		left: 3%;
		top: 109px;
	}

	.navbar_sticky_style .auto_suggest{
	left: 3%;
	width: 95.4%;
	}
}

@media(max-width:767px){
	.auto_suggest{
		width: 94%;
		left: 4%;
		top: 110px;
	}

	.navbar_sticky_style .auto_suggest{
		left: 4.5%;
		width: 93.2%;
		}

		.auto_suggest div.left div.search_result_prod div.text,
		.auto_suggest div.left div.search_result_prod div.price{
			font-size: 12px;
		}

		
}

@media (max-width:576px){
	.auto_suggest{
		flex-direction:
		column;
		width: 100%;
		top: 101px;
		left: 0%;
	}

	.auto_suggest div.left, .auto_suggest div.right{
		width: 100%;
		margin: 5px auto;
		padding: 0.5rem;
	}

	.navbar_sticky_style .auto_suggest{
		left: 0%;
		width: 100%;
		}

}

@media (max-width:375px){
	.auto_suggest{
        top: 100px;
    }
}