@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #477DCA;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none; }
  button:hover,
  input[type="submit"]:hover {
    background-color: #2c5999;
    color: white; }
  button:disabled,
  input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #477DCA;
  text-decoration: none; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #DDD;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus {
    border-color: #477DCA;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

/* You can delete this if you're not using Neat */
html {
  box-sizing: border-box; }

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

/* Added Bourbon and Neat */
@font-face {
  font-family: "Brandon-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_regular.woff2") format("woff2"), url("../fonts/Brandon/brandon_regular.woff") format("woff"), url("../fonts/Brandon/brandon_regular.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-regular-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_regular_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_regular_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_regular_italic.woff") format("woff"), url("../fonts/Brandon/brandon_regular_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-thin";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_thin.woff2") format("woff2"), url("../fonts/Brandon/brandon_thin.woff") format("woff"), url("../fonts/Brandon/brandon_thin.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-thin-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_thin_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_thin_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_thin_italic.woff") format("woff"), url("../fonts/Brandon/brandon_thin_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_light.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_light.woff2") format("woff2"), url("../fonts/Brandon/brandon_light.woff") format("woff"), url("../fonts/Brandon/brandon_light.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_light_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_light_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_light_italic.woff") format("woff"), url("../fonts/Brandon/brandon_light_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_medium.woff2") format("woff2"), url("../fonts/Brandon/brandon_medium.woff") format("woff"), url("../fonts/Brandon/brandon_medium.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-medium-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_medium_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_medium_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_medium_italic.woff") format("woff"), url("../fonts/Brandon/brandon_medium_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_bold.woff2") format("woff2"), url("../fonts/Brandon/brandon_bold.woff") format("woff"), url("../fonts/Brandon/brandon_bold.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-bold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_bold_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_bold_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_bold_italic.woff") format("woff"), url("../fonts/Brandon/brandon_bold_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-black";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_black.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_black.woff2") format("woff2"), url("../fonts/Brandon/brandon_black.woff") format("woff"), url("../fonts/Brandon/brandon_black.ttf") format("truetype"); }
@font-face {
  font-family: "Brandon-black-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Brandon/brandon_black_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Brandon/brandon_black_italic.woff2") format("woff2"), url("../fonts/Brandon/brandon_black_italic.woff") format("woff"), url("../fonts/Brandon/brandon_black_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Adriane-regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Adriane/adriane_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Adriane/adriane_regular.woff2") format("woff2"), url("../fonts/Adriane/adriane_regular.woff") format("woff"), url("../fonts/Adriane/adriane_regular.ttf") format("truetype"); }
@font-face {
  font-family: "Adriane-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Adriane/adriane_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Adriane/adriane_italic.woff2") format("woff2"), url("../fonts/Adriane/adriane_italic.woff") format("woff"), url("../fonts/Adriane/adriane_italic.ttf") format("truetype"); }
@font-face {
  font-family: "Adriane-bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Adriane/adriane_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Adriane/adriane_bold.woff2") format("woff2"), url("../fonts/Adriane/adriane_bold.woff") format("woff"), url("../fonts/Adriane/adriane_bold.ttf") format("truetype"); }
@font-face {
  font-family: "Adriane-bold-italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Adriane/adriane_bold_italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Adriane/adriane_bold_italic.woff2") format("woff2"), url("../fonts/Adriane/adriane_bold_italic.woff") format("woff"), url("../fonts/Adriane/adriane_bold_italic.ttf") format("truetype"); }
.subheading-normal, .text-serif, .m-footer .m-footer--text-block .m-footer--description, .m-footer .m-footer--payment-methods p, .m-product--item .m-product--customer-status, .m-purchase--feature, .m-purchase--details, .m-purchase--price-status, .m-cart--step-help-info, .m-cart--learn-more-item p, .m-cart--benefits-item, .m-cart--order-details, .m-cart--order-details-code, .m-form label, .m-form input.text-serif, .m-form--group label, input[type="text"].text-serif, .m-dialog .l-one-third p, .m-dashboard--date, .m-table td, .m-vip--advantages--item, .m-vip-benefits--item, .m-vip-faq--list {
  font-family: "Adriane-regular", serif; }

.subheading, .text-italic-serif, .m-header--slogan h3, .m-footer .m-footer--contact-block .email, .slider, .m-cart--options-box-or {
  font-family: "Adriane-italic", serif; }

.m-footer .m-footer--text-block .m-footer--description span, .m-cart--order-details-strong, .m-counter input.qtyplus, .m-counter input.qtyminus, .m-table td.m-table--status {
  font-family: "Adriane-bold", serif; }

.text-sans, .m-counter-down, .m-counter-down--time-info, .m-footer .m-footer--contact-block p, .m-feature--caption, .m-product--item p, .m-purchase h1, .m-cart--step, .m-cart--details-title, .m-cart--item-title, .m-dialog h5 {
  font-family: "Brandon-regular", serif; }

.text-medium-sans, .m-navigation, .m-cart--dropdown-item-amount, .m-cart--dropdown-promote, .m-counter input, .m-dashboard-nav--item a {
  font-family: "Brandon-medium", sans-serif; }

h3.text-smaller, h5.text-smaller, .text-smallest, .text-bold-sans, .link, .m-counter-down--time, .m-cart--dropdown-promote strong, .m-badges.small, .m-purchase--label, .m-purchase--price-regular, .m-cart--learn-more-item h6, .m-cart--benefits-title, .m-cart--options-box-title, .m-cart--order-price, .m-cart--order-price-strong, .m-cart--frequency h2, .m-cart--options-toggler, .m-dialog h6, .m-vip--advantages--item .step {
  font-family: "Brandon-bold", sans-serif; }

