html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.uplift-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }


/*Custom CSS */

.bg-white.header-shop {
  margin-bottom: 25px;
}

.btn-block {
  display: block;
  width: 100%;
}


.btn-group-lg > .btn, .btn-lg {
  font-size: unset;
  margin-bottom: 10px;
}

.img-thumbnail{
  border: 0px #d2d2d2 solid;
  background-color: transparent;
}

.dango {
 padding:0px;
 height:70px;
 width:auto;
}

.site_link, a:link{
  text-decoration:none;
}

.btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #ff9553;
  box-shadow: 2px 2px 1px #ff9553;
}

.btn-primary:hover {
  background-color: #ff9553;
}

.btn-primary:active {
  background-color: #9e3e02 !important;
  border-color: #ff9553 !important;
}

.btn-primary:focus {
  background-color: #9e3e02 !important;
  border-color: #ff9553 !important;
}

.success-message{
  background-color: #ff9553;
}

.cancelled-message{
  background-color: #cb1c1c;
  color: white;
}

.gh {
  font-family: sans-serif;
  font-weight: bold;
}

.gt {
  padding: 1rem !important;
  margin-bottom: 1rem !important;
}

.upmascot {
  float: right;
  padding-top: 8%;
}

.upmascot img {
  height: 300px;
}

@media (max-width: 767px) {
  .upmascot {
    float: right;
    padding-top: 2%;
  }

  .upmascot img {
    height: 200px;
  }
}

@media screen and (min-width: 449px) {
  .container-message {
    width: 960px;
    max-width: 460px;
    margin-right: auto;
    margin-left: auto;
  }

}

@media screen and (min-width: 349px) {
  .container-message {
    /*width: 80%;*/
  }  
 
}

@media screen and (max-width: 749px) {
  .fixed-bottom{
    position: unset;
  }

}

.fixed-bottom-2 {
  /*position: absolute;*/
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc-icons .cc-icon {
  margin: 1px;
}

label.option-label {
    font-size: .9em;
}
