	#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;  
    right: 0;
    top: 64px;    
    z-index: 9999;
    width: 330px;
	}

	#suggestions-mobile {
		position: absolute;
    height: auto;	    
    z-index: 9999;
		width: 100%;
		left: 0;
		padding: 0 15px;
	}
	 
	#suggestions .suggest-element,
	#suggestions-mobile .suggest-element{
    background-color: white;
    border-top: 1px solid #d6d4d4;		
    cursor: pointer;
    padding: 4px;
    width: 100%;
    text-align:left;
		font-size:10px;
	}
		#suggestions-mobile .suggest-element:last-child {
			box-shadow: 0 10px 10px rgba(0,0,0,0.15);
		}

	#suggestions .suggest-element a,
	#suggestions-mobile .suggest-element a {
		color: #e72419 !important;
		font-weight: 600;
	}	

	#suggestions img,
	#suggestions-mobile img{
    width:13%;
		height:13%;
		max-height: 40px;
    max-width: fit-content;
		margin-right:10px;
	}

	#suggestions a,
	#suggestions-mobile a{
	  font-size:12px;
	}

	@media screen and (max-width: 480px) {
		#suggestions { 
			display: none !important;
		}
	}
