@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Average|Fjalla+One';
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

.u-text-center {
  text-align: center !important;
}

.u-full-width {
  width: 100%;
  height: auto;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

html,
body {
  font-size: 20px;
}

body {
  line-height: 1.3;
  color: #f2f2f2;
  font-family: "Average", serif;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 1.5em;
  line-height: 1.7;
}

a {
  color: inherit;
}

blockquote {
  margin: 0 auto;
}

::-moz-selection {
  background: #FA514C;
  color: white;
  opacity: 1;
}

::selection {
  background: #FA514C;
  color: white;
  opacity: 1;
}

/* ==========================================================================
Headings
========================================================================== */
/* 
* The CSS below for the headings really looks like it should be abstracted out to 
* something more dry but the idea here is that it provides a super easy place to make
* any small tweaks that the specific project might require.
*
* The extra h7 class is just for common areas where text is small eg copyright in footer,
* it's smaller than the body text.
* 
* The .h1 - .h7 classes only imitate the sizing on h1 - h6 elements, not the font properties.
*/
h1, h2, h3,
h4, h5, h6 {
  font-family: "Fjalla One", sans-serif;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 1.7rem;
  margin: 0 0 1.6rem;
  line-height: 1.2;
}

h3, .h3 {
  font-size: 2.5em;
  line-height: 1.3;
  margin: 0 0 1em;
  text-transform: uppercase;
  font-weight: normal;
}

h4, .h4 {
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 0 0 2.5em;
  color: #fa514c;
}

/* ==========================================================================
Basic Text Elements
========================================================================== */
p {
  margin: 0 0 1.5em;
}

hr {
  margin: 0 0 1.5em;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/* ==========================================================================
Lists
========================================================================== */
ul, ol {
  margin-top: 0;
}

/* ==========================================================================
Form, Label and Legend & Inputs
========================================================================== */
/* All rules within this section are opinionated. They can be removed or altered
without cross-browser rendering being affected */
label {
  display: inline-block;
}

legend {
  display: block;
}

/* ==========================================================================
Buttons and Button-Like Inputs
========================================================================== */
/**
 * 1. Background needs to be defined so that is consistent across browsers
 *
 * 2. Border definition added to prevent different styling across browsers,
 *    also, it's a good idea to be consistent with whether buttons/inputs
 *    are going to have borders otherwise they will become difficult to size
 *    equally.
 *
 * 3. Radius added to prevent default styling by Safari on iOS.
 *
 * 4. Make alignment consistent
 *
 * 5. Stop browsers styling buttons by defauly with that horrible gradient!
 *
 */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: none;
  /* 1 */
  border: 0.1em solid #f2f2f2;
  /* 2 */
  border-radius: 1.5em;
  /* 3 */
  text-align: center;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  -moz-appearance: none;
  /* 5 */
  appearance: none;
  /* 5 */
  font-size: 1em;
  font-weight: bold;
  color: #f2f2f2;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0.625em 1.0416666667em 0.625em;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 9em;
}

button:hover, button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  outline: none;
}

/* ==========================================================================
Inputs
========================================================================== */
/**
 * 1. Background needs to be defined so that is consistent across browsers
 *
 * 2. Border definition added to prevent different styling across browsers,
 *    also, it's a good idea to be consistent with whether buttons/inputs
 *    are going to have borders otherwise they will become difficult to size
 *    equally.
 *
 * 3. Radius added to prevent default styling by Safari on iOS.
 *
 * 4. Make alignment consistent
 *
 * 5. Stop browsers styling buttons by defauly with that horrible gradient!
 *
 * 6. Keeps textarea responsive even when cols attribute set.
 *
 */
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  background: white;
  /* 1 */
  border: .1em solid black;
  /* 2 */
  border-radius: 2em;
  /* 3 */
  text-align: left;
  /* 4 */
  -webkit-appearance: none;
  /* 5 */
  -moz-appearance: none;
  /* 5 */
  appearance: none;
  /* 5 */
  box-shadow: none;
  /* 5 */
  max-width: 100%;
  /* 6 */
  display: inline-block;
  padding: 0.7em;
  color: inherit;
  margin-bottom: 2em;
  z-index: 1;
}

input[type='email']:hover, input[type='email']:focus,
input[type='number']:hover,
input[type='number']:focus,
input[type='password']:hover,
input[type='password']:focus,
input[type='search']:hover,
input[type='search']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
input[type='text']:hover,
input[type='text']:focus,
input[type='url']:hover,
input[type='url']:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none;
}

input[type='email']:disabled, input[type='email'].disabled,
input[type='number']:disabled,
input[type='number'].disabled,
input[type='password']:disabled,
input[type='password'].disabled,
input[type='search']:disabled,
input[type='search'].disabled,
input[type='tel']:disabled,
input[type='tel'].disabled,
input[type='text']:disabled,
input[type='text'].disabled,
input[type='url']:disabled,
input[type='url'].disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
  background: grey;
  /* 1 */
}

