html, body {
  min-height: 100%;
}

html, body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  font-family: Arial, sans-serif;
}

body {
  color: #121212;
  background: #ffffff;
  font-size: 13px;
}

a {
  text-decoration: none;
  color: #0066C0;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 19px;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

strong, b {
  font-weight: 700;
}

form, .block {
  border-radius: 4px;
  position: relative;
  padding: 14px 18px;
  line-height: 19px;
  border: 1px #DDD solid;
  background-color: #FFF;
  margin: 10px 0;
}

input[type=text], input[type=email] {
  background: white;
  border: 1px solid #A6A6A6;
  border-top-color: #949494;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255,255,255,.5),0 1px 0 rgba(0,0,0,.07) inset;
  outline: 0;
  font-size: 13px;
  padding: 4px 10px 3px;
  height: 29px;
}

select {
  display: inline-block;
  border: 1px solid #DDD;
  border-radius: 4px 4px 6px 4px;
  padding: 6px 10px 6px;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type=submit], .button-cta {
  display: inline-block;
  color: #212121;
  text-decoration: none;
  vertical-align: bottom;
  background: #F3D078;
  background: -webkit-linear-gradient(top,#F7DFA5,#F0C14B);
  background: linear-gradient(to bottom,#F7DFA5,#F0C14B);
  height: 29px;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
  border-radius: 3px;
  border: 1px solid;
  border-color: #ADB1B8 #A2A6AC #8D9096;
  cursor: pointer;
  padding: 0 19px;
  font-size: 13px;
}

input[type=submit]:hover, .button-cta:hover {
  text-decoration: none;
  background: #F1C860;
  background: -webkit-linear-gradient(top,#F5D78E,#EEB933);
  background: linear-gradient(to bottom,#F5D78E,#EEB933);
}

.button {
  display: inline-block;
  color: #212121;
  text-decoration: none;
  vertical-align: bottom;
  background: #EFF0F3;
  background: -webkit-linear-gradient(top,#F7F8FA,#E7E9EC);
  background: linear-gradient(to bottom,#F7F8FA,#E7E9EC);
  height: 29px;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
  border-radius: 3px;
  border: 1px solid;
  border-color: #ADB1B8 #A2A6AC #8D9096;
  cursor: pointer;
  padding: 0 19px;
  font-size: 13px;
}

.button:hover {
  text-decoration: none;
  background: #E0E3E8;
  background: -webkit-linear-gradient(top,#E7EAF0,#D9DCE1);
  background: linear-gradient(to bottom,#E7EAF0,#D9DCE1);
}

.icon-button {
  font-size: 21px;
  padding: 0 8px;
  line-height: 29px;
}

.landing-form {
  text-align: center;
  padding-top: 55px;
  width: 1024px;
  margin: 0 auto;
}

.logo {
  margin-bottom: 45px;
  width: 150px;
  height: 150px;
}

.error {
  font-size: 12px;
  color: #EF3939;
  margin-bottom: 3px;
  margin-top: -6px;
}

.landing-form form {
  display: block;
  padding: 20px;
}

.landing-form input[type=text] {
  width: 540px;
}

.product-page {
  width: 1024px;
  margin: 0 auto;
}

.product-page .logo {
  width: 100px;
  height: auto;
  margin: 12px auto;
  display: block;
}

.product-page .email-subscribe-form {
  text-align: center;
}

.product-preview {
  border-radius: 4px;
  position: relative;
  padding: 14px 18px;
  line-height: 19px;
  border: 1px #DDD solid;
  background-color: #FFF;
  margin: 10px 0;
}

.product-preview h1 {
  border-bottom: 1px solid #E7E7E7;
}

.product-preview .main-pic {
  display: inline-block;
  width: 330px
height: auto;
  vertical-align: top;
}

.product-preview .product-infos {
  display: inline-block;
  width: 650px;
  vertical-align: top;
  padding-left: 20px;
}

.product-infos .buy-now {
  display: block;
  position: absolute;
  right: 28px;
  bottom: 16px;
}

.price label {
  font-size: 13px;
  line-height: 19px;
  color: #555;
}

.price span {
  color: #B12704;
  font-size: 17px;
}

footer {
  display: block;
  font-size: 11px;
  margin-top: 16px;
  text-align: center;
  color: #ccc;
}

footer p {
  margin: 6px 0;
}

footer .links {
  margin-bottom: 12px;
}

footer a {
  color: #aaa;
  display: inline-block;
  padding: 0 6px;
}

.last-products {
  width: 1024px;
  margin: 50px auto 30px;
  text-align: center;
  opacity: 0.5;
  transition: 0.4s opacity ease;
}

.last-products:hover {
  opacity: 1;
}

.last-products h2 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 16px;
}

.recent-product {
  text-align: left;
  display: inline-block;
  border-radius: 4px;
  line-height: 15px;
  border: 1px #DDD solid;
  background-color: #FFF;
  margin: 10px 0;
  width: 350px;
  height: 110px;
  overflow: hidden;
  cursor: pointer;
}

.recent-product a {
  display: block;
  padding: 14px 18px;
  color: #121212;
}

.recent-product a:hover {
  text-decoration: none;
}

.recent-product:hover {
  background: #f5f5f5;
  border-color: #ccc;
}

.recent-product h3 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 4px;
}

.recent-product img {
  max-width: 73px;
  max-height: 73px;
  display: inline-block;
}

.recent-product .product-infos {
  display: inline-block;
  width: 235px;
  padding-left: 8px;
  vertical-align: top;
  margin-top: -4px;
}

.recent-product .price {
  font-size: 12px;
}

#advanced-settings {
  height: 0;
  overflow: hidden;
  padding-top: 8px;
  font-size: 12px;
  transition: 0.4s height ease;
}

.email-subscribe-form label {
  margin: 0 6px;
}

#pricechart {
  width: 500px;
  height: 150px;
  margin: 22px 0 0;
}

.validate-form {
  text-align: center;
  margin-top: 50px;
}

.validate-form p {
  margin-bottom: 50px;
}

.validate-form .back {
  margin-bottom: 30px;
  display: inline-block;
}