.row {
  max-width: 80.5rem;
}

body {
  background-color: #eff0f7;
  font-family: "Noto Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
}

header {
  background: #fff;
  padding: 1em;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  gap: 1em;
  max-width: 78.5rem;
  margin: 0 auto;
}

.header {
  background: #eff0f7;
}

body.no-overflow {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .responsive-menu-content {
    display: none;
  }
}

@media (max-width: 1023px) {
  header {
    border-top: solid 8px #143f90;
  }

  header .logo {
    text-align: center;
  }

  header a.logo img {
    width: 200px;
  }

  header a.logo .tag-line {
    font-size: 0.9em;
  }

  nav i {
    font-size: 1.5em;
  }

  .responsive-menu-content {
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 50px;
    z-index: 998;
    overflow: scroll;
  }

  .responsive-menu-content .responsive-menu {
    padding: 10px 0 10px 20px;
    background-color: #eff0f7;
  }

  .responsive-menu-content .responsive-menu li {
    display: block;
  }

  .responsive-menu-content .responsive-menu .menu.nested {
    margin: 0 10px 10px;
  }

  .responsive-menu-content .responsive-menu > li {
    display: block;
    padding-right: 20px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  }

  .responsive-menu-content .responsive-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .responsive-menu-content .responsive-menu > li > a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
  }

  .responsive-menu-content .responsive-menu > li.closed > a::after {
    content: "\f054";
  }

  .responsive-menu-content .responsive-menu > li:last-child {
    border: none;
  }

  .responsive-menu-content .responsive-menu > li.closed ul {
    display: none;
  }

  .responsive-menu-content .responsive-menu > li a {
    color: #000;
    padding: 10px 0;
  }

  .responsive-menu-content .responsive-menu > li > a {
    font-weight: 600;
  }
}
@media (max-width: 799px) {
  h3.tag-line {
    display: none;
  }
}
@media (min-width: 639px) {
  header a.logo-mobile {
    display: none;
  }
}
@media (max-width: 639px) {
  header a.logo-mobile {
    display: block;
    position: relative;
    left: auto;
    width: 150px;
    margin: auto;
    text-align: left;
  }
  header a.logo-wide {
    display: none;
  }

  header .logo .tag-line {
    display: none;
  }

  nav i {
    font-size: 1.5em;
  }
}

script {
  display: none !important;
}

.home > script {
  display: none;
}

.page {
  background-color: #fff;
}

.horizontal {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.horizontal.menu li:nth-child(n + 9) {
  display: inline-block;
}

.home > * {
  display: inline-block;
}

.home span {
  margin-top: 4px;
  color: #182888;
  font-weight: bold;
}

a.logo {
  flex-grow: 1;
}

a.logo img {
  display: inline-block;
  width: 250px;
}

h3.tag-line {
  color: #777;
  font-size: 1em;
  margin: 0.25em 0 0 0;
}

h3.tag-line * {
  margin: 0;
}

.horizontal li.account > a,
.horizontal li.basket > a,
.horizontal li.menu > a {
  padding: 0 15px;
}

@media (max-width: 639px) {
  .horizontal li.account a,
  .horizontal li.basket a {
    padding: 0 5px;
  }
}

.full.sub p {
  margin-bottom: 0;
}

ul.header-info {
  margin-left: 0;
}

.header-info li {
  float: left;
  margin: 1em 1.45em 0em;
  font-size: 0.9rem;
}

.header-info li.first {
  margin-left: 0;
}

.header-info li.last {
  margin-right: 0;
}

li.currency select {
  width: 9rem;
  margin: 0;
}

li.currency span {
  display: block;
  font-size: 80%;
}

ul.horizontal.links li.basket i,
ul.horizontal.links li.account i ul.horizontal.links li.menu i {
  color: #0f1352;
}
@media (min-width: 640px) {
  ul.horizontal.links li a {
    display: inline-block;
  }
}
@media (max-width: 639px) {
  ul.horizontal.links li a {
    display: block;
  }
}
.horizontal .goog-te-gadget .goog-te-combo {
  margin: 0;
}

li.basket dl {
  margin: 0.5rem 0 0;
}

.login-info {
  margin: -0.8rem 1rem 0;
  text-align: right;
}

.login-info li {
  display: inline;
  font-size: 90%;
  color: #555;
}

.login-info .switch-back {
  display: block;
}

.search {
  position: relative;
}

.search input[type="text"] {
  display: inline-block;
  width: 100%;
  padding-right: 50px;
  border: none;
  margin-bottom: 0;
  border: 2px solid #143f90;
}

.search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  padding: 10px 10px 5px;
  background-color: transparent;
  color: #143f90;
  border: none;
  font-size: 1.2rem;
  margin: 0;
}

.search button:hover {
  background-color: transparent;
  color: #182888;
}

.search button i {
  color: #182888;
}

.links li a {
  display: block;
  color: #222;
}

.full-search {
  margin-top: 1em;
}

#drop2 a.basket {
  color: #fff;
  margin-bottom: 0;
}

.links i {
  color: #666;
}

.links .menu-icon::after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

a .indicator {
  font-size: 65%;

  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  vertical-align: top;
  background-color: red;
  color: #fefefe;
  font-weight: bold;
}

@media (max-width: 639px) {
  a .indicator {
    display: block;
    margin: auto;
  }
}

.full {
  background-color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.full.navigation {
  background-color: #143f90;
}

.full a {
  color: rgba(255, 255, 255, 0.8);
}

.full .row {
  padding-top: 0;
  padding-bottom: 0;
}

.navigation {
  display: none;
  position: relative;
  background-color: #0f1352;
}

.horizontal.menu .is-dropdown-submenu {
  position: absolute;
  width: 100%;
  left: 0 !important;
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 2em;
}

.is-dropdown-submenu-parent {
  position: static;
}

.horizontal.menu li.is-submenu-item {
  display: inline-block;
  width: 31%;
  vertical-align: top;
}

.horizontal.menu li:first-child {
  display: block;
  padding-left: 0;
}

.navigation .dropdown.menu > li.is-dropdown-submenu-parent:first-child > a {
  margin-left: 0;
  padding-left: 0;
}

.navigation .dropdown.menu > li.is-dropdown-submenu-parent:first-child > a i {
  margin-bottom: 2px;
  margin-right: 0.5em;
}

.navigation .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  right: -2px;
}

.dropdown.menu > li.is-dropdown-submenu-parent:first-child > a::after {
  display: none;
}

.horizontal-menu.menu > li > a img,
.horizontal-menu.menu > li > a i {
  margin-right: 0.75rem;
}

.navigation li a:hover {
  color: rgb(255, 255, 255);
}

.sub h2 {
  margin: 0;
  padding: 10px 0;
  font-size: 120%;
  color: rgba(255, 255, 255, 0.8);
}

.menu.horizontal-menu > li > a {
  padding: 0.3rem 0.7rem;
}

