.red {color:#f33;}
.option-name {
  margin-bottom:0.5em;
}
.cart-box {
display: flex;
background: #f1f1e6;
border-top: 5px solid #d6d6c5;
border-bottom: 5px solid #d6d6c5;
}

.product-image {
  padding-top:1em;
}
.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}

.order-space {
  background: #fff;
  box-shadow: 0px 4px 10px 2px rgb(212, 212, 212);
}

.product-name {
  font-size: 1.414em;
  margin-bottom: 0;
}

.product-order-price {
  font-size: 1.414em;
  font-weight: bold;
}


.btn-addcart {
    color: #fff;
    background: #eb5f02;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 1em 0;
}

.btn-addcart:hover {
  color: #fff;
  background: #FFC344;
}

.clone-nav .product-contents {
  margin-right : 8%;
  margin-left : 8%;
}

.textarea {
 margin: 0 0 1em;
}

.product-order-spec th, .product-order-spec td {
  border: none;
  font-weight: normal;
  padding: 0;
}

.btn-addcart span:before {
  font-family: FontAwesome;
  content: "\f07a";
  margin-right: 0.5em;
  font-size: 1.3em;
}

.about-item img{
  width: 100%;
}

.about-item h2 {
  color: #fff;
  background: #3F527D;
  font-size: 1.5em;
  padding: 0.3em 0.5em;
}

.about-item h3{
 font-size: 1.5em;
 color: #eb5f02;
}

.about-item h3.subtitle{
 font-size: 1.5em;
 border-bottom: 2px solid #eb5f02;
 color: #eb5f02;
}
.about-item h3.subtitle::before{
	content: attr(title);
	 background: #eb5f02;
    font-size: 18px;
    color: #fff;
    margin-right: 0.8em;
    padding: 0.2em 0.8em;
}

.about-item .hoyahoya h3, h3.kon{
 border-bottom: 2px solid #002c4f;
 color: #002c4f;
}

.about-item h3.h3-gold {
 border-bottom: 2px solid #eb5f02;
 color: #eb5f02;
 margin: 0 0 1em 0;
}

h4.h4-gold {
  color:#eb5f02;
 font-size: 1.4em;
 margin-top: 1%;
}

img.img-about {
  margin-bottom: 0.4em;
}

.bg-beige {
  background:#F1F1E6;
  padding: 2em;
}

.cap {
 color: #000;
 font-weight: bold;
 margin: 0 0.5em;
}

.map {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.map iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.about-item th {
  background: #EDE9D0;
}

.about-item th {
  width: 5.5em;
}


/* slide down add cart */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .6s;
  transform: translateY(-105%);
}
.is-show {
  transform: translateY(0);
  font-size: 1vmin;
}

.is-show form {
  margin: 0 auto;
  max-width: 930px
}

.is-show img.mainImage {
  max-height: 17em;
}


.is-show .btn-addcart {
  margin: calc(1em - 1vw) 0;
  font-size: calc(1.5em);
}

@media screen and (max-width: 499px) {
.bg-beige {
  padding: 0.8em;
}
}