.top-wishlists{float: right; position: relative; top: 15px;padding:3px 5px;    background: #e3e3e3;
    border: 1px solid #dadada;    border-radius: 4px; margin-right:15px;}
.top-wishlists a.icon{color: #2b2b2b;position: relative;top: 0; padding: 10px 0;font-size:13px;font-family: 'Open Sans', sans-serif;font-weight:500;}
.top-wishlists a i{font-size:15px;}
.button_wishlist {
    color: #2b2b2b;
    padding: 8px 15px;
    background: #f1f1f1;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
}
.button_wishlist:hover{background:#2b2b2b;color:#fff;}
.add-to-wishlist-button-product{margin-top:15px;}
#wishlist_block 
{
	background:#f9f9f9;
	top: 70px;
	width: 260px;
	padding: 0 10px;
	position: absolute;
	z-index:9999;
	display:none;
	border-radius: 3px;
}

#wishlist_block .text-uppercase{
	color:#2b2b2b;
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	font-weight:600;
	margin-top: 15px;
	}
#wishlist_block:after{content: "";
       width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f9f9f9;
    display: inline-block;
    position: absolute;
    left: 130px;
    top: -7px;}
	
#wishlist_block ul{margin: 10px 0;}
#wishlist_block ul li{clear: both; padding: 5px 0; width: 100%; border-bottom: 1px solid #f5f5f5;} 
#wishlist_block ul li .quantity-formated{float:left;}
#wishlist_block ul li .product-title{float: left;margin: 0 10px;}
#wishlist_block ul li .ajax_cart_block_remove_link{float:left; position:absolute;}
#wishlist_block ul li .ajax_cart_block_remove_link i{font-size:0;}
#wishlist_block ul li .ajax_cart_block_remove_link i:before
{
    color: #2a3847;
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 15px;
    position: absolute;
    top: 0;
}
#wishlist_block ul li .product_image{float: left; width:35%;}
#wishlist_block ul li .infor{float: left; width: 65%;padding-top: 3px;}

.header-sticky .top-wishlists{position: fixed !important;
    top: 7px;
    right: 13%;
    z-index: 999;}
.header-sticky .top-wishlists a.icon{top: 0px;}
.header-sticky #wishlist_block{left: -44px; top: 37px;}

#wishlist_block{top: 35px; right: -65px;}

@media (min-width: 1600px ) {
	.header-sticky .top-wishlists{right: 23%;}
	.header-sticky .blockcart {right: 16%;}
	#header.header-sticky #search_block_top{left: 32%;}
	#header.header-sticky #search_block_top #searchbox{width: 65%;}
}

 @media (max-width: 767px) { 
.top-wishlists{right:65px;position: absolute;z-index:99999;
    top: 58px;}
 }