.sm-cleanbw {
  background: #000;
  border-radius: 5px;
}

.sm-cleanbw a,
.sm-cleanbw a:hover,
.sm-cleanbw a:focus,
.sm-cleanbw a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: var(--menu-main-color);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-cleanbw a.current {
  color: var(--menu-active-color);
}

.sm-cleanbw a.disabled {
  color: var(--menu-active-color);
}

.sm-cleanbw a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.sm-cleanbw a .sub-arrow::before {
  content: '+';
}

.sm-cleanbw a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-cleanbw>li:first-child>a,
.sm-cleanbw>li:first-child> :not(ul) a {
  border-radius: 5px 5px 0 0;
}

.sm-cleanbw>li:last-child>a,
.sm-cleanbw>li:last-child>*:not(ul) a,
.sm-cleanbw>li:last-child>ul,
.sm-cleanbw>li:last-child>ul>li:last-child>a,
.sm-cleanbw>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
  border-radius: 0 0 5px 5px;
}

.sm-cleanbw>li:last-child>a.highlighted,
.sm-cleanbw>li:last-child>*:not(ul) a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.sm-cleanbw>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
  border-radius: 0;
}

.sm-cleanbw li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--menu-active-color);
}

.sm-cleanbw>li:first-child {
  border-top: 0;
}

.sm-cleanbw ul {
  background: rgba(162, 162, 162, 0.1);
}

.sm-cleanbw ul a,
.sm-cleanbw ul a:hover,
.sm-cleanbw ul a:focus,
.sm-cleanbw ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent;
}

