#suggest_container{
    text-align: left; cursor: default; border: 1px solid #eee !Important; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);
	position: absolute; display: none; z-index: 9999; overflow: hidden; overflow-y: auto; box-sizing: border-box;
	font-size: 13px;
    border-top:0px !important;
    border-radius: 8px;
    margin-top:3px;
    min-width: 450px;
}


#suggest_container:before,
#suggest_container:hover:before {
	position: absolute;
padding-top:3px;
	margin:0 auto;
	width: 0;
	height: 0;
	border: solid transparent;
	content: '';
	pointer-events: none;
	left:0;
	right:4px;
	z-index:1041;
    
    font-size:10px;
	text-shadow:2px 3px 3px rgba(0, 0, 0, 0.25);
	font-weight:600;
	border-radius: 2px;
	line-height: 1;
	padding:3px;
	right: 10px;
	top: -6px;
	z-index: 1;
	position: absolute;
	text-transform: uppercase;
    
    
}

.sugg_hrr {
    border-top:1px solid #f5f5f5;
    height:1px;
}




.banner-dubl-search {
    margin: 30px 0 15px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    background-size: cover;
    padding: 25px 15px;
    border-radius: 10px;
}

.banner-dubl-search img {
    width: 50%;
    display: inline-block;
}

.banner-dubl-search .img-banner {
    text-align: center;
}
.banner-dubl-search  #search .input-lg {
    padding-left: 15px;
    width: 100%;
    margin-right: 30px;
    transition: background .3s;
    padding-right: 0px;
    border: 1px #fff solid !important;
    background: #Fff;
    border-radius: 8px 0px 0px 8px;
    line-height: 40px;
  min-height: 50px;
    font-size: 16px;
}
.banner-dubl-search  svg {
    width: 21px;
    height: 21px;
}

.banner-dubl-search  .btn {
background: #fff;
border:0px;
    min-height: 50px;
    padding: 10px 20px;
    border-radius: 0px 8px 8px 0px !important;
}

.banner-dubl-search .btn:hover {
background: #fff;
border:0px;
       border-radius: 0px 8px 8px 0px !important;
    box-shadow: none !important;
}

.banner-dubl-search #search {
    margin-top:20px;
}













#suggest_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#suggest_container ul > li {
    margin: 0;
    padding: 4px 8px;
 font-weight: 400;
	overflow: hidden;
    border-radius: 2px;
}

 .sugg_hovered  {
    border-left:3px solid #fff !important;
opacity: 0.93;
}

 
.vse-resyl {
    opacity: 1;
}


 
.sugg_hovered:hover {
    border-left:3px solid #000 !important;
opacity: 1;
}

.vse-resyl:hover {
    border-color:#fff !important;
}


.vse-resyl a {
margin-bottom: 5px;
    padding: 5px 10px;
    border: 1px solid #151515;
    display:inline-block !important;
    border-radius:100px;
        color:#fff !important;
   background:#151515;
}

.vse-resyl a:hover {
   background:#01aa73;
     border: 1px solid #01aa73;
}


#suggest_container ul > li.sugg_hovered:hover {
	 color: #111;
}


#suggest_container ul > li:last-child { 
    border-bottom: 0px;
}

#suggest_container ul > li > a {
font-size: 12px;
    color: #333;
    line-height: 15px;
    display: block;
    font-weight: bold;
}
#suggest_container ul > li > a > span {
	display: block;
}
.sugg_image {
    margin-right: 17px;
    float: left;
    margin-top: 3px;
}
.sugg_text {
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap; 
}
.sugg_manufacturer {
	float: left;
    margin-right: 10px;
    font-weight: bold;
}
.sugg_sku {
	color: #333;
    font-weight: 500;
        font-size: 10px;
}
.sugg_total {
    margin-left: 3px;
    font-size: 9px;
    border-radius: 3px; 
    padding: 1px 4px;
    font-weight: bold;
    border-color: #eee !important;
}
.suggest_header {
	margin: 0;
    padding: 4px 8px;
    	font-weight: bold;
	font-size: 13px;
}
.sugg_suggested_text {
	font-weight: bold;
    color: #dd4b39;
}

@media (max-width: 767px) {
    .banner-dubl-search {
        padding: 20px 0px;
    }
}