.menu.horizontal-menu .menu {
  min-width: 500px;
  background-color: #fff;
  z-index: 1000;
  border: none;
  padding: 0.5em 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.menu.horizontal-menu .menu li {
  display: block;
  padding: 0;
  color: #444;
}

.dropdown.menu a {
  display: block;
  font-weight: 600;
  color: white;
}

.dropdown.menu .menu li a {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  color: #222;
  line-height: 1.4;
}

.dropdown.menu .menu li:first-child a {
  font-weight: 600;
}

.dropdown.menu .menu li a:active,
.dropdown.menu .menu li a:hover {
  background-color: #fff;
  text-decoration: underline;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #ffffff transparent transparent;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a,
.dropdown.menu > li.link > a {
  display: block;
  padding: 1em;
  margin-right: 1em;
  white-space: nowrap;
}

.dropdown.menu > li:first-child > a {
  font-weight: 700;
  margin-right: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent ul a:hover {
  text-decoration: underline;
}

.navigation > ul {
  margin-left: -20px;
}

.dropdown-container {
  position: relative;
  text-align: right;
}

.menu-dropdown {
  display: inline-block;
  margin: 5px 0 5px 0;
  padding: 5px 10px;
  border: solid 1px rgba(255, 255, 255, 0.8);
}

.side-menu {
  display: none;
}

.side-menu.active {
  display: block;
}

.side-menu ul.department {
  position: absolute;
  margin: 0;
  width: 300px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.side-menu li {
  display: block;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
}

.user-info dl {
  margin-bottom: 0;
  padding-top: 5px;
  text-align: right;
}

.user-info dt {
  font-weight: bold;
}

.user-info dt,
.user-info dd {
  display: inline;
  color: white;
  font-size: 75%;
}

.user-info a {
  font-size: 85%;
}

/* Footer */
div.useful-links {
  background-color: #ddd;
  color: #444;
  padding: 2em 0;
}

div.useful-links > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 80.5rem;
  margin-left: auto;
  margin-right: auto;
}

div.useful-links > div > div {
  text-align: center;
}

div.useful-links > div > div:hover * {
  color: #182888;
}

div.useful-links a {
  display: block;
  padding: 0.5em 1em;
  color: #444;
  text-align: center;
}

.useful-links i {
  display: inline-block;
  font-size: 250%;
  color: #999;
}

.useful-links span {
  display: block;
}

.useful-links a > span {
  margin-top: 0.5em;
  font-weight: 600;
  font-size: 110%;
  line-height: 130%;
}

.useful-links .first {
}

.useful-links .second {
  color: #888;
}

.full.newsletter-footer {
  display: block;
  padding: 2rem 0;
  background-color: #182888;
  color: white;
}

.newsletter-footer ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  margin-left: 0;
}

.newsletter-footer .columns h3 {
  font-weight: bold;
  color: #fff;
}

.newsletter-footer img.cards {
  display: block;
}

.newsletter-footer #google_translate_element,
.newsletter-footer .currency {
  width: 50%;
}

.newsletter-footer #google_translate_element {
  float: right;
}

.newsletter-footer .currency {
  margin-top: 4px;
}

.newsletter-heading img {
  vertical-align: text-bottom;
  width: 10%;
}

.newsletter-heading h2 {
  display: inline-block;
  width: 85%;
  margin-left: 0.5rem;
  font-size: 100%;
}

.newsletter-link {
  display: block;
  margin-top: 5px;
  padding: 10px;
  background-color: #0f1352;
  text-align: center;
  font-size: 120%;
}

.newsletter-footer a {
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-footer a:hover {
  color: rgba(255, 255, 255, 1);
}

.privacy h3 {
  margin-bottom: 0;
}

.privacy a {
  font-size: 90%;
  text-decoration: underline;
}

.footer {
  font-size: 90%;
}

.footer .columns {
  padding-top: 1rem;
}

.footer ul {
  margin: 0;
}

.full.navigation.footer {
  background-color: #0f1352;
}

.navigation.footer h3 {
  font-size: 100%;
  font-weight: bold;
  color: rgb(255, 255, 255);
}

.footer a:hover {
  color: rgb(255, 255, 255);
}

.social {
  text-align: center;
}

.social li {
  display: inline-block;
  margin: 2rem 1rem 1rem 1rem;
}

.social a {
  display: block;
}

.social li img {
  display: block;
}

@media (max-width: 1023px) {
  .copyright {
    text-align: center;
  }

  .newsletter-footer h3 {
    text-align: center;
  }

  .purchase-with-confidence {
    margin-top: 1em;
    text-align: center;
  }

  .purchase-with-confidence .cards {
    margin: 0 auto;
  }
}

.copyright * {
  margin: 0;
  line-height: 140%;
}

.copyright h6 {
  font-size: 1em;
  font-weight: bold;
  color: white;
}

.copyright a {
  color: white;
}

.payments {
  width: 48%;
  float: left;
}

.external-payment {
  float: right;
}

.external-payment img {
  width: 50%;
}

#royal-warrant {
  text-align: center;
  padding-bottom: 1em;
}

#royal-warrant p {
  margin-bottom: 0.1rem;
  font-size: 85%;
}

#royal-warrant img {
  display: inline-block;
  margin-bottom: 0.5em;
  width: 25%;
  max-width: 80px;
}

.content {
  padding-top: 1em;
  padding-bottom: 30px;
}

.content h1,
.content h2 {
  font-size: 150%;
  font-weight: 600;
  color: #143f90;
  margin-bottom: 0.5em;
}

.widget {
  clear: both;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
}

.widget h3 {
  margin: 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  text-transform: uppercase;
}

.widget p {
  margin: 0;
  font-size: 80%;
}

.widget img {
  margin: 10px 0;
}

.widget .associated-products .buy-on-sale,
.widget .associated-products .buy-button {
  display: none;
}

.widget .associated-products .product-name {
  float: left;
  clear: both;
}

.widget .extra-product-info {
  display: none;
}

.widget .prices .original-price {
  display: inline;
  margin-right: 5px;
  text-decoration: line-through;
  color: red;
  font-size: 87%;
}

#google_translate_element {
  overflow: hidden;
}

#google_translate_element span {
  display: block;
}

.price .was {
  color: #e31c23;
}

.product-code {
  color: #6588c7;
}

.ex-vat {
  color: #6588c7;
}
.basket-vat.ex-vat {
  color: #0a0a0a;
}

.products .ex-vat {
  display: block;
  font-size: 80%;
}

h2.section {
  margin: 10px 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  border-bottom: solid 1px #ddd;
  text-transform: uppercase;
}

.heading {
  margin: 10px 0 0;
  padding: 0 0 5px;
  font-size: 100%;
  color: #666;
  text-transform: uppercase;
}

/* Product page */
.crumb {
  margin-bottom: 20px;
}
.crumb li.first {
  width: auto;
}
.crumb li {
  padding: 0 5px;
  line-height: 1;
}

.crumb li a {
  display: block;
  color: #222;
  font-size: 80%;
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 4px 0;
}

@media screen and (max-width: 800px) {
  .crumb li {
    display: none;
  }

  .crumb li:first-child {
    display: block;
  }

  .crumb li:last-child {
    display: block;
  }
}

.crumb li:last-child a {
  max-width: none;
}

.crumb li i {
  margin-right: 0.5em;
}

.product h2 {
  font-weight: 600;
  line-height: 1;
}

.purchase h2 {
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #6588c7;
}

.product h3 {
  line-height: 1;
  color: #666;
  font-size: 100%;
}

.product .price {
  clear: both;
  margin-bottom: 1em;
  font-size: 1.3em;
}

.product .price .ex-vat {
  display: block;
}

@media screen and (min-width: 40em) {
  .product div.images {
    position: sticky;
    top: 1rem;
  }
}

.images img {
  width: 100%;
}

.sub-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sub-header * {
  margin: 0;
  line-height: 1;
}

.review-summary span {
  padding-right: 5px;
  border-right: 1px solid #939393;
}

.review-summary span.rating {
  padding-right: 0px;
  border-right: none;
}

.quantity-pricing h5 {
  font-size: 1rem;
  margin: 10px 0 0;
  font-weight: normal;
  color: #666;
  text-transform: none;
}

.quantity-pricing .row {
  margin-bottom: 10px;
  font-size: 1rem;
}

.quantity-pricing .ex-vat {
  display: inline;
}

.product .quantity-pricing {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.quantity-pricing table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.quantity-pricing table th {
  text-align: left;
  vertical-align: top;
}

.quantity-pricing .ex-vat {
  display: block;
  margin-left: 10px;
}

.product .badges {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.product .badges li {
  display: inline-block;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.product .vat {
  color: #52a552;
  margin: 0 0 0.25em;
}

.product .site-wide-message .vat {
  margin-bottom: 0.5rem;
  color: #0a0a0a;
}

.additional-images {
  padding: 0 30px;
  margin-top: 5px;
}

.additional-images .additional-image {
  padding: 5px;
}

.additional-images.slick-slider {
  margin-bottom: 0px;
}

.product .slick-initialized + .social {
  margin-top: 15px;
}

.additional-images .slick-prev:before,
.additional-images .slick-next:before {
  opacity: 1;
  font-size: 30px;
  color: #6588c7;
}

.additional-images .slick-prev {
  left: -2px;
}

.additional-images .slick-next {
  right: 8px;
}

.product div.social {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.product div.social .button {
  text-transform: uppercase;
}

.product-page {
  display: grid;
  gap: 20px;
  margin: 0;
  grid-template-columns: 30% calc(70% - 20px);
  align-items: start;
}

.product .aside {
  position: sticky;
  top: 0;
}

.product-details {
  padding: 2rem 4rem;
  background: white;
}

.product .inline-image {
  position: relative;
  text-align: center;
}

.product .inline-image a.lightbox {
  display: inline-block;
}

/* Medium and up hide inline image from product page */
@media screen and (min-width: 1023px) {
  .product .inline-image {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .product .aside {
    text-align: center;
  }

  .product .aside > * {
    display: inline-block;
  }

  .easyzoom .product-image {
    display: block;
  }

  .product-page {
    grid-template-columns: 1fr;
  }

  .product-details {
    padding: 1rem 2rem;
  }
}

.product-info {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #eee;
}

.product-info .tabs .tab-title a {
  padding: 10px 20px;
}

.product-info .content {
  background-color: #fff;
  padding: 20px;
}

.product-info .tabs-content {
  -webkit-box-shadow: 5px 5px 11px 0px #ddd;
  -moz-box-shadow: 5px 5px 11px 0px #ddd;
  box-shadow: 5px 5px 11px 0px #ddd;
}

.product-info .tabs-content {
  margin-bottom: 0;
  z-index: 1000;
}

.float-middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product .quantity-heading {
  padding: 10px;
  font-size: 100%;
  background-color: #2199e8;
  color: #fff;
}

.show-hide-quantity-options {
  text-indent: 10000px;
}

.quantity-options {
  display: none;
}

.quantity-input {
  width: 25%;
  float: left;
}

.quantity-submit {
  float: left;
  height: 2.5rem;
  width: 50%;
}

.purchase label {
  line-height: 2.8;
}

.purchase label.right {
  float: right;
}

.purchase .no-option-quantity {
  padding-left: 0;
}

@media screen and (max-width: 1023px) {
  .purchase label.right {
    float: left;
  }
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  border-top: 10px solid #000;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-right: 10px solid #000;
}

.product .quantity-heading .arrow-down {
  border-top: 10px solid #fff;
}
.product .quantity-heading .arrow-left {
  border-right: 10px solid #fff;
}

/* Admin Toolbar */
#admin-header.row,
#limited-admin-header.row {
  float: none;
  max-width: 100%;
  margin: 0 auto;
}

#admin-header.row ul,
#limited-admin-header.row ul {
  height: auto;
}
#admin-site-search #query {
  float: left;
  width: 200px;
  height: 22px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 5px;
}

#admin-site-search input,
#admin-site-search label {
  float: left;
}

#admin-header + .row {
  margin-top: 4rem;
}

