.wish_left {
    z-index:9999999;
    font-size:12px;
    position:fixed;
    width:50px;
    height:60px;
    top:20%;
}
.wish_left a{
    display:inline-block; 
    color:#fff;
    font-weight:700;
    text-decoration:none;
    padding-bottom:5px;
}
.wish_left a:hover {
    color:#FFBD00;
}
.wish_left .count {
    margin-left:5px;
    width:26px;
    height:24px;
    font-weight:700;
    color: #069;
    background: url('../images/add.png') no-repeat 0px 0px ;
    position:relative;
}

.wish_left .count .wishCounter{position:absolute; left:26px;top: -5px;font-weight:700;font-size:16px;}
/* for wishlist page style */
.wish_content .wish_number {
    font-weight:700;
    font-size:13px;
    width:100%;
    display:inline-block;
}
.wish_content .wish_number span{
    color:red;padding-left:3px;padding-right:3px;
}
.wish_content .error {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:4px;
    font-size:14px;
}
.wish_content .error a{
    color: #2965BE;
    margin-left:10px;
}
.wish_content .error a:hover{
    color:#fff;
    background: #2965BE;
    text-decoration:none;
}
.wish_content { 
    width:100%;
    font-size:12px;
    background: #fff;
}
.wish_content  .wish_listing {
    margin-top:10px;
}
.wish_content .item-w {
    position:relative;
    box-shadow: 1px 2px 4px rgba(52, 50, 50, 0.07);
    margin-bottom:5px;
    border:1px solid #ddd;
    padding:4px;
    min-height:90px !important;
    display:inline-block;
    width:100% !important;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}
