header.page-header{
	div#search-suggestions{
		top: 36px;
	    background-color: #fff;
	    border: 1px solid #c2c2c2;
	    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
	    left: 0;
	    position: absolute;
	    z-index: 98;
	    margin-top: 3px;
    	width: 80%;

    	ul.result{
    		max-height: 300px;
    		overflow-y: auto;
    		list-style-type: none;
    	}

    	li.not-found{
		    text-align: center;
		    margin-top: 0.5em;
		    font-weight: 700;
		    margin-bottom: 0;
    	}

	    li.ctn-product{
	    	display: flex;
    		margin: .5em;
            border-bottom: 1px solid rgb(212, 210, 210);

	    	div.ctn-img{
    		    float: left;
    		    width: 70px;
	    	}

	    	div.ctn-info{
	    		color: #000;
			    display: inline-block;
			    float: left;
			    padding-left: 5%;
			    text-align: left;
			    width: 60%;
			    margin-bottom: 10px;
			    font-size: 0.9em;

			    div.attr-name{
			    	margin-bottom: .5em;

			    	a{
	    		    	color: #2557aa;
			    	}

			    	a:hover{
		    			color: #e47911;
			    	};
			    }

			    div.attr-sku-mf{
			    	margin-bottom: 1em;
			    }

			    div.attr-price{
			    	font-size: 1.1em;
    				font-weight: 700;
			    }
	    	}
	    }

	    li.ctn-product:last-child{
	    	border-bottom: 0;
	    }
	}
}