* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-size: cover;
    /* outline: 1px solid #f00 !important; */
  }
  
body {
    font-family: 'Open Sans', sans-serif;
}
ul {
    list-style-type: none;
}

  /* Toggler */
.line {
    width: 30px;
    height: 3px;
    margin: 5px 0;
    background: #FFF;
  }
.navbar{
    background: transparent; 
}
.navbar1 {
    background: #a7c957 !important;
}
.navbar-customcolor{
    background: #a7c957;
}

.navbar-brand{
    color: #fffef6;
    padding: 6px;
}
.navbar-brand:hover, .nav-link:hover, .fa-shopping-cart:hover{
    color: #590000;
}
.ab .nav-item .nav-link {
    color: rgb(255, 255, 255);
}
.nav-link:hover{
    border-bottom: 4px dotted #ffffff ;
}
.nav-item{
    padding-right: 14px;
    font-weight: 600;
    font-size: 1rem;
    
}
.cart_count {
    position: relative;
    top: -5px;
    left: -5px;
    font-size: 16px;
    background-color: #590000;
    border-radius: 50px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    min-width: 19px;
    text-align: center;
    padding: 2px 6px;
    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;
}


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