.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;
}

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

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

.favourite-product-list{
    position: relative;
}

.favourites-page-pagination{
    margin-top: 50px;
}

.success-fav-message{
    color: #5ab4dc;
    padding-top: 20px !important;
    margin-top: 20px !important;
}

.single_add_to_cart_button{
    margin-bottom: 20px !important;
}