/* Add custom CSS styles below */
.navbar-brand-title {
margin-right: 10px; 
color: #fff;
font-weight:bold;
}

.ncnp {
  h5, h6 {
      font-size: 8px;
  }
}

.top-navbar {
display:none;
}

.navbar-brand img {
    max-height: 7rem;
    border-radius: 20px;    
}

.s-user-menu-trigger {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    border-radius: 50%;
        padding:5px;

    }
    
    [aria-label="Add or remove to wishlist"],
    .btn--wishlist  {
  display:none;
}
.sicon-menu,
.header-btn__icon,
.s-cart-summary-total {
color:white;
}
custom-main-menu {
color:white;
}

  custom-main-menu li a:hover {
    color: #ddd !important; 
  }
  
@media only screen and (max-width: 1024px) {




  .mm-spn.mm-spn--light {}
  .mm-spn.mm-spn--navbar ul
  {
    color: #fff;
    background-color: rgb(149, 120, 78);
  }
}

.main-nav-container {
    background-color: rgb(149, 120, 78);
    min-height: 120px;
}

div.right-side{
text-align:center;
width:100%;

}
div.right-side > h2 {
font-size: 32px;
display:none;
}


        @media (max-width: 767px) {
        
        .navbar-brand-title {
        display:none;
        }
            .s-product-card-entry {
            flex-direction: column;
            }
            
            .s-product-card-fit-height .s-product-card-image {
            max-height: unset;
            }
            
            
            .s-product-card-horizontal .s-product-card-image {
  height: auto;
  width: 100%;
}

.s-products-list-horizontal-cards {
  gap: 1rem;
  grid-template-columns: repeat(1,minmax(0,1fr));
        }
      }
      
      
              
      .footer-is-light .store-footer .store-footer__inner {
      background-color: rgb(149, 120, 78);
  color: white;
}

.footer-is-light .store-footer {
p {
color:white;
}
  background-color: rgb(82, 67, 44);
}