.temp-h1{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}
.tab-content h3{
  font-weight: 700;
  letter-spacing: 0px;
}
.temp-deatails hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: solid 1px #efefef;
    float: left;
    width: 100%;
}

.cart-area{
  border: solid 1px #e4e4e4;
    height: auto;
    border-radius: 10px;
    margin: 30px;
    padding: 20px;
}
.cart-area li{
  font-size: 15px;
  font-weight: 400;
}
.cart-area .btn {
  z-index: 1;
  padding: 10px;
  color: #353434;
  font-weight: normal;
  text-transform: initial;
  text-shadow: none;
  border: 1px solid #ccc;
  }

  .cart-area .btn {
    -webkit-box-shadow: 0 2px 0 #6f9a37;
    box-shadow: 0 2px 0 #6f9a37;
    position: relative;
  }

  .cart-area .btn.btn-preview {
    background-color: #82b440;
  }


 .cart-area .btn  {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: gray;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}

 .preview-area .btn  {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #4aa91ad4;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}
.clear{
  clear: both;
}

.preview-area{
  /* border: solid 1px #e4e4e4; */
  height: auto;
  /* border-radius: 10px; */
  /* padding: 20px; */
  float: right;
}
/*Order form*/
.orderform .form-control {
    display: block;
    width: 100%;
    height: 40px!important;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.orderform .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.orderform .form-check-label {
    margin-bottom: 0;
    margin-left: 10px;
}

.orderform .btn  {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: gray;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
}

#extra{ display: none; }