.navbar{
    padding: 0px 5px !important;
    background: #FFF !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 2;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link{
    border-top: 3px solid #FFF;

}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    border-top: 3px solid #000;
}

.nav-link{
    padding: 5px 5px;
    text-transform: capitalize !important;
    font-weight: 550;
    font-size: 14px;
    color: #000 !important;

}
.nav-item{
    padding-right: 15px;
}

.site-title{
    text-decoration: none;
    font-weight: 900;
    color: #000 !important;
    font-family: 'Teko', sans-serif;
}
.site-title:hover{
    text-decoration: none;
}
.site-content {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding-top: 40px;*/
    /*padding-bottom: 40px;*/
}

.track:hover{
    animation-play-state: paused; /* Pause scroll on mouse hover */
}

@media only screen and (min-width: 980px) {

    .site-branding{
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}


.search_containersf{
    float: right;
    position: absolute;
    top: 5px;
    right: 15%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.11), 0 3px 3px rgba(220, 220, 220, 0.31);
    width: 20%;
    background: #FFF;
}

.stoclist{
    background: #FFF;
    position: fixed;
    width: 300px;
    text-align: left;
    top: 42px;
    z-index: 100002 !important;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    border: solid 1px #d0d0d0;
    overflow-y: scroll;
    height: auto;
    max-height: 300px;
}

.sfsearchbox{
    color: #000 !important;
    background: #ffffff !important;
    border: none;
    padding: 10px;
    font-size: 13px;

}

@media only screen and (max-width: 600px) {
    .search_containersf{
        width: 100%;
        position: unset;
        top: unset;
        right: unset;
        border-top: 1px solid #ccc;
    }

    .sfsearchbox{
        width: 100%;
        margin: 0px;
        border-radius: 0px;
        color: #000!important;
        padding: 10px;
    }

    .stoclist{
        background: #FFF;
        position: fixed;
        width: 98%;
        text-align: left;
        top: 64px;
        z-index: 100002 !important;
        padding: 10px;
        margin: 2px;
        border-radius: 4px;
        border: solid 1px #d0d0d0;
    }
}

.red_bse{
    color: #f22;  
}

.gn_bse{
    color: #79ff79;  
}

.wh_bse{
    color: #FFF;  
}