a {
  color: #000;
  text-decoration: none;
}

footer a {
  color: #fff !important;
}

b {
  color: #d81b60;
  font-weight: normal;
}

.navbar-custom {
  background-color: rgba(255, 255, 255, 0.4);
  @media screen and (max-width:576px) {
    background-color: #fff;
  }
}

.box {
  animation-fill-mode: forwards;
}

.cart-confirm {
  & table {
    & th {
      width: 150px !important;
      background-color: #f7f7f7;
    }
  }
}

@media (max-width: 576px) {
h1 {
    font-size: 1.5rem !important;
  }

  .cart-confirm table th,
  .cart-confirm table td {
    width: 100% !important;
    display: block;
  }
}

h1 {
  display: flex;
  align-items: center;
  justify-content: center;

  &::before {
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    background-color: #000;
    margin-right: 30px;
  }

  &::after {
    content: "";
    display: block;
    height: 1px;
    width: 100px;
    background-color: #000;
    margin-left: 30px;
  }
}

small {
  font-size: 0.6em !important;
}

.table-cart {
  & th {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
  }
  & td:first-child {
    width: 150px !important;
    @media screen and (max-width: 576px) {
      width: 100px !important;
    }
  }
}

.table-base th {
  font-weight: normal;
  background-color: #f5f5f5 !important;
}

.table-base th,
.table-base td {
  padding: 1rem !important;
}

footer {
  background-color: #3c3c3c;
}

#payjp_checkout_box input[type="button"]{
  background-color: #000 !important;
  background-image: none !important;
  border: none !important;
}