/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.navbar-brand img{
  max-width: 100%;
  width: 150px;
  max-height: 100%;
  height: auto
}

.main-nav-container.fixed-pinned .navbar-brand img{
max-height: 100%;
}
.features-home .s-block--features__item .feature-icon-div::after, .s-block--features .s-block--features__item .feature-icon-div::after{
  background-color: #056533;
}
.features-home .s-block--features__item .feature-icon-div .feature-icon, .s-block--features .s-block--features__item .feature-icon-div .feature-icon {
color: #056533;
}
.card-effect .card-border::after, .card-effect .card-border::before {
    background-color: #056533;
}
.s-button-primary-outline {
    fill: #056533;
    color: #056533;
    border-color: #056533;
}
.s-button-primary-outline:hover {
  background-color: #056533;
  color: #FFF;
}
.s-product-card-price {
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #99cc66;
}
.s-product-card-sale-price h4 {
  font-size: 1.2rem;
}
.s-product-card-content-title a {
  font-size: 1rem;
}
.header-is-light .header-components .s-cart-summary-wrapper li a, .header-is-light .header-components .main-menu li a {
color: #056533;
}
.main-menu li>a {
  color: #056533;
  font-size: 0.8rem
}