.profile-recover-order{
    display: none !important;
}

/** HIDE PRICE */

.course_grid_container .card__price, #learn-press-course .single_course_sidebar .single_course_price_wrapper {
    display: none !important;
}

.custom-profile-button-wrap {
    display: flex;
    padding-bottom: 20px;
}

.custom-profile-button-wrap a {
    margin-left: 5px;
}

@media screen and (max-width: 768px){
    .custom-profile-button-wrap {
        display: inline-block;
    }
    
    .custom-profile-button-wrap a, .custom-profile-button-wrap button {
        margin-left: 0px;        
    }   
}