@charset "UTF-8";
/* Modelsport.co.uk SCSS */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@media only screen and (min-width: 335px) {
  .hide-xsm-u {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .hide-sm-u {
    display: none !important;
  }
}

@media only screen and (min-width: 900px) {
  .hide-md-u {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hide-lg-u {
    display: none !important;
  }
}

@media only screen and (max-width: 334px) {
  .hide-xsm-d {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  .hide-sm-d {
    display: none !important;
  }
}

@media only screen and (max-width: 899px) {
  .hide-md-d {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .hide-lg-d {
    display: none !important;
  }
}

.home-wrapper .banner-column {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .home-wrapper .banner-column {
    max-width: 782px;
  }
}
.home-wrapper .banner-column .rotating-banners img {
  width: 100%;
}
.home-wrapper .banner-column .slick-dotted.slick-slider {
  margin: 0px !important;
}
.home-wrapper .minibanner-wrapper a {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .home-wrapper .minibanner-wrapper {
    display: inline-block;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-wrapper .minibanner-wrapper div:first-child a img {
    padding-right: 2px;
  }
  .home-wrapper .minibanner-wrapper div:last-child a img {
    padding-left: 2px;
  }
}
.home-wrapper .minibanner-wrapper div:first-child a img {
  margin-bottom: 2px;
}
.home-wrapper .minibanner-wrapper > div {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .home-wrapper .minibanner-wrapper img {
    max-width: 386px;
  }
}
.home-wrapper .home-squares {
  margin-left: -5px;
  margin-right: -5px;
}
.home-wrapper .home-squares > div {
  padding: 5px;
}
.home-wrapper .home-squares .square {
  position: relative;
  border-radius: 5px;
  border: 1px solid #A4A4A4;
}
.home-wrapper .home-squares .square img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.home-wrapper .home-squares .square:hover img {
  opacity: 0.8;
}
.home-wrapper .home-squares .square-text {
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.home-wrapper .home-brands img {
  display: inline-block;
  padding: 3px;
}
@media only screen and (max-width: 599px) {
  .home-wrapper .home-brands img {
    width: 32%;
  }
}
.home-wrapper .home-brands img:hover {
  opacity: 0.8;
}

.featured-products-set{
  height: calc(100% - 10px);
}

.featured-products-wrapper .flex:nth-child(odd) .featured-products-set {
  margin-right: 5px;
}
.featured-products-wrapper .flex:nth-child(even) .featured-products-set {
  margin-left: 5px;
}
.featured-products-wrapper .featured-products-set {
  position: relative;
  border-radius: 5px;
  border: 1px solid #A4A4A4;
  margin-top: 8px;
}
.featured-products-wrapper .featured-products-set img:hover {
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}
.featured-products-wrapper .featured-products-set img {
  margin-left: auto;
  margin-right: auto;
}
.featured-products-wrapper .featured-product-title {
  border-radius: 4px 4px 0px 0px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.featured-products-wrapper .featured-product-title:hover {
  background: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 900px) {
  .featured-products-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.featured-products-wrapper .featured-group {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.featured-products-wrapper .featured-group h4 {
  font-weight: normal;
}
.featured-products-wrapper a {
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  .featured-products-wrapper h3 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 899px) {
  .featured-products-wrapper button {
    display: none;
  }
}
.featured-products-wrapper fieldset {
  height: calc(100% - 10px);
}
.featured-products-wrapper .item-wrapper-product {
  border-radius: 5px;
  margin: 0px 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  position: relative;
}
.featured-products-wrapper .item-wrapper-product h4 {
  text-align: center;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
}

body {
  font-family: "Open Sans", Arial, "Times New Roman";
  background: transparent url("https://www.modelsport.co.uk/_images/website/wallpapers/ms_background.jpg") fixed top left;
  background-size: cover;
  line-height: 1.35;
  color: #202020;
  margin: 0px;
}

.site-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .site-container {
    border-left: 3px solid #A4A4A4;
    border-right: 3px solid #A4A4A4;
  }
}

.pure-g [class*=pure-u] {
  font-family: "Open Sans", Arial, "Times New Roman";
}

a {
  color: #190099;
}
a:hover, a:active {
  color: #2a00ff;
}

@media only screen and (max-width: 899px) {
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
}
input, select, textarea {
  padding: 6px;
  max-width: 100%;
}

fieldset {
  margin: 0px;
  min-width: initial;
}

button {
  cursor: pointer;
}

.highlight-input {
  border: 2px solid #D90000;
}

img {
  max-width: 100%;
}

hr {
  border: 0px;
  border-bottom: 1px solid #d7d7d7;
}

p {
  line-height: 1.5;
}

.clear {
  clear: both;
}

#page-content {
  font-size: 1.4rem;
}

.disable-when-menu {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .disable-when-menu {
    display: none !important;
  }
}

.disable-when-menu-desktop {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .disable-when-menu-desktop {
    display: none !important;
  }
}

.disable-when-filters {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
}
@media only screen and (min-width: 1200px) {
  .disable-when-filters {
    display: none !important;
  }
}

.pointer {
  cursor: pointer;
}

.none {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center {
  text-align: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertical center alignment */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Horizontal center alignment */
}

.left {
  float: left;
}

.right {
  float: right;
}

.ib {
  display: inline-block;
}

.site-wrapper {
  background: #FFFFFF;
  padding: 10px;
}

.bg-white {
  background: #FFFFFF;
}

.txt-green {
  color: #4cae4c;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-box {
  position: relative;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
}
.content-box li {
  margin: 6px 0px;
}

.image-box img {
  border-radius: 5px;
}

.pure-g.space-out div {
  padding: 0px 5px 10px 5px;
}

.mr2 {
  margin-right: 5px;
}

.ml2 {
  margin-left: 5px;
}

.mb2 {
  margin-bottom: 5px;
}

.mt2 {
  margin-top: 5px;
}

.ma2 {
  margin: 5px;
}

.mr {
  margin-right: 10px;
}

.ml {
  margin-left: 10px;
}

.mb {
  margin-bottom: 10px;
}

.mt {
  margin-top: 10px;
}

.ma {
  margin: 10px;
}

.mrdb {
  margin-right: 20px;
}

.mldb {
  margin-left: 20px;
}

.mbdb {
  margin-bottom: 20px;
}

.mtdb {
  margin-top: 20px;
}

.madb {
  margin: 20px;
}

.nm {
  margin: 0px;
}

.np {
  padding: 0px;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
}

.bt-silver {
  border-radius: 3px;
  cursor: pointer;
  border: 0px;
  background: #d7d7d7;
  color: #202020;
}
@media (hover) {
  .bt-silver:hover {
    background: #A4A4A4;
  }
}

.bt-blue {
  border-radius: 3px;
  cursor: pointer;
  border: 0px;
  background: #2a00ff;
  color: #FFFFFF;
}
@media (hover) {
  .bt-blue:hover {
    background: #190099;
  }
}

.bt-green {
  border-radius: 3px;
  cursor: pointer;
  border: 0px;
  background: #4cae4c;
  color: #FFFFFF;
}
@media (hover) {
  .bt-green:hover {
    background: #3c8b3c;
  }
}

.bt-red {
  border-radius: 3px;
  cursor: pointer;
  border: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4040), to(#a60000));
  background: linear-gradient(#ff4040, #a60000);
  color: #FFFFFF;
}
@media (hover) {
  .bt-red:hover {
    background: #D90000;
  }
}

.bt-orange {
  border-radius: 3px;
  cursor: pointer;
  border: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc966), to(#cc8400));
  background: linear-gradient(#ffc966, #cc8400);
  color: #FFFFFF;
}
@media (hover) {
  .bt-orange:hover {
    background: #FFA500;
  }
}

.bt-icon {
  position: relative;
  width: 35px;
  height: 35px;
}
.bt-icon i {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bt-icon-small {
  position: relative;
  width: 25px;
  height: 25px;
}
.bt-icon-small i {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bt-full {
  width: 100%;
  text-align: center;
}

.bt-txt {
  height: 35px;
  padding: 0px 10px;
}

.pagination {
  padding: 0px;
  list-style: none;
  text-align: center;
  margin: 10px 0px;
}
.pagination li {
  display: inline-block;
}
.pagination li.view-page {
  cursor: pointer;
  border: 1px solid #A4A4A4;
  border-radius: 3px;
  width: 32px;
  text-align: center;
  padding: 5px 0px;
  font-size: 1.6rem;
}
.pagination li.view-page:hover {
  background: #d7d7d7;
}
@media only screen and (min-width: 900px) {
  .pagination li.view-page {
    font-size: inherit;
    padding: 5px 0px;
    width: 30px;
  }
}
.pagination li.active-page {
  background: #190099;
  border: 1px solid #190099;
  color: #FFFFFF;
  cursor: default;
}
.pagination li.active-page:hover {
  background: #190099;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.item-wrapper {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin: 8px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-wrapper .pure-g {
  width: 100%;
}
.item-wrapper p {
  display: inline-block;
  margin: 10px;
  text-decoration: none !important;
}
.item-wrapper img {
  max-height: 75px;
  padding: 5px;
}
.item-wrapper:hover {
  border: 1px solid #2a00ff;
}

.item-wrapper-results {
  margin: 0px 0px 8px 0px !important;
}

.search-results {
  position: absolute;
  left: 5px;
  display: none;
  width: calc(100% - 10px);
  background: #f1f1f1;
  z-index: 3;
  border: 1px solid #190099;
  border-top: 0px;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 4px 8px 0px #202020;
          box-shadow: 0 4px 8px 0px #202020;
  font-size: 1.4rem;
  padding: 10px;
}
.search-results a {
  text-decoration: none;
}

.search-results-ajax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
}
.search-results-ajax:hover {
  background: #f1f1f1;
}
.search-results-ajax img {
  max-width: 70px;
}
.search-results-ajax .search-results-img {
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-results-ajax .search-results-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5px;
}

.silver {
  color: #8b8b8b;
}

.blue {
  color: #190099;
}

.orange {
  color: #FFA500;
}

.red {
  color: #D90000;
}

.green {
  color: #4cae4c;
}

.purple {
  color: #A020F0;
}

.notice-orange {
  background: #ffc966;
  padding: 10px;
  border-radius: 3px;
  margin: 4px 0px;
}
.notice-orange p {
  margin: 0px;
}

.notice-green {
  background: #91cf91;
  padding: 10px;
  border-radius: 3px;
  margin: 4px 0px;
}
.notice-green p {
  margin: 0px;
}

.notice-red {
  background: #ff4040;
  padding: 10px;
  border-radius: 3px;
  margin: 4px 0px;
}
.notice-red p {
  margin: 0px;
}

.notice-silver {
  background: #d7d7d7;
  padding: 10px;
  border-radius: 3px;
  margin: 4px 0px;
}
.notice-silver p {
  margin: 0px;
}

.upsell-modal {
  font-size: 1.4rem;
}

.wishlist-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 899px) {
  .wishlist-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wishlist-intro img {
  max-width: 50%;
}
.wishlist-intro p {
  font-size: 4rem;
  color: blue;
  text-align: center;
  padding: 0px 20px;
}

.labl {
  display: block;
  width: 100%;
  max-width: 400px;
}

.labl > input { /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}

.labl > input + div { /* DIV STYLES */
  cursor: pointer;
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 6px;
  background: #d7d7d7;
  margin-bottom: 4px;
}

.labl > input:checked + div { /* (RADIO CHECKED) DIV STYLES */
  background-color: #4cae4c;
  border: 1px solid #3c8b3c;
}

#model-calculator-q2,
#model-calculator-q3,
#model-calculator-q4,
#model-calculator-q5 {
  display: none;
}

#previous, #go {
  display: none;
}

.progress {
  width: 0%;
  height: 6px;
  background: #4cae4c;
}

#next:not(.active), #go:not(.active) {
  opacity: 0.4;
  cursor: no-drop;
}

#next.active, #go.active {
  background: #2a00ff;
  color: #FFFFFF;
}

.christmas-banner-container {
  margin: -10px -10px 15px -10px;
  background: #161a2f;
}
.christmas-banner-container .christmas-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.christmas-banner-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.xmas-grid .pure-u-1-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 900px) {
  .xmas-grid .pure-u-md-1-4:nth-child(4n+1) {
    padding-right: 8px;
  }
  .xmas-grid .pure-u-md-1-4:nth-child(4n+3) {
    padding: 0px 6px 0px 6px;
  }
  .xmas-grid .pure-u-md-1-4:nth-child(4n+3) {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 899px) {
  .xmas-grid .pure-u-1-2:nth-child(odd) {
    padding-right: 6px;
  }
  .xmas-grid .pure-u-1-2:nth-child(even) {
    padding-left: 6px;
  }
}

.xmas-box {
  text-decoration: none;
  display: block;
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  margin-top: 10px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.xmas-box:hover:not(.no-hover) {
  border: 2px solid #190099;
}
.xmas-box h2 {
  color: #202020;
  width: 100%;
  padding: 8px;
  border-radius: 8px 8px 0px 0px;
}
.xmas-box img {
  margin: 5px 0px;
  width: 96%;
}
.xmas-box p.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  padding: 0px 10px;
}
.xmas-box .labl {
  margin-left: auto;
  margin-right: auto;
}

.xmas-banner img {
  width: 100%;
}

.faqs .item-wrapper {
  padding: 6px;
  text-align: center;
}

.faq-wrapper {
  margin: 20px 0px 30px 0px;
}

.about-us-shop-photos img {
  padding: 0px 5px;
}
.about-us-shop-photos .slick-arrow {
  background: rgba(255, 255, 255, 0.6);
  padding: 0px 5px;
}

.title-sale {
  background: #D90000;
  padding: 8px;
  color: #FFFFFF;
  border-radius: 3px;
}

.title-clearance {
  background: #fdba07;
  padding: 8px;
  color: #202020;
  border-radius: 3px;
}

.header-alert-bar {
  display: none;
  position: fixed;
  width: 100%;
  padding: 10px;
  background: #D90000;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.4rem;
  z-index: 9999;
  min-height: 38px;
}

header {
  position: relative;
}

.header-wrapper {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#190099), to(#2a00ff));
  background: linear-gradient(#190099, #2a00ff);
  padding: 20px 0px;
  position: relative;
  padding: 20px 20px;
}
@media only screen and (max-width: 599px) {
  .header-wrapper {
    padding: 10px 15px 10px 10px;
  }
}

.menu-wrapper {
  width: 90%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1200px) {
  .menu-wrapper {
    font-size: 1.6rem;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.logo {
  display: block;
  height: 40px;
  background: url("../images/logo_sm.png?v=2") no-repeat left/contain;
}

.search-wrap {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .search-wrap {
    width: 90%;
    float: right;
  }
}
.search-wrap .search-field {
  border-radius: 8px;
  width: 100%;
  height: 40px;
  border: 1px solid #A4A4A4;
  padding: 0px 115px 0px 10px;
  font-size: 1.4rem;
}
.search-wrap button {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0;
  height: 36px;
  border-radius: 8px;
  padding: 0px 12px;
  font-size: 1.4rem;
}
.search-wrap button i {
  margin-right: 8px;
}
.search-wrap form {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.header-quick-nav {
  float: right;
  height: 40px;
}
.header-quick-nav a {
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .header-quick-nav {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 899px) {
  .header-quick-nav {
    margin-right: 0px;
  }
}

.basket-counter {
  background: #4cae4c;
  color: #FFFFFF;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  top: -5px;
  right: -8px;
  font-size: 1.2rem;
  min-width: 20px;
  text-align: center;
}

.header-bt {
  margin-left: 10px;
  height: 40px;
  width: 40px;
  display: block;
}
@media only screen and (max-width: 899px) {
  .header-bt {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 599px) {
  .header-bt {
    height: 32px;
    width: 32px;
  }
}

.nav-wrap-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#A4A4A4));
  background: linear-gradient(#d7d7d7, #A4A4A4);
}
.nav-wrap-mobile .menu-button {
  color: #190099;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
}
.nav-wrap-mobile .menu-button i {
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.nav-wrap-mobile .menu-button-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: #190099 solid 16px;
}
.nav-wrap-mobile .search-wrap-mobile {
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#A4A4A4));
  background: linear-gradient(#d7d7d7, #A4A4A4);
  padding: 3px 0px 3px 3px;
}
.nav-wrap-mobile .search-wrap-mobile .search-field {
  border-radius: 8px;
  width: 100%;
  height: 44px;
  border: 1px solid #A4A4A4;
  padding: 0px 40px 0px 10px;
  font-size: 1.4rem;
}
.nav-wrap-mobile .search-wrap-mobile button {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #A4A4A4;
  font-size: 2rem;
  border: 0;
  background: transparent;
}

.header-notice-wrapper {
  text-align: center;
  margin: 0px -5px;
  margin: -10px -10px 10px -10px;
  background: #2a00ff;
  padding: 10px 5px 0px 5px;
}
@media only screen and (max-width: 599px) {
  .header-notice-wrapper {
    padding: 7px 5px 0px 5px;
  }
}
.header-notice-wrapper .header-notice {
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  height: 50px;
  background: #FFFFFF;
}
.header-notice-wrapper .header-notice img {
  width: 80%;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) {
  .header-notice-wrapper .header-notice {
    width: 94%;
    height: 40px;
    margin-top: 3px;
  }
  .header-notice-wrapper .header-notice img {
    width: 94%;
  }
}
.header-notice-wrapper .header-notice a {
  width: 100%;
  text-decoration: none;
}
.header-notice-wrapper .header-notice p {
  line-height: 1.2;
  color: #110066;
  margin: 0px;
}
.header-notice-wrapper .header-notice .header-notice-set-height {
  height: 50px;
}
.header-notice-wrapper .header-notice:hover {
  border: 1px solid #2a00ff;
}

.mobile-info-button-wrapper .mobile-info-set-width {
  display: inline-block;
  width: 49%;
}
.mobile-info-button-wrapper .mobile-info-button {
  border: 1px solid #A4A4A4;
  background: #d7d7d7;
  text-align: center;
  border-radius: 3px;
  padding: 2px 0px;
}
.mobile-info-button-wrapper .mobile-info-button:hover {
  background: #f1f1f1;
}
.mobile-info-button-wrapper a {
  text-decoration: none;
  color: #190099;
}

.menu {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d7d7d7));
  background: linear-gradient(#f1f1f1, #d7d7d7);
  position: relative;
  z-index: 5;
  font-size: 1.6rem;
}
.menu ul.menu-inner {
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* Default */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.menu ul.menu-inner > li {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d7d7d7));
  background: linear-gradient(#f1f1f1, #d7d7d7);
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; /* Default */
  list-style-type: none;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  white-space: nowrap;
  color: #190099;
  font-weight: bold;
  z-index: 50;
  cursor: pointer;
  position: relative;
}
.menu ul.menu-inner > li:hover {
  background: #A4A4A4;
  padding-bottom: 8px;
  border-bottom: 2px solid #190099;
}
.menu ul.menu-inner > li:not(:hover):not(:first-child):before {
  content: "";
  border-left: 1px solid #A4A4A4;
  height: 20px;
  width: 1px;
  position: absolute;
  left: -1px;
}
.menu .menu-container {
  display: none;
  padding: 10px;
}
.menu .menu-container ul {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  list-style-type: none;
  padding: 0px;
}
.menu .menu-container li.menu-header {
  display: block;
  padding: 6px 0px 6px 10px;
  font-weight: bold;
  color: #202020;
}
.menu .menu-container li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 6px 0px 6px 10px;
  text-decoration: none;
  color: #202020;
}
.menu .menu-container li a:hover {
  background: #f1f1f1;
  color: #110066;
  border-radius: 5px;
}
.menu .active-menu {
  position: absolute;
  top: 38px;
  left: 5px;
  display: block;
  width: calc(100% - 10px);
  background: #f1f1f1;
  z-index: 2;
  border: 1px solid #190099;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 0 4px 8px 0px #202020;
          box-shadow: 0 4px 8px 0px #202020;
}

.mobile-menu {
  -webkit-box-shadow: 0 8px 6px -6px #202020;
          box-shadow: 0 8px 6px -6px #202020;
  position: absolute;
  display: none;
  background: #190099;
  width: 100%;
  padding: 4px;
  z-index: 1000;
}
.mobile-menu ul {
  background: #190099;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mobile-menu ul li {
  background: #190099;
  color: #202020;
  font-weight: bold;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  font-size: 1.4rem;
}
.mobile-menu ul li {
  background: #190099;
}
.mobile-menu ul ul span.toggle, .mobile-menu ul ul li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1));
  background: linear-gradient(#f7f7f7, #f1f1f1);
}
.mobile-menu ul ul ul {
  background: #2a00ff;
}
.mobile-menu ul ul ul span.toggle, .mobile-menu ul ul ul li a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
  background: linear-gradient(#FFFFFF, #f7f7f7);
}
.mobile-menu ul li ul li {
  background: #2a00ff;
}
.mobile-menu span.toggle, .mobile-menu li a {
  position: relative;
  color: #202020;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #d7d7d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d7d7d7));
  background: linear-gradient(#f1f1f1, #d7d7d7);
}
.mobile-menu .toggle.active {
  border-radius: 0px 0px 0px 4px;
}
.mobile-menu span.toggle:after {
  position: absolute;
  right: 20px;
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}
.mobile-menu span.toggle.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
}
.mobile-menu li a:after {
  position: absolute;
  right: 20px;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #8b8b8b;
}
.mobile-menu .inner {
  padding-left: 1.8rem;
  overflow: hidden;
  display: none;
}
.mobile-menu .menu-info-sm {
  text-align: center;
}
.mobile-menu .menu-info-sm a {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 3rem;
  margin: 4px;
}
.mobile-menu .menu-info-sm a img {
  width: 30px;
}
.mobile-menu .spares-mobile .spares-wrapper {
  background: #f1f1f1;
  padding: 10px 0px;
}
.mobile-menu .spares-mobile option, .mobile-menu .spares-mobile select {
  width: 92%;
  margin-bottom: 4px;
}

.menu-info-md {
  background: #d7d7d7;
  height: 100%;
  margin-left: 4px;
  padding: 10px;
}

.brands-menu {
  text-align: center;
  background: #FFFFFF !important;
}
.brands-menu img {
  padding: 2px 10px;
}
.brands-menu img:hover {
  opacity: 0.6;
}

.spares-menu select, .spares-menu option {
  width: 100%;
}
.spares-menu .spares-parent {
  margin: 4px 0px;
}
.spares-menu .spares-manufacturer {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.spares-menu .spares-other {
  background: #A4A4A4;
  padding: 6px;
  border-radius: 4px;
}

.product-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-image-wrapper {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 1200px) {
  .product-image-wrapper {
    padding-right: 10px;
  }
}

.product-price-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 899px) {
  .product-price-wrapper {
    position: inherit;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.product-info-wrapper {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media only screen and (min-width: 900px) {
  .product-image {
    padding: 0px 10px 10px 10px;
  }
}
.product-image .slider-for div img, .product-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.product-title {
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .product-title {
    font-size: 2.2rem;
  }
}

.product-title, .product-sub-title {
  margin: 0px 0px 4px 0px;
}
@media only screen and (max-width: 899px) {
  .product-title, .product-sub-title {
    text-align: center;
  }
}

.product-sub-title {
  display: block;
  margin: 0px;
}
@media only screen and (min-width: 600px) {
  .product-sub-title {
    display: inline-block;
  }
}

.part-number {
  display: block;
  margin: 0px;
  text-align: center;
  color: #8b8b8b;
  line-height: 1.5;
}
@media only screen and (min-width: 900px) {
  .part-number {
    display: inline-block;
    margin: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .part-number.hyphen-prefix:before {
    content: " - ";
    white-space: pre;
  }
}

.spec-table th {
  padding-right: 20px;
}

.popular-item-wrapper {
  padding: 5px;
}
.popular-item-wrapper a {
  text-decoration: none;
}
.popular-item-wrapper .popular-item {
  background: #FFFFFF;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  padding: 6px 4px 4px 4px;
}
.popular-item-wrapper .popular-item:hover {
  border: 1px solid #2a00ff;
}

.thumbnail {
  margin: 6px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
  border-radius: 4px;
}

.star-rating-large {
  color: #ECCE55;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .star-rating-large {
    font-size: 2rem;
  }
}

.star-rating {
  color: #ECCE55;
  display: inline-block;
}

#star-reviews {
  cursor: pointer;
}

.reviews p {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  line-height: 1.4;
}
.reviews p:last-child {
  border: none;
}
.reviews .review-date {
  display: inline-block;
  float: right;
  font-weight: bold;
}
.reviews .verified-purchase {
  color: #ECCE55;
  font-weight: bold;
  margin-top: 4px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 900px) {
  .reviews .verified-purchase {
    display: inline-block;
    margin-left: 10px;
  }
}

.product_qty {
  width: 45px;
  text-align: center;
  font-size: 1.8rem;
}

.slider-nav {
  margin-left: 30px;
  margin-right: 30px;
}
.slider-nav img {
  margin: 3px;
}

.slick-slider .slick-arrow {
  opacity: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slider-nav {
  position: absolute;
}
.slider-nav .slick-prev {
  left: -35px;
}
.slider-nav .slick-next {
  right: -35px;
}
.slider-nav .slick-arrow {
  opacity: 1;
}

.slick-next, .slick-prev {
  z-index: 1 !important;
}

.slick-slide {
  height: inherit !important;
}

@media only screen and (max-width: 599px) {
  .slick-dots {
    display: none !important;
  }
}

.image-wrapper {
  width: 100%;
}

.our-price-wrapper {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.our-price-wrapper .our-price {
  font-size: 2rem;
  display: inline-block;
}

.our-price-combo-wrapper {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 10px 0px;
  padding: 10px 0px;
}
.our-price-combo-wrapper .our-price {
  color: #4cae4c;
  font-size: 2rem;
  display: inline-block;
}

.availabilty {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.save {
  color: #D90000;
  font-size: 1.5rem;
}

.product-info {
  padding: 0px;
  /* IE10+ Fix */
}
.product-info span.toggle {
  background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#A4A4A4));
  background: linear-gradient(#d7d7d7, #A4A4A4);
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .product-info span.toggle {
    text-align: center;
  }
}
.product-info span.toggle:after {
  float: right;
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}
.product-info span.toggle.active {
  border-radius: 0px 0px 3px 3px;
}
.product-info span.toggle.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
}
.product-info > li {
  list-style: none;
}
.product-info .inner {
  display: none;
  padding: 10px 0px;
}
@media only screen and (-ms-high-contrast: active) and (min-width: 900px), only screen and (-ms-high-contrast: none) and (min-width: 900px) {
  .product-info .inner {
    display: block !important;
  }
  .product-info span.toggle, .product-info span.toggle.active {
    cursor: default;
  }
  .product-info span.toggle:after, .product-info span.toggle.active:after {
    content: "";
  }
}

.youtube-media {
  text-decoration: none;
}

.youtube-wrapper .youtube-thumb {
  position: relative;
}
.youtube-wrapper .youtube-thumb .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 6rem;
  color: #D90000;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.youtube-wrapper .youtube-thumb img {
  display: block;
  max-height: 100%;
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}
.youtube-wrapper p {
  margin: 0px;
  padding: 4px;
  color: #D90000;
  font-size: 2rem;
  text-align: center;
  border-radius: 4px;
}
@media only screen and (min-width: 900px) {
  .youtube-wrapper p {
    border-radius: 0px 0px 4px 4px;
  }
}
.youtube-wrapper:hover {
  cursor: pointer;
}
.youtube-wrapper:hover .bt-play {
  opacity: 1;
  font-size: 7.2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.share-button {
  padding: 8px;
}

.bundle-wrapper h2 {
  margin-top: 20px;
}
.bundle-wrapper p {
  margin: 0px;
}

.bundle-intro {
  text-align: center;
  margin: 4px 0px 16px 0px;
}
.bundle-intro h2 {
  margin: 5px 0px;
}
.bundle-intro p {
  margin: 0px;
}

.bundle {
  background: #FFFFFF;
  border: 1px solid #190099;
  border-radius: 4px;
}
.bundle legend {
  background: #FFFFFF;
  border-radius: 4px;
  color: #190099;
  padding: 2px 10px;
}
.bundle .power-bundle-thumb {
  text-align: center;
}
.bundle .power-bundle-thumb img {
  max-width: 60px;
}

.price-match {
  text-align: center;
  font-size: 1.4rem;
}
.price-match a {
  text-decoration: none;
}
.price-match i {
  color: #190099;
}

#priceMatch input {
  margin-top: 2px;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-auto-flow: row dense;
      grid-template-areas: "box1" "box3" "box2";
}

.blocker {
  z-index: 5;
}

.box1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: box1;
  overflow: hidden;
}

.box2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: box2;
}

.box3 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: box3;
}

@media only screen and (min-width: 900px) {
  .grid {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: minmax(0, auto) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto) minmax(0, 1fr);
        grid-template-areas: "box1 box3" "box2 box3";
  }
  .box1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .box2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .box3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
}
.bt-extras-wrapper .bt-spares, .bt-extras-wrapper .bt-tuneups, .bt-extras-wrapper .bt-explodedviews, .bt-extras-wrapper .bt-paints {
  height: 75px;
  border: 1px solid #A4A4A4;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bt-extras-wrapper .bt-spares h3, .bt-extras-wrapper .bt-tuneups h3, .bt-extras-wrapper .bt-explodedviews h3, .bt-extras-wrapper .bt-paints h3 {
  display: inline-block;
  margin: 0px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  color: #190099;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  padding: 3px 6px;
}
.bt-extras-wrapper .bt-spares:after, .bt-extras-wrapper .bt-tuneups:after, .bt-extras-wrapper .bt-explodedviews:after, .bt-extras-wrapper .bt-paints:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.bt-extras-wrapper .bt-spares:hover, .bt-extras-wrapper .bt-tuneups:hover, .bt-extras-wrapper .bt-explodedviews:hover, .bt-extras-wrapper .bt-paints:hover {
  border: 1px solid #190099;
}
.bt-extras-wrapper .bt-spares:hover:after, .bt-extras-wrapper .bt-tuneups:hover:after, .bt-extras-wrapper .bt-explodedviews:hover:after, .bt-extras-wrapper .bt-paints:hover:after {
  opacity: 0.8;
}
.bt-extras-wrapper .bt-paints:after {
  content: "";
  background-image: url("../images/paints.jpg");
  background-size: cover;
  opacity: 0.6;
}

.release-date {
  color: #FFA500;
  font-weight: bold;
}

.iframe-container {
  display: none;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-top: 25px;
}

iframe#explodedViewIframe {
  border: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#buy-w-options {
  display: none;
}

.options-wrapper .option-container {
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin: 4px 0px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.options-wrapper .option-container img {
  display: block;
  border-radius: 4px;
}
.options-wrapper .option-container:hover {
  background: #d7d7d7;
}
.options-wrapper .option-container:hover img {
  opacity: 0.85;
}
.options-wrapper .option-container .option-price {
  display: block;
  color: #4cae4c;
}
.options-wrapper .selected {
  background: #91cf91;
  border: 1px solid #4cae4c;
}
.options-wrapper .selected .option-price {
  color: inherit;
}
.options-wrapper .selected:hover {
  background: #91cf91;
}

.chassisGroup {
  display: none;
}

.filter-box {
  background: #f1f1f1;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}
.filter-box ul.filter-list {
  list-style-type: none;
  margin: 0px;
  padding: 12px 8px;
}
.filter-box ul.filter-list li {
  padding: 6px 0px;
  position: relative;
}
.filter-box ul.filter-list input[type=checkbox] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0px 10px 0px 6px;
  cursor: pointer;
}
.filter-box ul.filter-list input[type=checkbox]:checked + label {
  font-weight: bold;
  color: #190099;
}
.filter-box ul.filter-list label:not(.price) {
  cursor: pointer;
}
.filter-box ul.filter-list .filter-price input {
  max-width: 96%;
}
.filter-box ul.filter-list .filter-price label {
  display: inline-block;
  margin-bottom: 8px;
}
.filter-box ul.filter-list .filter-price button {
  width: 100%;
  height: 100%;
}
.filter-box .filter-main-title {
  border-bottom: 1px solid #A4A4A4;
}
@media only screen and (min-width: 900px) {
  .filter-box .filter-main-title {
    display: none;
  }
}
.filter-box .filters-wrap {
  display: none;
}
@media only screen and (min-width: 900px) {
  .filter-box .filters-wrap {
    display: block !important;
  }
}
.filter-box .filter-title {
  position: relative;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#d7d7d7));
  background: linear-gradient(#f1f1f1, #d7d7d7);
  padding: 10px;
  margin: 0px;
}
.filter-box .filter-title:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
@media only screen and (max-width: 899px) {
  .filter-box .filter-title {
    text-align: center;
  }
}
.filter-box .filter-title-active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  right: 10px;
}
.filter-box .bt-show-more, .filter-box .bt-show-less {
  cursor: pointer;
}
.filter-box .bt-show-more:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: 10px;
}
.filter-box .bt-show-less:after {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
  margin-left: 10px;
}

.reset-filters {
  width: 100%;
}

.show-filters {
  width: 100%;
}

@media only screen and (min-width: 900px) {
  #page-results {
    margin-left: 10px;
  }
}

.results-info {
  position: relative;
  margin-bottom: 20px;
}
.results-info .sort-results {
  float: right;
}
.results-info #change-view {
  cursor: pointer;
  float: right;
  margin-right: 10px;
  font-size: 2.5em;
  display: none;
  color: #202020;
  line-height: 1;
}
@media only screen and (min-width: 900px) {
  .results-info #change-view {
    display: block !important;
  }
}
.results-info .grid-view:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00b";
  font-weight: 900;
  margin-left: 10px;
}
.results-info .list-view:after {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  font-weight: 900;
  margin-left: 10px;
}

@media only screen and (max-width: 899px) {
  .product-results .product-item:nth-child(2n+1) {
    border-right: 1px solid #d7d7d7;
    padding-right: 5px;
  }
  .product-results .product-item:nth-child(2n+2) {
    padding-left: 6px;
  }
}
.product-results .product-item {
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0px 0px 0px;
}
.product-results .product-item h3 {
  margin: 0px 0px 4px 0px;
}
.product-results .product-item a {
  color: #555555;
  text-decoration: none;
}
.product-results .product-item a:hover {
  color: #110066;
}
.product-results .product-item a:hover .item-tag {
  background: #ff4040;
}
.product-results .product-item a:hover .item-tag-green {
  background: #91cf91;
}
.product-results .product-item a:hover .item-tag-orange {
  background: #ffc966;
}
.product-results .product-item a:hover .item-tag-black {
  background: #202020;
}
.product-results .product-item a:hover .item-tag-yellow {
  background: #fed66c;
}
@media only screen and (max-width: 1199px) {
  .product-results .product-item {
    padding: 10px 0px 60px 0px;
    text-align: center;
  }
  .product-results .product-item h3 {
    font-size: 1em;
  }
}
.product-results .product-item .product-result-image {
  text-align: center;
}
.product-results .product-item .product-result-image img {
  max-height: 200px;
}
.product-results .product-item .product-result-content {
  text-align: center;
  padding-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .product-results .product-item .product-result-content {
    text-align: right;
  }
}
@media only screen and (min-width: 600px) {
  .product-results .product-item .product-result-content {
    padding-left: 10px;
  }
}
.product-results .product-item .product-result-content a {
  text-decoration: none;
}
.product-results .product-item .product-result-content .listing-info {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .product-results .product-item .product-result-content .listing-info {
    text-align: right;
  }
}
.product-results .product-item .product-result-content .star-rating-listing {
  display: inline-block;
  font-size: 1.8em;
  color: #ECCE55;
  text-align: center;
}
.product-results .product-item .product-result-content .price-wrapper {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .product-results .product-item .product-result-content .price-wrapper {
    text-align: right;
  }
}
.product-results .product-item .product-result-content .price-wrapper .our-price-wrapper-results .our-price-results {
  display: inline-block;
}
@media only screen and (min-width: 900px) {
  .product-results .product-item .product-result-content .price-wrapper .our-price-wrapper-results .our-price-results {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 899px) {
  .product-item-grid .product-item:nth-child(2n+1) {
    border-right: 1px solid #d7d7d7;
    padding-right: 8px;
  }
}
@media only screen and (min-width: 900px) {
  .product-item-grid .product-item:nth-child(3n+1) {
    border-right: 1px solid #d7d7d7;
    padding-right: 8px;
  }
  .product-item-grid .product-item:nth-child(3n+2) {
    border-right: 1px solid #d7d7d7;
    padding: 10px 6px 0px 6px;
  }
  .product-item-grid .product-item:nth-child(3n+3) {
    padding-left: 8px;
  }
}
.product-item-grid button {
  margin-bottom: 4px;
}
.product-item-grid .product_qty {
  max-height: 35px;
}
.product-item-grid .pure-g {
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-item-grid .product-result-content {
  margin-top: auto;
}

.item-tag {
  color: #FFFFFF;
  background: #D90000;
  border-radius: 4px;
  padding: 2px 8px;
  float: right;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (max-width: 899px) {
  .item-tag {
    float: none;
    padding: 0px 6px;
    display: inline-block;
    margin: 0px auto 4px auto;
  }
}

.item-tag-green {
  background: #4cae4c;
}

.item-tag-orange {
  background: #FFA500;
}

.item-tag-black {
  background: #000000;
  color: #FFFFFF;
}

.item-tag-yellow {
  background: #fdba07;
  color: #000000;
}

.product-view .item-tag {
  font-size: 24px;
}
@media only screen and (max-width: 899px) {
  .product-view .item-tag {
    font-size: 14px;
  }
}

.active-filters-container p {
  margin: 0px 0px 6px 0px;
  font-weight: bold;
  font-size: 1.2em;
}
.active-filters-container #remove-filter {
  display: block;
  cursor: pointer;
  line-height: 1.4;
}
.active-filters-container #remove-filter:hover {
  color: #D90000;
}
.active-filters-container #remove-filter:hover i {
  color: #ff4040;
}
.active-filters-container #remove-filter i {
  color: #D90000;
}

.zero-count {
  color: #8b8b8b;
}

.no-image {
  text-align: center;
  color: #A4A4A4;
}

@media only screen and (max-width: 899px) {
  .cart-buttons {
    right: 5px;
    text-align: center;
    position: absolute;
    bottom: 10px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 599px) {
  .cart-buttons {
    width: 100%;
    right: 0px;
  }
}
.stock-green, .stock-orange, .stock-red {
  font-weight: bold;
}

.stock-green {
  color: #4cae4c;
}

.stock-orange {
  color: #FFA500;
}

.stock-red {
  color: #D90000;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#filters-snackbar {
  visibility: hidden;
  min-width: 280px;
  margin-left: -140px;
  background-color: rgba(25, 0, 153, 0.8);
  color: #FFFFFF;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 60px;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  #filters-snackbar {
    display: none;
  }
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#filters-snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 2s 6s;
  animation: fadein 0.5s, fadeout 2s 6s;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#basket-snackbar {
  visibility: hidden;
  min-width: 180px;
  margin-left: -90px;
  background-color: rgba(76, 174, 76, 0.8);
  color: #FFFFFF;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50px;
}
@media only screen and (min-width: 1200px) {
  #basket-snackbar {
    display: none;
  }
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#basket-snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 1s 3s;
  animation: fadein 0.5s, fadeout 1s 3s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 50px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 50px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.basket-item {
  border-bottom: 1px solid #A4A4A4;
  padding: 10px 0px;
}
.basket-item a {
  text-decoration: none;
}

@media only screen and (min-width: 900px) {
  .basket-payment-column {
    margin-left: 10px;
  }
}

.contact-button {
  background: #190099;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}
.contact-button i {
  margin-right: 5px;
}
.contact-button:hover {
  background: #2a00ff;
}

.contact-button-email {
  width: 50%;
  min-width: 220px;
  background: #190099;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.contact-button-email i {
  margin-right: 5px;
}
.contact-button-email:hover {
  background: #2a00ff;
}

.issue-warranty, .issue-tracking, .issue-sales {
  display: none;
}

.contact-table {
  /* Zebra striping */
}
.contact-table table {
  width: 100%;
  border-collapse: collapse;
}
.contact-table tr:nth-of-type(even) {
  background: #d7d7d7;
}
.contact-table th {
  background: #d7d7d7;
  font-weight: bold;
}
.contact-table td, .contact-table th {
  padding: 6px;
  border: 1px solid #A4A4A4;
  text-align: left;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .contact-table {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */
  }
  .contact-table table, .contact-table thead, .contact-table tbody, .contact-table th, .contact-table td, .contact-table tr {
    display: block;
  }
  .contact-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .contact-table tr {
    border: 1px solid #A4A4A4;
  }
  .contact-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .contact-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .contact-table td:nth-of-type(1):before {
    content: "Part No.";
  }
  .contact-table td:nth-of-type(2):before {
    content: "Name";
  }
  .contact-table td:nth-of-type(3):before {
    content: "Status";
  }
}

.contact-form {
  display: none;
}
.contact-form form {
  display: -ms-grid;
  display: grid;
  padding: 1em;
  max-width: 600px;
  padding: 1em;
}
.contact-form form button {
  padding: 0.7em;
  width: 100%;
  border: 0;
}
.contact-form label {
  padding: 0.5em 0.5em 0.5em 0;
}
.contact-form input {
  padding: 0.7em;
  margin-bottom: 0.5rem;
}
.contact-form textarea {
  height: 200px;
}
@media (min-width: 500px) {
  .contact-form form {
    -ms-grid-columns: 200px 16px 1fr;
    grid-template-columns: 200px 1fr;
    grid-gap: 16px;
  }
  .contact-form label {
    text-align: right;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .contact-form input,
  .contact-form button {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.help-links a {
  border: 1px solid #d7d7d7;
  padding: 10px;
  display: block;
  margin: 3px;
  border-radius: 5px;
  text-align: center;
  background: #FFFFFF;
  text-decoration: none;
  color: #202020;
}
.help-links a:hover {
  background: #b5deb5;
}
.help-links a small {
  vertical-align: top;
  color: #190099;
  font-weight: bold;
}

.login-form input {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .login-form input {
    max-width: 250px;
  }
}

.account-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 599px) {
  .account-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.account-wrapper .account-menu-desktop {
  width: 100%;
  max-width: 200px;
  margin-right: 20px;
}
.account-wrapper .account-menu-desktop a {
  text-decoration: none;
}
.account-wrapper .account-menu-desktop ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.account-wrapper .account-menu-desktop li {
  padding: 10px 6px;
  margin-bottom: 6px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}
.account-wrapper .account-menu-desktop li:hover {
  border: 1px solid #2a00ff;
  cursor: pointer;
}
.account-wrapper .account-menu-desktop .active-page {
  color: #2a00ff;
}
.account-wrapper .account-menu-desktop .active-page li {
  border-color: #2a00ff;
}
@media only screen and (max-width: 599px) {
  .account-wrapper .account-menu-desktop {
    display: none;
  }
}
@media only screen and (min-width: 600px) {
  .account-wrapper .account-menu-mobile {
    display: none;
  }
}
.account-wrapper .account-menu-mobile select {
  width: 100%;
  text-align: center;
}
.account-wrapper .account-content {
  width: 100%;
}
.account-wrapper .account-delivery-address {
  min-width: 200px;
}
@media only screen and (max-width: 899px) {
  .account-wrapper .account-delivery-address {
    width: 100%;
  }
}

.account-form .account-form-label {
  font-weight: bold;
  margin: 6px 0px 2px 0px;
}
.account-form input[type=text] {
  width: 100%;
  max-width: 400px;
}
.account-form select:invalid {
  color: grey;
}
.account-form option:not(:first-of-type) {
  color: #000000;
}

.account-review-item {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.account-review-item img {
  width: 100%;
  height: 100%;
  max-width: 75px;
  margin-right: 20px;
}

.account-review-form .rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.account-review-form .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.account-review-form .rating label:last-child {
  position: static;
}
.account-review-form .rating label:nth-child(1) {
  z-index: 5;
}
.account-review-form .rating label:nth-child(2) {
  z-index: 4;
}
.account-review-form .rating label:nth-child(3) {
  z-index: 3;
}
.account-review-form .rating label:nth-child(4) {
  z-index: 2;
}
.account-review-form .rating label:nth-child(5) {
  z-index: 1;
}
.account-review-form .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.account-review-form .rating label .icon {
  float: left;
  color: transparent;
}
.account-review-form .rating label:last-child .icon {
  color: #A4A4A4;
}
.account-review-form .rating:not(:hover) label input:checked ~ .icon,
.account-review-form .rating:hover label:hover input ~ .icon {
  color: #ECCE55;
}
.account-review-form .rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #A4A4A4;
  text-shadow: 0 0 5px #ECCE55;
}
.account-review-form textarea {
  width: 100%;
  height: 100px;
}

#checkout-delivery-address-select label {
  vertical-align: top;
  cursor: pointer;
}

.checkout-radio-wrapper {
  position: relative;
}
.checkout-radio-wrapper label {
  display: block;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 899px) {
  .checkout-radio-wrapper label {
    width: 100%;
  }
}
.checkout-radio-wrapper label.ib {
  display: inline-block !important;
}
.checkout-radio-wrapper .account-delivery-address {
  min-width: 200px;
}
@media only screen and (max-width: 899px) {
  .checkout-radio-wrapper .account-delivery-address {
    width: 100%;
  }
}
.checkout-radio-wrapper .checkout-radio-option {
  margin-left: 28px;
}
.checkout-radio-wrapper input[type=radio] {
  position: absolute;
  top: 13px;
  left: 10px;
  z-index: 1;
}
.checkout-radio-wrapper input[type=radio]:checked ~ .content-box {
  border-color: #4cae4c;
}

textarea.order-note {
  width: 100%;
  height: 80px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: #190099;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0px;
  border-radius: 0px 3px 3px 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\f053";
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: 0px;
  border-radius: 3px 0px 0px 3px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 56px;
  line-height: 20px;
  text-align: center;
  color: #190099;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #190099;
  opacity: 0.75;
}

.back-to-top {
  bottom: 0px;
  display: none;
  position: fixed;
  background: #FFFFFF;
  padding: 10px 10px 10px 12px;
  font-size: 2rem;
  opacity: 0.8;
  cursor: pointer;
  border-radius: 4px 4px 0px 0px;
}
@media only screen and (max-width: 899px) {
  .back-to-top {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.back-to-top:hover {
  opacity: 1;
}
.back-to-top:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
}
@media only screen and (min-width: 900px) {
  .back-to-top {
    right: 0px;
    bottom: 30px;
    border-radius: 4px 0px 0px 4px;
  }
}

.last-viewed a {
  display: block;
  line-height: 1.2;
}

.footer-spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
}

.footer-wrapper {
  background: #d7d7d7;
  padding: 10px;
}

.footer-bar {
  background: #190099;
  color: #FFFFFF;
  padding: 10px;
}
.footer-bar a {
  color: #FFFFFF;
}
.footer-bar a:hover {
  color: #d7d7d7;
}

.footer-social-links img {
  width: 30px;
  margin-right: 4px;
}

.trustpilot-footer img {
  float: right;
}
@media only screen and (max-width: 599px) {
  .trustpilot-footer {
    text-align: center;
  }
  .trustpilot-footer img {
    max-width: 40%;
    float: none;
  }
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
}

.hidden, [hidden] {
  display: none !important;
}

.pure-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-g [class*=pure-u] {
  font-family: sans-serif;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-12, .pure-u-1-2, .pure-u-1-24, .pure-u-1-3, .pure-u-1-4, .pure-u-1-5, .pure-u-1-6, .pure-u-1-8, .pure-u-10-24, .pure-u-11-12, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-2-24, .pure-u-2-3, .pure-u-2-5, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24, .pure-u-3-24, .pure-u-3-4, .pure-u-3-5, .pure-u-3-8, .pure-u-4-24, .pure-u-4-5, .pure-u-5-12, .pure-u-5-24, .pure-u-5-5, .pure-u-5-6, .pure-u-5-8, .pure-u-6-24, .pure-u-7-12, .pure-u-7-24, .pure-u-7-8, .pure-u-8-24, .pure-u-9-24 {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
}

.pure-u-1-5 {
  width: 20%;
}

.pure-u-5-24 {
  width: 20.8333%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
}

.pure-u-7-24 {
  width: 29.1667%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
}

.pure-u-2-5 {
  width: 40%;
}

.pure-u-10-24, .pure-u-5-12 {
  width: 41.6667%;
}

.pure-u-11-24 {
  width: 45.8333%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
}

.pure-u-13-24 {
  width: 54.1667%;
}

.pure-u-14-24, .pure-u-7-12 {
  width: 58.3333%;
}

.pure-u-3-5 {
  width: 60%;
}

.pure-u-15-24, .pure-u-5-8 {
  width: 62.5%;
}

.pure-u-16-24, .pure-u-2-3 {
  width: 66.6667%;
}

.pure-u-17-24 {
  width: 70.8333%;
}

.pure-u-18-24, .pure-u-3-4 {
  width: 75%;
}

.pure-u-19-24 {
  width: 79.1667%;
}

.pure-u-4-5 {
  width: 80%;
}

.pure-u-20-24, .pure-u-5-6 {
  width: 83.3333%;
}

.pure-u-21-24, .pure-u-7-8 {
  width: 87.5%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
}

.pure-u-23-24 {
  width: 95.8333%;
}

.pure-u-1, .pure-u-1-1, .pure-u-24-24, .pure-u-5-5 {
  width: 100%;
}

/*!
Pure v2.0.3
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/pure-css/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 600px) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-12, .pure-u-sm-1-2, .pure-u-sm-1-24, .pure-u-sm-1-3, .pure-u-sm-1-4, .pure-u-sm-1-5, .pure-u-sm-1-6, .pure-u-sm-1-8, .pure-u-sm-10-24, .pure-u-sm-11-12, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-2-24, .pure-u-sm-2-3, .pure-u-sm-2-5, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24, .pure-u-sm-3-24, .pure-u-sm-3-4, .pure-u-sm-3-5, .pure-u-sm-3-8, .pure-u-sm-4-24, .pure-u-sm-4-5, .pure-u-sm-5-12, .pure-u-sm-5-24, .pure-u-sm-5-5, .pure-u-sm-5-6, .pure-u-sm-5-8, .pure-u-sm-6-24, .pure-u-sm-7-12, .pure-u-sm-7-24, .pure-u-sm-7-8, .pure-u-sm-8-24, .pure-u-sm-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-10-24, .pure-u-sm-5-12 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-14-24, .pure-u-sm-7-12 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-15-24, .pure-u-sm-5-8 {
    width: 62.5%;
  }
  .pure-u-sm-16-24, .pure-u-sm-2-3 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-18-24, .pure-u-sm-3-4 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-20-24, .pure-u-sm-5-6 {
    width: 83.3333%;
  }
  .pure-u-sm-21-24, .pure-u-sm-7-8 {
    width: 87.5%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-24-24, .pure-u-sm-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-12, .pure-u-md-1-2, .pure-u-md-1-24, .pure-u-md-1-3, .pure-u-md-1-4, .pure-u-md-1-5, .pure-u-md-1-6, .pure-u-md-1-8, .pure-u-md-10-24, .pure-u-md-11-12, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-2-24, .pure-u-md-2-3, .pure-u-md-2-5, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24, .pure-u-md-3-24, .pure-u-md-3-4, .pure-u-md-3-5, .pure-u-md-3-8, .pure-u-md-4-24, .pure-u-md-4-5, .pure-u-md-5-12, .pure-u-md-5-24, .pure-u-md-5-5, .pure-u-md-5-6, .pure-u-md-5-8, .pure-u-md-6-24, .pure-u-md-7-12, .pure-u-md-7-24, .pure-u-md-7-8, .pure-u-md-8-24, .pure-u-md-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-10-24, .pure-u-md-5-12 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-14-24, .pure-u-md-7-12 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-15-24, .pure-u-md-5-8 {
    width: 62.5%;
  }
  .pure-u-md-16-24, .pure-u-md-2-3 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-18-24, .pure-u-md-3-4 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-20-24, .pure-u-md-5-6 {
    width: 83.3333%;
  }
  .pure-u-md-21-24, .pure-u-md-7-8 {
    width: 87.5%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-24-24, .pure-u-md-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-12, .pure-u-lg-1-2, .pure-u-lg-1-24, .pure-u-lg-1-3, .pure-u-lg-1-4, .pure-u-lg-1-5, .pure-u-lg-1-6, .pure-u-lg-1-8, .pure-u-lg-10-24, .pure-u-lg-11-12, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-2-24, .pure-u-lg-2-3, .pure-u-lg-2-5, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24, .pure-u-lg-3-24, .pure-u-lg-3-4, .pure-u-lg-3-5, .pure-u-lg-3-8, .pure-u-lg-4-24, .pure-u-lg-4-5, .pure-u-lg-5-12, .pure-u-lg-5-24, .pure-u-lg-5-5, .pure-u-lg-5-6, .pure-u-lg-5-8, .pure-u-lg-6-24, .pure-u-lg-7-12, .pure-u-lg-7-24, .pure-u-lg-7-8, .pure-u-lg-8-24, .pure-u-lg-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-10-24, .pure-u-lg-5-12 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-14-24, .pure-u-lg-7-12 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-15-24, .pure-u-lg-5-8 {
    width: 62.5%;
  }
  .pure-u-lg-16-24, .pure-u-lg-2-3 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-18-24, .pure-u-lg-3-4 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-20-24, .pure-u-lg-5-6 {
    width: 83.3333%;
  }
  .pure-u-lg-21-24, .pure-u-lg-7-8 {
    width: 87.5%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-24-24, .pure-u-lg-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1800px) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-12, .pure-u-xl-1-2, .pure-u-xl-1-24, .pure-u-xl-1-3, .pure-u-xl-1-4, .pure-u-xl-1-5, .pure-u-xl-1-6, .pure-u-xl-1-8, .pure-u-xl-10-24, .pure-u-xl-11-12, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-2-24, .pure-u-xl-2-3, .pure-u-xl-2-5, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24, .pure-u-xl-3-24, .pure-u-xl-3-4, .pure-u-xl-3-5, .pure-u-xl-3-8, .pure-u-xl-4-24, .pure-u-xl-4-5, .pure-u-xl-5-12, .pure-u-xl-5-24, .pure-u-xl-5-5, .pure-u-xl-5-6, .pure-u-xl-5-8, .pure-u-xl-6-24, .pure-u-xl-7-12, .pure-u-xl-7-24, .pure-u-xl-7-8, .pure-u-xl-8-24, .pure-u-xl-9-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-10-24, .pure-u-xl-5-12 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-14-24, .pure-u-xl-7-12 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-15-24, .pure-u-xl-5-8 {
    width: 62.5%;
  }
  .pure-u-xl-16-24, .pure-u-xl-2-3 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-18-24, .pure-u-xl-3-4 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-20-24, .pure-u-xl-5-6 {
    width: 83.3333%;
  }
  .pure-u-xl-21-24, .pure-u-xl-7-8 {
    width: 87.5%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-24-24, .pure-u-xl-5-5 {
    width: 100%;
  }
}