.slick-dots {
  bottom: -30px;
  li {
    width: 14px;
    height: 14px;

    button:before {
      width: 12px;
      height: 12px;
    }
  }
}

@media only screen and (max-width: 999px) {
  .slick-dots {
    bottom: -32px;
    li {
      width: 2px;

      button:before {
        width: 6px;
        height: 6px;
      }
    }
  }
}

.message .errormsg {
  text-align: center;
}

.total_box {
  #total_box__user_action_menu {
    display: flex;
    justify-content: flex-end;
    @media only screen and (max-width: 959px) {
      justify-content: center;
    }

    @media only screen and (max-width: 520px) {
      flex-direction: column;
    }

    p {
      margin: 0.8px 10px;
      @media only screen and (max-width: 999px) {
        margin: 0 10px;
      }

      @media only screen and (max-width: 520px) {
        margin: 0;
        width: 100%;
      }

      a {
        border-radius: 4px;
        padding: 15.5px;
        @media only screen and (max-width: 520px) {
          display: block;
          text-align: center;
        }
      }
    }

    @media only screen and (max-width: 520px) {
      #total_box__next_button {
        margin-bottom: 6px;
      }

      #total_box__top_button {
        margin-top: 2px;
      }
    }
  }
}
