/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

    #cbp-hrmenu a span::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 0;
        height: 0.2rem;
        background-color: #ff6d0d;
        transition: all 0.5s;
    }
    
    #cbp-hrmenu li.active > a span::before, #cbp-hrmenu li.is-active > a span::before {
        width: 100%;
    }
    
    #cbp-hrmenu a:hover > span::before {
        width: 100%;
    }
    
    #header .header-btn-w .header-btn {
        text-align: center;
        display: block;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .register-form #customer-form .form-group:nth-child(5) {
        transition: all 1s ease-out;
        display: block !important;
    }
    
    #header .header-btn-w .header-btn>.icon {
        display: inline-block;
        position: relative;
        margin-right: 10px;
        height: 100%;
    }
    
    .header-top a:not(.btn):not(.nav-link) {
        color: #fff;
    }
    
    .header-top a:not(.btn):not(.nav-link):hover {
        color: #FBB040;
    }
    
    div#desktop-header-container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    
    #mobile-header .m-nav-btn {
        color: #ffffff !important;
    }
    
    @media(max-width: 991px){
        
        .header-nav .right-nav{
            display: none !important;
    
        }
    }