/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
@mixin make-row() {
	margin: 0 (-$half_gutter);
}

@mixin make-col() {
	padding: 0 $half_gutter;
}
*/
/*
@mixin btn-xs {
  @include button-size($input-btn-padding-y-xs, $input-btn-padding-x-xs, $input-btn-font-size-xs, $input-btn-line-height-xs, 0);
}

@mixin btn-sm {
  @include button-size($input-btn-padding-y-sm, $input-btn-padding-x-sm, $input-btn-font-size-sm, $input-btn-line-height-sm, 0);
}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.25;
  color: black;
  background-color: white;
  margin: 0;
  min-width: 320px;
  position: relative;
  min-height: 100%;
}

a {
  color: #0000ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

blockquote {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .product-list > li .product-content .product-header h3, .h3, .product-list > li .product-content .product-header .price, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.22;
  color: black;
  margin-top: 0;
}

h1, .h1 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
h1 + .subtitle, .h1 + .subtitle {
  font-weight: normal;
  font-size: 1.25rem;
  position: relative;
  margin: -2rem 0 1.5rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

h2, .h2, .product-list > li .product-content .product-header h3 {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

h3, .h3, .product-list > li .product-content .product-header .price {
  font-size: 1.5rem;
  font-weight: 600;
}

h4, .h4 {
  font-weight: 600;
}

h5, .h5 {
  font-weight: 600;
}

h6, .h6 {
  font-weight: 600;
}

p {
  margin: 0 0 1.5rem;
}

p + p,
ul + p,
ol + p,
table + p {
  margin-top: 1.5rem;
}
p + h1,
p + .h1,
p + h2,
p + .h2,
.product-list > li .product-content .product-header p + h3,
p + h3,
p + .h3,
.product-list > li .product-content .product-header p + .price,
ul + h1,
ul + .h1,
ul + h2,
ul + .h2,
.product-list > li .product-content .product-header ul + h3,
ul + h3,
ul + .h3,
.product-list > li .product-content .product-header ul + .price,
ol + h1,
ol + .h1,
ol + h2,
ol + .h2,
.product-list > li .product-content .product-header ol + h3,
ol + h3,
ol + .h3,
.product-list > li .product-content .product-header ol + .price,
table + h1,
table + .h1,
table + h2,
table + .h2,
.product-list > li .product-content .product-header table + h3,
table + h3,
table + .h3,
.product-list > li .product-content .product-header table + .price {
  margin-top: 3rem;
}

.centred {
  text-align: center;
}

.small {
  font-size: 0.8em;
}

.container {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 912px;
  }
}
@media (min-width: 1104px) {
  .container {
    max-width: 1024px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

body {
  display: flex;
  flex-direction: column;
}

.main-content-area {
  flex-grow: 1;
}

.content {
  padding-top: 3rem;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .content {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .content {
    max-width: 912px;
  }
}
@media (min-width: 1104px) {
  .content {
    max-width: 1024px;
  }
}

ul.bullets {
  padding-left: 1.25rem;
}
ul.bullets > li {
  list-style: disc;
  margin-bottom: 0.25rem;
}

ul.plain {
  padding: 0;
}
ul.plain > li {
  list-style: none;
  margin-bottom: 0.25rem;
}

.main-content-area p a, .main-content-area li a, .main-content-area label a, .main-content-area .alert a {
  text-decoration: underline;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.main-content-area p .btn, .main-content-area li .btn {
  text-decoration: none;
}

.btn-primary {
  font-size: 1.6rem;
  padding: 0.875rem 3rem;
  line-height: 1.3;
  font-size: 1.36rem;
  padding: 0.7rem 2.4rem;
  color: #ffffff;
  background-color: #00aadd;
  border-color: transparent;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0096c4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #00aadd;
  border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0083aa;
  border-color: rgba(0, 0, 0, 0);
}

.btn-default {
  font-size: 1.6rem;
  padding: 0.875rem 3rem;
  line-height: 1.3;
  font-size: 1.36rem;
  padding: 0.7rem 2.4rem;
  color: #ffffff;
  background-color: #6666ff;
  border-color: transparent;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #4d4dff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default.disabled, .btn-default:disabled {
  color: #ffffff;
  background-color: #6666ff;
  border-color: transparent;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #3333ff;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger {
  font-size: 1.6rem;
  padding: 0.875rem 3rem;
  line-height: 1.3;
  font-size: 1.36rem;
  padding: 0.7rem 2.4rem;
  color: #ec0a04;
  background-color: #f2bdbd;
  border-color: transparent;
}
.btn-danger:hover {
  color: #ec0a04;
  background-color: #eea8a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ec0a04;
  background-color: #f2bdbd;
  border-color: transparent;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ec0a04;
  background-color: #ea9292;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning {
  font-size: 1.6rem;
  padding: 0.875rem 3rem;
  line-height: 1.3;
  font-size: 1.36rem;
  padding: 0.7rem 2.4rem;
  color: #807419;
  background-color: #f2ecbd;
  border-color: transparent;
}
.btn-warning:hover {
  color: #807419;
  background-color: #eee6a8;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #807419;
  background-color: #f2ecbd;
  border-color: transparent;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #807419;
  background-color: #eae092;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success {
  font-size: 1.6rem;
  padding: 0.875rem 3rem;
  line-height: 1.3;
  font-size: 1.36rem;
  padding: 0.7rem 2.4rem;
  color: #0f8009;
  background-color: #bdf2cd;
  border-color: transparent;
}
.btn-success:hover {
  color: #0f8009;
  background-color: #a8eebd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success.disabled, .btn-success:disabled {
  color: #0f8009;
  background-color: #bdf2cd;
  border-color: transparent;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #0f8009;
  background-color: #92eaad;
  border-color: rgba(0, 0, 0, 0);
}

.btn-link, .btn-link-bold {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-radius: 0;
  color: #0000ff;
}

.btn-link {
  text-decoration: underline;
}

.btn-link-bold {
  font-weight: 600;
}

.btn-lg {
  padding: 0.875rem 3rem;
  font-size: 1.75rem;
  line-height: 1.3;
  border-radius: 999999999px;
}

.form-control {
  font-size: 1rem;
  padding: 0.6875rem 1.25rem;
  border: 1px solid #5edaff;
  border-radius: 5px;
  line-height: 1.3;
  margin-bottom: 0.875rem;
  width: 100%;
  display: block;
  background: #f7f7f7;
}
.form-control::placeholder {
  color: #e9e9e9;
  opacity: 1;
}
.form-control:focus {
  outline: 0;
  border-color: #91e6ff;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9e9e9;
  color: #333333;
  opacity: 1;
  cursor: not-allowed;
}

select.form-control {
  appearance: none;
  background-image: url(../img/main/icon/neon_blue/chevron_small.svg);
  background-repeat: no-repeat;
  background-size: 0.4375rem 0.25rem;
  background-position: right 1.125rem top 1.25rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
}
.form-group .help-block {
  font-size: 1rem;
  margin-top: -0.75rem;
  margin-bottom: 0.875rem;
  color: #333333;
}

.form-group.has-error .form-control {
  border-color: #ec0a04;
  color: #ec0a04;
}
.form-group.has-error .ef-error .help-block {
  color: #ec0a04;
}

input[type="checkbox"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 1px solid #00aadd;
  outline: none;
  margin-right: 0.4375rem;
}
input[type="checkbox"]:checked {
  background-image: url("../img/main/icon/tick.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position-y: 0.1rem;
}

.checkbox {
  margin-bottom: 1rem;
}
.checkbox label {
  display: flex;
  cursor: pointer;
}
.checkbox label > input {
  margin-top: 0.3rem;
}

.g-recaptcha {
  margin-bottom: 0.875rem;
}

.alert {
  border-radius: 0.5rem;
  padding: 1.25rem 1.5rem 1.25rem 3.75rem;
  margin-bottom: 1rem;
  position: relative;
  background-size: 1.375rem 1.375rem;
  background-repeat: no-repeat;
  background-position: 1.25rem 1.375rem;
}
.alert > :first-child {
  margin-top: 0;
}
.alert > :last-child {
  margin-bottom: 0;
}
.alert.has-heading {
  background-position-y: 2.125rem;
}
.alert > pre {
  overflow-x: auto;
}

.alert-danger {
  color: #ec0a04;
  background-color: #f2bdbd;
  background-image: url("../img/main/icon/alerts/error.svg");
}

.alert-warning {
  color: #807419;
  background-color: #f2ecbd;
  background-image: url("../img/main/icon/alerts/warning.svg");
}

.alert-success {
  color: #0f8009;
  background-color: #bdf2cd;
  background-image: url("../img/main/icon/alerts/success.svg");
}

.alert-info {
  color: #14456b;
  background-color: #82c8ff;
  background-image: url("../img/main/icon/alerts/info.svg");
}

header.main-header a {
  color: black;
}
header.main-header .brand {
  padding: 1rem;
  text-align: center;
}
header.main-header .brand a {
  vertical-align: middle;
}
header.main-header .brand img {
  width: 4rem;
  vertical-align: middle;
  margin-right: 1rem;
}
header.main-header .icons ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.125rem 0;
}
header.main-header .icons ul li {
  margin: 0 0.5rem;
}
header.main-header .icons ul li a {
  padding: 0.25rem;
}
header.main-header .icons ul li a img {
  height: 2rem;
}
header.main-header .main-nav {
  text-align: center;
  padding-top: 0.5rem;
}
header.main-header .main-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
header.main-header .main-nav ul li {
  padding: 0.5rem;
}
header.main-header .main-nav ul li a {
  display: inline-block;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  header.main-header .brand {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }
  header.main-header .icons {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
  }
}

footer.main-footer {
  text-align: center;
  padding: 2rem 0 1rem;
}
footer.main-footer .copyright {
  font-size: 0.75rem;
}

.product-bullets ul li {
  position: relative;
  padding-left: 2rem;
  margin: 0.75rem 0;
}
.product-bullets ul li::before {
  content: ' ';
  display: block;
  width: 1.4rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
  background-image: url("../img/main/icon/tick.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.product-list > li {
  display: flex;
  border: 1px solid #e9e9e9;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.product-list > li a {
  text-decoration: none;
}
.product-list > li .product-content {
  padding: 0.6rem 2rem 0 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-list > li .product-content .product-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.product-list > li .product-content .product-header h3 {
  margin-bottom: 0;
}
.product-list > li .product-content .product-header .price {
  margin-left: auto;
  margin-bottom: 0;
}
.product-list > li .product-content .product-bullets {
  margin-bottom: auto;
  color: black;
}
.product-list > li .product-content .product-footer {
  margin-bottom: 1.5rem;
}

.homepage {
  max-width: 40rem;
  margin: 0 auto;
}

.contact-page .contact-row .contact-form {
  max-width: 28rem;
}
.contact-page .contact-details {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .contact-page .contact-row {
    display: flex;
  }
  .contact-page .contact-row .contact-form {
    order: 1;
    padding-bottom: 2rem;
    margin-right: 4rem;
    flex: 28rem 0 0;
  }
  .contact-page .contact-row .contact-details {
    order: 2;
    margin-bottom: 0;
  }
}

.login-page {
  max-width: 20rem;
  margin: 0 auto 5rem;
}

.about-page {
  max-width: 40rem;
  margin: 0 auto;
}

.product-group-page .desktop-images {
  display: none;
}
.product-group-page .mobile-images {
  display: flex;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}
.product-group-page .mobile-images a {
  border: 1px solid #e9e9e9;
  max-width: 90%;
  width: 18rem;
  flex-shrink: 0;
}
.product-group-page .mobile-images a img {
  width: 100%;
}
.product-group-page .mobile-images a + a {
  margin-left: 0.5rem;
}
.product-group-page form {
  margin-bottom: 2rem;
}
.product-group-page .product-group-name {
  text-align: center;
}
.product-group-page .product-bullets {
  margin-bottom: 2rem;
}
.product-group-page .product-price {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.product-group-page .btn-add-to-cart {
  display: block;
  width: 100%;
}
.product-group-page .others-in-this-range {
  padding-bottom: 1rem;
}
.product-group-page .others-in-this-range h4 {
  text-align: center;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .product-group-page .product-images {
    width: 38%;
    flex-basis: 38%;
    flex-shrink: 0;
    margin-right: 4rem;
  }
  .product-group-page .product-images .desktop-images {
    display: block;
  }
  .product-group-page .product-images .desktop-images .preview-image {
    width: 100%;
  }
  .product-group-page .product-images .desktop-images .preview-image img {
    width: 100%;
  }
  .product-group-page .product-images .desktop-images .thumbs {
    display: flex;
  }
  .product-group-page .product-images .desktop-images .thumbs a {
    border: 1px solid #f7f7f7;
    max-width: 32%;
    cursor: pointer;
  }
  .product-group-page .product-images .desktop-images .thumbs a:hover {
    border-color: #e9e9e9;
  }
  .product-group-page .product-images .desktop-images .thumbs a + a {
    margin-left: 5px;
  }
  .product-group-page .product-images .desktop-images .thumbs a img {
    width: 100%;
  }
  .product-group-page .mobile-images {
    display: none;
  }
  .product-group-page .top-section {
    display: flex;
  }
  .product-group-page .product-group-name {
    margin-top: 0;
    text-align: left;
  }
  .product-group-page .product-price {
    text-align: left;
  }
  .product-group-page .btn-add-to-cart {
    display: inline-block;
    width: auto;
  }
  .product-group-page .top-section {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1104px) {
  .product-group-page .desktop-images {
    width: 350px;
    flex-basis: 350px;
  }
}

/*# sourceMappingURL=lfa.css.map */