#limited-admin-header + .row {
  margin-top: 5.15rem;
}

@media (max-width: 600px) {
  .links {
    margin: 5px -15px 0;
    text-align: center;
    border-top: solid 1px #ddd;
  }
  .links li:last-child {
    border: none;
  }
  .sub h2 {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
  }
  .search {
    margin-bottom: 15px;
  }
  .dropdown-container {
    text-align: left;
  }
  .side-menu ul {
    position: relative;
    margin: 0;
    right: 0;
    width: 100%;
    text-align: left;
    background: none;
  }
  .side-menu ul li {
    padding-left: 0;
  }
}

div.row.category,
div.row.product {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.easyzoom {
  display: block;
}

.easyzoom-flyout img {
  max-width: 7500px;
  width: 750px;
  height: 750px;
}

.clear {
  clear: both;
}

@media screen and (max-width: 500px) {
  .product-price-buy {
    margin-top: 10px;
  }
}

.form-button.right {
  display: flex;
  justify-content: end;
}

table.form-table {
  width: 100%;
}

h2 {
  clear: both;
}

@media screen and (max-width: 1025px) {
  .row {
    margin: 0 5px;
  }
}

#video object embed {
  width: 100%;
  max-width: 560px;
}

div.hidden {
  display: none;
}

ul li {
  list-style: none;
}

.literal ul li {
  list-style: disc;
}

@media screen and (max-width: 600px) {
  .literal .field-image {
    display: block;
    float: none !important;
    margin: 0.5em auto;
  }
}

.product-info-content ul li {
  list-style: disc;
}

p.product-list-name {
  overflow: visible;
  height: auto;
}

span.was {
  font-size: 0.8rem;
}

.product .price span.product-price.now {
  font-weight: 600;
}

.product .price.main-price {
  font-size: 1.6rem;
}

span.product-part-no {
  color: #939393;
  font-size: 0.6rem;
}

div.vat-img img,
div.product-actions-button a {
  float: right;
  margin-bottom: 10px;
}

div.vat-img,
div.product-actions-button {
  clear: both;
}

div.product-actions-button a.buy-button {
  width: 100%;
}

button.radius,
.button.radius {
  border-radius: 5px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

span.product-review-amount {
  color: #939393;
  font-size: 0.8rem;
}

ul.horizontal.links {
  align-items: center;
  justify-content: end;
}

ul.horizontal.links li {
    padding: 1em 0.5em;
    vertical-align: top;
    text-align: left;
}

td.form-heading {
  background-color: #fff;
  padding: 0;

}

td.form-heading h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 1.5rem 0 0.5rem;
  color: #143f90;
}

td.field-label {
  width: 40%;
}

td.field-label.top {
  vertical-align: top
}


td input.field-textbox,
td input.field-checkbox,
td select.field-select {
  margin-bottom: 0px;
}

td div.field-error {
  color: red;
}

.submit-button {
  float: right;
}

.admin-navigation #trail a {
  color: #001188;
}

table {
  border: none;
}

table tbody tr:nth-child(even) {
  background-color: #eff0f7;
}

table tbody tr.basket-product {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

/* Basket Page */

#view\.basket\.responsive .small-12.large-12.columns .row .columns {
  margin-bottom: 1rem;
  background: white;
}

.vatLoading div {
  text-align: center;
}

#add-promo-form {
  display: none;
}

.promotion-form label {
  color: #2199e8;
  font-size: 100%;
}

.basket .promotion-input {
  margin-bottom: 0;
}

.shipping-modifier-message,
.product-list-message {
  background-color: #6588c7;
  color: #fff;
  margin: 10px 0;
  padding: 10px;
  font-weight: 600;
}

.shipping-modifier-message::before,
.product-list-message::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  content: "\f059";
  font-weight: normal;
  margin-right: 10px;
}

h4.vat {
  padding: 10px;
  background-color: #c7e6bc;
}

.order-items-list .row {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

div.product-info-content {
  margin-top: 20px;
}

div.product-info-content iframe {
  width: 100%;
  max-width: 560px;
}

element.style {
}
.responsive-tabs div.product-info-content ul li {
  display: list-item;
}

div.pagination-centered {
  text-align: center;
}

li.unavailable.current a:hover {
  background-color: #2199e8;
}

div.purchase {
  margin: 2em 0;
}

div.product-actions-button a.buy-button {
  width: 100%;
}

.product .price .product-price.ex-vat {
  display: inline;
}

a.logout-link {
  color: #555;
  text-decoration: underline;
}

div.product-image span img.field-image {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
}

div.product-image span {
  vertical-align: middle;
}

ul.associated-products {
  margin-left: 0px;
}

div.associated.product.clearfix a.product-image {
  float: left;
  width: 30%;
  height: 30%;
}

div.associated.product.clearfix a.product-name {
  font-size: 0.8rem;
  text-decoration: underline;
  float: right;
  width: 60%;
  clear: none;
}

div.associated.product.clearfix div.prices.price.right {
  float: right;
  width: 60%;
}

div.associated.product.clearfix {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  webkit-box-shadow: none;
}

div.loading-section {
  margin-left: 25%;
}

div#loading-gif p.please-wait {
  display: none;
}

div#loading-gif img#loading {
  margin: 25px 25%;
}

form#setUser {
  clear: left;
}

td.quantity {
  width: 10%;
}

td.lineprice {
  width: 18%;
}

.basket-vat {
  font-size: 80%;
}
.input-container.isSpam {
  display: none;
}

.extra-actions .button.checkout {
  width: 100%;
}

/* UPS Access Point */

#customer\.return .select-country,
#responsive\.ups\.access\.points .select-country,
#ups\.access\.point\.tryout .select-country {
  clear: both;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0;
}

#customer\.return #responsive\.ups\.access\.points .select-country li,
#responsive\.ups\.access\.points .select-country li,
#ups\.access\.point\.tryout .select-country li {
  float: left;
  margin-bottom: 15px;
  margin-top: 10px;
  list-style: none;
}

#customer\.return #layout-left,
#customer\.return #layout-right,
#responsive\.ups\.access\.points #layout-left,
#responsive\.ups\.access\.points #layout-right {
  width: 50%;
}

#customer\.return .ups-ap-log,
#responsive\.ups\.access\.points .ups-ap-logo {
  margin-left: 55px;
  margin-top: -10px;
}

#customer\.return .select-country li a,
#responsive\.ups\.access\.points .select-country li a,
#ups\.access\.point\.tryout .select-country li a {
  float: left;
  width: 12rem;
  height: 55px;
  padding-top: 16px;
  padding-left: 55px;
  margin-bottom: 10px;
}

#customer\.return .select-country .GB a,
#responsive\.ups\.access\.points .select-country .GB a,
#ups\.access\.point\.tryout .select-country .GB a {
  background: url("../../images/site/flag_uk.gif") no-repeat;
}

#customer\.return .select-country .FR a,
#responsive\.ups\.access\.points .select-country .FR a,
#ups\.access\.point\.tryout .select-country .FR a {
  background: url("../../images/site/flag_france.gif") no-repeat;
}

#customer\.return .select-country .DE a,
#responsive\.ups\.access\.points .select-country .DE a,
#ups\.access\.point\.tryout .select-country .DE a {
  background: url("../../images/site/flag_germany.gif") no-repeat;
}

#customer\.return .select-country .ES a,
#responsive\.ups\.access\.points .select-country .ES a,
#ups\.access\.point\.tryout .select-country .ES a {
  background: url("../../images/site/flag_spain.gif") no-repeat;
}

