.wishlisthero-header-block {
    line-height: 1;
}

@media screen and (max-width: 641px) {

    .Header__Icon+.Header__Icon,
    .Header__Icon+.wishlisthero-header-block,
    .wishlisthero-header-block+.Header__Icon {
        margin-left: 10px;
    }
}

@media screen and (min-width: 641px) {

    .Header__Icon+.Header__Icon.Wlh-Header__Icon,
    .Header__Icon+.wishlisthero-header-block,
    .wishlisthero-header-block+.Header__Icon {
        margin-left: 20px;
    }
}

.wishlisthero-floating svg {
    font-size: 23px;
    margin-top: 1px;
}

.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 {
    font-family: inherit !important;
    /*Roboto, Helvetica, Arial, sans-serif;*/
}

/****************************************************************************************/
/* For some theme shared view need some spacing */
#wishlisthero-product-page-button-container {
    margin-top: 20px;
}

.wishlist-hero-product-app-block.wlh-clear-margins #wishlisthero-product-page-button-container {
    margin-top: inherit;
}

/*
        #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 {
    right: -4px;
    margin-top: 2px;
    position: absolute;
}

@media(min-width:760px) {
    span.wishlist-hero-items-count {
        margin-top: 0px;
        position: absolute;
    }
}

/*span.wishlist-hero-items-count {
      position: absolute;
      top: 2px;
      right: -2px;
      width: 10px;
      height: 10px;
      background-color: #eee; 
      background-color: {{settings.header_heading_color}};
        border-radius: 100%;
        border: 1px solid white;
        box-sizing: border-box;
    } */
.MuiCardMedia-root {
    padding-top: 120% !important;
}

svg.wlh-svg-Icon path {
    fill: currentColor;
    /* stroke: white;
    stroke-width: 0.1px; */
}