.navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar .navbar-brand img {
    max-width: 100px;
}

/* Dashboard */

.left img {
    width: 105px;
    vertical-align: middle;
    margin-right: 15px;
}
.dash-nav {
    border-radius: 40px;
    background-color: white;
    width: 80%;
    margin: 20px auto;
    padding: 10px 30px;
}
.header-bottom-wrap {
    max-width: 80%;
    margin: 170px auto;
    border-radius: 5px;
}
.dash-search {
    padding: 15px 75px;
}
.browse-btn {
    padding: 18px 50px;
}
.dash-cart {
    font-size: 40px;
}
.hr-cart span {
    position: absolute;
    top: -10px;
    padding: 0px 6px;
    border-radius: 50%;
    left: 25px;
    color: white;
    font-size: 12px;
}
.msg-count {
    position: absolute;
    top: -13px;
    right: 2px;
    padding: 0px 6px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}
.noti-count {
    position: absolute;
    top: -13px;
    right: 2px;
    padding: 0px 6px;
    border-radius: 50%;
    color: white;
    font-size: 12px;
}
.faUser {
    font-size: 28px;
}
.profile-menu {
    position: absolute;
    right: 20px;
    top: 55px;
    display: none;
}
.dropdown .msg-show.dropdown-menu.dropdown-menu-end {
    right: -20px !important;
    left: auto !important;
}
.dropdown .noti-show.dropdown-menu.dropdown-menu-end {
    right: -20px !important;
    left: auto !important;
}
.time-separator {
    width: 5px;
    height: 5px;
    background: grey;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}
/* Responsive Device */

@media all and (max-width: 415px) {
    .dash-nav {
        margin: 20px auto;
        width: 95%;
    }
    .header-bottom-wrap {
        margin: 170px auto;
        max-width: 95%;
    }
    .dash-search {
        padding: 15px 50px;
    }
    .browse-btn {
        padding: 18px 20px;
    }
    .btn-size-mobile {
        padding: 10px 15px !important;
    }
}