#customer\.return .select-country .NL a,
#responsive\.ups\.access\.points .select-country .NL a,
#ups\.access\.point\.tryout .select-country .NL a {
  background: url("../../images/site/flag-netherlands.gif") no-repeat;
}

#customer\.return .select-country .CA a,
#responsive\.ups\.access\.points .select-country .CA a,
#ups\.access\.point\.tryout .select-country .CA a {
  background: url("../../images/site/flag_canada.gif") no-repeat;
}

#customer\.return .select-country .US a,
#responsive\.ups\.access\.points .select-country .US a,
#ups\.access\.point\.tryout .select-country .US a {
  background: url("../../images/site/flag-usa.gif") no-repeat;
}

#customer\.return .select-country .BE a,
#responsive\.ups\.access\.points .select-country .BE a,
#ups\.access\.point\.tryout .select-country .BE a {
  background: url("../../images/site/flag-belgium.gif") no-repeat;
}

#customer\.return .select-country .LU a,
#responsive\.ups\.access\.points .select-country .LU a,
#ups\.access\.point\.tryout .select-country .LU a {
  background: url("../../images/site/flag-luxembourg.gif") no-repeat;
}

#customer\.return .select-country .IT a,
#responsive\.ups\.access\.points .select-country .IT a,
#ups\.access\.point\.tryout .select-country .IT a {
  background: url("../../images/site/flag-italy.gif") no-repeat;
}

#customer\.return .select-country .PL a,
#responsive\.ups\.access\.points .select-country .PL a,
#ups\.access\.point\.tryout .select-country .PL a {
  background: url("../../images/site/flag-poland.gif") no-repeat;
}

#customer\.return .select-country .AT a,
#responsive\.ups\.access\.points .select-country .AT a,
#ups\.access\.point\.tryout .select-country .AT a {
  background: url("../../images/site/flag_austria.gif") no-repeat;
}

#customer\.return .select-country .CH a,
#responsive\.ups\.access\.points .select-country .CH a,
#ups\.access\.point\.tryout .select-country .CH a {
  background: url("../../images/site/flag_switzerland.gif") no-repeat;
}

#customer\.return .select-country .FI a,
#responsive\.ups\.access\.points .select-country .FI a,
#ups\.access\.point\.tryout .select-country .FI a {
  background: url("../../images/site/flag_finland.gif") no-repeat;
}

#customer\.return .select-country .NO a,
#responsive\.ups\.access\.points .select-country .NO a,
#ups\.access\.point\.tryout .select-country .NO a {
  background: url("../../images/site/flag_norway.gif") no-repeat;
}

#customer\.return .select-country .SE a,
#responsive\.ups\.access\.points .select-country .SE a,
#ups\.access\.point\.tryout .select-country .SE a {
  background: url("../../images/site/flag_sweden.gif") no-repeat;
}

#customer\.return .select-country .DK a,
#responsive\.ups\.access\.points .select-country .DK a,
#ups\.access\.point\.tryout .select-country .DK a {
  background: url("../../images/site/flag_denmark.gif") no-repeat;
}

#customer\.return .select-country .CZ a,
#responsive\.ups\.access\.points .select-country .CZ a,
#ups\.access\.point\.tryout .select-country .CZ a {
  background: url("../../images/site/flag-czechrepublic.png") no-repeat;
  background-size: contain;
}

#customer\.return .select-country .HU a,
#responsive\.ups\.access\.points .select-country .HU a,
#ups\.access\.point\.tryout .select-country .HU a {
  background: url("../../images/site/flag-hungary.png") no-repeat;
  background-size: contain;
}

#customer\.return .select-country .PT a,
#responsive\.ups\.access\.points .select-country .PT a,
#ups\.access\.point\.tryout .select-country .PT a {
  background: url("../../images/site/flag-portugal.png") no-repeat;
  background-size: contain;
}

#customer\.return iframe,
#responsive\.ups\.access\.points iframe {
  display: block;
  width: 80%;
  margin: auto;
}

p.ups-text {
  clear: both;
  margin-bottom: 10px;
}

.hide {
  display: none;
}

.error {
  color: red;
}

.dustbin {
  width: 1rem;
}

.reviews .review {
  border-bottom: 1px solid #182888;
  margin-top: 1.5rem;
}

.reviews .review .product {
  color: #182888;
}

#overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 30%;
  border: none;
}

.images .show-for-small-only {
  position: relative;
}

.fa-star {
  color: #ffce00;
}

div.review p.product,
#review-aggregate {
  display: none;
}

#theme-chooser .original img,
#theme-chooser .high-viz-1 img {
  border: 1px solid #000;
}

.responsive-tabs__list {
  display: flex;
  padding-bottom: 0;
  line-height: auto;
}

@media screen and (max-width: 767px) {
  .responsive-tabs__list {
    display: none;
  }
}

.responsive-tabs ul.responsive-tabs__list li {
  display: block;
  list-style-type: disc;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.75em 1em;
}

@media (max-width: 767px) {
  .responsive-tabs__heading {
    padding: 0.75em 1em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: #eff0f7;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 1.3rem;
  }

  .responsive-tabs__heading:after {
    border-top-color: #000;
  }

  .responsive-tabs__heading:hover,
  .responsive-tabs__heading--active:hover {
    background-color: #eff0f7;
    border: none;
  }
}

.product-description .disabled {
  color: #9857ff;
}

a.logout-link {
  color: #555;
  text-decoration: underline;
}

div.product-image span img.field-image {
  max-width: 120px;
  max-height: 120px;
  -o-object-fit: contain;
}

div.product-image span {
  vertical-align: middle;
}

ul.associated-products {
  margin-left: 0px;
}

div.associated.product.clearfix a.product-image {
  float: left;
  width: 30%;
  height: 30%;
}

div.associated.product.clearfix a.product-name {
  font-size: 0.8rem;
  text-decoration: underline;
  float: right;
  width: 60%;
  clear: none;
}

div.associated.product.clearfix div.prices.price.right {
  float: right;
  width: 60%;
}

div.associated.product.clearfix {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  webkit-box-shadow: none;
}

div.loading-section {
  margin-left: 25%;
}

/* Checkout */
body.checkout .content .row .columns {
	background: white;
}

#checkoutDeliveryForm .literal,
#checkoutBillingForm .literal {
	padding: 0;
}

div#loading-gif p.please-wait {
  display: none;
}

div#loading-gif img#loading {
  margin: 25px 25%;
}

.bgCover {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.5);
}

.overlayBox {
  display: none;
  background-color: transparent !important;
}

.checkout-top {
  margin-top: 10px;
  margin-bottom: 10px;
}

.deliveryForm h2,
.billingForm h2 {
  padding: 0.5rem 0.625rem 0.625rem;
  background-color: #143f90;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.deliveryForm .show-hide-address,
.deliveryForm .show-hide-options,
.billingForm .show-hide-address,
.billingForm .show-hide-names,
.billingForm .show-hide-phones,
.billingForm .show-hide-communication {
  text-indent: 10000px;
}

.deliveryForm .minimize {
  text-indent: 0;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

.summary p.totals {
  margin-bottom: 0.5rem;
}

form#setUser {
  clear: left;
}

input.paypal-checkout,
a.paypal-checkout {
  background: url("../../media/image/site/btn-payPalCheckout.png") no-repeat;
  width: 145px;
  height: 42px;
  margin: 0 0 0 3px;
  text-indent: -9999px;
  background-size: 145px 42px;
}

a.button.paypal-checkout:hover {
  background-color: white;
}

#LoginWithAmazon {
  display: inline;
}

.error {
  border-color: red;
  color: red;
}

.success {
  border-color: green;
  color: green;
}

h2 .close-button {
  font-size: 0.7em;
  top: 0.9rem;
  color: #fff;
}

h2 .close-button:hover {
  color: #fff;
  text-decoration: underline;
}

#validationModal {
  padding: 0;
  border: none;
}

#validationModal div {
  padding: 1em;
}

#validationModal div.content p {
  color: red;
}

.reveal h2 {
  padding: 0.5rem 0.625rem 0.625rem;
  background-color: #182888;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

.basket-vat {
  font-size: 80%;
}

.input-container.isSpam {
  display: none;
}

div.product-info-content {
  margin-top: 20px;
}

.ups-return {
  margin-bottom: 2rem;
}

#order\.paypal\.summary td.basket-total,
#amazon\.checkout\.summary td.basket-total {
  text-align: right;
}

.fa-star {
  color: #ffce00;
}

#review-aggregate {
  display: none;
}

#deliveryMethod div.columns {
  padding: 0;
}

.summary .image {
  padding-right: 0;
}

div.field-error {
  margin-bottom: 1rem;
  margin-top: -1rem;
  color: red;
  font-weight: bold;
  font-size: 90%;
}

