#store-info {
    display: none;
    max-height: 40px;
    height: 3rem;
    /*color: #153250;*/
    color: #e6e6e6;
    font-weight: bold;
    background-color: #10253a;
}

#store-status {
    padding: 0 10px;
}

.status-img {
    height: 100%;
}

.navbar-nav {
    text-align: left;
}

.head-icns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 5px;
    justify-content: space-between;
}

.h-icn {
    float: left;
}

.navbar.bg-dark {
    background: #036 !important;
    /*background-color: rgb(212, 210, 210)!important;*/
    /*background-color: rgb(12, 101, 142)!important;*/
    /*background-color: rgb(44, 119, 154)!important;*/
    /*background-color: #2989b5!important;*/
    /*background-color: black !important;*/
}

/*.navbar-dark .navbar-toggler-icon {*/
/*    background-image: url("../images/assets/menu.png")!important;*/
/*}*/

.navbar-toggler-icon {
    background-image: url("../images/assets/menu.png")!important;
}

.navbar-dark .navbar-toggler {
    font-size: smaller;
    /*border-color: #08090a !important;*/
    /*border-color: rgb(10,51,70) !important;*/
    /*border-color: #000 !important;*/
}

.navbar-dark .navbar-nav .nav-link {
    /*color: #e9ecef !important;*/
    /*color: #161719 !important;*/
    /*border-bottom: 2px solid blue;*/
    /*color: hsla(0,0%,100%,.6)!important;*/
    color: hsla(0, 0%, 100%, 0.87) !important;
    font-weight: 600;
    /*text-decoration: none;*/
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover {
    /*color: #e8e7e7 !important;*/
    color: #403e3e;
}

.dropdown-divider {
    margin: 0.125rem 0 !important;
}

/*.navbar-dark .navbar-nav .nav-link:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 0%;*/
/*  border-bottom: 2px solid white;*/
/*  transition: 0.4s;*/
/*}*/

/*.navbar-dark .navbar-nav .nav-link:hover:after {*/
/*  width: 100%;*/
/*}*/
.nav-si-btn{
    display: inline-block;
    /*margin-top: 6px;*/
    margin-top: 2px;
    padding-top: .65rem;
    margin-left: 5px;
    margin-left: 0.5rem;
}

/*.nav-si-btn {*/
/*    display: inline-block;*/
/*    margin-top: 6px;*/
/*    margin-left: 5px;*/
/*}*/

.sign-in-btn {
  background-color: #2196F3;
  color: white;
  padding: 8px 10px;
  /*border: none;*/
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.4);
}

.sign-in {
    color: #007bff;
    /*border-left: 1px solid black;*/
    padding-left: 0.5rem;
    text-decoration: none;
    line-height: .75em;
    vertical-align: -80%;
}
/*.sign-in {*/
/*    color: white;*/
/*}*/

.sign-in:hover {
    cursor: pointer;
} 
/*.sign-in:visited {*/
/*    color: white;*/
/*    text-decoration: none;*/
/*}*/

.navbar {
    width: 100%;
    padding: .75rem 1rem !important;
}

.brand-img {
    /*height: 3.5rem;*/
    height: 3rem;
    float: left;
}

.icn-con {
    float: right;
    margin-right: 10px;
}

.ic {
    float: right;
    margin-right: 10px;
}
.icl {
    list-style: none;
    /*float: right;*/
    float: left;
    /*padding: 0rem .5rem 0rem 0rem;*/
    margin: 0;
    padding-left: 0;
}

.icl > li {
    display: inline;
}

.iclim {
    /*border-left: 1px solid grey;*/
    /*border-right: 1px solid grey;*/
}

.fa.fa-lg.hx {
    margin: 0;
    /*padding: 20px;*/
    padding: 15px 20px 15px 20px;
    width: 43px;
}

@media all and (max-width: 750px){
    .sign-in-btn {
        width: 100%;
    }
}

@media (min-width: 992px){
    .sign-in {
        color: #007bff;
        /*border-left: 1px solid black;*/
        padding-left: 1rem;
        text-decoration: none;
        line-height: .75em;
        vertical-align: -80%;
    }

    .navbar-toggler {
        display: none; 
        border: none!important;   
    }
    .nav-link {
        padding: .1rem 1rem!important;
    }
}

@media (max-width: 991px){
    .fa.fa-lg.hx {
        margin: 0;
        /*padding: 20px;*/
        padding: 15px 20px 15px 5px;
        width: 30px;
    }
    
    /*.head-icns {*/
    /*    justify-content: space-between;*/
    /*}*/
    
    .menu-opt {
        float: right;
    }
    
    .navbar {
        /*padding: .5rem 0rem!important;*/
        padding: 0rem 0rem 0rem 0rem!important;
    }
    
    .navbar-collapse {
        /*border-radius: 5px;*/
        /*background-color: rgb(8,82,118);*/
        /*background-color: #1b1b1b;*/
        background: #f5f3f3;
        /*margin-top: 5px;*/
    }
    
    .navbar.bg-dark{
        padding-bottom: 0;
        background-color: #fff!important;
        /*border-bottom: 1px solid #036;*/
    }
    
    .navbar-dark .navbar-toggler {
        margin-left: .5rem; 
        /*margin-bottom: 5px;*/
        margin: .5rem;
    }
    
/*    .navbar-toggler {
        border-color: #000!important;
    }*/
    
    .navbar-dark .navbar-nav .nav-link {
        padding-left: .5rem;
        color: #403e3e !important
    }
    
    .nav-item.dropdown a {
        outline: none !important;
    }
}

