.wishlist{
	cursor: pointer;
}
.wishlist.active{
	color: red;
}
.single_remove{
	cursor: pointer;
	font-size: 12px;
	color: blue;
}
.menu-item-wishlist{
	float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content .product-img{
	width: 30%;
}
.dropdown-content .product-content p
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.dropdown-content .product-content a
{
	padding: 0px;
}
.dropdown-content .footer{
	width: 100%;
	text-align: center;
}