#newUserLoginForm .field-error {
  margin-bottom: 0;
  margin-top: 0;
}

.customer-contact p {
  color: #182888;
}

label {
  line-height: 1;
}

.deliveryForm .small-7.columns.delivery-postcode {
  padding-right: 0;
}

.deliveryForm .small-2.columns.delivery-postcode {
  padding-left: 0;
}

.deliveryForm .small-2.columns.delivery-postcode a {
  width: 100%;
  border-bottom: 0;
}

/* UPS Access Point */
#connevans\.outward\.return .select-country,
#connevans\.inward\.return .select-country {
  clear: both;
  list-style-type: none;
  margin-bottom: 10px;
  margin-left: 0;
}

#connevans\.outward\.return #connevans\.inward\.return .select-country li {
  float: left;
  margin-bottom: 15px;
  margin-top: 10px;
}

#connevans\.outward\.return #layout-left,
#connevans\.outward\.return #layout-right,
#connevans\.inward\.return #layout-left,
#connevans\.inward\.return #layout-right {
  width: 50%;
}

#connevans\.outward\.return .ups-ap-log,
#connevans\.inward\.return .ups-ap-logo {
  margin-left: 55px;
  margin-top: -10px;
}

#connevans\.outward\.return .select-country li a,
#connevans\.inward\.return .select-country li a {
  float: left;
  width: 12rem;
  height: 55px;
  padding-top: 16px;
  padding-left: 55px;
  margin-bottom: 10px;
}

#connevans\.outward\.return .select-country .GB a,
#connevans\.inward\.return .select-country .GB a {
  background: url("../../images/site/flag_uk.gif") no-repeat;
}

#connevans\.outward\.return .select-country .FR a,
#connevans\.inward\.return .select-country .FR a {
  background: url("../../images/site/flag_france.gif") no-repeat;
}

#connevans\.outward\.return .select-country .DE a,
#connevans\.inward\.return .select-country .DE a {
  background: url("../../images/site/flag_germany.gif") no-repeat;
}

#connevans\.outward\.return .select-country .ES a,
#connevans\.inward\.return .select-country .ES a {
  background: url("../../images/site/flag_spain.gif") no-repeat;
}

#connevans\.outward\.return .select-country .NL a,
#connevans\.inward\.return .select-country .NL a {
  background: url("../../images/site/flag-netherlands.gif") no-repeat;
}

#connevans\.outward\.return .select-country .CA a,
#connevans\.inward\.return .select-country .CA a {
  background: url("../../images/site/flag_canada.gif") no-repeat;
}

#connevans\.outward\.return .select-country .US a,
#connevans\.inward\.return .select-country .US a {
  background: url("../../images/site/flag-usa.gif") no-repeat;
}

#connevans\.outward\.return .select-country .BE a,
#connevans\.inward\.return .select-country .BE a {
  background: url("../../images/site/flag-belgium.gif") no-repeat;
}

#connevans\.outward\.return .select-country .LU a,
#connevans\.inward\.return .select-country .LU a {
  background: url("../../images/site/flag-luxembourg.gif") no-repeat;
}

#connevans\.outward\.return .select-country .IT a,
#connevans\.inward\.return .select-country .IT a {
  background: url("../../images/site/flag-italy.gif") no-repeat;
}

#connevans\.outward\.return .select-country .PL a,
#connevans\.inward\.return .select-country .PL a {
  background: url("../../images/site/flag-poland.gif") no-repeat;
}

#connevans\.outward\.return .select-country .AT a,
#connevans\.inward\.return .select-country .AT a {
  background: url("../../images/site/flag_austria.gif") no-repeat;
}

#connevans\.outward\.return .select-country .CH a,
#connevans\.inward\.return .select-country .CH a {
  background: url("../../images/site/flag_switzerland.gif") no-repeat;
}

#connevans\.outward\.return .select-country .FI a,
#connevans\.inward\.return .select-country .FI a {
  background: url("../../images/site/flag_finland.gif") no-repeat;
}

#connevans\.outward\.return .select-country .NO a,
#connevans\.inward\.return .select-country .NO a {
  background: url("../../images/site/flag_norway.gif") no-repeat;
}

#connevans\.outward\.return .select-country .SE a,
#connevans\.inward\.return .select-country .SE a {
  background: url("../../images/site/flag_sweden.gif") no-repeat;
}

#connevans\.outward\.return .select-country .DK a,
#connevans\.inward\.return .select-country .DK a {
  background: url("../../images/site/flag_denmark.gif") no-repeat;
}

#customer\.return .select-country .CZ a,
#responsive\.ups\.access\.points .select-country .CZ a,
#ups\.access\.point\.tryout .select-country .CZ a {
  background: url("../../images/site/flag-czechrepublic.png") no-repeat;
  background-size: contain;
}

#customer\.return .select-country .HU a,
#responsive\.ups\.access\.points .select-country .HU a,
#ups\.access\.point\.tryout .select-country .HU a {
  background: url("../../images/site/flag-hungary.png") no-repeat;
  background-size: contain;
}

#customer\.return .select-country .PT a,
#responsive\.ups\.access\.points .select-country .PT a,
#ups\.access\.point\.tryout .select-country .PT a {
  background: url("../../images/site/flag-portugal.png") no-repeat;
  background-size: contain;
}


#customer\.return #responsive\.ups\.access\.points .select-country li,
#ups\.access\.point\.tryout .select-country li {
  list-style: none;
}

#connevans\.outward\.return iframe,
#connevans\.inward\.return iframe {
  display: block;
  width: 80%;
  margin: auto;
}

p.ups-text {
  clear: both;
  margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    width: 75%;
    height: 65%;
    min-height: 75%;
  }
}

body #text-size-small {
  font-size: 16px;
}

body.medium,
body.medium div,
body.medium p,
body.medium th,
body.medium td,
body.medium li,
body.medium dd,
body #text-size-medium {
  font-size: x-large;
}
body.large,
body.large div,
body.large p,
body.large th,
body.large td,
body.large li,
body.large dd,
body #text-size-large {
  font-size: xx-large;
}
.back-to-top {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* Amazon Checkout */
#addressBookWidgetDiv {
  min-width: 300px;
  width: 600px;
  /*width can be removed and the widget will take up all the page width*/
  max-width: 100%;
  min-height: 228px;
  height: 240px;
}

#walletWidgetDiv {
  min-width: 300px;
  width: 600px;
  /*width can be removed and the widget will take up all the page width*/
  max-width: 100%;
  min-height: 228px;
  height: 240px;
}

/* The following are only required when you use the read-only widgets: */
#readOnlyAddressBookWidgetDiv {
  min-width: 266px;
  max-width: 100%;
  height: 165px;
}

#readOnlyWalletWidgetDiv {
  min-width: 266px;
  max-width: 100%;
  height: 165px;
}

#deliveryMethod .cheapest {
  font-size: 80%;
  color: blue;
}

a#edit-profile {
  margin-top: 15px;
}

p.error-slogan {
  font-size: 120%;
}

div.error-footer {
  height: 100%;
}

p.shipping-note {
  color: #001eff;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  table {
    overflow-x: auto;
    display: block;
  }
  div.order-actions {
    padding-top: 10px;
  }
  div.checkout-top.sticky-container {
    margin-bottom: 50px;
  }
  div.other-payment-options {
    margin-top: 20px;
  }
}

div#layout-bottom img.field-image {
  max-width: 40%;
}

#edit-layout td.category-image,
#edit-layout td.product-image {
  width: 20%;
}

#edit-layout td.category-image img,
#edit-layout td.product-image img {
  margin: 5px;
  max-width: 100px;
}

.bold {
  font-weight: bold;
}

.row.product .product-image {
  position: relative;
}

.content-divider {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

h2.disabled-category {
  color: red;
  text-align: center;
  margin-top: 30px;
  font-size: 1.2em;
}

div.captcha {
  position: absolute !important;
  bottom: -10px;
  right: 0;
  transform: scale(0.7);
  transform-origin: 0 0;
}

body.product div.captcha {
  position: relative !important;
  bottom: 0;
}
body.product .captcha-container {
  display: none;
}
form.post-review-form div.captcha,
form#newUser div.captcha {
  position: absolute !important;
  bottom: -50px;
  right: -25px;
  transform: scale(0.6);
  transform-origin: 0 0;
}
form.post-review-form input.form-submit-text-button,
form#newUser input.form-submit-text-button {
  display: block;
  margin-left: 100%;
}

form {
  position: relative;
}

div.basket-continue-shopping {
  margin-top: 20px;
}

div.basket-continue-shopping * {
  margin: auto;
}

div.captcha {
  position: absolute !important;
  bottom: -10px;
  transform: scale(0.6);
  transform-origin: 0 0;
}

