@font-face {
  font-family: 'Tahoma';
    src: url('/includes/fonts/tahoma/tahoma.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: 'Tahoma-Bold';
    src: url('/includes/fonts/tahoma/tahoma-bold.woff2') format('woff2'),
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: "FuturaPTCond-Book";
    src: url("/includes/fonts/FuturaPTCond-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: "FuturaPTCond-BookItalic";
    src: url("/includes/fonts/FuturaPTCond-BookItalic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: "FuturaPTCond-Bold";
    src: url("/includes/fonts/FuturaPTCond-Bold.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: "FuturaPTCond-BoldItalic";
    src: url("/includes/fonts/FuturaPTCond-BoldItalic.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
  font-family: "FuturaPTCond-ExtraBoldObl";
    src: url("/includes/fonts/FuturaPTCond-ExtraBoldObl.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}

form {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}

img {
  margin: 0px;
  padding: 0px;
  border: none;
}

#Wrapper {
  width: 970px;
  height: 644px;
  margin-top: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0s ease-out;
  transition: opacity 0s ease-out;
}

.Background {
  text-align: center;
  background-color: #ccc;
  padding-top: 6px;
}

.Frame {
  background: url(/images/frame.svg) no-repeat;
  width: 940px;
  height: 615px;
  overflow: hidden;
}

.PageArea {
  width: 924px;
  height: 590px;
}

.LiveArea {
  height: 500px;
  position: relative;
  top: 12px;
}

.MainMenu {
  position: absolute;
  width:100%;
  height: 30px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Title {
  position: absolute;
  width:100%;
  height:36px;
  top: 56px;
  font: 36px/1.25 'FuturaPTCond-ExtraBoldObl';
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.WorkSpace {
  height: 330px;
  position: relative;
  top: 112px;
  width: 800px;
}

.Footer {
  height: 40px;
  width: 910px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ProductGrid {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ProductGrid .Option .Head {
  font: 20px/1.25 'FuturaPTCond-Bold';
  margin-bottom: 16px;
}

.ProductGrid .Option .Text {
  font: 12px/1.25 'Tahoma';
  margin-top: 16px;
}

.ButtonGrid {
  width: 100%;
  position: relative;
  top: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ButtonGrid .Option {
  height: 144px;
  flex: 0 0 32%;
  text-align: center;
}

.ButtonGrid .Option .Head {
  font: 20px/1.25 'FuturaPTCond-Bold';
  margin-bottom: 32px;
}

.ButtonGrid .Option .Text {
  font: 12px/1.25 'Tahoma';
  margin-top: 32px;
}

.CalendarGrid {
  width: 100%;
  position: relative;
  top: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.CalendarGrid .Option {
  height: 144px;
  flex: 0 0 32%;
  text-align: center;
  padding: 6px;
  background-color: #e5e5e5;
}

.CalendarGrid .Option .Head {
  font: 24px/1.25 'FuturaPTCond-ExtraBoldObl';
  margin-top: 2px;
  margin-bottom: 8px;
}

.CalendarGrid .Option .Text {
  font: 12px/1.25 'Tahoma';
  margin-bottom: -4px;
}

.SignInStatusOrder {
  font: 11px/1.25 'Tahoma-Bold';
  position: absolute;
  top: 108px;
  right: 72px;
  width: 250px;
  height: 20px;
  text-align: right;
  z-index: 10;
}

.Calculator {
  left: 48px;
  position: absolute;
  bottom: 0px;
  height: 300px;
}

.Calculator select {
  width: 190px;
  appearance: none;
  border-radius: 16px;
  background-color: white;
  border: 1px solid black;
  padding: 4px 8px 4px 8px;
  font: 12px/1.25 'Tahoma';
  color: black;
}

.Calculator select:focus {
  outline: none;
}

.Calculator td.Label {
  width: 120px;
  text-align: left;
  font: 12px/1.25 'Tahoma-Bold';
}

.InstaTipBlock {
  position: absolute;
  width: 300px;
  height: 138px;
  right: 48px;
  overflow: hidden;
  top: 35px;
  border-radius: 16px;
  border: 1px solid black;
}

.InstaTipBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.InstaTipBlock .Text {
  width: 286px;
  text-align: justify;
  font: 12px/1.25 'Tahoma';
  margin: 6px;
  overflow: hidden;
  background-color: white;
  position: absolute;
  top: 22px;
  left: 0;
}

.PriceQuoteBlock {
  position: absolute;
  width: 300px;
  right: 48px;
  background-color: #ffffcc;
  overflow: hidden;
  bottom: 0;
  height: 138px;
  border-radius: 16px;
  border: 1px solid black;
}

.PriceQuoteBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.PriceQuoteBlock .Text {
  width: 286px;
  text-align: center;
  font: 12px/1.25 'Tahoma';
  position: absolute;
  top: 18px;
  left: 0;
  margin: 6px;
}

.SignInForm {
  position: relative;
  height: 50px;
  top: 60px;
}

.SignInForm td {
  text-align: left;
  font: 12px/1.25 'Tahoma-Bold';
  width: 150px;
}

.SignInForm td input {
  text-align: left;
  font: 12px/1.25 'Tahoma';
  border-radius: 16px;
  background-color: white;
  border: 1px solid black;
  padding: 4px 8px 4px 8px;
  color: black;
  width: 200px;
  margin-bottom: 3px;
}

.SignInForm input:focus {
  outline: none;
}

.SignInText {
  font: 12px/1.25 'Tahoma';
  position: relative;
  top: 80px;
}

.AddressBlock {
  width: 390px;
  position: absolute;
  overflow: hidden;
  height: 290px;
  bottom: 0;
}

.AddressBlock .Head {
  font: 24px/1.25 'FuturaPTCond-Bold';
  text-align: center;
  color: black;
  top: 0;
  position: relative;
  padding-bottom: 12px;
}

.AddressBlock td.Label {
  font: 12px/1.25 'Tahoma-Bold';
  text-align: left;
  color: black;
  position: relative;
  top: 0;
  width: auto;
}

.AddressBlock td.Disclaimer {
  text-align: center;
  font: italic 12px/1.25 'Tahoma';
  padding-top: 8px;
}

.AddressBlock input {
  text-align: left;
  font: 12px/1.25 'Tahoma';
  border-radius: 16px;
  background-color: white;
  border: 1px solid black;
  padding: 4px 8px 4px 8px;
  color: black;
  width: 265px;
  margin-bottom: 3px;
}

.AddressBlock input button {
  width: auto;
  text-align: center;
}

.ProductConfirmBlock {
  position: absolute;
  width: 270px;
  height: 294px;
  left: 0;
  background-color: #ffffcc;
  overflow: hidden;
  bottom: 0;
  border: 1px solid black;
  border-radius: 16px;
}

.ProductConfirmBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.ProductConfirmBlock .Text {
  text-align: center;
  font: 12px/1.25 'Tahoma';
  position: absolute;
  bottom: 6px;
  width:100%;
}

#ProductConfirmBlock {
  width: 270px;
  height: 188px;
  position: relative;
  left: 0;
  margin-top: 6px;
  margin-right: 8px;
  margin-bottom: 6px;
  margin-left: 0px;
}

.ProductConfirmBlock td.Label {
  text-align: left;
  font: 10px/1.25 'Tahoma-Bold';
  padding-left: 12px;
  width: 110px;
}

.ProductConfirmBlock td.Value {
  text-align: left;
  font: 10px/1.25 'Tahoma';
  padding-left: 2px;
}

.BillingShippingConfirmBlock {
  position: absolute;
  width: 222px;
  height: 137px;
  left: 288px;
  background-color: #ffffcc;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid black;
}

.BillingShippingConfirmBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.BillingShippingConfirmBlock .Text {
  font: 12px/1.25 'Tahoma';
  text-align: center;
  width: 204px;
  position: relative;
  left: 0;
  padding: 6px 8px 14px;
  height: 72px;
}

.BillingShippingConfirmBlock .EditButton {
  width: 100%;
  position: absolute;
  bottom: 6px;
}

.InstructionsConfirmBlock {
  position: absolute;
  width: 270px;
  height: 294px;
  overflow: hidden;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  border: 1px solid black;
}

.InstructionsConfirmBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.InstructionsConfirmBlock .Text {
  text-align: justify;
  font: 12px/1.25 'Tahoma';
  width: 252px;
  height: 245px;
  position: absolute;
  top: 22px;
  left: 0;
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 6px;
}

.InstructionsConfirmBlock .Foot {
  font: 12px/1.25 'Tahoma-Bold';
  text-align: center;
  vertical-align: middle;
  width: 268px;
  position: absolute;
  bottom: 0;
  padding-bottom: 4px;
  padding-left: 0;
  left: 0;
}

.UsePayPal {
  position: absolute;
  overflow: hidden;
  width: 390px;
  height: 294px;
  bottom: 0;
  left: 0;
  border: 1px solid black;
  border-radius: 16px;
}

.UsePayPal .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.UsePayPal .Text {
  position: relative;
  height: 300px;
  font: 12px/1.25 'Tahoma';
  text-align: justify;
  overflow: hidden;
  margin: 8px;
}

.MailCheck {
  position: absolute;
  overflow: hidden;
  width: 390px;
  height: 294px;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  border: 1px solid black;
}

.MailCheck .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.MailCheck .Text {
  position: relative;
  height: 300px;
  font: 12px/1.25 'Tahoma';
  text-align: justify;
  overflow: hidden;
  margin: 8px;
}

.PayPalPaySelectButton {
  position: absolute;
  width:90px;
  height:24px;
  top: 260px;
  left: 151px;
  opacity: 1;
  position: absolute;
}

.OtherPaySelectButton {
  position: absolute;
  width:90px;
  height:24px;
  top: 260px;
  right: 151px;
  opacity: 1;
  position: absolute;
}

.ThankYouFileBlock {
  position: relative;
  width: 600px;
  height: 220px;
  overflow: hidden;
  top: 40;
  border-radius: 16px;
  border: 1px solid black;
}

.ThankYouFileBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.ThankYouFileBlock .Text {
  text-align: justify;
  font: 12px/1.25 'Tahoma';
  overflow: hidden;
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 6px;
}

.ThankYouFileBlock .Foot {
  font: 14px/1.25 'Tahoma-Bold';
  text-align: center;
  position: absolute;
  width:100%;
  bottom: 0;
  padding-bottom: 6px;
}

.BulletBlock {
  position: absolute;
  width: 430px;
  height: 100%;
  overflow: hidden;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.BulletBlock > span {
  font: 14px/1.25 'Tahoma-Bold';
  text-align: left;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.BulletDetailsBlock {
  position: absolute;
  width: 350px;
  height: 100%;
  overflow: hidden;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  border: 1px solid black;
}

.BulletDetailsBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.BulletDetailsBlock .Text {
  font: 12px/1.25 'Tahoma';
  text-align: justify;
  padding: 6px;
  overflow: hidden;
  background-color: white;
  left: 0;
  bottom: 0;
}

.InlineBullet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin-right: 12px;
  background-color: black;
  color: white;
  font: 14px/1.25 'Tahoma-Bold';
}

.OrderListBlockHead {
  position: absolute;
  width: 798px;
  height: 20px;
  left: 0;
  top: 0;
  background-color: black;
  border: 1px solid black;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.OrderListBlockHead table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 798px;
  position: absolute;
  font: 10px/1.25 'Tahoma-Bold';
  top: 0;
  left: 0;
  height: 20px;
  color: white;
  text-align: center;
}

.OrderListBlockHead td {
  padding: 0px;
  margin: 0;
}

.OrderListBlockBody {
  position: absolute;
  width: 798px;
  height: 307px;
  left: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid black;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: auto;
}

.OrderListBlockBody table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 798px;
  position: absolute;
  font: 10px/1.4 'Tahoma';
  top: 0;
  left: 0;
  text-align: center;
}

.OrderListBlockBody tr:nth-child(even) {
  background-color: #e5e5e5;
}

.OrderListBlockBody td {
  padding: 0px;
  margin: 0;
  height: 56px;
}

.OfflinePaymentBlock {
  position: relative;
  border-radius: 16px;
  border: 1px solid black;
  width: 298px;
  height: 275px;
  left: 0;
  background-color: #ffffcc;
  overflow: hidden;
}

.OfflinePaymentBlock .Head {
  font: 14px/1.25 'Tahoma-Bold';
  padding-top: 1px;
  padding-bottom: 3px;
  text-align: center;
  background-color: black;
  color: white;
}

.OfflinePaymentBlock .Text {
  background-color: #ffffcc;
  text-align: center;
  font: 12px/1.25 'Tahoma';
  padding: 8px;
}

.OfflinePaymentBlock table {
  height: 150px;
  padding: 8px;
  position: absolute;
  top: 85px;
  border: 0;
}

.OfflinePaymentBlock td.Label {
  font: 12px/1.25 'Tahoma-Bold';
  width: 80px;
}

.OfflinePaymentBlock td.Value input {
  font: 12px/1.25 'Tahoma';
  width: 185px;
}

.ContactAboutUsBlock {
  font: 16px/1.25 'Tahoma';
  text-align:justify;
  position: relative;
  height: 330px;
  overflow: auto;
}

.Terms {
  height: 256px;
  padding: 12px;
  border: 1px solid black;
  background-color: white;
  text-align: left;
  overflow: auto;
  white-space: pre-line;
  font: 12px/1.25 'Tahoma';
}

.Thanks {
  position: relative;
  top: -32px;
}

.ThanksHead {
  font: 144px/1.25 'FuturaPTCond-ExtraBoldObl';
}

.ThanksBody {
  font: 16px/1.25 'Tahoma';
}