div.form-element {
  margin-bottom: 12px;
}
div.form-element label {
  display: block;
}
div.form-element input,
div.form-element textarea,
div.form-element select {
  max-width: 365px;
  width: 100%;
  height: 30px;
  border: 1px solid #c2c2c2;
  padding-left: 10px;
  font-size: 14px;
  font-family: "latoregular";
}
div.form-element textarea {
  height: 130px;
}
div.form-element.controls {
  text-align: right;
  padding-right: 87px;
}
div.form-element.controls input[type="submit"] {
  background: #5709bd;
  background: -moz-linear-gradient(top, #5709bd 0%, #3a069e 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5709bd),
    color-stop(100%, #3a069e)
  );
  background: -webkit-linear-gradient(top, #5709bd 0%, #3a069e 100%);
  background: -o-linear-gradient(top, #5709bd 0%, #3a069e 100%);
  background: -ms-linear-gradient(top, #5709bd 0%, #3a069e 100%);
  background: linear-gradient(to bottom, #5709bd 0%, #3a069e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5709bd', endColorstr='#3a069e', GradientType=0);
  border: 0;
  width: auto;
  color: #fff;
  font-size: 15.07px;
  font-family: "latoblack";
  padding: 5px 35px;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
}
section.order {
  border-top: 5px solid #e8e8e8;
  padding-top: 30px;
  margin-bottom: 30px;
}
section.order div.top {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
section.order div.top h1 {
  color: #363636;
  font-size: 48px;
  font-family: "latoblack";
  text-transform: uppercase;
  background: #fff;
  position: relative;
  top: -37px;
  max-width: 770px;
  padding: 0 50px;
  width: 100%;
  margin: 0 auto;
  line-height: 57px;
}
section.order div.top p {
  width: 64%;
  margin: 0 auto;
  line-height: 22px;
  position: relative;
  top: -4px;
}
section.order div.top span {
  display: block;
  width: 85px;
  height: 5px;
  background: #44009f;
  margin: 0 auto;
  position: relative;
  top: 18px;
}
section.order div.content {
  margin-top: 65px;
  margin-bottom: 100px;
}
section.order div.content:after {
  clear: both;
  display: block;
  content: " ";
}
section.order div.content div.form-ng {
  text-transform: uppercase;
  font-size: 19.17px;
  font-family: "latoblack";
  padding-bottom: 20px;
  padding-top: 20px;
  line-height: 15px;
  padding-left: 70px;
  margin-bottom: 20px;
}
section.order div.content div.form-ng span {
  text-transform: none;
  font-size: 10.95px;
  font-family: "latoregular";
  text-decoration: underline;
}
section.order div.content div.form-ng.form-ng-1 {
}
section.order div.content div.form-ng.form-ng-3 {
}
section.order div.content div.form-ng.form-ng-4 {
}
section.order div.content div.form-ng.form-ng-2 {
  padding-top: 13px;
  padding-bottom: 8px;
}
section.order div.content div#form {
  float: left;
  width: 50%;
}
section.order div.content div#form input,
section.order div.content div#form textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 12px;
  height: 29px;
}
section.order div.content div#form div.form-element:after {
  clear: both;
  display: block;
  content: " ";
}
section.order div.content div#form div.form-element label {
  display: inline-block;
  color: #363636;
  font-size: 14px;
  text-align: right;
  width: 155px;
  margin-right: 9px;
  vertical-align: middle;
  margin-bottom: 0;
}
section.order div.content div#form div.form-element input,
section.order div.content div#form div.form-element textarea {
  max-width: 306px;
  display: inline-block;
  vertical-align: middle;
}
section.order div.content div#form div.form-element textarea {
  height: 69px;
  margin-bottom: 20px;
}
div.why-answer {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: -16px;
}
div.why-answer div {
  display: none;
  background: #fff;
  border: 4px solid #e8e8e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 7px;
  width: 270px;
  position: absolute;
  left: 30px;
  top: -10px;
  font-size: 12px;
  font-family: "latoregular";
  line-height: 15px;
}
div.why-answer div span {
  display: block;
  color: #459800;
  font-size: 14px;
  font-family: "latobold";
  margin-bottom: 5px;
}
div.why-answer:hover div {
  display: block;
}
section.order div.content div#form div.summation {
  background: #fafafa;
  border: 4px solid #e8e8e8;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
}
section.order div.content div#form div.summation table {
  width: 100%;
}
section.order div.content div#form div.summation table tr td {
  font-family: "latobold";
  font-size: 16px;
  color: #41a707;
  padding: 8px 0;
}
section.order div.content div#form div.summation table tr td:first-child {
  color: #363636;
  font-size: 14px;
  width: 35%;
  text-align: right;
  padding-right: 20px;
}
section.order div.content div#form div.summation table tr:last-child td {
  color: #f68300;
  font-size: 20px;
  font-family: "latoblack";
  border-top: 2px dotted #ccc3d1;
  padding-bottom: 0;
}
section.order
  div.content
  div#form
  div.summation
  table
  tr:last-child
  td:first-child {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "latobold";
  color: #363636;
}
section.order div.content div#form div.segment {
  color: #459800;
  font-size: 14px;
  font-family: "latobold";
  text-transform: uppercase;
  margin-bottom: 15px;
}
section.order div.content div#form div.vform-element {
  max-width: 305px;
  width: 100%;
  display: inline-block;
}
section.order div.content div#form div.vform-element p {
  padding-top: 7px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 29px;
}
section.order div.content div#form div.vform-element ul {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  z-index: 9999;
}
section.order div.content div#form div.form-controls {
  text-align: right;
  padding-right: 30px;
  margin-top: 30px;
}
section.order div.content div#form div.form-controls input {
  cursor: pointer;
  border: 0;
  color: #fff;
  font-size: 23.61px;
  font-family: "latoblack";
  text-transform: uppercase;
  padding: 8px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4ca300;
  background: -moz-linear-gradient(top, #f79500 0%, #f68a00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f79500),
    color-stop(100%, #f68a00)
  );
  background: -webkit-linear-gradient(top, #f79500 0%, #f68a00 100%);
  background: -o-linear-gradient(top, #f79500 0%, #f68a00 100%);
  background: -ms-linear-gradient(top, #f79500 0%, #f68a00 100%);
  background: linear-gradient(to bottom, #f79500 0%, #f68a00 100%);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
  height: auto;
  border: 1px solid #cc7508;
}
section.order div.content div#form div.payment {
  background: #fff;
  border: 1px solid #8f8f8f;
  color: #353535;
  font-size: 13px;
  font-family: "latoblack";
  text-transform: uppercase;
  padding: 7px 20px 7px;
  max-width: 277px;
  width: 100%;
  margin-bottom: 13px;
  position: relative;
  margin-left: 195px;
  cursor: pointer;
}
section.order div.content div#form div.payment.selected {
  background: #41a707;
  border: 1px solid #41a707;
  color: #fff;
}
section.order div.content div#form div.payment.selected:before {
  height: 28px;
  width: 34px;
  border: 0;
  background: none;
}
section.order div.content div#form div.payment:before {
  height: 29px;
  width: 29px;
  border: 1px solid #8f8f8f;
  background: #fff;
  position: absolute;
  content: " ";
  left: -40px;
  top: -1px;
}
section.order div.content aside {
  float: right;
  border-left: 1px dotted gray;
  padding-left: 60px;
  width: 45%;
}
section.order div.content aside div.form-ng {
  margin-bottom: 35px;
}
section.order div.content aside div.block {
  color: #2c2c2c;
  font-size: 12px;
  padding-left: 71px;
  padding-right: 30px;
  line-height: 16px;
  padding-bottom: 9px;
}
section.order div.content aside div.block span.title {
  color: #459800;
  font-size: 22.14px;
  font-family: "latoblack";
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}
section.order div.content aside div.block:first-child {
}
section.order div.content aside div.block:nth-child(2) {
}
section.order div.content aside div.block:nth-child(3) {
}
section.order div.content aside div.block:nth-child(4) {
}
section.order div.content aside div.block:nth-child(5) {
}
section.order div.content aside div.block:nth-child(6) {
}
section.order div.content aside div.block + div.block {
  margin-top: 50px;
}
div.end-form {
  margin-top: 20px;
  float: right;
  width: 66.762%;
}
div.end-form input[type="submit"] {
  width: 100%;
  background: #f15500;
  background: -moz-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f15500),
    color-stop(100%, #ed3f00)
  );
  background: -webkit-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -o-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -ms-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: linear-gradient(to bottom, #f15500 0%, #ed3f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15500', endColorstr='#ed3f00', GradientType=0);
  border: 1px solid #aa5f06;
  font-size: 24px !important;
  font-family: "latoblack";
  text-transform: uppercase;
  color: #fff;
  padding: 9px 0;
  cursor: pointer;
  height: auto !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
div.end-form div.summary {
  background: #fafafa;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 20px 25px;
  margin-top: 40px;
  position: relative;
  font-family: "latobold";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div.end-form div.summary:before {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -12px;
}
div.end-form div.summary h3 {
  color: #232323;
  margin: 0;
  font-size: 16px;
  font-family: "latoblack";
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
body.sk div.end-form div.summary {
  font-family: "latoregular";
}
body.sk div.end-form div.summary h3 {
  font-family: "latobold";
}
div.end-form div.summary table {
  width: 100%;
}
div.end-form div.summary table tr td {
  padding: 5px 0;
  font-size: 12px;
}
div.end-form div.summary table tr td:first-child {
  text-align: right;
  width: 45%;
}
div.end-form div.summary table tr td:last-child {
  color: #41a707;
  padding-left: 25%;
}
div.end-form div.summary table tr:nth-child(3) td {
  padding-bottom: 15px;
}
div.end-form div.summary table tr:last-child td {
  border-top: 1px dotted #424242;
  font-family: "latoblack";
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 15px;
}
div.end-form div.summary table tr:last-child td:first-child {
  color: #41a707;
}
div.end-form div.summary table tr:last-child td:last-child {
  color: #f79500;
}
input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  margin: 0;
}
p.delivery_info {
  display: inline-block;
  color: #000;
  width: 50%;
  vertical-align: top;
  line-height: 16px;
  font-family: Arial;
  font-size: 12px;
  margin-left: 10px;
}
p.delivery_info span {
  color: #919191;
  display: block;
  margin-top: 3px;
}
section#order-promo {
  text-align: center;
}
section#order-promo h1 {
  color: #3e3e3e;
  font-size: 43.89px;
  font-family: "latobold";
  margin: 40px 0 10px;
}
section#order-promo h2 {
  color: #58af23;
  font-size: 21px;
  font-family: "latoblack";
}
section#order-promo hr {
  height: 1px;
  background: #f5f5f5;
  border: 0;
  width: 100%;
  margin: 30px 0 20px;
}
section#order-promo h3 {
  color: #3e3e3e;
  font-size: 21px;
  font-family: "latoblack";
  line-height: 27px;
  margin-bottom: 20px;
}
section#order-promo h3.asp {
  width: 84%;
  text-align: left;
  margin: 30px auto 15px;
}
section#order-promo p {
  text-align: left;
  line-height: 23px;
  font-size: 15px;
  width: 84%;
  margin: 0 auto 15px;
}
section#order-promo table {
  border: 1px solid #c2c2c2;
  border-collapse: collapse;
  margin: 0 auto;
  max-width: 585px;
  width: 100%;
}
section#order-promo table th {
  background: #69b732;
  background: -moz-linear-gradient(
    top,
    rgba(105, 183, 50, 1) 0%,
    rgba(64, 146, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(105, 183, 50, 1) 0%,
    rgba(64, 146, 0, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(105, 183, 50, 1) 0%,
    rgba(64, 146, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b732', endColorstr='#409200',GradientType=0 );
  border: 1px solid #c2c2c2;
  border-top: 1px solid #489d00;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "latoblack";
  padding: 10px 0;
}
section#order-promo table td {
  border: 1px solid #c2c2c2;
  text-align: center;
  padding: 10px;
}
section#order-promo table td.red {
  color: #ff0006;
  font-family: "latoblack";
}
section#order-promo table td.green {
  color: #45b004;
  font-family: "latoblack";
}
section#order-promo table td:first-child {
  text-align: right;
}
section#order-promo button.green {
  border: 0;
  font-size: 21.07px;
  font-family: "latoblack";
  cursor: pointer;
  padding: 12px 75px;
  margin-top: 30px;
}
section#order-promo button.gray {
  background: #a3a3a3;
  color: #fff;
  font-size: 15px;
  font-family: "latobold";
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.47);
  border: 0;
  padding: 12px 20px;
  border-radius: 8px;
  text-transform: uppercase;
  margin: 30px 0 60px;
  cursor: pointer;
}
a.green,
a.orange,
button.green {
  background: #469a00;
  background: -moz-linear-gradient(top, #4ba200 0%, #378100 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4ba200),
    color-stop(100%, #378100)
  );
  background: -webkit-linear-gradient(top, #4ba200 0%, #378100 100%);
  background: -o-linear-gradient(top, #4ba200 0%, #378100 100%);
  background: -ms-linear-gradient(top, #4ba200 0%, #378100 100%);
  background: linear-gradient(to bottom, #4ba200 0%, #378100 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba200', endColorstr='#378100', GradientType=0);
  padding: 12px 28px;
  display: inline-block;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.23), 0 1px 0 #469a00 inset,
    0 2px 0 #67b128 inset;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.47);
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
a.green:hover,
a.orange:hover,
button.green:hover {
  background: #51af00;
  background: -moz-linear-gradient(top, #51af00 0%, #378100 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #51af00),
    color-stop(100%, #378100)
  );
  background: -webkit-linear-gradient(top, #51af00 0%, #378100 100%);
  background: -o-linear-gradient(top, #51af00 0%, #378100 100%);
  background: -ms-linear-gradient(top, #51af00 0%, #378100 100%);
  background: linear-gradient(to bottom, #51af00 0%, #378100 100%);
}
#order-page {
  margin-top: 0 !important;
}
h1.light-line {
  line-height: 0;
  border-bottom: 1px solid #41a707;
  color: #41a707;
  font-size: 23.6px;
  font-family: "latoblack";
  padding-top: 65px;
}
h1.light-line span {
  background: #fff;
  padding-right: 20px;
  text-transform: uppercase;
}
hr.slide-separator {
  background: #e8e8e8;
  border: 0;
  width: 100%;
  height: 2px;
  position: relative;
  margin: 16px 0;
}
hr.slide-separator:after {
  height: 32px;
  width: 32px;
  background: #459800;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: -15px;
  cursor: pointer;
  padding: 9px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
hr.slide-separator.active:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
div#order-page {
  margin-bottom: 100px;
}
div#order-page h2 {
  color: #303030;
  font-size: 20px;
  font-family: "latoblack";
  text-transform: uppercase;
}
div#order-page span.step {
  width: 70px;
  height: 70px;
  background: #459800;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 11px;
}
div#order-page section#step-1 div.ng {
  width: 73%;
  margin-bottom: 60px;
}
div#order-page section#step-1 div.ng:after {
  display: block;
  content: " ";
  clear: both;
}
div#order-page section#step-1 div.ng span.step {
  margin-right: 27px;
}
div#order-page section#step-1 div.ng span.step:before {
  display: block;
  margin-bottom: 4px;
}
div#order-page section#step-1 div.ng p {
  line-height: 20px;
  margin-top: 10px;
  padding-left: 97px;
}
div#order-page div.row {
  margin-top: 30px;
}
div#order-page div.left-side {
  width: 49.2708%;
}
div#order-page div.left-side:after {
  display: block;
  content: " ";
  clear: both;
}
div#order-page div.left-side section#step-2 div.ng {
  margin-bottom: 15px;
}
div#order-page div.left-side section#step-2 div.ng:after {
  display: block;
  content: " ";
  clear: both;
}
div#order-page div.left-side section#step-2 div.ng span.step {
  margin-right: 27px;
}
div#order-page div.left-side section#step-2 div.ng span.step:before {
  display: block;
  margin-bottom: 4px;
}
div#order-page div.left-side section#step-2 div.ng h2 {
  padding: 23px 0 27px;
}
div#order-page div.left-side h3 {
  color: #459800;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "latobold";
  padding-left: 0;
  margin-bottom: 17px;
  margin-top: 22px;
}
div#order-page div.left-side div.vform-element {
  display: inline-block;
  position: relative;
  width: 63.138%;
}
div#order-page div.left-side div.vform-element select {
  display: none;
}
div#order-page div.left-side div.vform-element p {
  padding-top: 7px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 29px;
}
div#order-page div.left-side div.vform-element p.vform-select-text {
  height: 30px;
  border: 1px solid #c2c2c2;
  padding-left: 10px;
  padding-top: 7px;
  cursor: pointer;
}
div#order-page div.left-side div.vform-element span.vform-select-arrow {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #f79500 transparent transparent transparent;
}
div#order-page div.left-side div.vform-element ul {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  z-index: 9999;
}
div#order-page div.left-side div.vform-element ul.vform-select-options {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  border: 1px solid #c2c2c2;
  top: 29px;
}
div#order-page div.left-side div.vform-element ul.vform-select-options li {
  padding: 8px 10px;
  cursor: pointer;
}
div#order-page div.left-side div.form-element {
  font-size: 14px;
  margin: 9px 0;
}
div#order-page div.left-side div.form-element:after {
  display: block;
  content: " ";
  clear: both;
}
div#order-page div.left-side div.form-element label {
  display: inline-block;
  width: 31.0782%;
  margin-right: 4.22%;
  vertical-align: middle;
  text-align: right;
  font-family: "latobold";
}
div#order-page div.left-side div.form-element input,
div#order-page div.left-side div.form-element textarea,
div#order-page div.left-side div.form-element select {
  height: 29px;
  border: 1px solid #c2c2c2;
  font-size: 12px;
  padding: 0 5px;
  width: 63.138%;
  font-family: "latoregular";
}
div#order-page div.left-side div.form-element textarea {
  min-height: 54px;
  vertical-align: top;
  padding: 3px 5px;
}
div#order-page div.left-side div.form-element div.why-answer {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  right: -16px;
}
div#order-page div.left-side div.form-element div.why-answer div {
  display: none;
  background: #fff;
  border: 4px solid #e8e8e8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 7px;
  width: 270px;
  position: absolute;
  left: 30px;
  top: -10px;
  font-size: 12px;
  font-family: "latoregular";
  line-height: 15px;
}
div#order-page div.left-side div.form-element div.why-answer div span {
  display: block;
  color: #459800;
  font-size: 14px;
  font-family: "latobold";
  margin-bottom: 5px;
}
div#order-page div.left-side div.form-element div.why-answer:hover div {
  display: block;
}
div#order-page div.left-side section#step-3 {
  margin-top: 40px;
}
div#order-page div.left-side section#step-3 div.ng {
  margin-bottom: 20px;
}
div#order-page div.left-side section#step-3 div.ng:after {
  display: block;
  content: " ";
  clear: both;
}
div#order-page div.left-side section#step-3 div.ng span.step {
  padding-top: 20px;
  margin-right: 27px;
}
div#order-page div.left-side section#step-3 div.ng span.step:before {
  display: block;
  margin-bottom: 4px;
}
div#order-page div.left-side section#step-3 div.ng h2 {
  padding-top: 15px;
}
div#order-page div.left-side section#step-3 div.ng p {
  margin-top: 5px;
}
div#order-page div.left-side section#step-3 div.payment {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #8f8f8f;
  color: #353535;
  cursor: pointer;
  font-family: "latoblack";
  font-size: 13px;
  margin-bottom: 13px;
  float: right;
  padding: 7px 20px;
  position: relative;
  text-transform: uppercase;
  width: 58.5623%;
}
div#order-page div.left-side section#step-3 div.payment:before {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #8f8f8f;
  content: " ";
  height: 29px;
  left: -40px;
  position: absolute;
  top: -1px;
  width: 29px;
}
div#order-page div.left-side section#step-3 div.payment.selected {
  background: none repeat scroll 0 0 #41a707;
  border: 1px solid #41a707;
  color: #fff;
}
div#order-page div.left-side section#step-3 div.payment.selected:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 none;
  height: 28px;
  width: 34px;
}
div#order-page div.left-side div.end-form {
  margin-top: 20px;
  float: right;
  width: 66.762%;
}
div#order-page div.left-side div.end-form input[type="submit"] {
  width: 100%;
  background: #f15500;
  background: -moz-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f15500),
    color-stop(100%, #ed3f00)
  );
  background: -webkit-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -o-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: -ms-linear-gradient(top, #f15500 0%, #ed3f00 100%);
  background: linear-gradient(to bottom, #f15500 0%, #ed3f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f15500', endColorstr='#ed3f00', GradientType=0);
  border: 1px solid #aa5f06;
  font-size: 24px;
  font-family: "latoblack";
  text-transform: uppercase;
  color: #fff;
  padding: 9px 0;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
div#order-page div.left-side div.end-form div.summary {
  background: #fafafa;
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 20px 25px;
  margin-top: 40px;
  position: relative;
  font-family: "latobold";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
div#order-page div.left-side div.end-form div.summary:before {
  width: 24px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -12px;
}
div#order-page div.left-side div.end-form div.summary h3 {
  color: #232323;
  margin: 0;
  font-size: 16px;
  font-family: "latoblack";
  padding: 0;
  text-align: center;
  margin-bottom: 15px;
}
div#order-page div.left-side div.end-form div.summary table {
  width: 100%;
}
div#order-page div.left-side div.end-form div.summary table tr td {
  padding: 5px 0;
  font-size: 12px;
}
div#order-page div.left-side div.end-form div.summary table tr td:first-child {
  text-align: right;
  width: 45%;
}
div#order-page div.left-side div.end-form div.summary table tr td:last-child {
  color: #41a707;
  padding-left: 25%;
}
div#order-page div.left-side div.end-form div.summary table tr:nth-child(3) td {
  padding-bottom: 15px;
}
div#order-page div.left-side div.end-form div.summary table tr:last-child td {
  border-top: 1px dotted #424242;
  font-family: "latoblack";
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 15px;
}
div#order-page
  div.left-side
  div.end-form
  div.summary
  table
  tr:last-child
  td:first-child {
  color: #41a707;
}
div#order-page
  div.left-side
  div.end-form
  div.summary
  table
  tr:last-child
  td:last-child {
  color: #f79500;
}
div#order-page div.right-side {
  max-width: 311px;
  width: 100%;
  height: 775px;
  margin-right: 5.9375%;
}
body.pl div#order-page div.right-side {
}
body.de div#order-page div.right-side {
}
body.it div#order-page div.right-side {
}
div#order-page div.right-side p {
  color: #303030;
  font-size: 19px;
  font-family: "latobold";
  line-height: 27px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 32px 0;
}
body.de div#order-page div.right-side p {
  font-size: 13px;
}
body.it div#order-page div.right-side p {
  font-size: 15px;
  padding-top: 38px;
}
div#order-page div.right-side p span {
  color: #ef4b00;
}
div#order-page div.left-side p.form-element.form-element--agreement {
  font-size: 13px;
  margin-top: 10px !important;
}
