.nw-mobilefilters-applicancelbutton {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  justify-content: space-around;
  display: flex;
  box-shadow: 0 -1px 7px 0 $default-color;
  width: 100%;
  padding: 15px 20px;
  background: $menu-background;
}

.nw-mobilefitlers-clearapply {
  border: 2px solid $concrete;
  padding: 10px 0;
  font-size: $font-size-xs;
  font-family: $secondary-font-family;
  line-height: 1.1;
  text-align: center;
  color: $concrete;
  
  &.clearbutton {
    border: 0;
    width: 40%;
    text-decoration: underline;

    &:disabled {
      border: 0 !important;
    }
  }

  &.applybutton {
    border: 2px solid $color-primary;
    width: 54%;
    background: $color-primary;
    color: $concrete;
  }
}
