
#wish_list{
	position: fixed;
	bottom: 0px;
	right: 50px;
	height: 30px;
	width:200px;
	background: #F79433;
	border-radius: 10px 10px 0 0;
}
#wish_list .wish_list_heading
{
    margin: 0px 0px;
    color: white;
    height: 30px;
    background-color: #0069D9;
    overflow: hidden;
    padding: 6px 3px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
#wish_list_item{
width:100%;
text-align:center;
  border-spacing: 0px;
    border-collapse: separate;
}
#msg{
position: fixed;
    display: none;
    padding: 10px 25px;
    background: white;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 15px;
	width:30%;
	text-align:center;
}
.wishlist-item{
padding:10px 5px;
background:#F79433;
color:black;
}
.w-premove{
font-size:23px;
cursor:pointer;
padding-right:5px;
}
.w-pname{
font-size:12px;
text-align:left;
padding-left:5px;
font-weight:600;

}
#myad{
    margin: 0px auto;
    text-align: center;
}
#mhead {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-family: georgia;
    width: 100%;
	background:white;
}