.sm-cleanbw ul ul a,
.sm-cleanbw ul ul a:hover,
.sm-cleanbw ul ul a:focus,
.sm-cleanbw ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-cleanbw ul ul ul a,
.sm-cleanbw ul ul ul a:hover,
.sm-cleanbw ul ul ul a:focus,
.sm-cleanbw ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-cleanbw ul ul ul ul a,
.sm-cleanbw ul ul ul ul a:hover,
.sm-cleanbw ul ul ul ul a:focus,
.sm-cleanbw ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-cleanbw ul ul ul ul ul a,
.sm-cleanbw ul ul ul ul ul a:hover,
.sm-cleanbw ul ul ul ul ul a:focus,
.sm-cleanbw ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 1150px) {

  @media (max-width: 1600px) {

    .sm-cleanbw.on-scroll a,
    .sm-cleanbw.on-scroll a:hover,
    .sm-cleanbw.on-scroll a:focus,
    .sm-cleanbw.on-scroll a:active {
      font-size: 16px;
    }

    .sm-cleanbw.on-scroll a.has-submenu {
      padding-right: 5px !important;
    }

    .sm-cleanbw.on-scroll a.has-submenu .sub-arrow {
      display: none;
    }

  }

  @media (max-width: 1400px) {

    .sm-cleanbw a,
    .sm-cleanbw a:hover,
    .sm-cleanbw a:focus,
    .sm-cleanbw a:active {
      font-size: 14px;
    }

    .sm-cleanbw.on-scroll a,
    .sm-cleanbw.on-scroll a:hover,
    .sm-cleanbw.on-scroll a:focus,
    .sm-cleanbw.on-scroll a:active {
      font-size: 14px;
    }
  }

  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-cleanbw ul {
    position: absolute;
    width: 12em;
  }

  .sm-cleanbw li {
    float: left;
  }

  .sm-cleanbw.sm-rtl li {
    float: right;
  }

  .sm-cleanbw ul li,
  .sm-cleanbw.sm-rtl ul li,
  .sm-cleanbw.sm-vertical li {
    float: none;
  }

  .sm-cleanbw a {
    white-space: nowrap;
  }

  .sm-cleanbw ul a,
  .sm-cleanbw.sm-vertical a {
    white-space: normal;
  }

  .sm-cleanbw .sm-nowrap>li>a,
  .sm-cleanbw .sm-nowrap>li> :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-cleanbw {
    margin-left: -10px;
    background: #000;
    border-radius: 100px;
  }

  .sm-cleanbw a,
  .sm-cleanbw a:hover,
  .sm-cleanbw a:focus,
  .sm-cleanbw a:active,
  .sm-cleanbw a.highlighted {
    padding: 12px 12px;
    color: var(--menu-main-color);
    border-radius: 0 !important;
  }

  .sm-cleanbw a:hover,
  .sm-cleanbw a:focus,
  .sm-cleanbw a:active,
  .sm-cleanbw a.highlighted {
    color: var(--menu-active-color);
  }

  .sm-cleanbw a.current {
    color: var(--menu-active-color);
  }

  .sm-cleanbw a.disabled {
    color: var(--menu-active-color);
  }

  .sm-cleanbw a.has-submenu {
    padding-right: 24px;
  }

  .sm-cleanbw a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: var(--menu-main-color) transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }

  .sm-cleanbw a .sub-arrow::before {
    display: none;
  }

  .sm-cleanbw li {
    border-top: 0;
  }

  .sm-cleanbw>li>ul::before,
  .sm-cleanbw>li>ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent var(--menu-active-color) transparent;
  }

  .sm-cleanbw>li>ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }

  .sm-cleanbw ul {
    border: 1px solid var(--menu-active-color);
    padding: 5px 0;
    background: #000;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  }

  .sm-cleanbw ul a,
  .sm-cleanbw ul a:hover,
  .sm-cleanbw ul a:focus,
  .sm-cleanbw ul a:active,
  .sm-cleanbw ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: var(--menu-main-color);
  }

  .sm-cleanbw ul a:hover,
  .sm-cleanbw ul a:focus,
  .sm-cleanbw ul a:active,
  .sm-cleanbw ul a.highlighted {
    background: #000;
    color: var(--menu-active-color);
  }

  .sm-cleanbw ul a.current {
    color: var(--menu-active-color);
  }

  .sm-cleanbw ul a.disabled {
    background: #000;
    color: #cccccc;
  }

  .sm-cleanbw ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-cleanbw ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent var(--menu-main-color);
  }

  .sm-cleanbw .scroll-up,
  .sm-cleanbw .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #000;
    height: 20px;
  }

  .sm-cleanbw .scroll-up:hover,
  .sm-cleanbw .scroll-down:hover {
    background: #000;
  }

  .sm-cleanbw .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent var(--menu-active-color) transparent;
  }

  .sm-cleanbw .scroll-down:hover .scroll-down-arrow {
    border-color: var(--menu-active-color) transparent transparent transparent;
  }

  .sm-cleanbw .scroll-up-arrow,
  .sm-cleanbw .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent var(--menu-main-color) transparent;
  }

  .sm-cleanbw .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: var(--menu-main-color) transparent transparent transparent;
  }

  .sm-cleanbw.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }

  .sm-cleanbw.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }

  .sm-cleanbw.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }

  .sm-cleanbw.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent var(--menu-main-color) transparent transparent;
  }

  .sm-cleanbw.sm-rtl>li>ul::before {
    left: auto;
    right: 30px;
  }

  .sm-cleanbw.sm-rtl>li>ul::after {
    left: auto;
    right: 31px;
  }

  .sm-cleanbw.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }

  .sm-cleanbw.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent var(--menu-main-color) transparent transparent;
  }

  .sm-cleanbw.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }

  .sm-cleanbw.sm-vertical a {
    padding: 10px 20px;
  }

  .sm-cleanbw.sm-vertical a:hover,
  .sm-cleanbw.sm-vertical a:focus,
  .sm-cleanbw.sm-vertical a:active,
  .sm-cleanbw.sm-vertical a.highlighted {
    background: #000;
  }

  .sm-cleanbw.sm-vertical a.disabled {
    background: #000;
  }

  .sm-cleanbw.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent var(--menu-main-color);
  }

  .sm-cleanbw.sm-vertical>li>ul::before,
  .sm-cleanbw.sm-vertical>li>ul::after {
    display: none;
  }

  .sm-cleanbw.sm-vertical ul a {
    padding: 10px 20px;
  }

  .sm-cleanbw.sm-vertical ul a:hover,
  .sm-cleanbw.sm-vertical ul a:focus,
  .sm-cleanbw.sm-vertical ul a:active,
  .sm-cleanbw.sm-vertical ul a.highlighted {
    background: #000;
  }

  .sm-cleanbw.sm-vertical ul a.disabled {
    background: #000;
  }
}

/*# sourceMappingURL=sm-cleanbw.css.map */