@font-face {
    font-family: 'Cocon-Regular';
    src: url('../fonts/cocon_regular.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
}
cssbody {
    font-family: 'Cocon-Regular', sans-serif;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #1e7b54;
  border-bottom: 3px solid #C6A24A;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  margin: 0;
}
#sp-header {
  background: #f6f3ec;
}
#sp-footer, #sp-bottom {
  background: #034634;
  color: #fff;
}