.bg-light {
  background-color: #FCFBF9!important;
}
body {
  color: #555555;
  font-size: 0.95em;
}
@media all and (max-width: 991px) { 
  .logo-image {
    width: 200px;
  }
 }

@media all and (min-width: 992px) { 
  .logo-image {
    margin: 15px;
    width: 200px;
  }
}

a {
  font-weight: 500;
}

.sign_up_confirm label {
  font-weight: bold;
}

.spice-detail .pref,
.recipe-detail .pref {
  font-size: 0.8em;
  font-weight: bold;
}
.spice-detail .description,
.recipe-detail .description {
  font-size: 0.8em;
}
.spice-detail h1,
.recipe-detail h1 {
  font-size: 1.2em;
  font-weight: bold;
}
.spice-detail .btn-affiliate,
.recipe-detail .btn-affiliate {
  min-width: 70%;
}
.recipe-detail .spice-thumbnail {
  font-size: 0.8em;
}
.text-brand {
  color: #E1430F;
}
.btn-brand {
  color: #E1430F;
  border-color: #E1430F;
}
.btn-brand:hover {
  /* color: #E1430F; */
  border-color: #E1430F;
  background-color: #E1430F;
}
.card-image {
  max-width: 50px;
  max-height: 30px;
}
.letter-time-section {
  font-weight: bolder;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 3px;
}
#trial-create .letter-time-section {
  font-weight: normal;
  border-bottom: 0px;
}
.trial-form-section {
  font-weight: bolder;
}