input[type=number] {
  -moz-appearance: textfield;
  width: 2.8em;
  position: relative;
  top: -4px;
  text-align: center;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==========================================================================
Input Placeholders
========================================================================== */
/**
 * 1. Set placeholder text to same opacity across browsers.
 */
::-webkit-input-placeholder {
  color: black;
  opacity: 1;
  /* 1 */
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
  /* 1 */
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
  /* 1 */
}

:-ms-input-placeholder {
  color: black;
  opacity: 1;
  /* 1 */
}

.global-header {
  padding: 1.5em 1em 0.2em;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  display: block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 200;
  opacity: 1;
  display: none;
}

.global-header::after {
  clear: both;
  content: "";
  display: block;
}

.global-header__logo {
  display: inline-block;
  width: 3em;
  height: 3em;
  float: left;
  margin: 0;
  position: relative;
  top: -0.5em;
  background: pink;
  background: transparent url("../images/llera/logo.svg") center no-repeat;
  background-size: contain;
}

.ie7 .global-header__logo, .ie8 .global-header__logo, .firefox3 .global-header__logo, .safari-5 .global-header__logo {
  background: transparent url("../images/llera/logo.png") center no-repeat;
  background-size: contain;
}

.global-header__nav {
  display: inline-block;
  margin-top: 1em;
}

.global-header__nav a {
  display: inline-block;
  margin-right: 1em;
}

.global-header__nav a:last-child {
  margin-right: 0;
}

.global-header__cart-dropdown {
  color: #1d1d1b;
  position: absolute;
  background: white;
  z-index: 500;
  display: none;
  text-align: left;
}

.global-header__cart-dropdown:before {
  content: "";
  display: inline-block;
  background: transparent;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -10px;
}

.global-header__cart-dropdown button {
  background: #fa514c;
  border-color: #fa514c;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
}

.global-header__cart-dropdown thead {
  height: 0;
  overflow: hidden;
}

.global-header__cart-dropdown td {
  font-size: .8em;
  padding-bottom: 1em;
}

.global-header__cart-dropdown td:last-child {
  padding-left: .5em;
}

.global-header__cart-dropdown th {
  width: 50%;
  height: 0;
}

.global-header__cart {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  background: transparent url("../images/llera/cart-white.svg") center no-repeat;
  background-size: contain;
  float: right;
  position: relative;
  top: 1em;
  right: 3em;
  cursor: pointer;
}

.ie7 .global-header__cart, .ie8 .global-header__cart, .firefox3 .global-header__cart, .safari-5 .global-header__cart {
  background: transparent url("../images/llera/cart-white.png") center no-repeat;
  background-size: contain;
}

.global-header__cart:hover .global-header__cart-dropdown, .global-header__cart:focus .global-header__cart-dropdown {
  display: block;
  padding: 10px;
  top: 100%;
  width: 15em;
  left: 50%;
  margin-left: -7.5em;
}

.global-header__buy-link {
  font-size: 1.2em;
  padding: 0.6em 1.8em;
  border-radius: 2em;
  border: 0.15em solid #fa514c;
  color: #fa514c;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  float: right;
}

.global-header__buy-link span {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.5em;
  position: relative;
  top: .1em;
  background: transparent url("../images/llera/cart-red.svg") center no-repeat;
  background-size: contain;
}

.ie7 .global-header__buy-link span, .ie8 .global-header__buy-link span, .firefox3 .global-header__buy-link span, .safari-5 .global-header__buy-link span {
  background: transparent url("../images/llera/cart-red.png") center no-repeat;
  background-size: contain;
}

.global-header.has-bg {
  background: rgba(0, 0, 0, 0.8);
}

.global-header.nav-up {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.global-header.nav-down {
  height: 124px;
}

.information-slide {
  background: #5944e9;
  padding: 2.5em 1em;
  position: relative;
}

.information-slide .slide-inner {
  margin: 0 auto;
  max-width: 55em;
}

.information-slide p {
  font-size: 1.75em;
  margin-bottom: 0.875em;
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.information-slide p:last-child {
  margin-bottom: 0;
}

.information-slide__football {
  display: inline-block;
  background: red;
  height: 4em;
  width: 4em;
  background: transparent url("../images/llera/football-white.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -2em;
  left: 1em;
  z-index: 5;
}

.ie7 .information-slide__football, .ie8 .information-slide__football, .firefox3 .information-slide__football, .safari-5 .information-slide__football {
  background: transparent url("../images/llera/football-white.png") center no-repeat;
  background-size: contain;
}

.information-slide__whistle {
  display: inline-block;
  background: red;
  height: 4em;
  width: 4em;
  background: transparent url("../images/llera/whistle-white.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2em;
  right: 1em;
  z-index: 5;
}

.ie7 .information-slide__whistle, .ie8 .information-slide__whistle, .firefox3 .information-slide__whistle, .safari-5 .information-slide__whistle {
  background: transparent url("../images/llera/whistle-white.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .information-slide p {
    font-size: 1em;
  }
}

.video-slide {
  background: #fa514c;
  padding: 4.25em 1em;
  position: relative;
}

.video-slide .slide-inner {
  max-width: 55em;
  margin: 0 auto;
}

.video-slide__image-slider {
  overflow: visible;
  white-space: nowrap;
  margin: 3em 0 0;
}

.video-slide__football {
  display: inline-block;
  height: 6em;
  width: 6em;
  position: absolute;
  top: 2em;
  left: .5em;
  background: transparent url("../images/llera/fireball-white.svg") center no-repeat;
  background-size: contain;
}

.ie7 .video-slide__football, .ie8 .video-slide__football, .firefox3 .video-slide__football, .safari-5 .video-slide__football {
  background: transparent url("../images/llera/fireball-white.png") center no-repeat;
  background-size: contain;
}

.video-slide__boot {
  display: inline-block;
  height: 6em;
  width: 6em;
  position: absolute;
  bottom: -3em;
  right: .5em;
  background: transparent url("../images/llera/boot.svg") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.ie7 .video-slide__boot, .ie8 .video-slide__boot, .firefox3 .video-slide__boot, .safari-5 .video-slide__boot {
  background: transparent url("../images/llera/boot.png") center no-repeat;
  background-size: contain;
}

.video-slide__pattern {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: -10em;
  right: 65%;
  background-image: url("../images/llera/white-pattern.svg");
  background-size: cover;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.ie7 .video-slide__pattern, .ie8 .video-slide__pattern, .firefox3 .video-slide__pattern, .safari-5 .video-slide__pattern {
  background-image: url("../llera/white-pattern.png");
}

.video-slide .slide-inner > h3 {
  position: relative;
  z-index: 2;
}

.change_video {
  position: relative;
}

.change_video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: black;
  opacity: .1;
}

.change_video:after {
  content: "";
  background: transparent url("../images/llera/play.svg") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3em;
  width: 3em;
  margin-top: -1.5em;
}

.trust-slide {
  padding: 1.5em 1em;
  overflow: hidden;
}

.trust-slide h3 {
  color: #1d1d1b;
}

.trust-slide__slider {
  white-space: nowrap;
}

.trust-slide__slider-image {
  width: auto;
  height: auto;
}

.trust-slide__next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/llera/arrow-right.svg") center no-repeat;
  background-size: contain;
}

.ie7 .trust-slide__next, .ie8 .trust-slide__next, .firefox3 .trust-slide__next, .safari-5 .trust-slide__next {
  background: transparent url("../images/llera/arrow-right.png") center no-repeat;
  background-size: contain;
}

.trust-slide__prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/llera/arrow-left.svg") center no-repeat;
  background-size: contain;
}

.ie7 .trust-slide__prev, .ie8 .trust-slide__prev, .firefox3 .trust-slide__prev, .safari-5 .trust-slide__prev {
  background: transparent url("../images/llera/arrow-left.png") center no-repeat;
  background-size: contain;
}

.trust-slide__slider-wrapper {
  padding: 0 4em;
  position: relative;
}

.features-slide {
  padding: 4.25em 3em;
  color: #5944e9;
  display: block;
  position: relative;
  background: #ededed;
}

.features-slide::after {
  clear: both;
  content: "";
  display: block;
}

.features-slide .slide-inner {
  max-width: 55em;
  margin: 0 auto;
}

.features-slide__pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25%;
  right: 25%;
  background-image: url("../images/llera/blue-pattern.svg");
  background-size: cover;
  display: none;
}

.ie7 .features-slide__pattern, .ie8 .features-slide__pattern, .firefox3 .features-slide__pattern, .safari-5 .features-slide__pattern {
  background-image: url("../llera/blue-pattern.png");
}

.features-slide__image {
  margin-bottom: 2em;
  text-align: center;
}

.features-slide__image img {
  width: 100%;
  max-width: 15em;
}

.features-slide__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.features-slide__list li {
  font-size: 1.4em;
  position: relative;
  margin-bottom: 2.5em;
}

.features-slide__list li:before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  top: 0.15em;
  left: 0;
  margin: 0 auto 0.5em;
}

.features-slide__list li.netball:before {
  background: transparent url("../images/llera/ball-in-net-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.netball:before, .ie8 .features-slide__list li.netball:before, .firefox3 .features-slide__list li.netball:before, .safari-5 .features-slide__list li.netball:before {
  background: transparent url("../images/llera/ball-in-net-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.football:before {
  background: transparent url("../images/llera/football-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.football:before, .ie8 .features-slide__list li.football:before, .firefox3 .features-slide__list li.football:before, .safari-5 .features-slide__list li.football:before {
  background: transparent url("../images/llera/football-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.repetition:before {
  background: transparent url("../images/llera/repitition-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.repetition:before, .ie8 .features-slide__list li.repetition:before, .firefox3 .features-slide__list li.repetition:before, .safari-5 .features-slide__list li.repetition:before {
  background: transparent url("../images/llera/repitition-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.boot:before {
  background: transparent url("../images/llera/boot-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.boot:before, .ie8 .features-slide__list li.boot:before, .firefox3 .features-slide__list li.boot:before, .safari-5 .features-slide__list li.boot:before {
  background: transparent url("../images/llera/boot-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.face:before {
  background: transparent url("../images/llera/smiley-face-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.face:before, .ie8 .features-slide__list li.face:before, .firefox3 .features-slide__list li.face:before, .safari-5 .features-slide__list li.face:before {
  background: transparent url("../images/llera/smiley-face-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.fireball:before {
  background: transparent url("../images/llera/ball-fire-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.fireball:before, .ie8 .features-slide__list li.fireball:before, .firefox3 .features-slide__list li.fireball:before, .safari-5 .features-slide__list li.fireball:before {
  background: transparent url("../images/llera/ball-fire-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.gift:before {
  background: transparent url("../images/llera/present-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.gift:before, .ie8 .features-slide__list li.gift:before, .firefox3 .features-slide__list li.gift:before, .safari-5 .features-slide__list li.gift:before {
  background: transparent url("../images/llera/present-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.whistle:before {
  background: transparent url("../images/llera/whistle-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.whistle:before, .ie8 .features-slide__list li.whistle:before, .firefox3 .features-slide__list li.whistle:before, .safari-5 .features-slide__list li.whistle:before {
  background: transparent url("../images/llera/whistle-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.certificate:before {
  background: transparent url("../images/llera/ce-certificate-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.certificate:before, .ie8 .features-slide__list li.certificate:before, .firefox3 .features-slide__list li.certificate:before, .safari-5 .features-slide__list li.certificate:before {
  background: transparent url("../images/llera/ce-certificate-blue.png") center no-repeat;
  background-size: contain;
}

.features-slide__list li.star:before {
  background: transparent url("../images/llera/star-blue.svg") center no-repeat;
  background-size: contain;
}

.ie7 .features-slide__list li.star:before, .ie8 .features-slide__list li.star:before, .firefox3 .features-slide__list li.star:before, .safari-5 .features-slide__list li.star:before {
  background: transparent url("../images/llera/star-blue.png") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 940px) {
  .features-slide .features-slide__list li {
    text-align: left;
    padding-left: 1.5em;
  }
  .features-slide .features-slide__list li:before {
    display: inline-block;
    position: absolute;
  }
  .features-slide .features-slide__image {
    float: right;
  }
}

@media screen and (min-width: 1115px) {
  .features-slide .features-slide__list {
    float: right;
    width: 33.33%;
    padding-left: 2em;
  }
  .features-slide .features-slide__list:nth-child(even) {
    float: left;
    width: 33.33%;
    padding-right: 2em;
    padding-left: 0;
  }
  .features-slide .features-slide__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
  .features-slide .features-slide__pattern {
    display: block;
  }
}

.site-footer {
  padding: 1.25em;
  font-size: 16px;
  text-align: center;
  color: #1d1d1b;
  background: #ededed;
  display: block;
}

.site-footer::after {
  clear: both;
  content: "";
  display: block;
}

.site-footer .slide-inner {
  max-width: 68.75em;
  margin: 0 auto;
}

.site-footer__copy {
  display: inline-block;
  margin-bottom: 2em;
}

.site-footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
  text-align: center;
}

.site-footer__list li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1em;
}

.site-footer__list li:last-of-type {
  margin-right: 0;
}

.site-footer__icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: relative;
  top: .1em;
}

.site-footer__icon.youtube {
  background: transparent url("../images/llera/youtube.svg") center no-repeat;
  background-size: contain;
}

.ie7 .site-footer__icon.youtube, .ie8 .site-footer__icon.youtube, .firefox3 .site-footer__icon.youtube, .safari-5 .site-footer__icon.youtube {
  background: transparent url("../images/llera/youtube.png") center no-repeat;
  background-size: contain;
}

.site-footer__icon.facebook {
  background: transparent url("../images/llera/facebook.svg") center no-repeat;
  background-size: contain;
}

.ie7 .site-footer__icon.facebook, .ie8 .site-footer__icon.facebook, .firefox3 .site-footer__icon.facebook, .safari-5 .site-footer__icon.facebook {
  background: transparent url("../images/llera/facebook.png") center no-repeat;
  background-size: contain;
}

.site-footer__icon.twitter {
  background: transparent url("../images/llera/twitter.svg") center no-repeat;
  background-size: contain;
}

.ie7 .site-footer__icon.twitter, .ie8 .site-footer__icon.twitter, .firefox3 .site-footer__icon.twitter, .safari-5 .site-footer__icon.twitter {
  background: transparent url("../images/llera/twitter.png") center no-repeat;
  background-size: contain;
}

.site-footer__icon.instagram {
  background: transparent url("../images/llera/instagram.svg") center no-repeat;
  background-size: contain;
}

.ie7 .site-footer__icon.instagram, .ie8 .site-footer__icon.instagram, .firefox3 .site-footer__icon.instagram, .safari-5 .site-footer__icon.instagram {
  background: transparent url("../images/llera/instagram.png") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 47.5em) {
  .site-footer__list {
    display: inline-block;
    margin-bottom: 0;
  }
  .site-footer__list li {
    margin-bottom: 0;
  }
  .site-footer__list-item {
    display: inline-block;
  }
  .site-footer__copy {
    float: left;
    margin-bottom: 0;
  }
  .site-footer__made {
    float: right;
  }
}

.hero-slide {
  display: table;
  background: pink;
  width: 100%;
  height: 100vh;
  background-size: cover;
  font-size: .7em;
  position: relative;
}

.hero-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-slide__content-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em;
}

@media screen and (max-width: 400px) {
  .hero-slide__content-box {
    font-size: .9em;
  }
}

.hero-slide__title {
  font-size: 5.5em;
  margin-bottom: 0.65em;
  position: relative;
  z-index: 100;
}

.hero-slide__para {
  font-size: 2.5em;
  margin: 0 auto 0.7em;
  line-height: 1.4;
  position: relative;
  z-index: 100;
  max-width: 23em;
}

.hero-slide__button {
  font-size: 1.65em;
  margin-bottom: 1.303030303em;
  background: #fa514c;
  padding: 0.8em;
  border-radius: 2em;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 100;
}

.hero-slide__button span {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: relative;
  top: .12em;
  margin: 0 0.5em;
  background: transparent url("../images/llera/cart-white.svg") center no-repeat;
  background-size: contain;
}

.ie7 .hero-slide__button span, .ie8 .hero-slide__button span, .firefox3 .hero-slide__button span, .safari-5 .hero-slide__button span {
  background: transparent url("../images/llera/cart-white.png") center no-repeat;
  background-size: contain;
}

.hero-slide__down-arrow {
  display: block;
  height: 2em;
  width: 2em;
  cursor: pointer;
  margin: 0 auto;
  background: transparent url("../images/llera/down-arrow.svg") center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 100;
}

.ie7 .hero-slide__down-arrow, .ie8 .hero-slide__down-arrow, .firefox3 .hero-slide__down-arrow, .safari-5 .hero-slide__down-arrow {
  background: transparent url("../images/llera/down-arrow.png") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 960px) {
  .hero-slide {
    font-size: 1em;
  }
}

@media (max-height: 650px) {
  .hero-slide__content-box {
    font-size: 0.6em;
  }
  .hero-slide__down-arrow {
    font-size: 1.8em;
  }
  .hero-slide__button {
    font-size: 1.8em;
  }
}

@media (max-height: 749px) {
  .hero-slide__content-box {
    padding: 6em 1em 0;
    font-size: .9em;
  }
}

.cta-slide {
  padding: 1.5em 1em;
  display: block;
  position: relative;
}

.cta-slide::after {
  clear: both;
  content: "";
  display: block;
}

.cta-slide .slide-inner {
  margin: 0 auto;
  max-width: 55em;
  display: block;
}

.cta-slide .slide-inner::after {
  clear: both;
  content: "";
  display: block;
}

.cta-slide__para {
  color: #1d1d1b;
  margin-bottom: 2em;
}

.cta-slide__button {
  background: #fa514c url("../images/llera/white-pattern.svg");
  display: block;
  text-align: center;
  padding: 1em;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  -webkit-transition: top .2s ease-in-out;
  transition: top .2s ease-in-out;
  font-size: 1.7em;
}

.cta-slide__button span {
  display: inline-block;
  height: 2em;
  width: 2em;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  background: transparent url("../images/llera/cart-white.svg") center no-repeat;
  background-size: contain;
  font-size: .8em;
}

.ie7 .cta-slide__button span, .ie8 .cta-slide__button span, .firefox3 .cta-slide__button span, .safari-5 .cta-slide__button span {
  background: transparent url("../images/llera/cart-white.png") center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 940px) {
  .cta-slide__para {
    display: inline-block;
    margin-bottom: 0;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    padding-right: 1.5em;
  }
  .cta-slide__para:last-child {
    margin-right: 0;
  }
  .cta-slide__button {
    width: 9.1em;
    position: absolute;
    right: 1em;
    top: -.8em;
    bottom: 0;
  }
  .cta-slide__button:hover {
    top: -2em;
  }
}

.checkout-header {
  padding: 1.5em 1em 0.2em;
  text-align: center;
  display: block;
  margin-bottom: 3em;
  background: black;
  opacity: 0.8;
}

.checkout-header::after {
  clear: both;
  content: "";
  display: block;
}

.checkout-header .global-header__logo {
  float: none;
}

.checkout-header__title {
  position: relative;
  top: 0.6em;
  color: white;
  text-transform: uppercase;
}

@media screen and (min-width: 405px) {
  .checkout-header .global-header__logo {
    float: left;
  }
  .checkout-header__title {
    float: right;
  }
}

.mobile-header {
  position: fixed;
  left: 0;
  right: 0;
  height: 4em;
  overflow: hidden;
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
  display: block;
  z-index: 200;
}

.mobile-header::after {
  clear: both;
  content: "";
  display: block;
}

.mobile-header__button {
  float: left;
  display: block;
  width: 72.5033368499%;
  padding: 1.35em 0;
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
  text-align: center;
  background: #fa514c;
}

.mobile-header__button:last-child {
  width: 70.1456848265%;
}

.mobile-header__button span {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: red;
  background: transparent url("../images/llera/cart-white.svg") center no-repeat;
  background-size: contain;
  margin: 0 1em;
  position: relative;
  top: .1em;
}

.ie7 .mobile-header__button span, .ie8 .mobile-header__button span, .firefox3 .mobile-header__button span, .safari-5 .mobile-header__button span {
  background: transparent url("../images/llera/cart-white.png") center no-repeat;
  background-size: contain;
}

.mobile-header__menu-button {
  -webkit-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
  cursor: pointer;
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 27.4966631501%;
  margin-right: 0;
  padding: 1.4em;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
}

.mobile-header__menu-button:last-child {
  margin-right: 0;
}

.mobile-header__menu-button:before {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background: red;
  margin-right: 0.7em;
  position: relative;
  top: .1em;
  background: transparent url("../images/llera/menu-open.svg") center no-repeat;
  background-size: contain;
}

.ie7 .mobile-header__menu-button:before, .ie8 .mobile-header__menu-button:before, .firefox3 .mobile-header__menu-button:before, .safari-5 .mobile-header__menu-button:before {
  background: transparent url("../images/llera/menu-open.png") center no-repeat;
  background-size: contain;
}

.mobile-header__menu-button.is-open:before {
  background: transparent url("../images/llera/menu-close.svg") center no-repeat;
  background-size: contain;
}

.ie7 .mobile-header__menu-button.is-open:before, .ie8 .mobile-header__menu-button.is-open:before, .firefox3 .mobile-header__menu-button.is-open:before, .safari-5 .mobile-header__menu-button.is-open:before {
  background: transparent url("../images/llera/menu-close.png") center no-repeat;
  background-size: contain;
}

.mobile-header.has-backgrounds .mobile-header__button {
  background: #fa514c;
}

.mobile-header.has-backgrounds .mobile-header__menu-button {
  background: rgba(0, 0, 0, 0.8);
}

.mobile-header__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  text-align: center;
  padding: 2.5em 0;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 4em;
  display: none;
  bottom: 0;
  z-index: 200;
}

.mobile-header__menu li {
  font-family: "Average", serif;
  text-transform: none;
  margin-bottom: 1em;
  font-size: 1.5em;
}

@media screen and (min-width: 1060px) {
  .mobile-header {
    display: none !important;
  }
  .global-header {
    display: block;
  }
}

.story-slide {
  padding: 2.5em 1em;
  color: #1d1d1b;
}

.story-slide .slide-inner {
  max-width: 55em;
  margin: 0 auto;
}

.story-slide h3 {
  color: #fa514c;
}

.story-slide__image-section {
  margin-bottom: 1em;
}

.story-slide__image-section img {
  width: 100%;
}

.story-slide__quote {
  color: #fa514c;
  line-height: 1.7;
  clear: both;
}

@media screen and (min-width: 840px) {
  .story-slide__image-section {
    float: right;
    margin-right: 0;
    width: 31.76157%;
  }
  .story-slide__story-section {
    float: left;
    margin-right: 2.35765%;
    width: 65.88078%;
  }
  .story-slide__quote {
    padding: 1em 0;
    border-top: 2px solid #fa514c;
    border-bottom: 2px solid #fa514c;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  padding: 7%;
  overflow: auto;
  display: none;
}

.overlay__content {
  background: white;
  z-index: 2000;
  color: #1d1d1b;
  padding: 2em;
  max-width: 850px;
  margin: 0 auto;
}

.overlay__title {
  color: #5944e9;
  position: relative;
}

.overlay__close {
  font-family: "Fjalla One", sans-serif;
  color: #1d1d1b;
  position: absolute;
  right: 0em;
  top: .5em;
  font-size: 0.5em;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  width: 1em;
  background: transparent url("../images/llera/grey-close.svg") center no-repeat;
  background-size: contain;
}

.ie7 .overlay__close, .ie8 .overlay__close, .firefox3 .overlay__close, .safari-5 .overlay__close {
  background: transparent url("../images/llera/grey-close.png") center no-repeat;
  background-size: contain;
}

.overlay__image-box {
  display: none;
}

.overlay__guideline {
  font-size: .85em;
}

.overlay__info-box div {
  margin-bottom: 0.3em;
}

.overlay__info-box div span {
  position: relative;
  display: inline-block;
}

.overlay__info-box div span:after {
  content: "▼";
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 0.8em;
  height: 1em;
  width: 1em;
  font-family: "Fjalla One", sans-serif;
  z-index: 0;
}

.overlay__info-box select {
  padding-right: 2em;
  position: relative;
  background-color: transparent;
  margin-bottom: .6em;
  z-index: 2;
}

.overlay__cta {
  margin-top: 2em;
  text-align: center;
}

.overlay__cta a {
  color: #fa514c;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  display: inline-block;
}

.overlay__cta button {
  display: inline-block;
  background: #fa514c;
  border-color: #fa514c;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  font-size: 1.5em;
}

@media screen and (min-width: 831px) {
  .overlay__image-box {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .overlay__image-box:last-child {
    margin-right: 0;
  }
  .overlay__info-box {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  .overlay__info-box:last-child {
    margin-right: 0;
  }
  .overlay__info-box div {
    text-align: right;
  }
}

@media (max-width: 680px) {
  .overlay__title {
    color: white;
    height: 65px;
    overflow: hidden;
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .overlay__content {
    padding: 1em;
  }
}

@media (max-width: 500px) {
  .overlay__content {
    font-size: .9em;
  }
}

.quote-slide {
  background: #5944e9;
  padding: 4.25em 1em;
  overflow: hidden;
  position: relative;
}

.quote-slide .slide-inner {
  max-width: 55em;
  margin: 0 auto;
}

.quote-slide__quote-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 3em;
}

.quote-slide__quote-title {
  white-space: normal;
  margin-bottom: 0.25em;
  color: #fa514c;
}

.quote-slide__quote-para {
  white-space: normal;
  text-align: left;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Fjalla One", sans-serif;
}

.quote-slide__quote-para:before {
  content: "“";
}

.quote-slide__quote-para:after {
  content: "”";
}

.quote-slide__dots {
  text-align: center;
  color: grey;
}

.quote-slide__dots span {
  font-size: 2em;
  margin-right: 0.1em;
  cursor: pointer;
}

.quote-slide__dots span:last-child {
  margin-right: 0;
}

.quote-slide__dots .cycle-pager-active {
  color: white;
}

.quote-slide__quote-cite {
  font-family: "Fjalla One", sans-serif;
  text-transform: uppercase;
}

.quote-slide__prev {
  cursor: pointer;
  position: absolute;
  left: -.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/llera/arrow-left.svg") center no-repeat;
  background-size: contain;
}

.ie7 .quote-slide__prev, .ie8 .quote-slide__prev, .firefox3 .quote-slide__prev, .safari-5 .quote-slide__prev {
  background: transparent url("../images/llera/arrow-left.png") center no-repeat;
  background-size: contain;
}

.quote-slide__next {
  cursor: pointer;
  position: absolute;
  right: -.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 300;
  display: inline-block;
  height: 3em;
  width: 3em;
  background: transparent url("../images/llera/arrow-right.svg") center no-repeat;
  background-size: contain;
}

.ie7 .quote-slide__next, .ie8 .quote-slide__next, .firefox3 .quote-slide__next, .safari-5 .quote-slide__next {
  background: transparent url("../images/llera/arrow-right.png") center no-repeat;
  background-size: contain;
}

.quote-slide__netball {
  position: absolute;
  bottom: 1em;
  left: 1em;
  display: inline-block;
  height: 5em;
  width: 5em;
  background: transparent url("../images/llera/ball-net-white.svg") center no-repeat;
  background-size: contain;
  z-index: 5;
}

.ie7 .quote-slide__netball, .ie8 .quote-slide__netball, .firefox3 .quote-slide__netball, .safari-5 .quote-slide__netball {
  background: transparent url("../images/llera/ball-net-white.png") center no-repeat;
  background-size: contain;
}

.quote-slide__pattern {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background-size: cover;
  right: -10em;
  left: 65%;
  background-image: url("../images/llera/white-pattern.svg");
}

.ie7 .quote-slide__pattern, .ie8 .quote-slide__pattern, .firefox3 .quote-slide__pattern, .safari-5 .quote-slide__pattern {
  background-image: url("../llera/white-pattern.png");
}

h3 {
  color: #5944e9;
}

.checkout-table {
  width: 100%;
}

.checkout-table__th-image {
  width: 20%;
}

.checkout-table__th-info {
  width: 23%;
}

.checkout-table__th-price {
  width: 19%;
}

.checkout-table__th-qty {
  width: 16%;
}

.checkout-table__th-total {
  width: 19%;
}

.checkout-table__th-close {
  width: 3%;
}

.checkout-table__qty-input {
  display: inline-block;
  max-width: 3em !important;
  border: 2px solid lightgrey !important;
  text-align: center;
  margin-bottom: 0 !important;
}

.checkout-table tr {
  padding-bottom: 1.5em;
}

.checkout-table td {
  padding-left: 1em;
  padding-bottom: 2em;
  vertical-align: middle;
}

.checkout-table td:first-child {
  padding-left: 0;
}

.checkout-table__close-cell span {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: transparent url("../images/llera/red-close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.ie7 .checkout-table__close-cell span, .ie8 .checkout-table__close-cell span, .firefox3 .checkout-table__close-cell span, .safari-5 .checkout-table__close-cell span {
  background: transparent url("../images/llera/red-close.png") center no-repeat;
  background-size: contain;
}

.checkout-table__shipping-cell {
  text-align: right;
  position: relative;
}

.checkout-table__shipping-cell select {
  position: relative;
}

.checkout-table__shipping-cell:after {
  content: "▼";
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 0.8em;
  height: 1em;
  width: 1em;
  font-family: "Fjalla One", sans-serif;
  z-index: 0;
}

.checkout-table__shipping-price {
  text-align: right;
}

.checkout-table__promo-code {
  font-size: .8em;
}

.checkout-table__promo-code input {
  margin-bottom: 0;
  display: inline-block;
  max-width: 12em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  font-family: "Average", serif;
}

.checkout-table__promo-code button {
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: .74em;
  background: #fa514c;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  letter-spacing: .05em;
  position: relative;
  left: -0.25em;
  border-left: none;
  text-transform: uppercase;
}

.checkout-table__promo-code ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: grey;
}

.checkout-table__promo-code :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: grey;
  opacity: 1;
}

.checkout-table__promo-code ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: grey;
  opacity: 1;
}

.checkout-table__promo-code :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey;
}

.checkout-table__total-price {
  text-align: right;
  font-size: 2em;
  padding-bottom: 1em !important;
}

.checkout-table__discount {
  text-align: right;
  font-size: 1.6em;
}

.checkout-table__discount span {
  display: block;
  font-size: 0.7em;
}

.checkout-table__discount span em {
  display: inline-block;
  height: 1em;
  width: 1em;
  background: transparent url("../images/llera/red-close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
}

.ie7 .checkout-table__discount span em, .ie8 .checkout-table__discount span em, .firefox3 .checkout-table__discount span em, .safari-5 .checkout-table__discount span em {
  background: transparent url("../images/llera/red-close.png") center no-repeat;
  background-size: contain;
}

.checkout-table__browse {
  text-transform: uppercase;
  color: #fa514c;
  font-family: "Fjalla One", sans-serif;
}

.checkout-table__buy-button {
  text-align: right;
}

.checkout-table__buy-button button {
  margin: 0 0 0 auto;
  background: #fa514c;
  border-color: #fa514c;
  text-transform: uppercase;
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  font-size: 1.3em;
}

.checkout-table__delivery-line {
  font-size: .8em;
}

@media screen and (max-width: 820px) {
  .checkout-table .product-table__image {
    display: none;
  }
  .checkout-table__th-image {
    display: none;
    width: auto;
  }
  .checkout-table__th-info {
    width: 20%;
  }
  .checkout-table__th-total {
    width: 33%;
  }
  .checkout-table__product-table > tr td:first-of-type {
    display: none;
  }
}

@media screen and (max-width: 780px) {
  .checkout-table {
    display: block;
  }
  .checkout-table tbody {
    display: block;
  }
  .checkout-table tr {
    display: block;
    text-align: center;
  }
  .checkout-table td {
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .checkout-table__shipping-cell {
    display: inline-block !important;
  }
  .checkout-table__shipping-price {
    padding-bottom: 0 !important;
  }
  .checkout-table__total-price {
    padding-bottom: 0 !important;
  }
  .checkout-table__buy-button button {
    margin: 0 auto;
  }
}

.thin-image-slide {
  position: relative;
}

.thin-image-slide__image {
  height: 20em;
  background: transparent url("https://www.placecage.com/700/600") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.thin-image-slide__image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.checkout-container {
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
  color: #1d1d1b;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.checkout-container::after {
  clear: both;
  content: "";
  display: block;
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: block;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent;
  }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent;
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

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