/* Edit CMS Pages */
table#edit-layout {
  width: 104%;
}

table.mceEditor {
  width: 836px !important;
}

img[src*="img/trustedsite-reviews-tab"] {
  display: none;
}

div.gdpr-checkbox {
  margin: 10px 0;
}

form.billingForm * div.gdpr-opt-in {
  display: none;
}

.not-available {
  opacity: 0.3;
}

#isUserGDPRForm table.form-table {
  display: table;
}

#isUserGDPRForm tbody {
  border: none;
}

#isUserGDPRForm td.field {
  width: 10%;
}

#isUserGDPRForm td.field-label {
  width: 100%;
}

#isUserGDPRForm td.field-label label,
#isUserGDPRForm td.field div {
  text-align: right;
}

div.gdpr-checkbox label {
  max-width: 300px;
  float: right;
  text-align: justify;
  font-size: 0.8rem;
}

.payment-buttons {
  border: 1px solid #182888;
}

.dispatch-expectation {
  border: 1px solid green;
  color: green;
  padding: 10px;
  margin-bottom: 20px;
}

.dispatch-expectation p {
  margin-bottom: 2px;
}

.dispatch-expectation p.collection-text {
  display: none;
}

.text-bold {
  font-weight: bold;
}

.text-justified {
  text-align: justify;
}

.payment-buttons .heading {
  margin: 0 0 10px;
  padding: 10px 0 5px;
  background-color: #182888;
}

.payment-buttons .heading p {
  width: 65%;
  margin: auto;
  color: #fff;
  font-size: 0.95rem;
  font-weight: bold;
  text-transform: initial;
}

.payment-buttons input {
  margin-bottom: 10px;
}

#checkout\.stage\.three\.thirdparty .payment-buttons input {
  display: none;
}

.other-payment-options {
  margin-bottom: 10px;
}

.ups-return-text {
  color: green;
}

.ups-return-button {
  background-color: green;
}

.ups-return-button:hover {
  background-color: darkgreen;
}

.ups-return-subtext {
  margin-bottom: 0.3em;
  font-size: 90%;
}

div.previously-ordered-item {
  display: grid;
  gap: 3rem;
  grid-template-columns: 5fr 1fr;
  grid-template-areas: "previously-ordered-item-content a";
  background: #eee;
  border: 1px solid #182888;
}

div.previously-ordered-item-content {
  margin: 7px;
}

div.previously-ordered-item a {
  margin:10px;
}

.dustbin {
  width: 1rem;
}

.edit-order-total td.small {
  width: 6em;
}

.edit-order-total td.lineprice {
  width: 5em;
}


.prismic-banner-wrapper.banner-wrapper {
  margin: 0 0 4em;
}
.banner-wrapper {
  height: 332px;
}

@media screen and (max-width: 640px) {
  .banner-wrapper {
    display: none;
  }
  .left-on-small {
    float: left !important;
  }
}

form input[type=text],
form input[type=password],
form textarea
{
  margin-bottom: 0;
}

.help-text {
  margin-top: 0.5rem;
}

.input-group.quantity-buy input {
  height: 2.6rem;
}

.grid {
  display: grid;
  gap: 1em;
  margin: 0;
}

.grid-4 {
  grid-template-columns: calc((100% - 3em) / 4) calc((100% - 3em) / 4) calc((100% - 3em) / 4) calc((100% - 3em) / 4);
}

@media screen and (max-width: 1024px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.index-category-list {
  background-color: #fff;
  padding: 1em;
}

.category-image {
}

div.index-category-list div.product-image span {
  max-width: 85%;
}

div.index-category-list div.product-image span img {
  width: 100%;
  border: 1px solid #6588c7;
  border-bottom: none;
}

div.index-category-list .category-description {
  padding-top: 0.5rem;
  font-size: 95%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

div.index-category-list p.category-name {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

div.index-category-list div.category-description {
  position: relative;
}

div.view-range a {
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  background-color: #6588c7;
  border: 1px solid #6588c7;
  border-top: none;
}

div.index-category-list p.category-description {
  padding-top: 0;
}

span.product-out-of-stock {
  display: block;
  color: red;
  font-size: 0.6rem;
}

div.easyzoom--overlay img#overlay {
  max-width: 100px;
  max-height: 100px;
}

img[src*="img/trustedsite-reviews-tab"] {
  display: none;
}

#isUserGDPRForm table {
  display: table;
}

#isUserGDPRForm tbody {
  border: none;
}

#isUserGDPRForm td.field {
  width: 10%;
}
#isUserGDPRForm td.field-label {
  width: 100%;
}
#isUserGDPRForm td.field-label label,
#isUserGDPRForm td.field div {
  text-align: right;
}

div.trustpilot-widget {
  margin-top: 20px;
}

div.previously-ordered-item {
  background: #eee;
}

div.previously-ordered-item-content {
  display: inline;
}

div.previously-ordered-item-content span.bell {
  margin: 7px;
}

div.previously-ordered-item-content span.purchase-date {
  margin: 7px;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
div.previously-ordered-item a {
  float: right;
  display: inline;
  margin: 3px;
  padding-right: 3px;
}

.banner-wrapper {
  height: 332px;
  margin: 0 1em;
}

@media screen and (max-width: 640px) {
  .banner-wrapper {
    display: none;
  }

  .left-on-small {
    float: left !important;
  }
}

@media screen and (max-width: 1025px) {
  .safe.column:last-child:not(:first-child),
  .safe.columns:last-child:not(:first-child) {
    float: left;
  }

  div.currency-translate-bottom ul li .goog-te-gadget {
    white-space: normal;
  }

  div.currency-translate-bottom ul li {
    display: inline-block;
    width: 49%;
    float: left;
    margin-top: 20px;
    margin-right: 0.5%;
  }

  li.currency.bottom select,
  li.translate.bottom select {
    width: 100%;
    margin: 0;
  }
}

.banner-wrapper * {
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
}

.banner-wrapper * img {
  width: 100%;
  height: 100%;
}

.banner-wrapper.banner-layout-1 * img.image-1 {
  padding-left: 0.5em;
}

.banner-wrapper.banner-layout-1 img.image-2,
.banner-wrapper.banner-layout-1 img.image-3 {
  padding-left: 0.5em;
  padding-top: 0.5em;
}

.banner-wrapper.banner-layout-2 * img.image-0 {
  padding-right: 5px;
}

.banner-wrapper.banner-layout-2 img.image-1,
.banner-wrapper.banner-layout-2 img.image-2 {
  padding-right: 5px;
  padding-top: 5px;
}

.banner-wrapper.banner-layout-3 * {
  margin-bottom: 20px;
  margin: 0;
  padding: 0;
  max-height: 100%;
}

.banner-wrapper.banner-layout-3 * img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-wrapper.banner-layout-3 * img {
  padding: 1%;
}

.newsletter-link a {
  font-size: 1rem;
}

.js-data.hidden {
  display: none;
}

.hidden {
  display: none;
}

.device-recommendations-display {
  border: 1px solid #eee;
  padding: 15px;
  margin: 20px 0;
}

p.order-limit-reached {
  background: rgb(199, 230, 188);
  text-align: center;
  padding: 10px;
  margin: 0px;
  font-size: 0.8rem;
}

.row.social.columns * {
  vertical-align: bottom;
}

div.copy p.copy-message {
  clear: left;
  font-size: 0.9rem;
}

.recently-viewed-heading.widget.associated-products-widget {
  border-bottom: 0;
  margin-bottom: 0;
}

.recently-viewed-heading.widget.associated-products-widget ul.products {
  padding-bottom: 0;
  margin-bottom: 0;
}

form#bulkDeleteStockNotificationForm table th,
form#bulkDeleteStockNotificationForm table td {
  text-align: center;
}

form#bulkDeleteStockNotificationForm table td {
  padding: 0;
  padding-left: 20px;
}

form#bulkDeleteStockNotificationForm table a.stock-notification-delete {
  margin: auto;
  padding: 3px;
  color: #db5d04;
  text-decoration: underline;
}

form#bulkDeleteStockNotificationForm table input[type="checkbox"] {
  margin: auto;
}

div.searchAddress .search-result {
  border: 1px solid #cacaca;
  border-top: none;
  padding: 10px;
  font-size: 0.8rem;
}
div.searchAddress .search-result:first {
  border: 1px solid #cacaca;
}

div.searchAddress .search-result:hover {
  color: white;
  background: darkgrey;
}

div.searchAddress .search-result:hover span {
  color: white;
}

div.searchAddress .search-result span {
  display: block;
  font-size: 0.7rem;
  color: #cacaca;
}

div.searchAddress #results {
  max-height: 400px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: white;
}

input#searchAddress {
  margin-bottom: 0;
}

input#searchAddress::placeholder {
  color: green;
  opacity: 1;
}

