/* Global Variables */
.no-padding {
  padding: 0;
}
/*****
** Element Variables
**
** @{element}-{attribute-name}-{variation}: #HEX;
*****/
.no-padding {
  padding: 0;
}
div[class*='-validation'].error {
  border-top: 1px solid #e4d0d2;
  border-bottom: 1px solid #e4d0d2;
  background-color: #f2dedf;
  color: #884d53;
}
div[class*='-validation'].error .container {
  background-color: #f2dedf;
}
div[class*='-validation'].success {
  background-color: #dff0d8;
  border-top: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6;
  color: #3c763d;
}
div[class*='-validation'].success .container {
  background-color: #dff0d8;
}
div[class*='-validation'] .container {
  padding-top: 5px;
  padding-bottom: 5px;
}
div[class*='-validation'] p {
  padding: 10px;
  margin: 0;
}
p.email-preferences-label {
  color: #838383;
}
.text-center {
  text-align: center;
}
.bg-shaded {
  background-color: #f3f3f3;
}
.pagination {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  margin: 0 auto;
}
.pagination > div {
  text-align: center;
}
.pagination > div strong {
  text-align: center;
  color: white;
  background: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
}
.pagination > div a {
  text-align: center;
  color: #0099a8;
  padding: 3px 8px;
  margin: 0 2px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px #0099a8;
}
.close-row {
  display: none;
}
@media (max-width: 310px) {
  .close-row {
    display: block;
  }
  .close-row .close-mobile-nav {
    float: left;
    width: 30px;
    height: 30px;
    background-image: url("/images/global/close-icon.png");
    background-image: none, url("/images/global/close-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer;
    position: absolute;
    top: 17px;
    left: 20px;
  }
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: '';
  display: block;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
/* Mixins Up Here */
h2 {
  font-size: 1.7em;
  color: #838383;
}
p {
  font-size: 1.0em;
  color: #838383;
}
/* unvisited link */
a:link {
  color: #16a6b6;
}
/* visited link */
a:visited {
  color: #838383;
}
/* mouse over link */
a:hover {
  color: #838383;
}
/* selected link */
a:active {
  color: #838383;
}
.fieldset {
  height: 93px;
  padding-right: 3px;
}
.fieldset .input {
  height: 48px;
}
label {
  font-size: 1em;
  width: 233px;
  color: #7d92a1;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select.form-control {
  height: 44px;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error,
select.form-control.error {
  height: 43px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*width: 350px;*/
  font-family: 'OpenSans', sans;
  font-size: 1em;
  color: #414141;
  line-height: 46px\9;
  background-color: #F2F2F2;
}
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
input[type="tel"].error {
  border: 1px solid #d66161;
  padding: 1px 14px 0px 14px;
}
select.form-control,
textarea.form-control {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*width: 350px;*/
  font-family: 'OpenSans', sans;
  font-size: 1em;
  color: #414141;
  line-height: 46px\9;
  background-color: #ffffff;
}
select.form-control.error,
textarea.form-control.error {
  border: 1px solid #d66161;
  padding: 1px 14px 0px 14px;
}
textarea.form-control {
  padding-top: 10px;
}
div.opt-out-checkboxes div.checkbox,
div.sureflap-checkbox div.checkbox {
  margin-left: 0;
  padding-left: 0;
}
div.opt-out-checkboxes span,
div.sureflap-checkbox span {
  color: #838383;
  font-size: 1em;
}
div.opt-out-checkboxes .first-row-has-diff-colour span,
div.sureflap-checkbox .first-row-has-diff-colour span {
  color: #0099a8;
}
div.opt-out-checkboxes input[type="checkbox"],
div.sureflap-checkbox input[type="checkbox"] {
  display: none;
}
div.opt-out-checkboxes input[type="checkbox"] + label.styled-box,
div.sureflap-checkbox input[type="checkbox"] + label.styled-box {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: url(/images/temp/checkbox.png) left bottom no-repeat;
  cursor: pointer;
}
div.opt-out-checkboxes input[type="checkbox"] + label.styled-box.checkout_terms_conditions,
div.sureflap-checkbox input[type="checkbox"] + label.styled-box.checkout_terms_conditions {
  border: 2px solid red;
  border-radius: 3px;
  background: url(/images/temp/checkbox.png) center no-repeat;
}
div.opt-out-checkboxes input[type="checkbox"]:checked + label.styled-box,
div.sureflap-checkbox input[type="checkbox"]:checked + label.styled-box {
  background: url(/images/temp/checkbox-ticked.png) left bottom no-repeat;
}
div.opt-out-checkboxes input[type="checkbox"]:checked span.checkbox-label,
div.sureflap-checkbox input[type="checkbox"]:checked span.checkbox-label {
  font-weight: 800;
}
select.styled.select-large {
  width: 382px;
  height: 46px;
  border: 0;
}
select.styled.select-large option {
  padding: 5px;
  border: 0px;
  vertical-align: middle;
  font-size: 1.05em;
}
.select-replace.type-select-large {
  background: url('/images/forms.png') no-repeat 0px 0px;
  font-size: 1em;
  font-family: 'OpenSans', sans;
  padding: 12px 0px 0px 15px;
  width: 367px;
  height: 34px;
}
.select-replace.type-select-large.error {
  background: url('/images/forms.png') no-repeat 0px -46px;
}
.select-replace.type-select-large + select {
  position: relative;
  top: -46px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.checkbox-replace {
  background: transparent url(/images/forms.png) scroll no-repeat -382px 0px;
  width: 23px;
  height: 23px;
  color: white;
}
.checkbox-replace.checked {
  background: transparent url(/images/forms.png) scroll no-repeat -382px -23px;
}
.checkbox-replace + input[type=checkbox] {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 23px;
  height: 23px;
  left: -23px;
}
#updateDeliveryDetailsContainer {
  margin-left: 16px;
}
#updateDeliveryDetailsContainer .styled_label {
  color: #838383;
  font-family: 'OpenSansBold', sans;
  display: inline-block;
  position: relative;
  top: -3px;
  left: 8px;
  cursor: pointer;
  width: 100%;
}
.validation {
  position: relative;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  background-color: #678193;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px 20px;
  line-height: 1.2em;
  margin-top: 7px;
  border: 3px solid #ff7b7b;
}
.validation:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #678193 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -10px;
  top: -10px;
  left: 50%;
}
.validation a {
  font-family: 'OpenSansBold', sans;
}
.validation-login-link {
  text-align: center;
  background-color: #16a6b6;
  border-radius: 5px;
  padding: 8px 5px;
  margin-top: 5px;
}
.validation-login-link a:link,
.validation-login-link a:visited,
.validation-login-link a:hover,
.validation-login-link a:active {
  color: white;
  font-weight: bolder;
  line-height: 1.2em;
}
.validationWide {
  float: left !important;
  width: 100%;
}
.form-submit + input[type="submit"] {
  display: none;
}
.recapchaBlock {
  display: inline-block;
  width: 100%;
}
.inlineValidation {
  float: left;
  display: inline-block;
  min-width: 318px;
}
.login-box {
  border: 3px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px 30px;
}
.login-box input[type="text"],
.login-box input[type="password"] {
  max-width: 95%;
}
.subChoiceTrade {
  font-weight: 400;
  color: #0099a8;
  font-size: 17px;
}
#paymentMethodContainer {
  margin-bottom: 25px;
}
.paymentOptionText {
  font-weight: 100;
  font-size: 15px;
}
.delivery_methods {
  color: #A3A3A3;
}
.delivery_methods .delivery_method {
  margin: 5px 0;
}
.delivery_methods .delivery_method .delivery_method_label {
  /*text-align: center;*/
  text-decoration: none;
  color: #a3a3a3;
  display: block;
  width: 100%;
  padding: 5px 10px 5px 40px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.delivery_methods .delivery_method .delivery_method_label.selected {
  border: 1px solid #16a6b6 !important;
}
.delivery_methods .delivery_method .delivery_method_label:hover {
  border: 1px solid #CBCCCD;
}
.delivery_methods .delivery_method .delivery_method_detail {
  padding: 10px 0 10px 10px;
}
.delivery_methods .delivery_method .highlight {
  color: #717171;
}
#accept_terms_conditions {
  display: block;
  opacity: 0;
  position: relative;
  left: 22px;
  top: 4px;
  width: 12px;
  height: 15px;
}
.requiredCheckboxbasket {
  top: 20px !important;
  left: 10px;
  float: none !important;
}
.termsandconditionsTrade {
  width: 50%;
}