.wish_content .item-w  .wish_date {
    display:inline-block;
    width:150px;
    text-align:center;
    line-height:80px;
    float:left;
}
.wish_content .item-w  .wish_photo {
    margin-left:10px;
    display:inline-block;
    float:left;
}
.wish_content .item-w  .wish_photo  img{
    height:80px;
    width:100px;
}
.wish_content .item-w  .wish_photo a:hover{background:transparent;}
.wish_content .item-w  .wish_text {
    height:80px;
    overflow:hidden;
    margin-left:10px;
    display:inline-block;
    float:left;
    width:400px;
}
.wish_content .item-w  .wish_text a{
    font-weight:700;
    color:#2965BE;
    font-size:13px;
    margin-bottom:5px;
    display:block;
}
.wish_content .item-w  .wish_text a:hover span{
    color:#FFF;
    background: #2965BE;
    text-decoration:none;
}
.wish_content .item-w  .wish_text .desc{
    display:block;
}
.wish_content .item-w .wish_price {
    color:#777;
    float:left;
    display:inline-block;
    width:180px; 
    text-align:center;
    margin-left:10px;
}
.wish_content .item-w  .remov { 
    float:right;
    width:50px;
    text-align:right;
    margin-right:10px;
    line-height:80px;
}
.wish_content .item-w  .remov a{
    border:none;
    text-indent: -9999px; 
    display:block;
    margin-top:30px;
    width:25px;
    height:20px;
    background:url('../images/delete.png') no-repeat 0px 0px ;
}
/*style for loget user dashboard */
.user_wish .wish_content .item-w  .wish_date {
    display:inline-block;
    width:130px;
    text-align:center;
    height:80px;
    line-height:80px;
    float:left;
}
.user_wish .wish_content .item-w  .wish_text {
    height:80px;
    overflow:hidden;
    margin-left:10px;
    display:inline-block;
    float:left;
    width:250px;
}
.wish_content .item-w .wish_text a{
    display:inline-block;
}
.user_wish .wish_content .item-w .remov{
}
.user_wish .wish_content .item-w .remov .button{
    margin-left:80px;
    margin-top:15px;
}
/* style for manual embed */
.wish_manual{width:45px;height:25px;display:block;position:relative;}
.wish_manual span{position:absolute;top:-5px; left:26px;color:#069;font-weight:700;}
.wish_manual a{
    text-align:center;
    display:block;
    width:26px ;
    height:24px ;
    background:url('../images/manual.png') no-repeat 0px 0px ;
}
/*style for add in wishlist button */
#remove_wishlist_button {
    border:none;
    text-indent: -9999px;
    cursor:pointer;
    display:block;
    height:24px;
    width:26px;
    background:url('../images/state_r.png') no-repeat 0px 0px ;
}
#add_wishlist_button {
    border:none;
    text-indent: -9999px;
    cursor:pointer;
    display:block;
    height:24px;
    width:26px;
    background:url('../images/state.png') no-repeat 0px 0px ;
}
#remove_wishlist_button:hover{
    background:url('../images/remove.png') no-repeat 0px 0px ;
}
#add_wishlist_button:hover {background:url('../images/add.png') no-repeat 0px 0px ;}
.wish_content .save_user_wish{float:right;}
.wish_content .save_user_wish .save_wh{text-decoration:none;border:1px solid #F9BD78;padding:3px;border-top-left-radius:3px;border-top-right-radius:3px;}
.wish_content .save_user_wish .save_wh:hover{box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.17);color:#FFF ;background: #F9BD78;}
.wish_content .save_user_individual{position:absolute; left:3px; top:-1px;}
.wish_content .save_user_individual .save_wh_individual{text-decoration:none; color:#fff; font-weight:900;background: #F9BD78;border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding-top:1px;padding-bottom:1px;font-size:13px;width:20px;display:block;text-align:center;}
.wish_content .save_user_individual .remove_wh_individual{text-decoration:none; color:#fff; font-weight:900;background: #F57373;border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding-top:1px;padding-bottom:1px;font-size:13px;width:20px;display:block;text-align:center;}
.wish_content .missing{display:inline-block;padding:5px;background:red; color:#fff;margin-bottom:10px; margin-top:10px;}
.wishlist_message{display:none;}
.wishlist_message.success{ display:block;position:fixed;width:80%;border:2px solid #040908;padding:10px;left:0px;right:0px;top:10px;box-shadow: 0px 0px 4px rgba(52, 50, 50, 0.25);background: #80BF55;text-align:center;border-radius:3px;opacity:0.9;color:#fff;left:10%;z-index:999999;}
.wishlist_message.remove{ display:block;position:fixed;width:80%;border:2px solid #040908;padding:10px;left:0px;right:0px;top:10px;box-shadow: 0px 0px 4px rgba(52, 50, 50, 0.25);background: #6E6E6E ;text-align:center;border-radius:3px;opacity:0.9;color:#fff;left:10%;z-index:999999;}
/*responsive */
@media only screen and (max-width: 985px){
    .wish_content .item-w .wish_text {width:200px;}
    .user_wish .wish_content .item-w .remov .button {margin:0px;}
    .user_wish .wish_content .item-w .remov{float:right}
}
@media only screen and (max-width:640px){
.user_wish .wish_content .item-w .wish_text {
    width:100%;margin:0px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
     text-align:center;
    }
.wish_content .item-w .wish_text, .wish_content .item-w .wish_photo,  .wish_content .item-w .wish_date, .user_wish .wish_content .item-w .wish_date  {
    width:100%;margin:0px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
    text-align:center;
    }
    .wish_content .save_user_wish{margin-top:10px;text-align:center;float:none;}
    .wish_content .item-w .wish_price{margin-top:20px;}
    .user_wish .wish_content .item-w .remov {margin-top:20px;}
}
.wishlist_pagination {margin-top:15px;text-align:center;padding:10px;background: #F6F6F6;border-top:1px solid #ddd;}
.wishlist_pagination a, .wishlist_pagination .curent_c{text-decoration:none;padding:5px;border-right:1px solid #E9E7E7;background: #9D9D9E;color:#fff;}
.wishlist_pagination .s_next{border-right:initial;border-bottom-right-radius: 50%;border-top-right-radius: 50%;}
.wishlist_pagination .s_previ{border-bottom-left-radius: 50%;border-top-left-radius: 50%;}
.wishlist_pagination .curent_c, .wishlist_pagination a:hover{background:#2589D2 ;}