@import url('fonts.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none;
  color: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.word-break {
  overflow: auto;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  -moz-binding: url(../css/xbl.xml#wordwrap);
  /* Firefox (using XBL) */
  -ms-word-break: break-all;
  /* word-break: break-all;
    Non standard for webkit */
  word-break: break-word;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'MarkPro-Light';
  src: url('fonts/MarkPro-Light.eot');
  src: local('MarkPro-Light'), url('fonts/MarkPro-Light.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Light.woff2') format('woff2'), url('fonts/MarkPro-Light.woff') format('woff'), url('fonts/MarkPro-Light.ttf') format('truetype'), url('fonts/MarkPro-Light.svg#MarkPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MorebiRounded-Bold';
  src: url('fonts/MorebiRounded-Bold.eot');
  src: local('MorebiRounded-Bold'), url('fonts/MorebiRounded-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/MorebiRounded-Bold.woff2') format('woff2'), url('fonts/MorebiRounded-Bold.woff') format('woff'), url('fonts/MorebiRounded-Bold.ttf') format('truetype'), url('fonts/MorebiRounded-Bold.svg#MorebiRounded-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MorebiRounded-Light';
  src: url('fonts/MorebiRounded-Light.eot');
  src: local('MorebiRounded-Light'), url('fonts/MorebiRounded-Light.eot?#iefix') format('embedded-opentype'), url('fonts/MorebiRounded-Light.woff2') format('woff2'), url('fonts/MorebiRounded-Light.woff') format('woff'), url('fonts/MorebiRounded-Light.ttf') format('truetype'), url('fonts/MorebiRounded-Light.svg#MorebiRounded-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Medium';
  src: url('fonts/MarkPro-Medium.eot');
  src: local('MarkPro-Medium'), url('fonts/MarkPro-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Medium.woff2') format('woff2'), url('fonts/MarkPro-Medium.woff') format('woff'), url('fonts/MarkPro-Medium.ttf') format('truetype'), url('fonts/MarkPro-Medium.svg#MarkPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Book';
  src: url('fonts/MarkPro-Book.eot');
  src: local('MarkPro-Book'), url('fonts/MarkPro-Book.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Book.woff2') format('woff2'), url('fonts/MarkPro-Book.woff') format('woff'), url('fonts/MarkPro-Book.ttf') format('truetype'), url('fonts/MarkPro-Book.svg#MarkPro-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro';
  src: url('fonts/MarkPro.eot');
  src: local('MarkPro'), url('fonts/MarkPro.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro.woff2') format('woff2'), url('fonts/MarkPro.woff') format('woff'), url('fonts/MarkPro.ttf') format('truetype'), url('fonts/MarkPro.svg#MarkPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MarkPro-Bold';
  src: url('fonts/MarkPro-Bold.eot');
  src: local('MarkPro-Bold'), url('fonts/MarkPro-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/MarkPro-Bold.woff2') format('woff2'), url('fonts/MarkPro-Bold.woff') format('woff'), url('fonts/MarkPro-Bold.ttf') format('truetype'), url('fonts/MarkPro-Bold.svg#MarkPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MorebiRounded-Black';
  src: url('fonts/MorebiRounded-Black.eot');
  src: local('MorebiRounded-Black'), url('fonts/MorebiRounded-Black.eot?#iefix') format('embedded-opentype'), url('fonts/MorebiRounded-Black.woff2') format('woff2'), url('fonts/MorebiRounded-Black.woff') format('woff'), url('fonts/MorebiRounded-Black.ttf') format('truetype'), url('fonts/MorebiRounded-Black.svg#MorebiRounded-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MorebiRounded-Medium';
  src: url('fonts/MorebiRounded-Medium.eot');
  src: url('fonts/MorebiRounded-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/MorebiRounded-Medium.woff2') format('woff2'), url('fonts/MorebiRounded-Medium.woff') format('woff'), url('fonts/MorebiRounded-Medium.ttf') format('truetype'), url('fonts/MorebiRounded-Medium.svg#MorebiRounded-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'uniflower';
  src: url('fonts/uniflower.eot?neykp3');
  src: url('fonts/uniflower.eot?neykp3#iefix') format('embedded-opentype'), url('fonts/uniflower.woff2?neykp3') format('woff2'), url('fonts/uniflower.ttf?neykp3') format('truetype'), url('fonts/uniflower.woff?neykp3') format('woff'), url('fonts/uniflower.svg?neykp3#uniflower') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'uniflower' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-arrow-right1:before {
  content: "\e90d";
}
.icon-back:before {
  content: "\e910";
}
.icon-color:before {
  content: "\e91d";
}
.icon-delivery:before {
  content: "\e91e";
}
.icon-fertilizer:before {
  content: "\e91f";
}
.icon-fertilizing:before {
  content: "\e920";
}
.icon-globe:before {
  content: "\e921";
}
.icon-leaves:before {
  content: "\e922";
}
.icon-length:before {
  content: "\e923";
}
.icon-maintenance:before {
  content: "\e924";
}
.icon-order:before {
  content: "\e925";
}
.icon-plant:before {
  content: "\e933";
}
.icon-question1:before {
  content: "\e934";
}
.icon-rain:before {
  content: "\e926";
}
.icon-regeneration:before {
  content: "\e927";
}
.icon-scroll-down:before {
  content: "\e928";
}
.icon-shield:before {
  content: "\e929";
}
.icon-surface:before {
  content: "\e92a";
}
.icon-thickness:before {
  content: "\e92b";
}
.icon-tick:before {
  content: "\e92c";
}
.icon-vericut:before {
  content: "\e92d";
}
.icon-water:before {
  content: "\e92e";
}
.icon-watering:before {
  content: "\e92f";
}
.icon-weed-free:before {
  content: "\e930";
}
.icon-weight:before {
  content: "\e931";
}
.icon-width1:before {
  content: "\e932";
}
.icon-envelope:before {
  content: "\e935";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-pin:before {
  content: "\e90f";
}
.icon-profile:before {
  content: "\e90a";
}
.icon-google:before {
  content: "\e916";
}
.icon-phone1:before {
  content: "\e915";
}
.icon-add:before {
  content: "\e911";
}
.icon-clock:before {
  content: "\e913";
}
.icon-delete:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e912";
}
.icon-question:before {
  content: "\e917";
}
.icon-search:before {
  content: "\e918";
}
.icon-info:before {
  content: "\e900";
}
.icon-arrow:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-pinterest:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e905";
}
.icon-height:before {
  content: "\e906";
}
.icon-width:before {
  content: "\e907";
}
.icon-arrow-left:before {
  content: "\e908";
}
.icon-arrow-right:before {
  content: "\e909";
}
.icon-plus-bold:before {
  content: "\e90b";
}
.icon-plus:before {
  content: "\e919";
}
.icon-dropdown:before {
  content: "\e91a";
}
.icon-message:before {
  content: "\e91b";
}
.icon-basket:before {
  content: "\e91c";
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.cke_editable,
.text-content {
  font-family: 'MarkPro-Light';
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  color: #58595B;
}
.cke_editable h2,
.text-content h2 {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: 'MarkPro-Medium';
}
.cke_editable.faq-answer,
.text-content.faq-answer,
.cke_editable.expand,
.text-content.expand {
  font-size: 14px;
  border-left: 2px solid #1ccfc9;
  padding-left: 20px;
}
.cke_editable.blog,
.text-content.blog {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}
.section-text ul {
  list-style: none;
  width: 100%;
  counter-reset: count;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}
.section-text ul > li {
  display: block;
  counter-increment: count;
  margin: 10px 0;
}
.section-text ul > li pre {
  font-family: 'MarkPro-Medium';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}
.section-text ul > li pre:before {
  background: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  text-align: center;
  line-height: 30px;
  content: '\e90b';
  font-family: 'milam';
  font-size: 16px;
  border: 1px solid #58595B;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-text ul > li > ul li {
  font-family: 'MarkPro-Light';
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  margin: 10px 0 0 50px;
  border-left: 2px solid #1CCFC9;
  padding-left: 20px;
  -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section-text ul > li.selected pre:before {
  background-color: #1CCFC9;
  color: #fff;
  border-color: #1CCFC9;
  transform: rotate(45deg);
}
.set-text {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 24px;
}
.set-text h2 {
  margin-bottom: 20px;
}
.set-text ul {
  list-style-type: circle;
  list-style-position: inside;
  margin: 20px 0;
  padding: 0;
}
.set-text ul li {
  margin-bottom: 10px;
}
.simple-button-plugin {
  height: 48px;
  background: #1CCFC9;
  border-radius: 10px;
  font-family: 'MorebiRounded-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.04px;
  padding: 0 30px;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cart-outer {
  height: 100vh;
}
.cart-bg {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
.cart-bg.showed {
  display: block;
}
.cart-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 430px;
  right: -430px;
  bottom: 0;
  z-index: 1002;
  background: #F1F2F2;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cart-menu.showed {
  display: block;
}
.cart-menu .mobile-menu-container {
  padding: 50px 30px;
}
.cart-menu .close {
  position: absolute;
  right: 30px;
  top: 35px;
  text-decoration: none;
  margin-top: -10px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.cart-menu .close span {
  width: 30px;
  height: 2px;
  background: #58595B;
  display: block;
}
.cart-menu .close span:nth-child(1) {
  transform: rotate(45deg);
  margin-left: -2px;
  margin-top: 12px;
}
.cart-menu .close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-left: -2px;
  margin-top: -2px;
}
.cart-menu .logo {
  position: absolute;
  top: 13px;
  left: 20px;
  width: 127px;
  height: 33px;
}
.cart-menu .cart-title {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: 0;
  padding: 0 30px;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #D1D3D4;
}
.cart-menu .cart-title span {
  font-family: 'MarkPro-Medium';
}
.cart-menu .cart-scroller {
  height: calc(100% - 80px);
  padding-bottom: 60px;
}
.cart-menu .btn-container .btn-checkout {
  margin: 30px 30px;
  width: auto;
  display: block;
}
.cart-menu .checkbox-container {
  font-size: 16px;
  padding-left: 35px;
  line-height: 24px;
  margin-right: 30px;
}
.quantity {
  float: left;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0px 10px 0 rgba(212, 225, 231, 0.8);
}
.quantity input {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  float: left;
  line-height: 50px;
  padding: 0 !important;
}
.quantity .btn-minus,
.quantity .btn-plus-bold {
  color: #BCBEC0;
  background: #fff;
  width: 50px;
  height: 50px;
  float: left;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.cart-items {
  list-style: none;
  width: 100%;
}
.cart-items .old-mattress-section .title,
.cart-items .discount-section .title {
  cursor: pointer;
}
.cart-items li,
.cart-items .item {
  width: auto;
  padding: 20px 10px;
  margin: 0px 20px;
  border-bottom: 1px solid #D1D3D4;
  position: relative;
}
.cart-items li .inner,
.cart-items .item .inner {
  display: table;
  width: 100%;
}
.cart-items li .partner_option,
.cart-items .item .partner_option {
  margin-top: 15px;
  margin-left: 95px;
}
.cart-items li .delete,
.cart-items .item .delete {
  position: absolute;
  right: 10px;
  text-decoration: none;
}
.cart-items li .img,
.cart-items .item .img {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
}
.cart-items li .img img,
.cart-items .item .img img {
  max-width: 100%;
  display: table;
  margin: auto;
}
.cart-items li .product,
.cart-items .item .product {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 80px);
  padding-left: 15px;
}
.cart-items li .product .title,
.cart-items .item .product .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 20px;
}
.cart-items li .product .size,
.cart-items .item .product .size {
  font-family: 'MarkPro-Light';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}
.cart-items li .product .price,
.cart-items .item .product .price {
  float: right;
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  text-align: right;
  margin-top: 25px;
}
.cart-items li .old-mattress-container,
.cart-items .item .old-mattress-container,
.cart-items li .discount-container,
.cart-items .item .discount-container {
  display: none;
  margin-top: 0.5em;
}
.cart-items li .old-mattress-container .btn-discount,
.cart-items .item .old-mattress-container .btn-discount,
.cart-items li .discount-container .btn-discount,
.cart-items .item .discount-container .btn-discount,
.cart-items li .old-mattress-container .quantity,
.cart-items .item .old-mattress-container .quantity,
.cart-items li .discount-container .quantity,
.cart-items .item .discount-container .quantity {
  float: right;
}
.cart-items li .old-mattress-container span,
.cart-items .item .old-mattress-container span,
.cart-items li .discount-container span,
.cart-items .item .discount-container span {
  float: left;
  margin-top: 20px;
}
.cart-items li .old-mattress-container input#discount_code,
.cart-items .item .old-mattress-container input#discount_code,
.cart-items li .discount-container input#discount_code,
.cart-items .item .discount-container input#discount_code {
  width: 240px;
}
.cart-items li .old-mattress-container input.fullwidth,
.cart-items .item .old-mattress-container input.fullwidth,
.cart-items li .discount-container input.fullwidth,
.cart-items .item .discount-container input.fullwidth {
  margin-top: 20px;
}
.cart-items li .recommended,
.cart-items .item .recommended {
  opacity: 0.6;
  margin-top: 20px;
}
.cart-items li .recommended .item,
.cart-items .item .recommended .item {
  border: none;
  padding: 10px 0;
  margin: 0;
}
.cart-items li .recommended .img,
.cart-items .item .recommended .img {
  width: 80px;
}
.cart-items li .recommended .product,
.cart-items .item .recommended .product {
  width: calc(100% - 65px);
}
.cart-items li .recommended .product .product-content .checkbox,
.cart-items .item .recommended .product .product-content .checkbox {
  float: left;
  background: #FFFFFF;
  border: 1px solid #D1D3D4;
  border-radius: 8px;
  height: 30px;
  width: 30px;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
}
.cart-items li .recommended .product .product-content .checkbox:after,
.cart-items .item .recommended .product .product-content .checkbox:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: solid #58595B;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  opacity: 0;
}
.cart-items li .recommended .product .product-content .checkbox:hover:after,
.cart-items .item .recommended .product .product-content .checkbox:hover:after {
  opacity: 1;
}
.cart-items li .recommended .product .product-content .title,
.cart-items .item .recommended .product .product-content .title {
  font-family: 'MarkPro-Light';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  width: calc(100% - 50px);
}
.cart-items li .recommended .product .product-content .price,
.cart-items .item .recommended .product .product-content .price {
  margin-top: -25px;
}
.cart-items li .float-right,
.cart-items .item .float-right {
  float: right;
  font-size: 20px;
}
.cart-items li.summary > span,
.cart-items .item.summary > span {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 15px;
  display: block;
}
.cart-items li.summary > span span,
.cart-items .item.summary > span span {
  float: right;
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
}
.cart-items li.total,
.cart-items .item.total {
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  letter-spacing: 0;
  border: none;
}
.cart-items li.total span,
.cart-items .item.total span {
  float: right;
}
.cart-items li.payInHuf,
.cart-items .item.payInHuf {
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  letter-spacing: 0;
  border: none;
}
.cart-items li.payInHuf .checkbox-container,
.cart-items .item.payInHuf .checkbox-container {
  margin: 0;
}
.cart-items li.payInHuf span,
.cart-items .item.payInHuf span {
  float: right;
}
.cart-items .quantity input {
  height: 30px;
  width: 40px;
  line-height: 30px;
}
.cart-items .quantity .btn-minus,
.cart-items .quantity .btn-plus-bold {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 12px;
}
.related-products {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
.related-products .inner {
  width: auto;
  margin: auto 65px;
  overflow: hidden;
}
.related-products .inner ul {
  list-style: none;
  width: 1000%;
}
.related-products .inner ul li {
  width: 10%;
  float: left;
  margin-right: 4px;
}
.related-products .inner ul li .card {
  background: #FFFFFF;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.related-products .inner ul li .card .img {
  width: 100px;
}
.related-products .inner ul li .card .img img {
  max-width: 80%;
  margin: auto;
}
.related-products .inner ul li .card .table {
  display: table;
  width: 100%;
  padding: 25px 16px;
}
.related-products .inner ul li .card .table .cell {
  vertical-align: middle;
  display: table-cell;
}
.related-products .inner ul li .card .table .cell .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 20px;
}
.related-products .inner ul li .card .table .cell .text {
  font-family: 'MarkPro-Book';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
}
.related-products .inner ul li .card .btn-container .btn {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.jspContainer {
  overflow: hidden;
  position: relative;
  outline: none;
}
.jspPane {
  position: absolute;
}
.jspBg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 8px);
  z-index: 2;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: transparent;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: transparent;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #969696;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jspDrag {
  background: #ffffff;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 8px;
}
.jspHorizontalBar .jspArrow {
  width: 8px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
.calendar-button {
  position: absolute;
  top: 30px;
  right: 30px;
}
.calendar-wrapper {
  position: relative;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  transition: width 0.75s ease;
  overflow: hidden;
  width: 340px;
}
.calendar-wrapper .btn {
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 40px;
  text-align: center;
  font-size: 20px;
  background: none;
  color: #58595B;
}
.calendar-wrapper .btn:hover {
  background: none;
}
.calendar-wrapper .btn i {
  float: none;
  font-size: inherit;
  margin-right: 0;
  line-height: inherit;
}
.calendar-wrapper.opened {
  width: 1210px;
}
.calendar-wrapper.extended {
  width: 1670px;
}
.calendar-wrapper .inner-padding {
  padding: 0 250px 0 100px;
  width: 1670px;
  height: 100%;
}
.calendar-wrapper .col1 {
  float: left;
  width: 420px;
  margin-top: 30px;
  margin-right: 100px;
  font-size: 0.9em;
  position: relative;
  transition: all 0.5s ease 0s;
}
.calendar-wrapper .col1.pullup {
  margin-top: -440px;
}
.calendar-wrapper .col1 .down-btn {
  display: none;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 76px);
}
.calendar-wrapper .col2 {
  float: left;
  width: 340px;
  margin-top: 30px;
  transition: margin 0.45s ease;
  overflow: hidden;
}
.calendar-wrapper .col2 .cal-wrapper {
  width: 1000%;
  margin-left: 0px;
}
.calendar-wrapper .col2 .cal-wrapper ul {
  width: 10%;
  float: left;
}
.calendar-wrapper.opened .col2 {
  margin-right: 250px;
}
.calendar-wrapper.extended .col2 {
  margin-right: 50px;
}
.calendar-wrapper .col3 {
  float: left;
  width: 450px;
  margin-top: 105px;
  display: none;
}
.calendar-wrapper .col3 a.training {
  display: inline-block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
  font-size: 1.25em;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 0 70px 0 20px;
  background: url(/images/next-icon.png) no-repeat scroll right 20px center transparent;
}
.no-touch .calendar-wrapper .col3 a.training:hover {
  color: #fff;
  background-color: #e01f2d;
  background-image: url(/images/next-icon-hover.png);
}
.calendar-wrapper.extended .col3 {
  display: block;
}
.calendar-wrapper .back-button {
  position: absolute;
  top: 30px;
  left: 30px;
}
.calendar-wrapper .cal,
.cal,
.calheader {
  list-style: none;
}
.calendar-wrapper .cal li,
.cal li,
.calheader li {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
}
.calendar-wrapper .cal li.old,
.cal li.old,
.calheader li.old {
  opacity: 0.2;
}
.calendar-wrapper .cal li:nth-child(7n),
.cal li:nth-child(7n),
.calheader li:nth-child(7n) {
  margin-right: 0px;
}
.calendar-wrapper .cal li.grey,
.cal li .grey {
  visibility: hidden;
}
.calendar-wrapper .cal li.hredhgrey,
.cal li.hredhgrey {
  background-color: #6e408e;
  color: #fff;
}
.calendar-wrapper .cal li.red,
.cal li.red {
  background-color: #e01f2d;
  color: #fff;
}
.calendar-wrapper .cal li.active,
.cal li.active {
  background-color: none;
  border-color: #58595B;
  color: #58595B;
}
.calendar-wrapper .cal li.selected,
.cal li.selected {
  background-color: #F88D2A;
  border-color: #F88D2A;
  color: #fff;
}
.calendar-wrapper .cal li.yellow,
.cal li.yellow {
  background-color: #e7b635;
}
.calendar-wrapper .cal li a,
.cal li a {
  display: block;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
.calendar-wrapper .cal li a.selected,
.cal li a.selected {
  border: 1px solid #000;
  border-radius: 50%;
}
.no-touch .calendar-wrapper .cal li a:hover,
.no-touch .cal li a:hover {
  color: inherit;
}
.calendar-wrapper h1 {
  font-family: 'MarkPro-Book';
  font-weight: normal;
  font-size: 2.5em;
  text-transform: uppercase;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  margin-left: -0.05em;
}
.calendar-wrapper p {
  font-family: 'MarkPro-Book';
  font-size: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.5em;
}
.calendar-wrapper ul.legend {
  list-style: none;
  line-height: 1.875em;
}
.calendar-wrapper ul.legend span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  background-color: aliceblue;
  margin-top: 3px;
  margin-right: 15px;
  border-radius: 50%;
}
.calendar-wrapper ul.legend span.green {
  background-color: #0fd370;
}
.calendar-wrapper ul.legend span.yellow {
  background-color: #e7b635;
}
.calendar-wrapper ul.legend span.red {
  background-color: #e01f2d;
}
.calendar-wrapper ul.legend span.purple {
  background-color: #6e408e;
}
.calendar-wrapper ul.legend span.empty {
  background-color: transparent;
  border: 1px solid #434346;
  width: 18px;
  height: 18px;
}
.calendar-wrapper .arrows,
.booking-calendar .arrows {
  list-style: none;
  position: relative;
  height: 50px;
  margin-bottom: 1.875em;
}
.booking-calendar .arrows {
  margin-bottom: 0.875em;
}
.calendar-wrapper .arrows .left-arrow,
.booking-calendar .arrows .left-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.calendar-wrapper .arrows .right-arrow,
.booking-calendar .arrows .right-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.calendar-wrapper .arrows .cal-title,
.cal-title {
  position: absolute;
  top: 0;
  left: 60px;
  right: 60px;
  bottom: 0;
  text-align: center;
  line-height: 40px;
  border-radius: 25px;
  font-family: 'MarkPro-Book';
  text-transform: uppercase;
  font-size: 1.25em;
}
.calendar-wrapper .col3 .btn-col3 {
  position: absolute;
  right: 30px;
  left: auto;
  top: 30px;
  height: 48px;
  width: 48px;
}
.calendar-wrapper .col3 .btn-col3 .btn {
  display: none;
  height: 100%;
  background: url(/images/prev-icon2.png) no-repeat scroll right 20px center transparent;
}
.calendar-wrapper .col3 .btn-col3 .btn:before {
  background: url(/images/prev-icon2-hover.png) no-repeat scroll right 20px center #e01f2d;
}
/* BOOKING CALENDAR */
.booking-calendar {
  width: 340px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1210px) {
  .calendar-wrapper.opened {
    width: 100vw;
  }
  .calendar-wrapper.extended {
    width: 150vw;
  }
}
@media screen and (max-width: 1024px) {
  .calendar-wrapper .col1 {
    width: 23%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 960px) {
  .calendar-wrapper .col1 {
    max-width: 35vw;
  }
}
@media screen and (max-width: 860px) {
  .calendar-wrapper .col1 {
    max-width: 28vw;
  }
}
@media screen and (max-width: 800px) {
  .calendar-wrapper .col1 {
    height: 100%;
    float: none;
    max-width: 100vw;
    width: calc(100vw - 100px);
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.6em;
  }
  .calendar-wrapper .col1 .down-btn {
    display: block;
  }
  .calendar-wrapper ul.legend {
    line-height: 2.8em;
  }
  .calendar-wrapper.extended {
    width: 160vw;
  }
  .calendar-wrapper .col3 {
    max-width: 80vw;
  }
  .calendar-wrapper .col3 .btn-col3 .btn {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .calendar-wrapper.extended {
    width: 200vw;
  }
  .calendar-wrapper.extended .col2 {
    width: 85vw;
  }
  .calendar-wrapper .col3 {
    max-width: 100vw;
  }
  .calendar-wrapper .inner-padding {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .calendar-wrapper .inner-padding {
    padding-left: 80px;
  }
  .calendar-wrapper .col1 {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 450px) {
  .calendar-wrapper .col3 a.training {
    font-size: 0.9em;
  }
}
button[data-balloon] {
  overflow: visible;
}
[data-balloon] {
  position: relative;
  cursor: pointer;
}
[data-balloon]:after {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  font-family: sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  text-shadow: none !important;
  font-size: 12px !important;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  padding: 0.5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10;
}
[data-balloon]:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(0)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.18s ease-out 0.18s;
  -moz-transition: all 0.18s ease-out 0.18s;
  -ms-transition: all 0.18s ease-out 0.18s;
  -o-transition: all 0.18s ease-out 0.18s;
  transition: all 0.18s ease-out 0.18s;
  content: '';
  position: absolute;
  z-index: 10;
}
[data-balloon]:hover:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:before,
[data-balloon][data-balloon-visible]:after {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
[data-balloon].font-awesome:after {
  font-family: FontAwesome;
}
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}
[data-balloon][data-balloon-blunt]:before,
[data-balloon][data-balloon-blunt]:after {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
[data-balloon][data-balloon-pos="up"]:after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, 10px);
  -moz-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up"]:hover:after,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up"]:hover:before,
[data-balloon][data-balloon-pos="up"][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos="up-left"]:after {
  bottom: 100%;
  left: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up-left"]:before {
  bottom: 100%;
  left: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up-left"]:hover:after,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-left"]:hover:before,
[data-balloon][data-balloon-pos="up-left"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-right"]:after {
  bottom: 100%;
  right: 0;
  margin-bottom: 11px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up-right"]:before {
  bottom: 100%;
  right: 5px;
  margin-bottom: 5px;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
[data-balloon][data-balloon-pos="up-right"]:hover:after,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos="up-right"]:hover:before,
[data-balloon][data-balloon-pos="up-right"][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down']:after {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos='down']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  -moz-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}
[data-balloon][data-balloon-pos='down']:hover:after,
[data-balloon][data-balloon-pos='down'][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos='down']:hover:before,
[data-balloon][data-balloon-pos='down'][data-balloon-visible]:before {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
[data-balloon][data-balloon-pos='down-left']:after {
  left: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-left']:hover:after,
[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-left']:hover:before,
[data-balloon][data-balloon-pos='down-left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-right']:after {
  right: 0;
  margin-top: 11px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(180 18 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  right: 5px;
  margin-top: 5px;
  top: 100%;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
[data-balloon][data-balloon-pos='down-right']:hover:after,
[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='down-right']:hover:before,
[data-balloon][data-balloon-pos='down-right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
[data-balloon][data-balloon-pos='left']:after {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos='left']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(-90 18 18)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}
[data-balloon][data-balloon-pos='left']:hover:after,
[data-balloon][data-balloon-pos='left'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='left']:hover:before,
[data-balloon][data-balloon-pos='left'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='right']:after {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos='right']:before {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba(17, 17, 17, 0.9)%22%20transform%3D%22rotate(90 6 6)%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E");
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}
[data-balloon][data-balloon-pos='right']:hover:after,
[data-balloon][data-balloon-pos='right'][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-pos='right']:hover:before,
[data-balloon][data-balloon-pos='right'][data-balloon-visible]:before {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
[data-balloon][data-balloon-length='small']:after {
  white-space: normal;
  width: 80px;
}
[data-balloon][data-balloon-length='medium']:after {
  white-space: normal;
  width: 150px;
}
[data-balloon][data-balloon-length='large']:after {
  white-space: normal;
  width: 260px;
}
[data-balloon][data-balloon-length='xlarge']:after {
  white-space: normal;
  width: 380px;
}
@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']:after {
    white-space: normal;
    width: 90vw;
  }
}
[data-balloon][data-balloon-length='fit']:after {
  white-space: normal;
  width: 100%;
}
.hidden-modals {
  display: none;
}
.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 640px;
  height: auto;
  z-index: 2001;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.md-modal.md-scrollable {
  position: absolute;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-overlay.shown {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.md-content {
  color: #58595B;
  background: #fff;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}
.md-content h1 {
  margin: 0;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 1.5em;
  line-height: 1.25em;
}
.md-content h1.standalone {
  padding-top: 1.5em;
}
.md-content .md-close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  z-index: 10;
  text-align: center;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  color: #58595B;
  position: absolute;
  right: 30px;
  top: 35px;
  text-decoration: none;
  margin-top: -10px;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.md-content .md-close span {
  width: 30px;
  height: 2px;
  background: #58595B;
  display: block;
}
.md-content .md-close span:nth-child(1) {
  transform: rotate(45deg);
  margin-left: -2px;
  margin-top: 12px;
}
.md-content .md-close span:nth-child(2) {
  transform: rotate(-45deg);
  margin-left: -2px;
  margin-top: -2px;
}
.md-content .md-close:hover {
  transform: rotate(90deg);
}
.md-content .md-close span {
  line-height: 42px;
  font-size: 1.7em;
}
.md-content .md-inner-content {
  padding: 2em;
  color: #000;
}
.md-content .buttons {
  text-align: center;
}
.md-content .buttons button {
  margin: 0 0.5em;
}
/* Effect 16:  Blur */
.md-show.md-effect-16 ~ #skrollr-bod {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}
.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.md-show.md-effect-16 ~ #skrollr-bod,
.md-effect-16 .md-content {
  -webkit-transition: opacity 0.3s, transform 0.3s, blur 0.3s;
  -moz-transition: opacity 0.3s, transform 0.3s, blur 0.3s;
  transition: opacity 0.3s, transform 0.3s, blur 0.3s;
}
.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .md-modal {
    width: 440px;
  }
  .md-content h1 {
    font-size: 1.75em;
    padding-bottom: 1em;
  }
  .md-content .md-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .md-content .md-close span {
    line-height: 36px;
    font-size: 1.6em;
  }
}
@media screen and (max-width: 560px) {
  .md-modal {
    width: 280px;
  }
  .md-content h1 {
    font-size: 1.5em;
  }
  .md-content .md-close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .md-content .md-close span {
    line-height: 28px;
    font-size: 1.2em;
  }
  .md-content .md-inner-content {
    padding: 1em;
  }
}
.cc-banner.cc-bottom {
  z-index: 10000000000;
}
pre {
  overflow: visible;
}
.error-body .error-div .content-container {
  min-height: 200px;
  padding-top: 200px;
}
body {
  position: relative;
  font-size: 16px;
  font-family: 'MarkPro-Book', sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  background: #FFF;
  overflow-x: hidden;
  color: #58595B;
  font-weight: normal;
  font-style: normal;
}
body.fixed {
  overflow: hidden;
}
.sandbox {
  background-color: darkseagreen;
  padding: 0.5em 1.5em;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.sandbox.right {
  left: unset;
  right: 0;
  background-color: red;
  color: #fff;
}
.container {
  width: 90% !important;
  margin: auto;
  max-width: 1380px !important;
}
.container.small {
  max-width: 1280px !important;
}
.container.thin {
  max-width: 1140px !important;
}
.float-right {
  float: right;
}
.content-wrapper {
  background: #fff;
  position: relative;
}
.content-wrapper.products-div {
  padding-top: 70px;
}
.content-wrapper.blog-div {
  padding-top: 0px;
}
.content-wrapper.checkout-div {
  padding-top: 60px;
}
.content-wrapper.faq-div {
  padding-top: 60px;
}
.content-wrapper.faq-div .container {
  max-width: 900px;
}
.content-wrapper.contact-div {
  padding-top: 60px;
}
.content-wrapper.contact-div section .container {
  max-width: 640px;
}
h1 {
  font-weight: normal;
  font-style: normal;
  line-height: 1.25em;
}
h2 {
  font-family: 'MarkPro-Medium';
  font-size: 36px;
  letter-spacing: 0.04px;
  text-align: left;
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: normal;
  font-style: normal;
}
h2.centered {
  text-align: center;
}
h2 span {
  display: block;
  font-size: 16px;
  font-family: 'MarkPro';
  margin-top: 20px;
}
h3 {
  font-family: 'MorebiRounded-Light';
  font-size: 60px;
  color: #58595B;
  letter-spacing: -0.12px;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  margin: 0px 0 50px 0;
  text-align: center;
}
h3 span {
  display: block;
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  margin: 30px auto 0;
  max-width: 600px;
  font-weight: normal;
}
h5 {
  font-family: 'MarkPro-Medium';
  font-size: 24px;
  letter-spacing: -0.05px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.subtitle {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 33px;
  margin: -50px 0 90px;
}
.btn-container.centered {
  text-align: center;
}
.btn {
  height: 48px;
  background: #F88D2A;
  border-radius: 10px;
  font-family: 'MorebiRounded-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.04px;
  padding: 0 30px;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn div {
  display: inline-block;
}
.btn.blog-filter {
  position: relative;
  z-index: 1;
}
.btn.btn-full {
  width: 100%;
}
.btn:hover {
  background: #e77308;
}
.btn.disabled {
  background: #ccc;
  cursor: default;
}
.btn.loading {
  background: #ccc;
}
.btn.show-bread {
  float: right;
  display: none;
  margin-right: 0px;
}
.btn i {
  font-size: 28px;
  float: left;
  margin-right: 12px;
  line-height: 46px;
}
.btn.btn-primary.white {
  background: #fff;
  color: #F88D2A;
}
.btn.btn-primary.white:hover {
  background: #fafafa;
}
.btn.btn-primary.border {
  background: none;
  color: #F88D2A;
  border: 1px solid #F88D2A;
}
.btn.btn-primary.border:hover {
  background-color: #F88D2A;
  color: #fff;
}
.btn.btn-secondary {
  background: #FFFFFF;
  border: 2px solid #58595B;
  border-radius: 10px;
  font-family: 'MorebiRounded-Medium';
  font-size: 18px;
  color: #58595B;
  letter-spacing: -0.26px;
  padding: 0 20px;
  line-height: 48px;
  height: 50px;
}
.btn.btn-secondary.btn-table {
  display: table;
  margin-bottom: 20px;
}
.btn.btn-secondary.blue {
  background: none;
  border-color: #F88D2A;
  color: #F88D2A;
}
.btn.btn-secondary.blue:hover {
  background: #F88D2A;
  color: #fff;
}
.btn.btn-secondary.white {
  background: none;
  border-color: #fff;
  color: #fff;
}
.btn.btn-secondary.white:hover {
  color: #F88D2A;
  background: #fff;
}
.btn.btn-secondary.border {
  background: none;
  color: #fff;
  border-color: #fff;
}
.btn.btn-secondary i {
  float: right;
  margin-left: 10px;
  margin-right: 0px;
  font-size: 18px;
}
header {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
header #menu {
  position: fixed;
  left: 0;
  top: 0px;
  padding: 20px 0px;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.36) 100%);
}
header #menu .menu-container {
  display: table;
  margin: 32px auto 0;
  z-index: 10;
  position: relative;
}
header #menu .menu-container:hover .menu li {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.6;
}
header #menu .menu-container:hover .menu li.selected {
  opacity: 1;
}
header #menu .menu-container:hover .menu li:hover {
  opacity: 1;
}
header #menu .menu-container .menu {
  list-style: none;
}
header #menu .menu-container .menu li {
  float: left;
  margin: 0 20px;
  font-family: 'MorebiRounded-Medium';
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: capitalize;
}
header #menu .menu-container .menu li a {
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  position: relative;
}
header #menu .menu-container .menu li a .bubble {
  position: absolute;
  background: #F88D2A;
  color: #fff;
  top: 0;
  width: 170px;
  padding: 5px;
  font-size: 12px;
  border-radius: 10px;
  margin-left: 10px;
  margin-top: -5px;
  text-transform: none;
}
header #menu .menu-container .menu li.selected {
  color: #1CCFC9;
}
header #menu .submenu-container {
  background: #fff;
  height: 0px;
  overflow: hidden;
  border-bottom-color: #D1D3D4;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  border-top-color: #D1D3D4;
  border-top-style: solid;
  border-top-width: 0px;
  top: 0px;
  position: absolute;
  -webkit-transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: fixed;
  width: 100%;
  left: 0;
  top: 70px;
}
header #menu .submenu-container ul.submenu {
  list-style: none;
  width: auto;
  display: table;
  margin: auto;
}
header #menu .submenu-container ul.submenu li {
  float: left;
  text-align: center;
  font-family: 'MarkPro-Light';
  font-size: 20px;
  color: #BCBEC0;
  padding: 10px 30px;
  font-weight: normal;
  width: auto;
  margin: 5px 0;
}
header #menu .submenu-container ul.submenu li a {
  text-decoration: none;
}
header #menu .submenu-container ul.submenu li img {
  height: 110px;
  margin: 0px auto -15px;
  display: block;
}
header #menu .submenu-container ul.submenu li.selected {
  color: #1CCFC9;
}
header .text {
  max-width: 500px;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 0;
}
header .text .btn {
  position: relative;
  color: #fff;
  border-color: #fff;
  background: none;
  right: auto;
  bottom: auto;
  height: 60px;
  line-height: 60px;
  margin-top: 60px;
  font-size: 20px;
  letter-spacing: -0.14px;
  text-align: center;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
header .text h1 {
  font-family: 'MorebiRounded-Light';
  font-size: 60px;
  letter-spacing: -0.12px;
  margin-bottom: 30px;
  max-width: 550px;
  margin: auto;
}
header .text .subtext {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 33px;
  max-width: 550px;
  margin: auto;
  width: 80%;
}
header .header-icons {
  position: absolute;
  right: 20px;
  top: 44px;
}
header .header-icons .header-icon {
  float: left;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  text-decoration: none;
  color: #fff;
  margin: 0 10px;
  font-size: 34px;
  line-height: 1em;
  position: relative;
}
header .header-icons .header-icon.change-location .code {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  position: absolute;
  top: 0;
  left: -4px;
  width: 20px;
  height: 20px;
  background-color: #f5a768;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 8px;
  font-family: 'MarkPro-Medium';
  overflow: hidden;
  color: #010101;
  text-transform: uppercase;
}
header .header-icons .header-icon.basket.empty .counter {
  opacity: 0;
}
header .header-icons .header-icon.basket .counter {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  background-color: #F88D2A;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 0.3em;
  font-family: 'MarkPro-Book';
  /*text-indent: -111em;*/
  overflow: hidden;
}
header .bg-image {
  position: absolute;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
header .btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
header #menu {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 11;
  height: 100px;
}
header #menu .logo {
  position: absolute;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: 60px;
  left: 30px;
  top: 25px;
  display: block;
}
header #menu .logo svg {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  height: 100%;
  display: block;
}
header #menu .logo svg path {
  fill: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header #menu.hidden {
  top: -75px;
}
header #menu .menu-container .menu li {
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.white #menu,
header.alwaysWhite #menu,
header.withSubmenu #menu {
  background: #fff;
  height: 70px;
  padding: 16px 0px 0;
}
header.white #menu .logo,
header.alwaysWhite #menu .logo,
header.withSubmenu #menu .logo {
  height: 38px;
  top: 15px;
}
header.white #menu .logo svg,
header.alwaysWhite #menu .logo svg,
header.withSubmenu #menu .logo svg {
  height: 100%;
  width: auto;
}
header.white #menu .logo svg path,
header.alwaysWhite #menu .logo svg path,
header.withSubmenu #menu .logo svg path {
  fill: #010101;
}
header.white #menu .logo svg path.magenta,
header.alwaysWhite #menu .logo svg path.magenta,
header.withSubmenu #menu .logo svg path.magenta {
  fill: #EC3F97;
}
header.white #menu .menu-container,
header.alwaysWhite #menu .menu-container,
header.withSubmenu #menu .menu-container {
  margin: 8px auto 23px;
}
header.white #menu .menu-container .menu li,
header.alwaysWhite #menu .menu-container .menu li,
header.withSubmenu #menu .menu-container .menu li {
  color: #58595B;
}
header.white #menu .menu-container .menu li.selected,
header.alwaysWhite #menu .menu-container .menu li.selected,
header.withSubmenu #menu .menu-container .menu li.selected {
  color: #F88D2A;
}
header.white .header-icons,
header.alwaysWhite .header-icons,
header.withSubmenu .header-icons {
  top: 20px;
}
header.white .header-icons .header-icon,
header.alwaysWhite .header-icons .header-icon,
header.withSubmenu .header-icons .header-icon {
  color: #58595B;
  font-size: 28px;
}
header.withSubmenu #menu .submenu-container {
  height: auto;
  border-bottom-color: #efefef;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: #efefef;
  border-top-style: solid;
  border-top-width: 1px;
}
header.withSubmenu #menu .submenu-container li {
  opacity: 1;
}
header.withSubmenu #menu .submenu-container li a {
  color: #58595B;
}
header.withSubmenu #menu .submenu-container li:hover {
  opacity: 1;
}
header.withSubmenu #menu .submenu-container li:hover a {
  color: #F88D2A;
}
header.alwaysWhite {
  height: 70px;
}
header.alwaysWhite #menu {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header video {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 0;
  width: 100%;
}
.home-body.hasAlert header #menu,
.home-body.hasAlert header video {
  top: 60px;
}
.home-body header #menu.hidden {
  top: -75px;
}
.home-body.hasAlert header.withSubmenu #menu .submenu-container {
  top: 130px;
}
.bread {
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 70px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.bread .inner {
  margin-top: -70px;
  height: 90px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  background-color: #FCFCFC;
}
.bread .close {
  transform: rotate(45deg);
  font-size: 32px;
  display: none;
  text-decoration: none;
  margin-right: -200px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 20px;
  top: 15px;
}
.bread .title {
  font-family: 'MorebiRounded-Light';
  font-size: 32px;
  color: #58595B;
  letter-spacing: -0.06px;
  text-align: left;
  line-height: 50px;
}
.bread .right {
  float: right;
  clear: both;
}
.bread.stick {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.bread.stick .inner {
  margin-top: 0px;
}
.bread.stickWithMenu {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
}
.bread.stickWithMenu .inner {
  margin-top: 0px;
}
.bread .btn {
  float: right;
}
.bread .btn.onMobile {
  display: none;
}
.bread .float-right .select2 {
  margin-right: 20px;
}
.bread .float-right .select2#bread-product {
  width: 350px !important;
}
.bread .float-right .select2.small {
  width: 70px !important;
}
.row {
  width: 100%;
}
.row .col {
  float: left;
  position: relative;
}
.row .col.centered {
  text-align: center;
  padding: 0 30px;
}
.row .col .inner-col {
  padding: 0 22%;
}
.row .col.col-25 {
  width: 25%;
}
.row .col.col-33 {
  width: 33.33333%;
}
.row .col.col-50 {
  width: 50%;
}
.row .col.col-66 {
  width: 66.6666%;
}
.row .col.col-75 {
  width: 75%;
}
.row .col.fullwidth .image-container {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.row .col.fullwidth .image-container .img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.row .col.fullwidth .image-container.contain .img {
  background-size: contain;
  background-position: center left;
  height: 100%;
  max-height: 700px;
}
.row .col.fullwidth .image-container video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.row .col.simple .image-container {
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
.row .col.simple .image-container .img {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.row .col.simple .image-container.contain ul.image-slider {
  list-style: none;
  width: 1000%;
  height: 520px;
}
.row .col.simple .image-container.contain ul.image-slider li {
  float: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #BCBEC0;
  width: 10%;
  height: 100%;
  border-radius: 10px;
}
.row .col.simple .image-container.contain ul.image-slider li:nth-child(1) {
  background-size: contain;
}
.row .col.simple .image-container.contain .thumbs {
  display: table;
  margin: 20px auto;
}
.row .col.simple .image-container.contain .thumbs ul {
  list-style: none;
}
.row .col.simple .image-container.contain .thumbs ul li {
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #D5D5D5;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}
.row .col.simple .image-container.contain .thumbs ul li.current {
  border-color: #1CCFC9;
}
.row .col.simple .image-container.contain .img {
  background-size: contain;
  height: 100%;
  max-height: 700px;
}
.row .col.simple .image-container video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.row .col .image-container .img.disabled .not-available {
  font-size: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(208, 208, 208, 0.7);
  color: #fff;
}
.row .col .image-container .img.disabled .not-available i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.row.table {
  display: table;
}
.row.table .col {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.row.table .col.float-right {
  float: right;
}
.row.table .col.price-col {
  width: 120px;
  text-align: right;
}
.row.switch {
  height: 600px;
}
.row.switch h2 a {
  text-decoration: none;
}
.row.switch.oneDirection {
  direction: rtl;
}
.row.switch.oneDirection .col {
  direction: ltr;
}
.row.switch:not(.oneDirection):nth-child(2n+1) {
  direction: rtl;
}
.row.switch:not(.oneDirection):nth-child(2n+1) .image-container.contain .img {
  background-position: right center;
}
.row.switch:not(.oneDirection):nth-child(2n+1) .col {
  direction: ltr;
}
.row.switch:not(.oneDirection):nth-child(2n+1) .col .inner-col {
  padding-right: 15%;
}
.row.switch:not(.oneDirection):nth-child(2n+1) .col .inner-col h2 {
  margin-bottom: 20px;
}
.row.switch:not(.oneDirection):nth-child(2n+1) .col.fullwidth .image-container {
  left: auto;
  right: 0;
}
.row.switch:not(.oneDirection):nth-child(2n+2) .col .inner-col {
  padding-left: 15%;
}
.expand-list,
.section-text ul {
  list-style: none;
  width: 100%;
  counter-reset: count;
  margin-bottom: 30px;
}
.expand-list > li,
.section-text ul > li {
  display: block;
  counter-increment: count;
  margin: 10px 0;
}
.expand-list > li .title,
.section-text ul > li .title,
.expand-list > li pre,
.section-text ul > li pre,
.expand-list > li .pre,
.section-text ul > li .pre {
  font-family: 'MarkPro-Medium';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  white-space: normal;
}
.expand-list > li .title:before,
.section-text ul > li .title:before,
.expand-list > li pre:before,
.section-text ul > li pre:before,
.expand-list > li .pre:before,
.section-text ul > li .pre:before {
  background: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  text-align: center;
  line-height: 30px;
  content: '\e90b';
  font-family: 'uniflower';
  font-size: 16px;
  border: 1px solid #58595B;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expand-list > li .title.with-checkbox,
.section-text ul > li .title.with-checkbox,
.expand-list > li pre.with-checkbox,
.section-text ul > li pre.with-checkbox,
.expand-list > li .pre.with-checkbox,
.section-text ul > li .pre.with-checkbox {
  padding-left: 0;
}
.expand-list > li .title.with-checkbox:before,
.section-text ul > li .title.with-checkbox:before,
.expand-list > li pre.with-checkbox:before,
.section-text ul > li pre.with-checkbox:before,
.expand-list > li .pre.with-checkbox:before,
.section-text ul > li .pre.with-checkbox:before {
  display: none;
}
.expand-list > li .title span.price,
.section-text ul > li .title span.price,
.expand-list > li pre span.price,
.section-text ul > li pre span.price,
.expand-list > li .pre span.price,
.section-text ul > li .pre span.price {
  float: right;
  font-family: 'MarkPro-Bold';
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.expand-list > li .text,
.section-text ul > li .text,
.expand-list > li > ul li,
.section-text ul > li > ul li {
  font-family: 'MarkPro-Light';
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  margin: 10px 0 0 50px;
  border-left: 2px solid #f5a768;
  padding-left: 20px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expand-list > li.selected .title:before,
.section-text ul > li.selected .title:before,
.expand-list > li.selected pre:before,
.section-text ul > li.selected pre:before {
  background-color: #f5a768;
  color: #fff;
  border-color: #f5a768;
  transform: rotate(45deg);
}
.expand-list > li.selected .title span.price,
.section-text ul > li.selected .title span.price,
.expand-list > li.selected pre span.price,
.section-text ul > li.selected pre span.price {
  color: #f5a768;
}
.expand-list > li.selected .text,
.section-text ul > li.selected .text,
.expand-list > li.selected > ul li,
.section-text ul > li.selected > ul li {
  max-height: 1000px;
}
.expand-list.withLine li,
.section-text ul.withLine li {
  border-bottom: 1px solid #D1D3D4;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.expand-list.number li .title:before,
.section-text ul.number li .title:before {
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  text-align: center;
  line-height: 30px;
  content: counter(count);
  border: none;
  font-family: 'MarkPro-Medium';
  transform: none !important;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.expand-list.number li.selected .title:before,
.section-text ul.number li.selected .title:before {
  background-color: #1CCFC9;
  color: #fff;
}
.expand-list.number li.selected .text,
.section-text ul.number li.selected .text {
  max-height: 1000px;
}
.section-text {
  font-family: "MarkPro-Light";
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 20px;
}
.section-text > ul {
  margin-top: 40px;
}
.section-text ul > li > ul {
  margin-bottom: 0;
}
.section-text ul > li > ul .detail {
  line-height: 2em;
  float: left;
  width: 33.333%;
  padding-right: 10px;
  margin-top: 10px;
}
.section-text ul > li > ul .detail.right {
  float: right;
  text-align: right;
  color: #000;
  font-family: 'MarkPro-Bold';
}
.section-text ul > li > ul .detail i {
  font-size: 20px;
}
.section-text .price {
  font-size: 32px;
  margin-top: 30px;
  font-family: 'MarkPro-Bold';
  margin-bottom: 30px;
}
.section-text .price span {
  display: block;
  font-size: 14px;
  font-family: 'MarkPro-Book';
}
.section-text .available-from {
  font-size: 24px;
  margin-top: 30px;
  font-family: 'MarkPro-Bold';
  margin-bottom: 30px;
}
.section-text .available-from span {
  display: block;
  font-size: 14px;
  font-family: 'MarkPro-Book';
}
.section-text .more-items {
  font-size: 18px;
  margin-top: -20px;
  padding-left: 40px;
  margin-bottom: 20px;
  text-align: right;
}
.section-text .btn-basket span {
  font-size: 10px;
  line-height: 1em;
  margin-right: 5px;
}
.single-link {
  font-family: 'MarkPro-Book';
  font-size: 16px;
  letter-spacing: 0;
  color: #58595B;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.single-link:hover {
  color: #1CCFC9;
}
footer {
  padding: 100px 0 80px;
  position: relative;
  background: #fff;
}
footer .container {
  max-width: 1380px !important;
}
footer .bg-image {
  background: url(../images/footer-bg.png) no-repeat scroll bottom center transparent;
  background-size: cover;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
footer .overlay {
  background: #444;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer .color {
  background: #986b58;
  opacity: 0.8;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
footer .footer-col {
  width: 50%;
  float: left;
  color: #F1F2F2;
  z-index: 2;
  position: relative;
  padding-right: 0px;
}
footer .footer-col:nth-child(1) {
  width: 60%;
}
footer .footer-col:nth-child(2) {
  padding-right: 0;
  padding-left: 90px;
  width: 40%;
}
footer .footer-col .col-33 {
  float: left;
  width: 30%;
}
footer .footer-col .col-33.last {
  width: 40%;
}
footer .footer-col .col-100 {
  float: none;
  width: 100%;
}
footer .footer-col .input-group {
  width: 100%;
}
footer .footer-col .input-group input {
  float: none;
  color: #fff;
  border-color: #fff;
  background: none;
  width: 280px;
}
footer .footer-col .input-group .btn {
  float: left;
  margin-left: 20px;
}
footer .footer-col .checkbox-container {
  font-size: 14px;
  color: #fff;
  padding-left: 35px;
}
footer .footer-col .checkbox-container input {
  display: none;
}
footer .footer-col .checkbox-container .checkmark {
  border-color: #fff;
  width: 25px;
  height: 25px;
}
footer .footer-col .checkbox-container .checkmark:after {
  left: 8px;
  top: 5px;
}
footer .footer-col label.error {
  margin-top: 0;
}
footer .footer-col .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
footer .footer-col ul {
  list-style: none;
}
footer .footer-col ul li {
  display: block;
  font-family: 'MarkPro-Book';
  font-size: 16px;
  color: #F1F2F2;
  letter-spacing: 0;
  line-height: 28px;
}
footer .footer-col ul li a {
  color: inherit;
  text-decoration: none;
}
footer .footer-col ul li:hover {
  color: #fff;
}
footer .footer-col ul.socials li {
  font-size: 28px;
  line-height: 52px;
}
footer .footer-col ul.socials li:nth-child(1) {
  line-height: 62px;
  font-size: 40px;
}
footer .footer-col .designatives {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  margin-top: 50px;
}
footer .footer-col .designatives span {
  float: left;
  margin-right: 10px;
}
footer .footer-col .designatives img {
  float: left;
  margin-top: -3px;
}
ul.socials {
  margin-top: 120px;
}
ul.socials li {
  float: left;
  display: inline-block;
  font-size: 28px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 52px;
}
ul.socials li a {
  text-decoration: none;
}
ul.socials li:nth-child(1) {
  line-height: 62px;
  font-size: 40px;
}
section {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
section.grey-section {
  background: #F1F2F2;
}
section.double-padding {
  padding: 150px 0;
}
section.no-padding {
  padding: 0px 0;
}
section.switched-rows {
  padding-top: 0;
  padding-bottom: 0px;
}
section.message-section {
  padding-top: 0;
}
section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.image-section {
  display: table;
  min-height: 450px;
}
section.image-section .text {
  display: table-cell;
  vertical-align: middle;
  font-family: 'MarkPro-Light';
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  position: relative;
}
section.image-section .text .inner {
  max-width: 800px;
  margin: auto;
  width: 80%;
}
section.image-section .text .inner.big {
  font-family: 'MarkPro-Medium';
  font-size: 60px;
  letter-spacing: -0.12px;
  line-height: 72px;
  margin-bottom: 40px;
}
section.image-section .text h3 {
  color: #fff;
}
section.image-section .text h4 {
  font-family: 'MarkPro-Medium';
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 52px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 60px;
}
section.image-section.big {
  min-height: 0;
  padding: 200px 0;
}
section.image-section .col {
  font-family: 'MorebiRounded-Medium';
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 27px;
}
.productView .quantity {
  margin-bottom: 30px;
}
.section-list.zebra section {
  padding: 120px 0;
}
.section-list.zebra section:nth-child(even) {
  background: #F1F2F2;
}
.section-list.zebra section .row .col.centered {
  text-align: center;
}
.section-list.zebra section .row .col .title {
  font-family: 'MarkPro-Medium';
  font-size: 36px;
  letter-spacing: -0.07px;
  margin-bottom: 25px;
}
.section-list.zebra section .row .col .text {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  padding-right: 100px;
}
.sizes-section {
  border-top: 2px solid #BCBEC0;
  margin-top: 200px;
}
.sizes-section .btn-container.specification {
  margin-top: -107px;
  margin-bottom: 80px;
}
.specification-text {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.specification-text h4 {
  font-size: 26px;
  margin: 20px 0;
  font-family: 'MorebiRounded-Bold';
  font-weight: normal;
}
.specification-text ul {
  margin-left: 10px;
  list-style: none;
}
.specification-text ul li {
  margin-bottom: 15px;
}
.sizes-section .btn-specification .icon-minus {
  display: none;
}
.sizes-section .btn-specification .icon-plus-bold {
  display: block;
}
.sizes-section.opened .specification-text {
  max-height: 10000px;
  padding: 50px 0;
}
.sizes-section.opened .btn-specification .icon-minus {
  display: block;
}
.sizes-section.opened .btn-specification .icon-plus-bold {
  display: none;
}
.slider-container {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.slider-container .inner {
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.slider-container .inner .slider {
  list-style: none;
  width: 10000%;
}
.slider-container .inner .slider li {
  width: 0.25%;
  float: left;
  padding: 0 40px;
  position: relative;
}
.slider-container .inner .slider li a {
  color: inherit;
  text-decoration: none;
}
.slider-container .inner .slider li .img {
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider-container .inner .slider li .title {
  font-family: 'MarkPro-Bold';
  font-size: 20px;
  color: #58595B;
  text-align: center;
}
.slider-container .inner .slider.nowidth li {
  width: auto;
}
.slider-container.size-slider .inner {
  width: calc(80% - 180px);
  float: left;
  margin-left: 10%;
  margin-right: 20px;
}
.slider-container.size-slider .inner .slider li {
  padding: 0 10px;
  cursor: pointer;
}
.slider-container.size-slider .inner .slider li.selected .price,
.slider-container.size-slider .inner .slider li.selected .title {
  color: #58595B;
}
.slider-container.size-slider .inner .slider li .img {
  height: 160px;
}
.slider-container.size-slider .inner .slider li .img img {
  max-height: 100%;
  display: table;
  margin: auto;
}
.slider-container.size-slider .inner .slider li .title {
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  color: #BCBEC0;
  text-align: center;
  margin: 25px 0 5px;
}
.slider-container.size-slider .inner .slider li .price {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  color: #58595B;
  text-align: center;
}
.slider-container.size-slider .inner .slider li .product:hover .price,
.slider-container.size-slider .inner .slider li .product:hover .title {
  color: #58595B;
}
.slider-container.size-slider .inner:before {
  left: -200px;
  content: '';
  top: 0;
  height: 100%;
  width: 100px;
  position: absolute;
  background: -moz-linear-gradient(left, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slider-container.size-slider .inner:after {
  right: -200px;
  content: '';
  top: 0;
  height: 100%;
  width: 100px;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  z-index: 1;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slider-container.size-slider .inner.left:before {
  left: 0;
}
.slider-container.size-slider .inner.left:after {
  right: -200px;
}
.slider-container.size-slider .inner.right:before {
  left: -200px;
}
.slider-container.size-slider .inner.right:after {
  right: 0px;
}
.slider-container.size-slider .custom {
  float: left;
  padding: 0 10px;
  width: 180px;
}
.slider-container.size-slider .custom .title {
  width: 160px;
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  color: #BCBEC0;
  text-align: center;
  margin: 25px 0 5px;
}
.slider-container.size-slider .custom .price {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  color: #58595B;
  text-align: center;
}
.slider-container.size-slider .custom .custom-size {
  border: 1px solid #BCBEC0;
  border-radius: 10px 10px 10px 10px;
  width: 160px;
  height: 165px;
  padding: 15px;
}
.slider-container.size-slider .custom .custom-size .title {
  font-family: 'MarkPro-Light';
  font-size: 13px;
  color: #58595B;
  text-align: center;
  margin: 0;
  padding: 0;
  width: auto;
}
.slider-container.size-slider .custom .custom-size .input-group {
  position: relative;
  width: 100%;
}
.slider-container.size-slider .custom .custom-size .input-group input {
  width: 100%;
  padding: 0 5px 0 25px;
  margin-top: 10px;
  line-height: 40px;
  font-size: 14px;
}
.slider-container.size-slider .custom .custom-size .input-group input.customerror {
  border: 1px solid red;
}
.slider-container.size-slider .custom .custom-size .input-group span {
  position: absolute;
  left: 10px;
  font-size: 10px;
  top: 25px;
}
.slider-container.size-slider .custom.selected .custom-size {
  border-color: #1CCFC9;
}
input {
  background: #FFFFFF;
  border: 1px solid #bcbec0;
  border-radius: 10px;
  font-family: 'MarkPro-Light' !important;
  font-size: 18px;
  color: #444;
  text-align: left;
  line-height: 46px !important;
  padding: 0 15px !important;
}
input.fullwidth {
  width: 100%;
}
input:focus {
  outline: none;
}
.bouquet-price-container {
  float: left;
  margin-right: 20px;
}
.bouquet-price-container label {
  margin-bottom: 20px;
}
.input-group .bouquet-price {
  width: 148px;
  padding-right: 50px;
  box-shadow: 0 0 10px 0 rgba(212, 225, 231, 0.8);
}
.input-group .input-addon {
  float: none;
  background: #bcbec0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  line-height: 48px;
  display: inline-block;
  padding: 0 10px;
  margin-left: -40px;
  width: 40px;
  text-align: center;
  font-family: 'MarkPro-Medium';
  color: #fff;
}
textarea {
  background: #FFFFFF;
  border: 1px solid #bcbec0;
  border-radius: 10px;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #444;
  text-align: left;
  padding: 15px !important;
  width: 100%;
  min-height: 190px;
  resize: none;
}
textarea:focus {
  outline: none;
}
#contact-form {
  margin-top: 30px;
}
#contact-form input {
  margin-bottom: 30px;
}
#contact-form textarea {
  margin-bottom: 40px;
}
#contact-form .btn-container {
  margin-bottom: 80px;
  margin-top: 60px;
}
.arrows .arrow {
  position: absolute;
  width: 15px;
  height: 30px;
  transform: translateY(-50%);
  top: 35%;
  text-decoration: none;
}
.arrows .arrow i {
  font-size: 30px;
  color: #58595B;
  opacity: 0.8;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.arrows .arrow:hover i {
  opacity: 1;
}
.arrows .arrow.arrow-left {
  left: 60px;
}
.arrows .arrow.arrow-right {
  right: 60px;
}
.features-section {
  padding-top: 140px;
}
.features-section.centered {
  width: 50%;
  margin: auto;
  display: table;
}
.features-section.centered .row .col-33 {
  width: 50%;
}
.features-section .start-title {
  font-family: 'MarkPro-Medium';
  font-size: 24px;
  color: #D1D3D4;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 60px;
}
.features-section .row .col-33 {
  padding: 0 30px;
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.features-section .row .col-33 .img {
  width: 100%;
  display: table;
  height: 135px;
}
.features-section .row .col-33 .img .img-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.features-section .row .col-33 .img .img-inner img {
  margin-bottom: 30px;
}
.features-section .row .col-33 .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 32px;
  letter-spacing: -0.06px;
  text-align: center;
  margin-bottom: 20px;
}
.features-section .row .col-33 a {
  color: inherit;
}
.features-section .row .col-25 {
  padding: 0 50px;
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
.features-section .row .col-25 .img {
  height: 170px;
  margin-bottom: 50px;
  position: relative;
}
.features-section .row .col-25 .img img {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.features-section .row .col-25 .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 18px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 24px;
}
.features-section .row .col-25 a {
  color: inherit;
}
.features-section.green {
  background: #1CCFC9;
  color: #fff;
  padding: 120px 0 90px;
}
.features-section.green .row .col-33 {
  text-align: left;
}
.features-section.green .row .col-33 .img {
  height: 135px;
  position: relative;
}
.features-section.green .row .col-33 .img img {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.features-section.green .row .col-33 .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: -0.06px;
  text-align: left;
  margin: 30px 0 20px;
}
.features-section.green .row .col-33 .text {
  border-left: 2px solid #fff;
  font-family: 'MarkPro-Book';
  font-size: 18px;
  color: #F1F2F2;
  letter-spacing: 0;
  line-height: 27px;
  padding-left: 20px;
}
.home-body .features-section {
  padding-top: 80px;
  margin-bottom: 0px;
}
.home-body section.image-section.big {
  margin: 120px 0 0;
}
.layers {
  position: relative;
  width: 900px;
  height: 700px;
  transform: scale(0.8);
  transform-origin: right center;
  counter-reset: layer;
}
.layers .layer {
  width: 898px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  counter-increment: layer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.layers .layer:before {
  background: #FFFFFF;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  left: 150px;
  top: 30%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  content: counter(layer);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.layers .layer.layer1 {
  background-image: url(../images/layers/layer1.png);
  height: 366px;
  z-index: 12;
  bottom: 90px;
}
.layers .layer.layer2 {
  background-image: url(../images/layers/layer2.png);
  height: 381px;
  z-index: 9;
  bottom: 75px;
}
.layers .layer.layer3 {
  background-image: url(../images/layers/layer3.png);
  height: 406px;
  z-index: 8;
  bottom: 65px;
}
.layers .layer.layer4 {
  background-image: url(../images/layers/layer4.png);
  height: 408px;
  z-index: 7;
  bottom: 45px;
}
.layers .layer.layer5 {
  background-image: url(../images/layers/layer5.png);
  height: 400px;
  z-index: 6;
  bottom: 50px;
  width: 896px;
  left: 2px;
}
.layers .layer.layer6 {
  background-image: url(../images/layers/layer6.png);
  height: 388px;
  z-index: 5;
  bottom: 70px;
}
.layers .layer.layer7 {
  background-image: url(../images/layers/layer7.png);
  height: 392px;
  z-index: 4;
  bottom: 55px;
}
.layers .layer.layer8 {
  background-image: url(../images/layers/layer8.png);
  height: 384px;
  z-index: 3;
  bottom: 60px;
}
.layers .layer.layer9 {
  background-image: url(../images/layers/layer9.png);
  height: 343px;
  z-index: 11;
  bottom: 0;
  width: 900px;
  left: 0;
}
.layers .layer.layer9:before {
  display: none;
}
.layers .layer.layer10 {
  background-image: url(../images/layers/layer10.png);
  height: 358px;
  z-index: 1;
  bottom: 91px;
  width: 900px;
  left: 0;
}
.layers .layer.layer10:before {
  display: none;
}
.layers.inview .layer.layer1,
.layers.expanded .layer.layer1 {
  bottom: 310px;
}
.layers.inview .layer.layer2,
.layers.expanded .layer.layer2 {
  bottom: 280px;
}
.layers.inview .layer.layer3,
.layers.expanded .layer.layer3 {
  bottom: 250px;
}
.layers.inview .layer.layer4,
.layers.expanded .layer.layer4 {
  bottom: 210px;
}
.layers.inview .layer.layer5,
.layers.expanded .layer.layer5 {
  bottom: 170px;
}
.layers.inview .layer.layer6,
.layers.expanded .layer.layer6 {
  bottom: 150px;
}
.layers.inview .layer.layer7,
.layers.expanded .layer.layer7 {
  bottom: 130px;
}
.layers.inview .layer.layer8,
.layers.expanded .layer.layer8 {
  bottom: 105px;
}
.layers.inview .layer.layer9,
.layers.expanded .layer.layer9 {
  bottom: 0;
}
.layers.inview .layer.layer10,
.layers.expanded .layer.layer10 {
  bottom: 91px;
}
.layers.inview .layer.before,
.layers.expanded .layer.before {
  transform: translateY(-100px);
}
.layers.inview .layer.after,
.layers.expanded .layer.after {
  transform: translateY(100px);
}
.layers.inview .layer.current:before,
.layers.expanded .layer.current:before {
  opacity: 1;
  top: 62%;
}
.gallery-images {
  width: 100%;
  list-style: none;
  margin-bottom: 50px;
}
.gallery-images li {
  float: left;
  width: 50%;
  padding: 20px;
}
.gallery-images li .galleryimage {
  padding-top: 100%;
  width: 100%;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-images li:nth-child(1) {
  width: 100%;
}
.gallery-images li:nth-child(1) .galleryimage {
  padding-top: 75%;
}
.blogposts {
  list-style: none;
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
  margin-top: 50px;
}
.blogposts .blogpost {
  float: left;
  width: calc(33.33333% - 20px);
  margin-bottom: 15px;
  margin-top: 15px;
  color: #fff;
  padding: 45px;
  height: 540px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blogposts .blogpost .blogimage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blogposts .blogpost .blogimage .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(25, 25, 25, 0.35);
  width: 100%;
  height: 100%;
}
.blogposts .blogpost:hover .blogimage {
  transform: scale(1.1);
}
.blogposts .blogpost .inner {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
.blogposts .blogpost .inner .text {
  display: table-cell;
  vertical-align: top;
}
.blogposts .blogpost .title {
  font-family: 'MarkPro-Medium';
  font-size: 32px;
  letter-spacing: -0.09px;
  position: relative;
  margin-bottom: 40px;
  max-width: 270px;
}
.blogposts .blogpost .title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  content: '';
  height: 1px;
  background-color: #fff;
}
.blogposts .blogpost .date {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
.blogposts .blogpost .category {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
.blogposts .blogpost .time {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
.blogposts .blogpost .time i {
  margin-right: 10px;
}
.blogposts .blogpost .btn {
  margin-top: 30px;
  position: absolute;
  bottom: 0px;
}
.blogposts .blogpost:nth-child(3n+1) {
  margin-right: 30px;
}
.blogposts .blogpost:nth-child(3n+3) {
  margin-left: 30px;
}
.blogposts.withBig .blogpost:nth-child(3n+3) {
  margin-left: 0px;
}
.blogposts.withBig .blogpost:nth-child(3n+2) {
  margin-right: 30px;
}
.blogposts.withBig .blogpost:nth-child(3n+1) {
  margin-left: 30px;
  margin-right: 0px;
}
.blogposts.withBig .blogpost:nth-child(1) {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.blogposts.withBig .blogpost:nth-child(1) .inner .text {
  vertical-align: bottom;
}
.blogposts.withBig .blogpost:nth-child(1) .inner .text .title {
  max-width: 600px;
}
.blogposts.withBig .blogpost:nth-child(1) .btn {
  position: relative;
  bottom: unset;
}
.article {
  width: 100%;
  padding: 0 240px;
  color: #58595B;
  border-bottom: 1px solid #BCBEC0;
}
.article p {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}
.article .image img {
  max-width: 100% !important;
}
.article h2 {
  font-size: 42px;
  letter-spacing: 0;
  line-height: 50px;
  margin-top: 30px;
  font-weight: normal;
  font-style: normal;
  font-family: 'MarkPro-Medium';
}
.article .image-container {
  width: 100%;
}
.article .image-container img {
  max-width: 100%;
  display: table;
  margin: 50px auto;
}
.content-body .content-wrapper,
.reviews-body .content-wrapper {
  padding-top: 100px;
}
.content-body .content-wrapper .container,
.reviews-body .content-wrapper .container {
  max-width: 900px;
}
.content-body p,
.reviews-body p {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  line-height: 32px;
  margin-top: 20px;
}
.content-body h2,
.reviews-body h2 {
  font-size: 42px;
  letter-spacing: 0;
  margin-top: 30px;
  line-height: 32px;
  font-weight: normal;
  font-style: normal;
  font-family: 'MarkPro-Medium';
}
.reviews-body .content-wrapper .container {
  max-width: 1100px;
}
.reviews-body .reviews-logo {
  margin-top: 15px;
  margin-bottom: 50px;
}
.reviews-body .reviews-logo img {
  height: 20px;
  float: left;
}
.reviews-body .reviews-logo span {
  float: left;
  margin-right: 10px;
}
section.article-header {
  height: 800px;
  position: relative;
  display: table;
}
section.article-header .article-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.article-header .inner {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
}
section.article-header .inner .container {
  max-width: 900px;
}
section.article-header .inner .title {
  font-family: 'MarkPro-Medium';
  font-size: 42px;
  letter-spacing: -0.09px;
  position: relative;
  margin-bottom: 40px;
}
section.article-header .inner .title:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 60px;
  content: '';
  height: 1px;
  background-color: #fff;
}
section.article-header .inner .date {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
section.article-header .inner .time {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: -0.07px;
  margin-bottom: 10px;
}
section.article-header .inner .time i {
  margin-right: 10px;
}
section.article-header .inner .socials {
  margin-top: 25px;
  display: none;
}
.related-section h2 {
  font-size: 32px;
}
.share-this {
  padding-bottom: 120px;
}
.share-this .title {
  font-family: 'MarkPro-Medium';
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  margin: 80px auto 45px auto;
  display: table;
}
.share-this .socials {
  display: table;
  margin: auto;
}
.share-this .socials li {
  border-color: #58595B;
}
.contact-row {
  margin: 80px 0;
  display: inline-block;
}
.contact-row .col {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
}
.contact-row .col .img {
  height: 54px;
  margin: auto;
  display: inline-block;
}
.contact-row .col .title {
  font-family: 'MorebiRounded-Bold';
  font-size: 32px;
  letter-spacing: -0.06px;
  margin: 35px 0 8px;
}
.contact-row .col a {
  text-decoration: none;
}
.filter {
  max-width: 700px;
  display: block;
  margin: 0 auto 100px;
}
.filter .select2-container {
  width: 100% !important;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.filter.specific .select2-container {
  opacity: 1;
}
.filter .input-group i {
  float: right;
  font-size: 20px;
  margin-top: -34px;
  position: relative;
  z-index: 1;
  margin-right: 18px;
  cursor: pointer;
}
.filter .btn-container {
  display: table;
  margin: 40px auto;
}
.filter .btn-container .btn {
  margin: 0 15px;
  text-transform: uppercase;
}
.filter .btn-container .btn.selected {
  background-color: #F88D2A;
  border-color: #F88D2A;
  color: #fff;
}
.arrows .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  font-size: 24px;
}
.arrows .arrow.arrow-left {
  left: 25px;
}
.arrows .arrow.arrow-right {
  right: 25px;
}
.checkout-content {
  display: table;
  width: 100%;
}
.checkout-content .checkout-cell {
  display: table-cell;
  vertical-align: top;
  width: 60%;
  padding: 40px;
}
.checkout-content .checkout-cell:nth-child(2) {
  width: 40%;
}
.checkout-content .checkout-cell .steps {
  width: 100%;
  list-style: none;
  counter-reset: count;
}
.checkout-content .checkout-cell .steps > li {
  counter-increment: count;
  margin-bottom: 50px;
}
.checkout-content .checkout-cell .steps > li .title {
  font-family: 'MarkPro-Medium';
  font-size: 24px;
  letter-spacing: -0.05px;
  margin: 15px 0;
  position: relative;
}
.checkout-content .checkout-cell .steps > li .title:before {
  content: counter(count);
  font-family: 'MarkPro-Medium';
  font-size: 30px;
  letter-spacing: -0.05px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #58595B;
  display: inline-block;
  line-height: 50px;
  margin-left: -85px;
  margin-right: 30px;
}
.checkout-content .checkout-cell .steps > li .title.noNum {
  margin-bottom: 20px;
  margin-top: 40px;
}
.checkout-content .checkout-cell .steps > li .title.noNum:before {
  display: none;
}
.checkout-content .checkout-cell .steps > li .selectedDock {
  width: 100%;
  height: 60%;
  display: none;
}
.checkout-content .checkout-cell .steps > li .selectedDock img {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 97%;
  border: 1px solid #bcbec0;
}
.checkout-content .checkout-cell .steps > li .delivery-times .no-delivery {
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 20px;
  width: 97%;
  border: 1px solid #bcbec0;
  font-size: 18px;
  text-align: center;
}
.checkout-content .checkout-cell .billing-container {
  display: none;
  margin-top: 80px;
}
.checkout-content .checkout-cell .StripeElement {
  border: 1px solid #D1D3D4;
  border-radius: 10px;
  font-family: 'MarkPro-Light';
  height: 40px;
  padding: 10px 12px;
}
.checkout-content .checkout-cell .form-group {
  width: calc(100% - 15px);
  margin: 10px 15px 10px 0;
  float: left;
}
.checkout-content .checkout-cell .form-group.half {
  width: calc(50% - 15px);
  float: left;
}
.checkout-content .checkout-cell .form-group input {
  width: 100%;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #58595B;
  text-align: left;
}
.checkout-content .checkout-cell .form-group .select2-container {
  width: 100% !important;
  float: left;
  margin-right: 30px;
}
.checkout-content .checkout-cell .form-group .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: 'MarkPro-Light';
  color: inherit;
}
.checkout-content .checkout-cell .cart-title {
  font-family: 'MarkPro-Medium';
  font-size: 24px;
  letter-spacing: 0;
  text-align: center;
  border-bottom: 1px solid #D1D3D4;
  padding: 30px 0;
}
.checkout-content .checkout-cell .cart-outer {
  background: #F1F2F2;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  height: auto;
}
.categories {
  width: 100%;
  max-width: 900px;
  margin: auto;
  list-style: none;
}
.categories li {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 0 25px;
  margin: 0px auto 50px auto;
}
.categories li:nth-child(3n+1) {
  clear: left;
}
.categories li a {
  text-decoration: none;
}
.categories li h3 {
  margin: 0;
  font-size: 30px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.categories li .img {
  margin-bottom: 20px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.categories li .img img {
  max-width: 90%;
  margin: auto;
}
.categories li .text {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 20px 0;
}
.categories li .btn {
  font-size: 18px;
}
.home-categories {
  width: 100%;
  list-style: none;
  margin: 0 auto 90px;
  max-width: 960px;
  display: table;
}
.home-categories li {
  width: 20%;
  text-align: center;
  font-family: 'MorebiRounded-Bold';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  float: left;
  padding: 10px;
}
.home-categories li .img {
  margin-bottom: 30px;
}
.home-categories li .img img {
  display: table;
  margin: auto;
  max-width: 100%;
}
.home-categories li a {
  text-decoration: none;
}
.home-categories li:hover {
  color: #F88D2A;
}
.sets {
  margin-bottom: 120px;
}
.sets h2 {
  margin-bottom: 20px;
}
.sets .row {
  padding-bottom: 100px;
  padding-top: 100px;
}
.sets .row .col .inner-col {
  padding: 0 60px;
}
.sets .shop-field {
  width: 100%;
}
.sets .shop-field select {
  width: 100%;
}
.sets .shop-field select.small {
  width: 70px !important;
}
.sets .shop-field .select2-container {
  display: block;
  margin-top: 20px;
}
.sets .shop-field .btn {
  float: right;
  width: calc(100% - 90px);
  margin-top: 20px;
}
.image-section .text {
  font-family: 'MarkPro-Light';
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
}
.image-section .text h2 {
  font-family: 'MarkPro-Medium';
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
}
.image-section .text h3 {
  font-family: 'MarkPro-Medium';
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: -0.12px;
  text-align: center;
  line-height: 72px;
  font-weight: bold;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #BCBEC0;
  border-radius: 10px;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #58595B;
  text-align: left;
  line-height: 48px;
  height: 48px;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  padding: 0 40px 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #58595B;
  font-size: 14px;
  font-family: 'uniflower';
  content: '\e91a';
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default.select2-container--disabled {
  width: auto !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background: none;
  border: none;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow {
  display: none;
}
.hamburger {
  display: none;
}
.hamburger .hamburger-box {
  width: 26px;
}
.hamburger .hamburger-box .hamburger-inner {
  width: 26px;
  height: 2px;
  background-color: #fff;
}
.hamburger .hamburger-box .hamburger-inner::before {
  width: 26px;
  height: 2px;
  /*top:-8px;*/
  background-color: #fff;
}
.hamburger .hamburger-box .hamburger-inner::after {
  width: 26px;
  height: 2px;
  /*bottom:-8px;*/
  background-color: #fff;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
header.mobileHeader {
  padding: 16px 0px 0;
}
header.mobileHeader .bg-image {
  background-attachment: scroll;
}
header.mobileHeader #menu .hidden {
  top: 0 !important;
}
header.mobileHeader #menu .menu-container {
  background: #fff;
  margin: -100vh 0 0 0;
  width: 100%;
  height: calc(100vh - 55px);
  overflow: auto;
  display: block;
  padding-bottom: 55px;
}
header.mobileHeader #menu .menu-container .menu li {
  float: none;
  color: #58595B;
  text-align: center;
  margin-top: 40px;
}
header.mobileHeader #menu .submenu-container {
  position: relative;
  height: auto;
  z-index: 10;
  background: none;
  max-width: 500px;
  margin: auto;
  top: 20px;
}
header.mobileHeader #menu .submenu-container ul.submenu li {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
header.mobileHeader #menu .logo {
  left: 50%;
  transform: translateX(-50%);
  height: 38px;
  top: 15px;
}
header.mobileHeader #menu .logo svg {
  height: 100%;
  width: auto;
}
header.mobileHeader #menu .logo svg path {
  fill: #fff;
}
header.mobileHeader .cart .basket {
  right: 20px;
  top: 21px;
}
header.mobileHeader .profile-header .profile {
  right: 50px;
  top: 21px;
}
header.mobileHeader .hamburger {
  display: inline-block;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 24px;
}
header.mobileHeader.mobileWhite #menu,
header.mobileHeader.alwaysWhite #menu {
  background: #fff;
  height: 70px;
  padding: 16px 0px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
header.mobileHeader.mobileWhite #menu .logo,
header.mobileHeader.alwaysWhite #menu .logo {
  height: 38px;
}
header.mobileHeader.mobileWhite #menu .logo svg,
header.mobileHeader.alwaysWhite #menu .logo svg {
  height: 100%;
  width: auto;
}
header.mobileHeader.mobileWhite #menu .logo svg path,
header.mobileHeader.alwaysWhite #menu .logo svg path {
  fill: #1CCFC9;
}
header.mobileHeader.mobileWhite #menu .menu-container .menu li,
header.mobileHeader.alwaysWhite #menu .menu-container .menu li {
  color: #58595B;
}
header.mobileHeader.mobileWhite #menu .menu-container .menu li.selected,
header.mobileHeader.alwaysWhite #menu .menu-container .menu li.selected {
  color: #1CCFC9;
}
header.mobileHeader.mobileWhite.menuOpened #menu .menu-container,
header.mobileHeader.alwaysWhite.menuOpened #menu .menu-container {
  margin: 54px auto 0;
}
header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner,
header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner {
  background: #58595B;
}
header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner:after,
header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner:after,
header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner:before,
header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner:before {
  background: #58595B;
}
header.mobileHeader.mobileWhite .cart .basket,
header.mobileHeader.alwaysWhite .cart .basket {
  color: #58595B;
  right: 30px;
  top: 20px;
  font-size: 28px;
}
header.mobileHeader.mobileWhite .profile-header .profile,
header.mobileHeader.alwaysWhite .profile-header .profile {
  color: #58595B;
  right: 30px;
  top: 20px;
  font-size: 28px;
}
header.mobileHeader.mobileWhite .profile-header .profile,
header.mobileHeader.alwaysWhite .profile-header .profile {
  color: #58595B;
  right: 50px;
  top: 20px;
  font-size: 28px;
}
body.noScroll {
  height: 100vh;
  overflow: hidden;
}
label.error,
.error {
  color: red;
  display: block;
  margin-top: 5px;
  font-family: 'MarkPro-Light';
  font-weight: normal;
}
.contact-div label.error {
  margin-top: -15px;
  margin-bottom: 15px;
}
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #58595B;
  text-align: left;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #BCBEC0;
  border-radius: 10px;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #efefef;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #F88D2A;
  border-color: #F88D2A;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbox-container label.error {
  margin-top: 5px;
}
.dotstyle {
  display: none;
}
.dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #F1F2F2;
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}
.dotstyle li a:focus {
  outline: none;
}
.dotstyle-fillin li a {
  background-color: transparent;
  box-shadow: inset 0 0 0 10px #F1F2F2;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
.dotstyle-fillin li a:hover,
.dotstyle-fillin li a:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.dotstyle-fillin li.current a {
  box-shadow: inset 0 0 0 8px #1CCFC9;
}
.tabs {
  background: #F1F2F2;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  width: 420px;
  max-width: 90vw;
}
.tabs .tab {
  text-align: center;
  width: 50%;
  line-height: 55px;
  height: 55px;
  font-size: 20px;
  font-family: 'MarkPro-Medium';
  background: #D8D8D8;
  color: #B3B3B3;
  float: left;
  cursor: pointer;
}
.tabs .tab.selected {
  background: #F1F2F2;
  color: #58595B;
}
.tabs .tab-content {
  background: #F1F2F2;
  display: none;
  padding: 25px;
  clear: both;
  width: 100%;
  height: 100%;
}
.tabs .tab-content.selected {
  display: block;
}
.tabs .tab-content .info {
  font-family: 'MarkPro-Medium';
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 24px;
  display: block;
  clear: both;
  margin-top: 30px;
}
.tabs .tab-content .info i {
  margin-right: 10px;
}
.tabs .tab-content ul.separate-list {
  list-style: none;
  width: calc(100% + 20px);
  margin: 30px 0 30px -10px;
}
.tabs .tab-content ul.separate-list li {
  width: 33.333333%;
  float: left;
}
.tabs .tab-content ul.separate-list li .inner {
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #BCBEC0;
  font-family: 'MarkPro-Bold';
  font-size: 14px;
  color: #58595B;
  text-align: center;
  padding: 20px;
  margin: 0 10px;
  cursor: pointer;
}
.tabs .tab-content ul.separate-list li .image {
  height: 60px;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tabs .tab-content ul.separate-list li.selected .inner {
  border-color: #1CCFC9;
}
.set-info .image-container {
  height: 200px;
  width: 100%;
  margin: 40px 0 0;
  display: block;
}
.set-info .image-container.justmobile {
  display: none;
}
.set-info .image-container .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.contact-info {
  text-align: center;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: #58595B;
  padding-bottom: 60px;
}
.contact-info span {
  font-family: 'MarkPro-Medium';
  font-size: 18px;
  color: #58595B;
  text-align: center;
  display: block;
  margin-top: 5px;
}
.contact-info span i {
  color: #F88D2A;
}
.denied-checkout {
  text-align: center;
  width: 100%;
  padding: 20px 15px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  background: #f5a768;
}
.denied-checkout span {
  font-family: 'MarkPro-Bold';
}
.simple-button-plugin {
  height: 48px;
  background: #1CCFC9;
  border-radius: 10px;
  font-family: 'MorebiRounded-Medium';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: -0.04px;
  padding: 0 30px;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reviews-slider-container {
  width: calc(100% + 20px);
  padding-right: 20px;
  margin-left: -10px;
  overflow: hidden;
  position: relative;
}
.reviews-slider-container .arrows .arrow.arrow-left {
  left: 0px;
  top: 40%;
}
.reviews-slider-container .arrows .arrow.arrow-right {
  right: 0px;
  top: 40%;
}
.reviews {
  list-style: none;
  width: 1000%;
}
.reviews li {
  float: left;
  width: 2.5%;
  padding: 20px 10px 20px 30px;
}
.reviews li .quote {
  background: #F1F2F2;
  padding: 24px 24px 24px 40px;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 15px;
  background: url(../images/icons/quote.png) no-repeat scroll center center #F1F2F2;
  background-position: left 15px top 25px;
  min-height: 175px;
}
.reviews li .quote a.show-more {
  color: #F88D2A;
  font-family: 'MarkPro-Bold', sans-serif;
}
.reviews li .quote .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-height: 170px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reviews li .quote .inner .preview-text {
  display: block;
}
.reviews li .quote .inner .full-text {
  display: none;
}
.reviews li .quote img {
  float: left;
  margin-right: 6px;
}
.reviews li .quote.full .inner {
  max-height: 700px;
}
.reviews li .quote.full .inner .preview-text {
  display: none;
}
.reviews li .quote.full .inner .full-text {
  display: block;
}
.reviews li .quote.full a.show-more {
  display: none;
}
.reviews li .name {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  padding: 0 10px;
}
.reviews li .name span {
  font-family: 'MarkPro-Bold', sans-serif;
  color: #F88D2A;
  display: block;
}
.press-section {
  background: #F88D2A;
  position: relative;
  overflow: hidden;
}
.press-section .press-container {
  width: 100%;
}
.press-section .press-container ul {
  list-style: none;
  width: 1000%;
  position: relative;
}
.press-section .press-container ul li {
  float: left;
  width: 10%;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.press-section .press-container ul li .article {
  font-family: 'MarkPro-Medium';
  font-size: 28px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-bottom: 25px;
  border: none;
  position: relative;
}
.press-section .press-container ul li .article p {
  position: relative;
  display: inline-block;
}
.press-section .press-container ul li .article p:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  background: url(../images/press.png) no-repeat scroll center center;
  left: -40px;
  top: -20px;
}
.press-section .press-container ul li.active {
  opacity: 1;
}
.press-section .press-container ul li .btn {
  display: table;
  margin: auto;
  color: #fff;
  border-color: #fff;
}
.press-section .press-container ul li .btn:hover {
  color: #F88D2A;
  background: #fff;
}
.press-section .press-container .press-list {
  margin: 60px auto 0px;
  display: table;
}
.press-section .press-container .press-list .press-logo {
  float: left;
  width: 180px;
  padding: 0 15px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.press-section .press-container .press-list .press-logo.active {
  opacity: 1;
}
.press-section .press-container .press-list .press-logo .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 100%;
}
.header-contact {
  position: absolute;
  right: 100px;
  top: 52px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-contact a {
  margin-right: 40px;
  line-height: 15px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header-contact a img {
  float: left;
  margin-right: 10px;
}
.mobileWhite .header-contact,
.alwaysWhite .header-contact,
.withSubmenu .header-contact {
  top: 24px;
  right: 60px;
}
.mobileWhite .header-contact a,
.alwaysWhite .header-contact a,
.withSubmenu .header-contact a {
  color: #F88D2A;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
}
.banner {
  width: 100%;
  position: fixed;
  height: 60px;
  top: -60px;
  left: 0;
  background: #F88D2A;
  z-index: 12;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #fff;
}
.banner.warning {
  background: #F0C569;
  color: #000;
}
.banner.danger {
  background: #FD5068;
  color: #fff;
}
.banner.info {
  background: #3CA4FE;
  color: #fff;
}
.banner.show {
  top: 0;
}
.banner .banner-container {
  max-width: 800px;
  margin: auto;
  display: table;
  height: 100%;
}
.banner .banner-container .col {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.popup {
  background: rgba(48, 48, 48, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
.popup .popup-inner {
  background: #FFFFFF;
  width: 90%;
  max-width: 740px;
  border-radius: 8px;
  padding: 50px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popup .popup-inner .title {
  font-family: 'MorebiRounded-Medium';
  font-size: 42px;
  color: #010101;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
}
.popup .popup-inner .location {
  cursor: pointer;
}
.popup .popup-inner .text {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  color: #58595B;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-bottom: 25px;
}
.popup .popup-inner input#mce-EMAIL {
  background: #FFFFFF;
  border: 1px solid #BCBEC0;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #58595B;
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.popup .popup-inner .mc-embedded-subscribe {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.popup .popup-inner .close {
  transform: rotate(45deg);
  font-size: 32px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 20px;
  top: 15px;
}
.popup .popup-inner label.error {
  display: table;
  margin: auto;
}
.popup .popup-inner ul {
  list-style: none;
  margin: auto;
  display: table;
}
.popup .popup-inner ul li {
  text-align: center;
  font-size: 20px;
  line-height: 2em;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.popup .popup-inner ul li a {
  text-decoration: none;
}
.popup .popup-inner ul li.selected {
  font-family: 'MarkPro-Bold';
}
.popup .popup-inner ul li:hover {
  color: #F88D2A;
}
.popup.show {
  background: rgba(48, 48, 48, 0.72);
  display: block;
}
.popup.show .popup-inner {
  top: 50%;
}
.exit-popup {
  background: rgba(48, 48, 48, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
.exit-popup .exit-inner {
  background: #FFFFFF;
  width: 90%;
  max-width: 540px;
  border-radius: 8px;
  padding: 50px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.exit-popup .exit-inner .title {
  font-family: 'MorebiRounded-Medium';
  font-size: 42px;
  color: #F88D2A;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 25px;
}
.exit-popup .exit-inner .text {
  font-family: 'MarkPro-Light';
  font-size: 20px;
  color: #58595B;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-bottom: 25px;
}
.exit-popup .exit-inner input#mce-EMAIL {
  background: #FFFFFF;
  border: 1px solid #BCBEC0;
  font-family: 'MarkPro-Light';
  font-size: 18px;
  color: #58595B;
  text-align: left;
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.exit-popup .exit-inner .mc-embedded-subscribe {
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.exit-popup .exit-inner .close {
  transform: rotate(45deg);
  font-size: 32px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 20px;
  top: 15px;
}
.exit-popup .exit-inner label.error {
  display: table;
  margin: auto;
}
.exit-popup.show {
  background: rgba(48, 48, 48, 0.72);
  display: block;
}
.exit-popup.show .exit-inner {
  top: 50%;
}
.discount-popup {
  position: fixed;
  width: 250px;
  height: 200px;
  bottom: 30px;
  left: -250px;
  background: #F88D2A;
  border-radius: 10px;
  padding: 40px;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
.discount-popup:after {
  width: 55px;
  height: 112px;
  background: url(../images/discount.png) no-repeat scroll center center;
  content: '';
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.discount-popup .title {
  font-family: 'MorebiRounded-Medium';
  font-size: 25px;
  color: #FFFFFF;
  letter-spacing: -0.46px;
  line-height: 26px;
  margin-bottom: 25px;
}
.discount-popup .title span {
  font-family: 'MorebiRounded-Bold';
  display: block;
}
.discount-popup .text {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 21px;
  text-align: left;
}
.discount-popup .close {
  transform: rotate(45deg);
  font-size: 24px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  right: 20px;
  top: 15px;
  color: #fff;
}
.discount-popup.show {
  left: 30px;
}
.discount-popup.show:after {
  right: 55px;
  opacity: 0;
}
.reviews-row {
  width: 100%;
}
.reviews-row .col {
  float: left;
}
.reviews-row .col.left {
  width: 350px;
}
.reviews-row .col.right {
  width: calc(100% - 400px);
  padding-left: 50px;
}
.reviews-row .review-list {
  width: 100%;
  list-style: none;
}
.reviews-row .review-list li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #D1D3D4;
  padding: 20px 0;
}
.reviews-row .review-list li .category {
  font-family: 'MarkPro-Light';
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.reviews-row .review-list li .title {
  font-family: 'MarkPro-Bold';
  font-size: 24px;
  color: #58595B;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.reviews-row .review-list li .rating {
  margin-bottom: 20px;
}
.reviews-row .review-list li .text {
  font-size: 16px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
}
.reviews-row .review-list li .name {
  font-family: 'MarkPro-Bold';
  font-size: 14px;
  color: #BCBEC0;
  letter-spacing: 0;
  line-height: 22px;
}
.reviews-row .review-list li .name span {
  font-family: 'MarkPro-Light';
}
.reviews-row .summary {
  background: #F1F2F2;
  border-radius: 8px;
  width: 100%;
  padding: 40px;
}
.reviews-row .summary .avg {
  padding-bottom: 25px;
  margin-bottom: 15px;
  background: url(../images/icons/star-empty.svg) repeat-x center left transparent;
  height: 20px;
  width: 85px;
  position: relative;
}
.reviews-row .summary .avg .fill {
  background: url(../images/icons/star-full.svg) repeat-x center left transparent;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
.reviews-row .summary .title {
  font-family: 'MarkPro-Bold';
  font-size: 42px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 15px;
}
.reviews-row .summary .summary-list {
  width: 100%;
  list-style: none;
  border-top: 1px solid #D1D3D4;
}
.reviews-row .summary .summary-list li {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  font-size: 20px;
  color: #58595B;
  letter-spacing: 0;
  line-height: 30px;
}
.reviews-row .summary .summary-list li .indicator {
  width: calc(100% - 95px);
  height: 20px;
  background: #58595B;
  position: relative;
  float: left;
  margin-top: 4px;
}
.reviews-row .summary .summary-list li .indicator .bar {
  background: #1DCFC9;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.reviews-row .summary .summary-list li .stars {
  float: left;
  margin-right: 10px;
}
.login-body {
  height: 100vh;
  background: #FFD9B0FF;
}
.login-body .login-container {
  width: 90%;
  max-width: 1280px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  overflow: hidden;
  background: #fff;
  height: 90vh;
}
.login-body .login-container .row {
  width: 100%;
  display: table;
  height: 100%;
}
.login-body .login-container .row .col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.login-body .login-container .row .col.login-col {
  padding: 40px;
  text-align: center;
}
.login-body .login-container .row .col.login-col .form-group {
  margin: 20px auto;
  width: 80%;
}
.login-body .login-container .row .col.login-col .form-group input {
  width: 100%;
}
.login-body .login-container .row .col .map {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.login-body .login-container .row .col .map #map {
  width: 100%;
  height: 100%;
}
.login-body .login-container .row .col .map .login-alert {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.login-body .login-container .row .col .map .login-alert .login-alert-inner {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 50px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  max-width: 400px;
  width: 90%;
}
.login-body .login-container .row .col .map .login-alert .login-alert-inner .popup-close {
  float: right;
  text-decoration: none;
  margin-top: -30px;
  margin-right: -20px;
}
.login-body .login-container .row .col .map .login-alert .login-alert-inner.info {
  background: #3CA4FE;
  color: #fff;
}
.login-body .login-container .row .col .map .login-alert .login-alert-inner.warning {
  background: #F0C569;
  color: #000;
}
.login-body .login-container .row .col .map .login-alert .login-alert-inner.danger {
  background: #FD5068;
  color: #fff;
}
.search-popup .inner {
  width: 90%;
  max-width: 600px;
  margin: auto;
}
.search-popup .inner input {
  width: 100%;
}
.search-popup .inner .search-results {
  margin: 30px 0;
}
.search-popup .inner .search-results a {
  text-decoration: none;
}
.search-popup .inner .search-results .row {
  width: 100%;
  -webkit-box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  box-shadow: 0 20px 30px 0 rgba(40, 37, 59, 0.05);
  padding: 15px 0;
  display: table;
  text-decoration: none;
}
.search-popup .inner .search-results .row .col {
  font-size: 16px;
  font-family: 'MarkPro-Light';
  padding: 0 15px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.search-popup .inner .search-results .row .col .btn {
  font-size: 14px;
  padding: 0 17px 0 10px;
}
.search-popup .inner .search-results .row .col span {
  display: block;
  font-size: 12px;
  font-family: 'MarkPro-Bold';
}
.search-popup .inner .search-results .row .col img {
  width: 50px;
}
.search-popup .inner .search-results .row .col:nth-child(1) {
  width: 80px;
}
.search-popup .inner .search-results .row .col:nth-child(3) {
  font-size: 12px;
}
.badge {
  border-radius: 4px;
  text-align: center;
  padding: 4px 10px;
}
.badge.badge-created {
  background-color: #F0C569;
}
.badge.badge-approved {
  background-color: #8df069;
}
.order-info {
  font-size: 16px;
}
.order-info label {
  font-family: 'MarkPro-Bold';
  margin-right: 10px;
}
.order-info label i {
  margin-right: 10px;
}
.relatedProducts {
  padding: 100px 0 0;
  background: #f8f8f8;
  margin-top: 50px;
}
.justdesktop {
  display: initial;
}
.justmobile {
  display: none;
}
.custom-product {
  position: relative;
}
.custom-product:before {
  position: absolute;
  left: -9999px;
  right: -9999px;
  background: rgba(25, 25, 25, 0.05);
  content: '';
  height: 100%;
}
/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * {
    background: transparent !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media screen and (max-width: 1680px) {
  .layers-section .row .col.col-33 {
    width: 40%;
  }
  .layers-section .row .col.col-66 {
    width: 60%;
  }
  .layers {
    width: 600px;
    height: 500px;
    transform: scale(0.5);
    transform-origin: center;
  }
}
@media screen and (max-width: 1480px) {
  .home-body header {
    height: 56vw;
  }
  .article {
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .row.switch:nth-child(2n+2) .col .inner-col {
    padding-left: 0%;
  }
  .row.switch:nth-child(2n+1) .col .inner-col {
    padding-right: 0%;
  }
  .row .col .inner-col {
    padding: 0 10%;
  }
  .features-section.centered {
    width: 70%;
  }
  .checkout-content .checkout-cell:nth-child(1) {
    width: calc(100% - 500px);
  }
  .checkout-content .checkout-cell:nth-child(2) {
    width: 500px;
  }
  header #menu .submenu-container ul.submenu li img {
    height: 90px;
  }
  header.withSubmenu #menu .submenu-container {
    height: auto;
    max-height: 100%;
    border: none;
  }
}
@media screen and (max-width: 1600px) {
  header #menu .menu-container {
    margin: 32px auto 0 180px;
  }
  header.white #menu .menu-container,
  header.alwaysWhite #menu .menu-container,
  header.withSubmenu #menu .menu-container {
    margin: 8px auto 0 120px;
  }
}
@media screen and (max-width: 1320px) {
  .home-body header.withSubmenu #menu .submenu-container {
    top: 20px;
    max-height: 100%;
    border: none;
  }
  header #menu .submenu-container ul.submenu {
    margin-bottom: 30px;
  }
  header #menu .submenu-container ul.submenu li {
    float: none;
    padding: 0;
    margin-bottom: 5px;
  }
  header,
  header.mobileHeader {
    padding: 16px 0px 0;
  }
  header .bg-image,
  header.mobileHeader .bg-image {
    background-attachment: scroll;
  }
  header #menu .hidden,
  header.mobileHeader #menu .hidden {
    top: 0 !important;
  }
  header #menu .menu-container,
  header.mobileHeader #menu .menu-container {
    background: #fff;
    margin: -100vh 0 0 0 !important;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
    display: block;
    padding-bottom: 55px;
  }
  header #menu .menu-container .menu li,
  header.mobileHeader #menu .menu-container .menu li {
    float: none;
    color: #58595B;
    text-align: center;
    margin-top: 20px;
  }
  header #menu .submenu-container,
  header.mobileHeader #menu .submenu-container {
    position: relative;
    height: auto;
    z-index: 10;
    background: none;
    max-width: 500px;
    margin: auto;
    top: 20px;
  }
  header #menu .logo,
  header.mobileHeader #menu .logo {
    left: 50%;
    transform: translateX(-50%);
    height: 38px;
    top: 15px;
  }
  header #menu .logo svg,
  header.mobileHeader #menu .logo svg {
    height: 100%;
    width: auto;
  }
  header #menu .logo svg path,
  header.mobileHeader #menu .logo svg path {
    fill: #fff;
  }
  header .hamburger,
  header.mobileHeader .hamburger {
    display: inline-block;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 24px;
  }
  header.mobileWhite #menu,
  header.mobileHeader.mobileWhite #menu,
  header.alwaysWhite #menu,
  header.mobileHeader.alwaysWhite #menu {
    background: #fff;
    height: 70px;
    padding: 16px 0px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
  header.mobileWhite #menu .logo,
  header.mobileHeader.mobileWhite #menu .logo,
  header.alwaysWhite #menu .logo,
  header.mobileHeader.alwaysWhite #menu .logo {
    height: 38px;
  }
  header.mobileWhite #menu .logo svg,
  header.mobileHeader.mobileWhite #menu .logo svg,
  header.alwaysWhite #menu .logo svg,
  header.mobileHeader.alwaysWhite #menu .logo svg {
    height: 100%;
    width: auto;
  }
  header.mobileWhite #menu .logo svg path,
  header.mobileHeader.mobileWhite #menu .logo svg path,
  header.alwaysWhite #menu .logo svg path,
  header.mobileHeader.alwaysWhite #menu .logo svg path {
    fill: #010101;
  }
  header.mobileWhite #menu .menu-container .menu li,
  header.mobileHeader.mobileWhite #menu .menu-container .menu li,
  header.alwaysWhite #menu .menu-container .menu li,
  header.mobileHeader.alwaysWhite #menu .menu-container .menu li {
    color: #58595B;
  }
  header.mobileWhite #menu .menu-container .menu li.selected,
  header.mobileHeader.mobileWhite #menu .menu-container .menu li.selected,
  header.alwaysWhite #menu .menu-container .menu li.selected,
  header.mobileHeader.alwaysWhite #menu .menu-container .menu li.selected {
    color: #1CCFC9;
  }
  header.mobileWhite.menuOpened #menu .menu-container,
  header.mobileHeader.mobileWhite.menuOpened #menu .menu-container,
  header.alwaysWhite.menuOpened #menu .menu-container,
  header.mobileHeader.alwaysWhite.menuOpened #menu .menu-container {
    margin: 54px auto 0 !important;
  }
  header.mobileWhite .hamburger .hamburger-box .hamburger-inner,
  header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner,
  header.alwaysWhite .hamburger .hamburger-box .hamburger-inner,
  header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner {
    background: #58595B;
  }
  header.mobileWhite .hamburger .hamburger-box .hamburger-inner:after,
  header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner:after,
  header.alwaysWhite .hamburger .hamburger-box .hamburger-inner:after,
  header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner:after,
  header.mobileWhite .hamburger .hamburger-box .hamburger-inner:before,
  header.mobileHeader.mobileWhite .hamburger .hamburger-box .hamburger-inner:before,
  header.alwaysWhite .hamburger .hamburger-box .hamburger-inner:before,
  header.mobileHeader.alwaysWhite .hamburger .hamburger-box .hamburger-inner:before {
    background: #58595B;
  }
  .header-contact {
    right: 60px;
    top: 28px;
  }
  header .header-icons {
    top: 24px;
  }
  header .header-icons .header-icon {
    font-size: 28px;
  }
}
@media screen and (max-width: 1240px) {
  header #menu .submenu-container ul.submenu li {
    font-size: 16px;
  }
  header.withSubmenu #menu .submenu-container {
    height: 120px;
  }
  footer .footer-col .input-group input {
    width: auto;
  }
  .home-body .features-section {
    margin-bottom: 0;
  }
  .slider-container .inner .slider li {
    width: 0.333333%;
  }
  header #menu .submenu-container ul.submenu li img {
    height: 75px;
  }
  header #menu .submenu-container ul.submenu li {
    padding: 0 20px;
  }
  header #menu .submenu-container ul.submenu li img {
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 1180px) {
  .reviews li {
    width: 3.3333%;
  }
  .reviews li .quote .inner {
    max-height: 250px;
  }
  .features-section .row .col-25 {
    width: 50%;
    margin-bottom: 50px;
  }
  section {
    padding: 50px 0;
  }
  .features-section.green .row .col-33 .text {
    font-size: 16px;
    line-height: 22px;
  }
  .features-section.green .row .col-33 .img {
    height: 100px;
  }
  .features-section.green .row .col-33 .img img {
    max-height: 100%;
  }
  .features-section.green .row .col-33 .title {
    font-size: 26px;
  }
  .sizes-section .btn-container.specification {
    margin-top: -76px;
  }
  .checkout-content .checkout-cell:nth-child(1) {
    display: table-footer-group;
    width: 100%;
    padding: 0 40px;
  }
  .checkout-content .checkout-cell:nth-child(2) {
    display: table-header-group;
    width: 100%;
  }
  .checkout-content .checkout-cell .steps li .title:not(.noNum) {
    padding-left: 85px;
  }
  .checkout-content .checkout-cell .cart-outer {
    margin-bottom: 100px;
  }
  .cart-items li .discount-container {
    clear: both;
  }
  .cart-items li .discount-container input,
  .cart-items li .discount-container .btn-discount {
    float: left;
  }
  .features-section .row .col-25:nth-child(3) {
    clear: left;
  }
}
@media screen and (max-width: 1080px) {
  .reviews li .quote .inner {
    max-height: 240px;
  }
  .section-list.zebra section .row .col .text {
    padding-right: 0;
  }
  footer .footer-col .col-33 {
    width: 50%;
  }
  footer .footer-col .col-33:nth-child(3) {
    clear: left;
  }
  footer .footer-col .col-33.last {
    width: 100%;
  }
  footer .footer-col ul {
    margin-bottom: 30px;
  }
  footer .footer-col:nth-child(2) {
    padding-left: 0;
  }
  .blogposts .blogpost {
    width: calc(50% - 15px);
  }
  .blogposts.withBig .blogpost:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 0;
  }
  .blogposts.withBig .blogpost:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .blogposts.withBig .blogpost:nth-child(2n+2) {
    margin-right: 30px;
  }
  .home-body section.image-section.big {
    margin: 0px 0;
  }
  .blogposts .blogpost:nth-child(3n+3) {
    margin-left: 0;
  }
  .blogposts .blogpost:nth-child(3n+1) {
    margin-right: 0;
  }
  .blogposts .blogpost:nth-child(2n+2) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .header-contact {
    display: none;
  }
  .blogposts .blogpost .title {
    font-size: 32px;
  }
  .blogposts .blogpost .date,
  .blogposts .blogpost .time {
    font-size: 16px;
  }
  .blogposts .blogpost {
    height: 400px;
  }
  .layers-section .row .col.col-33 {
    width: 100%;
    display: table-footer-group;
  }
  .layers-section .row .col.col-66 {
    width: 100%;
    display: table-header-group;
  }
  .layers {
    transform: scale(0.5);
    width: 100%;
    margin: auto;
    display: table;
    height: 300px;
  }
  .categories {
    max-width: none;
  }
  .categories li {
    width: 100%;
  }
  .slider-container .inner .slider li {
    width: 0.5%;
  }
  header .text h1,
  .article h1 {
    font-size: 50px;
  }
  h2,
  .article h2 {
    font-size: 30px;
  }
  h3,
  .image-section .text h3,
  .article h3 {
    font-size: 50px;
  }
  h3 span,
  .image-section .text h3 span,
  .article h3 span {
    font-size: 16px;
    line-height: 22px;
  }
  .article p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  .section-list.zebra section .row .col .text {
    font-size: 14px;
    line-height: 22px;
  }
  .row.table .col {
    display: block;
    width: 100%;
  }
  .row.switch {
    height: auto;
  }
  .row.switch:nth-child(2n+1) {
    direction: ltr;
  }
  .row .col .inner-col {
    padding: 0 0%;
  }
  .row .col.fullwidth .image-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 40px;
    overflow: hidden;
  }
  .row .col.fullwidth .image-container .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .features-section.green .row .col-33 {
    width: 100%;
    padding: 0;
    padding-left: 150px;
    margin-bottom: 50px;
  }
  .features-section.green .row .col-33 .img {
    width: auto;
    float: left;
    margin-left: -150px;
    margin-top: 40px;
  }
  .features-section.green {
    padding: 50px 0;
  }
  .slider-container.size-slider .inner .slider li .img img {
    display: table;
    margin: auto;
  }
  .slider-container.size-slider .inner {
    width: calc(80% - 200px);
  }
  .bread .inner {
    height: 70px;
  }
  .bread .inner .title {
    line-height: 35px;
    font-size: 26px;
  }
  .features-section {
    padding-top: 50px;
  }
  .row .col .inner-col h2 {
    margin-bottom: 25px;
  }
  .row .col .inner-col .image-container {
    padding-top: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  .row .col .inner-col .image-container .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .row.switch {
    margin-bottom: 50px;
  }
  .justmobile {
    display: block !important;
  }
  .justdesktop {
    display: none !important;
  }
  .features-section .row .col-33 {
    width: 100%;
    margin-bottom: 50px;
  }
  section.double-padding {
    padding: 50px 0;
  }
  .content-wrapper.products-div {
    padding-top: 140px;
  }
  .tabs {
    margin-bottom: 100px;
  }
  .row .col .inner-col.set-info .image-container {
    padding-top: 0;
  }
  .row .col .inner-col.set-info .image-container .img {
    background-size: contain;
  }
  .row.switch:not(.oneDirection):nth-child(2n+1) .col .inner-col {
    padding-right: 0;
  }
  .row.switch:not(.oneDirection):nth-child(2n+2) .col .inner-col {
    padding-left: 0;
  }
  .sets {
    margin-bottom: 100px;
  }
  .sets .row {
    margin-bottom: 0px;
    margin-top: 0;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .row .col.simple .image-container.contain {
    padding-top: 0;
  }
  .row .col.simple .image-container.contain ul.image-slider {
    margin-top: 0px;
  }
  .sets .shop-field {
    margin-top: 50px;
  }
  .features-section.centered {
    width: 100%;
  }
  .sets .row .col .inner-col {
    padding: 0;
  }
  .bread .inner {
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
  }
  .bread .inner .show-bread {
    display: block;
    margin-top: -9px;
    margin-right: 0px;
  }
  .bread .inner .right {
    margin-top: -10px;
  }
  .bread.opened .inner {
    height: auto;
  }
  .bread.opened .inner .show-bread {
    opacity: 0;
    margin-right: -300px;
  }
  .bread.opened .inner .close {
    display: block;
    float: right;
    margin-right: 0;
  }
  .reviews-row .col.left {
    float: none;
    width: 100%;
  }
  .reviews-row .col.right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .layers-section {
    padding-top: 150px;
  }
}
@media screen and (max-width: 860px) {
  .row.table .col {
    display: block;
  }
  .row .col.col-66 {
    width: 100%;
  }
  .section-list.zebra section .row .col.centered {
    padding: 0;
    text-align: left;
  }
  .row .col.col-33 img {
    margin-bottom: 30px;
    max-height: 130px;
  }
  .section-list.zebra section {
    padding: 60px 0;
  }
  .row .col.col-25 {
    width: 50%;
    padding-top: 50px;
  }
  .image-section .text h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  footer .footer-col {
    width: 100%;
  }
  .home-body header {
    padding-top: 0;
    height: 500px;
  }
  .home-body header video {
    width: 140%;
  }
  .features-section .row .col-25 .img {
    height: 100px;
  }
  .home-categories {
    margin-bottom: 0;
  }
  .home-categories li {
    width: 33.3333%;
    margin-bottom: 50px;
  }
  .home-categories li:nth-child(4) {
    clear: left;
    margin-left: 20%;
  }
  footer .footer-col:nth-child(1),
  footer .footer-col:nth-child(2) {
    width: 100%;
  }
  .reviews li {
    width: 5%;
  }
  .reviews li .quote {
    min-height: 0;
  }
  .reviews li .quote .inner {
    max-height: 250px;
  }
}
@media screen and (max-width: 760px) {
  .gallery-images li {
    width: 100%;
    padding: 10px 0;
  }
  .gallery-images li .galleryimage {
    padding-top: 100% !important;
  }
  .login-body .login-container .row .col {
    width: 100%;
  }
  .login-body .login-container .row .col:nth-child(2) {
    display: none;
  }
  header #menu .menu-container,
  header.mobileHeader #menu .menu-container {
    height: calc(100vh - 55px);
  }
  header #menu,
  header video {
    top: 0;
  }
  .home-body header #menu,
  .home-body header video {
    top: 0;
  }
  .press-section .press-container .press-list .press-logo {
    display: none;
  }
  .press-section .press-container .press-list .press-logo.active {
    display: block;
  }
  .blogposts .blogpost .time i,
  section.article-header .inner .time i {
    margin-right: 5px;
  }
  .image-section .text h3 {
    line-height: 62px;
  }
  header .text .subtext {
    font-size: 18px;
    max-width: 360px;
  }
  header {
    height: 140vw;
    max-height: 500px;
  }
  header #menu .submenu-container ul.submenu li {
    padding: 0 20px;
  }
  .blogposts .blogpost {
    width: 100%;
  }
  .blogposts.withBig .blogpost:nth-child(1) .inner .text {
    vertical-align: top;
  }
  .blogposts.withBig .blogpost:nth-child(1) .btn {
    position: absolute;
    bottom: 0;
  }
  .blogposts .blogpost:nth-child(2n+2) {
    margin-left: 0;
  }
  .content-wrapper.blog-div,
  .content-wrapper.contact-div,
  .content-wrapper.faq-div,
  .content-wrapper.blog-div {
    padding-top: 0;
  }
  .features-section .row {
    width: 100%;
  }
  .features-section .row .col-25 {
    float: left;
    width: 10%;
  }
  .features-section.withSlider {
    margin-bottom: 100px;
    overflow: hidden;
  }
  .features-section.withSlider .row {
    width: 1000%;
  }
  .layers-section {
    margin-bottom: 100px;
  }
  .layers-section h2 {
    text-align: center;
  }
  .features-section .row .col-25 .img {
    height: 140px;
  }
  .layers {
    transform: scale(0.5) translateX(-150px);
  }
  .layers.expanded {
    margin-top: 100px;
  }
  .layers-section .row .col.col-33 {
    text-align: center;
  }
  .layers-section .row .col.col-33 .btn-table {
    margin-left: auto;
    margin-right: auto;
  }
  .expand-list > li .title {
    text-align: left;
  }
  section.image-section.big {
    padding: 100px 0;
  }
  h3 {
    margin-bottom: 30px;
  }
  .categories li {
    margin: 50px 0 0;
  }
  section.image-section {
    min-height: 0;
    padding: 50px 0;
  }
  .contact-row .col.col-33 {
    width: 100%;
    margin-top: 50px;
  }
  .contact-row {
    margin: 0px 0 0;
  }
  #contact-form .btn-container {
    margin-bottom: 0;
  }
  section.article-header {
    padding: 50px 0;
    height: 100vw;
  }
  .share-this {
    padding-bottom: 60px;
  }
  section.article-header .inner .date,
  section.article-header .inner .time {
    font-size: 16px;
  }
  section.article-header .inner .title {
    font-size: 36px;
  }
  .slider-container .inner .slider li {
    width: 1%;
  }
  .features-section.centered.withSlider .row .col-33 {
    width: 1%;
  }
  .features-section.withSlider {
    margin-bottom: 0px;
  }
  .features-section.green .row .col-33 {
    padding-left: 0;
    text-align: center;
  }
  .features-section.green .row .col-33 .title {
    text-align: center;
  }
  .features-section.green .row .col-33 .text {
    border: none;
  }
  .features-section.green .row .col-33 .img {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .features-section.green .row .col-33 .img img {
    position: relative;
  }
  .home-body header video {
    display: none;
  }
  .contact-row .col .title {
    margin: 20px 0 5px;
    font-size: 26px;
  }
  .home-body .features-section .row {
    width: 1000%;
  }
  .slider-container.size-slider .custom {
    display: none;
  }
  .slider-container.size-slider .inner {
    width: 80%;
  }
  .features-section .row .col-25:nth-child(3) {
    clear: none;
  }
  .dotstyle {
    display: table;
    margin: auto;
  }
  .sizes-section {
    margin-top: 80px;
  }
  .row .col.simple .image-container.contain ul.image-slider {
    height: 57vw;
  }
  .bread .float-right {
    float: none;
    position: relative;
  }
  .bread .float-right .select2#bread-product,
  .bread .float-right .select2#bread-quantity {
    width: 100% !important;
    display: block;
    margin: 0 0 20px;
  }
  .bread .float-right .select2 {
    margin-bottom: 20px;
  }
  .bread .inner {
    padding: 20px;
  }
  .bread .inner .right {
    width: 100%;
    padding: 0 20px;
  }
  .bread .btn.quick-add-to-cart {
    display: none;
  }
  .bread .btn.quick-add-to-cart.onMobile {
    display: table;
    margin: auto;
    float: none;
  }
  .features-section.green .row .col-33 .text {
    padding-left: 0;
  }
  .exit-popup,
  .discount-popup {
    display: none !important;
  }
}
@media screen and (max-width: 560px) {
  header .header-icons {
    right: 50px;
  }
  header .header-icons .header-icon {
    font-size: 22px;
  }
  header.white .header-icons,
  header.alwaysWhite .header-icons,
  header.withSubmenu .header-icons {
    right: 50px;
    top: 23px;
  }
  header.white .header-icons .header-icon,
  header.alwaysWhite .header-icons .header-icon,
  header.withSubmenu .header-icons .header-icon {
    font-size: 22px;
    margin: 0 7px;
  }
  header #menu .logo,
  header.mobileHeader #menu .logo {
    left: 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
  }
  header .hamburger,
  header.mobileHeader .hamburger {
    left: auto;
    right: 10px;
  }
  .section-list.zebra section .row .col.centered {
    text-align: center;
    width: 100%;
  }
  .section-list.zebra section .row .col .title {
    text-align: center;
  }
  .section-list.zebra section .row .col .text {
    text-align: center;
  }
  footer {
    padding: 60px 0;
  }
  .image-section .text h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .blogposts .blogpost {
    padding: 30px;
  }
  .layers {
    transform: scale(0.4) translateX(-200px);
  }
  .home-categories li {
    width: 50%;
    margin-bottom: 40px;
  }
  .home-categories li:nth-child(4) {
    clear: none;
    margin-left: 0%;
  }
  .home-categories li:nth-child(5) {
    clear: left;
    margin-left: 25%;
  }
  .filter .btn-container .btn {
    display: block;
    margin-bottom: 20px;
  }
  .filter {
    margin-bottom: 60px;
  }
  .checkout-content .checkout-cell .form-group.half {
    width: 100%;
  }
  .cart-items li .img,
  .cart-items .item .img {
    display: none;
  }
  .cart-items li .product,
  .cart-items .item .product {
    padding-left: 0;
  }
  .cart-items li,
  .cart-items .item {
    margin: 0 10px;
  }
  .cart-items li .old-mattress-container input#discount_code,
  .cart-items .item .old-mattress-container input#discount_code,
  .cart-items li .discount-container input#discount_code,
  .cart-items .item .discount-container input#discount_code {
    width: 150px;
  }
  .checkout-content .checkout-cell .steps li .title:not(.noNum) {
    padding-left: 50px;
  }
  .checkout-content .checkout-cell .steps li .title:before {
    margin-left: -50px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }
  .checkout-content .checkout-cell .form-group {
    width: 100%;
    margin-right: 0;
  }
  .expand-list > li .title,
  .section-text ul > li .title,
  .expand-list > li pre,
  .section-text ul > li pre {
    font-size: 16px;
  }
  .expand-list > li,
  .section-text ul > li {
    margin: 5px 0;
  }
  .features-section.white .row .col-33 {
    width: 100%;
  }
  .home-categories li:nth-child(3) {
    clear: left;
  }
  .reviews li {
    width: 10%;
  }
  .reviews-row .summary .title {
    font-size: 30px;
  }
  .login-body .login-container .row .col.login-col {
    padding: 40px 0;
  }
}
@media screen and (max-width: 440px) {
  footer .footer-col .col-33 {
    width: 100%;
  }
  footer .footer-col .input-group input {
    width: 100%;
    float: none;
  }
  #mc-embedded-subscribe {
    margin: 30px auto !important;
    display: table !important;
    float: none;
  }
  ul.socials {
    margin-top: 90px;
  }
  .layers {
    transform: scale(0.3) translateX(-260px);
  }
  .features-section.withSlider .row .col.col-25 {
    width: 10%;
  }
  .cart-menu {
    width: 320px;
  }
  .home-categories li {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 570px) {
  .login-body {
    overflow: auto;
  }
  .login-body .login-container {
    min-height: 600px;
  }
  header #menu .menu-container .menu li a .bubble {
    position: relative;
  }
}
/*# sourceMappingURL=main.css.map */