/* Add custom CSS styles below */ 
/*Header*/
.sub-menu {
  background-color: #59893c !important;
  }
#mobile-menu{
background-color: #59893c !important;
    color: white;
}
.offers-link{
  display: none;
}

/*Header*/
/*Hero*/
.s-block--fixed-banner{
    margin: 0px;
}

.banner--fixed img{
 border-radius: 0px;
}
.s-block--fixed-banner .container{
  padding: 0px;
  max-width: initial;
}
/*Hero*/

/*footer*/
.last\:mb-0:last-child {
    display: none;
    margin-bottom: 0px;
}
/*footer*/