#smartsearch-menu {
    display: none;
    background: #FFFFFF;
	color: #000000;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-radius: 0 0 7px 7px;
    box-shadow: 2px 2px 4px #DDD;
    position: absolute;
    width: 100%;
    z-index: 9999999;
	left: 0;
}
@media (max-width: 991px) {
	#smartsearch-menu {
		margin-top: 1px;
	}
}
#smartsearch-menu a {
    white-space: normal;
}
#smartsearch-menu .addtocart {
    float: right;
    margin: 5px;
}
#smartsearch-menu .quantity {
    padding: 5px;
}
#smartsearch-menu .quantity input {
    width: 30px;
}
#smartsearch-products {
	overflow-y: auto;
}
.smartsearch-product {
	position: relative;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 1px 5px;
    text-decoration: none;
	color: black;
}
.smartsearch-product:hover {
	color: black;
}
.smartsearch-product img {
    float: left;
    margin: 0 10px 0 0;
}
.smartsearch-product strong {
    display: block;
	overflow: hidden;
}
@media (max-width: 991px) {
	.smartsearch-product strong {
		font-size: 12px;
		line-height: 14px;
		height: 43px;
	}
	.smartsearch-product img {
	    width: 43px;
	    height: 43px;
	}
}
@media (min-width: 992px) {
	.smartsearch-product strong {
		font-size: 13px;
		line-height: 15px;
		height: 45px;
	}
	.smartsearch-product img {
		width: 45px;
		height: 45px;
	}
}
.smartsearch-product .ss-price {
	position: absolute;
	right: 5px;
	bottom: 1px;
	z-index: 1;
	padding-left: 15px;
}
.smartsearch-product .ss-price-old {
	text-decoration: line-through
}
.smartsearch-product .ss-price-special {
	color: #FF0000;
}
.smartsearch-focus, .smartsearch-product:hover {
    background: #EEFFFF;
    text-decoration: none;
}
#smartsearch-bottom {
	display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px;
	height: 30px;
    text-align: center;
}
