footer.footer .col-xs-3:nth-child(2) {
    display: none !important;
}

.fab1 {
    width: 40px;
    height: 40px;
    color: white;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 115px;
    transition: all 0.1s ease-in-out;
    z-index: 9;
    transition: all 0.1s ease-in-out;
    box-shadow: 0 1px 7px 0 #666;
    border-radius: 50%;
}

#header .header-search {
    margin-top: -4px;
}

table.header-right-icon tr td:nth-child(2) img {
    margin-left: 11px;
}

table.header-right-icon tr td:nth-child(3) img {
    margin-left: 11px;
}

table.header-right-icon {
    float: right;
}

.thumb-info img {
    height: 300px;
    width: auto;
}

.product-thumb-info {
    background: #fff;
}

.product-thumb-info .product-thumb-info-content {
    background: #f7f9fc;
}

.product-thumb-info h4 {
    font-size: 1.2em;
    text-align: center;
}

span.MainUserName {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #381863;
}

img.header-icon {
    height: 24px;
}

p#Float_Message {
    color: #000;
}

.fds {
    height: 25px;
    padding-left: 11px;
    padding-right: 7px;
}

.homepage-bar {
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
    background-color: #fbfbfb;
    border-radius: 5px;
}

.homepage-bar .col-md-4 {
    padding-top: 20px;
    padding-bottom: 21px;
    text-align: center;
}

.homepage-bar .bar-textarea {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 7px;
}

.homepage-bar h3 {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.homepage-bar p {
    font-size: 12px;
    margin: 0;
    line-height: 1;
}

.homepage-bar .bar-icon {
    font-size: 36px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 500px) {
    #header .header-body {
        /* padding: 10px 0 5px !Important; */
        margin: 0px !important;
        border-bottom: 0px solid #381863;
    }

    li.col-xs-6.product {
        padding-right: 5px;
        padding-left: 5px;
    }

    .product-thumb-info .product-thumb-info-content {
        padding: 15px 10px;
        text-align: left;
        display: block;
        height: 110px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .homepage-bar .col-md-4 {
        border-left: 1px solid #e1e1e1;
    }

    .homepage-bar .col-md-4:first-child {
        border-left: none;
    }
}

@media (max-width: 991px) {
    .homepage-bar .bar-icon {
        min-width: 36px;
        text-align: center;
    }
}

@media (min-width: 500px) {
    .header-logo img {
        width: 60%;
        padding: 20px 0;
    }

    .cart-total-css {
        float: none !important;
    }
}

@media (max-width: 500px) {
    .header-logo img {
        width: 90%;
    }

    .cart-total-css {
        float: none !important;
    }
}
.header-body {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* NAV */
#mainNav {
    list-style: none;
    display: flex;
    gap: 20px;
}
#mainNav li {
    position: relative;
}
#mainNav a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
}

/* DROPDOWN */
.dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px;
    min-width: 180px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.dropdown:hover .dropdown-menu {
    display: block;
}

/* TOP TIME */
#topTimeList {
    display: flex;
    gap: 20px;
    list-style: none;
}

/* BUTTON */
#authBtn a {
    padding: 8px 15px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer a {
    color: #fff !important;
}
.loginbox {
    height: 100vh; /* full screen height */
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;
}
.bg-light,
#logoContainer,
.nav-link {
    background: #4d4a4a !important;
    color: #fff !important;
}
#footer * {
    color: #fff !important;
}
.navbar-brand,
.navbar-toggler-icon {
    color: #fff !important;
}
#topTimeList li {
    min-width: 150px;
}
.navbar-toggler {
    background: #fff !important;
}
#topTimeList li {
    text-transform: uppercase;
}
