@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
* {
  box-sizing: border-box;
  margin: 0;
}
.order2wrapper {
  font-family: "Lato", sans-serif;
  color: #333;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("../img/bgtyp.jpg") no-repeat top left;
  background-size: auto auto;
  background-size: cover;
}
.order2wrapper .car {
  float: right;
  margin: 10px 15px 20px 5.5%;
  width: 130px;
  height: 121px;
  background: url("../img/car.png") center center no-repeat;
}
.order2wrapper .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.order2wrapper .frame {
  text-align: left;
  margin: 20px auto;
  max-width: 850px;
  padding: 7px;
  z-index: 1;
  position: relative;
}
@media all and (max-width: 1000px) {
  .order2wrapper .frame {
    margin: auto;
    background: url("../img/order2-overlay.png") repeat;
    box-shadow: 0 0 5px #bdbdbd;
  }
}
.order2wrapper h1 {
  color: #157072;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 25px;
  padding: 0 5px;
  font-weight: 900;
}
.order2wrapper h2,
.order2wrapper h3,
.order2wrapper h4,
.order2wrapper h5,
.order2wrapper h6 {
  font-weight: 900;
}
.order2wrapper p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 15px;
  padding: 0 5px;
}
.order2wrapper .welcome p {
  font-size: 16px;
  font-weight: bold;
}
.order2wrapper .main {
  border-spacing: 15px 0;
  margin: 20px 0;
}
@media all and (max-width: 400px) {
  .order2wrapper .main {
    border-bottom: 1px dotted #cccbcb;
    border-spacing: 10px 0;
  }
}
.order2wrapper .table {
  display: table;
  width: 100%;
}
.order2wrapper .table p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
}
.order2wrapper .table h1 {
  border-top: 1px solid #333;
  margin: 0;
  font-size: 18px;
  padding: 10px 0 8px 5px;
}
.order2wrapper .table h4 {
  font-size: 17px;
  margin: 20px 0;
}
.order2wrapper .table .paddingTop .cell {
  padding: 10px 0 0 5px;
}
.order2wrapper .table .prod img {
  max-height: 200px;
  max-width: 140px;
}
@media all and (max-width: 400px) {
  .order2wrapper .table .prod img {
    max-width: 100px;
    max-height: 100px;
  }
}
.order2wrapper .table .center,
.order2wrapper .table .center h1,
.order2wrapper .table .center h3 {
  text-align: center;
}
.order2wrapper .table .details {
  border-spacing: 0;
  padding-bottom: 10px;
}
.order2wrapper .table .details table {
  width: 100%;
  border-spacing: inherit;
}
.order2wrapper .table .details h1 {
  border: 0;
  padding: 0;
}
.order2wrapper .table .details h2 {
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 5px;
  font-weight: normal;
}
.order2wrapper .table .details h3 {
  font-weight: normal;
  margin: 0;
  font-size: 1em;
  padding: 7px 10px;
}
.order2wrapper .table .details .pad h3 {
  padding-left: 10px;
}
.order2wrapper .table .details .borderTop .cell:first-child {
  padding: 10px 0 8px 5px;
}
.order2wrapper .table .details .borderTop td {
  border-top: 1px solid #333;
}
.order2wrapper .table .details .cell {
  vertical-align: middle;
  display: table-cell;
}
@media all and (max-width: 700px) {
  .order2wrapper .table .table .cell {
    display: table-cell;
  }
}
@media all and (max-width: 400px) {
  .order2wrapper .table .table .cell {
    display: block;
  }
}
.order2wrapper .table .what h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  max-width: 240px;
  margin: auto;
  line-height: 25px;
  padding: 5px 0;
}
.order2wrapper .table .what .table h2 {
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 1px;
}
.order2wrapper .table .what .table h3 {
  font-size: 20px;
  font-weight: bold;
}
.order2wrapper .table .what .table .cell {
  vertical-align: middle;
}
.order2wrapper .table .what .table .title h2 span {
  color: #9a9a9a;
}
.order2wrapper .table .product {
  text-align: center;
}
.order2wrapper .table .product img {
  max-width: 170px;
  margin: auto;
  max-height: 260px;
}
.order2wrapper .cell {
  display: table-cell;
  padding: 0;
}
@media all and (max-width: 700px) {
  .order2wrapper .cell {
    display: block;
  }
}
.order2wrapper .top {
  vertical-align: top;
}
.order2wrapper .signature {
  float: right;
  text-align: right;
}
.order2wrapper .signature img {
  float: none;
  margin-bottom: -10px;
}
.order2wrapper .left {
  float: left;
}
.order2wrapper .right {
  float: right;
}
.order2wrapper .clear {
  clear: both;
}
.order2wrapper .box {
  padding: 10px 0;
  margin-bottom: 10px;
}
