/* CSS Document */

div.info {
  margin-top: 20px;
  float: left;
  width: 48%;
  padding: 10px 20px 20px 20px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.form {
  margin-top: 20px;
  float: right;
  width: 48%;
  padding: 10px 20px 20px 20px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 20px;
}


.contact_title {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.shopinfo {}

.details {
  text-align: left;
}

.details p {
  padding-bottom: 0;
}

#static_page a {
  color: #444444;
}

#static_page a.prodinfobutton {
  color: #ffffff;
}

#static_page .details h2 {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 10px;
}

#static_page p {
  line-height: 1.2rem;
  margin-bottom: 1rem;
}

form {
  clear: both;
}

.field {
  text-align: left;
}


label {
  color: #303030;
  width: 100%;
  line-height: 20px;
  text-align: left;

}


.field input,
.field textarea,
.field select {
  width: 100%;
  display: block;
  margin: 0px 0px 15px 0px;
  border: 1px solid #d0d0d0;
  height: 30px;
  padding: 2px 5px;
}

.field textarea {
  height: 115px;
}

.s {
  width: 222px !important;
  height: 29px !important;
  border-style: none;
  float: right !important;
}

p.info {
  color: #303030;
  line-height: 14px;
}

.details {
  overflow: auto;
}

.details img {
  margin-top: 36px;
}

.details .left,
.details .right {
  width: 210px;
  float: left;
}

.recaptcha_input_area label {
  float: none;
}

.error {
  text-align: center;
  font-weight: bold;
  color: #ff0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 850px) {
  div.info {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .form {
    float: none;
    width: 100%;
  }

}

 
.field.order_number, 
.field.return_tracking,
.field.reason,
.field.delivery_postcode,
.field.pay_method,
.field.new_address {
  display: none;
}