.total {
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.moving-text {
  display: none;
}
.wrapper .main-content {
  width: 950.5px;
}
.title {
  text-align: center;
  background-color: #ff0000;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 1px;
}
.numberopt {
  padding: 10px 0px;
  text-align: center;
  float: left;
  margin: 5px 7px 10px 6px;
  width: 177px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-family: Antiqua, "book antiqua";
  font-size: 20px;
  font-weight: bold;
}
.wrapper .main-content h2 {
  text-align: center;
}

.sidebar {
  text-align: center;

  background-color: #1c1a1a;

  padding: 10px;

  border-radius: 10px;

  border: 1px solid #666;

  display: none;
}

marquee {
  border-bottom: 1px solid #fff;

  border-top: 1px solid #fff;

  margin: 0px 10px 10px 10px;

  display: none;
}

@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
  .wrapper .main-content {
    width: 100%;
  }
  .total {
    font-size: 31px;
    color: #fff;
    text-align: center;
  }
  .numberopt {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #fff;
    border-radius: 24px;
    padding: 30px 0px;
    width: 47.5%;
    margin-left: 12px;
  }
  .numberopt a {
    color: #000;

    font-size: 44px;
  }

  .numberopt a:hover {
    color: #ff0000;

    font-size: 44px;
  }

  .numbers .number .number-n a {
    color: #000;

    font-size: 44px;
  }
  .title {
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    color: #fff;
    border-radius: 0;
    padding: 26px;
    margin: 19px 3px 21px 0;
    border: 1px solid #ccc;
    background: 0 0;
    box-shadow: 0 0 18px 0 #ccc inset;
  }
  .title img {
    width: 36px;

    margin: 5px 29px;
  }

  h2 {
    display: block;

    font-size: 3.5em;

    margin-block-start: 0.83em;

    margin-block-end: 0.83em;

    margin-inline-start: 0px;

    margin-inline-end: 0px;

    font-weight: bold;
  }

  p.text-center.ordering {
    display: block;

    margin-block-start: 1em;

    margin-block-end: 1em;

    margin-inline-start: 0px;

    margin-inline-end: 0px;

    font-size: 2.5em;
  }
  .pesan h2 {
    text-align: center;

    color: black;

    font-size: 40px;
  }

  .pesan .number-img img {
    border-radius: 7px;

    width: 231px;
  }

  .number-p a {
    font-size: 66px;

    color: #000;
  }

  .hrg {
    font-size: 35px;

    margin-top: 15px;

    margin-bottom: 39px;

    color: red;

    font-weight: 600;
  }

  strong {
    font-weight: bold;

    font-size: 27px;
  }

  .tombol-whatsapp {
    background: #24cc63;

    padding: 35px;

    display: block;

    color: white;

    margin: 10px auto;

    text-align: center;

    width: 354px;

    border-radius: 7px;

    box-shadow: 0px 3px 8px -2px rgb(78 73 73);

    font-size: 35px;

    margin-top: 37px;
  }

  .tombol-whatsapp:hover {
    background: #24cc63;

    padding: 35px;

    display: block;

    color: white;

    margin: 10px auto;

    text-align: center;

    width: 354px;

    border-radius: 7px;

    box-shadow: 0px 3px 8px -2px rgb(78 73 73);

    font-size: 35px;

    margin-top: 37px;

    box-shadow: none;
  }
  .pagination-after,
  .pagination-before {
    font-size: 30px;
    background: red;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
  }
}
