#algol-wishlist-spinner {
    content: url(../images/spinner-2x.gif);
    display: none;
}

#algol-wishlist-popup-message {
    font-weight: 700;
    line-height: 50px;
    text-align: center;

    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);

    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px 40px;
    z-index: 10000;
}

.algol-wishlist-button-link {
    border: none;
    cursor: pointer;
    padding: 0
}

.algol-wishlist-button-link,
.algol-wishlist-button-link:hover {
    background: none;
}

.algol-product-page-btn.dashicons-before::before {
    margin-top: 3px;
}

.algol-shop-loop-btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.algol-shop-loop-btn, .algol-product-page-btn {
    transition: color .1s ease-in;
}

.algol-shop-loop-btn.dashicons-before::before {
    margin-top: 1px;
}

.awl-share.dashicons-before::before {
    text-decoration: none;
}

.awl-share-custom img {
    height: 20px;
    margin-bottom: 3px;
}

.algol-add-to-wishlist-btn.loading::after {
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    display:inline-block;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:1;
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    line-height:inherit;
    vertical-align:baseline;
    content:"";
    animation:fa-spin .75s linear infinite;
    height:20px;
    width:20px;
    line-height:20px;
    font-size:20px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-10px;
    margin-top:-10px;
    display:block;
    color: #333333;
}

