.ce-wishlist.action {
    cursor: pointer;
    float: left;
    height: auto;
    margin-top: 15px;
    margin-left: 25px;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 2;
}
.ce-wishlist.action a {
    color: #979797;
    display: block;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 24px;
}
.ce-wishlist.action a:before {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    width: 24px;
}
.ce-wishlist.addproductpage {
    background-color: #e2001a;
    color: #fff;
    font-size: 33px;
    height: 50px;
    margin-top: -25px;
    position: fixed;
    top: 50%;
    width: 50px;
    z-index: 3;
    cursor: pointer;
}
@media screen and (max-width: 650px) {
    .ce-wishlist .options {
        display: block !important;
    }
}
@media screen and (max-width: 750px) {
	.ce-wishlist.action {
	    float: none;
	    height: 38px;
	    margin: 0 5%;
	    right: 0;
	    top: 35px;
	    width: auto;
	}
}