@charset "UTF-8";
#basket {
  display: block;
  width: auto;
}
#basket > div {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  border: 2px solid #e6e6e6;
  border-top: 0 none;
}
#basket > div > div,
#basket > div .basket-inputs-grid > div {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  padding: 10px;
  width: auto;
}
#basket > div .basket-inputs {
  padding: 0;
}
#basket > div .basket-inputs-grid {
  display: flex;
}
#basket > div .basket-intercom-toggles {
  align-items: center;
  display: flex;
  font-size: 115%;
  font-weight: bold;
  margin-left: 160px;
  padding: 0 10px 10px;
}
#basket > div .basket-intercom-toggles:empty {
  display: none;
}
#basket > div .basket-intercom-toggles::before {
  content: "Fitted intercom discount?";
  display: inline-block;
}
#basket > div .basket-intercom-toggles input[type=checkbox] {
  height: 16px;
  width: 16px;
  left: unset;
  margin-left: 5px;
  position: static;
}
#basket > div .basket-intercom-toggles input[type=checkbox]:disabled {
  opacity: 0.4;
}
#basket > div .price {
  line-height: 1.2001;
  text-align: right;
}
#basket > div .price p {
  line-height: 1;
  margin-bottom: 0;
}
#basket > div .item {
  flex: 1 1 1px;
  text-align: left;
}
#basket > div .reserve {
  width: 196px;
}
#basket > div .deliver {
  width: 196px;
}
#basket > div .item_price {
  width: 96px;
}
#basket > div .item_price.admin_checkout {
  width: 115.2px;
}
:root #basket > div .qty {
  text-align: center;
  width: 160px;
}
#basket > div > div:last-of-type {
  width: 96px;
}
#basket > div:first-of-type {
  align-items: flex-end;
  border-color: transparent;
  border-bottom-width: 0;
  border-top-width: 0;
}
#basket > div:first-of-type > div {
  color: #444444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
}
#basket > div:first-of-type .reserve {
  text-align: center;
}
#basket > div:first-of-type .deliver {
  text-align: center;
}
#basket > div:first-of-type:last-child {
  display: none;
}
#basket .item h2 {
  font-weight: 700;
  line-height: 1.2001;
  margin: 4px 0;
}
#basket .item .status_ok {
  color: #7ca017;
  display: block;
  line-height: 1.2001;
  margin: 4px 0;
}
#basket .item .status_warn {
  color: #f7931e;
  display: block;
  line-height: 1.2001;
  margin: 4px 0;
}
#basket .item .status_error {
  color: #903030;
  display: block;
  line-height: 1.2001;
  margin: 4px 0;
}
#basket .item select {
  max-width: 100%;
}
#basket .reserve.td,
#basket .deliver.td {
  align-self: stretch;
}
#basket .price del {
  color: #444444;
  font-size: 0.875875em;
  text-decoration: line-through;
}
#basket .qty input {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  width: 56px;
}
#basket .qty .checkout-clickable {
  height: 40px;
  width: 32px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#basket .qty .icon--sbs {
  height: 100%;
  width: 20px;
  color: #4990be;
  transition: color 0.1s ease-out;
}
#basket .qty .checkout-clickable:hover .icon--sbs {
  color: #39aadf;
}
#basket .delivery-box {
  box-sizing: border-box;
  display: block;
  height: 100%;
  margin: 0 !important;
  width: auto;
}
#basket .is-intercom {
  background: #e8f0d0;
}
:root #basket .free-product-row .delivery-box {
  border-color: #b3ddf4;
  cursor: default;
  pointer-events: none;
}
:root #basket .free-product-row .icon--sbs {
  color: #b3ddf4;
}
:root #basket.admin .action {
  text-align: center;
  width: 160px;
}
:root #basket.admin .action select {
  width: 100%;
}
:root #basket.admin .discount {
  text-align: center;
  width: 128px;
}
:root #basket.admin .value {
  line-height: 40px;
  white-space: nowrap;
}
:root #basket.admin .value .input {
  max-width: 90px;
}
:root #basket.admin .value .has-discount {
  background: #e8f0d0;
}
@media screen and (max-width: 29.99em) {
  #basket {
    margin-left: -15px;
    margin-right: -15px;
  }
  #basket > div {
    border-left: 0 none;
    border-right: 0 none;
  }
  #basket .large-text {
    display: none;
  }
  #basket .reserve.td {
    flex: 1 0 1px;
    padding-left: 15px;
  }
  #basket .deliver.td {
    flex: 1 0 1px;
    padding-right: 15px;
  }
  #basket .delivery-box {
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 35.49em) {
  #basket > div:first-of-type {
    display: none;
  }
  #basket > div:first-of-type + div {
    border-top: 2px solid #e6e6e6;
  }
  #basket > div:not(:first-of-type) .item {
    flex: 1 0 auto;
    width: 100%;
  }
  #basket > div:not(:first-of-type) .qty {
    margin-left: auto;
  }
  form #basket .free-product-row .qty {
    display: none;
  }
  form #basket .free-product-row .price {
    margin-left: auto;
  }
  #basket .item-wrap select {
    margin-top: 10px;
    max-width: calc(100% - 96px);
  }
  #basket .free-product-row .reserve.selected,
  #basket .free-product-row .deliver.selected {
    margin-left: 100px !important;
  }
  #basket .free-product-row .reserve.selected .delivery-box,
  #basket .free-product-row .deliver.selected .delivery-box {
    border-width: 0;
    padding: 0;
  }
  #basket .free-product-row .reserve.selected .delivery-box.selected .icon--sbs,
  #basket .free-product-row .deliver.selected .delivery-box.selected .icon--sbs {
    display: none;
  }
}
@media screen and (max-width: 47.99em) {
  #basket .item_price {
    display: none;
  }
  #basket .free-product-row .reserve:not(.selected),
  #basket .free-product-row .deliver:not(.selected) {
    display: none;
  }
  #basket .free-product-row .deliver.selected {
    margin-left: auto;
  }
}
@media screen and (max-width: 62.74em) {
  #basket .item-wrap {
    position: relative;
  }
  #basket .item-wrap select {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 71.24em) {
  #basket > div .item_price {
    text-align: center;
  }
  #basket > div > div:last-of-type {
    padding-left: 0;
    padding-right: 20px;
  }
  #basket .reserve.th,
  #basket .deliver.th {
    display: none;
  }
  form #basket > div:not(:first-of-type)::before {
    width: 100%;
    content: "";
    display: block;
    order: 50;
    overflow: hidden;
  }
  #basket > div:not(:first-of-type) .reserve.td {
    margin-left: auto;
    order: 51;
  }
  #basket > div:not(:first-of-type) .deliver.td {
    order: 52;
  }
  #basket > div:not(:first-of-type) {
    flex-wrap: wrap;
    min-height: 112px;
    position: relative;
  }
  #basket > div:not(:first-of-type) .item {
    padding-left: 110px;
  }
  #basket > div:not(:first-of-type) .item > a, #basket > div:not(:first-of-type) .item > img {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 80px;
    width: 80px;
  }
  #basket > div:not(:first-of-type) .item img {
    height: 80px;
    width: 80px;
    display: block;
  }
}
@media screen and (min-width: 30em) {
  #basket .small-text {
    display: none;
  }
}
@media screen and (min-width: 35.5em) {
  #basket > div:first-of-type + div {
    border-top: 6px solid #e6e6e6;
  }
  #basket .qty-label {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  #basket .free-product-row .reserve:not(.selected),
  #basket .free-product-row .deliver:not(.selected) {
    visibility: hidden;
  }
}
@media screen and (min-width: 62.75em) {
  #basket .item-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #basket .item-wrap .item-info {
    margin-right: 8px;
  }
}
@media screen and (min-width: 62.75em) and (max-width: 71.24em) {
  #basket .item-wrap select {
    margin-right: 40px;
  }
}
@media screen and (min-width: 71.25em) {
  #basket > div:not(:first-of-type) {
    min-height: 82px;
  }
  #basket > div:not(:first-of-type) .item {
    padding-left: 80px;
    position: relative;
  }
  #basket > div:not(:first-of-type) .item > a, #basket > div:not(:first-of-type) .item > img {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 60px;
    width: 60px;
    margin-top: -30px;
  }
  #basket > div:not(:first-of-type) .item img {
    height: 60px;
    width: 60px;
    display: block;
  }
  #basket .reserve.th {
    color: #406090;
    font-weight: 300;
    line-height: 1.2001;
    text-align: center;
  }
  #basket .reserve.th strong {
    font-weight: 700;
  }
  #basket .reserve.th a {
    color: #4990be;
    display: inline-block;
    font-weight: 700;
    margin-top: 8px;
    padding-right: 5px;
    position: relative;
    text-decoration: underline;
  }
  #basket .reserve.th a:active, #basket .reserve.th a:focus, #basket .reserve.th a:hover {
    color: #39aadf;
  }
  #basket .reserve.th a .icon {
    position: absolute;
    top: 0;
    right: -16px;
    width: 16px;
  }
  #basket .reserve.td,
  #basket .deliver.td {
    padding: 16px 10px;
  }
}
@media screen and (min-width: 71.25em) {
  #basket_message_perm {
    margin-bottom: 50px;
  }
}
#cash_out {
  font-size: 16px;
  font-weight: bolder;
}
.no_white_space_wrap {
  white-space: nowrap;
}
.checkout-barcode-form {
  display: flex;
  float: right;
  width: 40%;
}
.checkout-barcode-input {
  box-shadow: none;
  flex: 1 1 auto;
}
.checkout-barcode-input + .button {
  flex: 0 0 auto;
  margin-left: 4px;
}
.checkout-barcode-input:invalid:not(:focus) {
  border-color: transparent;
}
.checkout-barcode-input:invalid:not(:focus) + .button {
  opacity: 0;
  pointer-events: none;
}
.checkout-header {
  font-size: 24px;
  color: #406090;
  font-weight: lighter;
}
.checkout-header .icon--sbs {
  color: #4990be;
}
@media screen and (max-width: 47.99em) {
  h1.checkout-header {
    margin-bottom: 10px;
  }
}
.checkout-preferred-store {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
}
.checkout-preferred-store a {
  color: #4990be;
  text-decoration: underline;
}
.checkout-preferred-store a:active, .checkout-preferred-store a:focus, .checkout-preferred-store a:hover {
  color: #39aadf;
}
@media screen and (max-width: 35.49em) {
  .checkout-preferred-store {
    margin-top: -10px;
    margin-bottom: 14px;
  }
  .checkout-clear-basket + .checkout-preferred-store {
    margin-right: 175px;
  }
}
@media screen and (min-width: 35.5em) {
  .checkout-preferred-store {
    float: right;
    margin-right: 20px;
    text-align: right;
  }
  .checkout-clear-basket + .checkout-preferred-store {
    margin-right: 200px;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 47.99em) {
  .checkout-preferred-store {
    margin-top: -40px;
  }
  .checkout-preferred-store a {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .checkout-preferred-store {
    margin-top: -50px;
  }
}
@media screen and (min-width: 71.25em) {
  .checkout-preferred-store {
    display: none;
  }
}
@media screen and (max-width: 35.49em) {
  .checkout-clear-basket {
    margin-top: -10px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 35.5em) {
  .checkout-clear-basket {
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 47.99em) {
  .checkout-clear-basket {
    margin-top: -40px;
  }
  .checkout-clear-basket a {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .checkout-clear-basket {
    margin-top: -60px;
  }
}
.basket-header.checkout-header {
  font-weight: bold;
}
.basket-header .icon--sbs {
  display: none;
}
.checkout-info {
  margin-bottom: 20px;
}
@media screen and (min-width: 48em) {
  .checkout-info {
    margin-bottom: 35px;
  }
}
.checkout-progress {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 20px;
}
.checkout-progress:before, .checkout-progress:after {
  content: " ";
  display: table;
}
.checkout-progress:after {
  clear: both;
}
.checkout-progress li {
  box-sizing: content-box;
  float: left;
  width: 1.3em;
  overflow: hidden;
  white-space: nowrap;
  height: 1.5em;
  margin: 0 1%;
  font-size: 18px;
  padding-bottom: 5px;
  color: #7ca017;
  border-bottom: 3px #7ca017 solid;
}
.checkout-progress li a {
  color: #7ca017;
  text-decoration: none;
}
.checkout-progress li.checkout-stage {
  width: calc(100% - 3.9em - 8%);
  color: #406090;
  border-bottom-color: #406090;
}
.checkout-progress li.checkout-stage a {
  color: #406090;
}
.checkout-progress li.checkout-stage ~ li {
  color: #4990be;
  border-bottom-color: #4990be;
  opacity: 0.5;
}
.checkout-progress li .icon--sbs {
  margin-right: 10px;
}
.checkout-progress .large-text {
  display: inline;
}
.checkout-progress .small-text {
  display: none;
}
.content_main_wide:before, .content_main_wide:after {
  content: " ";
  display: table;
}
.content_main_wide:after {
  clear: both;
}
.checkout-columns {
  float: left;
  width: 100%;
}
.checkout-columns > div {
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  width: 96%;
}
.checkout-columns > div + div {
  margin-top: 20px;
}
.checkout-columns > div:only-of-type {
  width: 100%;
  margin-left: 0;
}
.checkout-columns textarea {
  padding: 10px;
  border: 1px #b3b5b7 solid;
  border-radius: 3px;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 16px;
}
.checkout-columns input[readonly] {
  background-color: #e6e6e6;
}
.checkout_tidy_form input,
.checkout_tidy_form select {
  width: 200px;
}
.checkout_tidy_form input[type=checkbox][name=email_invoice] {
  position: initial;
  left: auto;
}
.checkout-form {
  float: left;
  width: 100%;
}
.checkout-form:before, .checkout-form:after {
  content: " ";
  display: table;
}
.checkout-form:after {
  clear: both;
}
.checkout-form fieldset {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-form label {
  clear: left;
  float: left;
  width: 100%;
  margin-right: 0;
  color: #406090;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin-top: 12px;
}
.checkout-form label:after {
  content: ":";
}
.checkout-form label .label-no-transform {
  text-transform: none;
}
.checkout-form label.hide {
  display: none;
}
.checkout-form fieldset input,
.checkout-form fieldset select {
  clear: left;
  float: left;
  padding: 10px;
  border: 1px #b3b5b7 solid;
  border-radius: 3px;
  margin-bottom: 10px;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 16px;
}
.checkout-form fieldset button {
  margin-bottom: 10px;
}
.checkout-form select + select {
  clear: none;
  margin-left: 5px;
}
.checkout-form .no-label {
  clear: both;
  float: left;
  margin-left: 30%;
}
.checkout-form .form-text {
  float: left;
  color: #406090;
}
.checkout-form .form-text + input {
  margin-left: 5px;
}
.checkout-form input + .form-text,
.checkout-form select + .form-text {
  margin-left: 5px;
}
.checkout-form input[type=checkbox],
.checkout-form input[type=radio] {
  position: absolute;
  left: -9999px;
}
.checkout-form input[type=checkbox][name^=res_and_pay_] {
  position: initial;
  left: auto;
}
.checkout-form input[type=checkbox] + label,
.checkout-form input[type=radio] + label {
  width: auto;
  padding-left: 30px;
  margin-right: 0;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.checkout-form input[type=checkbox] + label {
  text-transform: none;
}
.checkout-form input[type=checkbox] + label .check,
.checkout-form input[type=radio] + label .check {
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-form #PP + label .check,
.checkout-form #P4L + label .check {
  top: 13px;
}
.checkout-form #P4L:checked + label {
  color: #000;
}
.checkout-form input[type=checkbox] + label .unchecked,
.checkout-form input[type=radio] + label .unchecked {
  display: inline;
}
.checkout-form input[type=checkbox] + label .checked,
.checkout-form input[type=radio] + label .checked {
  display: none;
}
.checkout-form input[type=checkbox]:checked + label .unchecked,
.checkout-form input[type=radio]:checked + label .unchecked {
  display: none;
}
.checkout-form input[type=checkbox]:checked + label .checked,
.checkout-form input[type=radio]:checked + label .checked {
  display: inline;
}
.checkout-form input[type=checkbox]:focus + label,
.checkout-form input[type=radio]:focus + label {
  color: #4990be;
}
.checkout-form input[type=checkbox] + label:after,
.checkout-form input[type=radio] + label:after {
  content: "";
}
.checkout-form input[type=checkbox]:disabled + label,
.checkout-form input[type=radio]:disabled + label {
  filter: brightness(2.2) saturate(0);
  cursor: default;
}
.checkout-form input[type=checkbox]:disabled + label .check,
.checkout-form input[type=radio]:disabled + label .check {
  filter: brightness(0.6);
}
.checkout-form .label-icons .icon--card {
  width: 54px;
  height: 48px;
  margin-right: 5px;
}
.checkout-form .label-icons .checkout_paypal_logo {
  width: 120px;
  height: 48px;
}
.checkout-form .label-icons .checkout_finance_logo {
  height: 48px;
  width: 175px;
}
.checkout-form #selectaddress,
.checkout-form #delivery_selectaddress,
.checkout-form #customer_selectaddress,
.checkout-form #billing_selectaddress {
  width: 295px;
}
.checkout-form #basket.admin input {
  float: none;
}
#customer_details input[type=button] {
  float: right;
}
.section-box {
  float: left;
  width: calc(100% - 42px);
  padding: 20px;
  border: 1px #e6e6e6 solid;
  margin-bottom: 20px;
}
.address-box {
  font-size: 14px;
}
#extra_form .address-box {
  margin-bottom: 28px;
}
.checkout-summary {
  float: left;
  width: calc(100% - 2px);
  margin-top: 20px;
  border: 1px #e6e6e6 solid;
}
.checkout-summary:before, .checkout-summary:after {
  content: " ";
  display: table;
}
.checkout-summary:after {
  clear: both;
}
.checkout-summary > div {
  padding: 20px;
  float: left;
  width: calc(100% - 40px);
}
.checkout-summary > div + div {
  border-top: 1px #e6e6e6 solid;
}
.checkout-summary > div:first-of-type > div {
  float: left;
  width: 100%;
}
.checkout-summary > div:first-of-type > div:last-of-type {
  width: auto;
}
.checkout-summary_method {
  position: relative;
  padding-left: 60px;
  min-height: 70px;
}
.checkout-summary_method .value {
  color: #7ca017;
  font-size: 16px;
  font-weight: bold;
}
.checkout-summary input[type=text] {
  width: 100%;
}
.checkout-summary p {
  margin-top: 0;
}
.checkout-summary input#comments {
  width: 100%;
  float: left;
}
.checkout-summary input#comments + label {
  margin-right: 0;
  margin-top: 0;
  text-transform: none;
  font-weight: normal;
  clear: none;
  text-align: left;
  width: 100%;
}
.checkout-summary input#comments + label:after {
  content: "";
}
.checkout-create_account {
  float: right;
  margin-top: 20px;
  width: 100%;
}
.checkout-create_account .checkout-table > div {
  display: block;
}
.checkout-create_account label {
  width: calc(100% - 20px);
  text-align: left !important;
}
.checkout-create_account input[type=password] {
  width: 100%;
  float: none;
}
.checkout-title {
  color: #406090;
  font-size: 18px;
  font-weight: 300;
}
.checkout-title_small {
  color: #406090;
  text-transform: uppercase;
}
.checkout-payment_bold {
  color: #406090;
  font-weight: bold;
}
.checkout-expected-date {
  color: #4990be;
  font-weight: bold;
  font-size: 20px;
}
.checkout-delivery-method {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}
.delivery-container .delivery-box .icon--sbs, .checkout-table .delivery-box .icon--sbs {
  position: absolute;
  width: 24px;
  height: 24px;
  top: -14px;
  left: -14px;
  color: #66bbe8;
  z-index: 2;
}
.delivery-container .selected::before, .checkout-table .delivery-box.selected::before {
  content: "";
  width: 0;
  height: 0;
  border: 9px white solid;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -11px;
  z-index: 2;
}
.checkout-table {
  display: table;
  width: 100%;
}
.checkout-table > div {
  display: table-row;
}
.checkout-table > div > div {
  display: table-cell;
  padding: 10px;
}
.checkout-table .vat_exempt > div {
  display: table-row !important;
  padding: 10px;
}
.checkout-table .label {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  color: #444444;
}
.checkout-table .label:after {
  content: ":";
}
.checkout-table .label.no-after:after {
  content: "";
}
.checkout-table .value {
  box-sizing: border-box;
  width: 96px;
  text-align: right;
  font-size: 16px;
  color: #7ca017;
  font-weight: bold;
}
@media screen and (max-width: 29.99em) {
  .checkout-table .value {
    padding-right: 5px;
  }
}
@media screen and (min-width: 30em) and (max-width: 71.24em) {
  .checkout-table .value {
    padding-left: 0;
    padding-right: 20px;
  }
}
.checkout-table.checkout-right {
  float: right;
  max-width: 352px;
}
@media screen and (min-width: 30em) {
  .checkout-table.checkout-right {
    margin-right: 2px;
  }
}
.checkout-table .restricted {
  cursor: default;
}
.checkout-table .hide {
  display: none;
}
@media screen and (min-width: 35.5em) {
  .checkout-table .pay-button.try-or-buy {
    padding-top: 40px;
    width: 300px;
  }
}
.checkout-table .item p {
  margin: 0 0 3px;
}
.checkout-table .toob-status {
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
  margin-right: 12px;
  padding: 4px 8px;
  text-transform: uppercase;
}
.checkout-table .toob-status .icon {
  height: 12px;
  margin-left: 6px;
}
.checkout-table .toob-tick {
  background: #7ca017;
}
.checkout-table .toob-exclamation {
  background: #f7931e;
}
.checkout-table .toob-cross {
  background: #c52c19;
}
.checkout-table .clear10 {
  background: #27ffea;
  color: #000;
  margin-left: 4px;
  padding: 2px 4px;
  text-transform: uppercase;
}
.checkout-right-wrapper {
  float: right;
  width: 260px;
}
.checkout-right-wrapper .tax_exempt {
  width: 223px;
  margin: 10px;
}
#extra_form .checkout-right-wrapper,
#cart_form .checkout-right-wrapper {
  padding-right: 10px;
}
#extra_form .checkout-right-wrapper .tax_exempt,
#cart_form .checkout-right-wrapper .tax_exempt {
  text-align: right;
  padding-right: 10px;
}
#basket .bar_message.message_warn, #basket .bar_message.message_false,
#returns .bar_message.message_warn,
#returns .bar_message.message_false,
#address_message.message_warn,
#address_message.message_false,
#basket_changed.message_warn,
#basket_changed.message_false {
  background-image: none;
  padding-left: 12px;
}
#basket .bar_message.message_warn, #basket .bar_message.message_false,
#returns .bar_message.message_warn,
#returns .bar_message.message_false,
#address_message.message_warn,
#address_message.message_false {
  margin: 0 0 10px;
}
#address_message.bar_message {
  margin: 5px 0 15px 0;
}
.bar_message.no-icon {
  background-image: none;
  padding-left: 12px;
  margin: 0 0 10px;
}
.bar_message .bar_message--title {
  font-size: 15px;
  font-weight: bold;
}
.tax_exempt .bar_message {
  padding: 10px !important;
}
#basket_changed {
  margin: 0;
}
.checkout-tyres {
  margin-bottom: 20px;
}
.checkout-complete {
  float: right;
  width: 300px;
}
.checkout-clickable {
  cursor: pointer;
}
.checkout-stackable {
  clear: both;
  float: none;
  display: block;
  width: 100%;
}
.checkout-stackable > div {
  clear: both;
  float: none;
  display: block;
  width: 100%;
}
.checkout-stackable > div > div {
  display: block;
  float: none;
}
.checkout-stackable .label {
  text-align: center;
}
.checkout-stackable.header .label {
  text-align: left;
  background-color: #e6e6e6;
}
.checkout-stackable .label + div {
  clear: left;
}
.checkout-stackable.checkout-right {
  float: none;
}
.checkout-stackable .no_show {
  display: none;
}
.checkout-stackable.checkout-right {
  width: 100%;
}
.checkout-confirm_text {
  margin: 0;
  font-size: 20px;
  color: #406090;
}
.checkout-confirm_bold {
  font-size: 24px;
  font-weight: bold;
  color: #4990be;
}
.checkout-confirm__title {
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
  color: #406090;
}
.checkout-confirm__subtitle {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  color: #444444;
}
.checkout-confirm__your-number {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  color: #406090;
}
.checkout-confirm__number {
  font-size: 28px;
  font-weight: bold;
  color: #0066cc;
}
.checkout-confirm__email-sent {
  margin: 0;
}
.checkout-confirm__email-sent strong {
  color: #444444;
}
.checkout-confirm__reserve-details {
  font-size: 18px;
  line-height: 1;
}
.checkout-confirm__signup-header {
  font-weight: 300;
  font-size: 30px;
  color: #444444;
  line-height: 1.2;
}
.checkout-confirm__signup-header strong {
  font-weight: bold;
  color: #406090;
}
.checkout-confirm__signup-choice-no {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.checkout-confirm__signup-choice-no .checkout-button {
  min-width: calc(100% - 50px);
  padding: 10px 40px 10px 10px;
  background: #e6e6e6;
  color: #4990be;
}
.checkout-confirm__signup-choice-no .checkout-button .svgicon {
  color: #9fa2a5;
}
.checkout-confirm__signup-choice-yes {
  float: left;
  width: 48%;
}
.checkout-confirm__signup-choice-yes .checkout-button {
  min-width: calc(100% - 50px);
}
.checkout-confirm__signup-choice-text {
  font-size: 16px;
  line-height: 1.1;
  color: #444444;
}
.checkout-confirm__signup-complete {
  padding: 16px;
  background: #e8f0d0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #7ca017;
}
.checkout-confirm__greyprint {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #888888;
}
.checkout-confirm__smallprint {
  font-size: 13px;
  line-height: 1.1;
  color: #888888;
}
.checkout-confirm__newsletter-image {
  width: 100%;
}
.checkout-table.finance {
  display: none;
  width: 275px;
  padding: 10px;
  float: left;
}
.checkout-table.finance .finance__wrapper {
  align-items: center;
  display: flex;
}
.checkout-table.finance .icon {
  flex: 0 0 auto;
  float: left;
  height: 60px;
  width: 60px;
  margin-right: 10px;
}
.checkout-table.finance strong {
  color: #406090;
}
.checkout-table.finance a {
  color: #4990be;
}
.checkout-table.finance p {
  flex: 1 1 1px;
  margin: 0;
  max-width: 200px;
}
.checkout-table.finance.finance--no-offer {
  font-size: 13px;
}
.checkout-table.finance.finance--no-offer p {
  white-space: pre-line;
}
.checkout-table.finance.finance--not-visible {
  height: 10px;
}
.retail-barcode-form + .checkout-table.finance {
  display: none !important;
}
.checkout-voucher {
  box-sizing: border-box;
  float: left;
  font-size: 13px;
  min-height: 60px;
  width: 100%;
}
.checkout-voucher #basket_code_message {
  font-weight: 700;
  line-height: 1.2001;
}
.checkout-voucher #basket_code_message a {
  font-weight: normal;
}
.checkout-voucher__input-row {
  position: relative;
}
@media screen and (min-width: 62.75em) {
  #basket_code_message + .checkout-voucher__input-row {
    margin-top: 12px;
  }
}
.checkout-voucher .control-button {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-voucher input[type=text] {
  width: calc(100% - 84px);
  text-transform: uppercase;
}
.checkout-voucher input[type=text]::placeholder {
  text-transform: none;
}
.checkout-voucher > div:nth-of-type(2) .label a {
  color: #c73427;
}
.checkout-voucher .label.no-after:after {
  content: ":";
}
.checkout-voucher__toggle {
  text-align: right;
}
.checkout-voucher__toggle a {
  display: inline-block;
}
.checkout-voucher__note {
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 29.99em) {
  .checkout-voucher .checkout-table > div > .checkout-voucher__toggle {
    padding-right: 5px;
  }
  .checkout-voucher__note {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 47.99em) {
  .checkout-voucher {
    float: right;
    margin-top: 10px;
    width: 100%;
  }
  .checkout-voucher .checkout-table > div > div {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-voucher__toggle {
    line-height: 40px;
  }
  .checkout-voucher__note {
    display: table;
    margin-left: auto;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.99em) {
  .checkout-voucher__input-row {
    margin-left: auto;
    max-width: 384px;
  }
  .checkout-voucher .checkout-table > div > .checkout-voucher__toggle {
    padding-right: 22px;
  }
  .checkout-voucher__note {
    padding-left: 12px;
    padding-right: 22px;
  }
}
.checkout-narrow {
  display: none;
}
.checkout-wide {
  clear: right;
  display: block;
}
.basket-barcode {
  clear: left;
  float: left;
  margin-top: 10px;
}
#load-order-form {
  float: right;
  width: 277px;
}
.delivery-container {
  clear: both;
  float: right;
  width: 100%;
  counter-reset: selects;
  margin-top: 20px;
}
.delivery-container .delivery-options__delivery-methods {
  display: block;
}
.delivery-container .delivery-options__content-wrapper {
  box-sizing: content-box;
  overflow: hidden;
}
@media screen and (max-width: 47.99em) {
  .delivery-container .delivery-options__content-wrapper {
    border-top: 1px solid #e6e6e6;
  }
}
.delivery-container .delivery-options__toggle-wrapper + .delivery-options__content-wrapper {
  border-top: 0 none;
  display: none;
}
.delivery-container span.delivery-nav {
  display: block;
  width: 100px;
  position: absolute;
  right: 0;
  top: -6px;
}
.delivery-container a.delivery-nav_prev {
  margin-left: -10px;
}
.delivery-container a.delivery-nav_next {
  margin-right: -5px;
}
.delivery-container a.delivery-nav_prev,
.delivery-container a.delivery-nav_next {
  display: block;
  float: right;
  position: relative;
  font-weight: bold;
  color: #406090;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.delivery-container a.delivery-nav_prev.disabled,
.delivery-container a.delivery-nav_next.disabled {
  filter: brightness(2.2) saturate(0);
  cursor: default;
}
.delivery-container a.delivery-nav_prev .icon--sbs,
.delivery-container a.delivery-nav_next .icon--sbs {
  display: inline;
  width: 30px;
  height: 30px;
  color: #4990be;
}
.delivery-container a.delivery-nav_prev .delivery-nav_text .icon--sbs,
.delivery-container a.delivery-nav_next .delivery-nav_text .icon--sbs {
  display: none;
}
.delivery-container .delivery-options__content-wrapper > div {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px #e6e6e6 solid;
}
.delivery-container .delivery-options__content-wrapper > div:before, .delivery-container .delivery-options__content-wrapper > div:after {
  content: " ";
  display: table;
}
.delivery-container .delivery-options__content-wrapper > div:after {
  clear: both;
}
.delivery-container .delivery-options__content-wrapper > div::before {
  background: #4990be;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  text-align: center;
  border: 6px solid #4990be;
  font-size: 16px;
  line-height: 0.6;
  top: -2px;
  counter-increment: selects;
  content: counter(selects);
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
}
.delivery-container .delivery-options__content-wrapper > div:only-of-type::before {
  display: none;
}
.delivery-container .delivery-options__content-wrapper > div:last-of-type {
  border-bottom: none;
}
.delivery-container .select-msg {
  color: #406090;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  float: left;
  padding-left: 30px;
  width: calc(100% - 30px);
  margin-bottom: 10px;
}
.delivery-container .icon--sbs.delivery-info_icon {
  height: 20px;
  width: 20px;
  left: auto;
  right: 8px;
  top: 8px;
  color: #406090;
  z-index: 2;
}
.delivery-container .delivery-info_icon:visited,
.delivery-container .delivery-info_icon:hover,
.delivery-container .delivery-info_icon:active {
  opacity: 0.25;
}
.delivery-container .delivery-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.delivery-container .delivery-info > div {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0.9) 100%);
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  padding: 5px;
  transform: translateX(-100%);
  transition: transform 0.3s linear;
}
.delivery-container .delivery-info_icon:hover + .delivery-info > div,
.delivery-container .delivery-info_icon:active + .delivery-info > div {
  transform: translateX(0);
}
.delivery-container .restricted {
  filter: saturate(0);
  cursor: default;
}
#delivery-loading::before {
  content: "";
  width: 0;
  height: 0;
  border: 9px white solid;
  border-radius: 50%;
  position: absolute;
  top: -11px;
  left: -11px;
}
#delivery-loading,
#basket-loading {
  display: none;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
}
.basket-delivery .label #delivery-loading,
#basket .label #basket-loading {
  top: 20px;
  left: -20px;
}
.basket-delivery .label #delivery-loading::before,
#basket .label #basket-loading::before {
  top: 4px;
  left: 2px;
}
@keyframes delivery-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#delivery-loading svg,
#basket-loading svg {
  color: #4990be;
  transform-origin: 50% 50%;
  animation: delivery-loading 2s linear infinite;
}
.delivery-nav_text {
  display: none;
  line-height: 30px;
}
.delivery-nav_msg {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #406090;
  margin-top: 3px;
}
.delivery-nav_msg .highlight {
  color: #7ca017;
  font-weight: bold;
}
.delivery-nav_msg .alt {
  color: #4990be;
  font-weight: bold;
}
#js-delivery-countdown.delivery-nav_msg {
  text-transform: none;
}
.delivery-days,
.delivery-categories,
.delivery-methods {
  height: auto;
}
.scroll-window {
  clear: left;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.scroller {
  overflow-y: hidden;
  overflow-x: scroll;
  margin-bottom: -30px;
  padding-bottom: 30px;
  height: 100%;
}
.scroll {
  padding-top: 10px;
  height: calc(100% - 10px);
  position: relative;
  white-space: nowrap;
  overflow: visible;
}
.delivery-days .delivery-box {
  cursor: default;
}
.delivery-days .delivery-box[data-date] {
  cursor: pointer;
}
.delivery-box {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  width: 150px;
  border: 3px #e6e6e6 solid;
  margin-left: 20px;
  cursor: pointer;
  white-space: normal;
  position: relative;
}
.delivery-box:first-child {
  margin-left: 10px;
}
.delivery-box.selected {
  border-color: #66bbe8;
  position: relative;
}
.delivery-box h2 {
  color: #406090;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 0.5em;
}
.delivery-box p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 0 0.5em;
}
.delivery-box .price {
  color: #7ca017;
  font-weight: bold;
}
.delivery-box.delivery-loading {
  border-color: #4990be;
}
.delivery-days .delivery-box {
  height: 69px;
}
.delivery-days.expected .delivery-box {
  height: 79px;
}
.delivery-categories .delivery-box {
  height: 79px;
}
div:first-of-type.delivery-categories .delivery-box {
  height: 49px;
}
.delivery-methods .delivery-box {
  width: 165px;
  height: 100px;
  padding-left: 60px;
}
.delivery-methods .delivery-box h2 {
  color: #444444;
}
.delivery-methods span.icon,
.checkout-summary_method span.icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 60px;
  height: 60px;
}
.delivery-methods span.icon.apc,
.checkout-summary_method span.icon.apc {
  background: #fff url(/images/icon_method_apc.gif) top center no-repeat;
}
.delivery-methods span.icon.dpd,
.checkout-summary_method span.icon.dpd {
  background: #fff url(/images/icon_method_dpd_2015.gif) top center no-repeat;
}
.delivery-methods span.icon.dpds2s,
.checkout-summary_method span.icon.dpds2s {
  background: #fff url(/images/icon_method_dpds2s_2015.png) top center no-repeat;
}
.delivery-methods span.icon.dx,
.checkout-summary_method span.icon.dx {
  background: #fff url(/images/icon_method_dx.png) top center no-repeat;
}
.delivery-methods span.icon.rm,
.checkout-summary_method span.icon.rm {
  background: #fff url(/images/icon_method_rm.gif) top center no-repeat;
}
.delivery-methods span.icon.ups,
.checkout-summary_method span.icon.ups {
  background: #fff url(/images/icon_method_ups.gif) top center no-repeat;
}
.delivery-methods span.icon.hrm,
.checkout-summary_method span.icon.hrm {
  background: #fff url(/images/icon_method_hrm.gif) 5px 1px no-repeat;
}
.checkout-button {
  box-sizing: content-box;
  font-family: proxima-nova, Tahoma, Arial, sans-serif;
  font-size: 16px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  color: white;
}
.checkout-button:hover {
  text-decoration: none;
}
.pay-button {
  box-sizing: content-box;
  width: calc(100% - 20px);
}
.pay-button .checkout-button.next-button,
.pay-button .checkout-button.lock-button,
.checkout-button.map-choose {
  width: calc(100% - 50px);
}
.pay-button .checkout-button.next-button.lock-button {
  width: calc(100% - 80px);
}
.next-button {
  background-color: #8cbe1a;
  position: relative;
  padding-right: 40px;
}
.next-button .icon--sbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.next-button .next {
  color: #7ca017;
  right: 10px;
}
.next-button + .next-button {
  margin-right: 20px;
}
.lock-button {
  padding-left: 40px;
}
.lock-button .lock {
  left: 10px;
  font-size: 14px;
}
.checkout-button.paypal-button,
.checkout-button.finance-button {
  width: calc(100% - 20px);
  color: #444444;
  background-color: #e6e6e6;
}
.checkout-button.paypal-button {
  padding: 7px 10px;
}
.checkout-button.finance-button {
  padding: 0 10px;
}
.paypal-button.no_click,
.finance-button.no_click {
  pointer-events: none;
}
.paypal-button.no_click path,
.finance-button.no_click path {
  fill: #999;
}
.paypal-button .icon {
  height: 30px;
  width: 110px;
}
.finance-button .icon {
  height: 44px;
  width: 161px;
}
.no_click .next {
  color: currentColor;
}
.button-bar {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-top: 1px #e6e6e6 solid;
  padding-top: 10px;
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .back-button {
  float: left;
  background-color: #4990be;
}
.button-bar .next-button {
  float: right;
}
.control-button {
  box-sizing: content-box;
  height: 21px;
  color: white;
  background-color: #406090;
}
.control-button.checkout-button {
  font-size: 14px;
  padding: 10px;
}
input + .control-button,
select + .control-button {
  margin-left: 5px;
}
.checkout-voucher .control-button {
  box-sizing: border-box;
  height: 40px;
  color: #4990be;
  background-color: #e6e6e6;
  cursor: auto;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
}
.checkout-voucher input:focus + .control-button,
.checkout-voucher .control-button:focus {
  color: #fff;
  background-color: #4990be;
  cursor: pointer;
}
.button-group {
  float: right;
  width: 190px;
}
.button-group .checkout-button {
  float: right;
  width: calc(100% - 20px);
}
.button-group .checkout-button.next-button {
  width: calc(100% - 50px);
}
.button-group .checkout-button + .checkout-button {
  margin-top: 10px;
}
#ajax_message.error .fieldset_clone {
  border: 1px solid #ef0c38;
  border-radius: 0 0 5px 5px;
  border-top: none;
  padding: 0.5em;
  margin: 2em 2px;
}
#ajax_message.error .fieldset_clone > h1 {
  color: #406090;
  margin: -0.84em -0.4em 0;
}
#ajax_message.error .fieldset_clone > h1 > span {
  float: left;
  padding: 0 20px;
  transform: translateY(calc(0.5em - 47%));
}
#ajax_message.error .fieldset_clone > h1:before {
  border-top: 1px solid #ef0c38;
  content: " ";
  float: left;
  margin: 0.5em -13px 0 0px;
  width: 0.95em;
}
#ajax_message.error .fieldset_clone > h1:after {
  border-top: 1px solid #ef0c38;
  content: " ";
  display: block;
  height: 1.5em;
  margin: 0 1px 0 0;
  overflow: hidden;
  position: relative;
  top: 0.5em;
}
#ajax_message.error .fieldset_clone em {
  color: #406090;
  font-weight: bold;
}
#ajax_message.error .fieldset_clone p {
  padding: 0 0 0 12px;
  margin-top: 0;
}
@media screen and (max-width: 35.49em) {
  .checkout-right-wrapper {
    width: 100%;
  }
  .checkout-right-wrapper .tax_exempt {
    width: calc(100% - 20px);
  }
  .basket-delivery {
    padding-top: 15px;
  }
  .basket-delivery select {
    width: 100%;
  }
}
@media screen and (min-width: 30em) {
  .checkout-progress li,
  .checkout-progress li.checkout-stage {
    width: 23%;
  }
  .checkout-progress .large-text {
    display: none;
  }
  .checkout-progress .small-text {
    display: inline;
  }
  .checkout-form label {
    width: calc(30% - 5px);
    margin-right: 5px;
    text-align: right;
  }
  .checkout-form fieldset input,
  .checkout-form fieldset select {
    clear: none;
  }
  .checkout-create_account label {
    width: 100%;
  }
}
@media screen and (min-width: 35.5em) {
  .basket-header .icon--sbs {
    display: inline;
  }
  .checkout-stackable {
    display: table;
    float: none;
    clear: none;
  }
  .checkout-stackable > div {
    display: table-row;
    float: none;
  }
  .checkout-stackable > div > div {
    display: table-cell;
  }
  .checkout-stackable .label {
    text-align: right;
  }
  .checkout-stackable .label + div {
    clear: none;
  }
  .checkout-stackable.header .label {
    background-color: transparent;
    text-align: right;
  }
  .checkout-stackable.checkout-right {
    float: right;
    width: 243px;
  }
  .checkout-stackable.checkout-right.tax_exempt {
    width: 223px;
    margin: 10px;
  }
  .checkout-voucher .checkout-stackable #js-voucher .label + div {
    width: 204px;
  }
  .checkout-right-wrapper {
    float: right;
    width: 260px;
  }
  .checkout-right-wrapper .tax_exempt {
    width: 223px;
    margin: 0 10px;
  }
  .pay-button {
    width: 270px;
  }
  .checkout-table.basket-delivery {
    clear: right;
    float: right;
    width: auto;
  }
  .checkout-table.basket-delivery > div > div {
    vertical-align: middle;
  }
  .checkout-table.basket-delivery .label {
    white-space: nowrap;
  }
  .checkout-table.basket-delivery input {
    width: 100px;
    text-transform: uppercase;
  }
  .checkout-table.basket-delivery input::placeholder {
    text-transform: none;
  }
  .checkout-summary {
    width: calc(50% - 12px);
    margin-top: 40px;
  }
  .checkout-voucher + .checkout-right {
    clear: left;
  }
  .checkout-create_account {
    width: calc(50% - 25px - 42px);
    padding: 20px;
    border: 1px #e6e6e6 solid;
    display: block;
  }
  .checkout-table.basket-delivery select + select {
    margin-top: 0;
    margin-left: 16px;
  }
  .checkout-table.basket-delivery > div > div:last-of-type {
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .delivery-nav_text {
    display: inline;
  }
  .delivery-container {
    border-top: none;
  }
  .delivery-container.extra_msg {
    margin-top: 60px;
  }
  .delivery-container.extra_msg .delivery-nav_msg {
    position: relative;
    top: -25px;
  }
  .delivery-container.extra_msg a.delivery-nav_prev,
  .delivery-container.extra_msg a.delivery-nav_next {
    z-index: 2;
  }
  .delivery-container span.delivery-nav {
    width: 100%;
    top: -6px;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.74em) {
  .delivery-container span.delivery-nav .delivery-nav_msg {
    position: absolute;
    top: -34px;
    right: 0;
    left: 0;
  }
  .delivery-container span.delivery-nav .delivery-nav_prev {
    float: right;
    margin-right: 40px;
  }
}
@media screen and (min-width: 48em) {
  .delivery-container a.delivery-nav_prev {
    float: left;
  }
  .delivery-container a.delivery-nav_prev .icon--sbs,
  .delivery-container a.delivery-nav_next .icon--sbs {
    display: none;
  }
  .delivery-container a.delivery-nav_prev .delivery-nav_text .icon--sbs,
  .delivery-container a.delivery-nav_next .delivery-nav_text .icon--sbs {
    display: inline;
  }
}
@media screen and (min-width: 48em) and (max-width: 62.74em) {
  .delivery-container .delivery-options__content-wrapper > .delivery-days.has-nav-msg {
    margin-top: 35px;
  }
}
@media screen and (min-width: 48em) {
  .delivery-container .delivery-options__toggle-wrapper + .delivery-options__content-wrapper > .delivery-days {
    margin-top: 50px;
  }
  .delivery-nav_msg {
    display: block;
  }
  .checkout-progress .large-text {
    display: inline;
  }
  .checkout-progress .small-text {
    display: none;
  }
  .checkout-columns > div {
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    border-left: 1px #e6e6e6 solid;
    border-right: 1px #e6e6e6 solid;
    margin-left: -1px;
    width: calc(46% - 1px);
  }
  .checkout-columns > div:first-of-type {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    width: calc(48% - 1px);
  }
  .checkout-columns > div:last-of-type {
    border-right: none;
    padding-right: 0;
    width: calc(48% - 1px);
  }
  .checkout-columns > div:only-of-type {
    width: 50%;
    margin-left: 25%;
  }
  .checkout-columns > div + div {
    margin-top: 0;
  }
  .checkout-columns > div:first-of-type:nth-last-of-type(3), .checkout-columns > div:first-of-type:nth-last-of-type(3) ~ div:last-of-type {
    width: calc(31.333% - 1px);
  }
  .checkout-columns > div:first-of-type:nth-last-of-type(3) ~ div {
    width: calc(29.333% - 1px);
  }
  .checkout-summary {
    width: calc(65% - 12px);
  }
  .checkout-summary > div:first-of-type > div {
    width: 40%;
  }
  .checkout-summary input[type=text] {
    width: 70%;
  }
  .checkout-summary > div:first-of-type > div:last-of-type {
    float: right;
  }
  .checkout-summary input#comments {
    width: 50%;
  }
  .checkout-summary input#comments + label {
    margin-top: 12px;
    margin-left: 10px;
    width: calc(50% - 10px);
  }
  .checkout-finance-calc {
    width: 275px;
    padding: 10px;
    float: left;
  }
  .checkout-finance-calc .icon {
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 10px;
  }
  .checkout-finance-calc strong {
    color: #406090;
  }
  .checkout-finance-calc a {
    color: #4990be;
  }
  .checkout-voucher {
    width: calc(100% - 354px);
  }
  .checkout-voucher__input-row {
    margin-top: 6px;
  }
  .checkout-voucher__toggle a {
    margin: 7px 0;
  }
  .checkout-voucher + .checkout-right {
    clear: none;
    margin-top: 7px;
  }
  .checkout-create_account {
    width: calc(35% - 25px - 42px);
  }
  .checkout-confirm__columns.checkout-columns {
    padding: 0 15px;
    width: calc(100% - 30px);
    position: relative;
    min-height: 750px;
  }
  .checkout-confirm__columns.checkout-columns > div:first-of-type {
    padding: 0 35px;
    width: calc(57.5% - 70px - 1px);
  }
  .checkout-confirm__columns.checkout-columns > div:last-of-type {
    padding: 0 35px;
    width: calc(42.5% - 70px - 1px);
  }
  .checkout-confirm__lift {
    position: relative;
    z-index: 1;
  }
  .checkout-confirm__lift:before, .checkout-confirm__lift:after {
    content: " ";
    display: table;
  }
  .checkout-confirm__lift:after {
    clear: both;
  }
  .checkout-confirm__columns .section-box {
    margin-bottom: 30px;
  }
  .checkout-confirm__reserve-details {
    margin: 30px 22px;
  }
  .checkout-confirm__greyprint {
    width: 82%;
  }
  .checkout-confirm__smallprint {
    width: 82%;
  }
  .checkout-confirm__signup-choice-yes {
    margin-bottom: 50px;
  }
  .checkout-confirm__signup-choice-text {
    font-size: 18px;
  }
  .checkout-confirm__signup-complete {
    margin-bottom: 125.5px;
  }
  .checkout-confirm__newsletter-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 47.8%;
    max-width: none;
    border-top: 20px white solid;
  }
}
@media screen and (min-width: 62.75em) {
  .delivery-container {
    width: 929px;
  }
  .delivery-container span.delivery-nav {
    top: -28px;
    width: calc(100% - 125px);
  }
  .delivery-container > div::before {
    left: -40px;
    top: 50%;
    margin-top: -20px;
    border-width: 10px;
    font-size: 20px;
    line-height: 0.5;
  }
  .delivery-container .delivery-options__content-wrapper > div {
    margin-left: 40px;
    margin-top: 15px;
    width: calc(100% - 40px);
  }
  .delivery-container .delivery-options__content-wrapper > div::before {
    left: -40px;
    top: 50%;
    margin-top: -20px;
    border-width: 10px;
    font-size: 20px;
    line-height: 0.5;
  }
  .delivery-container .delivery-options__content-wrapper > .show-controls {
    margin-top: 35px;
  }
  .delivery-container .select-msg {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    margin-right: 10px;
    width: 105px;
    margin-bottom: 0;
  }
  .delivery-container .scroll-window {
    width: calc(100% - 115px);
    clear: none;
  }
  .delivery-days {
    height: 115px;
  }
  .delivery-days.expected {
    height: 125px;
  }
  .delivery-categories {
    height: 125px;
  }
  div:first-of-type.delivery-categories {
    height: 95px;
  }
  .delivery-methods {
    height: 140px;
  }
  .checkout-table.finance {
    box-sizing: border-box;
    display: table;
    width: calc(0.4 * (100% - 354px));
  }
  .checkout-table.finance + .checkout-voucher {
    width: calc(0.6 * (100% - 354px));
  }
  .checkout-columns > div:only-of-type {
    width: 50%;
    margin-left: 25%;
  }
  .checkout-table.basket-delivery select {
    width: 322px;
  }
  .checkout-voucher #basket_code_message + span {
    display: none;
  }
  .checkout-voucher .label.no-after:after {
    content: "";
  }
  .checkout-confirm__signup-choice-no {
    width: 33%;
  }
  .checkout-confirm__signup-choice-yes {
    width: 59%;
  }
}
@media screen and (min-width: 71.25em) {
  h1 ~ #cart_form {
    margin-top: -40px;
  }
  .checkout-create_account .checkout-table > div {
    display: table-row;
  }
  .checkout-create_account label {
    display: table-cell;
  }
  .checkout-create_account label,
  .checkout-create_account input[type=password] {
    width: calc(50% - 5px);
  }
  .checkout-table.finance {
    width: calc(100% - 746px);
  }
  .checkout-table.finance + .checkout-voucher {
    width: 392px;
  }
  .checkout-confirm__signup-choice-no .checkout-button {
    min-width: 130px;
  }
  .checkout-confirm__signup-choice-yes .checkout-button {
    min-width: 130px;
  }
}
@media screen and (min-width: 81.875em) {
  .checkout-confirm__signup-choice-no .checkout-button {
    min-width: 140px;
  }
  .checkout-confirm__signup-choice-yes .checkout-button {
    min-width: 140px;
  }
  .checkout-confirm__newsletter-image {
    width: auto;
    right: 16px;
  }
}
.delivery-options__messages {
  color: #406090;
  font-size: 14px;
  text-transform: uppercase;
}
.delivery-options__messages .highlight {
  color: #7ca017;
  font-weight: 700;
}
.delivery-options__messages .alt {
  color: #4990be;
  font-weight: 700;
}
.delivery-options__toggle-wrapper {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.delivery-options__toggle-wrapper .button {
  float: left;
}
.delivery-options__toggle-wrapper .delivery-price-text {
  color: #406090;
  font-weight: 500;
  min-height: 45px;
  min-width: 172px;
  text-align: right;
  text-transform: uppercase;
}
.delivery-options__toggle-wrapper .delivery-price-text .price {
  color: #4990be;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: capitalize;
}
.delivery-options__toggle-wrapper .delivery-price-text a {
  color: #4990be;
  font-size: 15px;
  font-weight: 300;
  text-decoration: underline;
  text-transform: none;
}
.delivery-options__toggle-wrapper .delivery-price-text a:active, .delivery-options__toggle-wrapper .delivery-price-text a:hover, .delivery-options__toggle-wrapper .delivery-price-text a:focus {
  color: #ef0c38;
}
.delivery-options__toggle-wrapper .checkout-button {
  white-space: nowrap;
}
.delivery-options__delivery-methods {
  display: none;
  overflow: hidden;
}
.delivery-options__delivery-methods .delivery-methods {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: flex-end;
  margin: 20px 0 0 0;
  overflow: hidden;
}
.delivery-options__delivery-methods .delivery-methods h2 {
  color: #444444;
  font-weight: 700;
  line-height: 1.2001;
  margin: 0 8px 0 0;
  text-align: right;
}
.delivery-options__delivery-methods .delivery-methods .price {
  color: #7ca017;
}
.delivery-options__delivery-methods .delivery-methods .icon {
  flex-shrink: 0;
  height: 38px;
  min-width: 38px;
  position: static;
}
.delivery-options__delivery-methods .delivery-methods .delivery-info_icon {
  height: 38px;
  width: 22px;
  cursor: pointer;
  margin-left: 4px;
  min-width: 0;
  order: 2;
}
.delivery-options__delivery-methods .delivery-info {
  overflow: visible;
  position: static;
  width: 0;
}
.delivery-options__delivery-methods .delivery-info > div {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  padding: 0;
  top: 0;
}
@media screen and (max-width: 23.4275em) {
  .delivery-options__toggle-wrapper .checkout-button {
    display: block;
    float: none;
    width: auto;
  }
  .delivery-options__toggle-wrapper .delivery-price-text {
    margin-top: 15px;
  }
  .delivery-options__delivery-methods .delivery-methods {
    margin-top: 10px;
  }
}
@media screen and (max-width: 35.49em) {
  .delivery-options__messages {
    background: #e6e6e6;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .delivery-options__toggle-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 35.5em) {
  .delivery-options__messages {
    margin-bottom: 8px;
    padding: 0 20px;
    text-align: right;
  }
  .delivery-options__toggle-wrapper {
    border: 2px solid #e6e6e6;
    margin-left: auto;
    max-width: 380px;
    padding: 20px;
  }
  .delivery-options__delivery-methods .delivery-methods .delivery-info_icon {
    bottom: 20px;
    right: 20px;
  }
  .delivery-options__delivery-methods .delivery-info > div {
    padding: 20px;
  }
}
.delivery-options__title {
  color: #444444;
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 4px 0;
  text-transform: uppercase;
}
.delivery-options__date {
  margin: 0;
  color: #7ca017;
  font-size: 34px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.delivery-options__list {
  float: right;
  font-size: 15px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin: 20px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.delivery-options__item, .delivery-options__link {
  box-sizing: border-box;
  display: inline-block;
  height: 100%;
  min-width: 40px;
  vertical-align: top;
  text-align: center;
}
.delivery-options__item {
  margin-left: 4px;
}
.delivery-options__item .delivery-options__link {
  padding: 0 0.85em;
}
@media screen and (min-width: 30em) {
  .delivery-options__item .delivery-options__link {
    padding: 0 1.2em;
  }
}
.delivery-options__link {
  background: #e6e6e6;
  color: #4990be;
  text-decoration: none !important;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
}
.delivery-options__link:not(.is-disabled):focus {
  box-shadow: #39aadf 0 0 5px;
}
.delivery-options__link:not(.is-disabled):hover {
  background: rgb(245.5, 245.5, 245.5);
}
.delivery-options__link.is-active, .delivery-options__link.is-active:hover {
  background: #4990be;
  color: #fff;
}
.delivery-options__link.is-disabled {
  cursor: default;
  opacity: 0.6;
  pointer-events: none;
}
.delivery-options__calendar {
  width: 100%;
  float: left;
}
.delivery-options__calendar-day {
  float: left;
  margin: 1.5% 1.5% 0 0;
  width: 13%;
  display: block;
}
.delivery-options__calendar-day:nth-child(7n) {
  margin-right: 0;
}
.delivery-options__calendar-day:nth-child(n+22) {
  margin-bottom: 1.5%;
}
@media screen and (max-width: 47.99em) {
  .delivery-options__calendar-day-name {
    display: none;
  }
}
.delivery-options__calendar .delivery-options__link {
  width: 100%;
}
.delivery-options__question {
  color: #4990be;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  white-space: nowrap;
}
.delivery-options__group-title, .delivery-options__group-list, .delivery-options__methods-title, .delivery-options__methods-list {
  clear: right;
  float: right;
}
.delivery-options__group-title, .delivery-options__methods-title {
  width: calc(640px - 2.4em);
}
.delivery-options__group-list {
  width: 640px;
}
.delivery-options__methods-list {
  width: 100%;
}
.delivery-options__group-title, .delivery-options__methods-title {
  margin: 5px 0 5px 5px;
  cursor: pointer;
  padding: 10px 1.2em;
  text-transform: uppercase;
}
.delivery-options__group-title {
  background: #4990be;
  color: #fff;
  font-weight: bold;
}
.delivery-options__group-list, .delivery-options__methods-list {
  transform: scaleY(0);
  transform-origin: 50% 0;
  display: none;
  animation: grow 0.3s linear paused alternate;
}
.delivery-options__group-list.active, .delivery-options__methods-list.active {
  transform: scaleY(1);
  display: block;
  animation-play-state: running;
}
@keyframes grow {
  0% {
    display: none;
    transform: scaleY(0);
  }
  100% {
    display: block;
    transform: scaleY(1);
  }
}
.delivery-options__methods-title {
  background: #e6e6e6;
}
@media screen and (max-width: 47.99em) {
  .delivery-options__group-title, .delivery-options__group-list {
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
.delivery-options__current-method {
  list-style: none;
  height: 2.6em;
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 110%;
  text-transform: uppercase;
}
.delivery-options__current-method li {
  float: left;
  overflow: hidden;
  height: 2.6em;
  margin: 0 -0.75em 5px 0;
  position: relative;
  padding: 0 1.5em 0 0;
}
.delivery-options__current-method li span {
  display: inline-block;
  height: 2.6em;
  color: #406090;
  background: #e6e6e6;
  padding: 8px 8px 8px 1.5em;
  white-space: nowrap;
  position: relative;
}
.delivery-options__current-method li span::before, .delivery-options__current-method li span::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 3em solid transparent;
  border-left: 1.5em solid #e6e6e6;
  border-bottom: 3em solid transparent;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -3.5em;
  z-index: 2;
}
.delivery-options__current-method li span::before {
  right: -20px;
  border-left-color: #fff;
}
.delivery-options__current-method li:first-child span {
  background: #4990be;
  color: #fff;
  padding-left: 1.2em;
}
.delivery-options__current-method li:first-child span::after {
  border-left-color: #4990be;
}
.delivery-options__current-method li:last-child span {
  background: #ececec;
  padding-right: 1.2em;
}
.delivery-options__current-method li:last-child span::before, .delivery-options__current-method li:last-child span::after {
  content: none;
}
.delivery-options__current-method li:nth-child(1) {
  z-index: 4;
}
.delivery-options__current-method li:nth-child(2) {
  z-index: 3;
}
.delivery-options__current-method li:nth-child(3) {
  z-index: 2;
}
.delivery-options__current-method li:nth-child(4) {
  z-index: 1;
}
.delivery-options__expected-container {
  clear: left;
  float: left;
}
.delivery-options__tabs-container {
  float: right;
}
.delivery-options.delivery-options__checkout {
  margin-bottom: 1.5em;
}
.delivery-options.delivery-options__checkout .delivery-options__group-title, .delivery-options.delivery-options__checkout .delivery-options__methods-title {
  width: calc(598px - 2.4em);
}
.delivery-options.delivery-options__checkout .delivery-options__group-list {
  width: 598px;
}
.delivery-options.delivery-options__checkout .del_options {
  margin-right: 0;
}
#date_select_mob {
  float: left;
  width: calc(100% - 30px);
}
#js-date_picker {
  display: none;
}
@media screen and (min-width: 30em) {
  #date_select_mob {
    display: none;
  }
  #js-date_picker {
    display: block;
  }
}
.stack-form__title {
  color: #406090;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2001;
  margin: 0 0 12px 0;
}
.stack-form__note {
  font-size: 14px;
  line-height: 1.2001;
  margin: 12px 0;
}
.stack-form__error {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2001;
  margin: 12px 0;
}
.stack-form__row {
  margin: 12px 0;
}
.stack-form__row .input {
  width: 100%;
}
.stack-form__row--flex {
  display: flex;
}
.stack-form__row--flex .input {
  flex: 1 1 auto;
  min-width: 0;
}
.stack-form__row--flex .input + .input {
  margin-left: 10px;
}
.stack-form__row--flex .input--phone {
  width: 50%;
}
.stack-form__row--flex .input--country {
  width: 50%;
}
.stack-form__button {
  display: block;
  margin-top: 12px;
  width: 100%;
}
.stack-form__title + .stack-form__note {
  margin-top: 16px;
}
.stack-form__note + .stack-form__button {
  margin-top: 20px;
}
@media screen and (min-width: 35.5em) {
  .stack-form__row input {
    max-width: 300px;
  }
  .stack-form__button {
    max-width: 300px;
  }
}
@media screen and (max-width: 35.49em) {
  .stack-form__button {
    padding-left: 0;
    padding-right: 0;
  }
}