﻿.favorite{
	width:30px;
	height:30px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background:#fff url('../images/icon-heart.png') no-repeat center center; 
	background-size:30px 30px;
	cursor:pointer;
}
.favorite:hover{
	background:#d5d5d5 url('../images/icon-heart.png') no-repeat center center; 
	background-size:30px 30px;
}
.count-favorite{
	width:18px;
	height:18px;
	line-height:18px;
	display:block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#da1f26;
	color:#fff;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	top:-6px;
	right:-12px;
	z-index:1;
}

.saved-box{
    width:320px;
    background:#fff;
    border:1px solid #d5d5d5;
    border-radius:10px;
    padding:15px 14px 12px;
    position:absolute;
    top:31px;
    right:-50px;
    z-index:1001;
    display:none;
}

.saved-box .header-save-list{
    margin:0 0 10px 0px;
    text-align:center;
    font-size:15px;
    font-weight:bold;
    display:block;
}

.saved-item{
    align-items:center;
    margin-bottom:14px;
    border:1px solid #d0cece;
    background:#fff;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.saved-link{
    color:#000;
    text-decoration:none;
    float:left;
    width:90%;
}

.saved-link img{
    width:65px;
    display:block;
    float:left;
    margin-right:10px;
}

.saved-title{
    font-size:13px;
    line-height:16px;
    height:32px;
  	overflow:hidden;
  	display:block;
    text-overflow:ellipsis;
    text-align:left;
    margin-top:4px;
}

.saved-link:hover .saved-title{
    color:#d21d55;
}

.delete{
    width:20px;
    height:22px;
    margin:10px 6px 0px 0px;
    border:0;
    border-radius:3px;
    background:#c8174d url('../images/icon-delete.png') no-repeat center center;
    background-size:20px 20px;
    color:#fff;
    cursor:pointer;
    float:right;
}
.delete:hover{
    background:#eb3239 url('../images/icon-delete.png') no-repeat center center;
    background-size:20px 20px;
}


.view-all-save{
    display:block;
    text-align:center;
    color:#d21d55;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:none;
}
