* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: cover;
    /* outline: 1px solid #f00 !important; */
  }

ul {
    list-style-type: none;
}

  /* Toggler */
.line {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
  }
.navbar{
    background: #261214; 
}
.navbar-customcolor{
    background: #261214;
}
.navbar-brand{
    color: #fffef6;
    padding: 6px;
}
.nav-link .active .navbar-brand:hover, .nav-linkk:hover, .fa-shopping-cart:hover{
    color: #fff;
    opacity: 1;
}
.nav-linkk{
    color: #fff;
}
.fa-shopping-cart{
    color: #484c7f !important;
    opacity: 1 !important;
}
.nav-link .active{
    height: 8px;
    background-color: #8F503F;
}
.nav-link:hover{
    border-bottom: 8px solid #8F503F;
}
.nav-item{
    padding-right: 14px;
    font-weight: 600;
    font-size: 1rem;
    
}
.cart_count {
    position: relative;
    top: -11px;
    left: -14px;
    font-size: 18px;
    background-color: #8f503f;
    border-radius: 50px;
    height: 23px;
    line-height: 18px;
    color: #fff;
    min-width: 21px;
    text-align: center;
    padding: 2px 7px;
    display: inline-block;
    vertical-align: top;
}

.cartitems{
    position: fixed;
    top: 103px;
    right: 0px;
    width: 25%;
    height:100vh;
    background: white;
    opacity: 0;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    z-index: 9999;
}
.footer-title {
    font-family: Poppins;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.footer-about-title,
.footer-links-title {
    color: #fff;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
}

.footer-link {
    text-decoration: none!important;
    color: #fff!important;
    font-size: 16px;
}

.footer-ul {
    list-style: none;
    padding: inherit;
}

.footer-link-li {
    padding-bottom: 8px;
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
}

@media screen and (max-width: 992px) {
    .navbar{
        background: #261214;
    }
}