﻿#sub-unlocked-header {
    display: none !important;
}

#category-selection {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 77px;
    display: block;
    background: #fbfbfb !important;
    width: 100%;
    height: 70px;
}

    #category-selection ul {
        list-style: none;
        padding: 0 0 0 15px;
        border-bottom: 1px solid #e9e9e9 !important;
        background: #fbfbfb !important;
    }

.button-shape-grass-green {
    height: 50px;
    width: 268px;
    border-radius: 5px;
    background-color: #00B388;
    border: 0px;
    color: #FFFFFF;
    font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 500;
}

.button-shape-purple {
    height: 56px;
    width: 335px;
    border-radius: 5px;
    background-color: #940EAF;
    border: 0px;
    color: #FFFFFF;
    font-family: 'Libre Franklin';
    font-size: 16px;
    font-weight: 700;
}

/*@media (min-width: 1024px) {
    .desktop {
        display: block !important;
    }

    .mobile {
        display: none !important;
    }
}*/

/*@media (min-width: 320px) and (max-width: 1023px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
    }
}
*/