.wishlisthero-floating:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.wishlisthero-floating button {
    font-size: 20px !important;
    width: 40px !important;
    padding: 0.125em 0 0 !important;
}

.MuiTypography-body2,
.MuiTypography-body1,
.MuiTypography-caption,
.MuiTypography-button,
.MuiTypography-h1,
.MuiTypography-h2,
.MuiTypography-h3,
.MuiTypography-h4,
.MuiTypography-h5,
.MuiTypography-h6,
.MuiTypography-subtitle1,
.MuiTypography-subtitle2,
.MuiTypography-overline,
MuiButton-root,
.MuiCardHeader-title a {
    font-family: inherit !important;
    /*Roboto, Helvetica, Arial, sans-serif;*/
}


@media screen and (max-width: 749px) {
    .wishlisthero-product-page-button-container {
        width: 100%
    }

    .wishlisthero-product-page-button-container button {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/****************************************************************************************/
/* For some theme shared view need some spacing */
/*
#wishlist-hero-shared-list-view {
margin-top: 15px;
margin-bottom: 15px;
}
#wishlist-hero-shared-list-view h1 {
padding-left: 5px;
}

#wishlisthero-product-page-button-container {
padding-top: 15px;
}
*/
/****************************************************************************************/
/* #wishlisthero-product-page-button-container button {
padding-left: 1px !important;
} */
/****************************************************************************************/
/* Customize the indicator when wishlist has items AND the normal indicator not working */
span.wishlist-hero-items-count {

    top: -0.1rem;
    right: -0.5rem;
    font-size: calc(11em / 16);
    font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    width: 10px;
    line-height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
}

@media screen and (max-width: 749px) {
    span.wishlist-hero-items-count {
        line-height: calc(19rem / 16);
        min-width: calc(19rem / 16);
        min-height: calc(19rem / 16);
        top: 13px;
        font-size: 12px;
        right: -3px;
    }
}

svg.wlh-svg-Icon path {
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0.5px;
}

div#wishlisthero-product-page-button-container button {
    width: 100%;
}