.top-headerorg{
    background: #e9edd7 !important;
    height: 39px !important;
    border-bottom: 1px solid #eee !important;
}
.top-headerorg a{
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: .05em;
}
.top-headerorg .widhlist i{
    color: #48a6ae;
    font-size: 12px;
}
.cart-bg{
    height: 39px !important;
}
.cart-bg .cart{
    margin-top:10px;
    margin-left:10px;
}
.cart-bg .cart i{
    color:#fff !important;
}
.center-headerorg .logo{
    height:80px !important;
}
.center-tmg{
    margin-top:20px;
}
.center-tmg i{
    font-size: 35px !important;
}
.search{
    margin-top: 20px;
}
.search input{
    padding:10px;
}
.navbar{
    height:40px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
{
    color: #fff !important; 
}
.nav-link:focus, .nav-link:hover {
    color: #fff !important; 
}
.nav-item{
    padding: 0 10px;
    text-transform: uppercase;
}
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: #0c4b43; /* dark green line */
    max-width: 120px;          /* optional */
}

.section-title span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}
#loginTab .nav-link{
    color: #000 !important;
}
.btn{
    border:none;
}