#importFavoriteProductsForm {
    position: relative;
    float: right;
    margin-left: 5px;
}

#importFavoriteProductsForm button {
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    cursor: default;
}

#importFavoriteProductsForm input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer !important;
    filter: alpha(opacity:0);
    height: 100%;
}

.add-to-links {
    float: right !important;
}

.amlist {
    color: #000 !important;
}

a:hover.amlist {
    text-decoration: none !important;
}

#wishlistToolTip {
    display: inline;
    position: relative;
}

#wishlistToolTip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    top: 26px;
    color: #fff;
    content: attr(title);
    right: -200%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

#wishlistToolTip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 0px 6px 6px 6px;
    top: 20px;
    content: "";
    left: 28%;
    position: absolute;
    z-index: 99;
}

a.amlist.button {
    /* width: 114px; */
    display: block;
}

/* .add-to-links .button{
    background-color: #999 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), color-stop(25%, #999), to(#666));
    background-image: -webkit-linear-gradient(#999, #999 25%, #666);
    background-image: -moz-linear-gradient(top, #999, #999 25%, #666);
    background-image: -ms-linear-gradient(#999, #999 25%, #666);
    background-image: -o-linear-gradient(#999, #999 25%, #666);
    background-image: linear-gradient(#999, #999 25%, #666);
} */
/* .add-to-links .button:hover {
    background: #666 !important;
} */

/* .product-view .product-shop .add-to-links a {
    color: #FFF !important;
    text-shadow: none !important;
} */