/* general */
.typehead-header {
  color: #008ED3;
  font-size: 16px;
  margin: 10px;
}
/* end general */
/* homepage */
.homepage-title {
  font-size: 60px;
}
.homepage-title-padding {
  padding-top: 30px;
}
.homepage-subtitle {
  font-size: 32px;
}
.homepage-button {
  font-size: 32px;
}
.img-logo {
  height: 32px;
}
.img-background {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/background-image.png");
  background-repeat: no-repeat;
  background-position: center center;
  /*background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}
.img-container {
  position: relative;
  display: inline-block;
}
.img-text {
  top: 100%;
  width: 100%;
  height: 17%;
  padding: 0px;
  display: block;
  margin-top: -25px;
  position: absolute;
  background-color: rgba(245, 245, 245, 0.8);
}
/* search inventory page */
.searchinventory-result {
  margin: 3px;
  padding: 0;

  border: 1px solid #EBEBEB;
}
.searchinventory-item-holder {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;

  position: relative;
  text-align: center;
  display: inline-block;
}
.searchinventory-item {
  margin: 0;
  padding: 0;

  width: 100%;
  height: 160px;
  min-height: 160px;

  overflow: hidden;
  position: relative;
  text-align: center;
}
.searchinventory-item img {
  display: block;
  text-align: center;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: auto;
  clip: rect(100px, 0px, 20px, 0px);
}
.searchinventory-item-caption {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.searchinventory-item-header {
  padding: 3px;
  background-color: rgba(51, 204, 51, 0.5);
  color: white;
  font-size: 14px;
  white-space: nowrap;
}
.searchinventory-item-footer {
  margin: 0;
  padding: 0;
  color: grey;
  font-size: 14px;
  background-color: rgb(255, 255, 255);
}
/* detail inventory*/
.detailinventory-title {
  color: grey;
  font-size: 24px;
}
.detailinventory-title.separator {
  padding: 10px;
}
.detailinventory-question {
  color: grey;
  font-size: 20px;
}
/* end detail inventory */
/* order */
.order-table-title {
  color: grey;
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px 0;
}
/* end order */
/* checkout frame */
.carcheckout-frame {
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
} 
.carcheckout-frame iframe {
  width: 100%;
}


.yoga-card {
  /*width: 100%;*/
  /*margin: 1rem;*/
  padding: 4rem;
  color: #A0A0A0;
  font-size: 4rem;
  font-weight: bold;
  background: transparent;
  border-radius: 0.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.yoga-card a {
  color: #A0A0A0;
  text-decoration: none;
}

.yoga-card a:hover {
  color: #23527c;
  text-decoration: none;
}

.yoga-card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}
.yoga-card-1:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.yoga-card-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  /*transition: all 0.3s cubic-bezier(.25,.8,.25,1);*/
}
.yoga-card-2:hover {
  /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

.yoga-card-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.yoga-card-3:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.yoga-card-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.yoga-card-4:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.yoga-card-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.yoga-card-5:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

