.unlimited a button:hover

{background: #D2D2D2;
color: #000;



}



.unlimited a button
{
    margin-left: 370px;
    padding: 3px 3px 3px 3px;
    border-radius: 20px;
}

.unlimited 
{
    margin-top: -20px;
    display:none;
}




.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 2s infinite ease-in-out;
}
.img-not {
    right: 0;
    bottom: 2%;
    position: fixed;
    cursor: pointer;
    z-index: 2;
}
.img-not img {
    width: 75%;
}
.imgnotout {
    position: relative;
    cursor: pointer;
}
.imgnotout .imgnotoutmsg.outmsgimg {
    width: 0;
    padding: 0;
    overflow: hidden;
    border: solid 2px #fff;
    height: 15px;
}
.imgnotout .imgnotoutmsg {
    transition-property: opacity, bottom, left, right, width, margin, border-radius;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    position: absolute;
    top: -42px;
    background: #fff;
    color: #0a0a0a;
    padding: 0px;
    width: 400px;
    right: 85%;
    z-index: -1;
    display: block;
    border: solid 2px #3B589F;
    border-radius: 4px;
    height: 25px;
    overflow: hidden;
    padding-left: 11px;
}
.imgnotout .imgnotoutmsg a {
    color: #3B589F;
}


.custom-footer

{
    margin-top: 31px;
}


.qty
{

    position: relative;

}

.qty .qty-text

{

    position: absolute;
    top: -10px;
    left: 27px;

}
