@charset "UTF-8";
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/*b,
strong {
    font-weight: normal;
    font-family: 'Raleway-Bold', Helvetica, Arial, sans-serif;
}*/
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  /*margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;*/ }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style-type: none; }

.color--primary {
  color: #27A1D8; }

.color--secondary {
  color: #eb0589; }

.color--tertiray {
  color: #F6D80B; }

.color--quaternary {
  color: #4A4A4A; }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes mmpAppear {
  0% {
    width: 0; }
  100% {
    width: 150%; } }

@keyframes mmpAppear {
  0% {
    width: 0; }
  100% {
    width: 150%; } }

@keyframes mmpUiDriveThroughHorizontal {
  0% {
    left: 0; }
  100% {
    left: value-to-em(256); } }

@keyframes mmpUiDriveThroughVertical {
  0% {
    top: 100%; }
  100% {
    top: 0; } }

@-webkit-keyframes mmpUiDriveThroughHorizontal {
  0% {
    left: 0; }
  100% {
    left: value-to-em(256); } }

@-webkit-keyframes mmpUiDriveThroughVertical {
  0% {
    top: 100%; }
  100% {
    top: 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.eot?d7t6ky");
  src: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.eot?d7t6ky#iefix") format("embedded-opentype"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.woff2?d7t6ky") format("woff2"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.ttf?d7t6ky") format("truetype"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.woff?d7t6ky") format("woff"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/icomoon/icomoon.svg?d7t6ky#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.5;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cancel2:before {
  content: "\e919"; }

.icon-cart-close:before {
  content: "\e91a"; }

.icon-mmp:before {
  content: "\e924"; }

.icon-pshare .path1:before {
  content: "\e925";
  color: #cb2128; }

.icon-pshare .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: #f2f2f2; }

.icon-doc:before {
  content: "\e91b"; }

.icon-pdf:before {
  content: "\e91c"; }

.icon-tshare:before {
  content: "\e91d";
  color: #1da1f3; }

.icon-gshare .path1:before {
  content: "\e91e";
  color: #dc4f42; }

.icon-gshare .path2:before {
  content: "\e91f";
  margin-left: -1em;
  color: #dc4f42; }

.icon-gshare .path3:before {
  content: "\e920";
  margin-left: -1em;
  color: #dc4f42; }

.icon-gshare .path4:before {
  content: "\e921";
  margin-left: -1em;
  color: white; }

.icon-gshare .path5:before {
  content: "\e922";
  margin-left: -1em;
  color: white; }

.icon-fshare:before {
  content: "\e923";
  color: #3b5998; }

.icon-truck:before {
  content: "\e917"; }

.icon-info:before {
  content: "\e918"; }

.icon-arrow-menu:before {
  content: "\e914"; }

.icon-arrow-right:before {
  content: "\e915"; }

.icon-facebook-like:before {
  content: "\e916"; }

.icon-facebook2:before {
  content: "\e90f"; }

.icon-google:before {
  content: "\e910"; }

.icon-linkedin2:before {
  content: "\e911"; }

.icon-twitter2:before {
  content: "\e912"; }

.icon-youtube2:before {
  content: "\e913"; }

.icon-arrow_right:before {
  content: "\e90e"; }

.icon-mail:before {
  content: "\e90c"; }

.icon-search2:before {
  content: "\e90d"; }

.icon-1:before {
  content: "\e900"; }

.icon-2:before {
  content: "\e901"; }

.icon-3:before {
  content: "\e902"; }

.icon-4:before {
  content: "\e903"; }

.icon-5:before {
  content: "\e904"; }

.icon-6:before {
  content: "\e905"; }

.icon-7:before {
  content: "\e906"; }

.icon-8:before {
  content: "\e907"; }

.icon-9:before {
  content: "\e908"; }

.icon-10:before {
  content: "\e909"; }

.icon-11:before {
  content: "\e90a"; }

.icon-12:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-email:before {
  content: "\e04c"; }

.icon-contact_phone:before {
  content: "\e059"; }

.icon-add_circle_outline:before {
  content: "\e06c"; }

.icon-create:before {
  content: "\e074"; }

.icon-remove_circle_outline:before {
  content: "\e081"; }

.icon-headset_mic:before {
  content: "\e10d"; }

.icon-dehaze:before {
  content: "\e15c"; }

.icon-cancel:before {
  content: "\e205"; }

.icon-chevron_right:before {
  content: "\e208"; }

.icon-expand_more:before {
  content: "\e20b"; }

.icon-person:before {
  content: "\e253"; }

.icon-done:before {
  content: "\e28a"; }

.icon-highlight_remove:before {
  content: "\e29c"; }

.icon-home:before {
  content: "\e29e"; }

.icon-info_outline:before {
  content: "\e2a3"; }

.icon-language:before {
  content: "\e2a8"; }

.icon-search:before {
  content: "\e2ca"; }

.icon-shopping_cart:before {
  content: "\e2df"; }

.icon-work:before {
  content: "\e30b"; }

.icon-help_outline:before {
  content: "\e30f"; }

@font-face {
  font-family: 'santelia_scriptregular';
  src: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.eot");
  src: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.woff2") format("woff2"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.woff") format("woff"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.ttf") format("truetype"), url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/fonts/santelia/santelia_script_regular-webfont.svg#santelia_scriptregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ------ FLEXBOX ------ */
.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  min-width: 320px;
  padding: 0 12px; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 771px) {
    .container {
      padding: 0 24px; } }
  @media (min-width: 1140px) {
    .container {
      padding: 0 48px; } }

.clearfix {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .clearfix:after {
    clear: both; }

html {
  font-size: 87.5%;
  line-height: 1.71429em; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

body {
  width: 100%;
  height: 100%;
  color: #2A2A2C;
  background-color: #fff;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
          animation: fadeIn 0.5s ease-in-out forwards; }

::-moz-selection {
  background: #27A1D8;
  color: #fff; }

::selection {
  background: #27A1D8;
  color: #fff; }

::-moz-selection {
  background: #27A1D8;
  color: #fff; }

img, object {
  max-width: 100%;
  color: #fff; }

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

.uppercase {
  text-transform: uppercase; }

.is-mobile {
  display: block; }
  @media (min-width: 771px) {
    .is-mobile {
      display: none; } }

@media (max-width: 770px) {
  .is-desktop {
    display: none; } }

.title-buttons {
  margin-top: 24px;
  margin-top: 1.71429rem; }

.title-buttons--sticked {
  margin: 0;
  position: absolute;
  right: 0;
  top: -4rem; }
  @media (min-width: 1025px) {
    .title-buttons--sticked {
      top: -5.14286rem; } }

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

@media (min-width: 771px) {
  .a-center {
    text-align: center; } }

.page-title h1 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }
  @media (min-width: 771px) {
    .page-title h1 {
      margin-bottom: 48px;
      margin-bottom: 3.42857rem; } }

.page-title-no-crumbs {
  margin-top: 24px;
  margin-top: 1.71429rem; }
  @media (min-width: 1025px) {
    .page-title-no-crumbs {
      margin-top: 48px;
      margin-top: 3.42857rem; } }

.buttons-set {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .buttons-set:before, .buttons-set:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .buttons-set:after {
    clear: both; }

.accordion-controls {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-align: right; }
  .accordion-controls:before, .accordion-controls:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .accordion-controls:after {
    clear: both; }
  .accordion-controls a {
    display: inline-block; }

@media (min-width: 771px) {
  .visible-xs {
    display: none !important; } }

@media (max-width: 770px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 1025px) {
  .visible-s {
    display: none; } }

@media (max-width: 1024px) {
  .hidden-s {
    display: none; } }

.transparent-background {
  background: transparent !important; }

@media (max-width: 770px) {
  .data-table,
  .data-table thead,
  .data-table tbody,
  .data-table tfoot,
  .data-table th,
  .data-table td,
  .data-table tr {
    display: block; }
  .data-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .data-table tbody > tr {
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: 23px;
    padding-bottom: 1.64286rem;
    border-color: #E9F5FB;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  .data-table tbody td {
    position: relative;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 6px;
    padding-top: 0.42857rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .back-link {
    display: block;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; } }

@media (min-width: 771px) {
  .data-table {
    width: 100%; }
    .data-table thead tr {
      background: #F5F5F5; }
    .data-table thead th {
      padding: 0.85714rem;
      white-space: nowrap;
      font-weight: 400;
      text-transform: uppercase;
      text-align: left; }
    .data-table tbody tr:last-child {
      border-bottom-width: 1px;
      border-bottom-width: 0.07143rem;
      border-bottom-style: solid;
      padding-bottom: 23px;
      padding-bottom: 1.64286rem;
      border-color: #F5F5F5; }
    .data-table tbody tr .item-options tr:last-child {
      border-bottom: none; }
    .data-table tbody td .product-name {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 24px;
      line-height: 1.71429rem;
      font-weight: 400;
      margin-bottom: 12px;
      margin-bottom: 0.85714rem;
      text-transform: none; }
    .data-table tfoot td {
      padding: 0.42857rem 0.85714rem; }
    .data-table td {
      padding: 0.85714rem; } }

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden; }

.delivery-info-table {
  width: 100%; }
  .delivery-info-table thead tr {
    background: #1B7097; }
  .delivery-info-table thead th {
    padding: 0.85714rem;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #27A1D8;
    border-bottom-color: #1B7097; }
    .delivery-info-table thead th:last-child {
      border-right: none; }
  .delivery-info-table tbody tr {
    border-width: 1px;
    border-style: solid;
    border-color: #E9F5FB; }
    .delivery-info-table tbody tr:nth-child(2n+1) {
      background: #DBE5E5; }
  .delivery-info-table tbody td {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #E9F5FB; }
    .delivery-info-table tbody td:last-child {
      border-right: none; }
  .delivery-info-table tfoot tr {
    background: #E9F5FB;
    border-width: 1px;
    border-style: solid;
    border-color: #E9F5FB; }
  .delivery-info-table tfoot td {
    padding: 0.85714rem;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #fff; }
    .delivery-info-table tfoot td:last-child {
      border-right: none; }
  .delivery-info-table td {
    padding: 0.85714rem; }
  .delivery-info-table .icon {
    color: #27A1D8;
    margin-right: 0.85714rem; }

.country-trigger,
.country-content {
  display: block; }

.country-trigger {
  color: #27A1D8;
  cursor: pointer; }
  .country-trigger:after {
    vertical-align: middle;
    margin-left: 0.42857rem;
    content: "\e20b";
    font-family: "icomoon"; }
  .country-trigger.active:after {
    content: "\f106"; }

.country-content {
  display: none; }
  .country-content.active {
    display: block; }

.flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 0.42857rem;
  background: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/images/flags.png") no-repeat;
  vertical-align: middle; }

.flag.flag-nl {
  background-position: -54px -24px; }

.flag.flag-es {
  background-position: -54px -12px; }

.flag.flag-at {
  background-position: 0 0; }

.flag.flag-bg {
  background-position: -36px 0; }

.flag.flag-de {
  background-position: -18px -12px; }

.flag.flag-sk {
  background-position: -36px -36px; }

.flag.flag-hu {
  background-position: -36px -24px; }

.flag.flag-ro {
  background-position: 0 -36px; }

.flag.flag-fr {
  background-position: 0 -24px; }

.flag.flag-cz {
  background-position: 0 -12px; }

.flag.flag-dk {
  background-position: -36px -12px; }

.flag.flag-hr {
  background-position: -18px -24px; }

.flag.flag-si {
  background-position: -18px -36px; }

.flag.flag-ch {
  background-position: -54px 0; }

.flag.flag-be {
  background-position: -18px 0; }

.toggle-enabled {
  max-height: 8.71429rem;
  overflow: hidden;
  position: relative; }
  .toggle-enabled.active {
    height: auto;
    max-height: 99em; }
    .toggle-enabled.active:after {
      -webkt-box-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .toggle-enabled:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -20px;
    right: -20px;
    -webkt-box-shadow: 0px -20px 20px #fff inset;
    -webkit-box-shadow: 0px -20px 20px #fff inset;
            box-shadow: 0px -20px 20px #fff inset; }

.toggle-enabled--show {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 12px;
  line-height: 0.85714rem;
  text-transform: uppercase;
  font-weight: 600; }
  .toggle-enabled--show span.less {
    display: none; }
  .toggle-enabled--show.active span.less {
    display: inline; }
  .toggle-enabled--show.active span.more {
    display: none; }
  .toggle-enabled--show.active i:before {
    content: "\f106"; }
  .toggle-enabled--show:hover {
    text-decoration: none; }
  .toggle-enabled--show i {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 0px;
    line-height: 0rem;
    position: relative;
    top: 0.35714rem; }

/* === PROMO HEADER MESSAGE STYLES ====== */
.promo-message {
  position: relative;
  z-index: 2;
  background: #4A4A4A;
  color: #fff;
  padding: 2.57143rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center; }
  @media (max-width: 1028px) {
    .promo-message .container {
      min-width: auto; } }
  .promo-message p {
    margin: 0; }
  .promo-message i {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.85714rem;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    -webkit-transition: color 0.3s ease-in-out 0s;
    -o-transition: color 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s; }
    .promo-message i:hover {
      color: #E0E0E0; }
  .promo-message a:hover {
    color: #67BDE3;
    text-decoration: none; }
  @media (min-width: 1025px) {
    .promo-message {
      z-index: 3; } }

.cookie-policy {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  position: fixed;
  z-index: 19;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(61, 61, 63, 0.8);
  color: #fff;
  text-align: center; }
  .cookie-policy a:hover {
    color: #67BDE3; }
  .cookie-policy a.button {
    display: inline-block; }
    .cookie-policy a.button:hover {
      color: #fff;
      text-decoration: none; }

.global-label {
  text-transform: uppercase;
  font-weight: 500;
  color: #4A4A4A;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 36px;
  line-height: 2.57143rem;
  padding: 0 0.28571rem; }

.global-label--new {
  background: #F6D80B;
  margin-left: 0.85714rem; }
  .category-info-wrapper .global-label--new {
    background: #7ED321;
    color: #fff; }

.global-label--promo {
  background: #eb0589;
  color: #fff; }

.table-layout__table {
  display: table;
  margin: 0;
  width: 100%;
  text-align: center; }

.table-layout__table-inner {
  display: table;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 1140px) {
    .table-layout__table-inner {
      width: 50%; } }
  .table-layout__table-inner span {
    display: none; }
    @media (min-width: 771px) {
      .table-layout__table-inner span {
        display: table-cell; } }

@media (min-width: 771px) {
  .table-layout__table-cell {
    display: table-cell;
    vertical-align: middle; } }

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left; }

.generic-message {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 18px;
  line-height: 1.28571rem;
  padding: 0.85714rem;
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  -webkt-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.generic-message--cut-off {
  background: #FEF6D3;
  border-width: 1px;
  border-style: solid;
  border-color: #B09319;
  margin-bottom: 0; }

@media (min-width: 1025px) {
  .container--half-width {
    width: 50%;
    margin: 0 auto; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #4A4A4A; }

h1,
.h1 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    h1,
    .h1 {
      font-size: 48px;
      font-size: 3.42857rem;
      line-height: 36px;
      line-height: 2.57143rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

h2,
.h2 {
  font-size: 40px;
  font-size: 2.85714rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

h3,
.h3 {
  font-size: 33px;
  font-size: 2.35714rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

h4,
.h4 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

h5,
.h5 {
  font-size: 23px;
  font-size: 1.64286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

h6,
.h6 {
  font-size: 19px;
  font-size: 1.35714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.section-title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #4A4A4A; }
  @media (min-width: 1025px) {
    .trustpilot-reviews .section-title,
    .upsell-products .section-title {
      margin-bottom: 48px;
      margin-bottom: 3.42857rem; } }

.section-description {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem; }

p {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  p.small {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }

a {
  text-decoration: none;
  color: #27A1D8;
  outline: 0;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s; }
  a:hover {
    color: #1B7097; }

blockquote {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  border-width: 0 0 0 0.71429rem;
  border-style: solid;
  border-color: #67BDE3;
  background: #E9F5FB;
  color: #4A4A4A; }
  blockquote:before {
    font-size: 42px;
    font-size: 3rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-family: "Montserrat", sans-serif;
    color: #E0E0E0;
    content: open-quote;
    margin-right: 12px;
    vertical-align: -14px; }

strong {
  font-weight: 500; }

.uppercase {
  text-transform: uppercase; }

.button {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  background: transparent;
  color: #4A4A4A;
  border-color: #4A4A4A;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 7px;
  padding-top: 0.51429rem;
  padding-bottom: 7px;
  padding-bottom: 0.51429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 1.71429rem;
  padding-right: 1.71429rem;
  min-width: 14.28571rem; }
  .button:active {
    -webkt-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8); }
  .button.disabled:hover {
    background: #27A1D8; }
  .button:hover {
    background: #4A4A4A;
    color: #fff; }
  .button:after {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-left: 0.42857rem;
    float: right; }

.button--inverted {
  background: transparent;
  color: #fff;
  border-color: #fff; }
  .button--inverted:hover {
    background: #fff;
    color: #4A4A4A; }

.button--lowercase {
  text-transform: none; }

.button--cta {
  background: #F6D80B;
  border-color: #F6D80B; }
  .button--cta:hover {
    border-color: #4A4A4A; }
  .button--cta.disabled:hover {
    color: #4A4A4A;
    background: #F6D80B;
    border-color: #F6D80B; }

.button--striped {
  width: auto;
  min-width: initial; }
  .button--striped:after {
    display: none; }

.button--no-border {
  border-color: transparent; }

.accordion-control-button {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  padding-top: 0;
  padding-bottom: 0; }
  .accordion-control-button:hover {
    text-decoration: none; }
  .accordion-control-button.disabled {
    cursor: not-allowed; }

/* --- Button markup non-accessible styles --- */
::-webkit-input-placeholder {
  color: #4A4A4A; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A; }

:-ms-input-placeholder {
  color: #4A4A4A; }

label {
  color: #4A4A4A;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400; }
  label.required em {
    margin-right: 0.42857rem;
    color: #d91425; }

.validation-advice {
  background: #fff;
  margin-top: 12px;
  margin-top: 0.85714rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  border-width: 1px;
  border-width: 0.07143rem;
  border-style: solid;
  padding: 11px;
  padding: 0.78571rem;
  border-radius: 3px;
  border-color: #d91425; }

p.required, .validation-advice-text {
  color: #d91425; }

.validation-advice-text:before {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 0px;
  line-height: 0rem;
  font-family: "icomoon";
  content: "\e2a3";
  margin-right: 0.85714rem;
  position: relative;
  top: 0.14286rem; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
  width: 100%;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-family: "Montserrat", sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #4A4A4A;
  display: block;
  position: relative;
  padding: 0 0.75em;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: transparent;
  font-weight: 300;
  height: 2.85714rem; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    border-color: #27A1D8;
    -webkt-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  input[type="text"].validation-failed, input[type="password"].validation-failed, input[type="email"].validation-failed, input[type="tel"].validation-failed {
    border-color: #d91425; }
  input[type="text"].input-text--inverted, input[type="password"].input-text--inverted, input[type="email"].input-text--inverted, input[type="tel"].input-text--inverted {
    background: transparent; }
  .my-account input[type="text"], .my-account input[type="password"], .my-account input[type="email"], .my-account input[type="tel"] {
    background: #fff; }

.form-list legend {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400;
  text-transform: uppercase; }

.form-list li {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (max-width: 770px) {
    .form-list li br {
      display: none; }
    .form-list li label.has-address {
      display: block;
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; } }
  @media (min-width: 771px) {
    .form-list li {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1;
      display: table;
      width: 100%; }
      .form-list li:before, .form-list li:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .form-list li:after {
        clear: both; }
      .form-list li label,
      .form-list li .input-box {
        display: table-cell;
        vertical-align: middle; }
      .form-list li label {
        width: 30%;
        padding-right: 0.42857rem;
        line-height: 18px;
        line-height: 1.28571rem; }
        .form-list li label.has-address {
          display: block;
          width: 100%;
          float: none; }
      .form-list li .input-box {
        width: 70%; } }

li.control {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  li.control:before, li.control:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  li.control:after {
    clear: both; }
  li.control .input-box, li.control label {
    float: left;
    vertical-align: middle;
    width: auto; }
  li.control .checkbox {
    margin-left: 0.85714rem; }
  li.control .input-box {
    margin-right: 0.85714rem; }

.checkout-agreements .checkbox {
  margin-right: 0.85714rem; }

textarea {
  width: 100%;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-family: "Montserrat", sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: #4A4A4A;
  display: block;
  position: relative;
  padding: 0 0.75em;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: transparent;
  font-weight: 300;
  min-height: 108px;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  textarea:focus {
    border-color: #27A1D8;
    -webkt-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  textarea.validation-failed {
    border-color: #d91425; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-left: 1.5em;
  padding-right: 2em;
  font-weight: normal;
  -webkt-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 1px 1px 6px;
  position: relative;
  z-index: 2; }

.info-msg {
  border-width: 3px;
  border-width: 0.21429rem;
  border-style: solid;
  padding: 9px;
  padding: 0.64286rem; }

.success {
  color: #DFF2BF; }

.error {
  color: #FFBABA; }

.notice {
  color: #FEEFB3; }

.page .messages, .reward-message {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.global-messages {
  position: relative; }
  .global-messages .messages-close {
    position: absolute;
    top: 50%;
    right: 0.85714rem;
    margin-top: -10px;
    color: #4A4A4A;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .global-messages .messages-close:hover {
      text-decoration: none;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.1), 2px 2px rgba(0, 0, 0, 0.1), 3px 3px rgba(0, 0, 0, 0.1); }

.messages,
.messages ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.messages {
  width: 100%;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .messages:before, .messages:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .messages:after {
    clear: both; }

.messages li {
  margin: 0;
  text-align: center; }

.messages li li {
  margin: 0 0 3px; }

.cms-index-index .error-msg, .cms-index-index
.success-msg, .cms-index-index
.note-msg, .cms-index-index
.notice-msg {
  -webkt-box-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
  border-color: #aa101d; }

.success-msg {
  color: #4F8A10;
  background-color: #DFF2BF;
  border-color: #64a71a; }

.note-msg {
  background-color: #FEEFB3;
  color: #9F6000;
  border-color: #8d710e; }

.notice-msg {
  background-color: #FEEFB3;
  color: #9F6000;
  border-color: #a47e3c; }

.info-msg {
  border-color: #bc9612; }

/****************

DROPDOWN STYLE

****************/
.fancy-select {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: auto;
  min-width: 100px;
  height: 2.85714rem;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  border-width: 1px;
  border-style: solid;
  border-color: #4A4A4A; }
  .fancy-select:after {
    position: absolute;
    top: 50%;
    margin-top: -0.85714rem;
    right: 0.57143rem;
    font-size: 17px;
    font-size: 1.21429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    content: "\e20b";
    font-family: "icomoon"; }
  .fancy-select:hover {
    border-color: #2A2A2C; }
  .fancy-select span {
    display: block;
    overflow: hidden;
    position: absolute;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 36px;
    line-height: 2.57143rem;
    padding-left: 0.85714rem;
    width: 80%;
    height: 100%;
    /* Fallback for IE 8 */
    background: white;
    /* "transparent" doesn't work with Opera */
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none; }
  .fancy-select.validation-failed {
    border-color: #d91425; }
  .lang-switcher .fancy-select {
    background: #F5F5F5;
    height: 2.14286rem;
    border: none;
    top: 0.42857rem;
    min-width: auto;
    max-width: 4.14286rem;
    margin: 0 auto; }
    .lang-switcher .fancy-select span {
      display: none; }
  .my-account .fancy-select {
    background: #fff; }

.fancy-select select {
  position: relative;
  opacity: 0;
  outline: none;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  margin: 0;
  height: 100%;
  color: #fc5bb7;
  text-shadow: 0 2px white;
  /* Fallback for IE 8 */
  background: white;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .fancy-select select:focus {
    z-index: 3;
    width: 100%;
    color: #27A1D8;
    outline: 2px solid #27A1D8;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px; }
  .fancy-select select > option {
    margin: 3px;
    padding: 4px 8px;
    text-shadow: none;
    border-radius: 3px;
    cursor: pointer; }

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .fancy-select {
  z-index: 1; }

.lt-ie9 .dropdown-select {
  z-index: -1; }

.lt-ie9 .dropdown-select:focus {
  z-index: 3; }

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px; } }

.language-switch-list, .account-links ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: min-height 0.5s ease-in-out 0s;
  -o-transition: min-height 0.5s ease-in-out 0s;
  transition: min-height 0.5s ease-in-out 0s; }
  .active.language-switch-list, .account-links ul.active {
    max-height: 17.85714rem; }

.switch-wrapper {
  position: relative;
  min-width: auto;
  max-width: 4.14286rem; }

.language-switch-list {
  position: absolute;
  width: 100%;
  background: #F5F5F5;
  top: 2.57143rem;
  line-height: 29px;
  line-height: 2.05714rem;
  -webkt-box-shadow: 0 1px 0 #e8e8e8 inset;
  -webkit-box-shadow: 0 1px 0 #e8e8e8 inset;
          box-shadow: 0 1px 0 #e8e8e8 inset;
  border-radius: 0 0 0.14286rem 0.14286rem; }
  .language-switch-list li {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e8e8e8; }
    .language-switch-list li.last {
      border: none; }
  .language-switch-list a {
    display: block;
    height: 2.14286rem; }
    .language-switch-list a:hover {
      background: #e8e8e8; }
    .language-switch-list a img {
      display: block;
      position: relative;
      top: 0.57143rem;
      margin-left: 0.85714rem; }

.current-language {
  display: block;
  background: transparent;
  height: 1.85714rem;
  top: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 0.14286rem;
  line-height: 34px;
  line-height: 2.4rem;
  text-align: left;
  cursor: pointer; }
  .current-language img {
    margin-left: 0.85714rem;
    display: block;
    position: relative;
    top: 0.35714rem; }
  .current-language.language-no-switch:hover {
    background: #F5F5F5; }
  .current-language.language-no-switch img {
    margin: 0 auto; }
  .current-language:hover {
    background: #e8e8e8; }
  .current-language.active {
    border-radius: 0.14286rem 0.14286rem 0 0;
    background: #F5F5F5; }
  .current-language .icon-expand_more {
    position: absolute;
    top: 50%;
    margin-top: -0.85714rem;
    right: 0.14286rem;
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #fff; }
  @media (min-width: 771px) {
    .current-language {
      top: 0.85714rem; } }

.revealOnScroll {
  opacity: 0; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75); }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25); }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@keyframes mmpAppear {
  0% {
    width: 0; }
  100% {
    width: 150%; } }

@keyframes mmpUiDriveThroughHorizontal {
  0% {
    left: 0; }
  100% {
    left: 18.28571rem; } }

@keyframes mmpUiDriveThroughVertical {
  0% {
    top: 100%; }
  100% {
    top: 0; } }

@-webkit-keyframes mmpUiDriveThroughHorizontal {
  0% {
    left: 0; }
  100% {
    left: 18.28571rem; } }

@-webkit-keyframes mmpUiDriveThroughVertical {
  0% {
    top: 100%; }
  100% {
    top: 0; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.lazy--loaded__container .lazy-loader, .loader, .opc .step .loader {
  width: 40px;
  height: 40px;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear; }

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.dot1 {
  background-color: #eb0589; }

.dot2 {
  background-color: #27A1D8;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -ms-touch-action: pan-y; }
  @media (min-width: 771px) {
    .owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
      opacity: 1;
      visibility: visible; } }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left;
  background: transparent; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-buttons .owl-prev, .owl-buttons .owl-next {
  color: #fff;
  line-height: 2.14286rem;
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -1.07143rem;
  text-align: center; }
  .owl-buttons .owl-prev:hover i, .owl-buttons .owl-next:hover i {
    background: #1B7097; }
  @media (min-width: 771px) {
    .owl-buttons .owl-prev, .owl-buttons .owl-next {
      line-height: 3.14286rem;
      margin-top: -1.57143rem; } }

.owl-buttons .owl-prev {
  left: -1.42857rem; }
  .owl-buttons .owl-prev i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.owl-buttons .owl-next {
  right: -1.42857rem; }

.owl-buttons .disabled {
  color: #F5F5F5;
  cursor: default !important; }
  .owl-buttons .disabled i {
    background: rgba(0, 0, 0, 0.2); }
  .owl-buttons .disabled:hover i {
    background: rgba(0, 0, 0, 0.2); }

.owl-buttons i {
  display: block;
  background: #27A1D8;
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  -webkit-transition: background 0.2s ease-in 0s;
  -o-transition: background 0.2s ease-in 0s;
  transition: background 0.2s ease-in 0s; }
  .owl-buttons i:before {
    font-size: 0.85714rem;
    line-height: 2.14286rem;
    position: absolute;
    top: 50%;
    margin-top: -1.07143rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.owl-controls .owl-page {
  display: inline-block; }
  .owl-controls .owl-page span {
    background: #F5F5F5;
    display: block;
    margin: 5px 7px;
    width: 0.71429rem;
    height: 0.71429rem;
    opacity: .7; }
  .owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    opacity: 1;
    background: #27A1D8; }

.owl-pagination {
  text-align: center;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  line-height: 0; }

/****************

    MEDIA QUERIES

****************/
/*@media screen and (min-width: 461px) {

    .owl-buttons {
        .owl-prev, .owl-next {
            margin-top: -22px;
            i {
                padding: 10px;
            }
        }
    }

}

@media screen and (max-width: 768px) {

	.owl-buttons {
		//display: none;
	}

}

@media screen and (min-width: 1124px) {
	.owl-buttons {
		.owl-prev {
			left: 10px;
		}
		.owl-next {
			right: 10px;
		}
	}
}


*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(19, 18, 18, 0.9);
  display: none;
  z-index: 1006; }

.sl-wrapper {
  z-index: 1000; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: "Montserrat", sans-serif;
    color: #27A1D8;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1015;
      font-family: "Montserrat", sans-serif;
      color: #27A1D8; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem;
        color: transparent; }
        .sl-wrapper .sl-navigation button.sl-next:before {
          content: "\e915";
          font-family: "icomoon";
          color: #27A1D8; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem;
        color: transparent;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
        .sl-wrapper .sl-navigation button.sl-prev:before {
          content: "\e915";
          font-family: "icomoon";
          color: #27A1D8; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 2rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 2rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 2rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 2rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #27A1D8;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #27A1D8;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

.breadcrumbs {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  color: #4A4A4A;
  font-weight: 400; }
  @media (min-width: 771px) {
    .breadcrumbs {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 24px;
      padding-top: 1.71429rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }
  @media (min-width: 1025px) {
    .breadcrumbs {
      font-size: 14px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 40px;
      padding-top: 2.88rem;
      padding-bottom: 40px;
      padding-bottom: 2.88rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }
  .breadcrumbs li {
    display: inline; }
  .breadcrumbs a {
    color: #4A4A4A; }
    .breadcrumbs a:hover {
      color: #1B7097; }
  .breadcrumbs strong {
    font-weight: 700; }
  .breadcrumbs .separator {
    margin: 0 0.42857rem; }

.breadcrumbs {
  margin-top: 0px;
  padding-top: 10px; }

.featutred-categories {
  display: none;
  float: left;
  padding-left: 1.71429rem; }
  .featutred-categories li {
    display: inline;
    margin-right: 0.85714rem; }
  .featutred-categories a {
    color: #27A1D8; }
    .featutred-categories a:hover {
      text-decoration: none;
      color: #1B7097; }
  .featutred-categories i {
    margin-right: 0.42857rem; }
  @media (min-width: 1025px) {
    .featutred-categories {
      display: block; } }

@media (max-width: 770px) {
  .nav {
    width: 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 771px) {
  .nav {
    float: left; } }

@media (min-width: 1025px) {
  .nav {
    margin: 0; } }

.nav .label {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 11.53846%; }

.nav .close {
  position: relative;
  display: inline-block;
  width: 1.42857rem;
  height: 1rem;
  vertical-align: middle; }
  .nav .close .icon-close {
    cursor: pointer;
    height: 0.14286rem;
    width: 1.07143rem;
    background: #fff;
    color: #4A4A4A;
    position: absolute;
    top: 0.35714rem;
    display: block;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
    .nav .close .icon-close:before, .nav .close .icon-close:after {
      height: 0.14286rem;
      width: 1.42857rem;
      background: #4A4A4A;
      position: absolute;
      right: 0;
      display: block;
      content: '';
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      top: 0; }
    .nav .close .icon-close:before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav .close .icon-close:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.off-canvas-trigger {
  display: inline-block;
  color: #4A4A4A;
  text-transform: uppercase;
  vertical-align: middle;
  height: 4.28571rem; }
  @media (max-width: 770px) {
    .off-canvas-trigger {
      width: 100%;
      text-align: right;
      padding-right: 0.85714rem; } }
  .off-canvas-trigger:hover {
    text-decoration: none; }
  .off-canvas-trigger i {
    font-size: 32px;
    font-size: 2.28571rem;
    line-height: 48px;
    line-height: 3.42857rem;
    line-height: 0;
    position: relative;
    top: 0.57143rem;
    margin-right: 0.42857rem; }
  .off-canvas-trigger .category-label {
    display: none; }
  @media (min-width: 771px) {
    .off-canvas-trigger {
      display: block;
      width: 100%;
      padding: 0 0.71429rem; } }
  @media (min-width: 1025px) {
    .off-canvas-trigger .category-label {
      display: inline; }
    .off-canvas-trigger .menu-label {
      display: none; } }

.category-products a:hover {
  text-decoration: none; }

.category-link-and-image .button {
  border-color: #27A1D8;
  display: inline-block;
  text-align: center; }
  .category-link-and-image .button:hover {
    background: #27A1D8;
    text-decoration: none; }

@media all and (max-width: 1024px) {
  .menu-expand-btn {
    display: none; }
  .ui-wrapper__nav, ul.level0 {
    max-height: 0;
    overflow: hidden; }
    .active.ui-wrapper__nav, ul.active.level0 {
      max-height: 142.85714rem; }
    .opened.ui-wrapper__nav, ul.opened.level0 {
      max-height: 142.85714rem; }
  a.level-top > span.user-controlled {
    position: absolute;
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    a.level-top > span.user-controlled:before {
      content: "\e06c";
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 48px;
      line-height: 3.42857rem;
      font-family: "icomoon";
      color: #27A1D8;
      line-height: normal; }
    a.level-top > span.active.user-controlled:before {
      content: "\e081"; }
  .main-nav {
    height: 100%;
    width: 20rem;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 14;
    overflow: auto;
    background: #fff;
    border-width: 4px 0 0;
    border-style: solid;
    border-color: #F6D80B; }
    .main-nav li.parent {
      position: relative; }
    .main-nav a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 11.53846%;
      color: #4A4A4A;
      font-size: 14px;
      font-size: 1rem;
      line-height: 42px;
      line-height: 3rem; }
      .main-nav a .global-label {
        margin-left: 0.42857rem;
        position: relative;
        top: -0.07143rem; }
    .main-nav .nav-overlay {
      z-index: 13; }
    .main-nav .fixed {
      position: fixed; }
  a.level-top {
    position: relative;
    color: #2A2A2C; }
    a.level-top:hover {
      text-decoration: none; }
    a.level-top > span.user-controlled {
      right: 11.53846%; }
  li.level0 {
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: -1px;
    padding-bottom: -0.07143rem;
    border-color: #F5F5F5; }
    li.level0.active > a {
      position: relative; }
      li.level0.active > a:before {
        display: block;
        content: "";
        width: 0.28571rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #27A1D8; }
  .ui-wrapper__nav {
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s; }
    .ui-wrapper__nav.opened ul.level0 {
      max-height: 71.35714rem; }
    .ui-wrapper__nav li {
      line-height: 36px;
      line-height: 2.57143rem; }
  ul.level0 {
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s; }
    ul.level0.opened {
      margin-top: 24px;
      margin-top: 1.71429rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
    ul.level0 li .category-link {
      padding-left: 0;
      color: #2A2A2C;
      font-weight: 700; }
      ul.level0 li .category-link:hover {
        color: #A4035F; }
      ul.level0 li .category-link:after {
        font-family: "icomoon";
        content: "\e208";
        color: #E0E0E0;
        font-weight: 400;
        line-height: normal;
        position: relative;
        top: 0.14286rem; }
    ul.level0 li a {
      text-decoration: none; }
  li.level1.active > a {
    color: #eb0589; }
  .category-products .products-title {
    padding-left: 11.53846%;
    color: #2A2A2C;
    font-weight: 700; }
    .category-products .products-title:hover {
      color: #2A2A2C; }
  .category-link-and-image {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    .category-link-and-image img {
      display: none; }
    .category-link-and-image .button {
      font-size: 14px;
      font-size: 1rem;
      line-height: 12px;
      line-height: 0.85714rem; }
  /****************

        javascript enabled

        ****************/
  .ui-mobile-only {
    margin-top: 3px;
    margin-top: 0.21429rem;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #F5F5F5;
    text-transform: uppercase; }
    .ui-mobile-only a {
      color: #2A2A2C;
      line-height: 30px;
      line-height: 2.14286rem; }
      .ui-mobile-only a:hover {
        text-decoration: none; }
      .ui-mobile-only a.table-layout__table {
        display: table;
        width: 100%;
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 24px;
        line-height: 1.71429rem;
        padding: 0 0.85714rem;
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 6px;
        padding-top: 0.42857rem;
        padding-bottom: 6px;
        padding-bottom: 0.42857rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; }
        .ui-mobile-only a.table-layout__table .table-layout__table-cell {
          display: table-cell;
          vertical-align: middle; }
  .site-links {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    background: #F5F5F5; }
    .site-links:before, .site-links:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .site-links:after {
      clear: both; }
    .site-links li {
      width: 50%;
      float: left; }
  /****************

    transforms transitions

    ****************/
  .csstransforms3d.csstransitions.js .main-nav.active-nav {
    -webkt-box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .csstransforms3d.csstransitions.js .main-nav {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

.off-canvas-trigger.active {
  background: #fff;
  color: #4A4A4A; }
  .off-canvas-trigger.active .menu-icon {
    background: transparent; }
    .off-canvas-trigger.active .menu-icon:before, .off-canvas-trigger.active .menu-icon:after {
      top: 0; }
    .off-canvas-trigger.active .menu-icon:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .off-canvas-trigger.active .menu-icon:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.menu-icon-wrapper {
  position: relative;
  display: inline-block;
  width: 1.42857rem;
  height: 1rem;
  vertical-align: middle; }

.menu-icon {
  cursor: pointer;
  height: 0.14286rem;
  width: 1.07143rem;
  background: #27A1D8;
  position: absolute;
  top: 0.35714rem;
  display: block;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
  .menu-icon:before, .menu-icon:after {
    height: 0.14286rem;
    width: 1.42857rem;
    background: #4A4A4A;
    position: absolute;
    right: 0;
    display: block;
    content: '';
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  .menu-icon:before {
    top: -.375rem; }
  .menu-icon:after {
    bottom: -.375rem; }

@media (max-width: 1024px) {
  .mega-menu-link {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .mega-menu-link:before, .mega-menu-link:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .mega-menu-link:after {
      clear: both; }
    .mega-menu-link:after {
      display: inline-block;
      content: "\e914";
      font-family: "icomoon";
      font-size: 8px;
      font-size: 0.57143rem;
      line-height: 0px;
      line-height: 0rem;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      position: relative;
      top: 1.42857rem;
      float: right; } }

.mega-menu-link.active {
  background: #F6D80B;
  padding-left: 0.85714rem; }

@media (max-width: 1024px) {
  .mega-menu-sublist {
    display: none; } }

.cta-all-products {
  clear: both; }

@media all and (min-width: 1025px) {
  .closer, .label, .ui-mobile-only, .user-controlled {
    display: none; }
  .nav-container {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    opacity: 1;
    visibility: visible;
    background: #fff; }
    .nav-container.active {
      -webkit-transform: scaleY(1);
          -ms-transform: scaleY(1);
              transform: scaleY(1); }
      .nav-container.active .main-nav {
        opacity: 1; }
  .main-nav {
    background: #fff;
    padding: 0 1.28571rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 48px;
    padding-top: 3.42857rem;
    padding-bottom: 8px;
    padding-bottom: 0.6rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in-out 0.3s;
    -o-transition: opacity 0.1s ease-in-out 0.3s;
    transition: opacity 0.1s ease-in-out 0.3s;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s; }
    .main-nav:before, .main-nav:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .main-nav:after {
      clear: both; }
  .menu-column {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%; }
    .menu-column:last-child {
      width: 22.85714%;
      float: right;
      margin-right: 0; }
  .mega-menu-item {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #F5F5F5; }
    .mega-menu-item.active {
      border-bottom: none; }
    .mega-menu-item:last-child {
      border-bottom: none; }
  .mega-menu-link {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 36px;
    line-height: 2.57143rem;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 500; }
    .mega-menu-link.active {
      background: #F6D80B; }
  .mega-menu-sublist {
    padding-left: 1.28571rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #F5F5F5; } }
  @media all and (min-width: 1025px) and (max-width: 770px) {
    .mega-menu-sublist {
      display: none; } }

@media all and (min-width: 1025px) {
  .mega-menu-sublist-link {
    display: block;
    color: #4A4A4A;
    line-height: 30px;
    line-height: 2.14286rem; }
  .mega-menu-sublist-link--highlighted {
    color: #27A1D8;
    font-weight: 500; }
  li.level0 {
    line-height: 38px;
    line-height: 2.74286rem; }
    li.level0 .category-link {
      margin-right: 0.42857rem; }
    li.level0 .global-label {
      position: relative;
      top: -0.14286rem;
      margin-left: 0.42857rem; }
    li.level0.active > a {
      text-decoration: none;
      color: #2A2A2C;
      background: #fff; }
      li.level0.active > a:before {
        content: "";
        width: 0.28571rem;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #27A1D8; }
    li.level0 > a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 0.85714rem;
      color: #2A2A2C;
      position: relative; }
      li.level0 > a.over {
        text-decoration: none;
        color: #2A2A2C;
        background: #fff; }
        li.level0 > a.over:before {
          content: "";
          width: 0.28571rem;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background: #27A1D8; }
      li.level0 > a:hover {
        text-decoration: none; }
      li.level0 > a:after {
        content: "\e208";
        font-family: "icomoon";
        font-size: 23px;
        font-size: 1.64286rem;
        line-height: 0px;
        line-height: 0rem;
        line-height: normal;
        position: absolute;
        top: 50%;
        right: 0.85714rem;
        display: block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #27A1D8; }
    li.level0 > .products-wrapper {
      float: left;
      width: 50%;
      height: 100%; }
  .nav-container {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    width: 100%;
    position: absolute;
    top: 4.28571rem;
    left: 0;
    z-index: 5;
    /*.ui-overlay {
            display: none;
        }*/ }
    .nav-container:before, .nav-container:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .nav-container:after {
      clear: both; }
    .nav-container:hover {
      opacity: 1;
      visibility: visible; }
  .ui-wrapper__nav {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 100%;
    top: 0;
    background: #fff;
    width: 62.57143rem;
    min-height: calc(100% - 4px);
    padding: 0.85714rem 21.92857rem 0.85714rem 1.71429rem; }
    .ui-wrapper__nav:before, .ui-wrapper__nav:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .ui-wrapper__nav:after {
      clear: both; }
    .ui-wrapper__nav:hover {
      opacity: 1;
      visibility: visible; }
    .ui-wrapper__nav:after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: 0;
      left: -0.28571rem;
      width: calc(100% + 8px);
      height: calc(100% + 4px);
      background: rgba(0, 0, 0, 0.1); }
    .ui-wrapper__nav > .products-wrapper {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
  ul.level0 {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    ul.level0:before, ul.level0:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    ul.level0:after {
      clear: both; }
    .flexbox ul.level0 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .flexbox ul.level0 > li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 33.33333%;
        margin-bottom: 12px;
        margin-bottom: 0.85714rem; }
    .no-flexbox ul.level0 > li {
      width: 33.33333%;
      float: left; }
      .no-flexbox ul.level0 > li:nth-child(3n + 3) {
        clear: right; }
      .no-flexbox ul.level0 > li:last-child {
        margin-bottom: 0; }
    ul.level0 li {
      line-height: 24px;
      line-height: 1.71429rem; }
      ul.level0 li .category-link {
        padding-left: 0;
        margin-bottom: 12px;
        margin-bottom: 0.85714rem;
        display: block;
        color: #1B7097;
        font-weight: 600;
        text-transform: uppercase; }
        ul.level0 li .category-link:hover {
          text-decoration: none;
          color: #A4035F; }
        ul.level0 li .category-link:after {
          font-family: "icomoon";
          content: "\e208";
          color: #1B7097;
          font-weight: 400;
          line-height: normal;
          position: relative;
          top: 0.14286rem; }
    ul.level0 > li {
      padding-right: 0.85714rem;
      line-height: 18px;
      line-height: 1.28571rem;
      /*.new {
                //position: absolute;
                //right: 0;
                //top: 0;
            }*/ }
      ul.level0 > li:nth-child(3n + 3) {
        padding-right: 0;
        margin-bottom: 72px;
        margin-bottom: 5.14286rem; }
      ul.level0 > li:last-child {
        margin-bottom: 0; }
      ul.level0 > li a {
        display: block;
        position: relative;
        padding-right: 1.28571rem; }
    ul.level0 a:hover {
      text-decoration: none; }
  li > a.over + .ui-wrapper__nav {
    opacity: 1;
    visibility: visible; }
  .level1 .category-link {
    margin-left: 0; }
  .level1 .category-products > li {
    padding-left: 0; }
  .level1 .category-products .global-label {
    margin-left: 0.42857rem; }
  .products-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
    .products-title .global-label {
      position: relative;
      top: -0.10714rem;
      margin-left: 0.42857rem; }
  .category-products {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .category-products:before, .category-products:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .category-products:after {
      clear: both; }
    .category-products > li {
      line-height: 24px;
      line-height: 1.71429rem; }
    .category-products a {
      color: #E0E0E0; }
      .category-products a:hover {
        color: #2A2A2C; }
  .category-link-and-image {
    width: 20.35714rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0; }
    .category-link-and-image a {
      position: absolute;
      display: block;
      width: 100%;
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .category-link-and-image a:hover {
        text-decoration: none; }
        .category-link-and-image a:hover img {
          -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .category-link-and-image a:hover:after {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: rgba(255, 255, 255, 0.4);
          z-index: 1; }
      .category-link-and-image a:after {
        content: "";
        -webkit-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s; }
    .category-link-and-image img {
      display: block;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -o-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s; }
    .category-link-and-image .button {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0.85714rem;
      width: 90%;
      z-index: 2; }
      .category-link-and-image .button:hover {
        background: #27A1D8;
        color: #fff; }
  .menu-expand-btn {
    color: #27A1D8;
    cursor: pointer;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 12px;
    line-height: 0.85714rem; }
    .menu-expand-btn i {
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 0px;
      line-height: 0rem;
      position: relative;
      top: 0.35714rem; }
    .menu-expand-btn .less {
      display: none; }
    .menu-expand-btn.active i:before {
      content: "\f106"; }
    .menu-expand-btn.active .more {
      display: none; }
    .menu-expand-btn.active .less {
      display: inline; }
    .menu-expand-btn:hover {
      color: #1B7097; }
  .menu-expand-items {
    overflow: hidden;
    height: 0;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-in-out 0.2s;
    -o-transition: max-height 0.2s ease-in-out 0.2s;
    transition: max-height 0.2s ease-in-out 0.2s; }
    .menu-expand-items.active {
      max-height: 71.42857rem;
      height: auto;
      -webkit-transition: max-height 0.2s ease-in-out 0.2s;
      -o-transition: max-height 0.2s ease-in-out 0.2s;
      transition: max-height 0.2s ease-in-out 0.2s; }
  .button--mega-menu {
    float: right; } }

.cms-wrapper .accordion-content {
  max-height: 0;
  overflow: hidden; }
  .cms-wrapper .active.accordion-content, .cms-wrapper .accordion-content .opened {
    max-height: 714.21429rem; }

.ui-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  -o-transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transition: 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  z-index: 2; }
  .ui-overlay.active {
    visibility: visible;
    opacity: 1; }

.ui-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  @media (min-width: 771px) {
    .ui-wrapper {
      position: relative;
      display: block;
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .ui-wrapper:before, .ui-wrapper:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .ui-wrapper:after {
        clear: both; } }

@media (min-width: 771px) {
  .ui--floating__right {
    width: 61.42857%;
    float: right;
    margin-right: 0; } }

.ui-button {
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  text-align: center; }
  .ui-button:hover {
    color: #2A2A2C;
    text-decoration: none; }
  .ui-button i {
    position: relative;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    line-height: normal;
    top: 0.21429rem; }

.ui-wrapper__link {
  padding: 0 2.14286rem; }
  @media (min-width: 1025px) {
    .ui-wrapper__link {
      padding: 0 2.14286rem; } }
  .ui-wrapper__link:hover {
    color: #F6D80B; }

.ui-pulldown {
  position: absolute;
  z-index: 7;
  top: 2.85714rem;
  right: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease-in 0.3s;
  transition: -webkit-transform 0.3s ease-in 0.3s;
  -o-transition: transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s, -webkit-transform 0.3s ease-in 0.3s;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  color: #4A4A4A; }
  .ui-pulldown .block {
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0s ease-in 0s;
    -o-transition: opacity 0s ease-in 0s;
    transition: opacity 0s ease-in 0s;
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .ui-pulldown.active {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1); }
    .ui-pulldown.active .block {
      opacity: 1;
      visibility: visible; }
  @media (min-width: 771px) {
    .ui-pulldown {
      top: 3.57143rem;
      border-width: 0 1px 1px;
      border-style: solid;
      border-color: #E0E0E0; } }
  @media (min-width: 1025px) {
    .ui-pulldown {
      max-width: 26.28571rem; } }

.header-container {
  position: relative;
  z-index: 3;
  background: #fff; }
  @media (max-width: 1024px) {
    .header-container.active {
      z-index: auto; } }

.header-top {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 40px;
  line-height: 2.87143rem;
  background: #27A1D8;
  color: #fff; }
  .header-top:before, .header-top:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .header-top:after {
    clear: both; }
  @media (max-width: 770px) {
    .header-top {
      height: 2.85714rem; }
      .header-top > .container {
        padding: 0; } }
  @media (min-width: 771px) {
    .header-top {
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 50px;
      line-height: 3.6rem;
      height: 3.57143rem; } }

.customer-service-details {
  display: block;
  line-height: normal; }

.customer-service--label {
  text-transform: uppercase; }

.customer-service--tel {
  text-align: left;
  height: 3.57143rem;
  background: #F6D80B;
  color: #4A4A4A;
  -webkit-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s; }
  .customer-service--tel:hover {
    text-decoration: none; }
  .customer-service--tel i {
    padding-right: 0.85714rem;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 0px;
    line-height: 0rem; }
  .customer-service--tel:hover {
    color: #4A4A4A;
    background: #e9cc09; }

.customer-service--email {
  color: #fff; }
  .customer-service--email i {
    margin-right: 0.42857rem; }

@media (max-width: 770px) {
  .smartphone-wrapper {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .smartphone-wrapper:before, .smartphone-wrapper:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .smartphone-wrapper:after {
      clear: both; } }

@media (max-width: 770px) {
  .header-middle {
    float: left;
    width: 60%;
    line-height: 60px;
    line-height: 4.28571rem;
    height: 4.28571rem; }
    .header-middle .container {
      min-width: 0; } }

@media (min-width: 1025px) {
  .header-middle-container {
    overflow: hidden;
    width: 100%; } }

.header-bottom {
  -webkit-transition: border 600ms ease 0s;
  -o-transition: border 600ms ease 0s;
  transition: border 600ms ease 0s; }
  @media (max-width: 770px) {
    .header-bottom {
      float: left;
      width: 40%; }
      .header-bottom > .container {
        min-width: 0; } }
  .header-bottom.fixed {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 8;
    border-width: 10px 0 0;
    border-style: solid;
    border-color: #1B7097;
    -webkt-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .header-bottom.fixed .nav-container {
      opacity: 0;
      visibility: hidden; }

.ui--wrapper__medium {
  display: none; }
  @media (min-width: 771px) {
    .ui--wrapper__medium {
      display: block;
      float: left; } }

.ui--wrapper__large {
  display: none; }
  @media (min-width: 1025px) {
    .ui--wrapper__large {
      display: block; } }

.wrapper__newsletter {
  display: none; }
  @media (min-width: 1400px) {
    .wrapper__newsletter {
      display: block;
      float: left; } }

.wrapper__customer-service--email {
  display: none; }
  @media (min-width: 1140px) {
    .wrapper__customer-service--email {
      display: block; } }

@media (min-width: 771px) {
  a.newsletter--call {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 53px;
    line-height: 3.77143rem;
    color: #F6D80B;
    font-weight: 700; }
    a.newsletter--call:hover {
      text-decoration: none; } }
  @media (min-width: 771px) and (min-width: 1025px) {
    a.newsletter--call {
      height: 3.57143rem; } }

@media (min-width: 1025px) {
  .wrapper__links {
    float: right; }
  .site-links li {
    display: inline-block;
    text-align: center;
    text-transform: uppercase; }
    .site-links li:last-child a {
      padding-right: 0; }
  .site-links a {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 48px;
    padding-top: 3.42857rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 1.71429rem;
    padding-right: 1.71429rem;
    color: #4A4A4A; }
    .site-links a:hover {
      color: #27A1D8;
      text-decoration: none; }
      .site-links a:hover i {
        color: #27A1D8; }
  .site-links i {
    font-size: 23px;
    font-size: 1.64286rem;
    line-height: 0px;
    line-height: 0rem;
    color: #E0E0E0;
    line-height: normal; }
  .site-links a, .site-links i {
    display: block; } }

.ui-button-login {
  color: #5a5a5a;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
  text-transform: none; }
  .ui-button-login i {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-right: 0.42857rem; }
  .ui-button-login span {
    display: inline; }
  @media (min-width: 771px) {
    .ui-button-login {
      width: auto;
      float: right;
      padding: 0 0.71429rem; } }
  .ui-button-login.account-links:hover {
    color: #fff; }
  .ui-button-login:hover {
    color: #F6D80B; }

@media (min-width: 620px) {
  .account-links ul {
    position: static;
    display: inline;
    background: transparent; } }

.account-links li {
  display: inherit;
  background: #fff;
  float: left;
  width: 33.33333%;
  font-weight: 400; }
  .account-links li span {
    display: inline;
    font-weight: 400; }
  @media (min-width: 620px) {
    .account-links li {
      background: transparent;
      float: none;
      width: auto;
      font-weight: 400; } }
  .account-links li:nth-child(2) a {
    color: #F6D80B; }

.account-links .welcome {
  text-transform: none;
  margin-right: 0.85714rem; }
  @media (max-width: 770px) {
    .account-links .welcome {
      width: 100%;
      clear: both;
      float: none; } }
  .account-links .welcome .bold {
    font-weight: 700; }

.account-links a {
  color: #4A4A4A; }
  @media (min-width: 620px) {
    .account-links a {
      color: #fff; } }

@media (min-width: 771px) {
  .switcher-language {
    height: 3.57143rem;
    min-width: 5.71429rem; } }

.logo {
  display: block;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .logo {
      float: left; } }
  .logo img {
    display: block;
    margin: 0; }
    @media (max-width: 770px) {
      .logo img {
        max-width: 10.14286rem; } }
    @media (min-width: 1025px) {
      .logo img {
        margin: 0; } }

.logo {
  display: block;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 7px;
  padding-top: 0.48667rem;
  padding-bottom: 7px;
  padding-bottom: 0.48667rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 771px) {
    .logo {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.header-bottom {
  background: #fff;
  line-height: 60px;
  line-height: 4.28571rem;
  height: 4.28571rem; }
  @media (max-width: 770px) {
    .header-bottom > .container {
      padding: 0; } }
  @media (min-width: 771px) {
    .header-bottom {
      background: #F5F5F5; } }

@media (max-width: 770px) {
  .form-mini {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 771px) {
  .form-mini {
    width: 55%;
    float: right;
    margin-right: 0;
    float: left; } }

@media (min-width: 1025px) {
  .form-mini {
    width: 35.96491%; } }

.form-search > button {
  background: transparent;
  line-height: 36px;
  line-height: 2.57143rem;
  padding: 0;
  border-radius: 0 0.14286rem 0.14286rem 0;
  text-align: center; }
  .form-search > button:hover {
    background: transparent;
    color: #4A4A4A; }
  .form-search > button i {
    text-align: center;
    position: relative;
    top: 0.14286rem; }
  .form-search > button span {
    display: none; }

.form-search .input-text {
  -webkit-transition: background 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s; }

@media (max-width: 850px) {
  .form-search {
    width: 100%;
    position: absolute;
    top: 7.14286rem;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkt-box-shadow: 0 -1px 0 #e8e8e8 inset;
    -webkit-box-shadow: 0 -1px 0 #e8e8e8 inset;
            box-shadow: 0 -1px 0 #e8e8e8 inset;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
    background: #F5F5F5; }
    .form-search.active {
      opacity: 1;
      visibility: visible;
      z-index: 10; }
    .form-search.container {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      padding-left: 2.63158%;
      padding-right: 2.63158%; }
    .form-search .input-text {
      width: 100%;
      margin-bottom: 0; }
      .form-search .input-text:focus {
        -webkt-box-shadow: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .form-search > button {
      position: absolute;
      width: 15%;
      top: 0.85714rem;
      right: 2.63158%; } }

@media (min-width: 851px) {
  .form-search {
    height: 4.28571rem;
    position: relative; }
    .form-search.container {
      padding: 0; }
    .form-search .input-text {
      width: 100%;
      margin-top: 16px;
      margin-top: 1.11429rem;
      margin-bottom: 0;
      background: transparent;
      border-color: #E0E0E0;
      border-radius: 1.5em;
      height: 2.14286rem;
      float: right;
      -webkit-transition: all 0.3s ease-in 0s;
      -o-transition: all 0.3s ease-in 0s;
      transition: all 0.3s ease-in 0s; }
      .form-search .input-text:focus {
        -webkt-box-shadow: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: #fff;
        max-width: 100%; }
    .form-search > button {
      position: absolute;
      right: 0;
      top: 1.07143rem;
      height: 2.14286rem;
      padding: 0 0.85714rem; }
      .form-search > button span {
        display: none; }
      .form-search > button i {
        display: inline;
        font-size: 14px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.71429rem;
        line-height: normal;
        position: relative;
        top: 0rem; } }

.search-autocomplete {
  width: 100%;
  left: 0;
  top: 4.28571rem;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #27A1D8;
  border-radius: 0.28571rem; }
  @media (min-width: 1025px) {
    .search-autocomplete {
      -webkt-box-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      z-index: 12;
      right: 0;
      left: auto; } }
  .search-autocomplete ul {
    border-radius: 0.28571rem; }
  .search-autocomplete li {
    position: relative;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    padding: 0 0.85714rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: -1px;
    padding-bottom: -0.07143rem;
    line-height: 36px;
    line-height: 2.57143rem;
    border-color: #F5F5F5;
    cursor: pointer; }
    .search-autocomplete li:before, .search-autocomplete li:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .search-autocomplete li:after {
      clear: both; }
    .search-autocomplete li span {
      display: block;
      position: absolute;
      top: 50%;
      right: 0.85714rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #1B7097;
      background: #E9F5FB;
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 1px;
      padding-top: 0.04286rem;
      padding-bottom: 1px;
      padding-bottom: 0.04286rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      padding-left: 0.42857rem;
      padding-right: 0.42857rem;
      min-width: 1.85714rem;
      border-radius: 0.14286rem;
      text-align: center; }
    .search-autocomplete li:hover {
      color: #1B7097;
      background: #E9F5FB; }
      .search-autocomplete li:hover span {
        background: #fff;
        color: #2A2A2C; }
  .search-autocomplete .button {
    position: static;
    float: none;
    width: auto;
    margin: 0 auto;
    display: block;
    margin-top: 6px;
    margin-top: 0.42857rem;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem; }
    .search-autocomplete .button:after {
      display: none; }

.search-overlay.active {
  z-index: 9; }

@media (min-width: 771px) {
  .search-overlay {
    display: none; } }

.search-toggle {
  display: table;
  width: 100%;
  color: #4A4A4A;
  text-align: center;
  cursor: pointer;
  height: 100%;
  line-height: 60px;
  line-height: 4.28571rem; }
  .search-toggle.active {
    position: relative;
    z-index: 11; }
  .search-toggle i {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 0px;
    line-height: 0rem;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle; }
  @media (max-width: 850px) {
    .search-toggle {
      height: 4.28571rem; } }
  @media (min-width: 851px) {
    .search-toggle {
      display: none; } }

/********************
**** CSS TESTATA ****
*********************/
/* Box Img titolo */
#box_header_img {
  padding: 0;
  margin: 0;
  height: 70px;
  float: left;
  padding-top: 2px;
  padding-bottom: 5px;
  padding-left: 5px;
  width: 20%;
  max-width: 340px;
  min-width: 220px;
  text-align: left; }

/* Box contenitore header */
#box_header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
  height: 115px;
  background-color: #fff;
  background-image: url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/images/fondo_testata.png");
  background-position: center top;
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }

/* Inizio nuovo header */
.riga_1 {
  max-width: 1344px;
  width: 100%;
  height: 65px;
  display: inline-block; }

.riga_2 {
  max-width: 1344px;
  width: 100%;
  height: 40px;
  background-color: transparent;
  display: inline-block; }

#logo {
  padding-top: 0;
  margin-top: 0;
  line-height: 0;
  display: block;
  margin-bottom: 0;
  float: left; }

#header_mega_menu {
  float: left;
  height: 30px;
  padding-top: 0;
  width: 22%; }

.off-canvas-trigger {
  color: #27A1D8;
  font-weight: bold; }
  .off-canvas-trigger:hover {
    color: #A4035F;
    font-weight: bold; }

.link_telefono {
  color: #4A4A4A; }
  .link_telefono:hover {
    color: #27A1D8; }
  .link_telefono i {
    margin-right: 10px; }

#header_customer_service {
  padding-top: 25px;
  float: right;
  width: 18%;
  min-width: 140px;
  text-align: right; }

#header_lang {
  float: right !important;
  width: 12%;
  min-width: 75px;
  padding-left: 3%;
  padding-top: 10px;
  text-align: right !important; }

#header_ricerca {
  float: left;
  width: 40%;
  height: 70px;
  min-width: 100px;
  padding-top: 3px;
  padding-left: 2%;
  padding-right: 2%; }

#search {
  background-color: #fff;
  border-color: #67BDE3; }

.icon-search2 {
  color: #27A1D8; }

#search_mini_form {
  width: 100%;
  /*border: 1px solid #acf; */
  height: 55px; }

#formSearch {
  min-width: 100px; }

#header-chart {
  float: right;
  width: 12%;
  text-align: right;
  padding-top: 6px;
  min-width: 95px; }

#miniCart {
  top: 113px; }

#header-login {
  padding-top: 7px;
  float: right;
  width: 33%;
  text-align: right; }

#nav-container {
  top: 114px;
  height: calc(90vh - 120px);
  text-align: left;
  overflow: auto;
  border-bottom-width: 1px; }

#nav-trigger {
  margin-top: 0;
  padding-top: 8px;
  top: 0; }

.link_testata {
  color: #27A1D8 !important;
  font-weight: normal; }
  .link_testata:hover {
    color: #A4035F !important;
    font-weight: normal; }
  .link_testata i {
    color: #4A4A4A; }

#cart-trigger {
  margin: 0;
  padding: 0;
  padding-left: 3px;
  color: #27A1D8; }
  #cart-trigger:hover {
    color: #A4035F; }
  #cart-trigger i {
    color: #4A4A4A; }

#accountTrigger {
  color: #27A1D8; }
  #accountTrigger:hover {
    color: #A4035F; }
  #accountTrigger i {
    color: #4A4A4A; }

.main-nav {
  padding-top: 10px; }

#header-newsletter {
  float: left;
  width: 15%;
  padding-top: 7px; }

#header-customer_2 {
  float: left;
  width: 18%;
  padding-top: 7px;
  text-align: center; }

#riga_separazione_testata {
  padding: 0;
  margin: 0;
  border-style: solid;
  height: 1px;
  background-color: #bbb;
  border-width: 0; }

#box_header_img_mobile {
  float: left;
  width: 47%;
  text-align: right; }

#header_ricerca_mobile {
  float: right;
  width: 20%; }

#box_header_img_mobile, #header_ricerca_mobile {
  display: none; }

#spaziatore_sito {
  height: 115px; }

#popId-languageSelect {
  z-index: 1020; }

/* da 850 pixel a scendere */
@media (max-width: 850px) {
  #miniCart {
    top: 72px; }
  #cart-trigger {
    background-color: transparent; }
  #spaziatore_sito {
    height: 71px; }
  #box_header_img_mobile, #header_ricerca_mobile {
    display: block; }
  #box_header {
    height: 70px; }
  #header_mega_menu {
    margin-top: 15px;
    width: 15%;
    min-width: 120px; }
  #header_ricerca_mobile {
    margin-top: 8px;
    width: 10%;
    max-width: 30px; }
  #riga_separazione_testata, #box_header_img, #header-login, #header_lang, #header-newsletter, #header_customer_service, #header-customer_2 {
    display: none; }
  #header-chart {
    min-width: 40px;
    padding-right: 2%;
    width: 7%;
    margin-top: 17px; }
  .riga_1 {
    display: none; } }

/* Da 400 pixel a scendere*/
@media (max-width: 400px) {
  .menu-label {
    display: none; }
  #box_header_img_mobile {
    min-width: 150px; }
  #header_mega_menu {
    width: 10% !important;
    min-width: 30px !important;
    text-align: center; } }

/*************************
**** FINE CSS TESTATA ****
*************************/
@media (max-width: 770px) {
  .nav {
    width: 70%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2; } }

@media (min-width: 771px) {
  .nav {
    float: left; } }

@media (min-width: 1025px) {
  .nav {
    margin: 0; } }

.nav .label {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 11.53846%; }

.nav .close {
  position: relative;
  display: inline-block;
  width: 1.42857rem;
  height: 1rem;
  vertical-align: middle; }
  .nav .close .icon-close {
    cursor: pointer;
    height: 0.14286rem;
    width: 1.07143rem;
    background: #fff;
    color: #4A4A4A;
    position: absolute;
    top: 0.35714rem;
    display: block;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    -o-transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out; }
    .nav .close .icon-close:before, .nav .close .icon-close:after {
      height: 0.14286rem;
      width: 1.42857rem;
      background: #4A4A4A;
      position: absolute;
      right: 0;
      display: block;
      content: '';
      -webkit-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      top: 0; }
    .nav .close .icon-close:before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav .close .icon-close:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.off-canvas-trigger {
  display: inline-block;
  color: #4A4A4A;
  text-transform: uppercase;
  vertical-align: middle;
  height: 4.28571rem; }
  @media (max-width: 770px) {
    .off-canvas-trigger {
      width: 100%;
      text-align: right;
      padding-right: 0.85714rem; } }
  .off-canvas-trigger:hover {
    text-decoration: none; }
  .off-canvas-trigger i {
    font-size: 32px;
    font-size: 2.28571rem;
    line-height: 48px;
    line-height: 3.42857rem;
    line-height: 0;
    position: relative;
    top: 0.57143rem;
    margin-right: 0.42857rem; }
  .off-canvas-trigger .category-label {
    display: none; }
  @media (min-width: 771px) {
    .off-canvas-trigger {
      display: block;
      width: 100%;
      padding: 0 0.71429rem; } }
  @media (min-width: 1025px) {
    .off-canvas-trigger .category-label {
      display: inline; }
    .off-canvas-trigger .menu-label {
      display: none; } }

.category-products a:hover {
  text-decoration: none; }

.category-link-and-image .button {
  border-color: #27A1D8;
  display: inline-block;
  text-align: center; }
  .category-link-and-image .button:hover {
    background: #27A1D8;
    text-decoration: none; }

@media all and (max-width: 1024px) {
  .menu-expand-btn {
    display: none; }
  .ui-wrapper__nav, ul.level0 {
    max-height: 0;
    overflow: hidden; }
    .active.ui-wrapper__nav, ul.active.level0 {
      max-height: 142.85714rem; }
    .opened.ui-wrapper__nav, ul.opened.level0 {
      max-height: 142.85714rem; }
  a.level-top > span.user-controlled {
    position: absolute;
    line-height: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    a.level-top > span.user-controlled:before {
      content: "\e06c";
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 48px;
      line-height: 3.42857rem;
      font-family: "icomoon";
      color: #27A1D8;
      line-height: normal; }
    a.level-top > span.active.user-controlled:before {
      content: "\e081"; }
  .main-nav {
    height: 100%;
    width: 20rem;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 14;
    overflow: auto;
    background: #fff;
    border-width: 4px 0 0;
    border-style: solid;
    border-color: #F6D80B; }
    .main-nav li.parent {
      position: relative; }
    .main-nav a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 11.53846%;
      color: #4A4A4A;
      font-size: 14px;
      font-size: 1rem;
      line-height: 42px;
      line-height: 3rem; }
      .main-nav a .global-label {
        margin-left: 0.42857rem;
        position: relative;
        top: -0.07143rem; }
    .main-nav .nav-overlay {
      z-index: 13; }
    .main-nav .fixed {
      position: fixed; }
  a.level-top {
    position: relative;
    color: #2A2A2C; }
    a.level-top:hover {
      text-decoration: none; }
    a.level-top > span.user-controlled {
      right: 11.53846%; }
  li.level0 {
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: -1px;
    padding-bottom: -0.07143rem;
    border-color: #F5F5F5; }
    li.level0.active > a {
      position: relative; }
      li.level0.active > a:before {
        display: block;
        content: "";
        width: 0.28571rem;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #27A1D8; }
  .ui-wrapper__nav {
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s; }
    .ui-wrapper__nav.opened ul.level0 {
      max-height: 71.35714rem; }
    .ui-wrapper__nav li {
      line-height: 36px;
      line-height: 2.57143rem; }
  ul.level0 {
    -webkit-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;
    transition: all 0.4s ease-in 0s; }
    ul.level0.opened {
      margin-top: 24px;
      margin-top: 1.71429rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
    ul.level0 li .category-link {
      padding-left: 0;
      color: #2A2A2C;
      font-weight: 700; }
      ul.level0 li .category-link:hover {
        color: #A4035F; }
      ul.level0 li .category-link:after {
        font-family: "icomoon";
        content: "\e208";
        color: #E0E0E0;
        font-weight: 400;
        line-height: normal;
        position: relative;
        top: 0.14286rem; }
    ul.level0 li a {
      text-decoration: none; }
  li.level1.active > a {
    color: #eb0589; }
  .category-products .products-title {
    padding-left: 11.53846%;
    color: #2A2A2C;
    font-weight: 700; }
    .category-products .products-title:hover {
      color: #2A2A2C; }
  .category-link-and-image {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    .category-link-and-image img {
      display: none; }
    .category-link-and-image .button {
      font-size: 14px;
      font-size: 1rem;
      line-height: 12px;
      line-height: 0.85714rem; }
  /****************

        javascript enabled

        ****************/
  .ui-mobile-only {
    margin-top: 3px;
    margin-top: 0.21429rem;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #F5F5F5;
    text-transform: uppercase; }
    .ui-mobile-only a {
      color: #2A2A2C;
      line-height: 30px;
      line-height: 2.14286rem; }
      .ui-mobile-only a:hover {
        text-decoration: none; }
      .ui-mobile-only a.table-layout__table {
        display: table;
        width: 100%;
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 24px;
        line-height: 1.71429rem;
        padding: 0 0.85714rem;
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 6px;
        padding-top: 0.42857rem;
        padding-bottom: 6px;
        padding-bottom: 0.42857rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; }
        .ui-mobile-only a.table-layout__table .table-layout__table-cell {
          display: table-cell;
          vertical-align: middle; }
  .site-links {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    background: #F5F5F5; }
    .site-links:before, .site-links:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .site-links:after {
      clear: both; }
    .site-links li {
      width: 50%;
      float: left; }
  /****************

    transforms transitions

    ****************/
  .csstransforms3d.csstransitions.js .main-nav.active-nav {
    -webkt-box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
            box-shadow: 4px 0 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .csstransforms3d.csstransitions.js .main-nav {
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: -o-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -o-transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; } }

@media (max-width: 770px) {
  .mini-cart-wrapper {
    width: 25%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3; } }

@media (min-width: 1025px) {
  .mini-cart-wrapper.active .ui-pulldown {
    max-height: 714.21429rem; } }

.block-cart {
  position: relative; }
  .block-cart.container {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 3.84615%;
    padding-right: 3.84615%; }
    @media (min-width: 771px) {
      .block-cart.container {
        padding-left: 7.69231%;
        padding-right: 7.69231%; } }
  .block-cart .block-title {
    border-color: #F5F5F5; }
  .block-cart .mini-products-list .item {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    border-top-width: 1px;
    border-top-width: 0.07143rem;
    border-top-style: solid;
    padding-top: 23px;
    padding-top: 1.64286rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: 23px;
    padding-bottom: 1.64286rem;
    border-color: #F5F5F5; }
    .block-cart .mini-products-list .item:before, .block-cart .mini-products-list .item:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .block-cart .mini-products-list .item:after {
      clear: both; }
  .block-cart .product-name {
    margin-bottom: 0;
    font-weight: 700;
    width: 90%;
    line-height: 24px;
    line-height: 1.71429rem; }
    .block-cart .product-name a, .block-cart .product-name a:hover {
      color: #4A4A4A; }
  .block-cart .product-image {
    display: block;
    float: left; }
  .block-cart .product-details {
    position: relative;
    margin-left: 7rem; }
  .block-cart .btn-remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #4A4A4A; }
    .block-cart .btn-remove:hover {
      text-decoration: none; }
  .block-cart .summary {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: -1px;
    padding-bottom: -0.07143rem;
    border-color: #F5F5F5; }
    .block-cart .summary:before, .block-cart .summary:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .block-cart .summary:after {
      clear: both; }
  .block-cart .item-options {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .block-cart .item-options dd {
      float: left;
      width: 40%;
      clear: none;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
    .block-cart .item-options li {
      float: none;
      width: 100%;
      font-weight: 400;
      color: #4A4A4A; }
      .block-cart .item-options li span {
        font-weight: 300;
        color: #4A4A4A; }
  .block-cart .amount {
    color: #E0E0E0;
    line-height: 48px;
    line-height: 3.42857rem;
    float: left;
    width: 60%;
    margin-bottom: 0; }
  .block-cart .subtotal {
    text-align: right;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 48px;
    line-height: 3.42857rem;
    float: left;
    width: 40%;
    margin-bottom: 0; }
    .block-cart .subtotal .price {
      font-weight: 700; }
  .block-cart .actions {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .block-cart .actions:before, .block-cart .actions:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .block-cart .actions:after {
      clear: both; }
  .block-cart .button--cart,
  .block-cart .button--checkout {
    width: auto;
    min-width: 0; }
  .block-cart .button--cart {
    float: left; }
  .block-cart .button--checkout {
    float: right; }
  .block-cart .empty {
    margin-bottom: 0; }

.item-options {
  font-size: 14px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.28571rem;
  color: #4A4A4A; }
  .item-options dt {
    float: left;
    width: 45%;
    margin-right: 5%;
    clear: left;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .item-options dd {
    text-align: right;
    float: right;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .item-options li {
    float: left;
    width: 50%; }
  .item-options li.item-label {
    width: 45%;
    margin-right: 5%; }

.ui-button-cart {
  background: #F5F5F5;
  color: #4A4A4A;
  display: block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 40px;
  line-height: 2.87143rem;
  -webkit-transition: background 0.3s ease-in 0.3s;
  -o-transition: background 0.3s ease-in 0.3s;
  transition: background 0.3s ease-in 0.3s; }
  .ui-button-cart.active {
    background: #fff;
    color: #4A4A4A;
    position: relative;
    z-index: 7; }
  .ui-button-cart.has-items.active {
    background: #fff; }
  @media (min-width: 771px) {
    .ui-button-cart {
      font-size: 14px;
      font-size: 1rem;
      line-height: 53px;
      line-height: 3.77143rem;
      width: auto;
      float: right;
      padding-left: 1.71429rem;
      padding-right: 1.71429rem;
      height: 3.57143rem; } }
  @media (min-width: 1025px) {
    .ui-button-cart {
      min-width: 14rem; } }

.ui-button-cart {
  background-color: transparent;
  min-width: 0px;
  line-height: 0px; }

@media (min-width: 771px) {
  .mini-cart-label {
    display: inline; } }

@media (max-width: 850px) {
  .mini-cart-label {
    display: none; } }

.items-number {
  display: block;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  min-width: 1.14286rem;
  width: auto;
  min-height: 1.14286rem;
  height: auto;
  line-height: 1.14286rem;
  border-radius: 50%;
  background: #4A4A4A;
  color: #fff;
  position: absolute;
  top: -0.35714rem;
  right: -0.57143rem;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif; }
  .has-items .items-number {
    background: #F6D80B;
    color: #4A4A4A; }
  .has-items.active .items-number {
    background: #F6D80B; }
  @media (min-width: 771px) {
    .items-number {
      top: -0.35714rem;
      right: -0.07143rem; } }

.icon-expand_more {
  margin-left: 0.42857rem; }

.cart-mini-overlay {
  background: rgba(0, 0, 0, 0.4); }
  .cart-mini-overlay.active {
    z-index: 6; }

@media (min-width: 771px) {
  .icon-shopping_cart {
    margin-right: 0.42857rem; } }

@media (min-width: 771px) {
  .col2-left-layout .col-main {
    width: 74.28571%;
    float: right;
    margin-right: 0; } }

@media (min-width: 771px) {
  .col2-left-layout .col-left {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%; } }

@media (min-width: 1025px) {
  .col2-right-layout .col-main {
    width: 61.42857%;
    float: left;
    margin-right: 2.85714%; } }

@media (min-width: 1025px) {
  .col2-right-layout .col-right {
    width: 35.71429%;
    float: right;
    margin-right: 0; } }

.interface-custom--inset {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    .interface-custom--inset {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .interface-custom--inset:before, .interface-custom--inset:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .interface-custom--inset:after {
        clear: both; } }
  @media (min-width: 1140px) {
    .interface-custom--inset {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

.main-container {
  clear: both;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

@media (min-width: 771px) {
  .main {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 1140px) {
  .main {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 72px;
    margin-bottom: 5.14286rem; }
    .main:before, .main:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .main:after {
      clear: both; }
    .catalog-product-view .main {
      margin-bottom: 0; } }

.account-login .col2-set {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .account-login .col2-set:before, .account-login .col2-set:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .account-login .col2-set:after {
    clear: both; }
  .account-login .col2-set .col-1 {
    background: #F5F5F5;
    color: #4A4A4A;
    padding: 2.85714rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    @media (min-width: 771px) {
      .account-login .col2-set .col-1 {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%;
        min-height: 24.57143rem; } }
  .account-login .col2-set .col-2 {
    background: #F5F5F5;
    color: #4A4A4A;
    padding: 2.85714rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    @media (min-width: 771px) {
      .account-login .col2-set .col-2 {
        width: 48.57143%;
        float: right;
        margin-right: 0; } }
  .account-login .col2-set .buttons-set {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .account-login .col2-set .buttons-set:before, .account-login .col2-set .buttons-set:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .account-login .col2-set .buttons-set:after {
      clear: both; }
    @media (min-width: 771px) {
      .account-login .col2-set .buttons-set .button {
        float: right; } }
    .account-login .col2-set .buttons-set a {
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 24px;
      line-height: 1.71429rem; }

.category-image-wrapper,
.product-image-wrapper {
  max-width: 100%;
  margin: 0 auto; }

.item-name-wrapper {
  -webkit-transition: bottom 0.3s ease-in 0s;
  -o-transition: bottom 0.3s ease-in 0s;
  transition: bottom 0.3s ease-in 0s;
  height: 8.57143rem;
  position: absolute;
  bottom: -4.28571rem;
  left: 0;
  width: 100%; }
  .item-name-wrapper .item-name {
    height: 4.28571rem;
    position: relative;
    z-index: 1; }
    .item-name-wrapper .item-name:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 300%;
      left: 0;
      bottom: 0;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
      z-index: -1; }
  .item-name-wrapper .view-details {
    width: 100%;
    height: 4.28571rem;
    background: #F6D80B;
    text-align: left;
    position: relative;
    z-index: 4; }

.lazy--loaded__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  display: block;
  /*.category-products .products-grid & {
        padding-bottom: 100%;
    }*/ }
  .lazy--loaded__container .lazy-loaded {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  .products-grid .lazy--loaded__container {
    z-index: auto;
    padding-bottom: 75%; }
  .category-image-holder .lazy--loaded__container {
    height: auto;
    min-height: 8.57143rem;
    padding-bottom: 0; }
  .lazy--loaded__container.loaded .lazy-loaded {
    opacity: 1; }
  .lazy--loaded__container .lazy-loader {
    top: 50%;
    left: 50%;
    margin-top: -1.07143rem;
    margin-left: -1.07143rem; }

.cms-set .col-1 {
  background: #F5F5F5;
  padding: 3.57143rem 1.85714rem; }

@media (min-width: 771px) {
  .cms-set {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .cms-set:before, .cms-set:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .cms-set:after {
      clear: both; }
    .cms-set .col-1 {
      width: 35.71429%;
      float: left;
      margin-right: 2.85714%; }
    .cms-set .col-2 {
      width: 61.42857%;
      float: right;
      margin-right: 0; } }

.slider-container {
  position: relative;
  -webkit-transition: background-color 0.3s ease-in 0s;
  -o-transition: background-color 0.3s ease-in 0s;
  transition: background-color 0.3s ease-in 0s; }
  @media (min-width: 771px) {
    .slider-container {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .slider-container:before, .slider-container:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .slider-container:after {
        clear: both; } }

@media (max-width: 770px) {
  .slider-container--one-slide {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 771px) {
  .slider-container--one-slide {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 1025px) {
  .slider-container--one-slide {
    margin-bottom: 72px;
    margin-bottom: 5.14286rem; } }

@media (min-width: 1400px) {
  .home-slider--main .item-link img {
    padding: 7.4% 0; } }

.home-outer {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  overflow: hidden;
  width: 100%; }
  .home-outer:before, .home-outer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .home-outer:after {
    clear: both; }
  .home-outer.loading {
    min-height: 22.5rem; }

.owl-wrapper-outer {
  overflow: hidden; }
  @media (min-width: 771px) {
    .home-slider .owl-wrapper-outer {
      height: 0;
      padding-bottom: 37.20238%; } }
  .category-slider .owl-wrapper-outer {
    height: auto; }
    @media (min-width: 771px) {
      .category-slider .owl-wrapper-outer {
        height: 0;
        padding-bottom: 30.58824%; } }

.slider-container header {
  color: #fff; }
  @media (max-width: 770px) {
    .slider-container header {
      padding-bottom: 4px;
      padding-bottom: 0.25714rem; } }
  @media (min-width: 771px) {
    .slider-container header {
      width: 50%;
      text-align: right; } }

@media (max-width: 770px) {
  .slider-container--one-slide article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; } }

.slider-container--one-slide header {
  color: #fff; }
  @media (max-width: 770px) {
    .slider-container--one-slide header {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 771px) {
    .slider-container--one-slide header {
      text-align: left; } }

@media (max-width: 770px) {
  .slider-container--one-slide .item-link {
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.slide-title {
  color: #fff;
  font-family: 'santelia_scriptregular', serif;
  padding-right: 0.85714rem; }
  @media (max-width: 770px) {
    .slide-title {
      margin-bottom: 6px;
      margin-bottom: 0.42857rem; } }
  @media (min-width: 771px) {
    .slide-title {
      font-size: 26px;
      font-size: 1.85714rem;
      line-height: 36px;
      line-height: 2.57143rem;
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; } }
  @media (min-width: 1025px) {
    .slide-title {
      font-size: 36px;
      font-size: 2.57143rem;
      line-height: 48px;
      line-height: 3.42857rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 1140px) {
    .slide-title {
      font-size: 72px;
      font-size: 5.14286rem;
      line-height: 84px;
      line-height: 6rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

.no-slide-title {
  color: #fff; }
  @media (min-width: 1025px) {
    .no-slide-title {
      font-size: 36px;
      font-size: 2.57143rem;
      line-height: 36px;
      line-height: 2.57143rem; } }

.slide-description {
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  @media (min-width: 1025px) {
    .slide-description {
      font-size: 17px;
      font-size: 1.21429rem;
      line-height: 48px;
      line-height: 3.42857rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 1140px) {
    .slide-description {
      font-size: 34px;
      font-size: 2.42857rem;
      line-height: 48px;
      line-height: 3.42857rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

@media (min-width: 1025px) {
  .no-slide-description {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; } }

@media (max-width: 770px) {
  .category-slider .owl-pagination {
    display: none; } }

.slide-info {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .slide-info h1 {
    font-size: 33px;
    font-size: 2.35714rem;
    line-height: 36px;
    line-height: 2.57143rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  @media (min-width: 771px) {
    .slide-info {
      position: absolute;
      top: 0;
      left: 0.85714rem;
      width: 35.29412%;
      height: 100%;
      overflow: hidden; } }

.slide-info-inner {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem; }

.item-link img {
  display: block; }

.loader {
  top: 50%;
  left: 50%;
  margin: -1.07143rem 0 0 -1.07143rem; }

.gif-loader {
  display: none; }

.no-csstransforms .loader,
.no-csstransforms3d .loader {
  display: none; }

.no-csstransforms .gif-loader,
.no-csstransforms3d .gif-loader {
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -27.5px 0 0 -27px; }

.owl-item {
  overflow: hidden; }
  .owl-item img {
    display: block; }

.owl-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 771px) {
    .category-slider .owl-pagination {
      display: block !important; } }

.tabs {
  display: none; }
  @media (min-width: 771px) {
    .tabs {
      display: block;
      width: 25%;
      float: left; } }
  @media (min-width: 1025px) {
    .tabs {
      width: 18.59649%; } }

@media (min-width: 771px) {
  .tab-item {
    position: relative;
    cursor: pointer;
    height: 0;
    padding-bottom: 51.06132%;
    -webkt-box-shadow: 0 1px 0 #E9F5FB inset;
    -webkit-box-shadow: 0 1px 0 #E9F5FB inset;
            box-shadow: 0 1px 0 #E9F5FB inset;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-perspective: 1000; }
    .tab-item:last-child {
      -webkt-box-shadow: 0 -1px 0 #E9F5FB inset, 0 1px 0 #E9F5FB inset;
      -webkit-box-shadow: 0 -1px 0 #E9F5FB inset, 0 1px 0 #E9F5FB inset;
              box-shadow: 0 -1px 0 #E9F5FB inset, 0 1px 0 #E9F5FB inset; }
    .tab-item.active {
      position: relative;
      background: #E9F5FB; }
      .tab-item.active + li.backup {
        -webkt-box-shadow: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .tab-item.active:before {
        content: "";
        border-color: transparent #E9F5FB transparent transparent;
        position: absolute;
        top: 50%;
        margin-top: -0.71429rem;
        left: -0.71429rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.71429rem 0.71429rem 0.71429rem 0; }
      .tab-item.active:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0.28571rem;
        height: 100%;
        background: #27A1D8; }
      .tab-item.active img {
        display: none; }
      .tab-item.active .item-title {
        margin-left: 0.42857rem; }
    .tab-item img {
      float: left;
      margin-right: 0.85714rem; }
    .tab-item .item-title {
      display: block;
      font-size: 13px;
      font-size: 0.92857rem;
      line-height: 24px;
      line-height: 1.71429rem;
      line-height: normal; } }

@media (min-width: 1025px) {
  .tab-item .item-title {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    line-height: normal; } }

@media (min-width: 771px) {
  .tab--item__inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 0.85714rem;
    padding-right: 0.85714rem;
    text-transform: uppercase; }
    .tab--item__inner:before, .tab--item__inner:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .tab--item__inner:after {
      clear: both; } }

.pagination-nav {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 18px;
  padding-top: 1.28571rem;
  padding-bottom: 18px;
  padding-bottom: 1.28571rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 771px) {
    .pagination-nav {
      position: absolute;
      bottom: 0;
      left: 0; } }

.pagination-item {
  display: inline-block;
  color: #fff;
  cursor: pointer; }
  @media (max-width: 770px) {
    .pagination-item .item-title {
      display: none; } }
  @media (min-width: 771px) {
    .pagination-item {
      margin-right: 3.42857rem; } }
  .pagination-item:last-child {
    margin-right: 0; }

.progress-bar {
  width: 0;
  height: 2px;
  background: #fff;
  display: block; }

.no-slide-title {
  line-height: 40px;
  font-size: 35px !important;
  margin-top: 20px; }

.item-link {
  padding-top: 15px !important; }
  .item-link img {
    max-height: 330px;
    margin: 0px !important;
    padding: 0px !important; }

.pagination-nav {
  padding-bottom: 10px; }

@media (min-width: 1029px) {
  .slider-container {
    height: 370px; }
  h3.slide-title {
    font-size: 3vw;
    margin-bottom: 15px; }
  .slide-description {
    font-size: 1.5vw; } }

@media (max-width: 770px) {
  h3.slide-title {
    font-size: 28px;
    margin-bottom: 15px; }
  .slide-description {
    font-size: 20px; } }

@media (max-width: 1028px) {
  h3.slide-title {
    font-size: 28px;
    margin-bottom: 15px; }
  .slide-description {
    font-size: 20px; } }

.slider-container--one-slide {
  margin-bottom: 0px; }

.featured {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .featured:before, .featured:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .featured:after {
    clear: both; }

.featured-products {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .featured-products:before, .featured-products:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .featured-products:after {
    clear: both; }
  .featured-products .section-title:after {
    background: #A4035F; }

.no-flexbox .products-grid {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .no-flexbox .products-grid:before, .no-flexbox .products-grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .no-flexbox .products-grid:after {
    clear: both; }

.flexbox .products-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.products-grid .item {
  position: relative;
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-align: center;
  overflow: hidden;
  /*&:nth-of-type(2n+2) {
            @include span(8 of 16 last);
            border: none;
        }*/ }
  .products-grid .item a, .products-grid .item img {
    display: block; }
  .products-grid .item img {
    margin: 0 auto; }
  .products-grid .item a {
    color: #4A4A4A; }
  .products-grid .item a.button {
    display: inline-block;
    margin-left: 1.14286rem;
    margin-top: 10px;
    margin-top: 0.71143rem; }
    .products-grid .item a.button:hover {
      color: #fff; }
  @media (min-width: 413px) {
    .no-flexbox .products-grid .item {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; }
      .no-flexbox .products-grid .item:nth-of-type(2n+2) {
        width: 48.57143%;
        float: right;
        margin-right: 0; }
      .no-flexbox .products-grid .item.item--in-tab {
        margin-right: 0;
        float: left;
        width: 50%; } }
  @media (min-width: 771px) {
    .no-flexbox .products-grid .item {
      margin-bottom: 0;
      width: 22.85714%;
      float: left;
      margin-right: 2.85714%; }
      .no-flexbox .products-grid .item:nth-of-type(2n+2) {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; }
      .no-flexbox .products-grid .item:nth-of-type(4n+4) {
        width: 22.85714%;
        float: right;
        margin-right: 0;
        margin-bottom: 24px;
        margin-bottom: 1.71429rem;
        border: none; }
      .no-flexbox .products-grid .item:nth-of-type(5n + 5) {
        clear: right; }
      .no-flexbox .products-grid .item:last-child {
        margin-bottom: 0; }
      .no-flexbox .products-grid .item.item--in-tab {
        margin-right: 0;
        width: 25%; }
      .category-products .no-flexbox .products-grid .item {
        margin-bottom: 24px;
        margin-bottom: 1.71429rem;
        max-height: none; } }
  .flexbox .products-grid .item {
    width: 100%; }
    @media (min-width: 413px) {
      .flexbox .products-grid .item {
        width: 48.57143%;
        margin-right: 2.85714%; }
        .flexbox .products-grid .item:nth-of-type(2n+2) {
          margin-right: 0; }
        .flexbox .products-grid .item.item--in-tab {
          margin-right: 0;
          float: left;
          width: 50%; } }
    @media (min-width: 771px) {
      .flexbox .products-grid .item {
        margin-bottom: 24px;
        margin-bottom: 1.71429rem;
        width: 22.85714%;
        margin-right: 2.85714%; }
        .flexbox .products-grid .item:nth-of-type(2n+2) {
          margin-right: 2.85714%; }
        .flexbox .products-grid .item:nth-of-type(4n+4) {
          width: 22.85714%;
          margin-right: 0;
          border: none; }
        .flexbox .products-grid .item.item--in-tab {
          margin-right: 0;
          width: 25%; }
        .category-products .flexbox .products-grid .item {
          margin-bottom: 24px;
          margin-bottom: 1.71429rem;
          max-height: none; } }
  @media (min-width: 1025px) {
    .products-grid .item.item--in-tab {
      margin-right: 0;
      width: 25%; } }
  .products-grid .item .item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -714.21429rem;
    z-index: 3;
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /* workaround to make clickable in IE */
    filter: alpha(opacity=1);
    /*workaround to make clickable in IE */ }
  .no-touch .products-grid .item .button:hover {
    text-decoration: none; }
  .no-touch .products-grid .item .image--overlay__loaded {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: background 0.4s ease-in-out 0s;
    -o-transition: background 0.4s ease-in-out 0s;
    transition: background 0.4s ease-in-out 0s; }
  .no-touch .products-grid .item:hover .item-name-wrapper {
    bottom: 0rem; }
  .no-touch .products-grid .item:hover .loaded img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .touch .products-grid .item .button, .touch .products-grid .item .image--overlay__loaded {
    display: none; }

.products-grid .category-name, .products-grid .product-name {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 18px;
  line-height: 1.28571rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  padding: 0 0.85714rem;
  text-align: left; }
  @media (min-width: 413px) {
    .products-grid .category-name, .products-grid .product-name {
      font-size: 14px;
      font-size: 1rem;
      line-height: 18px;
      line-height: 1.28571rem; } }
  @media (min-width: 1140px) {
    .products-grid .category-name, .products-grid .product-name {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 18px;
      line-height: 1.28571rem; } }

.sitemap-items {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.section-link {
  color: #4A4A4A; }

.product--note__new {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 2.57143rem;
  right: 1.71429rem;
  background: #A4035F;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  width: 3.42857rem;
  height: 3.42857rem;
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 0px;
  line-height: 0rem;
  line-height: 3.42857rem;
  text-align: center; }

/* **** NEW CATEGORY CSS ****  */
.contenitore_categoria {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  height: 340px;
  min-width: 250px;
  width: 22%;
  float: left;
  margin: 15px;
  text-align: center; }

.contenitore_categoria .contenitore_descr {
  height: 55px;
  overflow: hidden; }

.contenitore_categoria .contenitore_img {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  filter: saturate(30%);
  -moz-filter: saturate(30%);
  -ms-filter: saturate(30%);
  -o-filter: saturate(30%);
  -webkit-filter: saturate(30%); }

.contenitore_categoria .contenitore_img:hover {
  filter: saturate(100%);
  -moz-filter: saturate(100%);
  -ms-filter: saturate(100%);
  -o-filter: saturate(100%);
  -webkit-filter: saturate(100%); }

.contenitore_categoria .link_nome {
  color: #5697ff !important;
  font-size: 13pt;
  font-weight: normal;
  font-variant: small-caps; }

.contenitore_categoria .link_dett {
  font-variant: small-caps;
  margin-top: 12px;
  text-align: center;
  display: block;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  border-radius: 16px;
  background-color: #f4be41;
  font-weight: normal;
  color: #fff; }

.contenitore_categoria .a_partire_da {
  font-size: 11pt; }

.category-info-container {
  position: relative; }

.breadcrumbs-container .breadcrumbs {
  position: absolute;
  top: 0;
  color: #fff; }
  .breadcrumbs-container .breadcrumbs a {
    color: #fff; }
    .breadcrumbs-container .breadcrumbs a:hover {
      color: #E0E0E0; }

.category-info-wrapper {
  background-color: #F6D80B;
  color: #fff;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    .category-info-wrapper {
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

@media (max-width: 770px) {
  .category-info-wrapper--sitemap {
    padding-top: 24px;
    padding-top: 1.71429rem; } }

@media (min-width: 771px) {
  .category-image-holder {
    width: 50%; } }

.category-image {
  margin: 0; }
  .category-image img {
    display: block;
    max-height: 380px; }

.category-info-inner {
  /*@include at-breakpoint(final-xxl) {
        height: 0;
        padding-bottom: percentage(400/1344);
    }*/ }
  @media (max-width: 770px) {
    .category-info-inner {
      padding-top: 5.14286rem; } }

.table-layout__table--category-info {
  text-align: left; }
  @media (min-width: 1400px) {
    .table-layout__table--category-info {
      min-height: 28.57143rem; } }

@media (min-width: 1025px) {
  .category-title {
    padding-right: 1.71429rem; } }

.category-title h1,
.category-title .h1 {
  color: #fff;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 36px;
  line-height: 2.57143rem;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left; }
  @media (min-width: 1400px) {
    .category-title h1,
    .category-title .h1 {
      font-size: 50px;
      font-size: 3.57143rem;
      line-height: 48px;
      line-height: 3.42857rem; } }

.category-title .category-title-link {
  color: #fff; }

@media (min-width: 1400px) {
  .category-title h1 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 3vw; }
  .table-layout__table-cell {
    vertical-align: top;
    padding-top: 40px; }
  div.category-info-wrapper {
    height: 380px;
    overflow: hidden; }
  div.category-image-holder {
    vertical-align: top;
    padding-top: 0px; }
  .category-image img {
    max-height: 380px; } }

@media (min-width: 770px) {
  .category-title h1 {
    padding-top: 0px;
    margin-top: 0px;
    font-size: 2vw; }
  .table-layout__table-cell {
    vertical-align: top;
    padding-top: 4%; } }

@media (max-width: 770px) {
  .catalog-category-view .breadcrumbs {
    margin-bottom: 0; } }

@media (min-width: 771px) {
  .catalog-category-view .slider-container {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #E9F5FB; } }

@media (max-width: 770px) {
  .category-espositori-pubblicitari .breadcrumbs {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 6px;
    padding-top: 0.42857rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: 5px;
    padding-bottom: 0.35714rem; } }

.category-slider img {
  width: 100%; }

.category-description {
  text-align: center;
  color: #4A4A4A;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem; }
  .category-description .label-subtitle {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 36px;
    line-height: 2.57143rem;
    font-weight: 700; }
  .category-description p strong {
    font-weight: 300; }

.category-narrow-list {
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0.85714rem;
          column-gap: 0.85714rem;
  -webkit-column-width: 150px;
          column-width: 150px;
  margin-top: 4rem; }
  .category-espositori-pubblicitari .category-narrow-list ul.products {
    display: none; }
  .category-narrow-list > li {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    @media (min-width: 1140px) {
      .category-narrow-list > li {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 24px;
        line-height: 1.71429rem; } }
    .category-narrow-list > li a {
      position: relative; }
      .category-narrow-list > li a:after {
        position: absolute;
        top: 0.07143rem;
        right: 0rem;
        content: "\e90e";
        font-family: "icomoon";
        font-size: 10px;
        font-size: 0.71429rem;
        line-height: 24px;
        line-height: 1.71429rem;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: right 0.3s ease-in 0.3s, opacity 0.2s ease-in 0.3s;
        -o-transition: right 0.3s ease-in 0.3s, opacity 0.2s ease-in 0.3s;
        transition: right 0.3s ease-in 0.3s, opacity 0.2s ease-in 0.3s; }
      .category-narrow-list > li a:hover {
        color: #fff; }
        .category-narrow-list > li a:hover:after {
          visibility: visible;
          right: -1.5rem;
          opacity: 1; }

.narrow-list-label {
  text-decoration: underline; }

.category-narrow-list-item {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.category-narrow-link {
  text-decoration: none;
  color: #fff;
  font-weight: 400; }

.toolbar {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .toolbar:before, .toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .toolbar:after {
    clear: both; }

.pager {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .pager:before, .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .pager:after {
    clear: both; }
  .pager .amount {
    text-align: left;
    display: inline-block;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .pager .limiter {
    float: left; }
    @media (max-width: 770px) {
      .pager .limiter {
        display: none; } }
  .pager .sorter {
    display: inline-block;
    float: right;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
    .pager .sorter label {
      display: table-cell;
      vertical-align: middle;
      padding-right: 0.85714rem; }
  .pager .sort-by {
    display: table; }
  .pager .fancy-select {
    display: table-cell;
    vertical-align: middle; }

.pages {
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #E9F5FB;
  text-align: center; }
  .catalogsearch-result-index .pages {
    border-width: 1px 0;
    border-style: solid;
    border-color: #E9F5FB; }
  .pages li {
    display: inline; }
    .pages li a {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      padding-left: 1.71429rem;
      padding-right: 1.71429rem;
      display: inline-block;
      width: auto;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      position: relative;
      color: #27A1D8; }
      .pages li a.previous {
        float: left; }
        .pages li a.previous i {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .pages li a.next {
        float: right; }
      .pages li a.previous, .pages li a.next {
        border: none;
        text-transform: uppercase;
        background: #27A1D8;
        -webkit-transition: background 0.3s ease-in 0s;
        -o-transition: background 0.3s ease-in 0s;
        transition: background 0.3s ease-in 0s;
        color: #fff; }
        .pages li a.previous i, .pages li a.next i {
          font-size: 18px;
          font-size: 1.28571rem;
          line-height: 0px;
          line-height: 0rem;
          vertical-align: middle;
          display: inline-block; }
        .pages li a.previous:hover, .pages li a.next:hover {
          text-decoration: none;
          background: #1B7097; }
        .pages li a.previous:before, .pages li a.previous:after, .pages li a.next:before, .pages li a.next:after {
          display: none; }
    .pages li.current {
      display: inline-block;
      width: auto;
      position: relative;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      padding-left: 1.71429rem;
      padding-right: 1.71429rem;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #F6D80B;
      background: #F6D80B; }
      .pages li.current.first {
        border-width: 0 1px;
        border-style: solid;
        border-color: #E9F5FB; }
    .pages li.disabled {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      display: inline-block;
      width: auto;
      position: relative;
      text-transform: uppercase;
      color: #fff;
      background: #F5F5F5;
      min-width: 0;
      border-color: transparent;
      opacity: 1; }
      .pages li.disabled:hover {
        background: #F5F5F5; }
      .pages li.disabled.previous {
        float: left; }
        .pages li.disabled.previous i {
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
      .pages li.disabled.next {
        float: right; }
      .pages li.disabled.previous i, .pages li.disabled.next i {
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 0px;
        line-height: 0rem;
        vertical-align: middle;
        display: inline-block; }

.subcat-banners {
  max-width: 1410px;
  max-width: 100.71429rem;
  margin-left: auto;
  margin-right: auto; }
  .subcat-banners:after {
    content: " ";
    display: block;
    clear: both; }

.subcat-banners--item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  height: 0;
  padding-bottom: 62.9%; }
  @media (min-width: 436px) {
    .subcat-banners--item {
      padding-bottom: 30.90%;
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; }
      .subcat-banners--item:nth-child(2n + 2) {
        margin-right: 0; } }
  @media (min-width: 771px) {
    .col1-layout .subcat-banners--item {
      padding-bottom: 19.9%;
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
      .col1-layout .subcat-banners--item:nth-child(2n + 2) {
        width: 31.42857%;
        float: left;
        margin-right: 2.85714%; }
      .col1-layout .subcat-banners--item:nth-child(3n + 3) {
        margin-right: 0; } }
  @media (min-width: 771px) {
    .no-touch .subcat-banners--item:hover .subcat-banners--desc {
      -webkit-transform: translate3d(0, 1px, 0);
      -ms-transform: translate3d(0, 1px, 0);
      transform: translate3d(0, 1px, 0); }
    .no-touch .subcat-banners--item:hover .subcat-banners--title {
      left: 2.28571rem; }
    .no-touch .subcat-banners--item:hover .subcat-banners--link {
      text-decoration: none; } }

.subcat-banners--title {
  position: absolute;
  top: 2.28571rem;
  left: 1.14286rem;
  -webkit-transition: left 0.35s ease-in 0.1s;
  -o-transition: left 0.35s ease-in 0.1s;
  transition: left 0.35s ease-in 0.1s;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #4A4A4A;
  font-weight: 700; }

.subcat-banners--link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .subcat-banners--link:hover {
    text-decoration: none; }

.subcat-banners--img {
  display: block; }

.subcat-banners--desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F6D80B;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translate3d(0, 101%, 0);
  -ms-transform: translate3d(0, 101%, 0);
  transform: translate3d(0, 101%, 0);
  -webkit-transition: -webkit-transform 0.35s ease-in 0s;
  -o-transition: -o-transform 0.35s ease-in 0s;
  transition: -webkit-transform 0.35s ease-in 0s;
  -o-transition: transform 0.35s ease-in 0s;
  transition: transform 0.35s ease-in 0s;
  transition: transform 0.35s ease-in 0s, -webkit-transform 0.35s ease-in 0s;
  padding: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.trustpilot-reviews {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    .trustpilot-reviews {
      margin-bottom: 72px;
      margin-bottom: 5.14286rem; } }
  .catalog-product-view .trustpilot-reviews {
    margin: 0;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    background: #F5F5F5; }
    @media (min-width: 1025px) {
      .catalog-product-view .trustpilot-reviews {
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 48px;
        padding-top: 3.42857rem;
        padding-bottom: 48px;
        padding-bottom: 3.42857rem;
        margin-bottom: 0px;
        margin-bottom: 0rem; } }

.shop-wrapper {
  padding: 0; }
  @media (max-width: 770px) {
    .shop-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem;
      min-width: 0; } }
  @media (min-width: 771px) {
    .shop-wrapper {
      overflow: hidden;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 1025px) {
    .shop-wrapper {
      padding-left: 5.14286rem;
      padding-right: 5.14286rem; } }

.product-shop .product-name {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .product-shop .product-name h1 {
    font-weight: 700; }
    @media (min-width: 771px) {
      .product-shop .product-name h1 {
        font-size: 24px;
        font-size: 1.71429rem;
        line-height: 48px;
        line-height: 3.42857rem;
        margin-bottom: 24px;
        margin-bottom: 1.71429rem; } }

.mz-thumb {
  margin-right: 0.85714rem; }

.mz-thumb-selected {
  border-color: #27A1D8; }

.short-description {
  color: #4A4A4A;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.short-description ul, .short-description ol,
.tabs__description ul,
.tabs__description ol {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin: 0 0.85714rem;
  color: #4A4A4A; }

.short-description ul li:before,
.tabs__description ul li:before {
  content: "• ";
  color: #1B7097; }

.short-description ol,
.tabs__description ol {
  list-style-type: lower-latin;
  list-style-position: inside; }

.show-more {
  display: none; }
  @media (max-width: 770px) {
    .show-more {
      display: block;
      text-align: center;
      font-size: 13px;
      font-size: 0.92857rem;
      line-height: 24px;
      line-height: 1.71429rem; }
      .show-more:hover {
        text-decoration: none; }
      .show-more .less {
        display: none; }
      .show-more.active .more {
        display: none; }
      .show-more.active .less {
        display: inline; }
      .show-more i {
        font-size: 24px;
        font-size: 1.71429rem;
        line-height: 0px;
        line-height: 0rem;
        position: relative;
        top: 0.42857rem;
        margin-left: 0; } }

.product-gallery-wrapper {
  max-width: 38.57143rem; }
  @media (max-width: 770px) {
    .product-gallery-wrapper {
      margin: 0 1.42857rem; } }
  .product-gallery-wrapper.loading {
    min-height: 18.57143rem; }
    @media (min-width: 1025px) {
      .product-gallery-wrapper.loading {
        min-height: 28.57143rem; } }

.product-shop br {
  display: none; }

.product-shop .price-box {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .product-shop .price-box .price-excluding-tax,
  .product-shop .price-box .price-including-tax {
    display: block; }
    .product-shop .price-box .price-excluding-tax .label,
    .product-shop .price-box .price-including-tax .label {
      margin-right: 0.85714rem; }
  .product-shop .price-box .price-including-tax {
    color: #A4035F; }
    .product-shop .price-box .price-including-tax .price {
      font-weight: 700; }
  .product-shop .price-box .label {
    display: inline-block;
    color: #E0E0E0; }

.tier-prices {
  background: #E9F5FB;
  margin-top: 12px;
  margin-top: 0.85714rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-width: 1px;
  border-style: solid;
  border-color: #27A1D8;
  padding-left: 1.71429rem;
  padding-right: 1.71429rem;
  color: #4A4A4A; }
  @media (max-width: 770px) {
    .tier-prices {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  .tier-prices .price {
    font-weight: 400;
    color: #A4035F; }
  .tier-prices .benefit {
    font-weight: 400;
    color: #4A4A4A; }

@media (max-width: 770px) {
  .description-content {
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    position: relative;
    max-height: 6.57143rem;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .description-content.active {
      height: auto;
      max-height: 99em; }
    .description-content:after {
      content: "";
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: -1.42857rem;
      right: -1.42857rem;
      -webkt-box-shadow: 0px -20px 20px #fff inset;
      -webkit-box-shadow: 0px -20px 20px #fff inset;
              box-shadow: 0px -20px 20px #fff inset; } }

.product--section-wrapper {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 771px) {
    .product--section-wrapper {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 48px;
      margin-bottom: 3.42857rem; }
      .product--section-wrapper:before, .product--section-wrapper:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .product--section-wrapper:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .product--section-wrapper {
      margin-top: 48px;
      margin-top: 3.42857rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 96px;
      margin-bottom: 6.85714rem; } }

@media (max-width: 770px) {
  .product--section__tabs {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 771px) {
  .product--section__tabs {
    float: left;
    width: 58.33333%; } }

@media (min-width: 1025px) {
  .product--section__tabs {
    width: 68.40149%; } }

@media (max-width: 770px) {
  .product--section-cart {
    position: static !important; } }

@media (min-width: 771px) {
  .product--section-cart {
    float: left;
    position: relative;
    top: 4.64286rem;
    width: 41.66667%; } }

@media (min-width: 1025px) {
  .product--section-cart {
    width: 31.59851%;
    top: 3.5rem; } }

.scroll-to-fixed-fixed {
  z-index: 1 !important; }

.product__tabs {
  display: none; }
  .product__tabs.active {
    display: block; }

.tabs__boxed.active {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

@media (min-width: 771px) {
  .tabs__boxed.active {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; } }

@media (min-width: 1025px) {
  .tabs__boxed {
    padding: 0; } }

.tab--trigger {
  background: #fff;
  float: left;
  width: 33.33333%;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  border-color: #67BDE3;
  color: #4A4A4A;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 18px;
  line-height: 1.28571rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  @media (max-width: 770px) {
    .tab--trigger {
      display: block;
      min-height: 5.57143rem; }
      .tab--trigger i {
        display: block; } }
  .tab--trigger.active {
    background: #F6D80B;
    color: #4A4A4A; }
    .tab--trigger.active:hover {
      color: #4A4A4A; }
    .tab--trigger.active i {
      color: #4A4A4A; }
  .tab--trigger:hover {
    color: inherit;
    text-decoration: none; }
  .tab--trigger i {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    color: #4A4A4A;
    vertical-align: middle;
    margin-right: 0.85714rem; }
  @media (min-width: 1025px) {
    .tab--trigger {
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.tabs__list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  border-width: 0 0 2px;
  border-style: solid;
  border-color: #F6D80B; }
  .tabs__list:before, .tabs__list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .tabs__list:after {
    clear: both; }
  @media (max-width: 770px) {
    .tabs__list {
      position: relative;
      margin: 0 -0.85714rem; } }
  @media (min-width: 1025px) {
    .tabs__list li .tab--trigger.active {
      border-right: none; } }

.tabs__content {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  padding-top: 24px;
  padding-top: 1.71429rem; }
  .tabs__content:before, .tabs__content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .tabs__content:after {
    clear: both; }
  @media (min-width: 1025px) {
    .tabs__content {
      padding-left: 4.42857rem;
      padding-right: 7rem;
      padding-top: 48px;
      padding-top: 3.42857rem; } }

.tabs__description h2 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 700; }

.button-resource {
  text-transform: none;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.85714rem;
  margin-top: 12px;
  margin-top: 0.85714rem; }
  .button-resource:hover {
    border-color: #1B7097;
    text-decoration: none; }
  .button-resource i {
    margin-right: 0.85714rem;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    vertical-align: middle; }

.custom-option-area,
.custom-option-box {
  position: relative;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  margin-bottom: 4px;
  margin-bottom: 0.3rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem; }
  .custom-option-area:before, .custom-option-area:after,
  .custom-option-box:before,
  .custom-option-box:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .custom-option-area:after,
  .custom-option-box:after {
    clear: both; }
  .custom-option-area .fancy-select,
  .custom-option-box .fancy-select {
    width: 100%; }
    .custom-option-area .fancy-select:hover,
    .custom-option-box .fancy-select:hover {
      border-color: #67BDE3; }
    @media (min-width: 1025px) {
      .custom-option-area .fancy-select,
      .custom-option-box .fancy-select {
        margin-bottom: 0; } }
    .custom-option-area .fancy-select.validation-failed,
    .custom-option-box .fancy-select.validation-failed {
      border-color: #d91425; }
  .custom-option-area .icon-info,
  .custom-option-box .icon-info {
    cursor: pointer; }

.custom-option-qty {
  position: relative; }
  .custom-option-qty i {
    cursor: pointer; }

dd.optionextended-wide-swap-select {
  width: 100% !important; }
  @media (min-width: 1025px) {
    dd.optionextended-wide-swap-select {
      width: 55% !important;
      float: left; } }

.input-box {
  -webkit-transition: padding 0.5s ease-in;
  -o-transition: padding 0.5s ease-in;
  transition: padding 0.5s ease-in; }
  .input-box input {
    margin-bottom: 0; }
  .input-box:before {
    font-family: icomoon;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.85714rem;
    opacity: 0;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  .input-box.validation-passed {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    position: relative;
    padding-right: 3.42857rem; }
    .input-box.validation-passed:before, .input-box.validation-passed:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .input-box.validation-passed:after {
      clear: both; }
    .input-box.validation-passed input, .input-box.validation-passed .fancy-select {
      border-color: #7ED321; }
    .input-box.validation-passed:before {
      color: #7ED321;
      content: "\e28a";
      opacity: 1; }
    @media (min-width: 771px) {
      .input-box.validation-passed .input-right-align {
        width: 51%; } }
  .input-box.validation-error input, .input-box.validation-error .fancy-select {
    border-color: #d91425; }
  .input-box.validation-error:before {
    color: #d91425;
    content: "\e29c"; }

.align-wrapp {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .align-wrapp:before, .align-wrapp:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .align-wrapp:after {
    clear: both; }

.align-wrapp--due-date .optionextended-wide-swap-select {
  width: 100% !important;
  float: none; }

.align-wrapp--due-date .optionextended-wide-above {
  float: none;
  width: 100%; }

.options-info-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: height 0.4s ease-in-out 0s;
  -o-transition: height 0.4s ease-in-out 0s;
  transition: height 0.4s ease-in-out 0s;
  left: 0.85714rem;
  width: 100%;
  height: 0;
  clear: both;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  background: #93ceeb;
  color: #1B7097;
  border-radius: 0.14286rem; }
  .options-info-toggle.active {
    opacity: 1;
    visibility: visible;
    margin-top: 12px;
    margin-top: 0.85714rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    height: auto; }

.desc-title {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 600; }

.product-options input,
.product-options textarea,
.product-options .fancy-select {
  background: #fff; }

.due-date-wrapper {
  text-align: center;
  position: relative;
  z-index: 1;
  font-style: italic; }

.due-date-ribbon__wrapper {
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  margin-top: 0.85714rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  width: 70px; }

.due-date-ribbon__label {
  position: absolute;
  top: 0.07143rem;
  left: 0.57143rem;
  font-size: 9px;
  font-size: 0.64286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg); }

.due-date-ribbon {
  display: inline-block;
  background: #F6D80B;
  border-width: 2px;
  border-style: solid;
  border-color: #4A4A4A;
  padding: 0.14286rem 0.42857rem;
  font-weight: 500;
  line-height: normal;
  position: relative; }

.due-date-ribbon__deco {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  width: 0;
  border-bottom: solid 10px #4A4A4A;
  border-left: solid 18px transparent; }

.due-date-ribbon__deco-inner {
  display: block;
  border-bottom: solid 8px #F6D80B;
  border-left: solid 16px transparent;
  position: absolute; }

.due-date-ribbon__deco--left {
  top: -0.78571rem;
  left: -0.21429rem;
  -webkit-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
          transform: rotate(-1deg); }
  .due-date-ribbon__deco--left .due-date-ribbon__deco-inner {
    top: 2px;
    left: 0; }

.due-date-ribbon__deco--right {
  bottom: -0.78571rem;
  right: -0.21429rem;
  -webkit-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(180deg); }

.due-date--calendar {
  border-width: 1px;
  border-style: solid;
  border-color: #4A4A4A;
  border-radius: 0.28571rem;
  margin-right: 0.85714rem;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  padding: 0.85714rem 2.57143rem;
  text-align: center;
  cursor: pointer; }
  .due-date--calendar .d,
  .due-date--calendar .m {
    font-weight: 500; }
  .due-date--calendar .date {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  .due-date--calendar:hover {
    background: #67BDE3; }
  .due-date--calendar.active {
    color: #fff;
    background: #27A1D8; }

.flexbox .due-date-calendar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.due-date-calendar-wrapper span {
  display: block; }

.custom-option-input {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-top: 6px;
  margin-top: 0.42857rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem; }
  .custom-option-input:before, .custom-option-input:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .custom-option-input:after {
    clear: both; }
  .custom-option-input .label-box {
    display: inline-block;
    font-weight: 400; }
    .custom-option-input .label-box span {
      vertical-align: middle; }
  .custom-option-input i {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding-bottom: 4px;
    padding-bottom: 0.3rem;
    color: #27A1D8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.42857rem; }
    .custom-option-input i:hover {
      color: #2391c2; }
  .custom-option-input .note {
    display: block;
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 18px;
    line-height: 1.28571rem;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem; }

.custom-option-input--grid {
  background: #fff;
  position: absolute;
  z-index: 1001;
  top: 0;
  right: calc(-50% - 12px);
  opacity: 0;
  visibility: hidden;
  width: 50%;
  border-radius: 0.42857rem;
  -webkt-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem; }
  .custom-option-input--grid .desc-title {
    background: #F6D80B;
    color: #fff;
    border-radius: 0.42857rem 0.42857rem 0 0; }
  .custom-option-input--grid dt {
    text-align: left; }
  .custom-option-input--grid .desc,
  .custom-option-input--grid .desc-title {
    padding: 0 0.85714rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .custom-option-input--grid:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 11px solid #F5F5F5;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -11px; }
  .custom-option-input--grid:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff; }
  .custom-option-input--grid .desc-toggle ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .custom-option-input--grid .desc-toggle p {
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }

.custom-option-input--due-date {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.options-seperator-label {
  display: block;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  color: #4A4A4A;
  text-align: left;
  text-transform: uppercase; }

.optionextended-wide-swap-radio {
  clear: both; }
  .optionextended-wide-swap-radio .options-list span.label {
    display: inline;
    margin-left: 0.85714rem; }
  .optionextended-wide-swap-radio .options-list .price-notice {
    display: none; }
  .optionextended-wide-swap-radio .truncated {
    display: none; }

@media (min-width: 1025px) {
  .custom-option-input-select,
  .input-left-align {
    width: 45%;
    float: left; } }

@media (min-width: 1025px) {
  .optionextended-wide-above,
  .input-right-align {
    width: 55%;
    float: left; } }

.optionextended-wide-grid,
.optionextended-narrow-grid,
.optionextended-wide-list {
  clear: both; }
  .flexbox .optionextended-wide-grid .options-list, .flexbox
  .optionextended-narrow-grid .options-list, .flexbox
  .optionextended-wide-list .options-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .flexbox .optionextended-wide-grid .options-list > li, .flexbox
    .optionextended-narrow-grid .options-list > li, .flexbox
    .optionextended-wide-list .options-list > li {
      width: 22.11538%;
      float: left;
      margin-right: 3.84615%; }
  .no-flexbox .optionextended-wide-grid .options-list, .no-flexbox
  .optionextended-narrow-grid .options-list, .no-flexbox
  .optionextended-wide-list .options-list {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .no-flexbox .optionextended-wide-grid .options-list:before, .no-flexbox .optionextended-wide-grid .options-list:after, .no-flexbox
    .optionextended-narrow-grid .options-list:before, .no-flexbox
    .optionextended-narrow-grid .options-list:after, .no-flexbox
    .optionextended-wide-list .options-list:before, .no-flexbox
    .optionextended-wide-list .options-list:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .no-flexbox .optionextended-wide-grid .options-list:after, .no-flexbox
    .optionextended-narrow-grid .options-list:after, .no-flexbox
    .optionextended-wide-list .options-list:after {
      clear: both; }
    .no-flexbox .optionextended-wide-grid .options-list > li, .no-flexbox
    .optionextended-narrow-grid .options-list > li, .no-flexbox
    .optionextended-wide-list .options-list > li {
      float: left; }
  .optionextended-wide-grid .options-list > li,
  .optionextended-narrow-grid .options-list > li,
  .optionextended-wide-list .options-list > li {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    text-align: center; }
    .optionextended-wide-grid .options-list > li input,
    .optionextended-narrow-grid .options-list > li input,
    .optionextended-wide-list .options-list > li input {
      display: block;
      margin-left: auto;
      margin-right: auto;
      visibility: hidden; }
    .optionextended-wide-grid .options-list > li.active .optionextended-image,
    .optionextended-narrow-grid .options-list > li.active .optionextended-image,
    .optionextended-wide-list .options-list > li.active .optionextended-image {
      border-color: #27A1D8; }
    .optionextended-wide-grid .options-list > li:nth-child(4n+4),
    .optionextended-narrow-grid .options-list > li:nth-child(4n+4),
    .optionextended-wide-list .options-list > li:nth-child(4n+4) {
      margin-right: 0; }
    .optionextended-wide-grid .options-list > li .custom-options-radio,
    .optionextended-narrow-grid .options-list > li .custom-options-radio,
    .optionextended-wide-list .options-list > li .custom-options-radio {
      text-align: center; }
    .optionextended-wide-grid .options-list > li .label,
    .optionextended-narrow-grid .options-list > li .label,
    .optionextended-wide-list .options-list > li .label {
      display: block;
      text-align: center;
      min-height: 3.71429rem; }
      .optionextended-wide-grid .options-list > li .label label,
      .optionextended-narrow-grid .options-list > li .label label,
      .optionextended-wide-list .options-list > li .label label {
        color: #4A4A4A; }
    .optionextended-wide-grid .options-list > li .custom-option-input,
    .optionextended-narrow-grid .options-list > li .custom-option-input,
    .optionextended-wide-list .options-list > li .custom-option-input {
      text-align: center; }
    .optionextended-wide-grid .options-list > li img,
    .optionextended-narrow-grid .options-list > li img,
    .optionextended-wide-list .options-list > li img {
      cursor: pointer; }
    .optionextended-wide-grid .options-list > li .price-notice,
    .optionextended-narrow-grid .options-list > li .price-notice,
    .optionextended-wide-list .options-list > li .price-notice {
      display: none; }
    @media (min-width: 1025px) {
      .optionextended-wide-grid .options-list > li.active:hover .custom-option-input--grid-active,
      .optionextended-narrow-grid .options-list > li.active:hover .custom-option-input--grid-active,
      .optionextended-wide-list .options-list > li.active:hover .custom-option-input--grid-active {
        opacity: 1;
        visibility: visible; } }
  .optionextended-wide-grid .options-list img,
  .optionextended-narrow-grid .options-list img,
  .optionextended-wide-list .options-list img {
    display: block;
    margin: 0 auto;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: border-color 0.25s ease-in-out 0s;
    -o-transition: border-color 0.25s ease-in-out 0s;
    transition: border-color 0.25s ease-in-out 0s;
    border-radius: 0.85714rem; }
  .optionextended-wide-grid .options-list i,
  .optionextended-narrow-grid .options-list i,
  .optionextended-wide-list .options-list i {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    color: #1B7097;
    display: inline-block;
    vertical-align: middle; }
    .optionextended-wide-grid .options-list i:hover,
    .optionextended-narrow-grid .options-list i:hover,
    .optionextended-wide-list .options-list i:hover {
      color: #176081; }

.custom-option-area-custom {
  position: relative; }

@media (max-width: 770px) {
  .product-img-box {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 771px) {
  .product-img-box {
    width: 45%;
    float: left;
    margin-right: 5%; } }

@media (max-width: 770px) {
  .product-image img, .MagicZoom img {
    display: block; } }

@media (min-width: 771px) {
  .product-shop {
    width: 50%;
    float: right; } }

@media (min-width: 771px) {
  .cart-sidebar {
    width: 35.71429%;
    float: right;
    margin-right: 0; } }

@media (min-width: 1025px) {
  .cart-sidebar {
    width: 29.28571%;
    float: right;
    margin-right: 0; } }

.cart-sidebar #options-info {
  display: none !important; }

.cart-sidebar-inner {
  background: #27A1D8;
  padding: 3.57143rem; }
  @media (max-width: 770px) {
    .cart-sidebar-inner {
      position: relative;
      margin: 0 -0.85714rem; } }

.section__products {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .section__products:before, .section__products:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .section__products:after {
    clear: both; }

.upsell-products {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 1025px) {
    .upsell-products {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 48px;
      padding-top: 3.42857rem;
      padding-bottom: 48px;
      padding-bottom: 3.42857rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.share-list {
  margin-top: 24px;
  margin-top: 1.71429rem; }

.share-list-item {
  display: inline-block;
  margin-right: 0.85714rem; }
  .share-list-item i {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem; }

#tp-widget-wrapper {
  text-align: left !important; }

.back-links {
  display: block; }
  .back-links:hover {
    text-decoration: none; }
    .back-links:hover span {
      text-decoration: underline; }

.info-msg .ship_date {
  font-weight: 800; }

.title-buttons .checkout-types-top {
  display: none; }

@media (min-width: 771px) {
  .title-buttons {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .title-buttons:before, .title-buttons:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .title-buttons:after {
      clear: both; }
    .title-buttons h1 {
      float: left; }
    .title-buttons .checkout-types-top {
      display: block;
      float: right; }
      .title-buttons .checkout-types-top .button {
        min-width: 20.71429rem; } }

.checkout-types .button:after {
  display: none; }

.cart {
  position: relative; }

.cart-table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.45714rem; }
  .cart-table td {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .cart-table td .product-name {
      font-size: 17px;
      font-size: 1.21429rem;
      line-height: 24px;
      line-height: 1.71429rem;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; }
    .cart-table td .availability {
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 24px;
      line-height: 1.71429rem; }
    .cart-table td .btn-remove, .cart-table td .edit {
      display: block;
      text-align: center; }
      .cart-table td .btn-remove:hover, .cart-table td .edit:hover {
        text-decoration: none;
        color: #fd8ccd; }
      .cart-table td .btn-remove i, .cart-table td .edit i {
        font-size: 28px;
        font-size: 2rem;
        line-height: 24px;
        line-height: 1.71429rem; }
      .cart-table td .btn-remove span, .cart-table td .edit span {
        font-size: 12px;
        font-size: 0.85714rem;
        line-height: 12px;
        line-height: 0.85714rem;
        display: block; }
    .cart-table td.product-cart-remove a:hover {
      text-decoration: none; }
      .cart-table td.product-cart-remove a:hover .icon-highlight_remove {
        color: #4A4A4A; }
    .cart-table td .icon-highlight_remove {
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 24px;
      line-height: 1.71429rem;
      color: #E0E0E0;
      vertical-align: middle; }
  @media (min-width: 1025px) {
    .cart-table .product-cart-image {
      width: 24.5rem;
      vertical-align: top;
      padding-left: 2.35714rem;
      padding-right: 0; } }
  .cart-table .product-cart-image img {
    display: block; }
  .cart-table .product-cart-qty,
  .cart-table .product-cart-price {
    font-weight: 400; }
  @media (min-width: 771px) {
    .cart-table .product-cart-price {
      white-space: nowrap; } }
  .cart-table tbody tr:last-child {
    padding-bottom: 0;
    border: none; }
  .cart-table tfoot td .continue {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: 11px;
    padding-bottom: 0.78571rem;
    border-color: #E9F5FB;
    color: #27A1D8; }
    @media (min-width: 771px) {
      .cart-table tfoot td .continue {
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 12px;
        padding-top: 0.85714rem;
        padding-bottom: 12px;
        padding-bottom: 0.85714rem;
        margin-bottom: 36px;
        margin-bottom: 2.57143rem; } }
    .cart-table tfoot td .continue i {
      color: #E0E0E0;
      font-size: 28px;
      font-size: 2rem;
      line-height: 0px;
      line-height: 0rem;
      position: relative;
      top: 0.42857rem; }
    .cart-table tfoot td .continue:hover {
      text-decoration: none; }
      .cart-table tfoot td .continue:hover span {
        text-decoration: underline; }
  @media (min-width: 1140px) {
    .cart-table .item-options {
      width: 36.07143rem; } }

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

.totals .paypal-logo {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  .totals .paypal-logo a, .totals .paypal-logo span {
    display: block; }

.totals .btn-checkout {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem;
  border-width: 1px;
  border-width: 0.07143rem;
  border-style: solid;
  padding: 11px;
  padding: 0.78571rem; }

#shopping-cart-totals-table {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  #shopping-cart-totals-table td .price {
    padding-left: 0.85714rem;
    white-space: nowrap; }
  #shopping-cart-totals-table tbody td:first-child, #shopping-cart-totals-table tfoot td:first-child {
    text-align: left; }
  #shopping-cart-totals-table tfoot tr:first-child td {
    padding-bottom: 24px;
    padding-bottom: 1.71429rem; }
  #shopping-cart-totals-table tfoot tr:last-child {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #fff; }
    #shopping-cart-totals-table tfoot tr:last-child td {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 24px;
      padding-top: 1.71429rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; }
  #shopping-cart-totals-table tfoot td strong {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    text-transform: uppercase; }
  #shopping-cart-totals-table th.a-right {
    text-align: left;
    font-weight: 400;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem; }

.cart-info {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  .cart-info:before, .cart-info:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cart-info:after {
    clear: both; }
  .cart-info header i {
    font-size: 32px;
    font-size: 2.28571rem;
    line-height: 48px;
    line-height: 3.42857rem;
    color: #1B7097;
    position: relative;
    top: 0.57143rem;
    margin-right: 0.85714rem; }
  @media (min-width: 771px) {
    .cart-info header {
      width: 35%;
      float: left;
      padding-right: 1.71429rem;
      margin-right: 5%;
      border-width: 0 1px 0 0;
      border-style: solid;
      border-color: #fff; } }
  @media (min-width: 1140px) {
    .cart-info header {
      width: auto;
      margin-right: 1.71429rem; } }
  .cart-info h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    @media (max-width: 770px) {
      .cart-info h3 {
        text-align: center; } }
  .cart-info p {
    margin-bottom: 0; }
  .cart-info strong {
    font-weight: 600; }
  @media (min-width: 771px) {
    .cart-info .cart-info-content {
      float: left;
      width: 60%; } }
  @media (min-width: 1140px) {
    .cart-info .cart-info-content {
      width: auto; } }

div.discount {
  border-color: #4A4A4A; }
  div.discount h2 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  div.discount .frame {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    div.discount .frame:before, div.discount .frame:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    div.discount .frame:after {
      clear: both; }
  @media (min-width: 580px) {
    div.discount .button {
      float: right;
      width: auto; } }
  div.discount .v-fix {
    width: 70%;
    padding-right: 0.375em; }
    div.discount .v-fix input {
      width: 100%;
      border-width: 1px;
      border-width: 0.07143rem;
      border-style: solid;
      padding: 9px;
      padding: 0.64857rem; }

.cart-collaterals {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .cart-collaterals h2, .cart-collaterals h3 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    text-transform: uppercase; }
  @media (min-width: 771px) {
    .cart-collaterals {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .cart-collaterals:before, .cart-collaterals:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .cart-collaterals:after {
        clear: both; } }
  .cart-collaterals .col2-set {
    background: #F5F5F5;
    color: #4A4A4A;
    padding: 2.85714rem; }
    @media (max-width: 770px) {
      .cart-collaterals .col2-set {
        position: relative;
        margin: 0 -0.85714rem; } }
    @media (min-width: 1025px) {
      .cart-collaterals .col2-set {
        float: left;
        width: 68.35067%;
        padding-left: 5.07143rem;
        padding-right: 5.07143rem; } }
  .cart-collaterals .totals {
    margin-top: 0; }
    @media (min-width: 1025px) {
      .cart-collaterals .totals {
        float: left;
        width: 31.57504%; } }
  .cart-collaterals .discount label {
    display: block;
    font-weight: 300;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    @media (min-width: 771px) {
      .cart-collaterals .discount label {
        margin-bottom: 6px;
        margin-bottom: 0.42857rem; } }
  @media (min-width: 1025px) {
    .cart-collaterals .discount {
      width: 48.07692%;
      float: left;
      margin-right: 3.84615%;
      padding-right: 5.07143rem; } }
  @media (min-width: 1025px) {
    .cart-collaterals .shipping {
      width: 48.07692%;
      float: right;
      margin-right: 0; } }

@media (min-width: 580px) {
  .shipping .button {
    float: right;
    width: auto; } }

.coupon-toggle {
  display: block;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  clear: both; }

.get-one-content {
  background: #27A1D8;
  color: #fff;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem; }

.reward p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.reward .a-more {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem; }
  .reward .a-more a {
    text-decoration: underline; }

/****************

    MEDIA QUERIES - MOBILE TABLE

****************/
@media (max-width: 770px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart button {
    width: 100%; }
  .cart-table td {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .cart-table td .product-image {
      display: block; }
    .cart-table td .product-name {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; }
    .cart-table td .btn-remove, .cart-table td .edit {
      width: 25%; }
    .cart-table td .edit {
      float: right; }
    .cart-table td.a-right {
      text-align: left; }
  .cart-table tbody .cart-table-row {
    padding: 0;
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  .cart-table tbody tr {
    background: transparent;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .cart-table tbody tr:last-child {
      margin-bottom: 0; }
    .cart-table tbody tr:before, .cart-table tbody tr:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .cart-table tbody tr:after {
      clear: both; }
  .cart-table tbody td {
    display: block;
    padding: 0; }
    .cart-table tbody td:last-child {
      padding-bottom: 0; }
  .cart-table .product-cart-block .cart-label {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
    font-weight: 400;
    text-transform: uppercase; }
  .cart-table .product-cart-image {
    padding: 0;
    padding-bottom: 60px;
    padding-bottom: 4.28571rem; }
    .cart-table .product-cart-image img {
      margin: 0 auto; }
  .cart-table .product-cart-summary,
  .cart-table .product-cart-qty,
  .cart-table .product-cart-price,
  .cart-table .product-cart-remove {
    padding-bottom: 12px;
    padding-bottom: 0.85714rem; }
  .cart-table .product-cart-qty,
  .cart-table .product-cart-price,
  .cart-table .product-cart-remove {
    float: left;
    width: 33.33333%; }
  .cart-table .product-cart-name {
    margin-bottom: 30px;
    margin-bottom: 2.14286rem; }
  .cart-table .product-cart-summary {
    clear: both; }
  .cart-table .product-cart-remove {
    text-align: right; }
  .cart-table table.item-options tr {
    float: none;
    width: 100%; }
  div.discount {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

/****************

    MEDIA QUERIES

****************/
@media (min-width: 771px) {
  .cart-table thead tr {
    background: #F5F5F5; }
  .cart-table thead th {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 15px;
    padding-top: 1.07143rem;
    padding-bottom: 15px;
    padding-bottom: 1.07143rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 0.75em;
    padding-right: 0.75em;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap; }
  .cart-table tfoot tr.last td {
    padding: 0; }
  .cart-table tfoot .button.btn-continue {
    float: left; }
  .cart-table tfoot .button.btn-update {
    float: right; }
  .cart-table tbody .cart-table-row {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #E9F5FB; }
  .cart-table tbody .cell-first {
    padding-left: 0; }
  .cart-table tbody td {
    vertical-align: top;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .cart-table table.item-options td {
    font-weight: 700;
    padding: 0;
    color: #4A4A4A; }
    .cart-table table.item-options td .cart-option-value {
      color: #E0E0E0;
      font-weight: 400;
      padding-left: 0.42857rem; }
  .reward-message {
    width: 48.57143%;
    float: right;
    margin-right: 0; }
    .reward-message .balance {
      font-size: 12px;
      font-size: 0.85714rem;
      line-height: 24px;
      line-height: 1.71429rem; } }

.quality-assurance {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

@media (min-width: 771px) {
  .flexbox .quality-assurance-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.quality-assurance-list-item {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400;
  padding: 2.85714rem 0 2.85714rem 2.85714rem; }
  @media (max-width: 770px) {
    .quality-assurance-list-item {
      display: table;
      width: 100%;
      padding: 2.14286rem 1.42857rem; }
      .quality-assurance-list-item span {
        display: table-cell;
        vertical-align: middle; }
      .quality-assurance-list-item .icon {
        width: 7.14286rem; } }
  @media (min-width: 771px) {
    .quality-assurance-list-item {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 24px;
      line-height: 1.71429rem; }
      .flexbox .quality-assurance-list-item {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-item-align: center;
            align-self: center;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
  .quality-assurance-list-item span {
    text-align: left;
    vertical-align: middle; }
  @media (min-width: 771px) {
    .quality-assurance-list-item {
      padding: 2.85714rem 0 2.85714rem 1.42857rem; }
      .quality-assurance-list-item span {
        text-align: center;
        display: block; } }
  @media (min-width: 1400px) {
    .quality-assurance-list-item {
      font-size: 20px;
      font-size: 1.42857rem;
      line-height: 24px;
      line-height: 1.71429rem;
      padding: 2.85714rem 0 2.85714rem 2.85714rem; }
      .quality-assurance-list-item span {
        text-align: left;
        display: inline; } }
  .quality-assurance-list-item .icon {
    font-size: 50px;
    font-size: 3.57143rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-right: 0.85714rem; }
    @media (min-width: 771px) {
      .quality-assurance-list-item .icon {
        font-size: 24px;
        font-size: 1.71429rem;
        line-height: 24px;
        line-height: 1.71429rem;
        margin: 0 0 1.42857rem; } }
    @media (min-width: 1400px) {
      .quality-assurance-list-item .icon {
        font-size: 50px;
        font-size: 3.57143rem;
        line-height: 24px;
        line-height: 1.71429rem;
        margin: 0 1.42857rem 0 0; } }

.checkout-cart-index .main,
.checkout-onepage-index .main {
  margin-bottom: 0; }

.crosssell {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #E0E0E0;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .crosssell h3.product-name {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 18px;
    line-height: 1.28571rem; }
    @media (min-width: 771px) {
      .crosssell h3.product-name {
        min-height: 3.85714rem; } }
  .crosssell .button {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 24px;
    line-height: 1.71429rem; }

#crosssell-products-list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  #crosssell-products-list:before, #crosssell-products-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #crosssell-products-list:after {
    clear: both; }
  #crosssell-products-list li {
    text-align: center; }
    @media (max-width: 770px) {
      #crosssell-products-list li {
        margin-bottom: 12px;
        margin-bottom: 0.85714rem; } }
    @media (min-width: 771px) {
      #crosssell-products-list li {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%; }
        #crosssell-products-list li:nth-child(4n+4) {
          width: 22.85714%;
          float: right;
          margin-right: 0; } }

.opc .section .step-title a {
  display: none;
  float: right;
  color: #4A4A4A;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem; }
  .opc .section .step-title a:hover {
    text-decoration: none;
    color: #27A1D8; }
  .opc .section .step-title a span {
    float: none; }

.opc .section .step-title i {
  position: relative;
  top: 0.28571rem;
  margin-right: 0.42857rem;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.opc .section.allow:not(.active) {
  cursor: pointer;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  .opc .section.allow:not(.active) .step-title a {
    display: block; }

.opc .section .step-title {
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .opc .section .step-title:before, .opc .section .step-title:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .opc .section .step-title:after {
    clear: both; }
  .opc .section .step-title span {
    float: left;
    margin-right: 0.42857rem; }
  .opc .section .step-title h3 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    float: left;
    margin-bottom: 0; }
    @media (max-width: 770px) {
      .opc .section .step-title h3 {
        width: 60%; } }

.opc .active .step-title {
  background: #27A1D8;
  color: #fff; }
  .opc .active .step-title h3 {
    color: #fff; }

.opc .step {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .opc .step:before, .opc .step:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .opc .step:after {
    clear: both; }
  .opc .step .button--cta {
    width: 100%;
    float: right;
    width: auto;
    position: relative;
    min-width: 15.42857rem; }
    .opc .step .button--cta:after {
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 24px;
      line-height: 1.71429rem;
      position: absolute;
      top: 50%;
      margin-top: -0.85714rem;
      right: 0.85714rem;
      content: "\e208";
      font-family: icomoon;
      font-weight: 400;
      vertical-align: middle; }
  .opc .step .label-required {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    text-align: right; }
    .opc .step .label-required span {
      color: #d91425; }
  .opc .step label .required {
    color: #d91425; }
  .opc .step .input-radio-wrapp {
    overflow: hidden;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
    @media (min-width: 771px) {
      .opc .step .input-radio-wrapp .input-radio {
        width: 50%;
        float: left; }
        .opc .step .input-radio-wrapp .input-radio label {
          display: inline;
          width: auto; } }
  .opc .step .radio {
    margin-right: 0.85714rem; }
  .opc .step .group-select {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    background: #F5F5F5;
    color: #4A4A4A;
    padding: 2.85714rem; }
    .opc .step .group-select:before, .opc .step .group-select:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .opc .step .group-select:after {
      clear: both; }
  .opc .step .please-wait {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.1); }
    @media (min-width: 1025px) {
      .opc .step .please-wait {
        position: absolute; } }
  .no-csstransforms .opc .step .loader,
  .no-csstransforms3d .opc .step .loader {
    display: none; }
  .no-csstransforms .opc .step .gif-loader,
  .no-csstransforms3d .opc .step .gif-loader {
    display: block;
    top: 50%;
    left: 50%;
    position: absolute;
    margin: -27.5px 0 0 -27px; }
  .opc .step .loader {
    top: 50%;
    left: 50%;
    margin: -20px 0px 0px -20px; }
  .opc .step .gif-loader {
    display: none; }
  .opc .step .sp-methods dt {
    font-weight: 400;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .opc .step .sp-methods dd {
    font-weight: 300;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .opc .step .sp-methods .form-list {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
  .opc .step .sp-methods label {
    font-weight: 300; }
  @media (min-width: 1025px) {
    .opc .step {
      position: relative;
      padding-left: 3.42857rem;
      padding-right: 3.42857rem; }
      .opc .step.a-item-review {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0; } }
  .opc .step .payment-options-list {
    text-align: left;
    margin: 10px 0 0 15px; }
    @media screen and (min-width: 768px) {
      .opc .step .payment-options-list {
        float: right;
        margin: 0 -5px 0 0; } }
    @media screen and (min-width: 1025px) {
      .opc .step .payment-options-list {
        float: none;
        margin: 10px 0 0 15px; } }
    @media screen and (min-width: 1400px) {
      .opc .step .payment-options-list {
        float: right;
        margin: -5px 0 0 5px; } }
    .opc .step .payment-options-list li {
      margin-right: 0.35714rem; }
      .opc .step .payment-options-list li:last-child {
        margin-right: 0; }

.opc .anagrafica li {
  margin-bottom: 6px;
  margin-bottom: 0.42857rem; }

.opc .methods-padded {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .opc .methods-padded dl {
    padding: 0; }

@media (max-width: 770px) {
  #checkout-progress-wrapper {
    display: none; } }

@media (max-width: 770px) {
  #checkout-review-table {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    #checkout-review-table:before, #checkout-review-table:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    #checkout-review-table:after {
      clear: both; }
    #checkout-review-table tbody .a-right {
      text-align: left; }
    #checkout-review-table .item-options tbody tr {
      padding: 0;
      border: none;
      margin: 0; }
    #checkout-review-table tfoot td {
      float: left; }
      #checkout-review-table tfoot td:nth-child(odd) {
        text-align: left;
        width: 80%; }
      #checkout-review-table tfoot td:nth-child(even) {
        text-align: right;
        width: 20%; }
      #checkout-review-table tfoot td:nth-child(2n+2) {
        clear: right; }
    #checkout-review-table tfoot tr {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      #checkout-review-table tfoot tr:before, #checkout-review-table tfoot tr:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      #checkout-review-table tfoot tr:after {
        clear: both; }
    #checkout-review-table tfoot tr.last td {
      float: left;
      width: 50%; } }

#checkout-review-table .item-options dd {
  float: right;
  clear: right; }

#checkout-review-table tfoot tr.last td {
  padding-top: 24px;
  padding-top: 1.71429rem;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 700; }
  #checkout-review-table tfoot tr.last td strong {
    font-weight: 700; }

#checkout-review-table tbody tr {
  vertical-align: top; }

#payment_form_ccsave {
  background: #F1F7E9;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem; }

#checkout-review-table-wrapper, #checkout-agreements {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (max-width: 770px) {
    #checkout-review-table-wrapper .agree, #checkout-agreements .agree {
      margin-bottom: 0; } }

#checkout-review-table tbody td .product-name {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 700; }

#checkout-review-table tbody .item-options td {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  padding-top: 0;
  padding-bottom: 0; }

.agreement-content {
  margin-top: 12px;
  margin-top: 0.85714rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  border-top-width: 5px;
  border-top-width: 0.35714rem;
  border-top-style: solid;
  padding-top: 7px;
  padding-top: 0.5rem;
  border-color: #67BDE3;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  background: #E9F5FB; }

.order-review {
  padding: 0 0.85714rem; }
  @media (min-width: 771px) {
    .order-review {
      padding: 0; } }

.block-progress h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #4A4A4A;
  font-weight: 400;
  text-transform: uppercase; }

.block-progress dt {
  border-width: 1px;
  border-width: 0.07143rem;
  border-style: solid;
  padding: 11px;
  padding: 0.78571rem;
  border-color: #E0E0E0;
  margin-bottom: 3px;
  margin-bottom: 0.21429rem;
  position: relative; }
  .block-progress dt:after {
    content: "\e28a";
    font-family: "icomoon";
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: absolute;
    top: 50%;
    margin-top: -0.85714rem;
    right: 0.85714rem;
    color: #E0E0E0; }
  .block-progress dt.complete {
    border-color: #7ED321;
    background: #F1F7E9; }
    .block-progress dt.complete:after {
      color: #7ED321; }

.block-progress dd {
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: 0.85714rem;
  margin-right: 0.85714rem; }
  .block-progress dd address {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    font-style: normal; }

.checkout-onepage-success .col-main {
  text-align: center; }
  .checkout-onepage-success .col-main .buttons-set {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  .checkout-onepage-success .col-main .button i {
    position: relative;
    top: 0.14286rem;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 0px;
    line-height: 0rem;
    margin-right: 0.85714rem; }
  .checkout-onepage-success .col-main p {
    color: #4A4A4A; }
  .checkout-onepage-success .col-main .italic {
    font-style: italic; }

.checkout-onepage-success h1 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.07143rem;
  border-bottom-style: solid;
  padding-bottom: 23px;
  padding-bottom: 1.64286rem;
  border-color: #E9F5FB; }

.checkout-onepage-success h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.checkout-onepage-success .circle {
  position: relative;
  width: 85px;
  height: 85px;
  margin: 20px auto; }

.checkout-onepage-success .circle svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; }

.checkout-onepage-success .circle svg.circleFill {
  z-index: 1;
  stroke-dasharray: 322;
  stroke-dashoffset: 322;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
  transition: all 10s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.checkout-onepage-success .circle svg.circleFill.filled {
  stroke-dashoffset: 38.5; }

.checkout-onepage-success .circle svg.circleTrack {
  z-index: 0; }

.checkout-onepage-success .count {
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 0px;
  line-height: 0rem;
  width: 3.42857rem;
  height: 3.42857rem;
  color: #27A1D8;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-left: -1.71429rem;
  font-weight: 700; }

.opc__pickup {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .opc__pickup:before, .opc__pickup:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .opc__pickup:after {
    clear: both; }

.opc__pickup--message {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 18px;
  line-height: 1.28571rem;
  background: #E9F5FB;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #27A1D8;
  padding: 0.85714rem;
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  -webkt-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.opc__pickup--icon {
  color: #27A1D8;
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 72px;
  line-height: 5.14286rem;
  float: left;
  margin-right: 0.85714rem; }

.opc__pickup--nested-list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .opc__pickup--nested-list:before, .opc__pickup--nested-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .opc__pickup--nested-list:after {
    clear: both; }

.opc__pickup--nested-item {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-align: center; }
  .opc__pickup--nested-item:first-child {
    text-align: left; }
  .opc__pickup--nested-item span {
    font-weight: 700; }
  .opc__pickup--nested-item .icon-map-marker,
  .opc__pickup--nested-item .icon-clock-o {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: relative;
    top: 3px;
    margin-right: 0.42857rem; }
  .opc__pickup--nested-item .icon-clock-o {
    color: #27A1D8; }

.opc__pickup--nested-link:hover {
  text-decoration: none; }
  .opc__pickup--nested-link:hover span {
    text-decoration: underline; }

.payment-info-message {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 18px;
  line-height: 1.28571rem;
  background: #FEEFB3;
  border-width: 5px 1px 1px;
  border-style: solid;
  border-color: #9F6000;
  padding: 0.85714rem;
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  -webkt-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.amcustomerattr > .field-row {
  display: block;
  overflow: hidden;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .amcustomerattr > .field-row > div {
    display: none; }
  @media (min-width: 771px) {
    .amcustomerattr > .field-row label,
    .amcustomerattr > .field-row .field-row,
    .amcustomerattr > .field-row .input-text {
      float: left;
      display: block; } }
  .amcustomerattr > .field-row .fancy-select {
    display: block; }
  .amcustomerattr > .field-row label {
    padding-right: 0.85714rem;
    word-wrap: break-word;
    line-height: 18px;
    line-height: 1.28571rem;
    margin-top: 12px;
    margin-top: 0.85714rem; }
    @media (min-width: 771px) {
      .amcustomerattr > .field-row label {
        width: 30%; } }
  @media (min-width: 771px) {
    .amcustomerattr > .field-row .input-text,
    .amcustomerattr > .field-row .field-row {
      width: 70%; } }

.account-login h2 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.account-register .group-select {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.my-account h1 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-bottom: 48px;
  margin-bottom: 3.42857rem;
  text-align: center;
  font-weight: 700; }

.my-account .legend {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-transform: uppercase; }

.my-account .welcome-msg {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 771px) {
    .my-account .welcome-msg {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

.my-account .col2-set {
  background: #F5F5F5;
  color: #4A4A4A;
  padding: 2.85714rem; }
  @media (min-width: 771px) {
    .my-account .col2-set {
      background: #F5F5F5;
      color: #4A4A4A;
      padding: 2.85714rem;
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .my-account .col2-set:before, .my-account .col2-set:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .my-account .col2-set:after {
        clear: both; }
      .my-account .col2-set .col-1 {
        width: 48.57143%;
        float: left;
        margin-right: 2.85714%; }
      .my-account .col2-set .col-2 {
        width: 48.57143%;
        float: right;
        margin-right: 0; } }

.my-account .box-head h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.my-account .box-title, .my-account .wt-acct-head-links {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  text-transform: uppercase; }
  .my-account .box-title:before, .my-account .wt-acct-head-links:before, .my-account .box-title:after, .my-account .wt-acct-head-links:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .my-account .box-title:after, .my-account .wt-acct-head-links:after {
    clear: both; }
  @media (min-width: 771px) {
    .my-account .box-title, .my-account .wt-acct-head-links {
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  .my-account .box-title h3, .my-account .wt-acct-head-links h3 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    text-transform: uppercase;
    float: left;
    margin: 0 0.85714rem 0 0; }
    @media (min-width: 771px) {
      .my-account .box-title h3, .my-account .wt-acct-head-links h3 {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 24px;
        line-height: 1.71429rem; } }
  .my-account .box-title a, .my-account .wt-acct-head-links a {
    display: block;
    float: left;
    position: relative;
    padding-left: 1.42857rem; }
    .my-account .box-title a:before, .my-account .wt-acct-head-links a:before {
      content: "\e074";
      font-family: "icomoon";
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 24px;
      line-height: 1.71429rem;
      position: absolute;
      left: 0;
      top: -0.07143rem;
      margin-right: 0.42857rem; }
    .my-account .box-title a:hover, .my-account .wt-acct-head-links a:hover {
      color: #A4035F;
      text-decoration: none; }
  .my-account .box-title i, .my-account .wt-acct-head-links i {
    float: right;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: relative;
    top: -0.07143rem;
    color: #fff; }

.my-account .box-content {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .my-account .box-content:before, .my-account .box-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .my-account .box-content:after {
    clear: both; }
  .my-account .box-content h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: 400; }

.my-account .recent-orders {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    .my-account .recent-orders {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

.my-account .group-select {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .my-account .group-select:before, .my-account .group-select:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .my-account .group-select:after {
    clear: both; }
  .my-account .group-select .fieldset {
    background: #F5F5F5;
    background: #F5F5F5;
    color: #4A4A4A;
    padding: 2.85714rem; }
    .my-account .group-select .fieldset .anagrafica {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
  .my-account .group-select .buttons-set {
    margin-top: 24px;
    margin-top: 1.71429rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    border: none; }
    @media (max-width: 770px) {
      .my-account .group-select .buttons-set .button {
        width: 100%; } }
    @media (min-width: 771px) {
      .my-account .group-select .buttons-set {
        margin-bottom: 0;
        padding: 0; } }
    @media (min-width: 1025px) {
      .my-account .group-select .buttons-set .button {
        float: right; } }
  .my-account .group-select .required {
    margin-top: 24px;
    margin-top: 1.71429rem;
    color: #2A2A2C; }
    @media (max-width: 770px) {
      .my-account .group-select .required {
        padding-right: 0.85714rem; } }
    .my-account .group-select .required span {
      color: #d91425; }
  .my-account .group-select span.required {
    color: #d91425; }

.my-account .pager {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-bottom: 0;
  display: table;
  width: 100%; }
  .my-account .pager:before, .my-account .pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .my-account .pager:after {
    clear: both; }
  .my-account .pager .amount {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0; }
  .my-account .pager .limiter {
    display: table-cell;
    vertical-align: middle;
    float: right; }
    @media (max-width: 770px) {
      .my-account .pager .limiter {
        display: none; } }
    .my-account .pager .limiter label {
      margin-right: 0.42857rem; }
  .my-account .pager .fancy-select {
    display: inline-block;
    margin-right: 0.42857rem; }

.my-account .pages {
  border-width: 1px 0;
  border-style: solid;
  border-color: #F5F5F5;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.my-account .buttons-set {
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (max-width: 770px) {
    .my-account .buttons-set .button {
      width: 100%; } }
  @media (min-width: 771px) {
    .my-account .buttons-set {
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .my-account .buttons-set .button {
      min-width: 13.57143rem;
      float: right; } }
  @media (min-width: 771px) {
    .my-account .buttons-set .back-link {
      float: left; } }

@media (min-width: 1025px) {
  .my-account {
    width: 70%;
    margin: 0 auto; } }

.order-info-wrapper.last {
  margin-bottom: 0; }

.order-info-wrapper .box-title, .order-info-wrapper .wt-acct-head-links {
  cursor: pointer;
  background: #27A1D8;
  color: #fff;
  padding: 2.14286rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  .order-info-wrapper .box-title h3, .order-info-wrapper .wt-acct-head-links h3 {
    color: #fff;
    text-transform: none;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  .csstransforms3d.csstransitions .order-info-wrapper .box-title i, .csstransforms3d.csstransitions .order-info-wrapper .wt-acct-head-links i {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .order-info-wrapper .box-title.open i:before, .order-info-wrapper .open.wt-acct-head-links i:before {
    content: "\e081"; }
  .csstransforms3d.csstransitions .order-info-wrapper .box-title.open i, .csstransforms3d.csstransitions .order-info-wrapper .open.wt-acct-head-links i {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .csstransforms3d.csstransitions .order-info-wrapper .box-title.open i:before, .csstransforms3d.csstransitions .order-info-wrapper .open.wt-acct-head-links i:before {
      content: "\e06c"; }

.order-info-wrapper .group-select {
  width: 100%;
  display: none;
  padding: 0; }
  .order-info-wrapper .group-select.opened {
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }

.order-info-wrapper #confirm-upload {
  position: relative;
  min-width: 11.42857rem; }
  .order-info-wrapper #confirm-upload:after {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: absolute;
    top: 50%;
    margin-top: -0.85714rem;
    right: 0.85714rem;
    content: "\e208";
    font-family: icomoon;
    font-weight: 400;
    vertical-align: middle; }

.item-wrapper {
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  padding-left: 1.71429rem;
  padding-right: 1.71429rem; }
  .item-wrapper h4 {
    float: left;
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; }
    .item-wrapper h4 span {
      display: block;
      font-size: 13px;
      font-size: 0.92857rem;
      line-height: 24px;
      line-height: 1.71429rem;
      font-family: "Montserrat", sans-serif;
      color: #4A4A4A; }

.item-price-wrapper {
  float: right; }
  .item-price-wrapper span {
    float: left;
    font-weight: 400; }
    .item-price-wrapper span.product-qty {
      margin-right: 3.42857rem; }

.order-item-details {
  background: #fff;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  clear: both; }
  .order-item-details .no-print-file, .order-item-details .cart-option-value {
    margin-top: 12px;
    margin-top: 0.85714rem;
    padding-top: 6px;
    padding-top: 0.42857rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    text-align: center;
    color: #fff;
    border: 0;
    position: relative; }
    .order-item-details .no-print-file.success-msg, .order-item-details .cart-option-value.success-msg {
      background: #51801A; }
    .order-item-details .no-print-file.notice-msg, .order-item-details .cart-option-value.notice-msg {
      background: #A4035F; }
      .order-item-details .no-print-file.notice-msg:before, .order-item-details .cart-option-value.notice-msg:before {
        font-family: "icomoon";
        content: "\e918";
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 24px;
        line-height: 1.71429rem;
        position: relative;
        display: inline-block;
        line-height: 0;
        top: 0.21429rem;
        margin-right: 0.42857rem; }
    .order-item-details .no-print-file.error-msg, .order-item-details .cart-option-value.error-msg {
      background: #d91425; }
  .order-item-details .item-details-heading {
    display: block;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    font-weight: 400;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #E9F5FB;
    cursor: pointer; }
    .order-item-details .item-details-heading:before, .order-item-details .item-details-heading:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .order-item-details .item-details-heading:after {
      clear: both; }
    .order-item-details .item-details-heading i {
      float: right;
      font-size: 24px;
      font-size: 1.71429rem;
      line-height: 24px;
      line-height: 1.71429rem;
      color: #27A1D8; }
    .order-item-details .item-details-heading.open {
      border-color: transparent; }
      .order-item-details .item-details-heading.open i:before {
        content: "\e081"; }
    .order-item-details .item-details-heading a {
      font-weight: 400;
      margin-left: 0.42857rem; }
  .order-item-details .item-details-content {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: transparent;
    display: none; }
    .order-item-details .item-details-content:before, .order-item-details .item-details-content:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .order-item-details .item-details-content:after {
      clear: both; }
    .order-item-details .item-details-content.opened {
      border-color: #E9F5FB;
      display: block;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; }
  .order-item-details .item-options {
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
    .order-item-details .item-options dt {
      color: #4A4A4A; }
    .order-item-details .item-options td {
      padding-right: 1.71429rem; }
    .order-item-details .item-options .cart-option-label {
      color: #2A2A2C;
      font-weight: 700;
      padding-right: 0.42857rem; }
    .order-item-details .item-options .cart-option-value {
      color: #2A2A2C; }
  @media (min-width: 771px) {
    .order-item-details .item-options-left,
    .order-item-details .item-options-right {
      float: left;
      width: 50%; } }
  .order-item-details .item-options-left li,
  .order-item-details .item-options-right li {
    float: none;
    width: auto;
    font-weight: 400;
    color: #4A4A4A;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem; }
    .order-item-details .item-options-left li span,
    .order-item-details .item-options-right li span {
      font-weight: 300; }
  @media (min-width: 771px) {
    .order-item-details .item-options-left {
      padding-right: 0.85714rem; } }
  .order-item-details .cart-option-label {
    font-weight: 400; }

.total-table-wrapper {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-top: 24px;
  margin-top: 1.71429rem; }
  .total-table-wrapper:before, .total-table-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .total-table-wrapper:after {
    clear: both; }
  .total-table-wrapper table tr:last-child {
    border: none; }
  .total-table-wrapper table .total strong {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  @media (min-width: 771px) {
    .total-table-wrapper table {
      width: 50%;
      float: right; } }

.box-set {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .box-set:before, .box-set:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .box-set:after {
    clear: both; }
  @media (min-width: 771px) {
    .box-set .box {
      width: 22.85714%;
      float: left;
      margin-right: 2.85714%; }
      .box-set .box:nth-child(4n+4) {
        width: 22.85714%;
        float: right;
        margin-right: 0; } }
  .box-set .box h3 {
    background: #F5F5F5;
    color: #4A4A4A;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    font-weight: 700;
    padding-left: 0.85714rem;
    padding-right: 0.85714rem; }
  .box-set .box .content {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-left: 0.85714rem;
    padding-right: 0.85714rem; }
  .box-set .box address {
    font-style: normal; }

.info-wrapp {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .info-wrapp:before, .info-wrapp:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .info-wrapp:after {
    clear: both; }
  .info-wrapp ul li {
    display: inline-block; }
  @media (max-width: 770px) {
    .info-wrapp .invoice-info {
      margin-top: 6px;
      margin-top: 0.42857rem;
      margin-bottom: 6px;
      margin-bottom: 0.42857rem;
      margin-left: 0.85714rem; } }
  .info-wrapp .invoice-info a {
    text-decoration: underline; }
  .info-wrapp i {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #1B7097;
    position: relative;
    top: 0.14286rem;
    margin-right: 0.85714rem; }

@media (max-width: 770px) {
  .order-date {
    margin-top: 6px;
    margin-top: 0.42857rem;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
    margin-left: 0.85714rem; } }

.order-date i {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #1B7097;
  position: relative;
  top: 0.14286rem;
  margin-right: 0.85714rem; }

.upload-area {
  text-align: center; }
  .upload-area input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
    .upload-area input[type="file"]:focus + label {
      outline: 1px dotted #000;
      outline: -webkit-focus-ring-color auto 5px; }
  .upload-area .custom-file-upload {
    cursor: pointer;
    display: inline-block; }
    .upload-area .custom-file-upload i {
      position: relative;
      top: 0.14286rem;
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 0px;
      line-height: 0rem;
      margin-right: 0.42857rem; }
  .upload-area .zp-attachment {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 24px;
    padding-top: 1.71429rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .upload-area .upload-max, .upload-area .upload-types {
    font-size: 13px;
    font-size: 0.92857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #4A4A4A; }
  @media (min-width: 771px) {
    .upload-area .progress-bar-wrapper {
      width: 60%;
      margin: 0 auto; } }
  .upload-area .bar {
    margin-top: 6px;
    margin-top: 0.42857rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 6px;
    margin-bottom: 0.42857rem;
    border-radius: 3px;
    background-color: #1B7097;
    position: relative; }
    .upload-area .bar:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
      z-index: 1;
      background-size: 50px 50px;
      -webkit-animation: move 2s linear infinite;
      animation: move 2s linear infinite;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
  .upload-area dt {
    margin-top: 24px;
    margin-top: 1.71429rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }

.list-amcustomerattr {
  margin-top: 24px;
  margin-top: 1.71429rem;
  border-top-width: 1px;
  border-top-width: 0.07143rem;
  border-top-style: solid;
  padding-top: -1px;
  padding-top: -0.07143rem;
  border-color: #fff; }

.wt-acct-head-links {
  border-bottom-width: 1px;
  border-bottom-width: 0.07143rem;
  border-bottom-style: solid;
  padding-bottom: 8px;
  padding-bottom: 0.57143rem;
  border-color: #fff; }

#my-orders-table .no-print-file, #my-orders-table .nobr {
  display: block;
  text-align: left;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem; }

#my-orders-table .no-print-file {
  color: #A4035F; }
  #my-orders-table .no-print-file i {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: relative;
    top: 0.28571rem;
    margin-right: 0.42857rem; }

@media (max-width: 770px) {
  .account-navigation-wrapper {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    display: none; }
    .account-navigation-wrapper.active {
      display: block; } }

@media (min-width: 771px) {
  .account-navigation-wrapper {
    margin-top: 24px;
    margin-top: 1.71429rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 1025px) {
  .account-navigation-wrapper {
    margin-top: 24px;
    margin-top: 1.71429rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 48px;
    margin-bottom: 3.42857rem; } }

.account-navigation {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .account-navigation:before, .account-navigation:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .account-navigation:after {
    clear: both; }

@media (max-width: 770px) {
  .account-navigation--item {
    width: 100% !important; } }

@media (min-width: 771px) {
  .account-navigation--item {
    float: left;
    text-align: center;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #fff; }
    .account-navigation--item.last {
      border: none; } }

.navigation-item--link,
.navigation-item--current,
.navigation-toggle {
  display: block;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  padding-left: 0.85714rem;
  padding-right: 0.85714rem;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .navigation-item--link:active,
  .navigation-item--current:active,
  .navigation-toggle:active {
    -webkt-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.8); }

.navigation-toggle {
  background: #27A1D8;
  color: #fff;
  font-weight: 400;
  margin-top: 24px;
  margin-top: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .navigation-toggle:after {
    -webkit-transition: -webkit-transform 0.3s ease-in 0s;
    transition: -webkit-transform 0.3s ease-in 0s;
    -o-transition: transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s;
    transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
    content: "\e906";
    font-family: "icomoon";
    float: right; }
  .navigation-toggle.active {
    margin-bottom: 0; }
    .navigation-toggle.active:after {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.navigation-item--link {
  background: #F5F5F5;
  color: #2A2A2C; }
  .navigation-item--link:hover {
    background: #e8e8e8;
    color: #2A2A2C;
    text-decoration: none; }

.navigation-item--current {
  background: #F6D80B;
  /*@include leading-border(4px,1,$base-font-size,solid);
    border-color: $color--primary;
    */ }

.sales-order-view .total-table-wrapper .totals-table td {
  min-width: 8rem; }

.order-filters {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  padding: 0.85714rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background: #F5F5F5; }
  .order-filters:before, .order-filters:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .order-filters:after {
    clear: both; }
  @media (min-width: 771px) {
    .order-filters .order-search, .order-filters .filter-by-status, .order-filters .filter-by-date {
      width: 33.33333%;
      float: left;
      padding: 0 0.85714rem; } }
  @media (max-width: 770px) {
    .order-filters .order-search {
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; }
      .order-filters .order-search .input-text, .order-filters .order-search .button {
        width: 100%; } }
  @media (min-width: 771px) {
    .order-filters .order-search {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .order-filters .order-search:before, .order-filters .order-search:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .order-filters .order-search:after {
        clear: both; }
      .order-filters .order-search .input-text {
        float: left;
        width: 45%;
        margin-bottom: 0; }
      .order-filters .order-search .button {
        float: right;
        width: 50%;
        min-width: 0;
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 6px;
        padding-top: 0.42857rem;
        padding-bottom: 6px;
        padding-bottom: 0.42857rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        text-align: center;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1025px) {
    .order-filters .order-search .input-text {
      float: left;
      width: 65%;
      margin-bottom: 0; }
    .order-filters .order-search .button {
      float: right;
      width: 30%; } }
  @media (max-width: 770px) {
    .order-filters .filter-by-status {
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; } }
  @media (min-width: 771px) {
    .order-filters .filter-by-status {
      border-width: 0 1px;
      border-style: solid;
      border-color: #E9F5FB; } }

@media (max-width: 770px) {
  .customer-account-create .buttons-set {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

@media (min-width: 771px) {
  .customer-account-create .buttons-set .button {
    float: right; } }

.cms-page-view h2 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  font-weight: 700; }
  .cms-page-view h2.section-title {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }

.cms-page-view h3.section-title {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin: 1.7rem 0; }

.cms-page-view .disc {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.cms-page-view .size-full {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  border-width: 0.71429rem 0 0;
  border-style: solid;
  border-color: #27A1D8; }
  .cms-page-view .size-full:before, .cms-page-view .size-full:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cms-page-view .size-full:after {
    clear: both; }

.cms-page-view .product-gallery-wrapper {
  max-width: 68.21429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 771px) {
    .cms-page-view .product-gallery-wrapper {
      margin: 0 auto 1.71429rem; } }
  .cms-page-view .product-gallery-wrapper img {
    margin: 0 auto;
    display: block; }

.cms-wrapper {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .cms-wrapper:before, .cms-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cms-wrapper:after {
    clear: both; }
  .cms-wrapper h2 {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    background: #F6D80B;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    padding-left: 1.71429rem;
    padding-right: 1.71429rem; }
    .cms-wrapper h2 span {
      margin-right: 0.85714rem;
      color: #4A4A4A; }
  .cms-wrapper .disc > li {
    background: #F5F5F5;
    padding: 0 1.71429rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem;
    font-weight: 400; }
  .cms-wrapper .accordion-toggle {
    display: block;
    position: relative;
    padding-left: 1.71429rem; }
    .cms-wrapper .accordion-toggle:before {
      content: "";
      display: block;
      position: absolute;
      width: 0.21429rem;
      height: 0.21429rem;
      background: #27A1D8;
      border-radius: 100%;
      left: 0;
      top: 0.71429rem; }
    .cms-wrapper .accordion-toggle.open {
      margin-bottom: 12px;
      margin-bottom: 0.85714rem;
      color: #27A1D8; }
  .cms-wrapper .accordion-content {
    padding-left: 1.71429rem;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: 300; }
    .cms-wrapper .accordion-content p {
      margin-bottom: 12px;
      margin-bottom: 0.85714rem; }
    .cms-wrapper .accordion-content.opened {
      max-height: 71.35714rem; }

@media (min-width: 771px) {
  .cms-column-3 {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%; }
    .cms-column-3.last {
      margin-right: 0; } }

.customer-service-info {
  text-align: center;
  color: #E0E0E0; }
  .customer-service-info p:first-child {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #4A4A4A;
    font-weight: 400; }
  .customer-service-info .phone {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 36px;
    line-height: 2.57143rem;
    color: #7ED321;
    font-weight: 400;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
    .customer-service-info .phone span {
      position: relative;
      top: 0.21429rem; }
  .customer-service-info .info {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    color: #4A4A4A; }
  .customer-service-info .email {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: 400;
    color: #4A4A4A; }
    .customer-service-info .email a {
      display: block; }

.list-toggle li > a {
  display: block;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 13px;
  padding-top: 0.94286rem;
  padding-bottom: 13px;
  padding-bottom: 0.94286rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  font-weight: 400;
  padding-left: 2.14286rem;
  padding-right: 2.14286rem;
  background: #27A1D8;
  color: #fff;
  text-transform: none; }
  .list-toggle li > a:before, .list-toggle li > a:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .list-toggle li > a:after {
    clear: both; }
  .list-toggle li > a:hover {
    text-decoration: none; }
  .list-toggle li > a span {
    float: right;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    position: relative;
    top: -0.07143rem;
    color: #fff; }
    .csstransforms3d.csstransitions .list-toggle li > a span {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .list-toggle li > a.open span:before {
    content: "\e081"; }
  .csstransforms3d.csstransitions .list-toggle li > a.open span {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .csstransforms3d.csstransitions .list-toggle li > a.open span:before {
      content: "\e06c"; }

.ul-list {
  margin-left: 0.85714rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .ul-list li {
    position: relative;
    padding-left: 1.71429rem; }
    .ul-list li:before {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      top: 0.64286rem;
      width: 3px;
      height: 3px;
      border-radius: 100%;
      background: #27A1D8; }
    .ul-list li > a {
      display: inline;
      background: none;
      color: #27A1D8;
      border: none;
      padding: 0;
      font-family: "Montserrat", sans-serif; }
      .ul-list li > a:before, .ul-list li > a:after {
        display: none; }
      .ul-list li > a:hover {
        text-decoration: underline;
        color: #A4035F; }
    .ul-list li em {
      font-style: normal; }

.cms-section {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  background: #F5F5F5; }
  .cms-section.opened {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 1.42857rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  .cms-section:before, .cms-section:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cms-section:after {
    clear: both; }
  .cms-section .buttons-set {
    border-color: #E9F5FB;
    border-top-width: 1px;
    border-top-width: 0.07143rem;
    border-top-style: solid;
    padding-top: 23px;
    padding-top: 1.64286rem;
    border-color: #E9F5FB; }
  .cms-section a.button {
    float: right; }
    .cms-section a.button:hover {
      color: #fff;
      text-decoration: none; }

@media (min-width: 1025px) {
  .section-wrapper {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

.layout-row {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.07143rem;
  border-bottom-style: solid;
  padding-bottom: 11px;
  padding-bottom: 0.78571rem;
  border-color: #E9F5FB; }
  @media (min-width: 771px) {
    .layout-row {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem;
      border-bottom-width: 1px;
      border-bottom-width: 0.07143rem;
      border-bottom-style: solid;
      padding-bottom: 23px;
      padding-bottom: 1.64286rem; }
      .layout-row:before, .layout-row:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .layout-row:after {
        clear: both; } }

.layout-column img {
  display: block;
  border-radius: 0 0 3px 3px;
  border-width: 5px 0 0;
  border-style: solid;
  border-color: #67BDE3; }

.layout-column.last {
  margin-right: 0; }

@media (min-width: 771px) {
  .column-expanded-4 {
    width: 48.07692%;
    float: left;
    margin-right: 3.84615%; } }

@media (min-width: 771px) {
  .column-expanded-8 {
    width: 48.07692%;
    float: left;
    margin-right: 3.84615%; } }

.customer-account-forgotpassword .page-title {
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 771px) {
    .customer-account-forgotpassword .page-title {
      margin-top: 24px;
      margin-top: 1.71429rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }
  .customer-account-forgotpassword .page-title h1 {
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: 23px;
    padding-bottom: 1.64286rem;
    border-color: #E9F5FB; }

.customer-service {
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 36px;
  padding-top: 2.57143rem;
  padding-bottom: 36px;
  padding-bottom: 2.57143rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 771px) {
    .customer-service {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 54px;
      padding-top: 3.85714rem;
      padding-bottom: 54px;
      padding-bottom: 3.85714rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 1025px) {
    .customer-service {
      margin-bottom: 72px;
      margin-bottom: 5.14286rem; } }

@media (min-width: 1025px) {
  .customer-service-list {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .customer-service-list:before, .customer-service-list:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .customer-service-list:after {
      clear: both; } }

@media (max-width: 770px) {
  .customer-service-list-item {
    text-align: center;
    width: 46%;
    float: left;
    margin-right: 8%; }
    .customer-service-list-item:nth-child(2n+2) {
      width: 46%;
      float: right;
      margin-right: 0; } }

@media (min-width: 771px) {
  .customer-service-list-item {
    width: 22.85714%;
    float: left;
    margin-right: 2.85714%; }
    .customer-service-list-item:nth-child(4n+4) {
      width: 22.85714%;
      float: right;
      margin-right: 0; } }

.customer-service-list-item i {
  display: block;
  font-size: 60px;
  font-size: 4.28571rem;
  line-height: 72px;
  line-height: 5.14286rem; }

.customer-service-label,
.customer-service-content {
  display: block; }

.customer-service-label {
  font-weight: 400; }
  @media (max-width: 770px) {
    .customer-service-label {
      text-align: center; } }
  @media (min-width: 1025px) {
    .customer-service-label {
      font-size: 18px;
      font-size: 1.28571rem;
      line-height: 36px;
      line-height: 2.57143rem;
      margin-bottom: 6px;
      margin-bottom: 0.42857rem; } }

@media (max-width: 770px) {
  .customer-service-content {
    display: none; } }

@media (min-width: 1025px) {
  .customer-service-content {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem; } }

/*
	***** Questa è la parte che gestisce il customer service *****
*/
.customer-service {
  padding-bottom: 15px;
  margin-bottom: 0;
  padding-top: 15px;
  margin-top: 0;
  background: #f5f5f5;
  color: #000;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0; }

.customer-service-list-item {
  width: 15%;
  float: left;
  margin-right: 4%;
  margin-left: 5%;
  padding-bottom: 0; }

.customer-service-list-item i {
  display: block;
  font-size: 280%;
  line-height: 3.143rem;
  margin-bottom: 13px;
  text-align: center; }

.customer-service-label {
  font-size: 98%;
  margin-bottom: 0.42857rem;
  text-align: center;
  padding-bottom: 0; }

.customer-service-content {
  display: none; }

/* Fine del customer service */
.our-clients {
  text-align: center;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1025px) {
    .our-clients {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 72px;
      padding-bottom: 5.14286rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }
  @media (min-width: 1025px) {
    .our-clients .buttons-set {
      margin-top: 48px;
      margin-top: 3.42857rem; } }

@media (max-width: 770px) {
  .our-clients-list {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; } }

.our-clients-list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85714rem; }
  @media (min-width: 1025px) {
    .our-clients-list-item {
      margin-right: 4.57143rem; }
      .our-clients-list-item:nth-child(5n+5) {
        margin-right: 0; } }

.our-clients-list-link {
  display: block;
  -webkit-transition: opacity 0.3s ease-in 0s;
  -o-transition: opacity 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s; }
  .our-clients-list-link:hover {
    opacity: .6; }

.our-clients-list-image {
  vertical-align: middle; }

@media (min-width: 1025px) {
  .featured {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 72px;
    padding-bottom: 5.14286rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; } }

@media (min-width: 1025px) {
  .featured-categories,
  .featured-products {
    padding-bottom: 0; } }

@media (min-width: 1025px) {
  .featured-items {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 48px;
    padding-top: 3.42857rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; } }

@media (min-width: 1025px) {
  .featured-items--combined {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 0px;
    padding-top: 0rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    margin-bottom: 72px;
    margin-bottom: 5.14286rem; } }

.container--featured-items {
  background: #F5F5F5; }
  @media (max-width: 1024px) {
    .container--featured-items {
      padding: 0 5%;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 24px;
      padding-top: 1.71429rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 1025px) {
    .container--featured-items {
      padding: 0 3.71429rem;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 72px;
      padding-top: 5.14286rem;
      padding-bottom: 72px;
      padding-bottom: 5.14286rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.featured-items-tab-list {
  position: relative; }
  @media (min-width: 1025px) {
    .no-flexbox .featured-items-tab-list {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .no-flexbox .featured-items-tab-list:before, .no-flexbox .featured-items-tab-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .no-flexbox .featured-items-tab-list:after {
        clear: both; } }
  @media (min-width: 1025px) {
    .flexbox .featured-items-tab-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1025px) {
    .featured-items-tab-list {
      text-align: center;
      border-width: 0 0 2px;
      border-style: solid;
      border-color: #27A1D8;
      padding: 0 2.35714rem; } }

.featured-items-tab-item {
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer; }
  @media (min-width: 1025px) {
    .no-flexbox .featured-items-tab-item {
      float: left; } }
  @media (min-width: 1025px) {
    .featured-items-tab-item {
      font-size: 11px;
      font-size: 0.78571rem;
      line-height: 51px;
      line-height: 3.60857rem;
      height: 3.57143rem;
      width: 16.66667%; } }
  @media (min-width: 1140px) {
    .featured-items-tab-item {
      font-size: 14px;
      font-size: 1rem;
      line-height: 51px;
      line-height: 3.60857rem; } }
  .featured-items-tab-item.item--active {
    background: #27A1D8;
    color: #fff;
    cursor: default; }
    @media (max-width: 1024px) {
      .featured-items-tab-item.item--active {
        border: none; }
        .featured-items-tab-item.item--active:after {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); } }

@media (max-width: 1024px) {
  div.featured-items-tab-item {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding: 0 2rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 18px;
    padding-top: 1.28571rem;
    padding-bottom: 18px;
    padding-bottom: 1.28571rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #4A4A4A; }
    div.featured-items-tab-item:after {
      -webkit-transition: -webkit-transform 0.3s ease-in 0s;
      transition: -webkit-transform 0.3s ease-in 0s;
      -o-transition: transform 0.3s ease-in 0s;
      transition: transform 0.3s ease-in 0s;
      transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
      content: "\e906";
      font-family: "icomoon";
      float: right; }
    div.featured-items-tab-item.last {
      border-bottom: none; } }

@media (min-width: 1025px) {
  .featured-items-panel-wrapper {
    position: relative;
    height: 17.14286rem; } }

@media (min-width: 1025px) {
  .featured-items--panel-grid {
    margin-top: 12px;
    margin-top: 0.85714rem; } }

.featured-items-panel {
  width: 100%; }
  @media (max-width: 1024px) {
    .featured-items-panel {
      display: none;
      margin-top: 24px;
      margin-top: 1.71429rem; }
      .featured-items-panel.panel--active {
        display: block; } }
  @media (min-width: 1025px) {
    .featured-items-panel {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s;
      -o-transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s;
      transition: opacity 0.3s ease-in 0s, visibility 0s ease-in-out 0.3s; }
      .featured-items-panel.panel--active {
        opacity: 1;
        visibility: visible; } }

@media (min-width: 771px) {
  .flexbox .reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .no-flexbox .reviews {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .no-flexbox .reviews:before, .no-flexbox .reviews:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .no-flexbox .reviews:after {
      clear: both; } }

@media (min-width: 771px) {
  .flexbox .reviews-tab-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .no-flexbox .reviews-tab-list {
    width: 25%;
    float: left; } }

.reviews-tab-list-item {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 36px;
  line-height: 2.57143rem;
  font-weight: 700;
  padding: 2.28571rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  cursor: pointer; }
  .flexbox .reviews-tab-list-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

@media (min-width: 771px) {
  .flexbox .reviews-panel-wrapper {
    -webkit-box-flex: 16;
        -ms-flex-positive: 16;
            flex-grow: 16; }
  .no-flexbox .reviews-panel-wrapper {
    width: 75%;
    float: left; } }

.reviews-panel {
  opacity: 0;
  visibility: hidden;
  height: 0; }
  .reviews-panel.active {
    padding: 0.64286rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 9px;
    padding-top: 0.64286rem;
    padding-bottom: 9px;
    padding-bottom: 0.64286rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    opacity: 1;
    visibility: visible;
    height: auto; }

.reviews-panel-inner {
  background: #F5F5F5;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 48px;
  padding-top: 3.42857rem;
  padding-bottom: 48px;
  padding-bottom: 3.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  overflow: hidden; }
  @media (min-width: 1400px) {
    .reviews-panel-inner {
      min-height: 600px; } }
  .reviews-panel-inner .buttons-set {
    margin-top: 24px;
    margin-top: 1.71429rem; }
  .reviews-panel-inner .button {
    display: block;
    max-width: 240px;
    margin: 0 auto; }

.reviews-tab-list-item--trustpilot {
  height: 60%;
  background: #F6D80B;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 48px;
  padding-top: 3.42857rem;
  padding-bottom: 48px;
  padding-bottom: 3.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.reviews-tab-list-item--facebook {
  background: #3B5998;
  color: #fff; }
  .reviews-tab-list-item--facebook .item-inner {
    display: table;
    width: 100%; }
  .reviews-tab-list-item--facebook .label {
    width: 70%;
    display: table-cell;
    vertical-align: middle; }
  .reviews-tab-list-item--facebook i {
    width: 30%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    font-size: 2.85714rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  .flexbox .reviews-tab-list-item--facebook {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.panel-trustpilot {
  background: #F6D80B; }
  .panel-trustpilot .reviews-panel-inner {
    padding: 0; }

.panel-facebook {
  background: #3B5998; }

.facebook-reviews-list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  max-width: 46.78571rem;
  margin: 0 auto;
  padding-top: 24px;
  padding-top: 1.71429rem; }
  .facebook-reviews-list:before, .facebook-reviews-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .facebook-reviews-list:after {
    clear: both; }
  .facebook-reviews-list .buttons-set {
    clear: both;
    text-align: center;
    padding-top: 24px;
    padding-top: 1.71429rem; }

.facebook-reviews-list-item {
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  margin-bottom: 18px;
  margin-bottom: 1.28571rem; }
  .facebook-reviews-list-item:nth-child(2n+2) {
    width: 48.57143%;
    float: right;
    margin-right: 0; }

.facebook-reviews-list-img {
  display: block; }

.trustpilot-label {
  display: block;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.trustpilot-info-list {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 400; }
  .trustpilot-info-list .value,
  .trustpilot-info-list .info-details,
  .trustpilot-info-list small {
    display: block; }
  .trustpilot-info-list .value {
    font-family: 'santelia_scriptregular', serif;
    font-size: 50px;
    font-size: 3.57143rem;
    line-height: 48px;
    line-height: 3.42857rem;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .trustpilot-info-list small {
    font-size: 10px;
    font-size: 0.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: 400; }
  .trustpilot-info-list .info-details {
    font-weight: 300; }

.trustpilot-info-list-item {
  padding-right: 0.85714rem; }

.cms-banner {
  background: #27A1D8; }
  .cms-banner img {
    display: block; }

@media (max-width: 770px) {
  .cms-banner-title {
    padding-top: 5.14286rem; } }

@media (min-width: 1025px) {
  .cms-banner-title {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 72px;
    padding-top: 5.14286rem;
    padding-bottom: 24px;
    padding-bottom: 1.71429rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    padding-right: 1.71429rem; } }

.cms-banner-title h1 {
  color: #fff;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 36px;
  line-height: 2.57143rem;
  font-weight: 700;
  text-align: left; }
  @media (min-width: 1400px) {
    .cms-banner-title h1 {
      font-size: 50px;
      font-size: 3.57143rem;
      line-height: 48px;
      line-height: 3.42857rem; } }

.about-us-container {
  position: relative; }

.cms-info-section {
  text-align: center;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 24px;
  margin-top: 1.71429rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  @media (min-width: 1400px) {
    .cms-info-section {
      width: 70%;
      margin: 0 auto;
      margin-top: 72px;
      margin-top: 5.14286rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 48px;
      margin-bottom: 3.42857rem; } }

.cms-page-view .cms-info-title {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  font-weight: 700; }

.cms-page-view .cms-info-subtitle {
  font-weight: 400; }

.cms-page-view .gallery-info-title,
.cms-page-view .gallery-info-subtitle {
  text-align: center; }

.cms-page-view .gallery-info-title {
  color: #F6D80B;
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 36px;
  line-height: 2.57143rem;
  margin-top: 72px;
  margin-top: 5.14286rem;
  padding-top: 0px;
  padding-top: 0rem;
  padding-bottom: 0px;
  padding-bottom: 0rem;
  margin-bottom: 72px;
  margin-bottom: 5.14286rem; }

.cms-page-view .gallery-info-subtitle {
  margin-bottom: 48px;
  margin-bottom: 3.42857rem; }

.cms-page-view .owl-pagination {
  padding-bottom: 48px;
  padding-bottom: 3.42857rem; }

.cms-info-subtitle {
  display: block;
  font-weight: 400;
  font-family: 'santelia_scriptregular', serif;
  color: #27A1D8;
  margin-top: 24px;
  margin-top: 1.71429rem; }

.cms-float-section {
  text-align: center;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  @media (min-width: 771px) {
    .cms-float-section {
      text-align: left; } }
  .cms-float-section:before, .cms-float-section:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .cms-float-section:after {
    clear: both; }
  .cms-float-section .icon {
    color: #27A1D8;
    display: block;
    font-size: 80px;
    font-size: 5.71429rem;
    line-height: 72px;
    line-height: 5.14286rem; }
    @media (max-width: 770px) {
      .cms-float-section .icon {
        margin-bottom: 48px;
        margin-bottom: 3.42857rem; } }
  @media (min-width: 771px) {
    .cms-float-section .float-left {
      width: 7.35294%;
      float: left;
      margin-right: 5.88235%; } }
  @media (min-width: 771px) {
    .cms-float-section .float-right {
      width: 7.35294%;
      float: right;
      margin-right: 0; } }

@media (min-width: 771px) {
  .float-align-right {
    width: 86.76471%;
    float: left; } }

@media (min-width: 771px) {
  .float-align-left {
    float: right; } }

.cms-float-section {
  margin-bottom: 48px;
  margin-bottom: 3.42857rem; }

.cms-float-section-title {
  color: #27A1D8;
  text-transform: uppercase;
  font-weight: 700;
  display: block; }

@media (min-width: 771px) {
  .cms-float-section--left {
    text-align: left; } }

@media (min-width: 771px) {
  .cms-float-section--right {
    text-align: right; } }

.gallery-info-list {
  max-width: 68.21429rem;
  margin: 0 auto;
  padding: 0 2.5rem; }

.gallery-info-item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
  -o-transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
  transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s; }
  .gallery-info-item.active {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .gallery-info-item .text-primary {
    display: block;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-bottom: 24px;
    margin-bottom: 1.71429rem;
    color: #27A1D8; }

.category-products h3,
.featured-products h3,
.featured-categories h3 {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0; }

.category-products hr,
.featured-products hr,
.featured-categories hr {
  background-color: #ddd;
  border: 1px solid #fff;
  height: 1px; }

.category-products__list,
.featured-products__list,
.featured-categories__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 20px;
  border-top: 1px solid #ddd; }
  .category-products__list-item,
  .featured-products__list-item,
  .featured-categories__list-item {
    width: 22%;
    position: relative;
    border-radius: 9px;
    border: 1px solid #eee;
    background-color: #fff;
    min-width: 250px;
    float: left;
    margin: 15px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (max-width: 1210px) {
      .category-products__list-item,
      .featured-products__list-item,
      .featured-categories__list-item {
        width: 33%; } }
    .category-products__list-item:hover,
    .featured-products__list-item:hover,
    .featured-categories__list-item:hover {
      -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      .category-products__list-item:hover:after,
      .featured-products__list-item:hover:after,
      .featured-categories__list-item:hover:after {
        opacity: 1; }
    .category-products__list-item:after,
    .featured-products__list-item:after,
    .featured-categories__list-item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      opacity: 0;
      border-radius: 5px;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .category-products__list-title,
  .featured-products__list-title,
  .featured-categories__list-title {
    display: block;
    min-height: 55px;
    margin-top: 8px;
    color: #27A1D8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .category-products__list-title:hover,
    .featured-products__list-title:hover,
    .featured-categories__list-title:hover {
      color: #1B7097; }
  .category-products__list-image,
  .featured-products__list-image,
  .featured-categories__list-image {
    width: 100%;
    border-bottom: 1px solid #eee; }
  .category-products__list-label,
  .featured-products__list-label,
  .featured-categories__list-label {
    display: block;
    font-size: 13px;
    color: #D54157;
    font-variant: small-caps;
    text-transform: uppercase; }
  .category-products__list-price,
  .featured-products__list-price,
  .featured-categories__list-price {
    font-weight: 500;
    font-size: 15px; }
  .category-products__list .button,
  .featured-products__list .button,
  .featured-categories__list .button {
    position: relative;
    line-height: 0.8rem;
    margin-top: 5px;
    margin-bottom: 8px;
    z-index: 2;
    border-radius: 16px;
    width: 160px; }

.cms-index-index .lazy--loaded__container,
.catalog-product-view .lazy--loaded__container,
.catalog-category-view .lazy--loaded__container {
  height: auto;
  padding-bottom: 0; }

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

.table-cart-sidebar {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem; }
  .table-cart-sidebar .row-first td {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 18px;
    padding-top: 1.28571rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .table-cart-sidebar .row-tax td {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 6px;
    padding-top: 0.42857rem;
    padding-bottom: 18px;
    padding-bottom: 1.28571rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .table-cart-sidebar .row-last td {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 18px;
    padding-top: 1.28571rem;
    padding-bottom: 18px;
    padding-bottom: 1.28571rem;
    margin-bottom: 0px;
    margin-bottom: 0rem; }
  .table-cart-sidebar .total td {
    font-weight: 700;
    text-transform: uppercase;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #fff; }
  .table-cart-sidebar td {
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 6px;
    padding-top: 0.42857rem;
    padding-bottom: 6px;
    padding-bottom: 0.42857rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    vertical-align: top; }

.cart-side-actions .button {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.71429rem; }

.cart-side-actions .icon-3 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 0px;
  line-height: 0rem;
  position: relative;
  top: -0.14286rem;
  vertical-align: middle;
  margin-right: 6px; }

.title-bg__decorated {
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  text-transform: uppercase;
  font-weight: 700; }

.cart-sidebar .block-content {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.delivery-info {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 12px;
  margin-top: 0.85714rem;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s; }
  .delivery-info span {
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s; }
  .delivery-info:hover {
    text-decoration: none;
    color: #F5F5F5; }
    .delivery-info:hover i {
      left: -1.57143rem; }
  .delivery-info i {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 24px;
    line-height: 1.71429rem;
    margin-right: 0.42857rem;
    position: relative;
    top: 0.21429rem;
    -webkit-transition: left 0.3s ease-in 0.3s;
    -o-transition: left 0.3s ease-in 0.3s;
    transition: left 0.3s ease-in 0.3s; }

.newsletter {
  background: #27A1D8; }

.section-footer-additional {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  background: #fff;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #F5F5F5;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 24px;
  line-height: 1.71429rem;
  color: #4A4A4A; }

.footer-additional__link {
  padding-right: 0.42857rem; }
  .footer-additional__link img {
    border-radius: 0.14286rem;
    display: block; }

.newsletter {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 1025px) {
    .newsletter {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 72px;
      padding-top: 5.14286rem;
      padding-bottom: 72px;
      padding-bottom: 5.14286rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

@media (min-width: 1025px) {
  .block-subscribe {
    width: 50%;
    margin: 0 auto; } }

.newsletter-content strong {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  color: #fff;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .newsletter-content strong {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

.newsletter-content label {
  display: block;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 24px;
  line-height: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  color: #fff; }

.newsletter-content .input-box {
  position: relative; }

.newsletter-content .input-text {
  /*&:focus {
            @include inset-shadow(none);
            border-color: $color--tertiray;
        }*/ }

.newsletter-content .privacy-terms {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  margin-top: 12px;
  margin-top: 0.85714rem;
  text-align: left; }
  .newsletter-content .privacy-terms:before, .newsletter-content .privacy-terms:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .newsletter-content .privacy-terms:after {
    clear: both; }
  @media (min-width: 771px) {
    .newsletter-content .privacy-terms {
      text-align: center; } }
  .newsletter-content .privacy-terms input {
    margin-right: 0.21429rem;
    margin-top: 0.21429rem;
    vertical-align: middle;
    display: inline; }
    @media (min-width: 771px) {
      .newsletter-content .privacy-terms input {
        display: inline-block; } }
  .newsletter-content .privacy-terms a {
    color: #fff;
    vertical-align: middle; }
    .newsletter-content .privacy-terms a:hover {
      color: #F6D80B; }
  .newsletter-content .privacy-terms label {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    font-weight: 300;
    cursor: pointer; }
    .newsletter-content .privacy-terms label:hover {
      color: #F6D80B; }
  .newsletter-content .privacy-terms .privacy-terms__content {
    display: inline;
    vertical-align: middle; }
    @media (min-width: 771px) {
      .newsletter-content .privacy-terms .privacy-terms__content {
        display: inline-block; } }

@media (min-width: 771px) {
  .newsletter-content {
    margin: 0 auto; } }

@media (min-width: 1025px) {
  .newsletter-content {
    width: 100%;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .newsletter-content:before, .newsletter-content:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .newsletter-content:after {
      clear: both; } }

@media (min-width: 771px) {
  .newsletter-list {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .newsletter-list:before, .newsletter-list:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .newsletter-list:after {
      clear: both; } }

@media (min-width: 771px) {
  .newsletter-list-item--float {
    width: 31.21429%;
    float: left;
    margin-right: 2.85714%; }
    .newsletter-list-item--float:nth-child(3n+3) {
      width: 31.21429%;
      float: right;
      margin-right: 0; } }

@media (min-width: 771px) {
  .newsletter-list-item--clear {
    clear: both; } }

.newsletter-list-item .input-text--inverted {
  border-color: #fff;
  color: #fff; }
  .newsletter-list-item .input-text--inverted:focus {
    background: transparent;
    border-color: #F6D80B; }

.newsletter-list-button {
  width: 100%; }

.footer-logo-holder {
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  @media (min-width: 1025px) {
    .footer-logo-holder {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 48px;
      padding-top: 3.42857rem;
      padding-bottom: 48px;
      padding-bottom: 3.42857rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.logo-footer {
  display: block;
  margin: 0 auto; }

.footer {
  background: #4A4A4A;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .footer .payment-options,
  .footer .social-media,
  .footer .shipping-options {
    text-align: center; }
    .footer .payment-options img,
    .footer .social-media img,
    .footer .shipping-options img {
      display: block;
      margin: 0 auto; }
    .footer .payment-options span,
    .footer .social-media span,
    .footer .shipping-options span {
      text-transform: uppercase;
      display: block;
      color: #fff;
      font-size: 14px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.71429rem; }
      @media (max-width: 770px) {
        .footer .payment-options span,
        .footer .social-media span,
        .footer .shipping-options span {
          font-weight: 500;
          margin-bottom: 24px;
          margin-bottom: 1.71429rem; } }
      @media (min-width: 771px) {
        .footer .payment-options span,
        .footer .social-media span,
        .footer .shipping-options span {
          margin-bottom: 6px;
          margin-bottom: 0.42857rem; } }
    @media (min-width: 771px) {
      .footer .payment-options,
      .footer .social-media,
      .footer .shipping-options {
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 0px;
        padding-top: 0rem;
        padding-bottom: 24px;
        padding-bottom: 1.71429rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        text-align: left; } }
  .footer .payment-options {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
    @media (min-width: 771px) {
      .footer .payment-options {
        margin-bottom: 12px;
        margin-bottom: 0.85714rem; } }
  .footer .shipping-options {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  @media (max-width: 770px) {
    .footer .social-media {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 771px) {
    .footer {
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 24px;
      padding-top: 1.71429rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.payment-options-list,
.shipping-options-list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  text-align: center; }
  .payment-options-list:before, .payment-options-list:after,
  .shipping-options-list:before,
  .shipping-options-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .payment-options-list:after,
  .shipping-options-list:after {
    clear: both; }

.payment-options-list-item,
.shipping-options-list-item {
  display: inline-block;
  width: 60px;
  height: 36px;
  margin-right: 1.42857rem;
  background: transparent url("https://minimegaprint.com/skin/frontend/mmp/mmp-rwd/images/cards-sprite-min.png") no-repeat 0 0;
  text-indent: -9999px; }

@media (max-width: 770px) {
  .payment-options-list-item:nth-child(3n+3) {
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; } }

.payment-options-list-item.item-visa {
  background-position: 0 -72px; }

.payment-options-list-item.item-mastercard {
  background-position: 0 -36px; }

.payment-options-list-item.item-amex {
  background-position: 0 0; }

.payment-options-list-item.item-paypal {
  background-position: -60px -36px; }

.payment-options-list-item.item-postepay {
  background-position: -120px -36px; }

.payment-options-list-item.item-aura {
  background-position: -60px 0; }

.shipping-options-list-item.item-gls {
  background-position: -180px 0; }

.shipping-options-list-item.item-tnt {
  background-position: -180px -36px; }

.shipping-options-list-item.item-brt {
  background-position: -120px 0; }

.social-media-list {
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  text-align: center;
  color: #fff; }
  .social-media-list:before, .social-media-list:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .social-media-list:after {
    clear: both; }

.social-media-list-item {
  display: inline-block;
  margin-right: 1.42857rem; }
  .social-media-list-item a {
    color: #fff; }
    .social-media-list-item a:hover {
      color: #27A1D8; }
  .social-media-list-item em {
    font-size: 36px;
    font-size: 2.57143rem;
    line-height: 36px;
    line-height: 2.57143rem; }
  .social-media-list-item:only-child {
    margin-right: 0; }

.footer-list {
  text-align: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff; }
  @media (min-width: 413px) {
    .footer-list {
      /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
      *zoom: 1; }
      .footer-list:before, .footer-list:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .footer-list:after {
        clear: both; } }
  .footer-list h3 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem;
    text-transform: uppercase;
    position: relative;
    margin-top: 0px;
    margin-top: 0rem;
    padding-top: 12px;
    padding-top: 0.85714rem;
    padding-bottom: 9px;
    padding-bottom: 0.64286rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-bottom: 0;
    cursor: pointer;
    color: #fff;
    text-align: center; }
    .footer-list h3 span {
      right: 0; }
    @media (min-width: 771px) {
      .footer-list h3 {
        border-bottom: 0;
        margin-top: 0px;
        margin-top: 0rem;
        padding-top: 0px;
        padding-top: 0rem;
        padding-bottom: 12px;
        padding-bottom: 0.85714rem;
        margin-bottom: 0px;
        margin-bottom: 0rem;
        cursor: default; }
        .footer-list h3 span {
          display: none; } }
  .footer-list ul {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-color: #E9F5FB; }
    .footer-list ul.opened {
      max-height: 14.28571rem;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem;
      margin-bottom: 0px;
      margin-bottom: 0rem;
      padding-top: 12px;
      padding-top: 0.85714rem;
      border-bottom-width: 1px;
      border-bottom-width: 0.07143rem;
      border-bottom-style: solid;
      padding-bottom: 11px;
      padding-bottom: 0.78571rem; }
    .footer-list ul a {
      display: block;
      line-height: 24px;
      line-height: 1.71429rem;
      padding: 0 3.84615%;
      color: #fff; }
      @media (min-width: 771px) {
        .footer-list ul a {
          line-height: 24px;
          line-height: 1.71429rem; } }
      .footer-list ul a:hover {
        color: #27A1D8; }
    @media (max-width: 770px) {
      .footer-list ul {
        /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
        *zoom: 1;
        text-align: left; }
        .footer-list ul:before, .footer-list ul:after {
          content: " ";
          /* 1 */
          display: table;
          /* 2 */ }
        .footer-list ul:after {
          clear: both; } }
    @media (min-width: 771px) {
      .footer-list ul {
        max-height: none; } }
    @media (max-width: 770px) {
      .footer-list ul li {
        text-align: center; } }
  @media (max-width: 770px) {
    .footer-list .column {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 413px) {
    .footer-list .column {
      width: 48.57143%;
      float: left;
      margin-right: 2.85714%; }
      .footer-list .column:nth-child(2n + 2) {
        width: 48.57143%;
        float: right;
        margin-right: 0; }
      .footer-list .column.last {
        width: 48.57143%;
        float: right;
        margin-right: 0; } }
  .footer-list div.last {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  @media (max-width: 770px) {
    .footer-list {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }
  @media (min-width: 771px) {
    .footer-list {
      max-width: 1410px;
      max-width: 100.71429rem;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 36px;
      margin-bottom: 2.57143rem; }
      .footer-list:after {
        content: " ";
        display: block;
        clear: both; }
      .footer-list .column {
        width: 22.85714%;
        float: left;
        margin-right: 2.85714%;
        word-wrap: break-word; }
        .footer-list .column:nth-child(2n + 2) {
          width: 22.85714%;
          float: left;
          margin-right: 2.85714%; }
        .footer-list .column.last {
          width: 22.85714%;
          float: right;
          margin-right: 0; } }
  @media (min-width: 1025px) {
    .footer-list {
      margin-left: 8.57143rem;
      margin-right: 8.57143rem; } }

@media (min-width: 771px) {
  .column-social {
    text-align: center;
    border-top-width: 1px;
    border-top-width: 0.07143rem;
    border-top-style: solid;
    padding-top: -1px;
    padding-top: -0.07143rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.07143rem;
    border-bottom-style: solid;
    padding-bottom: -1px;
    padding-bottom: -0.07143rem;
    border-color: gainsboro;
    margin-top: 24px;
    margin-top: 1.71429rem;
    margin-bottom: 0 !important; }
    .column-social h3 {
      padding-bottom: 0; } }

@media (min-width: 1025px) {
  .column-social {
    text-align: left;
    border: none;
    margin-top: 0;
    margin-bottom: inherit; } }

.column-social li {
  float: left;
  margin-right: 0.85714rem; }
  .column-social li a {
    font-size: 18px;
    font-size: 1.28571rem;
    line-height: 24px;
    line-height: 1.71429rem;
    padding: 0.42857rem; }
    .column-social li a:hover {
      text-decoration: none; }
  @media (min-width: 771px) {
    .column-social li {
      float: none;
      text-align: center;
      display: inline-block;
      margin-right: 0; }
      .column-social li a {
        font-size: 24px;
        font-size: 1.71429rem;
        line-height: 48px;
        line-height: 3.42857rem;
        color: #E0E0E0;
        padding: 0.42857rem 1.28571rem; } }
  @media (min-width: 1025px) {
    .column-social li {
      float: left;
      text-align: left;
      display: block; }
      .column-social li a {
        padding: 0.42857rem 0.42857rem; } }

.blog-link {
  display: none; }

@media (max-width: 770px) {
  .payment-shipping-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 770px) {
  .payment-options {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 770px) {
  .social-media {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media (max-width: 770px) {
  .shipping-options {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (min-width: 771px) {
  .payment-options span,
  .social-media span,
  .shipping-options span {
    text-align: center; } }

@media (min-width: 1400px) {
  .payment-shipping-wrapper {
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    *zoom: 1; }
    .payment-shipping-wrapper:before, .payment-shipping-wrapper:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .payment-shipping-wrapper:after {
      clear: both; }
  .payment-options,
  .social-media,
  .shipping-options {
    float: left; }
  .payment-options {
    width: 41.66667%; }
  .social-media {
    width: 33.33333%; }
  .shipping-options {
    width: 25%; } }

.copyright {
  text-align: center;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 18px;
  line-height: 1.28571rem;
  color: #fff; }
  @media (min-width: 771px) {
    .copyright {
      font-size: 10px;
      font-size: 0.71429rem;
      line-height: 24px;
      line-height: 1.71429rem;
      margin-top: 24px;
      margin-top: 1.71429rem;
      padding-top: 0px;
      padding-top: 0rem;
      padding-bottom: 0px;
      padding-bottom: 0rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.interface-fonts .fonts h3 {
  display: block;
  background: #eb0589;
  color: #fff;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 6px;
  padding-top: 0.42857rem;
  padding-bottom: 6px;
  padding-bottom: 0.42857rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #b9046c;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }
  .interface-fonts .fonts h3 span {
    text-transform: capitalize; }
  .interface-fonts .fonts h3 i {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0;
    color: #fff;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px; }
    .interface-fonts .fonts h3 i:before {
      content: "\e622";
      position: absolute;
      right: 10px;
      top: 10px; }
  .interface-fonts .fonts h3.opened i:before {
    content: "\e623"; }
  .interface-fonts .fonts h3.first:before {
    content: "\e623"; }
  .interface-fonts .fonts h3.first.opened:before {
    content: "\e622"; }

.interface-fonts .container {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.interface-fonts .fonts h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 36px;
  line-height: 2.57143rem; }

.interface-fonts .fonts img {
  position: static;
  margin: 0 auto;
  display: block; }

.interface-fonts .fonts .content {
  padding: 1.71429em; }

.custombox-target {
  position: fixed;
  top: -100%;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
  z-index: 30000; }
  .custombox-target.open {
    opacity: 1;
    top: 0;
    bottom: 0; }
    .custombox-target.open img {
      max-height: 100%;
      max-width: 100%; }
    .custombox-target.open a.custombox-close {
      top: 0px; }

.newsbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 0%;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

a.custombox-close {
  width: 100%;
  height: 1.71429rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0.85714rem;
  padding: 0;
  text-transform: uppercase;
  display: block;
  z-index: 1;
  color: #4A4A4A;
  -webkit-transition: color 0.3s ease-in-out 0s;
  -o-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 24px;
  line-height: 1.71429rem; }
  a.custombox-close:hover {
    color: #4A4A4A; }
  a.custombox-close i {
    display: block; }

.subscribe-wrapper.open a.custombox-close {
  width: 1.71429rem;
  top: 0.85714rem; }

.modal-container {
  background: #fff;
  width: 90%;
  padding: 0.75em;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkt-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
  border-width: 0.42857rem 0 0;
  border-style: solid;
  border-color: #27A1D8; }
  @media (min-width: 771px) {
    .modal-container {
      width: 44.57143rem;
      height: auto;
      position: absolute;
      padding: 3.42857rem 0.85714rem 0.85714rem;
      top: 50%;
      left: 50%;
      margin-top: -180px;
      margin-left: -22.28571rem; } }
  @media (min-width: 771px) {
    .modal-container.modal-container--delivery {
      top: 10%;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .modal-container.modal-container--delivery {
      width: 64.28571rem;
      height: 44rem;
      overflow-y: auto;
      top: 10%;
      left: 50%;
      margin-left: -32.14286rem;
      margin-top: 0; }
      .modal-container.modal-container--delivery .table-wrapper {
        overflow-x: hidden; } }
  .modal-container img {
    display: block;
    margin: 0 auto; }

.modal-title {
  text-align: center; }

.modal-label {
  font-style: italic;
  color: #E0E0E0;
  text-align: center; }

.newsletter-popup .form-subscribe {
  background: #fff;
  width: 90%;
  padding: 0.75em;
  position: absolute;
  top: 5%;
  left: 5%;
  -webkt-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1); }
  @media (min-width: 771px) {
    .newsletter-popup .form-subscribe {
      width: 90%;
      top: 20px;
      left: 50%;
      margin-left: -45%; } }
  .newsletter-popup .form-subscribe h2 {
    font-family: 'santelia_scriptregular', serif;
    font-weight: 400;
    color: #27A1D8;
    margin-top: 24px;
    margin-top: 1.71429rem;
    padding-bottom: 0; }
  .newsletter-popup .form-subscribe .custombox-close {
    right: 0.85714rem;
    background: transparent; }
  .newsletter-popup .form-subscribe .validation-advice {
    text-align: left;
    margin: 0.85714rem 0;
    padding: 0.75em;
    color: white; }

.newsletter-popup .form-subscribe-header, .newsletter-popup .form-subscribe-content {
  text-align: center;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1; }
  .newsletter-popup .form-subscribe-header:before, .newsletter-popup .form-subscribe-header:after, .newsletter-popup .form-subscribe-content:before, .newsletter-popup .form-subscribe-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .newsletter-popup .form-subscribe-header:after, .newsletter-popup .form-subscribe-content:after {
    clear: both; }

.newsletter-popup .form-subscribe-content {
  width: 100%; }
  .newsletter-popup .form-subscribe-content p {
    color: #fff; }
  .newsletter-popup .form-subscribe-content .offer {
    font-size: 14px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.71429rem; }
  .newsletter-popup .form-subscribe-content .input-box {
    float: none; }
    .newsletter-popup .form-subscribe-content .input-box .button {
      margin-top: 12px;
      margin-top: 0.85714rem;
      width: 100%; }
  .newsletter-popup .form-subscribe-content .privacy-terms {
    text-align: center; }

.newsletter-popup .form-subscribe-footer {
  position: relative;
  padding-bottom: 0; }

.newsletter-popup .note {
  font-style: italic;
  margin-top: 0.75em;
  color: #fff; }

.newsletter-popup .cms--user-controlled {
  position: relative; }
  .newsletter-popup .cms--user-controlled img {
    position: static;
    display: block; }
  .newsletter-popup .cms--user-controlled .description {
    padding: 0 24px;
    position: absolute;
    text-align: center;
    font-weight: 400;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 24px;
    line-height: 1.71429rem;
    letter-spacing: 0.07143rem; }
    @media (min-width: 771px) {
      .newsletter-popup .cms--user-controlled .description {
        font-size: 18px;
        font-size: 1.28571rem;
        line-height: 24px;
        line-height: 1.71429rem;
        letter-spacing: 0.14286rem; } }
    .newsletter-popup .cms--user-controlled .description strong {
      margin: 0;
      display: inline;
      font-size: inherit;
      font-family: inherit; }

.newsletter-form-wrapper {
  background: #27A1D8;
  /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
  *zoom: 1;
  padding: 20px;
  margin-top: 0px;
  margin-top: 0rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .newsletter-form-wrapper:before, .newsletter-form-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .newsletter-form-wrapper:after {
    clear: both; }
  @media (min-width: 771px) {
    .newsletter-form-wrapper {
      padding: 100px;
      margin-top: 0px;
      margin-top: 0rem;
      padding-top: 24px;
      padding-top: 1.71429rem;
      padding-bottom: 24px;
      padding-bottom: 1.71429rem;
      margin-bottom: 0px;
      margin-bottom: 0rem; } }

.newsletter-popup .form-subscribe {
  padding: 0; }
  .newsletter-popup .form-subscribe .container {
    padding: 0;
    min-width: auto; }

/****************
    MEDIA QUERIES
****************/
.subscribe-wrapper {
  position: fixed; }

@media screen and (min-width: 769px) {
  .newsletter-popup .form-subscribe {
    width: 54.85714rem;
    height: auto;
    position: absolute;
    padding: 0;
    top: 20%;
    left: 50%;
    margin-left: -27.42857rem; } }

@media screen and (max-width: 450px) {
  .newsletter-popup .cms--user-controlled .description {
    width: 100%; } }

@media screen and (max-width: 290px) {
  .newsletter-popup .cms--user-controlled .description {
    line-height: 1.2rem;
    font-size: 1rem; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://minimegaprint.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.customer-service-info .phone{display:block;transition:color 460ms cubic-bezier(.7,0,.3,1);margin-bottom:1.71429rem}.customer-service-info .phone:hover{text-decoration:none;color:#67a222}.column-social.last img{margin-right:12px;vertical-align:middle}.column-social.last li{float:none;text-align:center}@media (min-width:771px){.column-social.last h3{padding-bottom:.85714rem}.column-social.last ul{margin-bottom:.85714rem}}@media (min-width:1025px){.column-social.last li{text-align:left}.column-social.last img{margin-right:12px;float:left}}.footer-list ul a.live-chat{padding-bottom:6px}.footer-list ul a.live-chat em{margin-right:6px}.footer-list ul a.live-chat:hover{text-decoration:none}.footer-list ul a.live-chat:hover span{text-decoration:underline}
