body {
  margin-top: 0;
}

wrapper#top {
  position: relative;
}

content {
  max-width: 83.335em;
  margin-left: auto;
  margin-right: auto;
}
content:after {
  content: " ";
  display: block;
  clear: both;
}

h1 {
  text-align: left;
  margin-bottom: 15px !important;
}

#top > content {
  padding: 15px 0;
}
#top > content > div {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#top > content > div:after {
  content: " ";
  display: block;
  clear: both;
}
#top > content > div > section:first-child {
  width: 64.92986%;
  float: left;
  margin-right: 0.2004%;
}
#top > content > div > section:first-child > a > span {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 40px;
  text-decoration: none;
  padding-left: 10px;
  color: #cdcdce;
}
#top > content > div > section:last-child {
  width: 34.86974%;
  float: right;
  margin-right: 0;
  text-align: right;
}
#top > content > div > section:last-child #continue {
  display: block;
  right: 0px;
  top: 0px;
  margin-top: 10px;
  margin-left: auto;
}
#top > content > div > section:last-child .continue {
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  padding: 6px 8px;
  background-color: #cdcdce;
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}
#top > content > div > section:last-child .continue:hover {
  text-decoration: none;
  color: green !important;
}

#footer2 {
  border-top: 1px dotted #ccc;
  margin-bottom: 10px;
}
#footer2 #checkoutfooter {
  margin: 0;
  text-align: center;
  padding: 0;
  padding-top: 10px;
}
#footer2 #checkoutfooter > li {
  list-style: none;
  padding: 0;
  display: inline-block;
}
#footer2 #checkoutfooter > li > a {
  color: #333;
  font-weight: bolder;
  font-size: 1.0em;
}
#footer2 #checkoutfooter > li:last-child {
  display: block;
  padding-top: 2px;
}

