#block-raschainas-main-menu {
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
   ul.navbar-nav {
     li {
      a {
        font-size: 18px;
        color: #000;
        padding: 0px 12px;
        text-transform: uppercase;
        font-family: $font-family-sana_sansbook;
        line-height: 2.7;
      }
     }
   }
}
  .navbar-toggler-icon {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    /* BLACK icon */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

.navbar-expand-lg .offcanvas .offcanvas-body {
  justify-content: center;
}
