.mobileonly {
  display: none; }

.price-section.price-section--withTax.rrp-price--withTax span.price.price--rrp {
  font-size: 20px !important; }

span.sku-label {
  text-transform: uppercase; }

.definitionList-key {
  font-weight: bold; }

.blog-post-figure {
  min-height: 0px !important; }

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; }

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em; }

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em; }

/* Zebra-striped table rows */
tr:nth-child(even) {
  background-color: #f2f2f2; }

table td {
  padding-left: 50px !important; }

table th,
table td {
  padding: .625em;
  text-align: center; }

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase; }

@media screen and (max-width: 960px) {
  table {
    border: 0; }
  .mobileoff {
    display: none; }
  .mobileonly {
    display: block; }
  table caption {
    font-size: 1.3em; }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right; }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table td:last-child {
    border-bottom: 0; } }

/* general styling */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  max-height: 88.5px;
  /* exactly three lines */
  position: relative;
  display: block;
  overflow-y: hidden; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc; }

.accordion .blue:hover::after {
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0) 50%); }

.active {
  max-height: 100%; }

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /*  border-radius: 15%; */ }

.accordion:before {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px; }

.accordion .blue::before {
  text-align: right;
  position: absolute;
  top: 5.4em;
  right: 1.38em;
  width: 100%;
  height: 1.5em;
  z-index: 5;
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0), #eeeeee 50%); }

.accordion.active:before {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */ }

.active .blue::before {
  position: initial;
  width: auto;
  height: auto;
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0) 50%); }

/*
 * swatch / product preview display
 */
/* set up the container */
.productOptionPreviewDisplay {
  position: absolute;
  display: none;
  height: 150px;
  /* THEME-1253: fix gap on bottom of swatch image preview container */
  border: solid 1px black;
  /* template colour if necessary */
  background: #fff;
  /* template colour if necessary */
  padding: 1px;
  z-index: 10000;
  margin: 5px 0 0 5px; }

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchColour {
  display: inline-block;
  width: 150px;
  height: 150px; }

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchTwoColour .swatchColour {
  width: 75px; }

/* specific styles for larger colour swatches inside previews */
.productOptionPreviewDisplay .swatchThreeColour .swatchColour {
  width: 50px; }

.banners .banner p {
  font-size: 14px !important;
  text-align: left !important; }