#pg-checkout > section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 0px dotted #ccc;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 20px);
}
#pg-checkout > section:after {
  content: " ";
  display: block;
  clear: both;
}
#pg-checkout > form > div:first-child {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 0px dotted #ccc;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 20px);
}
#pg-checkout > form > div:first-child:after {
  content: " ";
  display: block;
  clear: both;
}
#pg-checkout > form > div:first-child > table:first-child {
  width: 69.38776%;
  float: left;
  margin-right: 2.04082%;
}
#pg-checkout > form > div:first-child > table:first-child > tbody {
  border-right: 0px dotted #ccc;
  padding-right: 10px;
}
#pg-checkout > form > div:first-child > table:last-child {
  width: 28.57143%;
  float: right;
  margin-right: 0;
}
#pg-checkout #checkout {
  font-size: 12px;
  padding-top: 15px;
}
#pg-checkout #tocheckout {
  cursor: pointer;
  -moz-box-shadow: inset 0px 11px 20px -10px #3e7327;
  -webkit-box-shadow: inset 0px 11px 20px -10px #3e7327;
  box-shadow: inset 0px 11px 20px -10px #3e7327;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3aa832), color-stop(1, #72b352));
  background: -moz-linear-gradient(top, #3aa832 5%, #72b352 100%);
  background: -webkit-linear-gradient(top, #3aa832 5%, #72b352 100%);
  background: -o-linear-gradient(top, #3aa832 5%, #72b352 100%);
  background: -ms-linear-gradient(top, #3aa832 5%, #72b352 100%);
  background: linear-gradient(to bottom, #3aa832 5%, #72b352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3aa832', endColorstr='#72b352',GradientType=0);
  background-color: #3aa832;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #3aa832;
  display: inline-block;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 20px;
  text-decoration: none;
}
#pg-checkout #tocheckout:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #3aa832));
  background: -moz-linear-gradient(top, #72b352 5%, #3aa832 100%);
  background: -webkit-linear-gradient(top, #72b352 5%, #3aa832 100%);
  background: -o-linear-gradient(top, #72b352 5%, #3aa832 100%);
  background: -ms-linear-gradient(top, #72b352 5%, #3aa832 100%);
  background: linear-gradient(to bottom, #72b352 5%, #3aa832 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#3aa832',GradientType=0);
  background-color: #72b352;
}
#pg-checkout .input {
  width: calc(90% - 18px);
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #d5d5d5;
  padding: 7px 8px;
  line-height: 12px;
  font-size: 12px;
  margin: 0px;
}
#pg-checkout table tr th {
  color: green;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 10px;
}
#pg-checkout .halfinput {
  width: 200px;
}
#pg-checkout .tdname {
  text-align: right;
  font-size: 12px;
  width: 40%;
  padding-right: 10px;
}
#pg-checkout .d {
  display: none;
}
#pg-checkout #all {
  /*border:3px solid #f8f8f8;*/
  /*border:2px solid #eaeaea;*/
  margin-bottom: 10px;
  text-align: left;
}
#pg-checkout #all2 {
  border: 0px solid #f8f8f8;
  text-align: left;
  margin-bottom: 10px;
}
#pg-checkout .tocheckout {
  background-color: #fff;
  margin-top: 10px;
  font-size: 16px !important;
  padding: 0px;
  width: 1000px;
  text-align: right;
  margin-bottom: 10px;
}
#pg-checkout h3.title {
  /*background-color:#f3f3f3;*/
  padding: 0px;
  color: green;
}
#pg-checkout #cart {
  min-height: 100px;
  max-height: 470px;
  width: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  padding-top: 0px;
  margin: 0px;
  font-size: 12px;
}
#pg-checkout #totalprice {
  color: green;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
  border-top: 1px solid #eaeaea;
  padding-top: 10px;
}
#pg-checkout h4 {
  font-size: 14px;
}
#pg-checkout #freeinfo {
  margin-top: 20px;
  text-align: right;
}
#pg-checkout #freeinfo li b {
  color: #ed8600;
}
#pg-checkout h3 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
#pg-checkout #continue {
  display: block;
  position: absolute;
  right: 0px;
  top: 10px;
}
#pg-checkout #cart-head {
  font-size: 13px;
}
#pg-checkout #total-cart {
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}
#pg-checkout #total-cart .total-details {
  margin-bottom: 5px;
}
#pg-checkout #btn_checkout {
  text-align: left;
  width: 100%;
  margin: 20px 0px;
  padding: 0px;
}
#pg-checkout #btn_checkout h3 {
  margin-bottom: 8px;
}
#pg-checkout #backtocart {
  float: right;
  text-align: right;
  font-weight: normal;
}
#pg-checkout #top {
  height: 70px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #ccc;
  background-color: #fff !important;
}
#pg-checkout .breakhr {
  height: 5px;
  width: 100%;
  line-height: 10px;
  margin: 0px;
  padding: 0px;
}
#pg-checkout #required {
  text-align: right;
  font-size: 12px;
  padding-right: 35px;
}
#pg-checkout .preview-products {
  font-size: 12px;
}
#pg-checkout .green-button {
  padding: 10px 15px;
}
#pg-checkout .totalprice, #pg-checkout #totalprice {
  color: green;
  font-size: 24px;
  font-weight: 600;
  margin: 0px;
  margin-bottom: 10px;
}

@media (max-width: 610px) {
  #top > content > div > section:first-child > a > img {
    width: 220px;
  }
  #top > content > div > section:first-child > a > span {
    font-size: 30px;
    line-height: 25px;
  }

  #pg-checkout > form > div:first-child > table:first-child {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  #pg-checkout > form > div:first-child > table:first-child > tbody {
    border: 0px;
  }
  #pg-checkout > form > div:first-child > table:last-child {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 517px) {
  #top > content > div > section:first-child > a > img {
    width: 180px;
  }
  #top > content > div > section:first-child > a > span {
    font-size: 30px;
    line-height: 25px;
  }
}
@media (max-width: 450px) {
  #top > content > div > section:first-child > a > img {
    width: 150px;
  }
  #top > content > div > section:first-child > a > span {
    font-size: 25px;
    line-height: 20px;
  }
  #top > content > div > section:last-child #continue {
    margin-top: 5px !important;
  }
}
