@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,100;1,300;1,500&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&display=swap');

@import url('/css/Muli-Regular.ttf')

@font-face {
  font-family: Muli-Regular;
  src: url(/css/Muli-Regular.ttf);
}

 h1, h2, h3, h4, h5, h6, a, p, li, td, th
{
//    font-family: 'Roboto', sans-serif;
font-family:'Muli-Regular', sans-serif;
}
 .logo img
{
height:80px
}
 .header-nav .navbar-default .navbar-collapse .navbar-nav li a
{
 font-size: 13px;
line-height: 1;
letter-spacing: .1px;
font-family:'Muli-Regular', sans-serif;
}
 .sidebar .side-menu nav li a
{
color:#222 !important
}
 
.nav-item a {
  color: #222 !important;
}
 a {
  color: #222;
}
 a:hover
{
color:#5F000F
}

.delivery-heading, .seller-info a, .report-text a, .single-product .product-info-block .seller-info a, .description-container .report-text a, .quantity-block div
{
color:#5F000F;
}
 .flex-column .nav-link.active, .flex-column .show > .nav-link
{
color:#222
}
 .navbar-dark .navbar-brand, .detail 
{
color:#222
}
 .product-info
{
z-index:1
}
.body-content .sign-in-page .create-new-account p, .body-content .sign-in-page .sign-in p, .forgot-password {
color:#222
}
.body-content .sign-in-page .create-new-account p, .body-content .sign-in-page .sign-in p
{
color:#222;
}
 .breadcrumb ul li.active, .top-cart-row .dropdown-cart .dropdown-menu .cart-total .price, .sign-in-page .register-form .forgot-password {
  color: #5F000F !important;
}
.tag
 {
 background:#5F000F !important;
 }
 @media(max-width:767px)
{
 .copyright-bar .copyright
{
color#fff !important;
}
}