h1, h2, h3, h4, h5, .text-black-sans, .learn-more, .m-header--slogan h1, .m-footer .m-footer--text-block .m-footer--title, .m-button, .m-product--item .m-product--price, .m-purchase--price, .m-cart--step i, .m-dashboard-nav--item .is-active, .m-table th {
  font-family: "Brandon-black", sans-serif; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

h3.text-smaller {
  font-size: 1.5625em;
  font-weight: normal; }

h4.text-smaller {
  font-size: 1.375em; }

h5.text-smaller {
  font-size: 1.0625em;
  font-weight: normal; }

.text-smallest {
  font-size: 15px;
  font-weight: normal; }

.text-average {
  font-size: 1.125em; }

.text-tiny {
  font-size: 0.75em;
  color: #aaaaaa;
  font-weight: normal; }

.text-big {
  font-size: 1.875em;
  font-weight: normal; }
  
.text-emphasize {
  font-size: 1.8125em; }

.uppercase {
  text-transform: uppercase; }

.title {
  color: #2f2f2f;
  letter-spacing: 1px; }

.heading {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 42px;
  margin-bottom: 5px; }
  @media screen and (max-width: 30em) {
    .heading {
      font-size: 1.625em;
      line-height: 34px; } }

.subheading {
  font-size: 1.125em;
  color: #a2d7fb;
  letter-spacing: 0.4px;
  line-height: 25px; }

.subheading-normal {
  font-size: 1.0625em;
  color: #707070; }

.title-underline {
  color: black;
  border-bottom: 3px solid black;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 25px; }

.title-huge {
  font-size: 4.375em;
  line-height: 80px;
  text-transform: uppercase; }
  @media screen and (max-width: 48em) {
    .title-huge {
      font-size: 2.5em;
      line-height: 50px; } }
  @media screen and (max-width: 30em) {
    .title-huge {
      font-size: 1.875em;
      line-height: 40px; } }
  .title-huge.smaller {
    font-size: 58px;
    letter-spacing: 3px;
    line-height: 70px; }
    @media screen and (max-width: 48em) {
      .title-huge.smaller {
        font-size: 2.5em;
        line-height: 50px; } }
    @media screen and (max-width: 48em) {
      .title-huge.smaller {
        font-size: 1.375em;
        line-height: 30px; } }
  .title-huge.decorated {
    position: relative;
    color: #007fdd;
    background-color: white;
    z-index: 0;
    padding: 0 55px;
    display: inline-block; }
    @media screen and (max-width: 30em) {
      .title-huge.decorated {
        padding: 0 10px; } }
    .title-huge.decorated:before {
      content: "";
      position: absolute;
      height: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: 0 40px;
      background-color: white;
      z-index: -1; }
      @media screen and (max-width: 30em) {
        .title-huge.decorated:before {
          display: none; } }
    .title-huge.decorated:after {
      content: "";
      position: absolute;
      height: 3px;
      border-radius: 3px;
      left: 0;
      right: 0;
      top: 40px;
      background-color: #007fdd;
      z-index: -2; }
      @media screen and (max-width: 48em) {
        .title-huge.decorated:after {
          top: 22px; } }
      @media screen and (max-width: 30em) {
        .title-huge.decorated:after {
          display: none; } }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media screen and (max-width: 48em) {
  .text-center-tablet {
    display: inline-block;
    text-align: center;
    width: 100%; } }

.text-white {
  color: white; }

.text-light-blue {
  color: #cacfd3; }

.text-light-light-blue {
  color: #b3e0ff; }

.text-pile-color {
  color: #848589; }

.text-weak-color {
  color: #767676; }

.text-blue {
  color: #0f92eb; }
  
.text-red {
  color: #f53d3d; }

.text-alt-color {
  color: #4d5052; }

.uppercase {
  text-transform: uppercase; }

.title {
  color: #2f2f2f;
  letter-spacing: 1px; }

.heading {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 42px;
  margin-bottom: 5px; }
  @media screen and (max-width: 30em) {
    .heading {
      font-size: 1.625em;
      line-height: 34px; } }

.subheading {
  font-size: 1.125em;
  color: #a2d7fb;
  letter-spacing: 0.4px;
  line-height: 25px; }

.subheading-normal {
  font-size: 1.0625em;
  color: #707070; }

.text-shadow {
  text-shadow: 1px 1px 1px black; }

.hashtag {
  color: white; }

.bg-near-white {
  background-color: #f9f8f8; }

.bg-snow {
  background-color: #f1f1f1; }

.bg-gray {
  background-color: #a8aaab; }

.bg-blue {
  background-color: #0f92eb; }

.bg-red {
  background-color: #f53d3d; }

.bg-our-socks {
  background-image: url("../images/v2/content/bg-our-socks.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  overflow: hidden; }
  .bg-our-socks h1.heading {
    margin-top: 150px; }
  .bg-our-socks h5.heading {
    margin-top: 200px; }
  @media screen and (max-width: 48em) {
    .bg-our-socks {
      background-image: none;
      background-color: white;
      min-height: auto; }
      .bg-our-socks h1.heading {
        margin-top: 0; }
      .bg-our-socks .heading {
        color: #2f2f2f;
        text-shadow: none; }
      .bg-our-socks p {
        text-shadow: none;
        color: #656565;
        font-size: 1.0625em; }
      .bg-our-socks h5.heading {
        margin-top: 0px;
        color: #0f92eb;
        text-transform: capitalize; } }

.hidden-tablet-mobile {
  display: block; }
  @media screen and (max-width: 48em) {
    .hidden-tablet-mobile {
      display: none !important; } }

.hidden-mobile {
  display: block; }
  @media screen and (max-width: 30em) {
    .hidden-mobile {
      display: none !important; } }

.hidden-tablet {
  display: block; }
  @media screen and (max-width: 48em) {
    .hidden-tablet {
      display: none !important; } }
  @media screen and (max-width: 30em) {
    .hidden-tablet {
      display: block !important; } }

.visible-tablet {
  display: none !important; }
  @media screen and (max-width: 48em) {
    .visible-tablet {
      display: block !important; } }

.hidden-tablet-visible-mobile {
  display: block; }
  @media screen and (max-width: 48em) {
    .hidden-tablet-visible-mobile {
      display: none; } }
  @media screen and (max-width: 30em) {
    .hidden-tablet-visible-mobile {
      display: block !important; } }

.visible-tablet-mobile {
  display: none !important; }
  @media screen and (max-width: 48em) {
    .visible-tablet-mobile {
      display: block !important; } }

.visible-mobile {
  display: none !important; }
  @media screen and (max-width: 30em) {
    .visible-mobile {
      display: block !important; } }

@media screen and (max-width: 30em) {
  .visible-tablet-hidden-mobile {
    display: none !important; } }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0 !important; }
  
.no-padding-top-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.right {
  float: right; }

.left {
  float: left; }

.full-width {
  width: 100%;
  display: block; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.hr {
  overflow: hidden;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  margin: 5px 0; }
  .hr.strong {
    background-color: #acacac;
    margin-top: 30px; }

.link {
  color: #0f92eb; }
  .link.with-arrow {
    padding-right: 30px;
    position: relative; }
    .link.with-arrow i {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -2px; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-10px); }
  60% {
    -moz-transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }
.learn-more {
  color: white;
  font-size: 1em;
  text-shadow: 0 0 27px rgba(0, 0, 0, 0.7);
  position: relative;
  display: inline-block; }
  .learn-more:after {
    content: "";
    background-image: url("../images/v2/icons/icon-arrow-bottom-white.png");
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin-left: -27px;
    width: 54px;
    height: 47px;
    display: block; }
  .learn-more:hover:after {
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }

.l-single {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  .l-single::after {
    clear: both;
    content: "";
    display: table; }
  .l-single::after {
    clear: both;
    content: "";
    display: table; }
  .l-single::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 61.25em) {
    .l-single {
      padding: 0 2%; } }

.l-centered {
  margin: 0 auto; }

.l-row {
  display: block;
  width: 100%; }
  .l-row::after {
    clear: both;
    content: "";
    display: table; }
  .l-row::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 48em) {
  .l-row-tablet {
    display: block;
    width: 100%; }
    .l-row-tablet::after {
      clear: both;
      content: "";
      display: table; }
    .l-row-tablet::after {
      clear: both;
      content: "";
      display: table; } }

.l-half {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%; }
  .l-half::after {
    clear: both;
    content: "";
    display: table; }
  .l-half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-half {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-half:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-half {
      width: 100%; } }
  @media screen and (max-width: 48em) {
    .l-half.l-keep-on-all {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .l-half.l-keep-on-all:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-half.l-keep-on-all {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .l-half.l-keep-on-all:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .l-half.l-keep-on-tablet {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .l-half.l-keep-on-tablet:last-child {
        margin-right: 0; }
      .l-half.l-keep-on-tablet.gutter {
        padding-right: 20px; } }
  @media screen and (max-width: 30em) {
    .l-half.l-keep-on-tablet {
      width: 100%; }
      .l-half.l-keep-on-tablet.gutter {
        padding-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-half.l-keep-on-mobile {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .l-half.l-keep-on-mobile:last-child {
        margin-right: 0; }
      .l-half.l-keep-on-mobile.gutter {
        padding-right: 20px; } }

.gutter {
  padding-right: 20px; }
  @media screen and (max-width: 48em) {
    .gutter {
      padding-right: 0; } }

@media screen and (max-width: 30em) {
  .gutter-mobile {
    padding-right: 20px; } }

@media screen and (max-width: 48em) {
  .no-gutter-tablet {
    padding-right: 0 !important; } }

@media screen and (max-width: 30em) {
  .no-gutter-mobile {
    padding-right: 0; } }

.l-half-tablet::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 48em) {
  .l-half-tablet {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .l-half-tablet:last-child {
      margin-right: 0; } }
@media screen and (max-width: 30em) {
  .l-half-tablet {
    width: 100%; } }

.l-half-mobile::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 30em) {
  .l-half-mobile {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .l-half-mobile:last-child {
      margin-right: 0; }
    .l-half-mobile.gutter {
      padding-right: 20px; } }
.l-half-mobile.l-keep-on-tablet.l-one-fourth::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 30em) {
  .l-half-mobile.l-keep-on-tablet.l-one-fourth {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .l-half-mobile.l-keep-on-tablet.l-one-fourth:last-child {
      margin-right: 0; } }

.l-one-third {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .l-one-third::after {
    clear: both;
    content: "";
    display: table; }
  .l-one-third:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-one-third.l-keep-on-tablet {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .l-one-third.l-keep-on-tablet:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-one-third.l-keep-on-tablet {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-one-third.l-keep-on-tablet:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 48em) {
    .l-one-third {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-one-third:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-one-third {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-one-third:last-child {
        margin-right: 0; } }

.l-one-third-break-half {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .l-one-third-break-half::after {
    clear: both;
    content: "";
    display: table; }
  .l-one-third-break-half:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-one-third-break-half {
      width: 50%; } }
  @media screen and (max-width: 30em) {
    .l-one-third-break-half {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-one-third-break-half:last-child {
        margin-right: 0; } }

@media screen and (max-width: 48em) {
  .l-single-break-half {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .l-single-break-half:last-child {
      margin-right: 0; } }

.l-single-break-half-break-single::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 48em) {
  .l-single-break-half-break-single {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .l-single-break-half-break-single:last-child {
      margin-right: 0; } }
@media screen and (max-width: 30em) {
  .l-single-break-half-break-single {
    width: 100%; } }

.l-one-fourth {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%; }
  .l-one-fourth::after {
    clear: both;
    content: "";
    display: table; }
  .l-one-fourth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-one-fourth {
      width: 100%; } }
  .l-one-fourth.l-keep-on-tablet {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .l-one-fourth.l-keep-on-tablet:last-child {
      margin-right: 0; }
  @media screen and (max-width: 30em) {
    .l-one-fourth {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-one-fourth:last-child {
        margin-right: 0; } }

.l-one-fourth-tablet::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 48em) {
  .l-one-fourth-tablet {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%; }
    .l-one-fourth-tablet:last-child {
      margin-right: 0; } }

.l-one-sixth {
  float: left;
  display: block;
  margin-right: 0%;
  width: 16.66667%; }
  .l-one-sixth::after {
    clear: both;
    content: "";
    display: table; }
  .l-one-sixth:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-one-sixth {
      float: left;
      display: block;
      margin-right: 0%;
      width: 150%; }
      .l-one-sixth:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-one-sixth {
      float: left;
      display: block;
      margin-right: 0%;
      width: 300%; }
      .l-one-sixth:last-child {
        margin-right: 0; } }

.l-two {
  float: left;
  display: block;
  margin-right: 0%;
  width: 16.66667%; }
  .l-two:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-two {
      width: 100%; } }

.l-three {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%; }
  .l-three:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-three {
      width: 100%; } }

.l-four {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%; }
  .l-four:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-four {
      width: 100%; } }

.l-five {
  float: left;
  display: block;
  margin-right: 0%;
  width: 41.66667%; }
  .l-five:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-five {
      width: 100%; } }

.l-seven {
  float: left;
  display: block;
  margin-right: 0%;
  width: 58.33333%; }
  .l-seven:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-seven {
      width: 100%; } }

.l-eight {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%; }
  .l-eight::after {
    clear: both;
    content: "";
    display: table; }
  .l-eight:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .l-eight {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-eight:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .l-eight {
      float: left;
      display: block;
      margin-right: 0%;
      width: 100%; }
      .l-eight:last-child {
        margin-right: 0; } }

.l-eight-tablet::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 48em) {
  .l-eight-tablet {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%; }
    .l-eight-tablet:last-child {
      margin-right: 0; }
    .l-eight-tablet.gutter {
      padding-right: 20px; } }

.l-nine {
  float: left;
  display: block;
  margin-right: 0%;
  width: 75%; }
  .l-nine::after {
    clear: both;
    content: "";
    display: table; }
  .l-nine:last-child {
    margin-right: 0; }
  .l-nine.gutter {
    padding-right: 20px; }
  @media screen and (max-width: 30em) {
    .l-nine {
      width: 100%; }
      .l-nine.gutter {
        padding-right: 0; } }

@media screen and (max-width: 48em) {
  .l-nine-tablet {
    float: left;
    display: block;
    margin-right: 0%;
    width: 75%; }
    .l-nine-tablet::after {
      clear: both;
      content: "";
      display: table; }
    .l-nine-tablet:last-child {
      margin-right: 0; }
    .l-nine-tablet.gutter {
      padding-right: 20px; } }

.l-one-shift {
  margin-left: 8.33333%; }
  @media screen and (max-width: 48em) {
    .l-one-shift {
      margin-left: 0; } }

.l-one-half-shift {
  margin-left: 4.16667%; }
  @media screen and (max-width: 48em) {
    .l-one-half-shift {
      margin-left: 0; } }

.l-two-shift {
  margin-left: 16.66667%; }
  @media screen and (max-width: 48em) {
    .l-two-shift {
      margin-left: 0; } }

.l-three-shift {
  margin-left: 25.0%; }
  @media screen and (max-width: 48em) {
    .l-three-shift {
      margin-left: 0; } }

.l-four-shift {
  margin-left: 33.33333%; }
  @media screen and (max-width: 48em) {
    .l-four-shift {
      margin-left: 0; } }

.l-content--small {
  overflow: hidden;
  padding: 30px 0; }
  .l-content--small::after {
    clear: both;
    content: "";
    display: table; }

.l-content--tiny {
  padding: 10px 0; }
  .l-content--tiny::after {
    clear: both;
    content: "";
    display: table; }

.l-content {
  padding: 60px 0; }
  .l-content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 30em) {
    .l-content {
      padding: 30px 0; } }

.l-content--medium {
  padding: 140px 70px 70px 0; }
  .l-content--medium::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 30em) {
    .l-content--medium {
      padding: 110px 10px 35px 0 !important; } }

.l-content--big {
  padding: 100px 0; }
  .l-content--big::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 48em) {
    .l-content--big {
      padding: 50px 0; } }
  @media screen and (max-width: 30em) {
    .l-content--big {
      padding: 20px 0; } }

.l-box {
  padding: 33px; }
  .l-box::after {
    clear: both;
    content: "";
    display: table; }

.l-box--small {
  padding: 25px; }
  .l-box--small::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 30em) {
    .l-box--small {
      padding: 10px; } }

.l-box--middle {
  padding: 15px 33px; }
  .l-box--middle::after {
    clear: both;
    content: "";
    display: table; }
    
.l-box--tiny {
  padding: 15px; }
  .l-box--tiny::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 30em) {
  .mobile-margin-bottom {
    margin-bottom: 20px; } }

.m-navigation {
  background-color: white;
  height: 75px;
  line-height: 75px;
  position: relative;
  border-bottom: 1px solid #ebebeb; }
  .m-navigation .l-single {
    padding: 0; }

.m-navigation--help {
  line-height: 75px; }
  @media screen and (max-width: 30em) {
    .m-navigation--help {
      text-indent: -9999px;
      display: none; } }

.m-navigation--list {
  display: inline-block;
  float: right; }
  @media screen and (max-width: 30em) {
    .m-navigation--list {
      position: absolute;
      margin-top: 50px;
      border-top: 1px solid black;
      border-bottom: 1px solid #666; } }
  .m-navigation--list.fixed {
    position: fixed;
    top: 0px;
    left: 0; }

.m-navigation--item {
  float: left;
  padding: 0 15px; }
  @media screen and (max-width: 30em) {
    .m-navigation--item {
      float: none;
      border-bottom: 1px solid black;
      border-top: 1px solid #666;
      padding: 10px;
      width: 100%;
      display: inline-block; } }
  .m-navigation--item a {
    color: #212225; }
    @media screen and (max-width: 30em) {
      .m-navigation--item a {
        color: white;
        font-weight: bold;
        text-shadow: 1px 1px 1px black;
        width: 100%;
        height: 100%;
        display: block; } }
    .m-navigation--item a:hover {
      color: #0f92eb !important; }
    .m-navigation--item a:hover {
      color: #393b40; }

.m-counter-down {
  font-weight: normal;
  font-size: 1.875em;
  text-transform: uppercase;
  background-color: #f53d3d;
  min-height: 70px;
  color: white;
  letter-spacing: -0.4px;
  line-height: 70px;
  margin: 0 auto;
  display: inline-block;
  margin-top: 80px; }
  @media screen and (max-width: 30em) {
    .m-counter-down {
      font-size: 1.375em;
      line-height: 35px;
      float: left;
      height: 85px; } }

.m-counter-down--column {
  padding: 0 10px;
  height: 70px; }
  @media screen and (max-width: 30em) {
    .m-counter-down--column {
      height: 35px;
      padding: 0; } }

.m-counter-down--call {
  font-size: 16px; }

.m-counter-down--time-left {
  font-size: 14px;
  float: left;
  display: inline-block; }

.m-counter-down--separator {
  border-right: 1px solid #e33333;
  border-left: 1px solid #e33333;
  padding: 0 10px;
  height: 90%; }
  @media screen and (max-width: 48em) {
    .m-counter-down--separator {
      border-width: 0; } }
  @media screen and (max-width: 30em) {
    .m-counter-down--separator {
      line-height: 50px;
      padding: 0 5px; } }

.m-counter-down--dial-wrapper {
  float: left;
  display: inline-block; }

.m-counter-down--dial-item {
  float: left;
  background-color: #222325;
  border-radius: 3px;
  margin: 5px 2px;
  padding: 5px;
  height: 60px;
  width: 60px;
  text-align: center; }
  .m-counter-down--dial-item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 30em) {
    .m-counter-down--dial-item {
      height: 40px;
      width: 40px; } }

.m-counter-down--time {
  line-height: 36px;
  font-size: 36px;
  display: block;
  width: 100%;
  height: 36px; }
  @media screen and (max-width: 30em) {
    .m-counter-down--time {
      font-size: 18px;
      height: 22px;
      line-height: 22px; } }

.m-counter-down--time-info {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #88898b;
  clear: both;
  display: block;
  text-transform: capitalize; }
  @media screen and (max-width: 30em) {
    .m-counter-down--time-info {
      font-size: 10px; } }

.m-logo {
  display: inline-block;
  background-image: url("../images/v2/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 143px;
  height: 75px;
  text-indent: -9999px;
  float: left; }
  @media screen and (max-width: 30em) {
    .m-logo {
      float: none;
      margin-right: 10px; } }

.m-cart--dropdown-box-wrapper {
  position: absolute;
  z-index: 0;
  width: 300px;
  top: 0;
  bottom: 0;
  right: 0; }

.m-cart--dropdown {
  display: inline-block;
  background-color: #0f92eb;
  padding-left: 24px;
  padding-right: 15px;
  color: white;
  float: right;
  height: 75px;
  position: relative;
  z-index: 100;
  cursor: pointer; }
  .m-cart--dropdown span {
    cursor: pointer; }
  @media screen and (max-width: 48em) {
    .m-cart--dropdown {
      text-align: center;
      padding: 15px 5px; }
      .m-cart--dropdown span {
        display: block;
        clear: both;
        line-height: normal; } }
  @media screen and (max-width: 30em) {
    .m-cart--dropdown {
      position: absolute;
      top: 0;
      right: 0; } }

.m-cart--dropdown-box {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: white;
  margin-top: 85px;
  margin-bottom: 80px; }

.m-cart--dropdown-close-btn {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 8px;
  right: 10px;
  top: 15px;
  cursor: pointer;
  z-index: 10; }

.m-cart--dropdown-list::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (max-width: 30em) {
  .m-cart--dropdown-list h4 {
    font-size: 80%; } }

.m-cart--dropdown-item {
  position: relative; }
  .m-cart--dropdown-item .m-cart--dropdown-img {
    padding: 8px 15px 0 0; }
  .m-cart--dropdown-item .m-cart--dropdown-item-amount {
    position: relative;
    text-align: left;
    margin-left: 0;
    left: 0;
    top: 0;
    display: inline-block; }
  .m-cart--dropdown-item .m-counter {
    display: inline-block;
    margin-top: 10px;
    float: left; }
  .m-cart--dropdown-item .m-cart--dropdown-trash-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0px;
    float: right; }

.m-cart--dropdown-trash-btn {
  display: inline-block; }
  .m-cart--dropdown-trash-btn:hover {
    background-color: #f1f1f1 !important; }

.m-cart--dropdown-item-amount {
  color: #212225;
  float: left;
  text-align: left;
  font-size: 0.9375em;
  line-height: initial;
  border-radius: 3px;
  background-color: white;
  margin: 3px 0 0; }

.m-cart--dropdown-promote {
  padding: 25px;
  position: fixed;
  top: 0;
  font-size: 0.8125em;
  color: #87888d;
  background-color: #f3f3f3;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  z-index: 1000;
  border-bottom: 1px solid #f2f2f2;
  width: 300px; }
  .m-cart--dropdown-promote strong {
    color: #303032; }
  .m-cart--dropdown-promote p {
    margin-bottom: 0; }

.m-cart-dropdown-wrapper {
  position: relative; }

.m-cart-dropdown--checkout {
  position: fixed;
  z-index: 1000;
  background-color: white;
  bottom: 0;
  border-top: 1px solid #f2f2f2;
  width: 300px; }

.m-badges {
  border-radius: 5px;
  padding: 0px 10px;
  margin: 0 10px;
  color: white; }
  .m-badges.radius {
    border-radius: 15px; }
  .m-badges.blue {
    background-color: #003f7a; }
  .m-badges.blue-alt {
    background-color: #005fc0; }
  .m-badges.small {
    font-size: 0.8125em;
    padding: 8px 11px; }

.m-header {
  width: 100%;
  background-color: #f53d3d; }
  @media screen and (max-width: 30em) {
    .m-header {
      text-align: center; } }

.m-header--bg {
  background-image: url("../images/v2/hero-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-bottom: 200px; }
  @media screen and (max-width: 30em) {
    .m-header--bg {
      min-height: 320px;
      padding-bottom: 30px; } }
      
.m-header--vipbg {
  background-image: url("../images/v2/HeaderImg.jpg");
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  text-align: center;
  padding-bottom: 100px; }
  @media screen and (max-width: 30em) {
    .m-header--vipbg {
      min-height: 320px;
      padding-bottom: 30px; } }

.m-header--slogan {
  margin-top: 15%;
  display: inline-block; }
  @media screen and (max-width: 30em) {
    .m-header--slogan {
      margin-top: 50%; } }
  .m-header--slogan h1 {
    font-size: 3.5em;
    line-height: 50px;
    text-shadow: 0 0 40px black;
    margin-bottom: 40px; }
    @media screen and (max-width: 30em) {
      .m-header--slogan h1 {
        font-size: 2.25em; } }
  .m-header--slogan h3 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 54.667%;
    margin-left: 22.667%;
    font-size: 1.625em;
    line-height: 1.6875em;
    text-shadow: 0 0 27px black;
    letter-spacing: 1.4px;
    margin-bottom: 30px; }
    .m-header--slogan h3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 30em) {
      .m-header--slogan h3 {
        font-size: 1.375em;
        line-height: 32px; } }

.m-footer {
  background-color: #252428;
  min-height: 439px;
  padding-top: 74px; }
  .cart .m-footer {
    min-height: 15px;
    padding-top: 0px; }
  .m-footer .badge {
    float: left;
    display: block;
    margin-right: 0%;
    width: 16.66667%;
    margin-right: 4%;
    background-image: url("../images/v2/badge.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 179px;
    height: 176px; }
    .m-footer .badge:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .m-footer .badge {
        float: left;
        display: block;
        margin-right: 0%;
        width: 41.66667%; }
        .m-footer .badge:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .m-footer .badge {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .m-footer .badge:last-child {
          margin-right: 0; } }
  .m-footer .m-footer--text-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%; }
    .m-footer .m-footer--text-block:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .m-footer .m-footer--text-block {
        float: left;
        display: block;
        margin-right: 0%;
        width: 50%; }
        .m-footer .m-footer--text-block:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .m-footer .m-footer--text-block {
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        padding: 0 35px; }
        .m-footer .m-footer--text-block:last-child {
          margin-right: 0; } }
    .m-footer .m-footer--text-block .m-footer--title {
      color: white; }
      @media screen and (max-width: 30em) {
        .m-footer .m-footer--text-block .m-footer--title {
          display: none; } }
    .m-footer .m-footer--text-block .m-footer--description {
      color: white;
      font-size: 14px;
      color: #bcbfcc;
      line-height: 25px; }
      @media screen and (max-width: 30em) {
        .m-footer .m-footer--text-block .m-footer--description {
          margin-top: 37px;
          letter-spacing: 1.5px; } }
      .m-footer .m-footer--text-block .m-footer--description span {
        color: white; }
        @media screen and (max-width: 30em) {
          .m-footer .m-footer--text-block .m-footer--description span {
            float: left;
            display: block;
            margin-right: 0%;
            width: 100%; }
            .m-footer .m-footer--text-block .m-footer--description span:last-child {
              margin-right: 0; }
            .m-footer .m-footer--text-block .m-footer--description span.hide-text {
              display: none; } }
  .m-footer .m-footer--contact-block {
    float: right;
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
    float: right; }
    .m-footer .m-footer--contact-block:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .m-footer .m-footer--contact-block {
        padding: 0 100px;
        margin-top: 75px;
        text-align: left;
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%; }
        .m-footer .m-footer--contact-block:last-child {
          margin-right: 0; }
        .m-footer .m-footer--contact-block .left-tablet-column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 50%; }
          .m-footer .m-footer--contact-block .left-tablet-column:last-child {
            margin-right: 0; }
        .m-footer .m-footer--contact-block .right-tablet-column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 50%; }
          .m-footer .m-footer--contact-block .right-tablet-column:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 30em) {
      .m-footer .m-footer--contact-block {
        padding: 0;
        float: left;
        display: block;
        margin-right: 0%;
        width: 100%;
        margin-top: 50px; }
        .m-footer .m-footer--contact-block:last-child {
          margin-right: 0; }
        .m-footer .m-footer--contact-block .left-tablet-column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 100%; }
          .m-footer .m-footer--contact-block .left-tablet-column:last-child {
            margin-right: 0; }
        .m-footer .m-footer--contact-block .right-tablet-column {
          float: left;
          display: block;
          margin-right: 0%;
          width: 100%; }
          .m-footer .m-footer--contact-block .right-tablet-column:last-child {
            margin-right: 0; } }
    .m-footer .m-footer--contact-block p {
      color: white;
      text-align: center; }
    .m-footer .m-footer--contact-block .email {
      font-size: 26px;
      text-align: center;
      display: block;
      margin-bottom: 25px;
      color: #3aaaf6; }
    .m-footer .m-footer--contact-block .m-footer--socials a {
      margin: 0 9px; }
  .m-footer .m-footer--line-block {
    width: 100%;
    height: 11px;
    clear: both; }
    @media screen and (max-width: 48em) {
      .m-footer .m-footer--line-block {
        margin: 32px 0; } }
    @media screen and (max-width: 30em) {
      .m-footer .m-footer--line-block {
        margin: 32px 0; } }
    .m-footer .m-footer--line-block .m-footer--line {
      margin: 0 auto;
      display: none; }
      @media screen and (max-width: 48em) {
        .m-footer .m-footer--line-block .m-footer--line {
          display: block; } }
  .m-footer .m-footer--payment-methods {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-top: 11px; }
    .m-footer .m-footer--payment-methods:last-child {
      margin-right: 0; }
    .m-footer .m-footer--payment-methods .l-content {
      position: relative; }
      @media screen and (max-width: 30em) {
        .m-footer .m-footer--payment-methods .l-content {
          padding: 23px 0 40px 0; } }
    .m-footer .m-footer--payment-methods .copyright {
      font-size: 12px;
      color: #4c4a52;
      line-height: 18px; }
    .m-footer .m-footer--payment-methods p {
      line-height: 18px;
      margin-bottom: 0;
      font-size: 13px;
      color: #77767c; }
      @media screen and (max-width: 30em) {
        .m-footer .m-footer--payment-methods p {
          line-height: 24px; } }
    .m-footer .m-footer--payment-methods .m-footer--button-up {
      position: absolute;
      content: "";
      right: 67px;
      top: 67px;
      border: 1px solid #3c3a41;
      border-radius: 2px;
      width: 42px;
      height: 42px;
      display: inline-block;
      padding: 12px; }
      @media screen and (max-width: 48em) {
        .m-footer .m-footer--payment-methods .m-footer--button-up {
          position: static;
          margin-top: 38px; } }

.m-actions {
  display: inline-block; }
  .m-actions.full-width {
    width: 100%;
    text-align: center; }
  .m-actions.top {
    margin-top: 30px; }

.m-button {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  font-size: 1.125em;
  display: inline-block;
  border-radius: 3px;
  padding: 16px 60px;
  text-transform: uppercase;
  line-height: initial; }
  .m-button.red {
    color: white;
    background-color: #f53d3d; }
    .m-button.red:hover {
      background-color: #f30d0d; }
  .m-button.blue {
    color: white;
    background-color: #0f92eb; }
    .m-button.blue:hover {
      background-color: #0c74bb; }
    .m-button.green {
    color: white;
    background-color: #38c011; }
    .m-button.green:hover {
      background-color: #2a910d; }
  .m-button.white {
    background-color: white;
    font-size: 15px !important;
    color: #0f92eb;
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
    margin: 0 5px; }
  .m-button.grey {
    background-color: #666666;
    color: white; }
    .m-button.grey:hover {
      background-color: #4d4d4d; }
  .m-button.square {
    border-radius: 0; }
  .m-button.small {
    font-size: 0.875em; }
  .m-button.full-width {
    width: 100%;
    text-align: center; }
  .m-button.fixed-width {
    width: 240px; }
  .m-button.short {
    padding: 16px 20px;
    font-size: 1em; }
  .m-button.small {
    font-size: 0.875em; }
  @media screen and (max-width: 30em) {
    .m-button.smaller-mobile {
      font-size: 10px !important; } }
  .m-button.big {
    font-size: 1.25em; }
  .m-button.tall {
    padding-top: 30px;
    padding-bottom: 30px; }
  .m-button.round {
    border-radius: 10px; }
    @media screen and (max-width: 30em) {
      .m-button.round {
        font-size: 16px; } }

.m-features {
  background-color: white; }
  .m-features::after {
    clear: both;
    content: "";
    display: table; }

.m-feature--item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .m-feature--item:last-child {
    margin-right: 0; }
  .m-feature--item:nth-child(3n) {
    margin-right: 0; }
  .m-feature--item:nth-child(3n+1) {
    clear: left; }
  @media screen and (max-width: 48em) {
    .m-feature--item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.33333%; }
      .m-feature--item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .m-feature--item {
      width: 100%;
      border: 5px solid white;
      border-bottom-width: 0; } }
  .m-feature--item:hover {
    opacity: 0.9; }
  .m-feature--item img {
    display: inherit;
    width: 100%; }

.m-feature--caption {
  display: inline-block;
  position: absolute;
  color: white;
  top: 35%;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 2.125em;
  padding-top: 50px; }

.icon-collection {
  background-image: url("../images/v2/icons/icon-collection.png");
  background-position: top center;
  background-repeat: no-repeat; }

.icon-club {
  background-image: url("../images/v2/icons/icon-club.png");
  background-position: top center;
  background-repeat: no-repeat; }

.icon-shipping {
  background-image: url("../images/v2/icons/icon-shipping.png");
  background-position: top center;
  background-repeat: no-repeat; }

.icon-truck {
  display: inline-block;
  background-image: url("../images/v2/icons/icon-truck.png");
  width: 38px;
  height: 24px; }

.icon-clock {
  display: inline-block;
  background-image: url("../images/v2/icons/icon-clock.png");
  width: 26px;
  height: 26px; }

.icon-heart {
  display: inline-block;
  background-image: url("../images/v2/icons/icon-heart.png");
  width: 24px;
  height: 23px; }

.icon-benefits-discount, .icon-benefits-styles, .icon-benefits-gift, .icon-benefits-cancel, .icon-benefits-star, .icon-benefits-shipping, .icon-benefits-happy {
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  text-align: left;
  margin: 5px 5px 0 0;
  margin-left: -20px;
  float: left;
  display: inline-block; }

.icon-benefits-discount {
  background-image: url("../images/v2/icons/icon-benefits-discount.png"); }

.icon-benefits-styles {
  background-image: url("../images/v2/icons/icon-benefits-style.png"); }

.icon-benefits-gift {
  background-image: url("../images/v2/icons/icon-benefits-gift.png"); }

.icon-benefits-cancel {
  background-image: url("../images/v2/icons/icon-benefits-cancel.png"); }

.icon-benefits-star {
  background-image: url("../images/v2/icons/icon-benefits-star.png"); }

.icon-benefits-shipping {
  background-image: url("../images/v2/icons/icon-benefits-shipping.png"); }

.icon-benefits-happy {
  background-image: url("../images/v2/icons/icon-benefits-happy.png");
  float: none; }

.icon-benefits-discount-mid, .icon-benefits-style-mid, .icon-benefits-cancel-mid, .icon-benefits-gift-mid, .icon-benefits-star-mid, .icon-benefits-thumbsup-mid, .icon-benefits-man-mid, .icon-benefits-shipping-mid {
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: center center; }

.icon-benefits-discount-mid {
  background-image: url("../images/v2/icons/icon-benefits-discount-mid.png"); }

.icon-benefits-style-mid {
  background-image: url("../images/v2/icons/icon-benefits-style-mid.png"); }

.icon-benefits-cancel-mid {
  background-image: url("../images/v2/icons/icon-benefits-cancel-mid.png"); }

.icon-benefits-gift-mid {
  background-image: url("../images/v2/icons/icon-benefits-gift-mid.png"); }

.icon-benefits-star-mid {
  background-image: url("../images/v2/icons/icon-benefits-star-mid.png"); }

.icon-benefits-thumbsup-mid {
  background-image: url("../images/v2/icons/icon-benefits-thumbsup-mid.png"); }

.icon-benefits-man-mid {
  background-image: url("../images/v2/icons/icon-benefits-man-mid.png"); }

.icon-benefits-shipping-mid {
  background-image: url("../images/v2/icons/icon-benefits-shipping-mid.png"); }

.icon-close {
  background-image: url("../images/v2/icons/icon-close.png");
  width: 10px;
  height: 10px; }

.icon-trash {
  background-image: url("../images/v2/icons/icon-trash.png");
  background-position: center center;
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
  border-radius: 2px;
  border: 1px solid #f1f2f4; }

.icon-stars {
  background-image: url("../images/v2/icons/icon-stars.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 109px;
  padding-top: 50px;
  display: inline-block;
  margin-top: 40px; }

.icon-quote {
  background-image: url("../images/v2/icons/icon-quote-mark.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 12px;
  padding-top: 20px;
  display: inline-block; }

.icon-tick {
  background-image: url("../images/v2/icons/icon-tick.png");
  background-position: center center;
  background-repeat: no-repeat; }

.icon-secure-shopping {
  background-image: url("../images/v2/secure-job-badge.png");
  width: 98px;
  height: 27px; }

.icon-helper-arrow {
  background-image: url("../images/v2/icons/icon-helper-arrow.png");
  width: 27px;
  height: 31px; }

.icon-arrow-bottom-blue {
  background-image: url("../images/v2/icons/icon-arrow-bottom.png");
  width: 13px;
  height: 8px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .link.is-active .icon-arrow-bottom-blue {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.icon-plus {
  background-image: url("../images/v2/icons/icon-plus-minus.png");
  background-position: -55px center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px; }

.icon-minus {
  background-image: url("../images/v2/icons/icon-plus-minus.png");
  background-position: 13px center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px; }

.icon-lock {
  background-image: url("../images/v2/icons/icon-lock.png");
  background-position: 20px center;
  background-repeat: no-repeat; }
  
.icon-vip-benefits-join, .icon-vip-benefits-design, .icon-vip-benefits-shipping {
  display: inline-block;
  background-image: url("../images/v2/icons/sprite-vip-benefits.png");
  height: 132px;
  margin-bottom: 50px; }
  .icon-vip-benefits-join + h5, .icon-vip-benefits-design + h5, .icon-vip-benefits-shipping + h5 {
    margin-bottom: 10px; }

.icon-vip-benefits-join {
  width: 104px;
  background-position: center -13px; }

.icon-vip-benefits-design {
  width: 89px;
  background-position: center; }

.icon-vip-benefits-shipping {
  width: 179px;
  background-position: center 159px; }

.m-products::after {
  clear: both;
  content: "";
  display: table; }

.m-product--item {
  padding: 60px 0 50px 40px;
  text-align: center;
  border-bottom: 1px solid white; }
  .m-product--item::after {
    clear: both;
    content: "";
    display: table; }
  .m-product--item .m-product--price-wrapper {
    margin: 30px 0; }
  @media screen and (max-width: 48em) {
    .m-product--item {
      border-bottom: 1px solid white;
      border-right-width: 0; }
      .m-product--item .l-one-fourth {
        padding: 0; }
      .m-product--item .l-content--big {
        padding: 0; }
      .m-product--item .l-content {
        padding: 0; }
      .m-product--item .m-product--price-wrapper {
        float: left; }
      .m-product--item.l-one-third-break-half .m-product--price-wrapper {
        margin: 10px 0 10px 0;
        float: none; }
      .m-product--item .m-product--info {
        float: none;
        margin-top: 40px;
        width: auto; }
      .m-product--item .m-product--price-wrapper {
        margin: 0 25px 0 0;
        display: inline-block; } }
  @media screen and (max-width: 30em) {
    .m-product--item {
      padding: 35px 20px 30px 20px; }
      .m-product--item .m-product--info {
        margin-top: 0;
        width: 100%; }
      .m-product--item .m-product--price-wrapper {
        float: none;
        display: block;
        margin: 30px 0; }
      .m-product--item .m-button {
        float: none;
        width: 100%; } }
  .m-product--item.l-one-third-break-half {
    border-right: 1px solid white;
    border-bottom-width: 0; }
    .m-product--item.l-one-third-break-half:nth-child(3n) {
      border-right-width: 0; }
    @media screen and (max-width: 48em) {
      .m-product--item.l-one-third-break-half {
        border-bottom-width: 1px; }
        .m-product--item.l-one-third-break-half:nth-child(2n) {
          border-right-width: 0; }
        .m-product--item.l-one-third-break-half:nth-child(3n) {
          border-right-width: 1px;
          border-bottom-width: 0; } }
    @media screen and (max-width: 30em) {
      .m-product--item.l-one-third-break-half {
        border-right-width: 0 !important;
        border-bottom-width: 1px !important; } }
  .m-product--item.l-one-third {
    border-right: 1px solid white;
    border-bottom-width: 0; }
    @media screen and (max-width: 48em) {
      .m-product--item.l-one-third {
        border-right-width: 0;
        border-bottom-width: 1px; } }
  .m-product--item.l-half {
    border-right: 1px solid white;
    border-bottom-width: 1px; }
    @media screen and (max-width: 48em) {
      .m-product--item.l-half {
        border-bottom-width: 1px;
        border-right-width: 0; } }
    @media screen and (max-width: 30em) {
      .m-product--item.l-half {
        border-bottom-width: 1px; } }
    .m-product--item.l-half .m-product--price-wrapper {
      margin-top: 0;
      margin-bottom: 0; }
      @media screen and (max-width: 30em) {
        .m-product--item.l-half .m-product--price-wrapper {
          margin: 30px 0; } }
  .m-product--item:last-child {
    border-right-width: 0;
    border-bottom-width: 0; }
  .m-product--item .m-product--image {
    float: left; }
  .m-product--item .m-product--info {
    display: inline-block; }
  .m-product--item p {
    font-size: 1.875em;
    margin-bottom: 0; }
  .m-product--item .title {
    margin-bottom: 30px; }
  .m-product--item .m-product--customer-status {
    font-size: 0.875em;
    line-height: 1em;
    color: #727272; }
  .m-product--item .m-product--price {
    color: #0f92eb;
    font-size: 2.25em;
    line-height: 1.25em; }

.m-photos {
  overflow: hidden;
  background-color: black;
  width: 100%;
  display: block; }

.m-photos--inner {
  width: 2000px; }
.m-photos--inner i {
    position: absolute;
    text-align: center;
    top: 40%;
    left: 50%;
    margin-left: -19px;
    margin-top: -15px;
    font-size: 2.5em;
    color: white;
    z-index: 100; }
  .m-photos--inner a {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    float: left;
    width: 200px;
    height: 200px;
    display: block; }
    .m-photos--inner a:hover {
      opacity: 0.7; }
    .m-photos--inner a p {
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear;
      position: absolute;
      bottom: 40px;
      text-align: center;
      color: white;
      width: 100%;
      z-index: 100;
      font-size: 1.5em;
      opacity: 0; }
    .m-photos--inner a i {
      -webkit-transition: all 0.25s linear;
      -moz-transition: all 0.25s linear;
      transition: all 0.25s linear;
      opacity: 0; }
    .m-photos--inner a img {
      width: 100%; }

.m-purchase {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  min-height: 500px;
  padding-top: 40px; }
  .m-purchase h1 {
    font-size: 2.5em;
    color: #2f2f2f;
    text-align: center; }
    @media screen and (max-width: 48em) {
      .m-purchase h1 {
        font-size: 1.875em; } }

.m-purchase--item-wrapper {
  padding-right: 500px;
  text-align: center; }
  @media screen and (max-width: 48em) {
    .m-purchase--item-wrapper {
      width: 100%;
      padding-right: 0; } }

.m-purchase--dashboard {
  background-color: #f1f1f1;
  padding: 133px 50px 50px 70px;
  width: 500px;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0; }
  .m-purchase--dashboard::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 48em) {
    .m-purchase--dashboard {
      width: 100%;
      position: relative;
      padding: 25px 10px 45px 10px !important; }
      .m-purchase--dashboard .m-button {
        width: auto; }
      .m-purchase--dashboard .l-one-third {
        float: left;
        display: block;
        margin-right: 0%;
        width: 33.33333%; }
        .m-purchase--dashboard .l-one-third:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .m-purchase--dashboard .m-button {
      width: 100%; } }

.m-purchase--feature {
  color: #373737;
  font-size: 0.8125em; }

.m-purchase--info {
  display: inline-block;
  position: relative;
  width: 100%; }

.m-purchase--label {
  font-size: 0.875em;
  color: #242424;
  font-size: 0.875em;
  line-height: 1.375em;
  width: 35%;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0; }

.m-purchase--details {
  font-size: 0.8125em;
  padding-left: 38%;
  margin-bottom: 0; }

.m-purchase--price-wrapper {
  text-align: center;
  margin-top: 20px; }
  .m-purchase--price-wrapper span {
    vertical-align: middle; }

.m-purchase--price-status {
  font-size: 0.875em;
  color: #727272; }

.m-purchase--price {
  font-size: 2.25em;
  color: #0f92eb; }

.m-purchase--price-regular {
  font-size: 1.375em;
  color: #a8aaab; }

.slider {
  font-size: 2.5em;
  width: 100%;
  min-height: 310px;
  position: relative;
  border: 20px solid transparent;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 30em) {
    .slider {
      min-height: 200px; } }
  .slider .slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .slider .slider-item.is-active:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: black;
      opacity: 0.4;
      z-index: 99; }
    @media screen and (max-width: 30em) {
      .slider .slider-item p {
        font-size: 18px; } }

.arrow {
  position: absolute;
  z-index: 1002;
  display: block;
  top: 50%;
  margin-top: -35px;
  width: 36px;
  height: 71px;
  outline: none;
  cursor: pointer;
  background: url(../images/v2/icons/slider/blank.gif) no-repeat; }
  .arrow.prev {
    opacity: 0.2;
    left: 20px;
    background-image: url(../images/v2/icons/slider/paddle_prev_999.png);
    transition: 0.2s linear all; }
  .arrow.next {
    opacity: 0.2;
    right: 20px;
    background-image: url(../images/v2/icons/slider/paddle_next_999.png);
    transition: 0.2s linear all; }
  .arrow.prev:hover {
    opacity: 1;
    background-image: url(../images/v2/icons/slider/paddle_prev_fff.png); }
  .arrow.next:hover {
    opacity: 1;
    background-image: url(../images/v2/icons/slider/paddle_next_fff.png); }

/*---------------------------------------------------------
 *NAV
 *--------------------------------------------------------- */
.nav {
  text-align: center;
  display: block;
  z-index: 1002;
  left: 0;
  right: 0; }

.nonDraggableImage {
  -webkit-user-drag: none; }

.nav .wrapper {
  margin: 0 auto;
  width: 100%; }
.nav ul {
  margin: 0;
  width: 100%; }
.nav .dot {
  display: inline-block;
  zoom: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px; }
  .nav .dot a {
    display: inline-block;
    zoom: 1; }

.dots .dot {
  position: relative;
  margin: 0 8px;
  padding: 5px; }
  .dots .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #d3d6d8;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s; }
    .dots .dot a.active {
      border-color: #d3d6d8;
      background-color: #d3d6d8;
      border: 1px solid #0f92eb; }

.m-cart {
  position: relative;
  padding-left: 70px; }
  .m-cart::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 48em) {
    .m-cart {
      padding-left: 0; }
      .m-cart .m-actions {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 40px; } }
  .m-cart .l-eight {
    padding-right: 25px; }
    @media screen and (max-width: 48em) {
      .m-cart .l-eight {
        padding-right: 0; } }

.m-cart--timeline {
  width: 2px;
  height: 100%;
  background-color: #ebebeb;
  position: absolute;
  left: 21px;
  top: 0;
  bottom: 0;
  z-index: 1; }

.m-cart--step {
  font-size: 2.5em;
  position: relative;
  z-index: 2;
  margin-left: -69px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block; }
  @media screen and (max-width: 48em) {
    .m-cart--step {
      margin-left: 0;
      font-size: 1.875em;
      text-align: center;
      margin-top: 0; }
      .m-cart--step i {
        position: absolute !important;
        left: 0; } }
  .m-cart--step.l-nine {
    float: left;
    display: block;
    margin-right: 0%;
    width: 75%;
    padding-right: 50px; }
    .m-cart--step.l-nine:last-child {
      margin-right: 0; }
    @media screen and (max-width: 48em) {
      .m-cart--step.l-nine {
        width: 100%;
        padding-right: 0; } }
  .m-cart--step.finish {
    float: left;
    width: auto; }
    @media screen and (max-width: 30em) {
      .m-cart--step.finish {
        float: none;
        width: 100%;
        text-align: center; } }
    .m-cart--step.finish i:after {
      content: "";
      background-color: white;
      position: absolute;
      bottom: -53px;
      left: 0;
      right: 0;
      height: 50px;
      width: 100%; }
  .m-cart--step i {
    font-size: 18px;
    font-style: normal;
    text-align: center;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    border: 2px solid #0f92eb;
    color: #0f92eb;
    background-color: white;
    display: inline-block;
    margin-right: 23px;
    position: relative; }
    .m-cart--step i:before {
      content: "";
      background-color: white;
      position: absolute;
      left: 0;
      right: 0;
      top: -10px;
      height: 8px;
      width: 100%; }

.m-cart--step-help-info {
  font-size: 14px;
  display: inline-block;
  color: #38393c;
  line-height: 20px; }
  @media screen and (max-width: 48em) {
    .m-cart--step-help-info {
      margin-top: 20px;
      width: 100%;
      text-align: center; } }

.m-cart--options-box-or {
  font-size: 1.0625em;
  text-align: center;
  color: #cacfd3;
  padding-right: 25px;
  margin-bottom: 22px;
  width: 100%; }

.m-cart--options-box {
  border: 1px solid #ebebeb;
  margin: 0 25px 25px 0; }
  .m-cart--options-box::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 30em) {
    .m-cart--options-box .l-box--small {
      padding: 10px 25px; }
      .m-cart--options-box .l-box--small .m-actions {
        margin-top: 10px; } }
  .m-cart--options-box .icon-tick {
    background-size: 0; }
  .m-cart--options-box .m-badges {
    background-color: #005fc0; }
  .m-cart--options-box.is-active .m-cart--options-box-title {
    background-color: #0f92eb;
    color: white; }
    .m-cart--options-box.is-active .m-cart--options-box-title .icon-tick {
      background-size: auto; }
    .m-cart--options-box.is-active .m-cart--options-box-title .m-badges {
      background-color: #003f7a; }
  @media screen and (max-width: 48em) {
    .m-cart--options-box {
      border-width: 0;
      padding: 5px;
      margin: 0;
      float: left;
      border: 5px solid white; } }
  @media screen and (max-width: 30em) {
    .m-cart--options-box {
      width: 100%; } }
  .m-cart--options-box .m-counter {
    display: block;
    float: right;
    margin-top: 5px; }
  .m-cart--options-box .m-actions {
    width: 100%;
    margin-top: 30px; }

.m-cart--learn-more-dropdown {
  text-align: left;
  margin-top: 20px; }

.m-cart--learn-more-item h6 {
  font-size: 0.9375em;
  font-weight: normal;
  margin-bottom: 5px; }
.m-cart--learn-more-item p {
  font-size: 0.875em;
  color: #4d5052; }

.m-cart--benefits-title {
  font-size: 1.0625em;
  color: #2f2f2f;
  margin-bottom: 10px; }

.m-cart--benefits-list {
  margin: 0;
  padding: 0; }
  .m-cart--benefits-list .link {
    display: inline-block; }

.m-cart--benefits-item {
  font-size: 0.875em;
  position: relative;
  margin: 5px 0;
  padding-left: 20px;
  width: 100%;
  overflow: hidden;
  text-align: left; }

.m-cart--details-title {
  font-size: 1.125em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-right: 25px;
  margin-bottom: 20px; }
  @media screen and (max-width: 48em) {
    .m-cart--details-title {
      text-align: center;
      width: 100%;
      padding: 0; } }
  .m-cart--details-title + .l-content--small {
    padding-bottom: 0; }
  .m-cart--details-title.with-arrow:before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: -20px;
    background-image: url("../images/v2/icons/icon-helper-arrow.png");
    width: 27px;
    height: 31px; }
    @media screen and (max-width: 48em) {
      .m-cart--details-title.with-arrow:before {
        display: none; } }

.m-cart--options-box-title {
  font-size: 1.0625em;
  background-color: #e3e7ea;
  color: #0f92eb;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    .m-cart--options-box-title {
      display: none; } }
  .m-cart--options-box-title i {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    background-color: white;
    border-radius: 13px; }
  .m-cart--options-box-title .m-badges {
    position: absolute;
    right: 5px;
    top: 13px; }

.m-cart--item-title {
  font-size: 1.375em;
  padding: 20px 25px; }
  @media screen and (max-width: 30em) {
    .m-cart--item-title {
      padding: 10px 25px; } }

.m-cart--trash-btn {
  border: 1px solid #e3e6e8;
  float: right;
  cursor: pointer; }

.m-cart--item-price-wrapper {
  float: left; }
  .m-cart--item-price-wrapper .vip-price {
    font-size: 1.25em;
    line-height: 20px; }
  .m-cart--item-price-wrapper .regular-price {
    font-size: 0.9375em;
    color: #737779; }
  .m-cart--item-price-wrapper p {
    margin-bottom: 0; }

.m-cart--order-box {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.3);
  background-color: white;
  position: absolute;
  top: 50px;
  padding-top: 30px; }
  .m-cart--order-box::after {
    clear: both;
    content: "";
    display: table; }
  .m-cart--order-box .m-cart--details-title {
    padding-right: 0; }
  .m-cart--order-box.is-fixed {
    position: fixed;
    top: 0px;
    max-width: 356px; }
  @media screen and (max-width: 48em) {
    .m-cart--order-box {
      padding-left: 70px;
      padding-right: 70px;
      width: 90%;
      top: 0;
      margin: 0 5%;
      position: relative !important;
      top: 0 !important; }
      .m-cart--order-box.is-fixed {
        position: relative !important;
        max-width: 100% !important; } }
  @media screen and (max-width: 30em) {
    .m-cart--order-box {
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      width: 100%;
      position: relative !important;
      top: 0 !important; }
      .m-cart--order-box.is-fixed {
        position: relative !important;
        max-width: 100% !important; } }

.m-cart--order-details-wrapper::after {
  clear: both;
  content: "";
  display: table; }

.m-cart--order-details {
  font-size: 0.9375em;
  display: inline-block; }

.m-cart--order-details-strong {
  font-size: 1em;
  display: inline-block;
  color: #292929; }

.m-cart--order-price {
  font-size: 1em;
  display: inline-block;
  color: #292929; }
  .m-cart--order-price.discount {
    color: #36c882; }

.m-cart--order-price-strong {
  font-size: 1.625em;
  color: #0f92eb; }

.m-cart--order-details-code {
  font-size: 0.9375em;
  color: #818181;
  width: 100%;
  overflow: hidden; }

.m-cart--frequency {
  border: 1px solid #ebebeb;
  padding: 20px;
  text-align: center;
  margin: 40px 10px 40px 0;
  cursor: pointer; }
  @media screen and (max-width: 48em) {
    .m-cart--frequency {
      margin: 40px 0; } }
  @media screen and (max-width: 30em) {
    .m-cart--frequency {
      margin: 5px 0;
      padding: 35px 20px;
      border-width: 2px; } }
  .m-cart--frequency.last {
    margin-right: 0; }
  .m-cart--frequency h2 {
    font-size: 2em; }
  .m-cart--frequency.is-active {
    background-color: #0f92eb;
    border-color: #0f92eb; }
    .m-cart--frequency.is-active h2 {
      color: white; }
  .m-cart--frequency img {
    height: 135px;
    display: inline-block; }

.m-cart--options-toggler-wrapper {
  display: inline-block;
  text-align: center; }

.m-cart--options-toggler {
  border: 1px solid #0f92eb;
  font-size: 12px;
  float: left;
  padding: 7px 15px;
  text-transform: uppercase; }
  @media screen and (max-width: 30em) {
    .m-cart--options-toggler {
      font-size: 9px; } }
  .m-cart--options-toggler:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .m-cart--options-toggler:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    margin-left: -1px; }
  .m-cart--options-toggler.is-active {
    background-color: #0f92eb;
    color: white; }

@media screen and (max-width: 30em) {
  .menu-btn {
    position: absolute;
    top: 26px;
    left: 10px;
    width: 26px;
    height: 20px;
    z-index: 100;
    cursor: pointer; }
    .menu-btn span {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #0f92eb;
      position: absolute;
      margin-top: 0; }
      .menu-btn span:nth-child(2) {
        margin-top: 10px; }
      .menu-btn span:nth-child(3) {
        margin-top: 20px; }

  .device {
    background-image: url("../images/v2/bg-pattern.gif");
    background-attachment: fixed;
    background-position: center; }

  .page {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1; } }
.slide {
  background-color: white;
  position: relative;
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.9);
  z-index: 10000; }

.hamburger {
  position: fixed;
  top: 0;
  float: right;
  margin: 10px;
  padding: 10px 10px 9px;
  cursor: pointer;
  z-index: 999;
  display: block; }
  .hamburger .hamburger-inner {
    position: relative;
    height: 21px;
    width: 30px;
    display: block;
    margin: 0;
    padding: 0; }
  .hamburger .bar {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0; }
    .hamburger .bar.bar2, .hamburger .bar.bar3 {
      top: 9px; }
    .hamburger .bar.bar4 {
      top: 18px; }
  .hamburger.open .bar1,
  .hamburger.open .bar4 {
    display: none; }
  .hamburger.open .bar2,
  .hamburger.open .bar3 {
    height: 3px; }

.m-counter {
  border: 1px solid #d9edfb;
  text-align: center;
  position: relative;
  z-index: 10;
  border-radius: 3px;
  display: inline-block; }
  .m-counter::after {
    clear: both;
    content: "";
    display: table; }
  .m-counter .qty {
    width: 40px;
    height: 25px;
    text-align: center; }
  .m-counter input {
    font-size: 0.8125em;
    float: left;
    color: black;
    margin: 0;
    border: 0;
    outline: none;
    box-shadow: 0; }
    .m-counter input.qtyplus {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .m-counter input.qtyminus {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .m-counter input.qtyplus, .m-counter input.qtyminus {
      text-indent: -9999px;
      font-size: 1.125em;
      text-align: center;
      line-height: 15px;
      width: 35px;
      height: 25px;
      background-color: #0f92eb;
      color: white; }

.m-form label {
  font-size: 0.875em;
  color: #848589;
  margin-top: 5px; }
.m-form input {
  border: 1px solid #e3e3e3;
  outline: none;
  padding: 15px 20px;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: 100%; }
  .m-form input.text-serif {
    font-family: "Adriane-regular", serif !important; }
  .m-form input:focus {
    border-color: #0f92eb; }
.m-form input[type="checkbox"] {
  width: auto; }
.m-form .select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%; }
  .m-form .select-wrapper:after {
    content: "";
    background-image: url("../images/v2/icons/icon-select-arrow.png");
    width: 11px;
    height: 7px;
    position: absolute;
    top: 62%;
    right: 10px;
    margin-top: -15px; }
.m-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: white;
  border: 1px solid #e3e3e3;
  outline: none;
  padding: 12px 20px;
  margin-bottom: 0.75em;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: 100%; }

.m-form--group {
  margin-bottom: 20px; }
  .m-form--group label {
    font-size: 0.875em;
    text-align: right;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 80px; }
    @media screen and (max-width: 30em) {
      .m-form--group label {
        width: 100%;
        text-align: left; } }
  .m-form--group .m-form--input-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 70%; }
    @media screen and (max-width: 30em) {
      .m-form--group .m-form--input-wrapper {
        width: 100%; } }
    .m-form--group .m-form--input-wrapper input {
      display: inline; }

input[type="text"].text-serif {
  font-size: 0.9375em !important;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  padding: 7px 10px; }
  
.ngdialog.ngdialog-theme-default {
  padding-top: 5% !important; }

.ngdialog-overlay {
  background-color: rgba(18, 24, 35, 0.85) !important; }
  
.overlay-black .ngdialog-overlay {
  background-color: black !important; }

.m-dialog {
  overflow-x: hidden !important; }
  .m-dialog .ngdialog-content {
    background-color: white !important; }
  .m-dialog.wide .ngdialog-content {
    width: 850px !important;
    padding: 60px 120px !important;
    background-color: white !important; }
  .m-dialog.wide-narrow-padding .ngdialog-content {
    width: 850px !important;
    padding: 30px 50px !important;
    background-color: white !important; }
    @media screen and (max-width: 30em) {
      .m-dialog.wide-narrow-padding .ngdialog-content {
        padding: 30px 20px !important; }
        .m-dialog.wide-narrow-padding .ngdialog-content .m-actions {
          margin-top: 0; } }
  .m-dialog.middle .ngdialog-content {
    width: 650px !important;
    padding: 3em 8em 2em !important; }
    @media screen and (max-width: 30em) {
      .m-dialog.middle .ngdialog-content {
        width: 95% !important;
        padding: 50px 10px !important; } }
  .m-dialog .m-logo {
    float: none; }
  .m-dialog .ng-dialog-message.width-ribbon {
    margin-bottom: 100px; }
  .m-dialog .l-one-third {
    padding: 0 1em; }
    .m-dialog .l-one-third p {
      font-size: 14px;
      line-height: 24px; }
  .m-dialog .m-cart--benefits-item {
    font-size: 14px;
    margin: 5px 0; }
  .m-dialog h5 {
    font-size: 1.625em;
    text-align: center; }
  .m-dialog h6 {
    font-size: 1.125em;
    font-weight: normal; }
  .m-dialog .ng-dialog-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 0;
    background-color: #0f92eb;
    color: white; }
    @media screen and (max-width: 30em) {
      .m-dialog .ng-dialog-title h1 {
        font-size: 22px; } }
    .m-dialog .ng-dialog-title + .ng-dialog-message {
      margin-top: 90px; }
      .m-dialog .ng-dialog-title + .ng-dialog-message p {
        padding-bottom: 14px;
        font-size: 20px; }
        .m-dialog .ng-dialog-title + .ng-dialog-message p.underline {
          border-bottom: 1px solid #ccc; }
        .m-dialog .ng-dialog-title + .ng-dialog-message p.vertical-align {
          padding: 40% 0; }
          @media screen and (max-width: 30em) {
            .m-dialog .ng-dialog-title + .ng-dialog-message p.vertical-align {
              padding: 10% 0; } }
  .m-dialog input {
    font-size: 29px;
    text-align: center;
    margin: 20px 0 10px 0;
    padding: 10px 20px;
    background-color: #e6e6e6; }
    .m-dialog input::-webkit-input-placeholder {
      color: #999999; }
    .m-dialog input::-moz-placeholder {
      color: #999999; }
    .m-dialog input:-moz-placeholder {
      color: #999999; }
    .m-dialog input:-ms-input-placeholder {
      color: #999999; }
    @media screen and (max-width: 30em) {
      .m-dialog input {
        font-size: 22px; } }

.m-dialog--image-wrapper {
  min-height: 120px; }
  .m-dialog--image-wrapper.truck {
    position: relative;
    top: 20px; }

.m-snap--fixed-nav {
  padding-top: 75px; }

[snap-fixed], [snap-drawer] {
  position: fixed;
  top: 0;
  bottom: 0; }

[snap-fixed], [snap-static] {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s; }

[snap-fixed] {
  left: 0;
  right: 0; }

[snap-fixed=top] {
  top: 0;
  z-index: 30; }

[snap-static] {
  z-index: 20;
  position: relative; }

.snap-open-left [snap-drawer=left], .snap-open-right [snap-drawer=right] {
  z-index: 10; }

.snap-open-left [snap-fixed], .snap-open-left [snap-static] {
  -webkit-transform: translateX(165px);
  -moz-transform: translateX(165px);
  -ms-transform: translateX(165px);
  -o-transform: translateX(165px);
  transform: translateX(165px); }
.snap-open-left .m-cart--dropdown-box-wrapper {
  display: none; }
@media screen and (max-width: 30em) {
  .snap-open-left .page {
    position: fixed; } }

.snap-open-right [snap-fixed], .snap-open-right [snap-static] {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px); }
@media screen and (max-width: 30em) {
  .snap-open-right .m-navigation--list {
    display: none; } }
@media screen and (max-width: 30em) {
  .snap-open-right .page {
    position: fixed; } }

.snap-toggle-left, .snap-toggle-right {
  cursor: pointer; }

[snap-drawer] {
  overflow-x: hidden;
  overflow-y: auto;
  direction: rtl; }

[snap-drawer=left] {
  left: 0;
  right: auto;
  width: 165px; }

[snap-drawer=right] {
  left: auto;
  right: 0;
  width: 300px; }

.m-dashboard {
  text-align: center;
  min-height: 900px; }
  .m-dashboard .m-cart--frequency {
    margin-bottom: 0; }
  @media screen and (max-width: 48em) {
    .m-dashboard {
      font-size: 80%; } }
  @media screen and (max-width: 30em) {
    .m-dashboard {
      font-size: 65%; } }

.m-dashboard--date {
  font-size: 15px;
  color: #848589;
  margin-left: 20px; }

.m-dashboard-nav--list {
  display: inline-block; }
  .m-dashboard-nav--list::after {
    clear: both;
    content: "";
    display: table; }

.m-dashboard-nav--item {
  float: left;
  font-size: 0.875em;
  text-transform: uppercase; }
  .m-dashboard-nav--item a {
    padding: 0 17px;
    color: #a09e9e; }
    @media screen and (max-width: 30em) {
      .m-dashboard-nav--item a {
        padding: 0 5px; } }
  .m-dashboard-nav--item .is-active {
    color: #0f92eb; }

.m-table th, .m-table td {
  text-align: left;
  border-bottom: 1px solid #eaeaea;
  padding: 1.3125em;
  vertical-align: top; }
.m-table th {
  font-size: 0.875em;
  color: #17181b;
  letter-spacing: 1px;
  padding-bottom: 35px; }
.m-table td {
  font-size: 0.9375em;
  color: #848589; }
  .m-table td.m-table--status {
    color: #1fcc71; }

.m-vip--advantages--list {
  padding-left: 100px;
  width: 60%; }
  @media screen and (max-width: 30em) {
    .m-vip--advantages--list {
      width: 100%;
      padding: 0 10px;
      text-align: center; } }

.m-vip--advantages--item {
  font-size: 20px; }
  .m-vip--advantages--item:first-child .step {
    margin-top: 0; }
  .m-vip--advantages--item .step {
    color: white;
    font-size: 16px;
    border-radius: 50px;
    border: 2px solid #005fd5;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    display: inline-block; }

.m-vip-benefits--list::after {
  clear: both;
  content: "";
  display: table; }

.m-vip-benefits--item {
  font-size: 16px;
  color: #4d5052;
  text-align: center;
  padding: 0 10px;
  margin-top: 50px;
  line-height: 28px;
  letter-spacing: 0.4px; }
  @media screen and (max-width: 30em) {
    .m-vip-benefits--item {
      width: 100% !important; }
      .m-vip-benefits--item p {
        margin-top: 15px !important; } }
  .m-vip-benefits--item p {
    margin-top: 35px; }
  @media screen and (max-width: 48em) {
    .m-vip-benefits--item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .m-vip-benefits--item:last-child {
        margin-right: 0; } }

.m-vip-faq--list {
  font-size: 0.9375em; }

.m-vip-faq--item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  text-align: justify;
  padding: 0 40px;
  color: #4d5052;
  height: 225px;
  margin-bottom: 40px; }
  .m-vip-faq--item:last-child {
    margin-right: 0; }
  @media screen and (max-width: 48em) {
    .m-vip-faq--item {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .m-vip-faq--item:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 30em) {
    .m-vip-faq--item {
      width: 100%; } }
  .m-vip-faq--item h4 {
    margin-bottom: 20px;
    text-transform: uppercase; }

.free-sock a {
	color: #f00 !important; }

/*.ngdialog.ngdialog-theme-default .ngdialog-content {
	border: #8C8D89 5px solid;
	border-radius: 15px !important; }*/
	
.keep-align {
	margin-left: 45px; }

@media screen and (max-width: 48em) {
	.ngdialog.ngdialog-theme-default .ngdialog-content {
		top: -65px; }}
		
@media screen and (max-width: 48em) {
	.m-dialog.middle .ngdialog-content {
		padding: 15px 10px !important; }}
		
[class^="m-ribbon-"] {
  position: absolute;
  bottom: 200px; }
  @media screen and (max-width: 48em) {
    [class^="m-ribbon-"] {
      bottom: 340px; } }
  @media screen and (max-width: 30em) {
    [class^="m-ribbon-"] {
      top: 200px;
      bottom: auto; } }
  [class^="m-ribbon-"]:before, [class^="m-ribbon-"]:after {
    content: "";
    position: absolute; }

.m-ribbon-red {
  width: 100%;
  height: 70px;
  background: #f53d3d;
  left: 0px;
  right: 0px; }
  @media screen and (max-width: 30em) {
    .m-ribbon-red {
      height: 60px; } }
  .m-ribbon-red:before {
    height: 0;
    width: 0;
    border-color: #f42525 #f42525 #f42525 transparent;
    border-style: solid;
    border-width: 30px 30px;
    top: 20px;
    left: -60px; }
  .m-ribbon-red:after {
    height: 0;
    width: 0;
    border-color: #f42525 transparent #f42525 #f42525;
    border-style: solid;
    border-width: 30px 30px;
    top: 20px;
    right: -60px; }

.ribbon-content {
  box-shadow: 10px 5px 7px rgba(0, 0, 0, 0.3);
  height: inherit;
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -10px;
  background: #f53d3d;
  z-index: 100;
  position: relative;
  padding: 5px; }
  .ribbon-content:before, .ribbon-content:after {
    content: "";
    position: absolute; }
  .ribbon-content:before {
    height: 0;
    width: 0;
    border-top: 10px solid #da0b0b;
    border-left: 10px solid transparent;
    bottom: -10px; }
  .ribbon-content:after {
    height: 0;
    width: 0;
    border-top: 10px solid #da0b0b;
    border-right: 10px solid transparent;
    right: 0;
    bottom: -10px; }
  .ribbon-content h1 {
    line-height: 45px;
    font-size: 1.875em;
    border: 2px solid white;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 30em) {
      .ribbon-content h1 {
        line-height: 38px;
        font-size: 1em; } }
    .ribbon-content h1 span {
      font-size: 50px;
      position: relative;
      bottom: -6px; }
      @media screen and (max-width: 30em) {
        .ribbon-content h1 span {
          font-size: 1.75em; } }

.input-error {
	background: #fff url(../images/v2/icons/icon_invalid.png) no-repeat 98% center !important;
	box-shadow: 0 0 5px #d45252 !important;
	border-color: #b03535 !important; }
	
.input-valid {
	background: #fff url(../images/v2/icons/icon_valid.png) no-repeat 98% center !important;
	box-shadow: 0 0 5px #5cd053 !important;
	border-color: #28921f !important; }

.required {color: #b03535;}
