﻿ .unlike-btn {
    background: url(../img/heart.png)no-repeat;
    line-height: 16px;
    height: 21px;
    font-size: 16px;
    margin-top: 5px;
    padding: 0;
    float: right;
    color: #B4B5C4 !important;
    text-align: right;
    padding-top:3px;
    padding-left:28px;
}
.like-list input[type="checkbox"]
{
    visibility:visible;
}
.like-btn {
    background: url(../img/heart-hover.png) no-repeat;
    line-height: 16px;
    height: 21px;
    font-size: 16px;
    margin-top: 5px;
    padding: 0;
    float: right;
    color: #B4B5C4 !important;
    text-align: right;
    padding-top: 3px;
    padding-left: 28px;
}

.un-like-block-window {
	position: fixed;
	top: 40%;
	left: 45%;
	z-index: 999;
	width: 200px;
	height: 200px;
	margin: -16px 0 0 -16px;
	background: url('../Img/heary-broken.png') center no-repeat;
}

.like-block-window {
	position: fixed;
	top: 40%;
	left: 45%;
	z-index: 999;
	width: 200px;
	height: 200px;
	margin: -16px 0 0 -16px;
	background: url('../Img/heary-full.png') center no-repeat;
}


@media screen and (max-width:480px) {
    .un-like-block-window, .like-block-window{ display: none !important;}
}
.home-page .Lovebtn , .category-page .Lovebtn
{
    height: 20px;
    margin-top: -28px;
    margin-bottom: 10px;
    display: none;
}
  .home-page  .Lovebtn .like-btn
    {
        background: url(../img/heart-hover.png) no-repeat;
        background-size: auto auto;
        line-height: 16px;
        height: 20px;
        font-size: 0px;
        float: right;
        color: #B4B5C4 !important;
        text-align: right;
        background-size: 18px;
        width: 30px;
        z-index: 1;
    }


.product-details-page .Lovebtn
{
max-width: 100px;
position: relative;
display: inline-block;
vertical-align: top;
line-height: 20px;
border-right: 1px solid #000;
margin-right: 5px;
margin-left: 5px;
padding-top: 1px;
}


.product-details-page .Lovebtn .like-btn
    {
     background: url(../img/heart-hover.png) no-repeat;
    background-size: auto auto;
height: 20px;
font-size: 13px;
float: right;
color: #353535 !important;
text-align: right;
padding-left: 24px;
background-size: 20px;
margin-right: 7px;
line-height: 20px;
display: inline-block;
margin-top: 0px;
padding-top: 0px;
    }

.product-details-page .Lovebtn .unlike-btn
    {
  background: url(../img/heart.png)no-repeat;
height: 20px;
font-size: 13px;
float: right;
color: #353535 !important;
text-align: right;
padding-left: 24px;
background-size: 20px;
margin-right: 7px;
line-height: 20px;
display: inline-block;
margin-top: 0px;
padding-top: 0px;
    }
