
.entry-content .hh-wishlist-content
{
    margin-bottom: 80px;
}

.hh-wishlist-wrapper {
    display: block;
    float: right;
}

.hh-wishlist-heart {
    background: none;
    padding: 0;
    box-shadow: none;
    cursor: pointer;
}
.hh-wishlist-heart:disabled {
    opacity: .3
}

.hh-wishlist-heart:hover,
.hh-wishlist-heart:focus
{
    background-color: unset;
    border-color: unset;
}

.hh-wishlist-heart img
{
    box-shadow: none;
}
.remove svg
{
    fill: var(--ast-global-color-3, #515151);
}
.hh-wishlist-heart svg.filled,
.wishlist-icon-wrapper svg.filled {
    display: none;
}
.hh-wishlist-heart.active svg.filled,
.wishlist-icon-wrapper.active svg.filled {
    display: inline;
}
.hh-wishlist-heart.active svg.outline,
.wishlist-icon-wrapper.active svg.outline {
    display: none;
}
.woocommerce-js div.product form.cart .button.single_add_to_cart_button {
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    padding: .25em 1.5em 0!important;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button:hover
{
    background-color: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
    color: var(--ast-global-color-4);
}

.hh-wishlist-link {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
}

.wishlist-icon-wrapper {
    position: relative;
    display: block;
}

.wishlist-icon-wrapper svg
{
    width: 30px;
    height: 30px;
}

.wishlist-count {
    align-items: center;
    background: #00ab8f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    font-size: .8rem;
    font-weight: 500;
    height: 1.4em;
    justify-content: center;
    line-height: 1.1em;
    margin-top: -.9em;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1.4em
}

.hh-wishlist-link .outline path
{
    stroke: #fff;
}
.hh-wishlist-link:hover .outline path
{
    stroke: var(--ast-global-color-1, #000);
}
.hh-wishlist-link .filled path
{
    fill: #fff;
    stroke: #fff;
}

.hh-wishlist-link:hover .filled path
{
    fill: var(--ast-global-color-1, #000);
    stroke: var(--ast-global-color-1, #000);
}

.entry-content .hh-wishlist-download.button 
{
    text-decoration: none;
}

.columns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.columns .column
{
    margin-right: 10px;
}

#hh-send-wishlist-div
{
    white-space: nowrap;
}