
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(webfonts/fa-regular-400.woff2) format("woff2"), url(webfonts/fa-regular-400.ttf) format("truetype")
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(webfonts/fa-solid-900.woff2) format("woff2"), url(webfonts/fa-solid-900.ttf) format("truetype")
}


.shop-woo-fav-btn, 
.woo-fav-btn {
    background: none;
    border: none;
    color: #ff3d00;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
}

.shop-woo-fav-btn i, 
.woo-fav-btn i {
    margin-right: 8px;
}

.shop-woo-fav-btn.filled, 
.woo-fav-btn.filled {
    color: red;
}

.woo-fav-btn{
    padding-top: 20px;
}

.logout-button-text{
    padding-top: 20px;
}

.shop-woo-fav-btn{
    margin-bottom: 15px;
}