@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, _normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, _normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/* line 70, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, _normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, _normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: #6B8E41;
  text-decoration: none; }
  /* line 111, _normalize.scss */
  a:hover {
    color: #586A21; }

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 139, _normalize.scss */
b,
strong {
  font-weight: 500; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 160, _normalize.scss */
dfn {
  font-style: italic; }

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

/**
 * Add the correct font size in all browsers.
 */
/* line 177, _normalize.scss */
small {
  font-size: 80%; }

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

/* line 194, _normalize.scss */
sub {
  bottom: -0.25em; }

/* line 198, _normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 209, _normalize.scss */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 227, _normalize.scss */
img {
  border-style: none;
  border-radius: 0; }

/**
 * Hide the overflow in IE.
 */
/* line 236, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Remove the inner shadow in mobile Safari.
 */
/* line 249, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  box-shadow: none;
  /* 3 */
  -webkit-appearance: none;
  /* 3 */ }

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
/* line 323, _normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 358, _normalize.scss */
textarea {
  overflow: auto; }

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, _normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, _normalize.scss */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 429, _normalize.scss */
summary {
  display: list-item; }

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

/**
 * Add the correct display in IE.
 */
/* line 448, _normalize.scss */
template {
  display: none; }

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

/* line 1, core.min.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

/* line 1, core.min.css */
*, ::after, ::before {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }
/* line 1, core.min.css */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 16px; }

/* line 1, core.min.css */
[tabindex="-1"]:focus {
  outline: none !important; }

/* line 1, core.min.css */
dl, h1, h2, h3, h4, h5, h6, ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

/* line 1, core.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 1, core.min.css */
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

/* line 1, core.min.css */
address, dd {
  margin-bottom: 10px; }

/* line 1, core.min.css */
address {
  font-style: normal;
  line-height: inherit; }

/* line 1, core.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

/* line 1, core.min.css */
dd {
  margin-left: 0; }

/* line 1, core.min.css */
blockquote, figure {
  margin: 0 0 10px; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

/* line 1, core.min.css */
a:not([href]):not([tabindex]):focus {
  outline: none; }

/* line 1, core.min.css */
pre {
  margin-top: 0;
  margin-bottom: 10px;
  overflow: auto; }

/* line 1, core.min.css */
img {
  max-width: 100%;
  vertical-align: middle; }

/* line 1, core.min.css */
[role=button] {
  cursor: pointer; }

/* line 1, core.min.css */
[role=button], a, area, button, input, label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* line 1, core.min.css */
table {
  border-collapse: collapse; }

/* line 1, core.min.css */
caption {
  caption-side: bottom; }

/* line 1, core.min.css */
.table th, caption, th {
  text-align: left; }

/* line 1, core.min.css */
label, output {
  display: inline-block; }

/* line 1, core.min.css */
button:focus {
  outline: none; }

/* line 1, core.min.css */
button, input, select, textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

/* line 1, core.min.css */
input[type=checkbox]:disabled, input[type=radio]:disabled {
  cursor: not-allowed; }

/* line 1, core.min.css */
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

/* line 1, core.min.css */
textarea {
  resize: vertical; }

/* line 1, core.min.css */
.form legend, legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit; }

/* line 1, core.min.css */
.form input[type=search], input[type=search] {
  -webkit-appearance: none; }

/* line 1, core.min.css */
[hidden] {
  display: none !important; }

/* line 1, core.min.css */
.form fieldset, fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

/* line 1, core.min.css */
.form legend {
  font-size: 21px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #eee; }

/* line 1, core.min.css */
.form label {
  display: inline-block;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .input-field, .select-field, .textarea-field {
  display: inline-block;
  border-radius: 0;
  border: none;
  box-shadow: none;
  vertical-align: top;
  max-width: 100%; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  white-space: nowrap; }

/* line 1, core.min.css */
.button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active {
  outline: 0; }

/* line 1, core.min.css */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node, .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
  text-decoration: none; }

/* line 1, core.min.css */
.button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
  cursor: not-allowed; }

/* line 1, core.min.css */
.input-field, .select-field, .textarea-field {
  background-image: none; }

/* line 1, core.min.css */
.input-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.input-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.input-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus:-ms-input-placeholder, .select-field:focus:-ms-input-placeholder, .textarea-field:focus:-ms-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.input-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.input-field[disabled], .input-field[readonly], fieldset[disabled] .input-field {
  opacity: 1; }

/* line 1, core.min.css */
.input-field[disabled], fieldset[disabled] .input-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.select-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.select-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.select-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.select-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.select-field[disabled], .select-field[readonly], fieldset[disabled] .select-field {
  opacity: 1; }