div.address-result.hidden {
  display: none;
}

div.address-result {
  background: #e8e8f2;
  color: black;
  border: 1px solid black;
  padding: 10px;
}

div.address-result span {
  display: block;
  line-height: 1.2;
}

div.address-result a {
  text-decoration: underline;
}

h2 .close-button {
  font-size: 0.7em;
  top: 0.9rem;
  color: #fff;
}

h2 .close-button:hover {
  color: #fff;
  text-decoration: underline;
}

#shareModal {
  padding: 0;
  border: none;
}

#shareModal div.content {
  padding: 1em;
}

#shareModal div.copy input {
  width: 80%;
  float: left;
}

#shareModal div.copy a {
  float: left;
}

.reveal h2 {
  padding: 0.5rem 0.625rem 0.625rem;
  background-color: #182888;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
}

div.copy p.copy-message {
  clear: left;
  font-size: 0.9rem;
}

.recently-viewed-heading.widget.associated-products-widget {
  border-bottom: 0;
  margin-bottom: 0;
}

.recently-viewed-heading.widget.associated-products-widget ul.products {
  padding-bottom: 0;
  margin-bottom: 0;
}

.float-middle {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* UPS AP Map */

div.ups-map-container {
  width: 100%;
}

div.ups-map-container-list {
  float: left;
  width: 30%;
  max-height: 700px;
  overflow-y: auto;
}

a.ups-more-details {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
}

div.ups-map-container-map {
  float: left;
  width: 70%;
}

div.ups-map {
  height: 700px;
}

div.ups-info-box-right {
  padding-left: 10px;
  width: 40%;
  float: left;
}

div.ups-info-box-right img {
  width: 100%;
}

div.ups-info-box-right .select-location-btn {
  margin-top: 20px;
  width: 100%;
}

div.ups-info-box-left {
  float: left;
  width: 55%;
}

div.ups-info-box div.address p {
  line-height: 1;
  margin-bottom: 5px;
}

div.ups-info-box-bottom {
  width: 100%;
  clear: both;
}

.ups-info-box.js-ups-location-item .location-name {
  font-weight: bold;
}

.ups-info-box.js-ups-location-item {
  float: left;
  border-bottom: 1px dashed black;
  margin: 10px 0;
}

.js-ups-location-item .select-location-btn {
  display: none;
}

.w-full {
  width: 100%;
}

div.checkout-progress {
  height: auto;
  background-color: transparent;
  margin-top: 1em;
}

@media (max-width: 700px) {
  div.checkout-progress {
    display: none;
  }
}

.progress-stages.row {
  display: flex;
  padding-top: 0.75rem;
  /*     background: linear-gradient(transparent calc(35% - 1px), darkgrey calc(35% - 1px) calc(35% + 1px), transparent calc(35% + 1px)); */
}

.stage-container {
  width: 100%;
}

.stage-container div.stage-title {
  color: black;
  text-align: center;
  margin-top: 0.5em;
}
.stage-title a {
  color: black;
}

.stageCircle {
  display: flex;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 50%;
}

.stageCircle.complete {
  background-color: #5cc641;
}

.stageCircle.current {
  background-color: #182888;
}

.stageCircle.future {
  background-color: #cbcdd8;
}

.stageCircle span {
  width: 3rem;
  margin: auto;
  font-size: 30px !important;
  display: block;
  text-align: center;
}

.stageCircle span i {
  line-height: 1.7;
}

.stageCircle.current span,
.stageCircle.completed span {
  color: white !important;
}

.stageCircle.future span {
  color: #eff0f7 !important;
}

div.order-methods .method-item {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid darkgrey;
}

div.order-methods .method-item.selected {
  border: 1px solid #182888;
  background: #eee;
}

div.order-methods span.method-service-description {
  display: block;
  padding: 0 15px;
}

div.order-methods span.method-service-price,
div.order-methods span.method-service-name {
  font-weight: bold;
}

div.order-methods span.method-service-price {
  float: right;
}

@media (max-width: 600px) {
  div.ups-map-container-list {
    width: 100%;
  }

  div.ups-map-container-map {
    display: none;
  }

  .ups-more-details {
    display: none;
  }

  .js-ups-location-item .ups-info-box-right .select-location-btn {
    display: block;
    padding: 5px;
    margin-top: 10px;
  }
}

/* End UPS AP Map */


/* product and category lists */
.grid-3 {
  grid-template-columns: calc((100% - 2em) / 3) calc((100% - 2em) / 3) calc((100% - 2em) / 3);
}

.grid.products {
  margin-bottom: 2em;
}

.grid.products li .product {
  display: flex;
  flex-direction: column;
  background: #fefefe;
  text-align: center;
  font-weight: normal;
  height: 100%;
}

.grid.products li .product h3 {
  margin: 1em;
  font-size: 1.2em;
  line-height: 1.2em;
  min-height: 3.6em;
}

.grid.products li .product p {
  margin: 0.5rem;
  font-weight: normal;
}

.grid.products li .product p:nth-child(5) {
  display: none;
}

.grid.products li .product p:nth-child(4) {
  font-size: 0.9em;
  font-weight: normal;
  color: #999;
  margin-bottom: 0.5em;
}

.grid.products li .product .product-image {
  flex-grow: 1;
  position: relative;
  margin: 1em;
  min-height: 150px;
}

.grid.products li .product .product-price {
  margin: 1em;
}

.grid.products li .product a {
  color: #6588c7;
  font-weight: 600;
}

.grid.products .product .product-actions-button {
  display: flex;
}

.grid.products .product .product-actions-button a {
  display: block;
  width: 50%;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.grid.products .product .product-actions-button a.full-details {
  background: white;
}

.grid.products .product .product-actions-button a.full-details:hover {
  background: #506a98;
  color: white;
}

.grid.products .product .product-actions-button a.full-details.full-width {
  width: 100%;
}

.grid.products .product .product-actions-button a.buy-button {
  background: #6588c7;
  color: white;
}

.grid.products .product .product-actions-button a.buy-button.out-of-stock {
  background: #db0000;
}

.grid.products .product .product-actions-button a.buy-button:hover {
  background: #506a98;
}

.grid.products .product .product-actions-button a.buy-button.out-of-stock:hover {
  background: #ad0000;
}

/* Facets */
.content form.js-facet-form {
  background: none;
}

.js-facet-options-block {
  margin-bottom: 1rem;
  border: 1px solid #cecfd9;
  background: #fefefe;
}
.js-facet-options-block a {
  color: #0a0a0a;
}

.js-facet-options-block .title {
  margin: 0;
  padding: 0.75rem;
  font-weight: bold;
}

.js-facet-options-block .js-facet-option {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-top: 1px solid #cecfd9;
}

.js-facet-options-block .js-facet-option.hidden {
  display: none;
}

.js-facet-options-block .js-facet-option input {
  margin: 0;
}

.js-facet-options-block .facet-more-container {
  padding: 0.75rem 0.75rem 0;
  border-top: 1px solid #cecfd9;
}

.js-facet-options-block .facet-more-container .button {
  width: 100%;
  background: #eff0f7;
  border: 1px solid #cecfd9;
  color: black;
}

.literal {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #fff;
}

.literal.no-background {
	background-color: unset;
}

.results.with-facets {
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "facets results";
}

.results.with-facets .grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1023px) {
  .results.with-facets {
    grid-template-areas: "results";
    grid-template-columns: 1fr;
  }

  .results.with-facets .facets {
    display: none;
  }

  .results.with-facets .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 639px) {
  .results.with-facets .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .results.with-facets .grid-4 {
    grid-template-columns: 1fr;
  }

  .results.with-facets .grid-4 .product h3 {
    min-height: 0;
  }
}

.pagination {
  text-transform: uppercase;
}

.pagination .current {
  background-color: #6588c7;
  font-weight: 600;
}

.pagination .current a {
  color: #fff;
}

.product-list-section {
  margin-top: 40px;
  padding: 20px;
}

.product-list-section h3 {
  font-weight: 600;
  color: #000;
  font-size: 1.2em;
  margin-bottom: 20px;
}

a.lightbox {
  display: block;
}

.content form {
  padding: 1rem;
  background: #fff;
}

table.form-table tbody {
  border: none;
}

.inline-image .slick-slider {
  max-width: 80vw;
  width: 100%;
  overflow: hidden !important;
}

.price .original-price {
  text-decoration: line-through;
  color: #c76565;
}

.dropdown-pane.content {
  padding: 1em;
}

p {
  line-height: 1.5;
}
.content .facet-options form {
  padding: 0;
}

.category-results {
  margin-bottom: 2rem;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #c0cde7;
}

.category-results h2 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #c0cde7;
  color: #0f1352;
  font-weight: 500;
  margin-bottom: 1em;
}

.category-results .grid-8 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2.5em;
}

