body {
  font-family: 'Ubuntu', 'Noto Sans TC', sans-serif;
  overflow-x: hidden !important;
  background: #f9f9f9;
}

.footerwrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer {
  background: #f0f0f0;
}

#hp_jumbotron {
  background: url('./img/banner.jpg');
  background-position: center;
  box-shadow: inset 0em 0em 0em 2000px rgba(0, 0, 0, 0.5);
  height: 25vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hp_jumbotron > * {
  text-align: center;
}

#hp_jumbotron > h1 {
  text-shadow: 7px 7px 7px black;
}

#hp_jumbotron > h3 {
  color: #ddd;
}

.card-img-overlay {
  box-shadow: inset 0em 0em 0em 2000px rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
}

i.promo-icon {
  font-size: 3rem;
  color: #333;
}

a.no_link {
  text-decoration: none;
}

a.no_link::after {
  text-decoration: none;
}

.product:hover {
  box-shadow: 0 0rem 0.7rem rgba(0, 0, 0, 0.15) !important;
}

#forms > div {
  background: white;
}

h5 {
  text-align: center;
}

.comment-box {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px #e0e0e0 solid;
  background-color: white;
}

.comment-box:nth-child(even) {
  background-color: #f7f7f7;
}

.comment-box .date {
  text-align: right;
  color: #777777;
  font-size: 0.8em;
}

#category_back_btn {
  color: black;
  text-decoration: underline;
  margin: 0.5em;
  padding: 0.5em;
  border: 1px solid black;
  border-radius: 5px;
  transition-duration: 0.4s;
}

#category_back_btn::before {
  content: '< ';
}

#category_back_btn:hover {
  color: white;
  background-color: #222222;
  border-color: #222222;
}

.cloth_description {
  font-size: 1.2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cloth_description > li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.text-red {
  color: #f52f2b;
}

.size-chart-card:hover > div {
  box-shadow: 0 0rem 0.7rem rgba(0, 0, 0, 0.3) !important;
}

.bg-gray {
  background: #fafafa;
}

.d-grid-7 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .d-grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .d-grid-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

#questionnaire section {
  display: none;
}

.progress-bar {
  transition: width 0.3s ease-in-out;
}

.radio-buttons-group * {
  transition: background-color 0.2s ease-in-out;
}

.radio-buttons-group *:hover {
  cursor: pointer;
}