/* line 1, core.min.css */
.select-field[disabled], fieldset[disabled] .select-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.textarea-field::-moz-placeholder {
  color: #ccc;
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field:-ms-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field::-webkit-input-placeholder {
  color: #ccc; }

/* line 1, core.min.css */
.textarea-field:focus::-moz-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field:focus::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0; }

/* line 1, core.min.css */
.textarea-field::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 1, core.min.css */
.textarea-field[disabled], .textarea-field[readonly], fieldset[disabled] .textarea-field {
  opacity: 1; }

/* line 1, core.min.css */
.textarea-field[disabled], fieldset[disabled] .textarea-field {
  cursor: not-allowed; }

/* line 1, core.min.css */
.table {
  border-collapse: collapse; }

/* line 1, core.min.css */
.table table col[class*=cell-] {
  position: static;
  float: none;
  display: table-column; }

/* line 1, core.min.css */
.table table td[class*=cell-], .table table th[class*=cell-] {
  position: static;
  float: none;
  display: table-cell; }

/* line 1, core.min.css */
.list, .list-table {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 1, core.min.css */
.list-table {
  display: table;
  width: 100%; }

/* line 1, core.min.css */
.list-table > .list-item {
  display: table-cell; }

/* line 1, core.min.css */
.list-justified {
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 1, core.min.css */
.list-justified:after {
  content: "";
  height: 0;
  overflow: hidden;
  visibility: hidden; }

/* line 1, core.min.css */
.list-justified, .list-unstyled, .list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1, core.min.css */
.list-justified:after, .list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 1, core.min.css */
.text-right {
  text-align: right; }

/* line 1, core.min.css */
.text-left {
  text-align: left; }

/* line 1, core.min.css */
.text-center {
  text-align: center; }

/* line 1, core.min.css */
.text-justify {
  text-align: justify; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg {
    text-align: justify; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .text-right-lg-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-lg-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-lg-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-lg-only {
    text-align: justify; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md {
    text-align: justify; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .text-right-md-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-md-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-md-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-md-only {
    text-align: justify; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm {
    text-align: justify; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .text-right-sm-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-sm-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-sm-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-sm-only {
    text-align: justify; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs {
    text-align: justify; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .text-right-xs-only {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-xs-only {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-xs-only {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-xs-only {
    text-align: justify; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .text-right-mc {
    text-align: right; }

  /* line 1, core.min.css */
  .text-left-mc {
    text-align: left; }

  /* line 1, core.min.css */
  .text-center-mc {
    text-align: center; }

  /* line 1, core.min.css */
  .text-justify-mc {
    text-align: justify; } }
/* line 1, core.min.css */
.hide {
  display: none; }

/* line 1, core.min.css */
.hidden {
  display: none !important; }

/* line 1, core.min.css */
.show {
  display: block; }

/* line 1, core.min.css */
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 1, core.min.css */
.show-inline {
  display: inline; }

/* line 1, core.min.css */
.show-inline-block {
  display: inline-block; }

/* line 1, core.min.css */
.shown {
  display: block !important; }

/* line 1, core.min.css */
.shown-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 1, core.min.css */
.shown-inline {
  display: inline !important; }

/* line 1, core.min.css */
.shown-inline-block {
  display: inline-block !important; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg {
    display: inline-block !important; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .hide-lg-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-lg-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-lg-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-lg-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-lg-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-lg-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-lg-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-lg-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-lg-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-lg-only {
    display: inline-block !important; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md {
    display: inline-block !important; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .hide-md-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-md-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-md-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-md-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-md-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-md-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-md-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-md-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-md-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-md-only {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm {
    display: inline-block !important; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .hide-sm-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-sm-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-sm-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-sm-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-sm-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-sm-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-sm-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-sm-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-sm-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-sm-only {
    display: inline-block !important; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs {
    display: inline-block !important; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .hide-xs-only {
    display: none; }

  /* line 1, core.min.css */
  .hidden-xs-only {
    display: none !important; }

  /* line 1, core.min.css */
  .show-xs-only {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-xs-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-xs-only {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-xs-only {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-xs-only {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-xs-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-xs-only {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-xs-only {
    display: inline-block !important; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .hide-mc {
    display: none; }

  /* line 1, core.min.css */
  .hidden-mc {
    display: none !important; }

  /* line 1, core.min.css */
  .show-mc {
    display: block; }

  /* line 1, core.min.css */
  .show-flex-mc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  /* line 1, core.min.css */
  .show-inline-mc {
    display: inline; }

  /* line 1, core.min.css */
  .show-inline-block-mc {
    display: inline-block; }

  /* line 1, core.min.css */
  .shown-mc {
    display: block !important; }

  /* line 1, core.min.css */
  .shown-flex-mc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 1, core.min.css */
  .shown-inline-mc {
    display: inline !important; }

  /* line 1, core.min.css */
  .shown-inline-block-mc {
    display: inline-block !important; } }
/* line 1, core.min.css */
.push-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.push-1 {
  margin-left: 8.33333%; }

/* line 1, core.min.css */
.push-2 {
  margin-left: 16.66667%; }

/* line 1, core.min.css */
.push-3 {
  margin-left: 25%; }

/* line 1, core.min.css */
.push-4 {
  margin-left: 33.33333%; }

/* line 1, core.min.css */
.push-5 {
  margin-left: 41.66667%; }

/* line 1, core.min.css */
.push-6 {
  margin-left: 50%; }

/* line 1, core.min.css */
.push-7 {
  margin-left: 58.33333%; }

/* line 1, core.min.css */
.push-8 {
  margin-left: 66.66667%; }

/* line 1, core.min.css */
.push-9 {
  margin-left: 75%; }

/* line 1, core.min.css */
.push-10 {
  margin-left: 83.33333%; }

/* line 1, core.min.css */
.push-11 {
  margin-left: 91.66667%; }

/* line 1, core.min.css */
.push-12 {
  margin-left: 100%; }

/* line 1, core.min.css */
.pull-0 {
  margin-left: 0%; }

/* line 1, core.min.css */
.pull-1 {
  margin-left: -8.33333%; }

/* line 1, core.min.css */
.pull-2 {
  margin-left: -16.66667%; }

/* line 1, core.min.css */
.pull-3 {
  margin-left: -25%; }

/* line 1, core.min.css */
.pull-4 {
  margin-left: -33.33333%; }

/* line 1, core.min.css */
.pull-5 {
  margin-left: -41.66667%; }

/* line 1, core.min.css */
.pull-6 {
  margin-left: -50%; }

/* line 1, core.min.css */
.pull-7 {
  margin-left: -58.33333%; }

/* line 1, core.min.css */
.pull-8 {
  margin-left: -66.66667%; }

/* line 1, core.min.css */
.pull-9 {
  margin-left: -75%; }

/* line 1, core.min.css */
.pull-10 {
  margin-left: -83.33333%; }

/* line 1, core.min.css */
.pull-11 {
  margin-left: -91.66667%; }

/* line 1, core.min.css */
.pull-12 {
  margin-left: -100%; }

/* line 1, core.min.css */
.post-0 {
  margin-right: 0%; }

/* line 1, core.min.css */
.post-1 {
  margin-right: 8.33333%; }

/* line 1, core.min.css */
.post-2 {
  margin-right: 16.66667%; }

/* line 1, core.min.css */
.post-3 {
  margin-right: 25%; }

/* line 1, core.min.css */
.post-4 {
  margin-right: 33.33333%; }

/* line 1, core.min.css */
.post-5 {
  margin-right: 41.66667%; }

/* line 1, core.min.css */
.post-6 {
  margin-right: 50%; }

/* line 1, core.min.css */
.post-7 {
  margin-right: 58.33333%; }

/* line 1, core.min.css */
.post-8 {
  margin-right: 66.66667%; }

/* line 1, core.min.css */
.post-9 {
  margin-right: 75%; }

/* line 1, core.min.css */
.post-10 {
  margin-right: 83.33333%; }

/* line 1, core.min.css */
.post-11 {
  margin-right: 91.66667%; }

/* line 1, core.min.css */
.post-12 {
  margin-right: 100%; }

/* line 1, core.min.css */
.push-fifth {
  margin-left: 20%; }

/* line 1, core.min.css */
.pull-fifth {
  margin-left: -20%; }

/* line 1, core.min.css */
.post-fifth {
  margin-right: 20%; }

/* line 1, core.min.css */
.pull-left {
  float: left; }

/* line 1, core.min.css */
.pull-right {
  float: right; }

/* line 1, core.min.css */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .push-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-lg-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-lg-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-lg-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-lg-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-lg-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-lg-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-lg-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-lg-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-lg-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-lg-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-lg-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-lg-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-lg-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-lg-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-lg-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-lg-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-lg-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-lg-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-lg-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-lg-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-lg-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-lg-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-lg-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-lg-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-lg-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-lg-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-lg-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-lg-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-lg-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-lg-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-lg-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-lg-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-lg-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-lg-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-lg-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-lg-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-lg-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-lg-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-lg-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-lg-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-lg-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-lg-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-lg-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-lg-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .push-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-md-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-md-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-md-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-md-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-md-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-md-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-md-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-md-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-md-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-md-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-md-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-md-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-md-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-md-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-md-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-md-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-md-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-md-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-md-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-md-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-md-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-md-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-md-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-md-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-md-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-md-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-md-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-md-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-md-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-md-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-md-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-md-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-md-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-md-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-md-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-md-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-md-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-md-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-md-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-md-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-md-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-md-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-md-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-md-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .push-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-sm-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-sm-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-sm-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-sm-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-sm-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-sm-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-sm-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-sm-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-sm-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-sm-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-sm-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-sm-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-sm-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-sm-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-sm-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-sm-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-sm-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-sm-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-sm-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-sm-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-sm-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-sm-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-sm-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-sm-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-sm-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-sm-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-sm-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-sm-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-sm-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-sm-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-sm-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-sm-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-sm-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-sm-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-sm-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-sm-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-sm-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-sm-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-sm-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-sm-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-sm-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-sm-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-sm-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-sm-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .push-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-xs-only {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-xs-only {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-xs-only {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-xs-only {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-xs-only {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-xs-only {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-xs-only {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-xs-only {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-xs-only {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-xs-only {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-xs-only {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-xs-only {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-xs-only {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-xs-only {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-xs-only {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-xs-only {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-xs-only {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-xs-only {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-xs-only {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-xs-only {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-xs-only {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-xs-only {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-xs-only {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-xs-only {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-xs-only {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-xs-only {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-xs-only {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-xs-only {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-xs-only {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-xs-only {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-xs-only {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-xs-only {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-xs-only {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-xs-only {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-xs-only {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-xs-only {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-xs-only {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-xs-only {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-xs-only {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-xs-only {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-xs-only {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-xs-only {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-xs-only {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-xs-only:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .push-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .push-1-mc {
    margin-left: 8.33333%; }

  /* line 1, core.min.css */
  .push-2-mc {
    margin-left: 16.66667%; }

  /* line 1, core.min.css */
  .push-3-mc {
    margin-left: 25%; }

  /* line 1, core.min.css */
  .push-4-mc {
    margin-left: 33.33333%; }

  /* line 1, core.min.css */
  .push-5-mc {
    margin-left: 41.66667%; }

  /* line 1, core.min.css */
  .push-6-mc {
    margin-left: 50%; }

  /* line 1, core.min.css */
  .push-7-mc {
    margin-left: 58.33333%; }

  /* line 1, core.min.css */
  .push-8-mc {
    margin-left: 66.66667%; }

  /* line 1, core.min.css */
  .push-9-mc {
    margin-left: 75%; }

  /* line 1, core.min.css */
  .push-10-mc {
    margin-left: 83.33333%; }

  /* line 1, core.min.css */
  .push-11-mc {
    margin-left: 91.66667%; }

  /* line 1, core.min.css */
  .push-12-mc {
    margin-left: 100%; }

  /* line 1, core.min.css */
  .pull-0-mc {
    margin-left: 0%; }

  /* line 1, core.min.css */
  .pull-1-mc {
    margin-left: -8.33333%; }

  /* line 1, core.min.css */
  .pull-2-mc {
    margin-left: -16.66667%; }

  /* line 1, core.min.css */
  .pull-3-mc {
    margin-left: -25%; }

  /* line 1, core.min.css */
  .pull-4-mc {
    margin-left: -33.33333%; }

  /* line 1, core.min.css */
  .pull-5-mc {
    margin-left: -41.66667%; }

  /* line 1, core.min.css */
  .pull-6-mc {
    margin-left: -50%; }

  /* line 1, core.min.css */
  .pull-7-mc {
    margin-left: -58.33333%; }

  /* line 1, core.min.css */
  .pull-8-mc {
    margin-left: -66.66667%; }

  /* line 1, core.min.css */
  .pull-9-mc {
    margin-left: -75%; }

  /* line 1, core.min.css */
  .pull-10-mc {
    margin-left: -83.33333%; }

  /* line 1, core.min.css */
  .pull-11-mc {
    margin-left: -91.66667%; }

  /* line 1, core.min.css */
  .pull-12-mc {
    margin-left: -100%; }

  /* line 1, core.min.css */
  .post-0-mc {
    margin-right: 0%; }

  /* line 1, core.min.css */
  .post-1-mc {
    margin-right: 8.33333%; }

  /* line 1, core.min.css */
  .post-2-mc {
    margin-right: 16.66667%; }

  /* line 1, core.min.css */
  .post-3-mc {
    margin-right: 25%; }

  /* line 1, core.min.css */
  .post-4-mc {
    margin-right: 33.33333%; }

  /* line 1, core.min.css */
  .post-5-mc {
    margin-right: 41.66667%; }

  /* line 1, core.min.css */
  .post-6-mc {
    margin-right: 50%; }

  /* line 1, core.min.css */
  .post-7-mc {
    margin-right: 58.33333%; }

  /* line 1, core.min.css */
  .post-8-mc {
    margin-right: 66.66667%; }

  /* line 1, core.min.css */
  .post-9-mc {
    margin-right: 75%; }

  /* line 1, core.min.css */
  .post-10-mc {
    margin-right: 83.33333%; }

  /* line 1, core.min.css */
  .post-11-mc {
    margin-right: 91.66667%; }

  /* line 1, core.min.css */
  .post-12-mc {
    margin-right: 100%; }

  /* line 1, core.min.css */
  .push-fifth-mc {
    margin-left: 20%; }

  /* line 1, core.min.css */
  .pull-fifth-mc {
    margin-left: -20%; }

  /* line 1, core.min.css */
  .post-fifth-mc {
    margin-right: 20%; }

  /* line 1, core.min.css */
  .pull-left-mc {
    float: left; }

  /* line 1, core.min.css */
  .pull-right-mc {
    float: right; }

  /* line 1, core.min.css */
  .clearfix-mc:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; } }
/* line 1, core.min.css */
.padding-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.padding-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.padding-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-around {
  padding: 20px; }

/* line 1, core.min.css */
.padding-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.padding-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.padding-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.padding-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.padding-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.padding-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.padding-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.padding-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-top {
  padding-top: 20px; }

/* line 1, core.min.css */
.margin-left {
  padding-left: 20px; }

/* line 1, core.min.css */
.margin-right {
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-bottom {
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-around {
  padding: 20px; }

/* line 1, core.min.css */
.margin-vertical {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 1, core.min.css */
.margin-horizontal {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.margin-top-double {
  padding-top: 40px; }

/* line 1, core.min.css */
.margin-left-double {
  padding-left: 40px; }

/* line 1, core.min.css */
.margin-right-double {
  padding-right: 40px; }

/* line 1, core.min.css */
.margin-bottom-double {
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-around-double {
  padding: 40px; }

/* line 1, core.min.css */
.margin-vertical-double {
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 1, core.min.css */
.margin-horizontal-double {
  padding-left: 40px;
  padding-right: 40px; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .padding-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-lg-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-lg-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-lg-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-lg-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-lg-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-lg-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-lg-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-lg-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-lg-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-lg-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-lg-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-lg-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-lg-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-lg-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .padding-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-md-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-md-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-md-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-md-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-md-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-md-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-md-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-md-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-md-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-md-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-md-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-md-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-md-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-md-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .padding-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-sm-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-sm-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-sm-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-sm-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-sm-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-sm-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-sm-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-sm-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-sm-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-sm-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-sm-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-sm-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-sm-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-sm-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .padding-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-xs-only {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-xs-only {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-xs-only {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-xs-only {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-xs-only {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-xs-only {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-xs-only {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-xs-only {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-xs-only {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-xs-only {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-xs-only {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-xs-only {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-xs-only {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-xs-only {
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .padding-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .padding-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .padding-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .padding-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .padding-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .padding-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .padding-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .padding-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .padding-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .padding-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .padding-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-top-mc {
    padding-top: 20px; }

  /* line 1, core.min.css */
  .margin-left-mc {
    padding-left: 20px; }

  /* line 1, core.min.css */
  .margin-right-mc {
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-bottom-mc {
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-around-mc {
    padding: 20px; }

  /* line 1, core.min.css */
  .margin-vertical-mc {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* line 1, core.min.css */
  .margin-horizontal-mc {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 1, core.min.css */
  .margin-top-double-mc {
    padding-top: 40px; }

  /* line 1, core.min.css */
  .margin-left-double-mc {
    padding-left: 40px; }

  /* line 1, core.min.css */
  .margin-right-double-mc {
    padding-right: 40px; }

  /* line 1, core.min.css */
  .margin-bottom-double-mc {
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-around-double-mc {
    padding: 40px; }

  /* line 1, core.min.css */
  .margin-vertical-double-mc {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* line 1, core.min.css */
  .margin-horizontal-double-mc {
    padding-left: 40px;
    padding-right: 40px; } }
/* line 1, core.min.css */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px; }

/* line 1, core.min.css */
.col, .col-reverse, .row, .row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px; }

/* line 1, core.min.css */
.col, .col-reverse, .row-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/* line 1, core.min.css */
.col, .col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 1, core.min.css */
.col-reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* line 1, core.min.css */
[class*=cell-] {
  padding-left: 20px;
  padding-right: 20px; }

/* line 1, core.min.css */
.cell-1 {
  max-width: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%; }

/* line 1, core.min.css */
.cell-2 {
  max-width: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%; }

/* line 1, core.min.css */
.cell-20 {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

/* line 1, core.min.css */
.cell-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%; }

/* line 1, core.min.css */
.cell-30 {
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }

/* line 1, core.min.css */
.cell-4 {
  max-width: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%; }

/* line 1, core.min.css */
.cell-5 {
  max-width: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%; }

/* line 1, core.min.css */
.cell-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }

/* line 1, core.min.css */
.cell-7 {
  max-width: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%; }

/* line 1, core.min.css */
.cell-70 {
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%; }

/* line 1, core.min.css */
.cell-8 {
  max-width: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%; }

/* line 1, core.min.css */
.cell-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%; }

/* line 1, core.min.css */
.cell-10 {
  max-width: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%; }

/* line 1, core.min.css */
.cell-11 {
  max-width: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%; }

/* line 1, core.min.css */
.cell-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 1, core.min.css */
.cell-fifth {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .cell-1-lg-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-lg-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-lg-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-lg-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-lg-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-lg-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-lg-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-lg-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-lg-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-lg-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-lg-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-lg-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-lg-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .cell-1-md-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-md-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-md-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-md-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-md-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-md-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-md-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-md-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-md-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-md-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-md-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-md-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-md-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .cell-1-sm-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-sm-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-sm-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-sm-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-sm-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-sm-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-sm-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-sm-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-sm-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-sm-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-sm-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-sm-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-sm-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .cell-1-xs-only {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-xs-only {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-xs-only {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-xs-only {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-xs-only {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-xs-only {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-xs-only {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-xs-only {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-xs-only {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-xs-only {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-xs-only {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-xs-only {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-xs-only {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .cell-1-mc {
    max-width: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%; }

  /* line 1, core.min.css */
  .cell-2-mc {
    max-width: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%; }

  /* line 1, core.min.css */
  .cell-3-mc {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }

  /* line 1, core.min.css */
  .cell-4-mc {
    max-width: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%; }

  /* line 1, core.min.css */
  .cell-5-mc {
    max-width: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%; }

  /* line 1, core.min.css */
  .cell-6-mc {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

  /* line 1, core.min.css */
  .cell-7-mc {
    max-width: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%; }

  /* line 1, core.min.css */
  .cell-8-mc {
    max-width: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%; }

  /* line 1, core.min.css */
  .cell-9-mc {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }

  /* line 1, core.min.css */
  .cell-10-mc {
    max-width: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%; }

  /* line 1, core.min.css */
  .cell-11-mc {
    max-width: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%; }

  /* line 1, core.min.css */
  .cell-12-mc {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 1, core.min.css */
  .cell-fifth-mc {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; } }
/* line 1, core.min.css */
.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left; }

/* line 1, core.min.css */
.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1, core.min.css */
.flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right; }

/* line 1, core.min.css */
.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start; }

/* line 1, core.min.css */
.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

/* line 1, core.min.css */
.flex-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end; }

/* line 1, core.min.css */
.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 1, core.min.css */
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1, core.min.css */
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 1, core.min.css */
.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media screen and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  /* line 1, core.min.css */
  .flex-start-lg-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-lg-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-lg-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-lg-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-lg-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-lg-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-lg-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-lg-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-lg-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-lg-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 1, core.min.css */
  .flex-start-md-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-md-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-md-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-md-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-md-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-md-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-md-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-md-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-md-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-md-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* line 1, core.min.css */
  .flex-start-sm-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-sm-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-sm-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-sm-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-sm-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-sm-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-sm-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-sm-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-sm-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-sm-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (min-width: 381px) and (max-width: 480px) {
  /* line 1, core.min.css */
  .flex-start-xs-only {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-xs-only {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-xs-only {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-xs-only {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-xs-only {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-xs-only {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-xs-only {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-xs-only {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-xs-only {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-xs-only {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
@media screen and (max-width: 320px) {
  /* line 1, core.min.css */
  .flex-start-mc {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }

  /* line 1, core.min.css */
  .flex-center-mc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 1, core.min.css */
  .flex-end-mc {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 1, core.min.css */
  .flex-top-mc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }

  /* line 1, core.min.css */
  .flex-middle-mc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }

  /* line 1, core.min.css */
  .flex-bottom-mc {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end; }

  /* line 1, core.min.css */
  .flex-around-mc {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  /* line 1, core.min.css */
  .flex-between-mc {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1, core.min.css */
  .flex-first-mc {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1, core.min.css */
  .flex-last-mc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/* line 1, core.min.css */
.swiper-container {
  overflow: hidden; }

/* line 1, core.min.css */
.swiper-container {
  overflow: hidden; }

/**
 * Calculate the luminance for a color.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Calculate the contrast ratio between two colors.
 * See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
 */
/**
 * Determine whether to use dark or light text on top of given color.
 * Returns black for dark text and white for light text.
 */
@font-face {
  font-family: 'plus';
  src: url("plus.eot");
  src: url("plus.eot") format("embedded-opentype"), url("plus.ttf") format("truetype"), url("plus.woff") format("woff"), url("plus.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oval';
  src: url("oval.eot");
  src: url("oval.eot") format("embedded-opentype"), url("oval.ttf") format("truetype"), url("oval.woff") format("woff"), url("oval.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Bamblby';
  src: url("bamblby-fonts.eot");
  src: url("bamblby-fonts.eot") format("embedded-opentype"), url("bamblby-fonts.ttf") format("truetype"), url("bamblby-fonts.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@font-face {
  font-family: 'Check';
  src: url("check.ttf") format("truetype"), url("check.woff") format("woff");
  font-weight: normal;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* line 1, _scaffolding.scss */
html {
  height: 100%; }

/* line 5, _scaffolding.scss */
body {
  min-width: 320px;
  line-height: 1.3;
  min-height: 100%;
  height: auto; }

/* line 12, _scaffolding.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0; }

/* line 21, _scaffolding.scss */
.container {
  width: 100%; }

/* line 1, _components.scss */
.container {
  padding-left: 10px;
  padding-right: 10px; }

/* line 6, _components.scss */
.row {
  margin-left: -10px;
  margin-right: -10px; }

/* line 11, _components.scss */
[class*="cell-"] {
  padding-left: 10px;
  padding-right: 10px; }

/** layout */
/* line 18, _components.scss */
.fhg-body {
  height: 100%; }

/* line 22, _components.scss */
.fhg-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

/* line 28, _components.scss */
button, input, select, textarea {
  border-radius: 0; }

/* line 37, _components.scss */
.editor {
  line-height: 1.4;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: inherit;
  /*
  pre {
    display: block;
    margin-bottom: 0.5rem;

    white-space: normal;

    * + & {
      margin-top: 0.5rem;
    }
  }
  */ }
  /* line 45, _components.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6 {
    margin-bottom: 1rem; }
  /* line 54, _components.scss */
  .editor p {
    margin: 0 0 12px;
    word-wrap: break-word;
    line-height: 1.3;
    color: black; }
    /* line 60, _components.scss */
    .editor p + .editor p {
      margin-top: 0.5em; }
  /* line 65, _components.scss */
  .editor img {
    max-width: 100%;
    max-height: 100%;
    /*width: auto;*/
    display: block;
    height: auto !important; }
  /* line 73, _components.scss */
  .editor table {
    display: inline-block;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
    border: 0; }
    /* line 80, _components.scss */
    .editor table:before, .editor table:after {
      display: block;
      content: ''; }
    /* line 86, _components.scss */
    .editor table td {
      border: 1px solid #eeeeee;
      padding: 0.5rem; }
  /* line 92, _components.scss */
  .editor a {
    color: #9c3c8c;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .editor a:active, .editor a:focus, .editor a:hover {
      color: #e19a4a;
      -webkit-text-decoration: none;
      text-decoration: none; }

/* line 110, _components.scss */
.gallery-thumbs .swiper-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/** Image */
/* line 117, _components.scss */
.gallery-thumbs .image-container {
  border: 1px solid #eeeeee;
  transition: .2s all; }
  /* line 121, _components.scss */
  .gallery-thumbs .image-container.is-checked {
    border: 1px solid #0c120c; }

/* line 130, _components.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  /* line 327, _mixins.scss */
  .pagination > .pagination-item {
    -webkit-box-flex: 0;
    position: relative; }
  /* line 334, _mixins.scss */
  .pagination .pagination-link {
    display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 130, _components.scss */
    .pagination {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 144, _components.scss */
.button-text {
  text-align: center;
  text-transform: uppercase; }

/* line 149, _components.scss */
.pagination-item {
  flex: 0 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto; }
  /* line 154, _components.scss */
  .pagination-item.is-current > span {
    color: #A3A3A3;
    box-shadow: none !important;
    border-color: #eee !important; }

/* line 160, _components.scss */
.pagination-link {
  color: #0c120c;
  text-decoration: none;
  transition: .2s all;
  text-align: center;
  margin: 0 8px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #eee;
  width: 38px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 38px;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px; }
  /* line 183, _components.scss */
  .pagination-link:hover {
    color: #0c120c;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #fff; }

/* line 194, _components.scss */
.pagination-void {
  vertical-align: middle;
  display: block;
  text-align: center;
  margin: 0 0.25rem; }

/* line 205, _components.scss */
.notice {
  margin: 15px 0;
  border: 0;
  line-height: 1.3;
  padding: 10px 15px;
  background: #0c120c;
  color: white; }
  /* line 213, _components.scss */
  .notice.is-success {
    background: #6a8e41;
    color: #fff; }
  /* line 218, _components.scss */
  .notice.is-info {
    background: #0c120c;
    color: white; }
  /* line 223, _components.scss */
  .notice.is-error {
    background: #ff9999;
    color: #fff; }
  /* line 228, _components.scss */
  .notice.is-warning {
    background: #fff5c6;
    color: #000; }

/* line 236, _components.scss */
.feedback-heading, .views-tovar-heading, .article-preview-heading, .special-categories-heading {
  font-weight: normal;
  margin: 0; }

/* line 247, _components.scss */
.feedback-heading, .views-tovar-heading {
  font-size: 1.25rem; }

/* line 259, _components.scss */
.article-preview-heading {
  font-size: 1rem; }

/* line 265, _components.scss */
.special-categories-heading {
  font-size: 1rem;
  font-weight: bold; }

/* line 302, _components.scss */
.news-feed .product-slider-heading, .void-place .product-slider-heading {
  font-size: 1.5rem; }
/* line 306, _components.scss */
.news-feed .product-slider-heading-wrapper, .void-place .product-slider-heading-wrapper {
  margin-left: 0; }
/* line 310, _components.scss */
.news-feed .article-preview-caption, .void-place .article-preview-caption {
  padding: 0; }

/* line 316, _components.scss */
.compares-widget-link {
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 321, _components.scss */
  .compares-widget-link:hover * {
    border-color: #e19a4a;
    color: #e19a4a; }

/* line 327, _components.scss */
.compare-widget-icon-header {
  display: block;
  font-size: 1.5rem; }
  /* line 458, _mixins.scss */
  .compare-widget-icon-header:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 334, _components.scss */
.compare-widget-caption {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  transition: none;
  color: #9c3c8c;
  text-decoration: none;
  font-size: 1.3rem;
  position: relative;
  position: relative;
  vertical-align: middle;
  padding: 1rem 0.8rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem; }
  /* line 499, _mixins.scss */
  .compare-widget-caption:active, .compare-widget-caption:focus, .compare-widget-caption:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 356, _components.scss */
.counter {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 30%;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    /* line 356, _components.scss */
    .counter {
      width: 100%;
      max-width: 80%; } }
  @media screen and (max-width: 380px) {
    /* line 356, _components.scss */
    .counter {
      max-width: 77%; } }
  /* line 376, _components.scss */
  .counter.hidden-counter {
    width: 3rem; }
    /* line 379, _components.scss */
    .counter.hidden-counter .counter-button {
      display: none; }
    /* line 383, _components.scss */
    .counter.hidden-counter .counter-input {
      border: 1px solid #eeeeee;
      outline: none; }
      /* line 387, _components.scss */
      .counter.hidden-counter .counter-input:focus {
        -webkit-box-shadow: 0px 0px 2px #e19a4a;
        box-shadow: 0px 0px 2px #e19a4a; }

/* line 396, _components.scss */
.counter-button {
  transition: .2s all;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 0;
  border: none;
  height: 100%;
  font-size: 12px;
  color: #9B9B9B;
  background-color: #F9F9F9;
  border-radius: 0; }
  /* line 409, _components.scss */
  .counter-button:hover {
    color: #fff;
    outline: none;
    background-color: #0c120c; }

/* line 416, _components.scss */
.product-button {
  font-weight: 600;
  height: 55px;
  background-color: #9c3c8c !important;
  color: white; }
  /* line 422, _components.scss */
  .product-button:hover {
    background-color: #e19a4a; }
  @media screen and (max-width: 480px) {
    /* line 416, _components.scss */
    .product-button {
      width: 100%;
      margin: 20px 0 0; } }
  @media screen and (max-width: 480px) {
    /* line 429, _components.scss */
    .product-button.js-variant-preorder {
      width: calc(100% - 70px);
      margin: 0; } }

/* line 434, _components.scss */
.product-rating-point {
  color: #777777; }

/* line 438, _components.scss */
.counter-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 1rem;
  border: none;
  background-color: white;
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  color: black;
  text-align: center;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0; }
  /* line 453, _components.scss */
  .counter-input:focus {
    outline: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

/* line 467, _components.scss */
.discount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    /* line 467, _components.scss */
    .discount-row {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 486, _components.scss */
.discount-input {
  min-width: 4rem;
  border: 1px solid #f6f6f6;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 45px;
  outline: none;
  line-height: 1.2;
  border-radius: 4px 0 0 4px; }
  /* line 498, _components.scss */
  .discount-input:focus {
    border: 1px solid #e4e4e4;
    box-shadow: 0 0px 7px #cccccc52; }
  @media screen and (max-width: 380px) {
    /* line 486, _components.scss */
    .discount-input {
      border-radius: 4px;
      border: 0;
      padding: 10px 15px;
      margin-bottom: 15px; } }

/* line 511, _components.scss */
.discount-notice {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 522, _components.scss */
.header-search {
  position: relative;
  margin-left: auto;
  padding-right: 0; }
  @media screen and (max-width: 768px) {
    /* line 522, _components.scss */
    .header-search {
      margin: 0;
      padding: 0; } }
  /* line 532, _components.scss */
  .header-search .search-widget-wrapper {
    padding: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* line 540, _components.scss */
.search-widget-wrapper {
  width: 100%; }
  /* line 543, _components.scss */
  .search-widget-wrapper .search-widget-field {
    border: 1px solid #eeeeee;
    font-size: 16px; }

/* line 551, _components.scss */
.search-widget.in-page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 560, _components.scss */
  .search-widget.in-page .search-widget-button {
    transition-duration: 0.3s;
    border: none;
    color: #000000;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent; }
    /* line 572, _components.scss */
    .search-widget.in-page .search-widget-button:before {
      font-size: 16px; }
    /* line 574, _components.scss */
    .search-widget.in-page .search-widget-button:hover {
      color: #e19a4a !important;
      background-color: transparent; }

/* line 583, _components.scss */
.header-block .search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2rem;
  line-height: 2rem;
  min-width: 3rem;
  background-color: white;
  color: #9c3c8c;
  margin-left: 0.25rem;
  padding: 0 0.3rem;
  border: none;
  outline: none; }
  /* line 632, _mixins.scss */
  .header-block .search-widget-field::-moz-placeholder {
    color: #9c3c8c;
    opacity: 1; }
  /* line 637, _mixins.scss */
  .header-block .search-widget-field:-ms-input-placeholder {
    color: #9c3c8c;
    opacity: 1; }
  /* line 642, _mixins.scss */
  .header-block .search-widget-field::-webkit-input-placeholder {
    color: #9c3c8c;
    opacity: 1; }
  /* line 648, _mixins.scss */
  .header-block .search-widget-field:focus::-moz-placeholder {
    color: #9c3c8c;
    opacity: 1; }
  /* line 653, _mixins.scss */
  .header-block .search-widget-field:focus:-ms-input-placeholder {
    color: #9c3c8c;
    opacity: 1; }
  /* line 658, _mixins.scss */
  .header-block .search-widget-field:focus::-webkit-input-placeholder {
    color: #9c3c8c;
    opacity: 0; }
  /* line 599, _components.scss */
  .header-block .search-widget-field:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #9c3c8c !important;
    /* Цвет фона */
    -webkit-text-fill-color: #9c3c8c !important;
    /* цвет текста */
    color: #9c3c8c !important;
    /* цвет текста */ }

/* line 607, _components.scss */
.ajs-dimmer {
  z-index: 1000; }

/* line 611, _components.scss */
.ajs-panel .ajs-body {
  min-height: 68px;
  background-color: #f6f6f6;
  padding-top: 0; }

/* line 617, _components.scss */
.footer-block {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  /* line 622, _components.scss */
  .footer-block a {
    color: #9c3c8c;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    text-decoration: none; }
    /* line 626, _components.scss */
    .footer-block a:hover {
      color: #e19a4a; }
  /* line 631, _components.scss */
  .footer-block img {
    height: auto;
    width: auto; }
  /* line 636, _components.scss */
  .footer-block .phone {
    margin-bottom: 0.5rem; }

/* line 641, _components.scss */
.ajs-body {
  min-height: 5rem; }

/* line 645, _components.scss */
.search-widget-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.2;
  border: 1px solid #eeeeee;
  padding: 14px 20px;
  outline: none;
  font-size: 15px;
  transition: .2s all; }
  /* line 656, _components.scss */
  .search-widget-field:focus {
    box-shadow: 0 2px 7px #e2e2e2a1; }

/* line 662, _components.scss */
.search-widget-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2rem;
  flex: 0 0 2rem;
  position: relative; }
  /* line 458, _mixins.scss */
  .search-widget-button:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.85rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -53%);
    transform: translate(-50%, -53%); }

/* line 682, _components.scss */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  display: inline-block;
  max-width: 100%;
  padding: 0;
  border: none;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-box-shadow: none;
  line-height: 1rem;
  box-shadow: none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 20px; }
  /* line 257, _mixins.scss */
  .button:active, .co-button[type="submit"]:active, .co-button[name="commit"]:active, .co-button[data-method="delete"]:active, .co-button.co-button--small:active, .co-modal-button:active, .co-tabs-node:active, .button:focus, .co-button[type="submit"]:focus, .co-button[name="commit"]:focus, .co-button[data-method="delete"]:focus, .co-button.co-button--small:focus, .co-modal-button:focus, .co-tabs-node:focus {
    outline: 0; }
  /* line 262, _mixins.scss */
  .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
    text-decoration: none;
    background-color: #e19a4a; }
  /* line 267, _mixins.scss */
  .button.disabled, .disabled.co-button[type="submit"], .disabled.co-button[name="commit"], .disabled.co-button[data-method="delete"], .disabled.co-button.co-button--small, .disabled.co-modal-button, .disabled.co-tabs-node, .button[disabled], [disabled].co-button[type="submit"], [disabled].co-button[name="commit"], [disabled].co-button[data-method="delete"], [disabled].co-button.co-button--small, [disabled].co-modal-button, [disabled].co-tabs-node, fieldset[disabled] .button, fieldset[disabled] .co-button[type="submit"], fieldset[disabled] .co-button[name="commit"], fieldset[disabled] .co-button[data-method="delete"], fieldset[disabled] .co-button.co-button--small, fieldset[disabled] .co-modal-button, fieldset[disabled] .co-tabs-node {
    cursor: not-allowed; }
  /* line 689, _components.scss */
  .button.is-filter-section-toggle, .is-filter-section-toggle.co-button[type="submit"], .is-filter-section-toggle.co-button[name="commit"], .is-filter-section-toggle.co-button[data-method="delete"], .is-filter-section-toggle.co-button.co-button--small, .is-filter-section-toggle.co-modal-button, .is-filter-section-toggle.co-tabs-node {
    padding: 0.5em 0;
    text-align: left; }
  /* line 694, _components.scss */
  .button.is-filter-section-submit, .is-filter-section-submit.co-button[type="submit"], .is-filter-section-submit.co-button[name="commit"], .is-filter-section-submit.co-button[data-method="delete"], .is-filter-section-submit.co-button.co-button--small, .is-filter-section-submit.co-modal-button, .is-filter-section-submit.co-tabs-node {
    display: none; }
  /* line 698, _components.scss */
  .button.is-readmore, .is-readmore.co-button[type="submit"], .is-readmore.co-button[name="commit"], .is-readmore.co-button[data-method="delete"], .is-readmore.co-button.co-button--small, .is-readmore.co-modal-button, .is-readmore.co-tabs-node {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #9c3c8c;
    color: #eeeeee;
    margin-left: auto; }
    /* line 281, _mixins.scss */
    .button.is-readmore:focus, .is-readmore.co-button[type="submit"]:focus, .is-readmore.co-button[name="commit"]:focus, .is-readmore.co-button[data-method="delete"]:focus, .is-readmore.co-button.co-button--small:focus, .is-readmore.co-modal-button:focus, .is-readmore.co-tabs-node:focus, .button.is-readmore:active, .is-readmore.co-button[type="submit"]:active, .is-readmore.co-button[name="commit"]:active, .is-readmore.co-button[data-method="delete"]:active, .is-readmore.co-button.co-button--small:active, .is-readmore.co-modal-button:active, .is-readmore.co-tabs-node:active, .button.is-readmore:hover, .is-readmore.co-button[type="submit"]:hover, .is-readmore.co-button[name="commit"]:hover, .is-readmore.co-button[data-method="delete"]:hover, .is-readmore.co-button.co-button--small:hover, .is-readmore.co-modal-button:hover, .is-readmore.co-tabs-node:hover {
      background-color: #e19a4a;
      color: #222222; }
    /* line 288, _mixins.scss */
    .button.is-readmore:-moz-focus-inner, .is-readmore.co-button[type="submit"]:-moz-focus-inner, .is-readmore.co-button[name="commit"]:-moz-focus-inner, .is-readmore.co-button[data-method="delete"]:-moz-focus-inner, .is-readmore.co-button.co-button--small:-moz-focus-inner, .is-readmore.co-modal-button:-moz-focus-inner, .is-readmore.co-tabs-node:-moz-focus-inner {
      border: 0; }
  /* line 704, _components.scss */
  .button.is-item-delete, .is-item-delete.co-button[type="submit"], .is-item-delete.co-button[name="commit"], .is-item-delete.co-button[data-method="delete"], .is-item-delete.co-button.co-button--small, .is-item-delete.co-modal-button, .is-item-delete.co-tabs-node {
    color: black;
    opacity: 0.5;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 458, _mixins.scss */
    .button.is-item-delete:after, .is-item-delete.co-button[type="submit"]:after, .is-item-delete.co-button[name="commit"]:after, .is-item-delete.co-button[data-method="delete"]:after, .is-item-delete.co-button.co-button--small:after, .is-item-delete.co-modal-button:after, .is-item-delete.co-tabs-node:after {
      font-family: "FontAwesome";
      content: ""; }
    /* line 710, _components.scss */
    .button.is-item-delete:hover, .is-item-delete.co-button[type="submit"]:hover, .is-item-delete.co-button[name="commit"]:hover, .is-item-delete.co-button[data-method="delete"]:hover, .is-item-delete.co-button.co-button--small:hover, .is-item-delete.co-modal-button:hover, .is-item-delete.co-tabs-node:hover {
      background-color: transparent;
      color: #e19a4a; }

/* line 718, _components.scss */
.fancybox-arrow:focus {
  outline: 0; }

/* line 723, _components.scss */
.co-order-information_value .co-button--small {
  padding: 0.3em 1em; }

/* line 730, _components.scss */
select {
  line-height: inherit;
  cursor: pointer;
  padding: 0.5rem;
  padding-left: 0.75rem;
  background-position: 96% 55% !important; }
  /* line 887, _mixins.scss */
  select:focus {
    outline: none; }
  /* line 891, _mixins.scss */
  select::-ms-expand {
    border: 0;
    color: transparent;
    background-color: transparent !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
    background-repeat: no-repeat;
    background-position: center; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
    /* line 730, _components.scss */
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      padding-right: 1.25rem;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAQAAABn7dZ6AAAAVUlEQVQI12NgwA1Ky0obUfheJZfBjGr5kpcltTDhMteSL+VhUE6VTumb0jKwavuSzyUxSNorDEvfleaXW5V+Kk1Cs6nMrPRDyZeyDCyOqJYvNmUgDABtXBsVW8rhNAAAAABJRU5ErkJggg==") !important;
      background-repeat: no-repeat;
      background-position: right 0.75rem center; } }
  /* line 738, _components.scss */
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }

/* line 748, _components.scss */
.option-selectors {
  margin-bottom: 1rem; }

/* line 752, _components.scss */
.option-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 765, _components.scss */
.option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px; }
  @media screen and (max-width: 768px) {
    /* line 765, _components.scss */
    .option {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
      flex: 1 0 50%; } }

/* line 790, _components.scss */
.form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin-bottom: 1.25rem; }

/* line 802, _components.scss */
.form.is-preorder .form-row.is-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

/* line 812, _components.scss */
.form-controls-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 820, _components.scss */
.option-label {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #9B9B9B; }

/* line 828, _components.scss */
.option-values input[type="radio"] {
  width: 20px;
  height: 20px;
  background: #eeeeee;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  border: 4px solid #eeeeee;
  outline: none; }
  /* line 838, _components.scss */
  .option-values input[type="radio"].is-active {
    background: #9c3c8c;
    border: 4px solid #EEEEEE; }

/* line 845, _components.scss */
.option-value.is-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 4px; }
  /* line 858, _components.scss */
  .option-value.is-radio.is-active {
    color: #9c3c8c; }
  /* line 859, _components.scss */
  .option-value.is-radio:hover {
    cursor: pointer; }
  /* line 863, _components.scss */
  .option-value.is-radio span {
    font-size: 24px;
    font-weight: 600;
    display: inline-block; }

/* line 875, _components.scss */
.labels-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
  max-width: 60%; }

/* line 889, _components.scss */
.label {
  margin: 0 0 5px 10px;
  padding: 5px 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  background-color: #9c3c8c;
  color: white;
  text-transform: uppercase; }
  /* line 901, _components.scss */
  .label.is-new {
    background: #5d9cec;
    color: white; }
  /* line 905, _components.scss */
  .label.is-preorder {
    background-color: #9c3c8c;
    color: white; }
  /* line 909, _components.scss */
  .label.not-available {
    background: #B30F23; }
  /* line 912, _components.scss */
  .label.is-discount {
    background: #9c3c8c; }
  @media screen and (max-width: 380px) {
    /* line 889, _components.scss */
    .label {
      font-size: 11px;
      padding: 4px 8px 6px; } }

/* line 926, _components.scss */
.image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  @media screen and (max-width: 480px) {
    /* line 926, _components.scss */
    .image-text {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 947, _components.scss */
.image-text-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 100%;
  padding: 15px; }
  /* line 954, _components.scss */
  .image-text-container.is-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0; }
  /* line 961, _components.scss */
  .image-text-container.is-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0; }
  /* line 968, _components.scss */
  .image-text-container.is-top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  /* line 973, _components.scss */
  .image-text-container.is-center {
    -ms-flex-item-align: center;
    align-self: center; }
  /* line 978, _components.scss */
  .image-text-container.is-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media screen and (max-width: 480px) {
    /* line 947, _components.scss */
    .image-text-container {
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 992, _components.scss */
.image-text__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  /* line 1002, _components.scss */
  .image-text__content p {
    color: #9B9B9B; }
  /* line 1003, _components.scss */
  .image-text__content b, .image-text__content strong {
    color: #000 !important; }
  /* line 1004, _components.scss */
  .image-text__content h2 {
    background: url(wave.svg) bottom left no-repeat;
    padding-bottom: 25px;
    margin-bottom: 20px; }
  /* line 1010, _components.scss */
  .image-text__content .button, .image-text__content .co-button[type="submit"], .image-text__content .co-button[name="commit"], .image-text__content .co-button[data-method="delete"], .image-text__content .co-button.co-button--small, .image-text__content .co-modal-button, .image-text__content .co-tabs-node {
    margin-top: 25px;
    color: #fff; }
  @media screen and (max-width: 480px) {
    /* line 992, _components.scss */
    .image-text__content {
      margin-top: 0.5rem; } }

/* line 1025, _components.scss */
.reviews-heading {
  font-size: 20px !important;
  margin-bottom: 12px; }

/* line 1029, _components.scss */
.reviews-text {
  font-size: 15px;
  margin-bottom: 20px; }

/* line 1033, _components.scss */
.reviews-wrapper {
  border: 1px solid #eeeeee;
  padding: 20px; }
  /* line 1037, _components.scss */
  .reviews-wrapper .h3 {
    margin-bottom: 15px; }
  /* line 1038, _components.scss */
  .reviews-wrapper .form-row {
    margin-bottom: 15px; }

/* line 1040, _components.scss */
.review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px; }
  /* line 1056, _components.scss */
  .review-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #9B9B9B;
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px; }

/* line 1073, _components.scss */
.review-content {
  font-size: 15px;
  color: #4A4A4A; }
  /* line 1077, _components.scss */
  .review-content p {
    margin-bottom: 10px; }

/* line 1081, _components.scss */
.review-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  margin: 0 0 10px; }
  /* line 1088, _components.scss */
  .review-image .is-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  @media screen and (max-width: 380px) {
    /* line 1081, _components.scss */
    .review-image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 7rem;
      flex: 0 0 7rem;
      width: 7rem; } }

/* line 1101, _components.scss */
.yandex_market {
  max-width: 95%;
  display: inline-block;
  margin: 3px 0 5px;
  transition: .2s all; }
  /* line 1107, _components.scss */
  .yandex_market:hover {
    opacity: .8; }

/* line 1114, _components.scss */
.feedback-wrapper {
  margin: 1.5rem 0; }

/* line 1118, _components.scss */
.feedback {
  background-color: #eeeeee;
  padding: 0 1.5rem;
  border-radius: 0.15rem; }

/* line 1124, _components.scss */
.feedback + .feedback {
  margin: 2rem 0; }

/* line 1128, _components.scss */
.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 1rem 0.5rem;
  margin: 0;
  color: #222222; }
  /* line 1150, _components.scss */
  .feedback-form .form-row {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    min-width: 150px; }
    @media (max-width: 480px) {
      /* line 1150, _components.scss */
      .feedback-form .form-row {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* line 1162, _components.scss */
.feedback-heading {
  color: #222222;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 1rem;
  padding-top: 1.25rem; }

/* line 1174, _components.scss */
.form-title {
  margin-bottom: 0.35rem;
  font-size: 1rem; }

/* line 1179, _components.scss */
.widget-form-field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0 0.25rem;
  width: 100%;
  line-height: 1.5rem;
  min-height: 2rem;
  padding-left: 1rem;
  font-size: 17px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 1px solid #eeeeee; }
  /* line 1195, _components.scss */
  .widget-form-field:focus {
    border: 1px solid #e19a4a; }

/* line 1200, _components.scss */
.button-widget-feedback {
  width: 100%;
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #9c3c8c;
  color: #eeeeee; }
  /* line 281, _mixins.scss */
  .button-widget-feedback:focus, .button-widget-feedback:active, .button-widget-feedback:hover {
    background-color: #e19a4a;
    color: #222222; }
  /* line 288, _mixins.scss */
  .button-widget-feedback:-moz-focus-inner {
    border: 0; }

/* line 1208, _components.scss */
.co-input-field:focus {
  border: 1px solid #e19a4a; }

/* line 1217, _components.scss */
.tabs-button {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 1239, _components.scss */
.tab-toggle {
  text-decoration: none;
  transition: .2s all;
  padding: 12px 25px;
  max-width: 100%;
  z-index: 1;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  margin-right: 10px;
  color: #9B9B9B;
  font-weight: 600;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  /* line 1257, _components.scss */
  .tab-toggle.is-opened {
    z-index: 99;
    color: #000000;
    border-bottom: 2px solid #9c3c8c; }
  /* line 1263, _components.scss */
  .tab-toggle:hover {
    background: #e6e6e6; }
  /* line 1267, _components.scss */
  .tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1272, _components.scss */
.tt-dropdown-menu {
  color: #222222; }

/* line 1276, _components.scss */
.tab-block {
  padding-bottom: 1rem;
  max-width: 100%;
  padding-top: 1rem; }

/* line 1285, _components.scss */
.tab-block-toolbar {
  padding: 1rem 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

/* line 1291, _components.scss */
.filter-field-input {
  display: none; }

/* line 1295, _components.scss */
.filter-section-toggle.button, .filter-section-toggle.co-button[type="submit"], .filter-section-toggle.co-button[name="commit"], .filter-section-toggle.co-button[data-method="delete"], .filter-section-toggle.co-button.co-button--small, .filter-section-toggle.co-modal-button, .filter-section-toggle.co-tabs-node {
  padding: 0.85rem 0.25rem 0.85rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-repeat: no-repeat;
  color: #9c3c8c;
  font-weight: 500;
  text-transform: none; }
  /* line 1310, _components.scss */
  .filter-section-toggle.button:hover, .filter-section-toggle.co-button[type="submit"]:hover, .filter-section-toggle.co-button[name="commit"]:hover, .filter-section-toggle.co-button[data-method="delete"]:hover, .filter-section-toggle.co-button.co-button--small:hover, .filter-section-toggle.co-modal-button:hover, .filter-section-toggle.co-tabs-node:hover {
    background-color: transparent; }
    /* line 1313, _components.scss */
    .filter-section-toggle.button:hover .filter-section-name, .filter-section-toggle.co-button[type="submit"]:hover .filter-section-name, .filter-section-toggle.co-button[name="commit"]:hover .filter-section-name, .filter-section-toggle.co-button[data-method="delete"]:hover .filter-section-name, .filter-section-toggle.co-button.co-button--small:hover .filter-section-name, .filter-section-toggle.co-modal-button:hover .filter-section-name, .filter-section-toggle.co-tabs-node:hover .filter-section-name {
      color: #777777; }

@font-face {
  font-family: 'Segoe UI';
  src: url("SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("SegoeUI.eot?#iefix") format("embedded-opentype"), url("SegoeUI.woff") format("woff"), url("SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("SegoeUI-SemiBold.woff") format("woff"), url("SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("SegoeUI-Bold.woff") format("woff"), url("SegoeUI-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Segoe UI';
  src: url("SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("SegoeUI-Italic.woff") format("woff"), url("SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
/* line 41, _layout.scss */
#banner-header {
  display: none; }

/* line 44, _layout.scss */
body {
  font-family: 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-decoration-skip: ink;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-decoration-skip: ink;
  background: #fff; }
  @media screen and (max-width: 1024px) {
    /* line 44, _layout.scss */
    body {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    /* line 44, _layout.scss */
    body {
      font-size: 14px; } }

/* line 57, _layout.scss */
.body-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 62, _layout.scss */
h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    /* line 62, _layout.scss */
    h2, .h2 {
      font-size: 20px; } }
  /* line 69, _layout.scss */
  h2 span, .h2 span {
    color: #9c3c8c; }

/* line 71, _layout.scss */
.h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    /* line 71, _layout.scss */
    .h3 {
      font-size: 16px; } }

/* line 78, _layout.scss */
.gray-text {
  color: #9B9B9B;
  line-height: 1.3; }
  /* line 82, _layout.scss */
  .gray-text b, .gray-text strong {
    color: #000; }

/* line 84, _layout.scss */
a {
  color: #e19a4a; }
  /* line 86, _layout.scss */
  a:hover {
    color: #e19a4a; }

/* line 93, _layout.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 107, _layout.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }
  @media screen and (max-width: 480px) {
    /* line 107, _layout.scss */
    .njs-alert-wrapper {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      margin: 0; } }

/* line 123, _layout.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 138, _layout.scss */
  .njs-alert p {
    font-size: 18px;
    line-height: 23px; }
  @media screen and (max-width: 480px) {
    /* line 123, _layout.scss */
    .njs-alert {
      width: 100%;
      height: 100%; } }

@media screen and (max-width: 768px) {
  /* line 153, _layout.scss */
  .header {
    padding-top: 0;
    border: 0;
    background: white; } }
/* line 161, _layout.scss */
.header a {
  color: #e19a4a;
  text-decoration: none;
  transition: .2s all; }
  /* line 165, _layout.scss */
  .header a:hover {
    opacity: .7; }
/* line 169, _layout.scss */
.header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 170, _layout.scss */
.header-first {
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 1024px) {
    /* line 170, _layout.scss */
    .header-first {
      margin-bottom: 0; } }
/* line 177, _layout.scss */
.header .logo-link svg {
  max-width: 100%; }

/* line 181, _layout.scss */
.top-panel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #9c3c8c;
  display: flex; }
  /* line 194, _layout.scss */
  .top-panel a {
    color: white !important; }
  /* line 196, _layout.scss */
  .top-panel-mobile {
    display: none; }
  @media screen and (max-width: 1024px) {
    /* line 181, _layout.scss */
    .top-panel {
      padding: 0;
      flex-wrap: nowrap;
      display: flex;
      background: #9c3c8c;
      margin-bottom: 15px;
      padding: 0px 0 0 10px; }
      /* line 206, _layout.scss */
      .top-panel-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
        max-height: 50px; }
        /* line 213, _layout.scss */
        .top-panel-mobile .button, .top-panel-mobile .co-button[type="submit"], .top-panel-mobile .co-button[name="commit"], .top-panel-mobile .co-button[data-method="delete"], .top-panel-mobile .co-button.co-button--small, .top-panel-mobile .co-modal-button, .top-panel-mobile .co-tabs-node {
          height: 100% !important;
          background: transparent !important;
          border-left: 1px solid white;
          border-radius: 0 !important; } }
  /* line 222, _layout.scss */
  .top-panel.fixed {
    position: fixed;
    top: 0;
    z-index: 9990;
    opacity: 1;
    width: 100%;
    background-color: #9c3c8c;
    box-shadow: 0px 2px 10px 1px #8888886e; }

/* line 232, _layout.scss */
.top_menu-li {
  display: inline-block;
  margin-right: 15px; }

/* line 238, _layout.scss */
.top_menu-right .top_menu-li {
  margin-right: 0;
  margin-left: 15px; }

/* line 243, _layout.scss */
.ajs-modal {
  z-index: 9999; }

/* line 246, _layout.scss */
.search-widget.in-search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 15px 0; }
  /* line 255, _layout.scss */
  .search-widget.in-search-panel .search-widget-field {
    border: 1px solid #eee; }
    /* line 258, _layout.scss */
    .search-widget.in-search-panel .search-widget-field:focus {
      box-shadow: 0 2px 5px #ececec; }
  /* line 261, _layout.scss */
  .search-widget.in-search-panel .search-widget-button:before {
    font-size: 1rem; }

/* line 266, _layout.scss */
.top-menu-wrapper {
  margin-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black; }
  @media screen and (max-width: 1024px) {
    /* line 266, _layout.scss */
    .top-menu-wrapper {
      margin: 0;
      padding: 0; } }

/* line 282, _layout.scss */
.collapse-block {
  padding-right: 0; }
  @media screen and (max-width: 1024px) {
    /* line 282, _layout.scss */
    .collapse-block {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      margin: 0;
      padding: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      /* line 302, _layout.scss */
      .collapse-block .phone {
        margin-right: 0.5rem;
        margin-top: 0.5rem; } }

/* line 309, _layout.scss */
.top-menu-icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0rem; }

/* line 319, _layout.scss */
.h100 {
  height: 100%; }

/* line 320, _layout.scss */
.contacts-top-menu {
  margin-top: 0;
  z-index: 5; }

/* line 458, _mixins.scss */
.contact-link.tel:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 0.5rem; }
/* line 458, _mixins.scss */
.contact-link.email:before {
  font-family: "FontAwesome";
  content: "";
  padding-right: 0.25rem; }

/* line 340, _layout.scss */
.contacts-icon {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  padding: 10px 25px !important; }
  /* line 499, _mixins.scss */
  .contacts-icon:active, .contacts-icon:focus, .contacts-icon:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 458, _mixins.scss */
  .contacts-icon:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 349, _layout.scss */
  .contacts-icon:before {
    font-size: 24px; }
  /* line 353, _layout.scss */
  .contacts-icon.is-active {
    background-color: white;
    color: #e19a4a; }

/* line 363, _layout.scss */
.left-header-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

/* line 369, _layout.scss */
.left-blocks-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 377, _layout.scss */
.header-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

/* line 389, _layout.scss */
.header-info {
  color: black; }

/* line 393, _layout.scss */
.contacts-top-menu-block {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 130;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  padding: 1rem 0;
  box-shadow: 0px 2px 15px 3px #88888847; }
  /* line 408, _layout.scss */
  .contacts-top-menu-block *, .contacts-top-menu-block .contact-link {
    color: #000000; }
  /* line 412, _layout.scss */
  .contacts-top-menu-block .address-text {
    font-weight: 500; }
  /* line 415, _layout.scss */
  .contacts-top-menu-block .address-inner-a {
    color: #000 !important; }

/* line 421, _layout.scss */
.left-header-block .phone {
  margin-bottom: 0.5rem; }
/* line 424, _layout.scss */
.left-header-block .contact-link {
  color: #9c3c8c;
  text-decoration: none; }

/* line 430, _layout.scss */
.left-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media screen and (max-width: 1024px) {
    /* line 430, _layout.scss */
    .left-blocks {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

/* line 447, _layout.scss */
.top-menu {
  margin-left: 1rem; }

/* line 451, _layout.scss */
.top-panel-wrapper {
  position: relative;
  z-index: 1;
  background-color: white;
  flex: 0 0 auto; }
  /* line 456, _layout.scss */
  .top-panel-wrapper.z-index {
    z-index: 1000; }

/* line 465, _layout.scss */
.form.is-feedback .form-controls-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  margin: auto; }

/* line 474, _layout.scss */
.top-menu-item {
  margin-right: 1rem; }

/* line 478, _layout.scss */
.top-menu-link.menu-link {
  color: #9c3c8c;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem; }
  /* line 484, _layout.scss */
  .top-menu-link.menu-link.is-active, .top-menu-link.menu-link.is-current, .top-menu-link.menu-link.is-hovered {
    background-color: #e19a4a;
    color: #e19a4a; }

/* line 492, _layout.scss */
.top-panel-open-sidebar {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: background-color 0.15s ease-out 0.15s;
  transition: background-color 0.15s ease-out 0.15s;
  padding: 7px 20px 7px 10px !important;
  font-weight: bold !important;
  border-right: 1px solid white;
  border-left: 0 !important; }
  /* line 475, _mixins.scss */
  .top-panel-open-sidebar:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 499, _mixins.scss */
  .top-panel-open-sidebar:active, .top-panel-open-sidebar:focus, .top-panel-open-sidebar:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 503, _layout.scss */
  .top-panel-open-sidebar:before {
    color: white;
    font-size: 20px; }

/* line 508, _layout.scss */
.client-account-link i {
  margin-right: 7px; }

/* line 511, _layout.scss */
.filter-panel-open-sidebar {
  width: 100%;
  font-weight: 500;
  margin-right: 0;
  background: none;
  border: 0;
  text-align: right;
  text-transform: lowercase;
  color: #0c120c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  /* line 475, _mixins.scss */
  .filter-panel-open-sidebar:before {
    font-family: "Bamblby";
    content: ""; }
  @media screen and (max-width: 480px) {
    /* line 511, _layout.scss */
    .filter-panel-open-sidebar {
      font-size: 13px; } }
  /* line 534, _layout.scss */
  .filter-panel-open-sidebar:before {
    padding-right: 7px;
    margin-top: 2px; }
  /* line 475, _mixins.scss */
  .filter-panel-open-sidebar:after {
    font-family: "Bamblby";
    content: "";
    padding-left: 0.5rem;
    font-size: 0.8rem; }

/* line 546, _layout.scss */
.header-block > .shopcart-widget-wrapper {
  margin-top: 0; }
/* line 550, _layout.scss */
.header-block > .top-panel-open-search {
  margin-top: 0; }

/* line 555, _layout.scss */
.top-panel-open-search {
  border-right: 1px solid white; }
  /* line 458, _mixins.scss */
  .top-panel-open-search:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 561, _layout.scss */
  .top-panel-open-search:hover {
    background-color: transparent; }
  @media screen and (max-width: 1024px) {
    /* line 555, _layout.scss */
    .top-panel-open-search {
      margin-left: 0; } }
  /* line 569, _layout.scss */
  .top-panel-open-search:before {
    font-size: 17px; }

/* line 578, _layout.scss */
.header-wrapper {
  flex: 0 0 auto;
  padding-top: 1rem;
  color: black;
  background-color: white; }

/** logotype_type */
/* line 587, _layout.scss */
.logotype-wrapper {
  text-align: center; }

/* line 591, _layout.scss */
.logotype-link {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  font-family: get-font();
  line-height: 1; }
  /* line 499, _mixins.scss */
  .logotype-link:active, .logotype-link:focus, .logotype-link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 602, _layout.scss */
.logotype-text {
  padding: 0px 5px;
  display: block; }

/* line 607, _layout.scss */
.m-input--checkbox input[type="checkbox"] {
  -webkit-appearance: checkbox;
  position: absolute;
  opacity: 0;
  z-index: 0;
  height: 1rem;
  width: 1rem;
  top: 0; }

/* line 619, _layout.scss */
.header-block a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .header-block a:active, .header-block a:focus, .header-block a:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
/* line 623, _layout.scss */
.header-block > * + * {
  margin-top: 0.5rem; }

/* line 628, _layout.scss */
.header-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0; }
  @media screen and (max-width: 1024px) {
    /* line 628, _layout.scss */
    .header-compare {
      margin: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-left: 0; } }

/** catalog-menu */
/* line 650, _layout.scss */
.main-menu-wrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 665, _layout.scss */
.search-widget.in-header, .search-widget.in-search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  /* line 671, _layout.scss */
  .search-widget.in-header .search-widget-button, .search-widget.in-search-panel .search-widget-button {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: none;
    color: #000000;
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent; }
    /* line 684, _layout.scss */
    .search-widget.in-header .search-widget-button:before, .search-widget.in-search-panel .search-widget-button:before {
      font-size: 16px; }
    /* line 686, _layout.scss */
    .search-widget.in-header .search-widget-button:hover, .search-widget.in-search-panel .search-widget-button:hover {
      color: #0c120c !important;
      background-color: transparent; }

/* line 694, _layout.scss */
.main-menu-item {
  color: #9c3c8c;
  text-decoration: none; }

/* line 699, _layout.scss */
.main-menu-link {
  color: #9c3c8c;
  padding: 0.5rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 707, _layout.scss */
  .main-menu-link.is-current {
    color: #e19a4a; }
  /* line 711, _layout.scss */
  .main-menu-link[data-menu-link-current='yes'] {
    color: #e19a4a; }
  /* line 714, _layout.scss */
  .main-menu-link.is-hovered {
    color: #e19a4a; }

/* line 721, _layout.scss */
.main-menu-marker {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.5rem;
  color: #9c3c8c; }
  /* line 467, _mixins.scss */
  .main-menu-marker:before {
    font-family: "Plus";
    content: ""; }
  /* line 729, _layout.scss */
  .main-menu-marker.is-current {
    color: #e19a4a; }

/** sidebar menu */
/* line 736, _layout.scss */
.sidebar-menu {
  margin-left: 0.5rem;
  background-color: #fff; }
  /* line 740, _layout.scss */
  .sidebar-menu.level-1 {
    margin-left: 0;
    margin-bottom: 2rem; }

/* line 746, _layout.scss */
.social-link-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 753, _layout.scss */
.sidebar-menu-item.level-1 {
  margin-left: 0;
  padding: 5px 20px;
  border-bottom: 1px solid #F6F6F6; }
/* line 759, _layout.scss */
.sidebar-menu-item.level-1:last-child {
  border-bottom: 2px solid #eeeeee; }

/* line 764, _layout.scss */
.sidebar-menu-link {
  padding: 6px 0;
  color: #000000;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-weight: 500;
  text-transform: uppercase;
  transition: .2s all; }
  /* line 778, _layout.scss */
  .sidebar-menu-link:hover {
    color: #777777; }
  /* line 782, _layout.scss */
  .sidebar-menu-link.is-active {
    color: #777777;
    font-weight: bold; }
  /* line 787, _layout.scss */
  .sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 796, _layout.scss */
  .sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 802, _layout.scss */
.sidebar-menu-marker {
  color: #000000;
  font-size: 13px;
  line-height: 1.2;
  padding: 2px; }
  /* line 808, _layout.scss */
  .sidebar-menu-marker:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067"; }

/* line 819, _layout.scss */
.filter-section-clear.is-filter-section-clear {
  padding: 12px 22px 12px 20px;
  background-color: transparent;
  margin-right: 0;
  color: #0c120c;
  font-weight: bold;
  font-size: 14px;
  border-radius: 0;
  text-align: center; }
  /* line 829, _layout.scss */
  .filter-section-clear.is-filter-section-clear:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d" !important;
    font-size: 16px !important; }

/* line 843, _layout.scss */
.mobile-sidebar-menu-item-controls {
  padding: 11px 5px 11px 15px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1; }
  /* line 850, _layout.scss */
  .mobile-sidebar-menu-item-controls.is-opened {
    background: #F6F6F6;
    color: #bf3286; }
  /* line 852, _layout.scss */
  .mobile-sidebar-menu-item-controls.is-active {
    color: #e19a4a;
    font-weight: bold; }
  /* line 857, _layout.scss */
  .mobile-sidebar-menu-item-controls.level-2 {
    text-transform: none;
    font-weight: 400;
    padding: 9px 5px 9px 30px; }
  /* line 863, _layout.scss */
  .mobile-sidebar-menu-item-controls.level-3 {
    text-transform: none;
    font-weight: 400;
    padding: 9px 5px 9px 50px; }

/* line 870, _layout.scss */
.mobile-sidebar-menu-link {
  color: #000;
  flex-wrap: nowrap; }
  /* line 874, _layout.scss */
  .mobile-sidebar-menu-link.is-opened {
    color: #9c3c8c; }
  /* line 875, _layout.scss */
  .mobile-sidebar-menu-link.is-active {
    color: #e19a4a; }
  /* line 877, _layout.scss */
  .mobile-sidebar-menu-link:before {
    padding-right: 0.5rem;
    font-size: 1rem; }
  /* line 885, _layout.scss */
  .mobile-sidebar-menu-link.level-1:before {
    font-size: 1rem; }

/* line 891, _layout.scss */
.mobile-sidebar-menu-marker {
  width: 2rem;
  font-size: 10px;
  font-weight: bold;
  color: #000; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 10px; }
  /* line 475, _mixins.scss */
  .mobile-sidebar-menu-marker.is-opened:before {
    font-family: "Bamblby";
    content: "";
    font-size: 10px; }
  /* line 909, _layout.scss */
  .mobile-sidebar-menu-marker.is-active {
    color: #e19a4a; }

/* menu-catalog */
/* line 920, _layout.scss */
.mega-menu.level-2 {
  width: calc((100vw - 1rem) / 4 * 3);
  max-width: calc((1220px - 1rem) / 4 * 3);
  border: 1px solid #eeeeee;
  padding: 1rem;
  background-color: white;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  column-fill: balance;
  -webkit-column-gap: 1rem;
  column-gap: 1rem;
  box-sizing: border-box; }
  /* line 937, _layout.scss */
  .mega-menu.level-2.is-hovered {
    display: block; }
  @media screen and (max-width: 1024px) {
    /* line 920, _layout.scss */
    .mega-menu.level-2 {
      width: calc((100vw - 1rem) / 3 * 2);
      -webkit-column-count: 2;
      column-count: 2; } }

/* line 956, _layout.scss */
.mega-menu-item .menu-marker {
  color: #222222; }
/* line 960, _layout.scss */
.mega-menu-item.level-1 {
  background-color: #eeeeee;
  border-bottom: 2px solid #c4c4c4; }
  /* line 963, _layout.scss */
  .mega-menu-item.level-1.is-hovered, .mega-menu-item.level-1.is-active {
    border-bottom: 2px solid #e19a4a; }
/* line 969, _layout.scss */
.mega-menu-item.level-2 {
  padding: 0.5rem 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-right: 2rem; }
/* line 978, _layout.scss */
.mega-menu-item.level-3 {
  margin-top: 0.5rem; }

/* line 986, _layout.scss */
.mega-menu-item-controls.level-1.is-hovered, .mega-menu-item-controls.level-1.is-active {
  background-color: #e19a4a;
  color: #222222; }

/* line 994, _layout.scss */
.mega-menu-link.level-3.is-current, .mega-menu-link.level-2.is-current {
  color: #e19a4a; }

/* line 998, _layout.scss */
.mega-menu.level-1 > .mega-menu-item:last-child {
  border-bottom: 2px solid #eeeeee; }

/* line 1003, _layout.scss */
.mega-menu-marker.level-1 {
  padding: 1rem;
  font-weight: bold; }
  /* line 475, _mixins.scss */
  .mega-menu-marker.level-1:before {
    font-family: "Bamblby";
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.5rem; }

/* line 1014, _layout.scss */
.mega-menu-link {
  text-decoration: none; }
  /* line 1017, _layout.scss */
  .mega-menu-link.level-1 {
    padding: 0.75rem 1.25rem;
    color: #000; }
    /* line 1022, _layout.scss */
    .mega-menu-link.level-1.is-hovered, .mega-menu-link.level-1.is-active {
      color: #222222; }
  /* line 1028, _layout.scss */
  .mega-menu-link.level-2 {
    color: #9c3c8c;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-weight: bold; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-2:active, .mega-menu-link.level-2:focus, .mega-menu-link.level-2:hover {
      color: #e19a4a;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 1034, _layout.scss */
  .mega-menu-link.level-3 {
    color: #9c3c8c;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .mega-menu-link.level-3:active, .mega-menu-link.level-3:focus, .mega-menu-link.level-3:hover {
      color: #e19a4a;
      -webkit-text-decoration: none;
      text-decoration: none; }
  /* line 1037, _layout.scss */
  .mega-menu-link.all-subcategory {
    font-weight: bold;
    padding-top: 1rem;
    border-top: 1px solid #777777; }
    /* line 1041, _layout.scss */
    .mega-menu-link.all-subcategory.is-active {
      color: #9c3c8c; }

/* line 1050, _layout.scss */
.breadcrumb-wrapper {
  margin-bottom: 25px; }
  @media screen and (max-width: 1024px) {
    /* line 1050, _layout.scss */
    .breadcrumb-wrapper {
      margin-bottom: 15px; } }

/* line 475, _mixins.scss */
.home-icon:before {
  font-family: "Bamblby";
  content: "";
  font-size: 1.25rem; }

/* line 1062, _layout.scss */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: flex-end;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-left: 0;
  margin-bottom: 0; }

/* line 1075, _layout.scss */
.breadcrumb-item {
  list-style-type: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 5px;
  padding: 0 2px;
  font-size: 15px;
  color: #7B7B7B; }
  @media screen and (max-width: 480px) {
    /* line 1075, _layout.scss */
    .breadcrumb-item {
      margin: 0.15rem 0;
      font-size: 14px; } }
  /* line 1089, _layout.scss */
  .breadcrumb-item + .breadcrumb-item:before {
    content: '–';
    font-size: 15px;
    margin-right: 2px; }

/* line 1097, _layout.scss */
.breadcrumb-link {
  color: #9B9B9B;
  transition: .2s all;
  border-bottom: 1px solid; }
  /* line 1102, _layout.scss */
  .breadcrumb-link:hover {
    color: #0c120c; }

/* line 1109, _layout.scss */
.page-headding {
  margin: 0 0 20px;
  font-size: 27px;
  line-height: 1.2;
  word-wrap: break-word;
  font-weight: bold; }
  @media screen and (max-width: 480px) {
    /* line 1109, _layout.scss */
    .page-headding {
      font-size: 20px; } }

@media screen and (max-width: 380px) {
  /* line 1118, _layout.scss */
  .index-description {
    margin: 0 !important; } }

/* line 1126, _layout.scss */
.content-wrapper {
  padding-top: 1rem;
  padding-bottom: 2rem; }

/* line 1135, _layout.scss */
.footer {
  flex: 0 0 auto;
  background: #1a1a1a;
  color: white;
  padding: 30px 0 40px; }
  @media screen and (max-width: 480px) {
    /* line 1135, _layout.scss */
    .footer {
      padding: 30px 0 10px; } }

/* line 1143, _layout.scss */
.develop-mobile {
  width: 100%;
  background: #1a1a1a;
  padding: 10px;
  text-align: center;
  color: white; }
  /* line 1150, _layout.scss */
  .develop-mobile a {
    color: white; }

/* line 1152, _layout.scss */
.footer-phones {
  margin: 20px 0 0; }
  /* line 1155, _layout.scss */
  .footer-phones a {
    color: white;
    margin-bottom: 5px;
    transition: .2s all; }
    @media screen and (max-width: 1024px) {
      /* line 1155, _layout.scss */
      .footer-phones a {
        font-size: 20px; } }
    @media screen and (max-width: 1024px) {
      /* line 1155, _layout.scss */
      .footer-phones a {
        font-size: 18px; } }
    @media screen and (max-width: 320px) {
      /* line 1155, _layout.scss */
      .footer-phones a {
        font-size: 16px; } }
    /* line 1164, _layout.scss */
    .footer-phones a:hover {
      color: #eaeaea; }
  /* line 1167, _layout.scss */
  .footer-phones .phones-span {
    color: white;
    margin-bottom: 5px;
    transition: .2s all; }
    @media screen and (max-width: 1024px) {
      /* line 1167, _layout.scss */
      .footer-phones .phones-span {
        font-size: 14px; } }
    @media screen and (max-width: 1024px) {
      /* line 1167, _layout.scss */
      .footer-phones .phones-span {
        font-size: 13px; } }
    @media screen and (max-width: 320px) {
      /* line 1167, _layout.scss */
      .footer-phones .phones-span {
        font-size: 11px; } }
    /* line 1175, _layout.scss */
    .footer-phones .phones-span:hover {
      color: #eaeaea; }

@media screen and (max-width: 480px) {
  /* line 1180, _layout.scss */
  .footer-menu-left {
    margin-bottom: 20px; } }
/* line 1184, _layout.scss */
.footer-menu-title {
  font-weight: bold;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    /* line 1184, _layout.scss */
    .footer-menu-title {
      margin-bottom: 15px; } }
/* line 1191, _layout.scss */
.footer-menu-list li {
  display: inline-block;
  width: 100%;
  margin: 0 0 8px; }
/* line 1197, _layout.scss */
.footer-menu-link {
  color: white;
  text-decoration: none;
  transition: .2s all;
  padding: 0;
  line-height: 1.2;
  border-bottom: 1px solid transparent; }
  /* line 1205, _layout.scss */
  .footer-menu-link:hover {
    border-color: #eaeaea;
    color: #eaeaea; }

/* line 1216, _layout.scss */
.toolbar {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px; }
  /* line 1228, _layout.scss */
  .toolbar.at-bottom {
    border-bottom: 0;
    border-top: 1px solid #eee;
    padding: 10px 0 0; }
  /* line 1234, _layout.scss */
  .toolbar.search-results-toolbar {
    border: 0;
    padding: 0; }

/* line 1240, _layout.scss */
.contacts-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

/* line 1249, _layout.scss */
.toolbar-inner {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 380px) {
    /* line 1249, _layout.scss */
    .toolbar-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; } }
  /* line 1276, _layout.scss */
  .toolbar-inner > * {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    display: inline-block; }

/* line 1284, _layout.scss */
.is-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    /* line 1284, _layout.scss */
    .is-between {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  @media screen and (max-width: 380px) {
    /* line 1284, _layout.scss */
    .is-between {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1302, _layout.scss */
.filter-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px; }
  @media screen and (min-width: 1025px) {
    /* line 1302, _layout.scss */
    .filter-collapse {
      display: none; } }
  @media screen and (max-width: 480px) {
    /* line 1302, _layout.scss */
    .filter-collapse {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%; } }

/* line 1327, _layout.scss */
.collection-order-label {
  padding-right: 0.5rem; }
  /* line 1330, _layout.scss */
  .collection-order-label.order-sort {
    display: none; }

/* line 1339, _layout.scss */
.products-list {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 380px) {
    /* line 1339, _layout.scss */
    .products-list {
      margin-top: 0; } }

/* line 1356, _layout.scss */
.sidebar-block + .sidebar-block {
  margin-top: 2rem; }

/* line 1363, _layout.scss */
.header-block a.backcall-toggle {
  margin-left: 1.6rem;
  position: relative;
  color: #e19a4a;
  border-bottom: 1px dotted;
  height: 0.8rem;
  font-size: 0.8rem;
  display: inline-block; }
  @media screen and (max-width: 1024px) {
    /* line 1363, _layout.scss */
    .header-block a.backcall-toggle {
      margin-top: 0.5rem;
      height: 1rem;
      font-size: 1rem; } }
  /* line 1378, _layout.scss */
  .header-block a.backcall-toggle:hover {
    border: none; }
/* line 1384, _layout.scss */
.header-block a.backcall-toggle-block {
  margin-left: 0; }

/* line 1392, _layout.scss */
.is-modal-filter .filter-section-clear.is-filter-section-clear {
  color: #0c120c; }
/* line 1397, _layout.scss */
.is-modal-filter .sidebar-menu-marker.filter-marker:before {
  color: #0c120c; }
/* line 1402, _layout.scss */
.is-modal-filter .filter-section-toggle.button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[type="submit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[name="commit"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button[data-method="delete"]:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-button.co-button--small:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-modal-button:hover .filter-section-name, .is-modal-filter .filter-section-toggle.co-tabs-node:hover .filter-section-name {
  color: #0c120c; }
/* line 1406, _layout.scss */
.is-modal-filter .filter-section-control:hover span {
  color: #0c120c; }
/* line 1414, _layout.scss */
.is-modal-filter .filter-section-name:hover {
  color: #1a201a; }

/* line 1421, _layout.scss */
.block-top-panel {
  color: black;
  display: table;
  padding-right: 1rem; }
  /* line 1426, _layout.scss */
  .block-top-panel * {
    display: table-cell; }

/* line 1431, _layout.scss */
.product-rating-point {
  color: #9B9B9B;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  /* line 1440, _layout.scss */
  .product-rating-point.is-current {
    color: #FCDD10; }
  /* line 1442, _layout.scss */
  .product-rating-point:after {
    content: "\f005" !important;
    font-size: 16px; }

/* line 1449, _layout.scss */
.form-rating-label:hover, .form-rating-label:hover ~ .form-rating-label {
  color: #F9CB40 !important; }
/* line 1450, _layout.scss */
.form-rating-label:after {
  font-size: 20px; }

/* line 1454, _layout.scss */
.form-rating-input:checked ~ .form-rating-label {
  color: #F9CB40 !important; }

/* line 1455, _layout.scss */
.product-card-rating {
  width: 100%;
  display: inline-block;
  margin: 10px 0 5px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1471, _layout.scss */
.ajs-message.ajs-success {
  background: rgba(12, 18, 12, 0.9);
  color: #fff; }

/* line 1477, _layout.scss */
.product-card-form_block .button.button-buy.is-primary, .product-card-form_block .button-buy.is-primary.co-button[type="submit"], .product-card-form_block .button-buy.is-primary.co-button[name="commit"], .product-card-form_block .button-buy.is-primary.co-button[data-method="delete"], .product-card-form_block .button-buy.is-primary.co-button.co-button--small, .product-card-form_block .button-buy.is-primary.co-modal-button, .product-card-form_block .button-buy.is-primary.co-tabs-node {
  padding: .5em; }

/* line 1480, _layout.scss */
.logo-link:hover, .favorite-link:hover, .shopcart-widget-link:hover {
  opacity: 1 !important; }

@media screen and (max-width: 480px) {
  /* line 1481, _layout.scss */
  .phones {
    margin-top: -5px; } }
/* line 1485, _layout.scss */
.phones-a {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 3px;
  width: 100%; }
  @media screen and (max-width: 480px) {
    /* line 1485, _layout.scss */
    .phones-a {
      font-size: 18px; } }
  @media screen and (max-width: 380px) {
    /* line 1485, _layout.scss */
    .phones-a {
      font-size: 15px; } }
/* line 1497, _layout.scss */
.phones-span {
  border-bottom: 1px dashed;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: #9B9B9B;
  transition: .2s all; }
  /* line 1505, _layout.scss */
  .phones-span:hover {
    color: #0c120c; }
  @media screen and (max-width: 480px) {
    /* line 1497, _layout.scss */
    .phones-span {
      font-size: 15px; } }
  @media screen and (max-width: 380px) {
    /* line 1497, _layout.scss */
    .phones-span {
      font-size: 11px; } }

/* line 1511, _layout.scss */
.gray_text {
  color: #9B9B9B; }

/* line 1514, _layout.scss */
.time-text {
  margin-bottom: 7px;
  display: inline-block;
  width: 100%; }

/* line 1519, _layout.scss */
.time-inner-span {
  display: inline-block;
  margin-right: 10px; }

/* line 1523, _layout.scss */
.address-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 7px; }

/* line 1528, _layout.scss */
.address-inner {
  font-weight: 500; }

/* line 1532, _layout.scss */
.favorite-count, .compares-count {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 6px;
  line-height: 1.2;
  font-size: 14px;
  height: 100%;
  width: 44px;
  text-align: center;
  color: #9b9b9b; }
  @media screen and (max-width: 1024px) {
    /* line 1532, _layout.scss */
    .favorite-count, .compares-count {
      padding: 7px 0 10px 4px;
      width: inherit;
      color: white;
      position: relative;
      font-size: 14px; } }
/* line 1553, _layout.scss */
.favorite-link, .compares-link {
  background: #ffffff;
  padding: 14px 47px 14px 15px;
  position: relative;
  line-height: 1.2;
  width: 100%;
  display: block;
  text-align: center;
  transition: .2s all;
  border: 1px solid #eeeeee;
  color: #000 !important; }
  @media screen and (max-width: 1024px) {
    /* line 1553, _layout.scss */
    .favorite-link, .compares-link {
      padding: 14px 10px; } }
  @media screen and (max-width: 1024px) {
    /* line 1553, _layout.scss */
    .favorite-link, .compares-link {
      padding: 10px 13px 10px 18px !important;
      height: 100%;
      background: transparent;
      border: 0;
      border-right: 1px solid white;
      border-radius: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; } }
  /* line 1585, _layout.scss */
  .favorite-link:hover, .compares-link:hover {
    background: #9c3c8c;
    color: white !important;
    border: 1px solid #9c3c8c;
    opacity: 1 !important; }
    /* line 1591, _layout.scss */
    .favorite-link:hover .favorite-count, .favorite-link:hover .compares-count, .compares-link:hover .favorite-count, .compares-link:hover .compares-count {
      color: white !important; }
  /* line 1594, _layout.scss */
  .favorite-link i, .compares-link i {
    font-size: 19px; }
    @media screen and (max-width: 1024px) {
      /* line 1594, _layout.scss */
      .favorite-link i, .compares-link i {
        display: block;
        margin-right: 7px;
        font-weight: bold; } }
    @media screen and (max-width: 480px) {
      /* line 1594, _layout.scss */
      .favorite-link i, .compares-link i {
        font-size: 17px; } }

@media (min-width: 780px) {
  /* line 1603, _layout.scss */
  .js-shopcart-widget-count {
    position: absolute;
    top: -5px;
    left: 12%;
    background: #9c3c8c;
    color: white;
    padding: 3px 7px 4px;
    border-radius: 15px;
    font-size: 13px;
    min-width: 22px;
    text-align: center; } }

/* line 1618, _layout.scss */
.shopcart-widget-link {
  background: #ffffff;
  padding: 0;
  border-radius: 4px;
  position: relative;
  line-height: 1.2;
  width: 100%;
  display: inline-block;
  text-align: left;
  transition: .2s all;
  color: #000 !important; }
  @media screen and (max-width: 1024px) {
    /* line 1618, _layout.scss */
    .shopcart-widget-link {
      border: 1px solid #eeeeee;
      padding: 10px 15px; } }
  @media screen and (max-width: 768px) {
    /* line 1618, _layout.scss */
    .shopcart-widget-link {
      display: none; } }
  /* line 1637, _layout.scss */
  .shopcart-widget-link img {
    float: left;
    max-width: 38px;
    margin-right: 5px; }
  /* line 1643, _layout.scss */
  .shopcart-widget-link:hover {
    color: #e19a4a !important; }
/* line 1648, _layout.scss */
.shopcart-widget-right {
  display: inline-block;
  float: left;
  width: calc(100% - 50px);
  padding-left: 10px; }
/* line 1655, _layout.scss */
.shopcart-widget-inner {
  display: inline-block;
  font-weight: 500; }
/* line 1660, _layout.scss */
.shopcart-widget-bottom {
  color: #9B9B9B;
  font-style: italic;
  padding-top: 5px;
  font-size: 14px; }
  @media screen and (max-width: 1220px) {
    /* line 1660, _layout.scss */
    .shopcart-widget-bottom {
      font-size: 13px; } }

@media screen and (max-width: 768px) {
  /* line 1671, _layout.scss */
  .shopcart-mobile {
    padding: 10px 13px 10px 18px !important;
    height: 100%;
    background: transparent;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px; } }
/* line 1691, _layout.scss */
.shopcart-mobile i {
  font-size: 16px;
  display: block;
  margin-right: 9px; }

/* line 1697, _layout.scss */
.sidebar-block {
  background: #fff; }
  /* line 1700, _layout.scss */
  .sidebar-block-heading, .filter-heading {
    font-size: 15px;
    display: block;
    padding: 18px 25px 16px;
    border-bottom: 1px solid #EEEEEE; }
    @media screen and (max-width: 1024px) {
      /* line 1700, _layout.scss */
      .sidebar-block-heading, .filter-heading {
        padding: 15px; } }
  /* line 1709, _layout.scss */
  .sidebar-block-menu {
    margin-top: -64px;
    background: #9c3c8c;
    margin-bottom: 25px; }
    /* line 1714, _layout.scss */
    .sidebar-block-menu .sidebar-block-heading, .sidebar-block-menu .filter-heading {
      border-bottom: 1px solid #e19a4a;
      color: white; }
  /* line 1717, _layout.scss */
  .sidebar-block-filter {
    background: #F9F9F9;
    border: 1px solid #EEEEEE;
    margin-bottom: 40px; }

/* line 1723, _layout.scss */
.sidebar-similar {
  border: 1px solid #eeeeee;
  padding: 20px 20px 5px;
  margin-bottom: 40px; }
  /* line 1728, _layout.scss */
  .sidebar-similar .sidebar-block-heading, .sidebar-similar .filter-heading {
    font-size: 20px;
    padding: 0;
    border: 0;
    margin-bottom: 20px; }

/* line 1737, _layout.scss */
.collection-menu-icon {
  max-width: 33px;
  max-height: 33px;
  margin-right: 10px;
  border-radius: 50%; }
  @media screen and (max-width: 480px) {
    /* line 1737, _layout.scss */
    .collection-menu-icon {
      max-height: 20px;
      max-width: 20px; } }
@media screen and (max-width: 480px) {
  /* line 1746, _layout.scss */
  .collection-menu-span {
    display: inline-block;
    width: calc(100% - 35px); } }
/* line 1753, _layout.scss */
.collection-menu-level-3 {
  padding: 7px 0 0 0px; }
  /* line 1755, _layout.scss */
  .collection-menu-level-3 .collection-menu-item {
    padding: 0 !important; }
  /* line 1756, _layout.scss */
  .collection-menu-level-3 .collection-menu-link-small {
    padding-left: 0;
    color: #4A4A4A !important; }
    /* line 1758, _layout.scss */
    .collection-menu-level-3 .collection-menu-link-small:hover {
      color: #e19a4a !important; }
/* line 1762, _layout.scss */
.collection-menu-item {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.2;
  /*position: relative;*/ }
  /* line 1770, _layout.scss */
  .collection-menu-item a {
    color: white;
    padding: 2px 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    transition: .2s all;
    display: flex;
    align-items: center;
    margin-bottom: 5px; }
    /* line 1783, _layout.scss */
    .collection-menu-item a:hover {
      color: #e19a4a; }
    /* line 1785, _layout.scss */
    .collection-menu-item a i {
      float: left;
      font-size: 14px;
      padding: 0 10px 0 0; }
/* line 1793, _layout.scss */
.collection-menu-link-small {
  padding: 4px;
  font-size: 15px !important;
  text-transform: none;
  font-weight: 400 !important; }
/* line 1800, _layout.scss */
.collection-menu-level-2 {
  float: left;
  width: 100%;
  display: inline-block;
  margin: 3px 0 5px 15px; }

/* line 1807, _layout.scss */
.collection-menu-item .collection-menu-link {
  color: #9c3c8c; }

/* line 1810, _layout.scss */
.collection-menu-level-2 .is-opened .collection-menu-link {
  color: #9c3c8c; }

/* line 1811, _layout.scss */
.collection-menu-level-3 .active .collection-menu-link {
  color: #9c3c8c !important; }

/* line 1813, _layout.scss */
.level-2-overflow .collection-menu-link {
  margin: 0 0 3px;
  line-height: 1.2;
  padding: 0;
  color: black;
  font-weight: 400;
  font-size: 15px; }
/* line 1824, _layout.scss */
.level-2-overflow .collection-menu-item.is-brand {
  padding: 3px 20px;
  margin-bottom: 3px; }
  /* line 1828, _layout.scss */
  .level-2-overflow .collection-menu-item.is-brand .collection-menu-link {
    margin: 0; }

/* line 1832, _layout.scss */
.head-tab {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    /* line 1832, _layout.scss */
    .head-tab {
      margin: 0; } }

/* line 1848, _layout.scss */
.special-heading {
  font-size: 20px;
  color: #000000;
  padding: 10px 20px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #eee;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    /* line 1848, _layout.scss */
    .special-heading {
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    /* line 1848, _layout.scss */
    .special-heading {
      font-size: 15px;
      margin: 0 0 10px;
      width: 100%; } }
  /* line 1865, _layout.scss */
  .special-heading.is-active {
    background: #9c3c8c;
    color: white; }
    /* line 1869, _layout.scss */
    .special-heading.is-active:after {
      content: none !important; }

/* line 1872, _layout.scss */
.special-products {
  padding-bottom: 50px; }

/* line 1875, _layout.scss */
.lined_link {
  font-weight: 500;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  transition: .2s all;
  color: black; }
  /* line 1882, _layout.scss */
  .lined_link:hover {
    color: #e19a4a; }

/* line 1884, _layout.scss */
.brand {
  background: #f6f6f6;
  padding: 30px 0 20px; }
  @media screen and (max-width: 480px) {
    /* line 1884, _layout.scss */
    .brand {
      margin-top: 10px !important;
      padding-bottom: 0px !important; } }
  /* line 1890, _layout.scss */
  .brand-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px; }
  /* line 1902, _layout.scss */
  .brand-img {
    height: 100px;
    border: 1px solid #fff;
    background: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
    transition: .2s all;
    width: 100%; }
    @media screen and (max-width: 480px) {
      /* line 1902, _layout.scss */
      .brand-img {
        margin-bottom: 8px; } }
  /* line 1922, _layout.scss */
  .brand-image {
    max-height: 100%; }
  /* line 1923, _layout.scss */
  .brand-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%; }
    /* line 1937, _layout.scss */
    .brand-link .gray_text {
      display: none; }
    @media screen and (max-width: 480px) {
      /* line 1923, _layout.scss */
      .brand-link {
        font-size: 13px; } }
    /* line 1941, _layout.scss */
    .brand-link:hover .brand-img {
      /*box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);*/
      border: 1px solid #9c3c8c; }
  @media screen and (max-width: 480px) {
    /* line 1947, _layout.scss */
    .brand .cell-20 {
      margin-bottom: 10px; } }

/* line 1952, _layout.scss */
.image-text-wrapper {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 15px; }

/* line 1958, _layout.scss */
.news-feed {
  padding: 15px; }
  /* line 1961, _layout.scss */
  .news-feed .news-feed-head {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0 20px;
    display: inline-block; }

/* line 1969, _layout.scss */
.button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
  background: #9c3c8c;
  color: white;
  padding: 15px 30px;
  line-height: 1.2;
  font-weight: 500;
  transition: .2s all;
  font-weight: bold;
  text-transform: uppercase; }
  @media screen and (max-width: 1024px) {
    /* line 1969, _layout.scss */
    .button, .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small, .co-modal-button, .co-tabs-node {
      padding: 10px 20px; } }
  /* line 1981, _layout.scss */
  .button:hover, .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover, .co-modal-button:hover, .co-tabs-node:hover {
    background: #9c3c8c !important;
    color: white !important; }

/* line 1986, _layout.scss */
#showmore {
  position: relative;
  overflow: hidden; }
  /* line 1990, _layout.scss */
  #showmore:after {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    height: 30%;
    position: absolute; }

/* line 2000, _layout.scss */
.showmore_trigger {
  position: relative;
  z-index: 99;
  color: #000;
  font-weight: 500;
  margin: 20px 0 0;
  transition: .2s all;
  text-align: center;
  background: #fff;
  cursor: pointer; }
  /* line 2011, _layout.scss */
  .showmore_trigger span {
    border-bottom: 1px solid; }
  /* line 2015, _layout.scss */
  .showmore_trigger:hover {
    color: #e19a4a; }

/* line 2017, _layout.scss */
.subscribe {
  background: #0c120c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
  background-size: cover !important;
  position: relative; }
  @media screen and (max-width: 480px) {
    /* line 2017, _layout.scss */
    .subscribe {
      background-size: cover;
      background-position: 0% center; } }
  /* line 2035, _layout.scss */
  .subscribe:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    z-index: 0;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }
  /* line 2049, _layout.scss */
  .subscribe .container {
    z-index: 1; }
  /* line 2051, _layout.scss */
  .subscribe-title {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2; }
    @media screen and (max-width: 480px) {
      /* line 2051, _layout.scss */
      .subscribe-title {
        margin-bottom: 15px; } }
  /* line 2058, _layout.scss */
  .subscribe-inner {
    position: relative; }
  /* line 2061, _layout.scss */
  .subscribe-small {
    font-size: 13px;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    line-height: 1.2; }
  /* line 2069, _layout.scss */
  .subscribe.collection {
    margin: 30px 0 20px !important; }
  /* line 2071, _layout.scss */
  .subscribe-no-settings {
    background: #9c3c8c;
    padding: 30px;
    color: white;
    border-radius: 4px;
    margin: 60px 0 !important; }
    @media screen and (max-width: 480px) {
      /* line 2071, _layout.scss */
      .subscribe-no-settings {
        margin: 10px 0 !important; } }

/* line 2081, _layout.scss */
.subscribe-form-item__control--input-email {
  padding: 15px;
  border: 0;
  width: 100%;
  outline: none;
  transition: .2s all; }
  @media screen and (max-width: 480px) {
    /* line 2081, _layout.scss */
    .subscribe-form-item__control--input-email {
      margin-bottom: 15px; } }
  /* line 2090, _layout.scss */
  .subscribe-form-item__control--input-email:focus {
    box-shadow: 0 2px 6px #67676770; }

/* line 2094, _layout.scss */
.subscribe-form-item__btn--btn-submit {
  width: 100%;
  border: 0;
  padding: 15px;
  background: #9c3c8c;
  outline: none;
  color: white;
  font-weight: 500;
  transition: .2s all;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold; }
  /* line 2107, _layout.scss */
  .subscribe-form-item__btn--btn-submit:hover {
    background: #9c3c8c;
    color: white; }

/* line 2109, _layout.scss */
.subscribe-text {
  margin-bottom: 20px; }

/* line 2112, _layout.scss */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 480px) {
    /* line 2112, _layout.scss */
    .social {
      margin-top: 20px; } }
  /* line 2128, _layout.scss */
  .social-title {
    margin-bottom: 15px; }
  /* line 2132, _layout.scss */
  .social-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 2142, _layout.scss */
    .social-menu-item {
      list-style-type: none;
      padding: 0;
      display: inline-block;
      padding-right: 10px; }

/* line 2150, _layout.scss */
.social-menu-link {
  color: white;
  text-decoration: none;
  transition: .2s all;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 4px;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 1024px) {
    /* line 2150, _layout.scss */
    .social-menu-link {
      width: 35px;
      height: 35px; } }
  /* line 2173, _layout.scss */
  .social-menu-link:hover {
    background: #9c3c8c;
    color: white; }

/* line 2178, _layout.scss */
.email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap; }
  /* line 2188, _layout.scss */
  .email i {
    margin-right: 10px; }

/* line 2193, _layout.scss */
.footer-address .address-inner {
  font-weight: 600; }

/* line 2195, _layout.scss */
.footer-time {
  margin: 20px 0; }
  /* line 2198, _layout.scss */
  .footer-time .time-text {
    margin-bottom: 10px; }
  /* line 2199, _layout.scss */
  .footer-time .time-inner-span {
    margin: 0 0 5px;
    width: 100%; }

/* line 2202, _layout.scss */
.footer-contacts a {
  color: white;
  transition: .2s all; }
  /* line 2206, _layout.scss */
  .footer-contacts a:hover {
    color: #eaeaea;
    border-color: transparent; }
/* line 2209, _layout.scss */
.footer-contacts .phones, .footer-contacts .address {
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    /* line 2214, _layout.scss */
    .footer-contacts .phones a, .footer-contacts .address a {
      font-size: 13px; } }
@media screen and (max-width: 380px) {
  /* line 2220, _layout.scss */
  .footer-contacts .phones-inner {
    width: calc(100% - 50px); }
  /* line 2221, _layout.scss */
  .footer-contacts .phones a, .footer-contacts .address a {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 3px; } }

/* line 2228, _layout.scss */
.footer-payment {
  margin-top: 25px; }
  @media screen and (max-width: 1024px) {
    /* line 2228, _layout.scss */
    .footer-payment {
      margin: 20px 0; } }
  /* line 2233, _layout.scss */
  .footer-payment span {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
  /* line 2238, _layout.scss */
  .footer-payment img {
    max-height: 30px; }
    @media screen and (max-width: 480px) {
      /* line 2238, _layout.scss */
      .footer-payment img {
        max-height: 20px; } }

/* line 2244, _layout.scss */
.develop {
  margin-top: 25px;
  transition: .2s all; }
  /* line 2248, _layout.scss */
  .develop-2 {
    margin-top: 4px; }
  /* line 2250, _layout.scss */
  .develop:hover {
    opacity: 1; }

@media screen and (max-width: 1024px) {
  /* line 2252, _layout.scss */
  .logo-image {
    max-width: 200px; } }
@media screen and (max-width: 480px) {
  /* line 2252, _layout.scss */
  .logo-image {
    max-width: 100%;
    margin-top: -10px; } }

/* line 2256, _layout.scss */
.logo-text {
  display: inline-block;
  font-size: 13.8px;
  width: 236px;
  text-align: center;
  font-style: italic;
  color: #7B7B7B; }
  @media screen and (max-width: 1024px) {
    /* line 2256, _layout.scss */
    .logo-text {
      font-size: 12px;
      width: 200px; } }
  @media screen and (max-width: 480px) {
    /* line 2256, _layout.scss */
    .logo-text {
      font-size: 11px;
      text-align: center;
      line-height: 1.2;
      width: 100%; } }

/* line 2276, _layout.scss */
.gift-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  padding: 15px; }
  /* line 2291, _layout.scss */
  .gift-text p {
    margin-left: 10px !important;
    margin-bottom: 0 !important; }

/* line 2296, _layout.scss */
.gift-row {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 2302, _layout.scss */
  .gift-row .cell-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 2313, _layout.scss */
    .gift-row .cell-3 img {
      max-width: 150px; }

/* line 2316, _layout.scss */
.page-showroom {
  border: 1px solid #f1f1f1;
  padding: 15px 15px 10px;
  margin: 25px 0;
  border-radius: 4px; }
  /* line 2322, _layout.scss */
  .page-showroom p {
    margin: 0 0 10px; }
  /* line 2324, _layout.scss */
  .page-showroom img {
    float: left;
    margin-right: 7px; }

/* line 2326, _layout.scss */
.page-delivery {
  margin-top: 40px;
  margin-bottom: 10px; }
  /* line 2330, _layout.scss */
  .page-delivery .cell-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; }
  /* line 2345, _layout.scss */
  .page-delivery-text {
    display: inline-block;
    width: 100%;
    margin: 30px 0 20px; }
    /* line 2350, _layout.scss */
    .page-delivery-text p {
      margin-bottom: 7px !important;
      line-height: 1.2;
      font-size: 15px !important; }
    /* line 2355, _layout.scss */
    .page-delivery-text h4 {
      font-weight: 600;
      font-size: 18px;
      line-height: 1.2;
      margin-bottom: 10px; }
  /* line 2363, _layout.scss */
  .page-delivery-img {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 2376, _layout.scss */
    .page-delivery-img img {
      margin: 0 auto;
      max-width: 170px;
      max-height: 80px; }

/* line 2379, _layout.scss */
iframe {
  border: 0; }

/* line 2382, _layout.scss */
.sales {
  margin-bottom: 15px;
  margin-top: 35px; }
  /* line 2386, _layout.scss */
  .sales div div {
    border: 1px solid #ccc;
    padding: 25px 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px; }
    /* line 2395, _layout.scss */
    .sales div div strong {
      font-size: 28px;
      width: 100%;
      display: inline-block;
      margin-bottom: 8px; }
  /* line 2403, _layout.scss */
  .sales .sales-1 div {
    border-color: #ffdc1d !important;
    background: rgba(255, 220, 29, 0.07); }
  /* line 2404, _layout.scss */
  .sales .sales-1 strong {
    color: #ffdc1d; }
  /* line 2407, _layout.scss */
  .sales .sales-2 div {
    border-color: #ffc107 !important;
    background: rgba(255, 193, 7, 0.07); }
  /* line 2408, _layout.scss */
  .sales .sales-2 strong {
    color: #ffc107; }
  /* line 2411, _layout.scss */
  .sales .sales-3 div {
    border-color: #ff9800 !important;
    background: rgba(255, 152, 0, 0.07); }
  /* line 2412, _layout.scss */
  .sales .sales-3 strong {
    color: #ff9800; }
  /* line 2415, _layout.scss */
  .sales .sales-4 div {
    border-color: #ff5722 !important;
    background: rgba(255, 87, 34, 0.07); }
  /* line 2416, _layout.scss */
  .sales .sales-4 strong {
    color: #ff5722; }
  /* line 2419, _layout.scss */
  .sales .sales-5 div {
    border-color: #e91e63 !important;
    background: rgba(233, 30, 99, 0.07); }
  /* line 2420, _layout.scss */
  .sales .sales-5 strong {
    color: #e91e63; }

/* line 2423, _layout.scss */
.recommend {
  margin-bottom: 15px;
  margin-top: 35px; }
  @media screen and (max-width: 480px) {
    /* line 2428, _layout.scss */
    .recommend .cell-3 {
      margin-bottom: 20px; } }
  /* line 2431, _layout.scss */
  .recommend div div {
    border: 1px solid #ccc;
    padding: 15px 10px;
    text-align: center;
    line-height: 1.2;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 2451, _layout.scss */
    .recommend div div p {
      width: 100%;
      display: inline-block;
      margin: 15px 0 0 !important;
      font-weight: 500; }
    /* line 2457, _layout.scss */
    .recommend div div a {
      border-bottom: 0 !important; }

/* line 2462, _layout.scss */
.js-recently .product-slider-heading {
  margin-bottom: 30px; }

/* line 2467, _layout.scss */
.fav-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  color: #ccc;
  background: #eee;
  font-size: 16px;
  cursor: pointer;
  visibility: hidden;
  transition: .2s all;
  height: 38px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    /* line 2467, _layout.scss */
    .fav-button {
      visibility: visible;
      height: 35px;
      width: 35px; } }
  @media screen and (max-width: 480px) {
    /* line 2467, _layout.scss */
    .fav-button {
      position: relative;
      font-size: 18px;
      padding: 13px;
      width: 48%;
      float: left;
      height: 100%;
      right: inherit;
      top: inherit;
      background: #eeeeee;
      color: #000;
      border: 1px solid #eeeeee; } }
  /* line 2509, _layout.scss */
  .fav-button:hover {
    color: #9b9b9b;
    background: #e2e2e2; }
  /* line 2515, _layout.scss */
  .fav-button.not-added .fa-star {
    display: none; }
  /* line 2516, _layout.scss */
  .fav-button.not-added .fa-star-o {
    display: block; }
  /* line 2518, _layout.scss */
  .fav-button.is-added {
    color: white;
    background: #0c120c;
    border: 1px solid #0c120c;
    box-shadow: none !important;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      /* line 2518, _layout.scss */
      .fav-button.is-added {
        font-size: 18px; } }
    /* line 2527, _layout.scss */
    .fav-button.is-added .fa-star {
      display: block; }
    /* line 2528, _layout.scss */
    .fav-button.is-added .fa-star-o {
      display: none; }
  /* line 2531, _layout.scss */
  .product-card-inner:hover .fav-button {
    visibility: visible; }

/* line 2533, _layout.scss */
.com-button {
  position: absolute;
  top: 55px;
  right: 10px;
  padding: 5px;
  color: #ccc;
  font-size: 16px;
  cursor: pointer;
  visibility: hidden;
  transition: .2s all;
  background: #eee;
  height: 38px;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 1024px) {
    /* line 2533, _layout.scss */
    .com-button {
      visibility: visible;
      height: 35px;
      width: 35px; } }
  @media screen and (max-width: 480px) {
    /* line 2533, _layout.scss */
    .com-button {
      position: relative;
      font-size: 18px;
      padding: 13px;
      width: 48%;
      float: right;
      height: 100%;
      right: inherit;
      top: inherit;
      background: #eeeeee;
      color: #000;
      border: 1px solid #eeeeee; } }
  /* line 2575, _layout.scss */
  .com-button:hover {
    color: #9b9b9b;
    background: #e2e2e2; }
  /* line 2581, _layout.scss */
  .com-button.not-added .fa-heart {
    display: none; }
  /* line 2582, _layout.scss */
  .com-button.not-added .fa-heart-o {
    display: block; }
  /* line 2584, _layout.scss */
  .com-button.is-added {
    color: white;
    background: #0c120c;
    border: 1px solid #0c120c;
    box-shadow: none !important;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      /* line 2584, _layout.scss */
      .com-button.is-added {
        font-size: 18px; } }
    /* line 2593, _layout.scss */
    .com-button.is-added .fa-heart {
      display: block; }
    /* line 2594, _layout.scss */
    .com-button.is-added .fa-heart-o {
      display: none; }
  /* line 2597, _layout.scss */
  .product-card-inner:hover .com-button {
    visibility: visible; }

/* line 2599, _layout.scss */
.com-button.blue_com {
  background: #0c120c;
  color: white;
  border-color: #0c120c; }

/* line 2604, _layout.scss */
.cart-block {
  position: relative; }
  /* line 2607, _layout.scss */
  .cart-block-heading {
    padding: 14px 20px;
    background: #9c3c8c;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    display: flex;
    color: white !important;
    align-items: center;
    justify-content: space-between; }
    /* line 2618, _layout.scss */
    .cart-block-heading:hover {
      opacity: 1 !important;
      background: #e19a4a; }
  /* line 2620, _layout.scss */
  .cart-block-body {
    position: absolute;
    top: 99%;
    left: 10px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .2s all;
    background: #fff;
    width: 1200px;
    box-shadow: 0 4px 13px #7979793d; }
  /* line 2633, _layout.scss */
  .cart-block:hover .cart-block-body {
    opacity: 1;
    visibility: visible; }

/* line 2638, _layout.scss */
.collection-menu {
  padding: 20px;
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  height: inherit; }

/* line 1, _index.scss */
.index > div + div {
  margin: 30px 0; }
  @media screen and (max-width: 480px) {
    /* line 1, _index.scss */
    .index > div + div {
      margin: 20px 0; } }

/* line 6, _index.scss */
#product-products-1 {
  padding-bottom: 0; }

/* line 9, _index.scss */
.benefits-wrapper {
  background: #f6f6f6;
  padding: 30px 0 40px !important; }

/* line 13, _index.scss */
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9c3c8c;
  opacity: 1; }

/* line 20, _index.scss */
.product-slider-heading:not(.tab-toggle) {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media screen and (max-width: 768px) {
    /* line 20, _index.scss */
    .product-slider-heading:not(.tab-toggle) {
      font-size: 20px;
      padding: 0 0 20px; } }
  @media screen and (max-width: 480px) {
    /* line 20, _index.scss */
    .product-slider-heading:not(.tab-toggle) {
      font-size: 16px;
      padding: 0px 20px 0px;
      line-height: 1.2; } }

/* line 38, _index.scss */
.tab-toggle.product-slider-heading {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.5rem 0 0.25rem;
  color: #9c3c8c;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  z-index: 0;
  -webkit-transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, border-color 0.15s ease-out 0.15s; }
  /* line 52, _index.scss */
  .tab-toggle.product-slider-heading.is-active, .tab-toggle.product-slider-heading:hover {
    color: #e19a4a;
    border-color: #e19a4a; }
    /* line 56, _index.scss */
    .tab-toggle.product-slider-heading.is-active:after, .tab-toggle.product-slider-heading:hover:after {
      content: none; }
  @media screen and (max-width: 768px) {
    /* line 38, _index.scss */
    .tab-toggle.product-slider-heading {
      border: none;
      border-top: 1px solid #e19a4a;
      font-size: 1.25rem;
      text-transform: uppercase;
      padding: 1rem 0;
      color: #9c3c8c;
      border-color: #e19a4a;
      position: relative;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
      margin: 0; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #e19a4a;
        font-size: 1.75rem; }
      /* line 85, _index.scss */
      .tab-toggle.product-slider-heading:last-of-type {
        border-bottom: 1px solid #e19a4a; }
      /* line 458, _mixins.scss */
      .tab-toggle.product-slider-heading:hover:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        right: 3%;
        top: 22%;
        color: #e19a4a;
        font-size: 1.75rem; }
      /* line 99, _index.scss */
      .tab-toggle.product-slider-heading.is-active {
        color: #e19a4a;
        border-bottom: none; }
        /* line 102, _index.scss */
        .tab-toggle.product-slider-heading.is-active:after {
          content: ''; } }

/* line 109, _index.scss */
.special-products-tab {
  margin-bottom: 0 !important; }
  @media screen and (max-width: 768px) {
    /* line 109, _index.scss */
    .special-products-tab {
      margin-bottom: -20px !important; } }
  @media screen and (max-width: 1024px) {
    /* line 114, _index.scss */
    .special-products-tab .product-card-inner {
      margin-bottom: 0; } }
  @media screen and (max-width: 380px) {
    /* line 114, _index.scss */
    .special-products-tab .product-card-inner {
      padding: 10px; } }
  @media screen and (max-width: 768px) {
    /* line 125, _index.scss */
    .special-products-tab .cell-3 {
      margin-bottom: 20px; }
    /* line 127, _index.scss */
    .special-products-tab .tab-block.is-opened {
      border: none;
      border-radius: none;
      padding: 5px 0 0; }
      /* line 132, _index.scss */
      .special-products-tab .tab-block.is-opened:last-of-type {
        border-bottom: 1px solid #e19a4a;
        border-radius: 0; } }
  @media screen and (max-width: 480px) {
    /* line 141, _index.scss */
    .special-products-tab .cell-3 {
      padding-left: 5px;
      padding-right: 5px; }
    /* line 142, _index.scss */
    .special-products-tab .row {
      margin-left: -5px;
      margin-right: -5px; } }

/* line 146, _index.scss */
.promo-slider-wrapper {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    /* line 146, _index.scss */
    .promo-slider-wrapper {
      margin-bottom: 15px; } }

/* line 150, _index.scss */
.promo-slider-heading-wrapper {
  display: none; }

/* line 154, _index.scss */
.swiper-button-disabled.is-disabled {
  pointer-events: auto; }

/* line 158, _index.scss */
.promo-slide-inner {
  display: block;
  padding: 0 0.1rem;
  text-align: center;
  text-decoration: none; }

/* line 165, _index.scss */
.promo-slide-caption {
  padding: 1rem;
  color: black;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 5px 10px 10px;
  background-color: #ffffff40;
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    /* line 165, _index.scss */
    .promo-slide-caption {
      font-size: 13px; } }

/* line 179, _index.scss */
.swiper-container-horizontal > .swiper-pagination {
  position: absolute;
  bottom: 15px; }
  @media screen and (max-width: 768px) {
    /* line 179, _index.scss */
    .swiper-container-horizontal > .swiper-pagination {
      position: static;
      margin-top: 15px; } }

/* line 188, _index.scss */
.swiper-pagination-bullet-active {
  background: #9c3c8c;
  border: 5px solid #e19a4a; }

/* line 192, _index.scss */
.promo-slider-prev,
.promo-slider-next {
  top: 0;
  bottom: 0;
  width: 4rem;
  height: auto;
  margin-top: 0;
  background-image: none;
  font-size: 2rem;
  visibility: hidden;
  transition: .2s all;
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #000000; }
  /* line 499, _mixins.scss */
  .promo-slider-prev:active, .promo-slider-prev:focus, .promo-slider-prev:hover,
  .promo-slider-next:active,
  .promo-slider-next:focus,
  .promo-slider-next:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 207, _index.scss */
  .promo-slider-prev:hover,
  .promo-slider-next:hover {
    color: #586A21; }
  /* line 209, _index.scss */
  .promo-slider-prev.is-disabled,
  .promo-slider-next.is-disabled {
    display: none; }
  /* line 213, _index.scss */
  .promo-slider-prev:focus,
  .promo-slider-next:focus {
    outline: none; }
  @media screen and (max-width: 480px) {
    /* line 192, _index.scss */
    .promo-slider-prev,
    .promo-slider-next {
      width: 2rem;
      font-size: 2rem;
      margin: 0;
      padding: 0; } }

/* line 475, _mixins.scss */
.promo-slider-prev:before {
  font-family: "Bamblby";
  content: ""; }

/* line 475, _mixins.scss */
.promo-slider-next:before {
  font-family: "Bamblby";
  content: ""; }

/* line 234, _index.scss */
.promo-slider-wrapper:hover .promo-slider-prev,
.promo-slider-wrapper:hover .promo-slider-next {
  visibility: visible; }

@media screen and (max-width: 768px) {
  /* line 238, _index.scss */
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px; }

  /* line 239, _index.scss */
  .swiper-pagination-bullet {
    width: 20px;
    height: 20px; }

  /* line 240, _index.scss */
  .promo-slider-prev, .promo-slider-next {
    display: none; } }
@media screen and (max-width: 480px) {
  /* line 244, _index.scss */
  .swiper-pagination-bullet {
    width: 15px;
    height: 15px; } }
/* line 247, _index.scss */
.benefits-heading {
  margin-bottom: 20px; }

/* line 250, _index.scss */
.benefits {
  border-radius: 4px; }

/* line 254, _index.scss */
.benefits-list {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 480px) {
    /* line 254, _index.scss */
    .benefits-list {
      margin-left: -5px;
      margin-right: -5px; } }

/* line 263, _index.scss */
.benefit-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #EEEEEE;
  padding: 15px;
  transition: .2s all;
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }
  @media screen and (max-width: 480px) {
    /* line 263, _index.scss */
    .benefit-inner {
      padding: 10px; } }

/* line 286, _index.scss */
.benefit {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 286, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; } }
  @media screen and (max-width: 480px) {
    /* line 286, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      padding-left: 5px;
      padding-right: 5px;
      margin-bottom: 0px; } }
  @media screen and (max-width: 380px) {
    /* line 286, _index.scss */
    .benefit {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; } }
  /* line 309, _index.scss */
  .benefit:hover .benefit-inner {
    border: 1px solid #9c3c8c; }

/* line 315, _index.scss */
.benefit-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  text-align: center;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 480px) {
    /* line 315, _index.scss */
    .benefit-image {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      height: 50px; } }
  /* line 338, _index.scss */
  .benefit-image img {
    height: 100%; }

/* line 343, _index.scss */
.benefit-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 0.5rem;
  color: black;
  line-height: 1.2;
  transition: .2s all;
  font-weight: 500;
  font-size: 16px; }
  @media screen and (max-width: 480px) {
    /* line 343, _index.scss */
    .benefit-caption {
      font-size: 15px; } }
  /* line 358, _index.scss */
  .benefit-caption b {
    color: black;
    background: #9c3c8c; }

/* line 368, _index.scss */
.special-categories-wrapper {
  margin: 0 !important; }

/* line 372, _index.scss */
.special-categories-heading-wrapper {
  margin-bottom: 1rem; }

/* line 378, _index.scss */
.special-categories-heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #9c3c8c; }

/* line 387, _index.scss */
.special-category {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 25%;
  margin-bottom: 2.5rem; }
  @media screen and (max-width: 1024px) {
    /* line 387, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 387, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 380px) {
    /* line 387, _index.scss */
    .special-category {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin: 0.5rem auto; } }

/* line 418, _index.scss */
.footer {
  position: relative; }

/* line 422, _index.scss */
.js-arrow-up {
  z-index: 999;
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 15px;
  color: white;
  background-color: #9c3c8c;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s all; }
  /* line 441, _index.scss */
  .js-arrow-up i {
    display: inline-block;
    float: left; }
  /* line 446, _index.scss */
  .js-arrow-up:hover, .js-arrow-up:focus {
    color: white;
    background-color: #9c3c8c; }

/* line 457, _index.scss */
.void-place {
  max-width: 100%;
  margin: 0 0 40px;
  background: #fff;
  border: 1px solid #eeeeee;
  transition: .2s all; }
  /* line 464, _index.scss */
  .void-place:hover {
    box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1); }

/* line 468, _index.scss */
.news-feed-wrapper {
  margin-top: 40px; }

/* line 471, _index.scss */
.instagram {
  margin: 0 !important; }
  @media screen and (max-width: 480px) {
    /* line 471, _index.scss */
    .instagram {
      margin: 0 !important; } }
  /* line 476, _index.scss */
  .instagram .gray-text {
    margin-bottom: 30px; }
  /* line 480, _index.scss */
  .instagram-iframe {
    width: 100%;
    display: inline-block;
    height: 375px;
    z-index: -1;
    position: relative;
    margin: -2px; }
    /* line 488, _index.scss */
    .instagram-iframe .widget {
      width: 100%;
      border: 0;
      background: #fff; }
      /* line 493, _index.scss */
      .instagram-iframe .widget .data {
        margin: 0;
        padding: 0; }
  /* line 500, _index.scss */
  .instagram-block {
    overflow: hidden; }
  @media screen and (max-width: 768px) {
    /* line 503, _index.scss */
    .instagram-block {
      width: 100%;
      overflow-x: auto; }
    /* line 504, _index.scss */
    .instagram-iframe {
      width: 895px; } }

/* line 508, _index.scss */
.index-wrap {
  margin-top: 20px; }
  /* line 511, _index.scss */
  .index-wrap > div + div {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media screen and (max-width: 768px) {
      /* line 511, _index.scss */
      .index-wrap > div + div {
        padding-top: 20px;
        padding-bottom: 20px; } }

/* line 522, _index.scss */
.category-image-inner {
  background-color: white; }

/* line 5, _collection.scss */
.toolbar.collection-toolbar .toolbar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 380px) {
  /* line 12, _collection.scss */
  .pagination-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

/* line 20, _collection.scss */
.collection-mix-description {
  display: flex;
  align-items: start;
  margin: 0;
  margin-bottom: 10px;
  flex-wrap: wrap; }

/* line 28, _collection.scss */
.collection-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%;
  text-align: center;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  margin-bottom: 1rem; }

/* line 41, _collection.scss */
.collection-description {
  flex: 1 1 400px;
  max-width: 100%; }
  /* line 45, _collection.scss */
  .collection-description .is-seo {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    margin-bottom: 25px; }

/* line 52, _collection.scss */
.view-products {
  margin-top: 1.5rem; }

/* line 56, _collection.scss */
.views-tovar-heading {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 2rem; }

/* line 65, _collection.scss */
.categories-subcollections {
  margin-bottom: 5px; }
  @media screen and (max-width: 480px) {
    /* line 65, _collection.scss */
    .categories-subcollections {
      margin-bottom: 5px; } }

/* line 85, _collection.scss */
.category-subcollections-inner {
  border: 1px solid #ECECEC;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .2s all;
  font-weight: 500;
  color: #4A4A4A;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    /* line 85, _collection.scss */
    .category-subcollections-inner {
      padding: 5px 10px; } }
  /* line 107, _collection.scss */
  .category-subcollections-inner:hover {
    color: #0c120c;
    box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);
    border: 1px solid #fff; }

/* line 115, _collection.scss */
.category-image-wrapper {
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  max-width: 30%; }
  @media screen and (max-width: 480px) {
    /* line 115, _collection.scss */
    .category-image-wrapper {
      -ms-flex: 1 0 30%;
      flex: 1 0 25%;
      max-width: 25%; } }
/* line 126, _collection.scss */
.category-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 15px;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media screen and (max-width: 480px) {
    /* line 126, _collection.scss */
    .category-caption {
      padding: 0 0 0 7px;
      font-size: 13px; } }

/* line 147, _collection.scss */
.collection-order {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 159, _collection.scss */
  .collection-order-title {
    font-weight: 500;
    font-size: 15px;
    color: #8F8F8F; }
    @media screen and (max-width: 480px) {
      /* line 159, _collection.scss */
      .collection-order-title {
        font-size: 13px; } }
  @media screen and (max-width: 380px) {
    /* line 147, _collection.scss */
    .collection-order {
      width: 100%; } }

/* line 174, _collection.scss */
.at-top .collection-order-wrapper {
  width: 100%; }
@media screen and (max-width: 380px) {
  /* line 172, _collection.scss */
  .collection-order-wrapper {
    width: 100%; } }

/* line 181, _collection.scss */
.toolbar-inner > .collection-order-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 189, _collection.scss */
.collection-order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  /* line 201, _collection.scss */
  .collection-order-row.is-page-size {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row; }
    @media screen and (max-width: 480px) {
      /* line 201, _collection.scss */
      .collection-order-row.is-page-size {
        display: none; } }

/* line 212, _collection.scss */
.collection-order-field {
  background-color: #fff;
  cursor: pointer;
  line-height: 1.2;
  border: 0;
  padding: 5px 20px 5px 15px;
  color: #0c120c;
  font-weight: 500;
  font-size: 15px; }
  @media screen and (max-width: 480px) {
    /* line 212, _collection.scss */
    .collection-order-field {
      font-size: 13px;
      padding: 5px 5px 5px 0px; } }
  /* line 224, _collection.scss */
  .collection-order-field.page-size {
    line-height: 18px;
    padding-left: 0.5rem;
    padding: 0.5rem;
    background-size: 0.6rem;
    background-position-x: 86%;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  @media screen and (max-width: 380px) {
    /* line 212, _collection.scss */
    .collection-order-field {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%; } }

/* line 247, _collection.scss */
.filter-heading {
  padding-left: 1.25rem; }

/* line 253, _collection.scss */
.noUi-connect {
  background: black; }

/* line 257, _collection.scss */
.noUi-pips-horizontal {
  display: none; }

/* line 261, _collection.scss */
.filter-section-clear {
  color: #e19a4a; }
  /* line 467, _mixins.scss */
  .filter-section-clear:before {
    font-family: "Plus";
    content: ""; }
  /* line 458, _mixins.scss */
  .filter-section-clear.is-enable:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 0.75em; }

/* line 273, _collection.scss */
.filter-item {
  margin: 0 0 7px;
  padding: 2px; }

/* line 279, _collection.scss */
.filter-section-name {
  color: black;
  padding: 0;
  white-space: normal;
  transition: .2s all; }
/* line 286, _collection.scss */
.filter-section-toolbar {
  display: none; }
/* line 290, _collection.scss */
.filter-section-toggle {
  background: transparent;
  padding: 14px 20px !important;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 0;
  transition: .2s all; }
  /* line 297, _collection.scss */
  .filter-section-toggle:hover {
    background: #F6F6F6 !important; }
    /* line 300, _collection.scss */
    .filter-section-toggle:hover .filter-section-name, .filter-section-toggle:hover .sidebar-menu-marker.filter-marker {
      color: #0c120c !important; }
  /* line 303, _collection.scss */
  .filter-section-toggle.is-active {
    border-color: #F9F9F9; }
    /* line 306, _collection.scss */
    .filter-section-toggle.is-active .sidebar-menu-marker:before {
      content: "\f068" !important; }
    /* line 307, _collection.scss */
    .filter-section-toggle.is-active .filter-section-name, .filter-section-toggle.is-active .sidebar-menu-marker.filter-marker {
      color: #0c120c !important; }

/* line 313, _collection.scss */
.filter-items-wrapper {
  padding: 0 1.25rem;
  border-bottom: 1px solid #eeeeee; }

/* line 317, _collection.scss */
.filter-items-list {
  padding: 2px 0 10px;
  background: transparent; }

/* line 321, _collection.scss */
.filter-field {
  padding: 0; }
  /* line 324, _collection.scss */
  .filter-field:hover {
    color: #e19a4a; }

/* line 329, _collection.scss */
.filter-field-marker, .form-field .form-toggle-marker {
  color: #222222;
  flex-basis: 20px;
  height: 20px;
  line-height: 1.2;
  margin-right: 10px;
  position: relative;
  border: 4px solid #F1F1F1;
  background: #F1F1F1; }
  /* line 339, _collection.scss */
  .filter-field-marker.is-active, .form-field .is-active.form-toggle-marker {
    background-color: #9c3c8c; }

/* line 353, _collection.scss */
.form-toggle-caption a {
  color: #9c3c8c; }

/* line 360, _collection.scss */
.m-input-caption a {
  color: #9c3c8c; }

/* line 366, _collection.scss */
.m-input--checkbox [type="checkbox"]:checked + span {
  background-color: white; }
  /* line 458, _mixins.scss */
  .m-input--checkbox [type="checkbox"]:checked + span:after {
    font-family: "FontAwesome";
    content: "";
    left: 50%;
    top: 50%;
    color: black;
    position: absolute;
    transform: translate(-50%, -50%); }
/* line 377, _collection.scss */
.m-input--checkbox [type="checkbox"] + span {
  color: black;
  flex-basis: 1rem;
  height: 1rem;
  z-index: 1;
  pointer-events: none;
  line-height: 1.7rem;
  background-color: white;
  margin-right: 0.2rem;
  position: relative;
  border: 1px solid black; }

/* line 392, _collection.scss */
.filter-field-caption {
  padding: 0 0 0 3px;
  color: black;
  transition: .2s all; }
  /* line 397, _collection.scss */
  .filter-field-caption:hover {
    color: #0c120c; }

/* line 400, _collection.scss */
.filter-item.is-active .filter-field-caption {
  color: #0c120c;
  font-weight: 500; }

/* line 401, _collection.scss */
.filter-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 410, _collection.scss */
.button.filter-submit, .filter-submit.co-button[type="submit"], .filter-submit.co-button[name="commit"], .filter-submit.co-button[data-method="delete"], .filter-submit.co-button.co-button--small, .filter-submit.co-modal-button, .filter-submit.co-tabs-node {
  -webkit-box-flex: 1;
  padding: 13px;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

/* line 417, _collection.scss */
.noUi-target {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px 6px;
  height: 4px; }

/* line 425, _collection.scss */
.noUi-base {
  background-color: #e0e0e0; }

/* line 429, _collection.scss */
.noUi-handle {
  width: 12px;
  height: 24px;
  background-color: #0c120c;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  transition: .2s all;
  border-radius: 0; }
  /* line 440, _collection.scss */
  .noUi-handle:hover {
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.08); }

/* line 444, _collection.scss */
.noUi-tooltip {
  border: 1px solid #eeeeee;
  background: #fff;
  color: #000;
  padding: 5px 7px;
  font-size: 12px;
  border-radius: 0; }

/* line 452, _collection.scss */
.noUi-horizontal .noUi-tooltip {
  bottom: calc(100% + 12px); }

/* line 459, _collection.scss */
.buy.text-right-xl .button-buy,
.product-control .more-info .button-buy {
  text-align: center;
  display: inline-block;
  color: white;
  background: #9c3c8c;
  font-size: 1.3rem;
  padding: 0;
  margin: 0;
  padding: 0.19rem 0.8rem 0.28rem 0.8rem; }
  /* line 458, _mixins.scss */
  .buy.text-right-xl .button-buy:before,
  .product-control .more-info .button-buy:before {
    font-family: "FontAwesome";
    content: ""; }
  /* line 469, _collection.scss */
  .buy.text-right-xl .button-buy.button-more,
  .product-control .more-info .button-buy.button-more {
    font-size: 1.6rem;
    padding: 0.19rem 1.12rem 0.26rem 1.12rem; }
    /* line 458, _mixins.scss */
    .buy.text-right-xl .button-buy.button-more:before,
    .product-control .more-info .button-buy.button-more:before {
      font-family: "FontAwesome";
      content: ""; }
  /* line 475, _collection.scss */
  .buy.text-right-xl .button-buy:before,
  .product-control .more-info .button-buy:before {
    padding-top: 0.3rem; }
  /* line 479, _collection.scss */
  .buy.text-right-xl .button-buy:hover,
  .product-control .more-info .button-buy:hover {
    background: #9c3c8c;
    color: white; }

/* line 487, _collection.scss */
.filter-clear {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 13px;
  width: 100%;
  margin-top: 15px;
  background: #00000014;
  color: #000000; }
  /* line 475, _mixins.scss */
  .filter-clear:before {
    font-family: "Bamblby";
    content: "";
    font-size: 15px; }
  /* line 501, _collection.scss */
  .filter-clear:hover {
    background: #1a201a; }

/* line 504, _collection.scss */
.filter-empty {
  width: auto; }

@media screen and (max-width: 480px) {
  /* line 508, _collection.scss */
  .collection-description {
    margin: 0.5rem auto; } }

@media screen and (min-width: 769px) {
  /* line 515, _collection.scss */
  .button-breadcrumb {
    display: none; } }

/* line 522, _collection.scss */
.filter-section-control:hover span {
  color: #777777; }

/* line 526, _collection.scss */
.collection-banner {
  margin: 0 0 25px; }
  /* line 529, _collection.scss */
  .collection-banner p {
    margin: 0; }

/* line 532, _collection.scss */
.collection-tags {
  padding: 10px 20px 10px; }
/* line 535, _collection.scss */
.collection-tag {
  background: #ECECEC;
  padding: 5px 10px 7px;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  border-radius: 4px;
  display: inline-block;
  margin: 0 8px 8px 0;
  transition: .2s all; }
  /* line 546, _collection.scss */
  .collection-tag:hover {
    background: #0c120c;
    color: #fff; }
  /* line 551, _collection.scss */
  .collection-tag.is-active {
    background: #7e5ea4;
    color: #fff; }

/* line 557, _collection.scss */
.collection-filter-empty {
  margin-bottom: 30px; }

/* line 2, _product.scss */
.product-prices.in-card {
  margin: 13px 0 15px; }
  @media screen and (max-width: 480px) {
    /* line 2, _product.scss */
    .product-prices.in-card {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 10px 0 15px; } }
/* line 8, _product.scss */
.product-prices.on-page {
  margin-bottom: 20px; }
  /* line 10, _product.scss */
  .product-prices.on-page > *:empty {
    display: none; }
/* line 14, _product.scss */
.product-prices .old-price {
  margin-left: 15px; }

/* line 18, _product.scss */
.product-prices-span {
  margin-right: 15px !important;
  color: #9B9B9B; }

/* line 22, _product.scss */
.product-control.on-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 35, _product.scss */
.product-control-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px; }

/* line 50, _product.scss */
.product-card-form_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0; }

/* line 57, _product.scss */
.favorite-button {
  height: 55px;
  font-size: 20px;
  line-height: 1.2;
  color: #ccc;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 73, _product.scss */
  .favorite-button-mobile {
    display: none; }
    @media screen and (max-width: 480px) {
      /* line 73, _product.scss */
      .favorite-button-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  /* line 83, _product.scss */
  .favorite-button:hover {
    color: #9b9b9b;
    background: #e2e2e2; }
  /* line 89, _product.scss */
  .favorite-button.not-added .fa-star {
    display: none; }
  /* line 90, _product.scss */
  .favorite-button.not-added .fa-star-o {
    display: block; }
  /* line 92, _product.scss */
  .favorite-button.is-added {
    color: white !important;
    background: #0c120c !important;
    box-shadow: none !important;
    font-size: 14px; }
    @media screen and (max-width: 480px) {
      /* line 92, _product.scss */
      .favorite-button.is-added {
        font-size: 18px; } }
    /* line 100, _product.scss */
    .favorite-button.is-added .fa-star {
      display: block; }
    /* line 101, _product.scss */
    .favorite-button.is-added .fa-star-o {
      display: none; }

@media screen and (max-width: 768px) {
  /* line 105, _product.scss */
  #gallery {
    display: none; } }

/* line 113, _product.scss */
.reviews-no {
  background: #F9F9F9;
  padding: 15px 20px;
  line-height: 1.3;
  color: #4A4A4A; }
  /* line 119, _product.scss */
  .reviews-no .js-reviews-toggle, .reviews-no .js-comments-toggle {
    display: inline-block;
    color: #e19a4a;
    font-weight: 500;
    margin: 10px 0 0;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    cursor: pointer;
    transition: .2s all; }
    /* line 129, _product.scss */
    .reviews-no .js-reviews-toggle:hover, .reviews-no .js-comments-toggle:hover {
      opacity: .7; }
  /* line 131, _product.scss */
  .reviews-no p {
    margin: 0; }

/* line 133, _product.scss */
.m-modal-wrapper {
  padding-bottom: 2rem; }

/* line 137, _product.scss */
.product-link {
  margin: 0 0 5px;
  display: block;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  @media screen and (max-width: 480px) {
    /* line 137, _product.scss */
    .product-link {
      font-size: 14px; } }
  /* line 499, _mixins.scss */
  .product-link:active, .product-link:focus, .product-link:hover {
    color: #0c120c;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 149, _product.scss */
  .product-link:after {
    /* content: '';*/
    width: 100%;
    height: 40%;
    position: absolute;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 98%);
    bottom: 0;
    left: 0; }

/* line 160, _product.scss */
.ajs-close {
  background: none;
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  right: 10px;
  position: absolute;
  font-weight: bold; }
  /* line 475, _mixins.scss */
  .ajs-close:before {
    font-family: "Bamblby";
    content: ""; }
  /* line 499, _mixins.scss */
  .ajs-close:active, .ajs-close:focus, .ajs-close:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 169, _product.scss */
.product-introtext {
  margin-bottom: 1rem; }

/* line 173, _product.scss */
.form-rating-label:nth-last-child(1) {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  color: #9c3c8c !important;
  display: none; }
  /* line 458, _mixins.scss */
  .form-rating-label:nth-last-child(1):after {
    font-family: "FontAwesome";
    content: ""; }
  /* line 499, _mixins.scss */
  .form-rating-label:nth-last-child(1):active, .form-rating-label:nth-last-child(1):focus, .form-rating-label:nth-last-child(1):hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 182, _product.scss */
.form-captcha-update:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

/* line 188, _product.scss */
.tab-block-inner > iframe {
  max-width: 100% !important; }

/* line 195, _product.scss */
.tab-block-inner.editor table tbody {
  display: block; }

/* line 199, _product.scss */
.product-card-mini {
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-right: 15px;
  transition: .2s all; }
  /* line 206, _product.scss */
  .product-card-mini .price.in-card, .product-card-mini .old-price.in-card {
    font-size: 15px; }
  /* line 209, _product.scss */
  .product-card-mini .product-link {
    line-height: 1.2;
    font-size: 15px; }
  /* line 214, _product.scss */
  .product-card-mini:hover {
    background: #FFFFFF;
    box-shadow: 0 5px 17px 4px rgba(121, 121, 121, 0.1);
    border: 1px solid #fff; }

/* line 220, _product.scss */
.product-form {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 480px) {
    /* line 220, _product.scss */
    .product-form {
      padding-bottom: 0; } }

/* line 226, _product.scss */
.product-table {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }
  /* line 230, _product.scss */
  .product-table-line {
    display: inline-block;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    margin-bottom: 10px; }
  /* line 238, _product.scss */
  .product-table-title {
    color: #9B9B9B;
    width: 30%;
    float: left; }
    @media screen and (max-width: 480px) {
      /* line 238, _product.scss */
      .product-table-title {
        width: 40%; } }
  /* line 246, _product.scss */
  .product-table-param {
    width: 70%;
    float: left; }
    @media screen and (max-width: 480px) {
      /* line 246, _product.scss */
      .product-table-param {
        width: 60%; } }

/* line 253, _product.scss */
.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px;
  background: #f6f6f6;
  color: #9B9B9B;
  margin-bottom: 25px;
  border-radius: 4px; }
  /* line 270, _product.scss */
  .product-info a {
    color: #000;
    border-bottom: 1px solid #BF3287;
    padding-bottom: 3px;
    transition: .2s all;
    margin: 0 0 0 30px; }
    @media screen and (max-width: 768px) {
      /* line 270, _product.scss */
      .product-info a {
        margin: 0 10px 0 0; } }
    /* line 279, _product.scss */
    .product-info a:hover {
      color: #BF3287; }
  @media screen and (max-width: 768px) {
    /* line 282, _product.scss */
    .product-info span {
      width: 100%;
      margin-bottom: 5px; } }

/* line 289, _product.scss */
.product-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  color: #9B9B9B;
  margin: 20px 0 20px; }
  /* line 304, _product.scss */
  .product-share-block {
    margin: 2px 0 -2px 15px; }

/* line 308, _product.scss */
.share-button {
  padding: 8px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #F6F6F6;
  color: #bf3286;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  transition: .2s all; }
  /* line 328, _product.scss */
  .share-button:hover {
    border: 1px solid #bf3286;
    color: #ffffff;
    background: #bf3286; }

/* line 334, _product.scss */
.product-prices {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 343, _product.scss */
  .product-prices > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.25rem 0; }

@media screen and (max-width: 768px) {
  /* line 351, _product.scss */
  .bundle-slider {
    margin: auto; } }

/* line 358, _product.scss */
.product-in-rating {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0; }

/* line 363, _product.scss */
.top-panel-product {
  margin-bottom: 8px;
  display: inline-block; }
  @media screen and (max-width: 768px) {
    /* line 363, _product.scss */
    .top-panel-product {
      position: relative; } }

/* line 372, _product.scss */
.product-sku-wrapper {
  display: inline-block;
  float: left;
  margin: 0 20px 0 0;
  color: #9B9B9B; }

/* line 379, _product.scss */
.product-available {
  color: white;
  display: inline-block;
  float: left;
  margin: -4px 20px 0 0;
  background: #8BC34A;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold; }
  /* line 390, _product.scss */
  .product-available.no-available {
    background: #B30F23; }
  @media screen and (max-width: 768px) {
    /* line 379, _product.scss */
    .product-available {
      padding: 4px 8px;
      font-size: 11px; } }

/* line 398, _product.scss */
.tab-toggle-caption {
  font-weight: bold;
  margin-bottom: 0.5rem; }
  @media screen and (max-width: 768px) {
    /* line 398, _product.scss */
    .tab-toggle-caption {
      margin-bottom: 0; } }

@media screen and (max-width: 480px) {
  /* line 407, _product.scss */
  .product-button.is-quick-checkout {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; } }

/* line 415, _product.scss */
.product-gallery-wrapper {
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 415, _product.scss */
    .product-gallery-wrapper {
      margin-bottom: 20px; }
      /* line 421, _product.scss */
      .product-gallery-wrapper .product-labels {
        position: static; } }
  /* line 426, _product.scss */
  .product-gallery-wrapper .product-labels {
    position: absolute;
    top: 10px;
    right: 20px;
    left: inherit; }

/* line 434, _product.scss */
.gallery-main-wrapper {
  text-align: center;
  padding: 10px; }

/* line 438, _product.scss */
.gallery-thumbs img {
  padding: 10px; }

/* line 439, _product.scss */
.product-slider-controls .hidden_counter {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 439, _product.scss */
    .product-slider-controls .hidden_counter {
      display: block; } }

/* line 447, _product.scss */
.mobile-wrapper {
  margin: -25px 0 0 0 !important; }

/* line 451, _product.scss */
.compare-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 30px 0; }
  @media screen and (max-width: 480px) {
    /* line 451, _product.scss */
    .compare-control {
      width: 100%;
      margin: 25px 0; } }

/* line 466, _product.scss */
.product-option-selectors .option {
  margin-right: 0; }

/* line 470, _product.scss */
.gallery-thumbs.swiper-container > .gallery-controls {
  padding-left: 0; }
  /* line 473, _product.scss */
  .gallery-thumbs.swiper-container > .gallery-controls:before {
    margin-left: 0; }

/* line 481, _product.scss */
.m-modal-button--checkout {
  text-transform: uppercase;
  padding: 15px 30px;
  line-height: 1.2;
  font-weight: 600;
  transition: .2s all;
  border-radius: 4px;
  background-color: #9c3c8c; }
  /* line 490, _product.scss */
  .m-modal-button--checkout:hover {
    background-color: #e19a4a; }

/* line 493, _product.scss */
.m-modal {
  padding: 20px 0 0;
  background-color: white;
  color: black; }

/* line 499, _product.scss */
.m-modal-heading {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px; }

/* line 507, _product.scss */
.m-input-label {
  color: #9B9B9B; }

/* line 511, _product.scss */
.m-input-field {
  outline: none;
  background-color: #fff;
  padding: 10px 15px;
  border-color: #eeeeee; }
  /* line 518, _product.scss */
  .m-input-field:focus {
    border: 1px solid #e19a4a; }

/* line 522, _product.scss */
.m-input--checkbox {
  opacity: 1;
  position: relative; }

/* line 527, _product.scss */
.m-modal-close {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  background: none;
  height: 20px;
  width: 20px;
  top: 7px;
  font-weight: bold; }
  /* line 499, _mixins.scss */
  .m-modal-close:active, .m-modal-close:focus, .m-modal-close:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 475, _mixins.scss */
  .m-modal-close:before {
    font-family: "Bamblby";
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0; }
  /* line 541, _product.scss */
  .m-modal-close:hover {
    background-color: transparent; }

/* line 550, _product.scss */
.product-card-wrapper.in-tab {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }
  @media screen and (max-width: 1024px) {
    /* line 550, _product.scss */
    .product-card-wrapper.in-tab {
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      max-width: 33%; } }
  @media screen and (max-width: 768px) {
    /* line 550, _product.scss */
    .product-card-wrapper.in-tab {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 480px) {
    /* line 550, _product.scss */
    .product-card-wrapper.in-tab {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

/* line 574, _product.scss */
.product-cart-control {
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: auto; }

/* line 580, _product.scss */
.product-card {
  display: flex;
  height: 100%; }
  /* line 584, _product.scss */
  .product-card-line {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #9b9b9b; }
    @media screen and (max-width: 480px) {
      /* line 584, _product.scss */
      .product-card-line {
        font-size: 13px; } }
  /* line 593, _product.scss */
  .product-card.no-available .product-card-photo {
    opacity: .4; }
  /* line 595, _product.scss */
  .product-card-inner {
    display: flex;
    flex-direction: column;
    border: 1px solid #eeeeee;
    padding: 15px 15px;
    transition: .2s all;
    position: relative;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      /* line 595, _product.scss */
      .product-card-inner {
        display: inline-block;
        width: 100%;
        background: #fff;
        box-sizing: border-box; } }
    /* line 612, _product.scss */
    .product-card-inner .button-buy {
      width: 100%;
      box-sizing: border-box; }
      @media screen and (max-width: 1024px) {
        /* line 612, _product.scss */
        .product-card-inner .button-buy {
          visibility: visible; } }
      @media screen and (max-width: 480px) {
        /* line 612, _product.scss */
        .product-card-inner .button-buy {
          font-size: 16px;
          padding: 12px;
          width: 100%;
          float: right;
          margin-bottom: 10px; } }
    /* line 626, _product.scss */
    .product-card-inner:hover {
      background: #FFFFFF;
      border: 1px solid #fff;
      box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
      border-radius: 4px; }

/* line 635, _product.scss */
.product-card-photo {
  display: block;
  margin-bottom: 0; }

/* line 640, _product.scss */
.product-card-caption {
  text-align: center;
  line-height: 1.4; }

/* line 649, _product.scss */
.product-labels {
  position: absolute;
  top: 15px;
  left: 5px; }

/* line 654, _product.scss */
.product-card-wrapper.in-collection .product-labels {
  top: 10px;
  max-width: 50%; }
  @media screen and (max-width: 768px) {
    /* line 654, _product.scss */
    .product-card-wrapper.in-collection .product-labels {
      left: 0px; } }

/* line 660, _product.scss */
.gallery-thumbs-wrapper {
  margin-top: 0.5rem; }

/* line 668, _product.scss */
.price {
  font-weight: bold; }
  /* line 671, _product.scss */
  .price.is-discount {
    font-size: 18px;
    text-decoration: line-through; }
  /* line 676, _product.scss */
  .price.on-page {
    font-size: 27px;
    color: #0c120c; }

/* line 682, _product.scss */
.old-price {
  text-decoration: line-through;
  color: #9B9B9B; }
  /* line 686, _product.scss */
  .old-price.on-page {
    font-size: 18px; }

/* line 694, _product.scss */
.product-row {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    /* line 694, _product.scss */
    .product-row {
      margin-bottom: 30px; } }

/* line 699, _product.scss */
.product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 25px;
  position: relative; }
  /* line 717, _product.scss */
  .product-slider.is-related-products .product-slider-heading {
    word-break: break-word; }
  /* line 722, _product.scss */
  .product-slider.tab-block {
    border: none;
    padding-top: 0;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      /* line 728, _product.scss */
      .product-slider.tab-block:last-of-type {
        border-bottom: 1px solid #e19a4a; } }

/* line 736, _product.scss */
.product-slider-heading-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    /* line 736, _product.scss */
    .product-slider-heading-wrapper {
      margin-bottom: 10px; } }

/* line 755, _product.scss */
.product-slider-controls .promo-slider-next.is-disabled,
.product-slider-controls .promo-slider-prev.is-disabled {
  display: block;
  pointer-events: fill; }
/* line 761, _product.scss */
.product-slider-controls .promo-slider-next {
  text-align: right; }
/* line 765, _product.scss */
.product-slider-controls .promo-slider-prev {
  text-align: left; }

/* line 770, _product.scss */
.swiper-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 779, _product.scss */
.product-slider-prev,
.product-slider-next {
  color: black;
  -webkit-transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s, color 0.15s ease-out 0.15s;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  position: absolute;
  top: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  line-height: 1.2;
  background-image: none;
  font-size: 20px;
  z-index: 99;
  text-align: center;
  width: 30px;
  margin: 0;
  padding-left: 2px; }
  @media screen and (max-width: 480px) {
    /* line 779, _product.scss */
    .product-slider-prev,
    .product-slider-next {
      top: 2%;
      font-size: 15px; } }
  /* line 805, _product.scss */
  .product-slider-prev:active, .product-slider-prev:hover,
  .product-slider-next:active,
  .product-slider-next:hover {
    opacity: 0.8;
    color: #e19a4a;
    background-color: trasparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none; }
  /* line 816, _product.scss */
  .product-slider-prev.is-disabled:active, .product-slider-prev.is-disabled:hover,
  .product-slider-next.is-disabled:active,
  .product-slider-next.is-disabled:hover {
    opacity: 0.35; }
  @media screen and (max-width: 480px) {
    /* line 779, _product.scss */
    .product-slider-prev,
    .product-slider-next {
      margin: 0;
      padding: 0; } }

/* line 827, _product.scss */
.product-gallery .product-slider-prev, .product-gallery .product-slider-next {
  top: 50%; }

/* line 832, _product.scss */
.above-gallery > .product-slider-prev,
.above-gallery .product-slider-next {
  font-size: 1.25rem; }

/* line 838, _product.scss */
.gallery-slider {
  margin-left: auto; }

/* line 842, _product.scss */
.gallery-controls {
  margin-top: 0.5rem; }

/* line 846, _product.scss */
.product-slider-prev {
  margin-right: 3px; }

/* line 850, _product.scss */
.product-slider-next {
  margin-left: 3px; }

/* line 854, _product.scss */
.button-buy {
  text-align: center;
  display: inline-block;
  color: white;
  background: #9c3c8c;
  margin: 0;
  padding: 15px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase; }
  /* line 865, _product.scss */
  .button-buy:hover {
    color: white;
    background: #9c3c8c; }
  /* line 870, _product.scss */
  .button-buy-img {
    display: inline-block;
    margin: -2px 6px 2px 0; }
    @media screen and (max-width: 480px) {
      /* line 870, _product.scss */
      .button-buy-img {
        margin: -3px 0 3px; } }

/* line 878, _product.scss */
.bundle_buy > .is-preorder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%; }

/* line 884, _product.scss */
.compare-link {
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0;
  color: #9c3c8c; }
  /* line 897, _product.scss */
  .compare-link span {
    padding-left: 10px;
    font-weight: 500; }
  @media screen and (max-width: 480px) {
    /* line 884, _product.scss */
    .compare-link {
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  /* line 909, _product.scss */
  .compare-link:focus {
    border: none;
    outline: none; }
  /* line 913, _product.scss */
  .compare-link:hover {
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    color: #e19a4a; }

/* line 918, _product.scss */
.icon-compare {
  padding-right: 0.25rem;
  margin-bottom: -0.15rem;
  -webkit-transform: translate(0, 16%) rotate(90deg);
  transform: translate(0, 16%) rotate(90deg); }

/* line 925, _product.scss */
.bundle-prices {
  margin: 0.25rem 0; }

/* line 928, _product.scss */
.compare-text {
  padding-bottom: 0.15rem;
  align-self: flex-end;
  margin-left: 0.5rem; }

/* line 934, _product.scss */
.price-bundle {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 939, _product.scss */
  .price-bundle span {
    font-weight: bold;
    text-decoration: line-through; }

/* line 945, _product.scss */
.price_discount {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem; }
  /* line 950, _product.scss */
  .price_discount span {
    font-weight: bold; }

/* line 955, _product.scss */
.price_finall {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem; }
  /* line 960, _product.scss */
  .price_finall span {
    font-weight: bold;
    white-space: nowrap; }

/* line 966, _product.scss */
.buy.bundle_buy {
  margin: 0;
  margin-top: 0.8rem; }
  @media screen and (min-width: 769px) {
    /* line 966, _product.scss */
    .buy.bundle_buy {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }

/* line 979, _product.scss */
.product-slider.is-bundle-products {
  margin-top: 0;
  margin-left: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  /* line 986, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 2rem; }
  /* line 993, _product.scss */
  .product-slider.is-bundle-products .swiper-wrapper {
    margin-top: 0; }
  /* line 997, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading-wrapper:after {
    margin-left: 0; }
  /* line 1001, _product.scss */
  .product-slider.is-bundle-products .product-slider-heading {
    display: none; }

/* line 1006, _product.scss */
.fancybox-caption {
  text-align: center;
  border-top: 0; }

/* line 1011, _product.scss */
.is-reviews-toggle, .is-comments-toggle {
  transition: .2s all;
  border: 0;
  border-bottom: 2px solid transparent;
  color: #9B9B9B;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 18px;
  background: transparent;
  outline: none; }
  /* line 1023, _product.scss */
  .is-reviews-toggle:hover, .is-comments-toggle:hover {
    color: #bf3287; }

/* line 1031, _product.scss */
.sidebar-menu-marker.filter-marker {
  margin-left: auto;
  margin-right: 0;
  color: #e0e0e0;
  font-weight: bold;
  font-size: 14px; }

/* line 1042, _product.scss */
.filter-section.has-active-items .sidebar-menu-marker.filter-marker {
  display: none; }

/* line 475, _mixins.scss */
.filter-section-toggle.is-active-toggle.is-active > .filter-marker:before {
  font-family: "Bamblby";
  content: ""; }

/* line 1056, _product.scss */
.ajs-header {
  margin-right: 0;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }

/* line 1063, _product.scss */
.ajs-body {
  padding: 0;
  margin: 0; }
  /* line 1067, _product.scss */
  .ajs-body .product-rating-point:after {
    content: "\f005" !important;
    font-size: 20px; }

/* line 1072, _product.scss */
.form-label {
  color: #9b9b9b;
  line-height: 1.3; }

/* line 1076, _product.scss */
.form-label.is-rating {
  flex: 1 1 50%; }

/* line 1079, _product.scss */
.ajs-footer {
  background-color: white;
  padding: 0; }

/* line 1084, _product.scss */
.ajs-dialog {
  background-color: white;
  color: black;
  padding: 20px;
  box-shadow: 0 16px 34px 7px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

/* line 1091, _product.scss */
.ajs-primary {
  margin: 0;
  text-align: center; }

/* line 1095, _product.scss */
.form-notice {
  color: #777777;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 5px; }

/* line 1102, _product.scss */
.ajs-cancel {
  color: black; }

/* line 1105, _product.scss */
.bundle-preorder {
  margin-left: 0.5rem; }

/* line 1108, _product.scss */
.price.in-card {
  font-size: 18px;
  color: #0c120c;
  margin: 0px;
  margin-right: 10px; }
  @media screen and (max-width: 480px) {
    /* line 1108, _product.scss */
    .price.in-card {
      font-size: 15px;
      margin-bottom: 2px; } }

/* line 1116, _product.scss */
.old-price.in-card {
  margin: 0;
  font-weight: 500;
  color: #9B9B9B; }

/* line 1122, _product.scss */
.product-rating {
  padding-bottom: 0.25rem;
  display: block; }

/* line 1126, _product.scss */
.product-benefits {
  margin: 0;
  box-shadow: none;
  border: 1px solid #f6f6f6; }
  @media screen and (max-width: 480px) {
    /* line 1126, _product.scss */
    .product-benefits {
      margin: 0px 0 20px; } }
  /* line 1133, _product.scss */
  .product-benefits .benefit-image {
    height: 50px; }
    /* line 1136, _product.scss */
    .product-benefits .benefit-image img {
      max-height: 40px;
      max-width: 50px; }

@media screen and (max-width: 480px) {
  /* line 1142, _product.scss */
  .product-tubs-right {
    order: -1; } }

/* line 1145, _product.scss */
.product-tab-block {
  background: #F9F9F9;
  padding: 20px;
  border-radius: 0 4px 4px 4px; }
  @media screen and (max-width: 480px) {
    /* line 1145, _product.scss */
    .product-tab-block {
      padding: 20px 20px 0; } }

/* line 1152, _product.scss */
.product-tab-toggle {
  border-radius: 4px 4px 0 0;
  background: #fff;
  font-size: 18px;
  margin-right: 10px;
  color: #9c3c8c;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    /* line 1152, _product.scss */
    .product-tab-toggle {
      width: 46%;
      text-align: center;
      font-size: 16px;
      line-height: 1.2;
      padding: 12px 15px; } }
  /* line 1168, _product.scss */
  .product-tab-toggle span {
    border-bottom: 1px dashed;
    padding-bottom: 2px; }
  /* line 1173, _product.scss */
  .product-tab-toggle.is-opened {
    z-index: 99;
    color: #000000 !important;
    background: #f9f9f9;
    border: 0;
    font-weight: 600; }
    /* line 1180, _product.scss */
    .product-tab-toggle.is-opened span {
      border-bottom: 1px dashed transparent; }
  /* line 1185, _product.scss */
  .product-tab-toggle:hover {
    color: #9c3c8c; }
  /* line 1189, _product.scss */
  .product-tab-toggle:last-of-type {
    margin-right: 0; }

/* line 1193, _product.scss */
.product-h2 {
  margin-bottom: 30px; }
  /* line 1195, _product.scss */
  .product-h2 span {
    font-weight: 400;
    color: #9B9B9B; }

/* line 1197, _product.scss */
#product-row1 {
  margin-top: 30px; }

@media screen and (max-width: 480px) {
  /* line 1201, _product.scss */
  .js-recently, .reviews-no, .product-h2 {
    margin-top: 0px; } }
/* line 1203, _product.scss */
.product-slider.is-related-products {
  margin-bottom: 2em; }

/* line 1206, _product.scss */
.product-butt.is-quick-checkout {
  border: 0;
  padding: 0 !important;
  border-bottom: 1px solid;
  border-radius: 0;
  font-weight: 500;
  transition: .2s all;
  background: transparent !important; }
  @media screen and (max-width: 480px) {
    /* line 1206, _product.scss */
    .product-butt.is-quick-checkout {
      display: block;
      margin: 0 auto 30px; } }
  /* line 1220, _product.scss */
  .product-butt.is-quick-checkout:hover {
    color: #e19a4a !important; }

/* line 1223, _product.scss */
.product-gallery-wrapper .not-available, .product-gallery-wrapper .is-preorder {
  display: none; }

@media screen and (max-width: 768px) {
  /* line 1227, _product.scss */
  .product-gallery {
    display: block; } }

@media screen and (max-width: 480px) {
  /* line 1232, _product.scss */
  .recently-products .button-buy {
    width: 100%; }
  /* line 1233, _product.scss */
  .recently-products .price.in-card {
    font-size: 17px; }
  /* line 1234, _product.scss */
  .recently-products .old-price.in-card {
    font-size: 15px; } }

/* line 1, _compare.scss */
.button-same-toggle {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #9c3c8c;
  color: #eeeeee; }
  /* line 281, _mixins.scss */
  .button-same-toggle:focus, .button-same-toggle:active, .button-same-toggle:hover {
    background-color: #e19a4a;
    color: #222222; }
  /* line 288, _mixins.scss */
  .button-same-toggle:-moz-focus-inner {
    border: 0; }

/* line 6, _compare.scss */
.compare-toolbar {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 12, _compare.scss */
.table-striped .table-row:nth-child(even) td,
.table-striped tr:nth-child(even) .table-cell,
.table-striped tr:nth-child(even) td {
  background-color: rgba(238, 238, 238, 0.5);
  color: black; }

/* line 19, _compare.scss */
.table-striped .table-row:hover > .table-cell {
  background-color: rgba(238, 238, 238, 0.5); }

/* line 23, _compare.scss */
.table-striped .table-row:nth-child(2):hover > .table-cell {
  background-color: transparent; }

/* line 27, _compare.scss */
.table-striped .table-row:last-child:hover > .table-cell {
  background-color: transparent; }

/* line 31, _compare.scss */
.table-bordered td {
  border: 1px solid #eeeeee; }

/* line 37, _compare.scss */
.table-bordered .table-cell:first-child {
  border-left: 1px solid #eeeeee; }
/* line 41, _compare.scss */
.table-bordered .table-cell:last-child {
  border-right: 1px solid #eeeeee; }
/* line 45, _compare.scss */
.table-bordered .table-row:first-child .table-cell {
  border-top: 1px solid #eeeeee;
  background-color: rgba(238, 238, 238, 0.5);
  color: black; }
/* line 51, _compare.scss */
.table-bordered .table-row:last-child .table-cell {
  border-bottom: 1px solid #eeeeee; }
/* line 55, _compare.scss */
.table-bordered .table-cell {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

/* line 61, _compare.scss */
.table .table-cell,
.table td {
  padding: 0.5rem 0.5rem;
  line-height: 1.2; }

/* line 67, _compare.scss */
.compare-table-wrapper {
  overflow-x: auto; }

/* line 71, _compare.scss */
.title-link {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .title-link:active, .title-link:focus, .title-link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 76, _compare.scss */
.table-compare .table-row,
.table-compare tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

/* line 88, _compare.scss */
.compare-more {
  height: inherit !important;
  padding: 12px 20px 15px; }

/* line 92, _compare.scss */
.compare-delete {
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .compare-delete:active, .compare-delete:focus, .compare-delete:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }
  /* line 458, _mixins.scss */
  .compare-delete:before {
    font-family: "FontAwesome";
    content: ""; }

/* line 104, _compare.scss */
.compare-value-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px; }

/* line 117, _compare.scss */
.compare-image-wrapper {
  overflow: hidden; }

/* line 121, _compare.scss */
.param-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 500; }

/* line 131, _compare.scss */
.param-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px; }

/* line 138, _compare.scss */
.compare-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  align-items: center; }
  /* line 148, _compare.scss */
  .compare-controls .more-info {
    flex: 0 1 50%;
    margin: 0; }

/** Compares widget */
/** Compares widget */
/* line 157, _compare.scss */
.compares-widget {
  margin-left: auto;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    /* line 157, _compare.scss */
    .compares-widget {
      margin-left: 0; } }
  /* line 165, _compare.scss */
  .compares-widget.is-top-panel {
    padding: 0;
    display: flex;
    align-items: center; }
    /* line 169, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption,
    .compares-widget.is-top-panel .shopcart-widget-icon {
      border: none;
      padding: 0.8rem;
      color: #9c3c8c;
      font-size: 1.5rem;
      margin-right: 0; }
      /* line 177, _compare.scss */
      .compares-widget.is-top-panel .compare-widget-caption:hover,
      .compares-widget.is-top-panel .shopcart-widget-icon:hover {
        color: #9c3c8c; }
    /* line 181, _compare.scss */
    .compares-widget.is-top-panel .compare-widget-caption {
      display: flex;
      align-items: center; }

/* line 190, _compare.scss */
.compares-widget-link {
  color: black;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  white-space: nowrap; }
  /* line 499, _mixins.scss */
  .compares-widget-link:active, .compares-widget-link:focus, .compares-widget-link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 196, _compare.scss */
.compare-widget-icon {
  display: inline-block;
  width: 1rem; }

/* line 1, _blog.scss */
.blog-menu-item {
  padding: 0.25rem 0;
  line-height: 23px; }

/* line 6, _blog.scss */
.blog-menu-link {
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s;
  text-decoration: none;
  cursor: pointer;
  color: #9c3c8c;
  line-height: 1.5rem; }
  /* line 14, _blog.scss */
  .blog-menu-link.is-active, .blog-menu-link.is-current, .blog-menu-link.is-hovered {
    color: #e19a4a; }

/* line 21, _blog.scss */
.heading-link {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .heading-link:active, .heading-link:focus, .heading-link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 24, _blog.scss */
.blog-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }

/* line 31, _blog.scss */
.tags-cloud {
  padding: 0 0 10px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  display: inline-block; }
  @media screen and (max-width: 480px) {
    /* line 31, _blog.scss */
    .tags-cloud {
      padding: 0 0 5px;
      margin-bottom: 10px; } }

/* line 41, _blog.scss */
.tag {
  color: #000;
  background: #efefef;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px 10px 0;
  transition: .2s all;
  font-size: 15px;
  word-break: break-all;
  float: left; }
  @media screen and (max-width: 480px) {
    /* line 41, _blog.scss */
    .tag {
      font-size: 13px; } }
  /* line 54, _blog.scss */
  .tag:hover {
    color: white;
    background: #9c3c8c; }
  /* line 58, _blog.scss */
  .tag.is-current {
    color: white;
    background: #0c120c; }

/* line 64, _blog.scss */
.tag-text {
  padding: 10px 15px;
  display: inline-block; }
  @media screen and (max-width: 480px) {
    /* line 64, _blog.scss */
    .tag-text {
      padding: 8px 10px; } }

/* line 71, _blog.scss */
.tag-count {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.03); }
  @media screen and (max-width: 480px) {
    /* line 71, _blog.scss */
    .tag-count {
      padding: 8px 10px; } }

/* line 79, _blog.scss */
.comments-count {
  color: #9c3c8c;
  padding: 0 1em;
  text-decoration: none;
  padding-left: 0;
  padding-bottom: 0.25rem; }
  /* line 86, _blog.scss */
  .comments-count:hover {
    color: #e19a4a; }

/* line 91, _blog.scss */
.author {
  color: #4A4A4A;
  font-weight: 500;
  float: left;
  padding-top: 1px; }
  @media screen and (max-width: 380px) {
    /* line 91, _blog.scss */
    .author {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 108, _blog.scss */
.date {
  color: #9B9B9B;
  float: right; }
  @media screen and (max-width: 380px) {
    /* line 108, _blog.scss */
    .date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

/* line 119, _blog.scss */
.rating {
  float: left;
  margin-right: 20px; }

/* line 123, _blog.scss */
.article-preview-toolbar.toolbar .toolbar-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.5rem; }

/* line 137, _blog.scss */
.comments-heading {
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #9c3c8c;
  text-transform: capitalize;
  font-weight: 500;
  float: left; }
  /* line 145, _blog.scss */
  .comments-heading-wrapper {
    display: inline-block;
    width: 100%; }

/* line 151, _blog.scss */
.comments-item {
  background: #F9F9F9;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  color: #4A4A4A; }

/* line 159, _blog.scss */
.comment-body {
  padding: 0;
  line-height: 1.3;
  margin-bottom: 5px;
  padding: 15px 20px; }

/* line 166, _blog.scss */
.comment-footer {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  padding: 12px 20px;
  background: #eeeeee;
  margin-bottom: -5px; }

/* line 175, _blog.scss */
.comments-wrapper {
  margin: 1.5rem 0; }

/* line 179, _blog.scss */
.comments-form {
  margin: 1.5rem 0; }

/* line 182, _blog.scss */
.review_form-notice {
  font-size: 14px;
  font-style: italic;
  color: #9B9B9B;
  margin: 15px 0 0; }

/* line 188, _blog.scss */
.form-button {
  width: 100%;
  text-transform: uppercase; }

/* line 193, _blog.scss */
.article-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem 0; }

/* line 206, _blog.scss */
.m-modal-errors {
  color: #222222; }

/* line 212, _blog.scss */
.form-field.is-text {
  margin: 6px 0 0;
  border: 1px solid #eee;
  padding: 10px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  transition: .2s all;
  height: 44px; }
  /* line 222, _blog.scss */
  .form-field.is-text:focus {
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 5px #cecece42; }
/* line 228, _blog.scss */
.form-field.with-error {
  background-color: #ffebeb;
  color: #222222;
  border: 1px solid #e8d5d5; }

/* line 234, _blog.scss */
.article-preview-image-inner {
  text-align: center; }

/* line 1, _article.scss */
.news-feed-block {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #eeeeee; }

/* line 7, _article.scss */
.articles-list {
  margin-bottom: 30px; }

/* line 10, _article.scss */
.article-preview {
  transition: .2s all;
  align-items: center; }
  /* line 14, _article.scss */
  .article-preview:hover a {
    color: #e19a4a !important; }
  /* line 15, _article.scss */
  .article-preview:hover .article-preview-image-inner {
    opacity: .8; }
  /* line 17, _article.scss */
  .article-preview-image-inner {
    max-height: 175px;
    overflow: hidden;
    display: inline-block;
    transition: .2s all; }
  @media screen and (max-width: 768px) {
    /* line 24, _article.scss */
    .article-preview-image {
      height: -webkit-fill-available; } }
  /* line 28, _article.scss */
  .article-preview-link {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-weight: 500;
    line-height: 1.3;
    font-size: 17px;
    display: inline-block;
    width: 100%; }
    /* line 499, _mixins.scss */
    .article-preview-link:active, .article-preview-link:focus, .article-preview-link:hover {
      color: #e19a4a;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 36, _article.scss */
    .article-preview-link span {
      border-bottom: 1px solid; }
    @media screen and (max-width: 768px) {
      /* line 28, _article.scss */
      .article-preview-link {
        font-size: 14px; } }
  /* line 40, _article.scss */
  .article-preview-body {
    color: #4A4A4A;
    line-height: 1.3;
    font-size: 15px;
    margin: 15px 0 10px;
    overflow: hidden;
    height: 58px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      /* line 40, _article.scss */
      .article-preview-body {
        font-size: 13px;
        margin: 10px 0 0;
        height: 50px; } }
  /* line 55, _article.scss */
  .article-preview-cont {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s;
    font-weight: 500; }
    /* line 499, _mixins.scss */
    .article-preview-cont:active, .article-preview-cont:focus, .article-preview-cont:hover {
      color: #e19a4a;
      -webkit-text-decoration: none;
      text-decoration: none; }
    /* line 59, _article.scss */
    .article-preview-cont span {
      border-bottom: 1px solid; }

/* line 64, _article.scss */
.article-tags-wrapper {
  margin-bottom: 30px;
  display: inline-block; }

/* line 69, _article.scss */
.article-body b, .article-body strong {
  font-weight: 600; }

/* line 74, _article.scss */
.blog .article-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 768px) {
    /* line 74, _article.scss */
    .blog .article-preview {
      display: block; } }
/* line 91, _article.scss */
.blog .article-preview-image-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 4%;
  flex: 1 0 4%;
  min-width: 200px;
  max-width: 100%; }

/* line 101, _article.scss */
.article-preview-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  margin-left: 0.5rem;
  flex: 1 1 400px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 118, _article.scss */
  .article-preview-caption.in-sidebar {
    margin-left: 0; }

@media screen and (max-width: 480px) {
  /* line 123, _article.scss */
  .article-tags-header {
    margin-top: 1rem; } }

/* line 133, _article.scss */
.comments-wrapper .button-text,
.article-preview-toolbar .button-text,
.comments-count .button-text {
  text-transform: unset; }
  /* line 475, _mixins.scss */
  .comments-wrapper .button-text:before,
  .article-preview-toolbar .button-text:before,
  .comments-count .button-text:before {
    font-family: "Bamblby";
    content: ""; }

/* line 140, _article.scss */
.article-preview-heading {
  line-height: 1.5rem;
  margin-bottom: 0.5rem; }

/* line 147, _article.scss */
.article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 400px; }

/* line 159, _article.scss */
#comment_form {
  display: none; }

/* line 163, _article.scss */
.article-sidebar {
  background: #FFFFFF;
  box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
  border-radius: 4px;
  padding: 20px; }
  /* line 169, _article.scss */
  .article-sidebar-title {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4A4A4A; }

/* line 178, _article.scss */
.article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
  /* line 190, _article.scss */
  .article-author-img {
    margin-right: 10px; }
  /* line 193, _article.scss */
  .article-author-desc {
    font-size: 15px;
    line-height: 1.2; }
  /* line 197, _article.scss */
  .article-author-name {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 2px; }

/* line 205, _article.scss */
.article-date, .article-share {
  margin-bottom: 30px; }

/* line 209, _article.scss */
.article-products .product-card {
  height: inherit !important;
  margin-bottom: 20px; }
  /* line 213, _article.scss */
  .article-products .product-card:last-child {
    margin-bottom: 0; }
  /* line 215, _article.scss */
  .article-products .product-card-inner {
    padding: 15px 15px 5px;
    margin-bottom: 0; }
/* line 220, _article.scss */
.article-products .product-link {
  height: inherit; }
/* line 221, _article.scss */
.article-products .product-cart-control {
  display: none; }

/* line 224, _article.scss */
.article-body p, .page .editor p {
  margin: 0 0 15px;
  font-size: 17px; }
  @media screen and (max-width: 480px) {
    /* line 224, _article.scss */
    .article-body p, .page .editor p {
      font-size: 15px;
      margin: 0 0 12px; } }
/* line 230, _article.scss */
.article-body ul li, .article-body ol li, .page .editor ul li, .page .editor ol li {
  margin: 0 0 7px;
  font-size: 17px; }
  @media screen and (max-width: 480px) {
    /* line 230, _article.scss */
    .article-body ul li, .article-body ol li, .page .editor ul li, .page .editor ol li {
      font-size: 15px;
      margin: 0 0 4px; } }
/* line 236, _article.scss */
.article-body a, .page .editor a {
  color: #777777;
  border-bottom: 1px solid; }
  /* line 240, _article.scss */
  .article-body a:hover, .page .editor a:hover {
    color: #bf3287; }
/* line 242, _article.scss */
.article-body h2, .article-body h3, .page .editor h2, .page .editor h3 {
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0 15px; }
  @media screen and (max-width: 480px) {
    /* line 242, _article.scss */
    .article-body h2, .article-body h3, .page .editor h2, .page .editor h3 {
      font-size: 16px; } }
/* line 249, _article.scss */
.article-body h2, .page .editor h2 {
  font-size: 23px; }
  @media screen and (max-width: 480px) {
    /* line 249, _article.scss */
    .article-body h2, .page .editor h2 {
      font-size: 18px; } }

/* line 255, _article.scss */
.article-sidebar > div:last-child {
  margin-bottom: 0 !important; }

/* line 1, _cart.scss */
.shopping-cart {
  margin-top: 25px; }

/* line 4, _cart.scss */
.cart-item {
  margin: 0 0 20px;
  border: 1px solid #EEEEEE;
  padding: 15px 15px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 480px) {
    /* line 4, _cart.scss */
    .cart-item {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }
  /* line 19, _cart.scss */
  .cart-item.is-cart-dropdown {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }
    /* line 23, _cart.scss */
    .cart-item.is-cart-dropdown .item-prices {
      padding: 0;
      padding-right: 0.25rem; }
    @media screen and (max-width: 1024px) {
      /* line 28, _cart.scss */
      .cart-item.is-cart-dropdown .item-title {
        text-align: center; } }
    /* line 35, _cart.scss */
    .cart-item.is-cart-dropdown .item-delete {
      padding: 0.25rem; }
      /* line 38, _cart.scss */
      .cart-item.is-cart-dropdown .item-delete .is-item-delete {
        padding: 0.15rem;
        -webkit-transition: color 0.15s ease-out 0.15s;
        transition: color 0.15s ease-out 0.15s; }
        /* line 43, _cart.scss */
        .cart-item.is-cart-dropdown .item-delete .is-item-delete:hover {
          background-color: transparent;
          color: #e19a4a; }

/* line 52, _cart.scss */
.cart-block-checkout.is-cart-dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%; }

/* line 59, _cart.scss */
.discount-comment-list {
  margin: 0;
  padding-bottom: 15px;
  width: 100%; }

/* line 65, _cart.scss */
.item-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 81, _cart.scss */
.is-cart-dropdown .item-caption {
  -webkit-box-flex: 1;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 94, _cart.scss */
.item-title {
  color: black;
  font-weight: 500;
  line-height: 1.3;
  transition: .2s all;
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    /* line 94, _cart.scss */
    .item-title {
      line-height: 1.2;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 10px; } }
  /* line 108, _cart.scss */
  .item-title:hover {
    color: #9c3c8c; }

/* line 110, _cart.scss */
.item-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 122, _cart.scss */
.item-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    /* line 122, _cart.scss */
    .item-prices {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  /* line 135, _cart.scss */
  .item-prices .price {
    color: #0c120c;
    font-weight: 600;
    font-size: 20px; }
    @media screen and (max-width: 480px) {
      /* line 135, _cart.scss */
      .item-prices .price {
        font-size: 16px; } }
  /* line 143, _cart.scss */
  .item-prices .old-price {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 18px; }
    @media screen and (max-width: 480px) {
      /* line 143, _cart.scss */
      .item-prices .old-price {
        font-size: 16px; } }

/* line 152, _cart.scss */
.item-counter {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 164, _cart.scss */
  .item-counter .counter {
    -ms-flex: 1 0 100%;
    flex: 1 1 100%;
    max-width: 100%; }
    @media screen and (max-width: 480px) {
      /* line 164, _cart.scss */
      .item-counter .counter {
        height: 50px; } }

/* line 173, _cart.scss */
.item-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  color: #9B9B9B;
  transition: .2s all;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    /* line 173, _cart.scss */
    .item-delete {
      font-size: 18px; } }
  /* line 190, _cart.scss */
  .item-delete:hover {
    color: #0c120c; }

/* line 200, _cart.scss */
.shopcart-widget-wrapper.is-top-panel {
  padding: 0; }

/* line 207, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-icon {
  padding: 0.8rem;
  padding-top: 0.7rem;
  border: none;
  display: flex;
  align-items: center; }
/* line 214, _cart.scss */
.shopcart-widget.is-top-panel .shopcart-widget-data {
  display: none; }
/* line 219, _cart.scss */
.shopcart-widget.in-header {
  font-size: 0.9rem;
  margin-left: auto;
  position: relative; }
  /* line 226, _cart.scss */
  .shopcart-widget.in-header .shopcart-widget-link {
    transition: none; }
    /* line 229, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-icon * {
      border-color: #e19a4a;
      color: #e19a4a; }
    /* line 233, _cart.scss */
    .shopcart-widget.in-header .shopcart-widget-link:hover .shopcart-widget-data {
      color: #9c3c8c; }

/* line 242, _cart.scss */
.shopcart-widget-amount {
  white-space: nowrap;
  color: #7e5ea4;
  position: absolute;
  top: -15px;
  right: -10px;
  background: #fff;
  font-size: 13px;
  padding: 3px 7px;
  border-radius: 4px;
  font-weight: 500; }

/* line 255, _cart.scss */
.cart-checkout {
  float: right;
  padding: 18px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600; }
  /* line 262, _cart.scss */
  .cart-checkout:hover {
    background-color: #1a201a; }
  @media screen and (max-width: 480px) {
    /* line 255, _cart.scss */
    .cart-checkout {
      width: 100%;
      font-size: 15px;
      padding: 14px 23px;
      word-break: break-word;
      white-space: inherit; } }
  /* line 272, _cart.scss */
  .cart-checkout.is-cart-dropdown {
    width: 100%; }

/* line 276, _cart.scss */
.cart-quick-checkout {
  text-align: right;
  margin: 20px 0 0;
  float: right;
  width: 100%; }
  @media screen and (max-width: 480px) {
    /* line 276, _cart.scss */
    .cart-quick-checkout {
      text-align: center; } }
  /* line 284, _cart.scss */
  .cart-quick-checkout span {
    border-bottom: 1px solid;
    cursor: pointer;
    font-weight: 500;
    transition: .2s all;
    color: #9B9B9B; }
    /* line 291, _cart.scss */
    .cart-quick-checkout span:hover {
      color: #e19a4a; }

/* line 296, _cart.scss */
.discount-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 45px;
  padding: 10px 30px;
  background: #9c3c8c; }
  /* line 306, _cart.scss */
  .discount-button:hover {
    background: #e19a4a; }
  @media screen and (max-width: 380px) {
    /* line 296, _cart.scss */
    .discount-button {
      width: 100%;
      border-radius: 4px; } }

/* line 316, _cart.scss */
.cart-footer {
  background: #F6F6F6;
  padding: 20px; }

/* line 320, _cart.scss */
.discount-span {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
  color: #4A4A4A; }

/* line 326, _cart.scss */
.cart-block-checkout {
  margin: 0.5rem 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @media screen and (max-width: 768px) {
    /* line 326, _cart.scss */
    .cart-block-checkout {
      margin: 0 auto .5em;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  /* line 348, _cart.scss */
  .cart-block-checkout.is-cart-dropdown {
    margin: auto; }

/* line 354, _cart.scss */
.cart-total-block {
  width: 100%;
  text-align: right;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    /* line 354, _cart.scss */
    .cart-total-block {
      text-align: center; } }
/* line 362, _cart.scss */
.cart-total-span {
  font-size: 18px;
  display: inline-block;
  margin: 0 0 10px;
  color: #9B9B9B; }
  @media screen and (max-width: 480px) {
    /* line 362, _cart.scss */
    .cart-total-span {
      font-size: 16px;
      margin: 0; } }

/* line 371, _cart.scss */
.cart-total {
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  padding-left: 10px; }
  @media screen and (max-width: 768px) {
    /* line 371, _cart.scss */
    .cart-total {
      text-align: center;
      font-size: 22px; } }

/* line 382, _cart.scss */
.cart-notice {
  margin: 20px 0 25px;
  line-height: 1.2;
  color: #9B9B9B;
  font-size: 15px; }

/* line 388, _cart.scss */
.discount-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right; }
  @media screen and (max-width: 480px) {
    /* line 388, _cart.scss */
    .discount-comment {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 405, _cart.scss */
.discount-description {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 7px;
  color: #9c3c8c; }

/* line 413, _cart.scss */
.discount-amount {
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #9c3c8c;
  font-size: 20px; }
  @media screen and (max-width: 480px) {
    /* line 413, _cart.scss */
    .discount-amount {
      font-size: 15px; } }

/* line 424, _cart.scss */
.item-sku {
  display: none; }

/* line 428, _cart.scss */
.cart-widget-dropdown {
  position: absolute;
  background-color: white;
  border: 1px solid #eeeeee;
  width: 250px;
  top: 100%;
  right: 0;
  padding-top: 0.75rem;
  z-index: 1000;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out 0.15s;
  transition: opacity 0.15s ease-out 0.15s; }
  /* line 442, _cart.scss */
  .cart-widget-dropdown .js-cart-empty {
    margin-top: 0; }
  /* line 446, _cart.scss */
  .cart-widget-dropdown.empty-cart {
    padding-top: 0; }

/* line 450, _cart.scss */
.cart-total-buttons {
  max-width: 100%; }

/* line 453, _cart.scss */
.shopcart-widget-count.js-shopcart-widget-amount {
  display: inline-block; }

/* titles */
/* line 2, _checkout-v2.scss */
.co-title {
  font-size: 24px;
  line-height: 1.2;
  word-wrap: break-word;
  font-weight: bold; }

/* line 9, _checkout-v2.scss */
.co-title--h2 {
  font-size: 20px;
  margin-bottom: 15px; }

/* line 14, _checkout-v2.scss */
.co-menu-toggle {
  background-color: #eeeeee;
  color: #222222; }

/* line 19, _checkout-v2.scss */
.mobile .co-modal-button {
  width: auto;
  margin-left: 0; }

/* buttons */
/* line 26, _checkout-v2.scss */
.co-order-state {
  padding: 0.3rem 0.75rem 0.15rem 0.75rem; }

/* line 29, _checkout-v2.scss */
.co-input-title {
  font-size: 16px; }

/* line 32, _checkout-v2.scss */
.co-button {
  font-size: 1rem; }
  /* line 35, _checkout-v2.scss */
  .co-button[type="submit"], .co-button[name="commit"], .co-button[data-method="delete"], .co-button.co-button--small {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #9c3c8c;
    color: #eeeeee;
    color: white; }
    /* line 281, _mixins.scss */
    .co-button[type="submit"]:focus, .co-button[type="submit"]:active, .co-button[type="submit"]:hover, .co-button[name="commit"]:focus, .co-button[name="commit"]:active, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:focus, .co-button[data-method="delete"]:active, .co-button[data-method="delete"]:hover, .co-button.co-button--small:focus, .co-button.co-button--small:active, .co-button.co-button--small:hover {
      background-color: #9c3c8c;
      color: #eeeeee; }
    /* line 288, _mixins.scss */
    .co-button[type="submit"]:-moz-focus-inner, .co-button[name="commit"]:-moz-focus-inner, .co-button[data-method="delete"]:-moz-focus-inner, .co-button.co-button--small:-moz-focus-inner {
      border: 0; }
    /* line 44, _checkout-v2.scss */
    .co-button[type="submit"]:hover, .co-button[name="commit"]:hover, .co-button[data-method="delete"]:hover, .co-button.co-button--small:hover {
      color: white; }
  /* line 49, _checkout-v2.scss */
  .co-button.co-print-pdf {
    text-transform: uppercase; }
  /* line 53, _checkout-v2.scss */
  .co-button#get_pdf_receipt, .co-button#use_max_bonus_points {
    -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
    background-color: #9c3c8c;
    color: #eeeeee; }
    /* line 281, _mixins.scss */
    .co-button#get_pdf_receipt:focus, .co-button#get_pdf_receipt:active, .co-button#get_pdf_receipt:hover, .co-button#use_max_bonus_points:focus, .co-button#use_max_bonus_points:active, .co-button#use_max_bonus_points:hover {
      background-color: #e19a4a;
      color: #222222; }
    /* line 288, _mixins.scss */
    .co-button#get_pdf_receipt:-moz-focus-inner, .co-button#use_max_bonus_points:-moz-focus-inner {
      border: 0; }
  /* line 57, _checkout-v2.scss */
  .co-button.co-button--small {
    padding: 0.5rem 0.75rem 0.3rem 0.75rem;
    white-space: initial; }

/* line 63, _checkout-v2.scss */
.co-button--link,
.co-button--password_recover {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-button--link:active, .co-button--link:focus, .co-button--link:hover,
  .co-button--password_recover:active,
  .co-button--password_recover:focus,
  .co-button--password_recover:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* links */
/* line 75, _checkout-v2.scss */
.co-link,
.link {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-link:active, .co-link:focus, .co-link:hover,
  .link:active,
  .link:focus,
  .link:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

@media screen and (max-width: 768px) {
  /* line 82, _checkout-v2.scss */
  .co-menu--personal .co-link,
  .co-menu--personal .link {
    color: #222222;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color 0.15s ease-out 0.15s;
    transition: color 0.15s ease-out 0.15s; }
    /* line 499, _mixins.scss */
    .co-menu--personal .co-link:active, .co-menu--personal .co-link:focus, .co-menu--personal .co-link:hover,
    .co-menu--personal .link:active,
    .co-menu--personal .link:focus,
    .co-menu--personal .link:hover {
      color: #777777;
      -webkit-text-decoration: none;
      text-decoration: none; } }
/* input */
/* line 96, _checkout-v2.scss */
.co-input-select {
  background-color: transparent; }

/* line 100, _checkout-v2.scss */
.co-toggable_field-input {
  color: #9c3c8c;
  margin-top: 0.15rem; }
  /* line 106, _checkout-v2.scss */
  .co-toggable_field-input span:after {
    color: #fff !important; }

/* line 112, _checkout-v2.scss */
.co-input-description {
  font-size: 15px;
  color: #9b9b9b; }
  /* line 116, _checkout-v2.scss */
  .co-input-description a {
    color: #777777;
    border-bottom: 1px solid; }
    /* line 119, _checkout-v2.scss */
    .co-input-description a:hover {
      color: #bf3287; }

/* line 123, _checkout-v2.scss */
.co-bonus_points-maximum_points {
  color: black; }

/* line 127, _checkout-v2.scss */
.co-bonus_points-submit {
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* tabs */
/* line 134, _checkout-v2.scss */
.co-tabs-controls {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 143, _checkout-v2.scss */
.co-tabs-node {
  -webkit-transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s, background-color 0.15s ease-out 0.15s;
  background-color: #777777;
  color: #eeeeee;
  margin: 0 0.25rem; }
  /* line 281, _mixins.scss */
  .co-tabs-node:focus, .co-tabs-node:active, .co-tabs-node:hover {
    background-color: #e19a4a;
    color: #222222; }
  /* line 288, _mixins.scss */
  .co-tabs-node:-moz-focus-inner {
    border: 0; }
  /* line 149, _checkout-v2.scss */
  .co-tabs-node--active {
    background-color: #e19a4a;
    color: #222222; }

/* prices */
/* line 156, _checkout-v2.scss */
.co-price {
  font-size: 1rem; }

/* basket */
/* line 161, _checkout-v2.scss */
.co-basket_subtotal {
  margin-bottom: 0.5rem; }
  /* line 164, _checkout-v2.scss */
  .co-basket_subtotal:last-child {
    margin-bottom: 0; }

/* line 169, _checkout-v2.scss */
.co-basket_total-price {
  font-size: 1.25rem; }

/* forms */
/* line 174, _checkout-v2.scss */
.co-delivery_adress-form {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }
  /* line 178, _checkout-v2.scss */
  .co-delivery_adress-form .co-input {
    padding-left: 0.25rem;
    padding-right: 0.25rem; }

/* modals */
/* line 185, _checkout-v2.scss */
.co-modal {
  background-color: white;
  border: 1px solid #eeeeee;
  overflow: hidden; }

/* line 191, _checkout-v2.scss */
.co-modal-close {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .co-modal-close:active, .co-modal-close:focus, .co-modal-close:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/* line 195, _checkout-v2.scss */
.js-modal-toggler {
  color: #9c3c8c;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0.15s;
  transition: color 0.15s ease-out 0.15s; }
  /* line 499, _mixins.scss */
  .js-modal-toggler:active, .js-modal-toggler:focus, .js-modal-toggler:hover {
    color: #e19a4a;
    -webkit-text-decoration: none;
    text-decoration: none; }

/** menu */
/* line 201, _checkout-v2.scss */
.co-menu-toggle {
  padding: 1rem; }

/* line 204, _checkout-v2.scss */
.co-wrapper {
  display: flex; }

/* line 207, _checkout-v2.scss */
.co-sidebar--menu {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 16px 34px 7px rgba(121, 121, 121, 0.1);
  border-radius: 4px;
  margin-top: -65px;
  display: flex;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-right: 20px;
  height: fit-content; }
  /* line 219, _checkout-v2.scss */
  .co-sidebar--menu .co-menu-link {
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    position: relative;
    border-bottom: 1px solid #eeeeee; }
    /* line 241, _checkout-v2.scss */
    .co-sidebar--menu .co-menu-link:hover {
      color: #9c3c8c; }

/* line 244, _checkout-v2.scss */
.co-menu {
  padding: 10px 0 0 !important; }

/* line 247, _checkout-v2.scss */
.co-menu-item + .co-menu-item {
  margin-top: 0; }
  /* line 249, _checkout-v2.scss */
  .co-menu-item + .co-menu-item:last-child .co-menu-link {
    border-bottom: 0; }

/* line 251, _checkout-v2.scss */
.co-delivery_method-title, .co-payment_method-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }

/* line 258, _checkout-v2.scss */
.co-delivery_method-description, .co-payment_method-description {
  color: #7B7B7B; }
  /* line 261, _checkout-v2.scss */
  .co-delivery_method-description p, .co-payment_method-description p {
    margin-bottom: 8px; }

/* line 263, _checkout-v2.scss */
.co-checkout-block {
  margin-bottom: 20px; }

/* line 266, _checkout-v2.scss */
#create_order {
  margin: 0;
  padding: 20px 50px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  transition: .2s all; }

/* line 274, _checkout-v2.scss */
.checkout .header-second {
  display: none; }

@media screen and (max-width: 480px) {
  /* line 276, _checkout-v2.scss */
  .co-login {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

  /* line 280, _checkout-v2.scss */
  .js-co-login-submit {
    width: 96%;
    box-sizing: border-box;
    padding: 13px 0 !important; } }
/* line 286, _checkout-v2.scss */
.co-input-field {
  border: 1px solid #eeeeee; }

/* line 1, custom-user.css */
.header-block.header-compare {
  justify-content: flex-end; }

/* line 4, custom-user.css */
.cart-block-body {
  z-index: 999; }