@media screen and (max-width: 767px) {
  .category-results .grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .category-results .grid-8 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5em;
  }
}

.category-results .category-image {
  padding: 15%;
  border-radius: 50%;
  background: white;
}

.category-results .category-image a {
  display: block;
}

.category-results h4 {
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em;
}

.category-results h4 a {
  color: #0f1352;
}

@media screen and (max-width: 480px) {
  .category-results .grid-8 {
    grid-template-columns: 1fr;
    gap: 1em;
  }
  .category-results .category {
    display: flex;
    align-items: center;
    gap: 1em;
  }

  .category-results h2 {
    margin-bottom: 1em;
  }

  .category-results h4 {
    text-align: left;
    margin-top: 0;
  }

  .category-results .category-image {
    width: 50px;
    padding: 10px;
  }

  .category-results .category-image img {
    display: block;
  }
}

#search-results-heading {
  padding-bottom: 0.5em;
  color: #0f1352;
}

.no-results-query {
  color: red;
  font-weight: 500;
}

.did-you-mean a {
  text-decoration: underline;
  color: red;
}

.empty-results {
  padding: 3rem;
  margin-bottom: 3rem;
  background: white;
}

.empty-results ul {
  padding: 1rem;
  font-size: 90%;
}

.empty-results ul li {
	list-style-type: inherit;
}

.did-you-mean {
  font-size: 80%;
}

/* ===================================================== */
/*        Classes matching Prismic content labels        */
/* ===================================================== */
.prismic .ps-centred {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.prismic .ps-app-store-links {
	width: 90%; 
	margin: 1rem auto; 
	height: 5rem;
	display: flex; 
	align-items: center; 
	background-color: #6588C7; 
	color: #FFF; 
	font-size: medium; 
}

.prismic .ps-app-store-links p {
	margin: 0;
	padding: 0;
}

.prismic .ps-app-store-links span {
	margin: 0 auto; 
	align-items: center; 
	text-align: center;
}

.prismic .ps-app-store-links a {
	width: 10rem;
	margin: auto 1rem; 
	display: inline-block; 
}

.prismic .ps-connevans-address span:not(:first-child) {
	margin-left: 0.5rem;
}

/* --------------------------------------------- */

.prismic.ps-information-block {
  margin-bottom: 1em;
  padding: 0;
  background-color: #fff;
}

.prismic.ps-information-block .info-header {
	margin: 0;
	padding: 1em;
}

.prismic.ps-information-block .info-header > * {
	padding: 1em;
}

.prismic.ps-information-block .info-header > h1,
.prismic.ps-information-block .info-header > h2 {
  padding: 0;
  margin: 0;
}

.prismic.ps-information-block .info-header.banner-image .banner-image-container {
	padding: 0;
	position:relative;
	display:inline-block;
}

.prismic.ps-information-block .info-header.banner-image .banner-image-container:after {
	content: '';
	position: absolute;
 	left: 0; 
 	top:0;
	width: 100%; 
	height:100%;
	display: inline-block;
 	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(239, 240, 247, 1));
}

.prismic.ps-information-block .info-header.left-aligned {
	padding: 0;
}

.prismic.ps-information-block .info-header.left-aligned .partition {
	display: flex;
	padding: 0;
}

.prismic.ps-information-block .info-header.left-aligned .partition .copy {
	width: 25%;
	padding: 0.5em;
}

.prismic.ps-information-block .info-header.left-aligned .partition .image {
	width: 75%;
	padding: 0;
}

.prismic.ps-information-block .info-body {
	margin: 0;
	padding: 1em;
}

.prismic.ps-information-block .info-body > * {
	padding: 0;
}

.prismic.ps-information-block .info-body.one-column,
.prismic.ps-information-block .info-body .one-column {
	column-count: 1;
}

.prismic.ps-information-block .info-body.two-column,
.prismic.ps-information-block .info-body .two-column {
	column-count: 2;
	column-gap: 1em;
}

.prismic.ps-information-block .info-body.image-stack {
	display: flex; 
	column-gap: 1rem;
}

.prismic.ps-information-block .info-body .image-stack-container {
	display: flex; 
	flex-direction: column; 
	min-width: 33%;
}

.prismic.ps-information-block .info-body .image-stack-container .image-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prismic.ps-information-block .info-body .image-stack-container .image-box img {
	padding: 2rem;
}

.prismic.ps-information-block .info-body.alignment-left .block-img,
.prismic.ps-information-block .info-body .alignment-left .block-img {
	float: left;
  margin-right: 1rem;
}

.prismic.ps-information-block .info-body.alignment-right .block-img,
.prismic.ps-information-block .info-body .alignment-right .block-img {
	float: right;
  margin-left: 1rem;
}

.prismic.ps-information-block .inverted,
.prismic.ps-information-block .inverted h2, /* but not h1 */
.prismic.ps-information-block .inverted h3,
.prismic.ps-information-block .inverted h4,
.prismic.ps-information-block .inverted h5,
.prismic.ps-information-block .inverted h6 {
  background-color: #6588C7;
  color: #fff;
}

.prismic.ps-information-block .inverted h1 {
  background-color: #143f90;
  color: #fff;
}

.prismic.ps-information-block ul li {
  list-style: disc;
}

.order-retrieved {
  padding: 1rem;
  background: white;
}

.order-retrieved .literal {
  padding:0;
}

.order-retrieved .message {
  color: red;
}



.view-order {
  padding: 0 1em;
  background: white;
}

.view-order .literal {
  padding: 1em 0;
}

.view-order .literal .button {
  float: right;
  margin-left: 1rem;
}

.view-order table tbody tr:nth-child(even) {
  background: none;
}

#checkoutBillingForm {
  min-height: 50em;
}

#paypal-error {
  display: none;
}

#paypal-error {
  color: red;
}


/* New My Account page */

div.account {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "account-lhs account-orders";
}

.account > div.literal {
  padding: 0;
  margin: 0;
  background: none;
}

.account .literal .lhs-section {
  padding: 1.5rem;
  background: #fff;
  margin-bottom: 2rem;
  border-top: 1px solid #ddd;
}

.account-orders .do-not-show {
  display: none;
}

.account-orders > div {
  padding-bottom: 0.5rem;
  background: white;
}

.account-orders > div > div.literal {
  background: #6588c7;
}
.account-orders > div > div.literal h3 {
  color: #fff;
}

.account .literal .lhs-section.account-links {
  padding: 0;
}

.account-links h3 {
  padding: 1.5rem;
}

.account-links h3 .name {
  margin-left: 0.5rem;
}

.account-links ul {
  margin: 0;
}

.account-links ul li {
  padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  list-style: none;
  border-top: 1px solid #ddd;
}

.account-links ul li a {
  color: #0a0a0a;
}

.account-links ul li a.selected {
  color: #6588c7;
  font-weight: bold;
}

.ups-return img {
  float: left;
  margin-right: 1rem;
}
.ups-return h4 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.ups-return .ups-return-subtext {
  margin-bottom: 1rem;
}

.ups-return a {
  width: 100%;
  margin-bottom: 0;
}

.customer-order {
  margin: 0 2rem 2rem;
  border: 2px solid #6588c7;
}

.customer-order.do-not-show {
  display: none;
}

.customer-order-header {
  display: grid;
  gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  background: #eff0f7;
  padding: 1rem 2rem;
}

.customer-order-header .number {
  text-align: right;
}

@media (max-width: 964px) {
  .customer-order-header .number {
    text-align: left;
  }
}

.customer-order-header dl {
  margin-bottom: 0;
}

.customer-order-header dt {
  margin-bottom: 0;
  color: #0f1352;
}

.customer-order-header dd {
  margin-bottom: 0;
}

.customer-order-content {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 3fr;
  grid-template-areas: "images products-content";
}

.customer-order-content .images {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "products-image";
  padding: 1rem;
}

.customer-order-content .images img {
  border: 1px solid #eff0f7
}

.customer-order-content .products-content {
  position: relative;
  padding: 1rem;
}

.customer-order-content .products-content .product {
  margin-bottom: 0.75rem;
}

.customer-order-content .products-content .name p,
.customer-order-content .products-content .name a {
  margin-bottom: 0.25rem;
  line-height: 1;
  font-size: 95%;
  color: #0f1352;
}

.customer-order-content .products-content .actions {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media (max-width: 964px) {
  .customer-order-content .products-content .actions {
    position: static;
  }
}

.customer-order-content .products-content .actions a {
  margin: 0;
}

.btn-show-all-orders {
  display: block;
  margin: 0 auto 1rem;
  width: 20%;
}

@media (max-width: 964px) {
  div.account,
  .customer-order-header,
  .customer-order-content {
    display: block;
  }
}

/* END New My Account page */

.literal ul.select-country li {
  list-style: none;
}

.basket-product.image {
  width: 50px;
}