/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400i|Roboto:400,500&display=swap&subset=cyrillic");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.nav ul, #nav ul, .content-nav ul, .social, .slick-dots, .breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .cart:after, .cart-row:after, .container:after, #header .middle:after, .top:after, .main-holder:after, .product-list:after, .product:after, .description footer:after, .breadcrumbs ul:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis, .breadcrumbs a {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.bg, [data-bg] {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.input:before, .input:after, .input > .placeholder, .submit:before, .bg, .product-list .item:after, .social a.instagram:before, .photo .image .holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

*, *:before, *:after {
  outline: none;
  box-sizing: border-box; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/24px "Roboto", sans-serif;
  min-width: 1248px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-y: scroll; }
  body.compensate-for-scrollbar {
    margin: 0 !important;
    overflow: visible !important; }
  @media (max-width: 767px) {
    body {
      min-width: 324px; } }

img {
  max-width: 100%; }

.gm-style img {
  max-width: none; }

svg {
  pointer-events: none;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  display: block;
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px;
  line-height: 36px;
  color: #333;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      margin-bottom: 19px; } }

h2, .h2 {
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 29px;
  letter-spacing: -.035em;
  color: #200a2f; }

h3, .h3 {
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: 500;
  margin: 0 0 24px; }

h4, .h4 {
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 24px;
  color: #200a2f; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 6px; }
  p + h3, p + .h3 {
    padding-top: 18px; }
  p a {
    text-decoration: none;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
    color: #333;
    border-bottom: 1px solid; }
    @media (min-width: 768px) {
      p a:hover {
        border-color: transparent; } }

a {
  color: #999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none; }
  @media (min-width: 768px) {
    a:hover, a:focus {
      text-decoration: none;
      color: black; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset; }

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='number'],
input[type='url'],
input[type='date'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  padding: 0 18px;
  margin: 0;
  background: none;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: #333;
  font-weight: normal;
  position: relative; }
  input[type='text']:focus::-webkit-input-placeholder,
  input[type='tel']:focus::-webkit-input-placeholder,
  input[type='email']:focus::-webkit-input-placeholder,
  input[type='search']:focus::-webkit-input-placeholder,
  input[type='password']:focus::-webkit-input-placeholder,
  input[type='number']:focus::-webkit-input-placeholder,
  input[type='url']:focus::-webkit-input-placeholder,
  input[type='date']:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type='text']:focus::-moz-placeholder,
  input[type='tel']:focus::-moz-placeholder,
  input[type='email']:focus::-moz-placeholder,
  input[type='search']:focus::-moz-placeholder,
  input[type='password']:focus::-moz-placeholder,
  input[type='number']:focus::-moz-placeholder,
  input[type='url']:focus::-moz-placeholder,
  input[type='date']:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent; }
  input[type='text']:focus:-moz-placeholder,
  input[type='tel']:focus:-moz-placeholder,
  input[type='email']:focus:-moz-placeholder,
  input[type='search']:focus:-moz-placeholder,
  input[type='password']:focus:-moz-placeholder,
  input[type='number']:focus:-moz-placeholder,
  input[type='url']:focus:-moz-placeholder,
  input[type='date']:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    color: transparent; }
  input[type='text']:focus:-ms-input-placeholder,
  input[type='tel']:focus:-ms-input-placeholder,
  input[type='email']:focus:-ms-input-placeholder,
  input[type='search']:focus:-ms-input-placeholder,
  input[type='password']:focus:-ms-input-placeholder,
  input[type='number']:focus:-ms-input-placeholder,
  input[type='url']:focus:-ms-input-placeholder,
  input[type='date']:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    color: transparent; }
  input[type='text']:focus.placeholder,
  input[type='tel']:focus.placeholder,
  input[type='email']:focus.placeholder,
  input[type='search']:focus.placeholder,
  input[type='password']:focus.placeholder,
  input[type='number']:focus.placeholder,
  input[type='url']:focus.placeholder,
  input[type='date']:focus.placeholder,
  textarea:focus.placeholder {
    color: transparent; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='number']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='number']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='number']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='number']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='number'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 108px; }
  textarea::-webkit-input-placeholder {
    font-size: 16px; }
  textarea::-moz-placeholder {
    opacity: 1;
    font-size: 16px; }
  textarea:-moz-placeholder {
    font-size: 16px; }
  textarea:-ms-input-placeholder {
    font-size: 16px; }
  textarea.placeholder {
    font-size: 16px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.input {
  min-height: 48px;
  display: block;
  position: relative;
  text-align: left;
  border-radius: 3px;
  margin-bottom: 36px; }
  .input:before, .input:after {
    content: '';
    border-radius: 3px;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: border-color, border-width, box-shadow;
    transition-property: border-color, border-width, box-shadow; }
  .input:before {
    background-color: #f3f3f3; }
  .input:after {
    border-radius: 3px;
    border: 1px solid #e5e5e5; }
  .input > .placeholder {
    padding: 0 18px;
    font-size: 16px;
    line-height: 48px;
    color: #999;
    pointer-events: none; }
    .input > .placeholder span {
      color: #ce287a; }
  .input .hint {
    position: absolute;
    top: -23px;
    font-size: 12px;
    line-height: 20px;
    right: 0;
    color: #999;
    opacity: 0; }
  .input > label {
    position: absolute;
    left: 0;
    top: -23px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    width: 0;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap; }
    .input > label span {
      color: #ce287a; }
  .input svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 12px;
    width: 24px;
    height: 24px;
    fill: #999;
    pointer-events: none; }
  .input .error {
    position: absolute;
    bottom: -23px;
    right: 0;
    color: #e51467;
    font: 12px/20px "Roboto", sans-serif;
    display: none !important; }
  .input.focus:after, .input.date-focus:after {
    border-color: #333;
    border-width: 2px; }
  .input.focus > .placeholder, .input.date-focus > .placeholder {
    display: none; }
  .input.focus > label, .input.date-focus > label {
    width: 100%;
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease; }
  .input.focus .hint, .input.date-focus .hint {
    opacity: 1; }
  .input.focus .select2-selection__placeholder, .input.date-focus .select2-selection__placeholder {
    display: none; }
  .input.error:after {
    border-width: 2px;
    border-color: #e51467 !important; }
  .input.disabled {
    cursor: default; }
    .input.disabled:before {
      background-color: #f2f2f2; }
    .input.disabled:after {
      border-color: #c4c4c4;
      border-style: dotted;
      border-width: 1px; }
    .input.disabled > * {
      pointer-events: none; }
    .input.disabled .select2-selection__arrow {
      display: none !important; }
  .input.enter > .placeholder {
    display: none; }
  .input.enter > label:not(.controller) {
    width: 100%;
    -webkit-transition: width 1.5s ease;
    transition: width 1.5s ease; }
  .input.enter .hint {
    opacity: 1; }
  .input.visible > .placeholder, .input.phone-input:hover > .placeholder, .input.phone-input.focus > .placeholder, .input.phone-input.enter > .placeholder {
    display: none; }
  .input.visible .iti, .input.phone-input:hover .iti, .input.phone-input.focus .iti, .input.phone-input.enter .iti {
    opacity: 1; }
  .input.count {
    min-height: 24px;
    height: 24px;
    overflow: hidden;
    margin: 0; }
    .input.count:after, .input.count:before {
      display: none; }
    .input.count input {
      float: left;
      height: 24px;
      line-height: 24px;
      padding: 0;
      width: 48px;
      text-align: center;
      border: solid #e5e5e5;
      border-width: 0 1px; }
  @media (max-width: 767px) {
    .input.phone-input > .placeholder {
      display: none; }
    .input.phone-input .iti {
      opacity: 1; }
    .input.phone-input > label {
      width: 100%;
      -webkit-transition: width 1.5s ease;
      transition: width 1.5s ease; }
    .input.count {
      height: 36px;
      border: 1px solid #e5e5e5;
      border-radius: 3px;
      overflow: hidden; }
      .input.count input {
        height: 34px;
        line-height: 34px;
        pointer-events: none;
        width: calc(100% - 94px); } }

.number-button {
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 12px;
  cursor: pointer;
  position: relative; }
  .number-button:first-child {
    margin-left: 0; }
  .number-button:after, .number-button:before {
    content: '';
    position: absolute;
    background-color: #333;
    top: 50%;
    left: 50%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .number-button:before {
    width: 14px;
    height: 2px; }
  .number-button:after {
    width: 2px;
    height: 14px; }
  .number-button.minus:after {
    display: none; }
  .number-button.disabled {
    pointer-events: none; }
    .number-button.disabled:after, .number-button.disabled:before {
      background-color: #ccc; }
  @media (max-width: 767px) {
    .number-button {
      margin: 0;
      height: 34px;
      width: 47px; } }

.submit {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  text-align: center;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  font-weight: 500;
  position: relative;
  padding: 0 12px;
  margin: 0;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .submit span {
    display: inline-block;
    position: relative; }
  .submit svg {
    position: absolute;
    top: calc(50% - 13px);
    right: 18px;
    width: 24px;
    height: 24px;
    fill: white; }
    .submit svg.spinner {
      fill: transparent;
      right: calc(50% - 12px); }
  .submit:before {
    content: '';
    border-radius: 24px;
    background-color: #ce287a;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .submit.disabled, .submit:disabled {
    pointer-events: none; }
    .submit.disabled:before, .submit:disabled:before {
      background-color: #ccc;
      box-shadow: none;
      pointer-events: none; }
  .submit.black:before {
    background-color: #333; }
  @media (min-width: 768px) {
    .submit:not(.disabled):not(:disabled):hover {
      color: white; }
      .submit:not(.disabled):not(:disabled):hover:before {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); } }

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

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

@-webkit-keyframes button-pulse {
  to {
    box-shadow: 0 0 0 24px rgba(206, 40, 122, 0); } }

@keyframes button-pulse {
  to {
    box-shadow: 0 0 0 24px rgba(206, 40, 122, 0); } }

.controller {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 2px 0 2px 36px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  .controller .icheck-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #dadada;
    background-color: white;
    background-color: #f5f5f5;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-property: border-color, background-color, border-width;
    transition-property: border-color, background-color, border-width; }
  .controller svg {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    fill: white;
    z-index: 10;
    opacity: 0;
    pointer-events: none; }
  .controller .error {
    display: none !important; }
  .controller.error .icheck-item {
    border-color: #e51467;
    border-width: 2px; }
  .controller.checked {
    color: black; }
    .controller.checked .icheck-item {
      background-color: black;
      border-color: black; }
    .controller.checked svg {
      opacity: 1; }

.filter {
  float: left;
  width: 288px;
  padding: 45px 0 24px; }
  .filter .controller {
    display: block;
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    .filter {
      display: none; } }

.cart {
  padding: 24px 0 48px;
  position: relative; }
  .cart:before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 48px;
    right: 431px;
    width: 1px;
    background-color: #e5e5e5; }
  .cart .controller {
    margin-bottom: 36px; }
  .cart .submit {
    display: block;
    width: 100%; }
  .cart.empty dl {
    display: none; }
  .cart.empty .empty-msg {
    display: block;
    pointer-events: auto; }
  .cart.empty:before, .cart.empty #sidebar {
    display: none; }
  @media (max-width: 767px) {
    .cart {
      padding-top: 6px; }
      .cart:before {
        display: none; } }

.empty-msg {
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 48px;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: black;
  display: none;
  pointer-events: none;
  width: 100%; }
  .empty-msg:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%; }
  .empty-msg > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
  .empty-msg .holder {
    width: 240px; }
  .empty-msg p {
    margin-bottom: 48px; }
  .empty-msg.main {
    position: static;
    float: right;
    width: calc(100% - 288px);
    height: calc(100vh - 532px); }
    .empty-msg.main p {
      margin: 0; }
  .empty-msg.display {
    display: block; }
  @media (max-width: 767px) {
    .empty-msg {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      margin: 42px auto 0; }
      .empty-msg.main {
        display: none !important; } }

.cart-row {
  padding: 24px 0; }
  .cart-row .image {
    float: left;
    width: 96px;
    height: 96px;
    position: relative;
    background-color: black; }
    .cart-row .image .bg {
      opacity: .8; }
  .cart-row .align-right {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding-top: 30px; }
  .cart-row .price {
    padding: 0;
    margin: 0 0 18px;
    border: 0; }
  .cart-row .remove {
    width: 24px;
    height: 24px;
    padding: 2px;
    cursor: pointer; }
    .cart-row .remove svg {
      width: 100%;
      height: 100%;
      fill: #333; }
    .cart-row .remove:hover svg {
      fill: #ce287a; }
  .cart-row .info {
    overflow: hidden;
    padding: 0 24px; }
    .cart-row .info em {
      display: block;
      color: #999;
      margin: -4px 0 9px;
      font: italic 14px/24px "Roboto Condensed", sans-serif; }
  .cart-row h3, .cart-row .h3 {
    margin-bottom: 19px; }
    .cart-row h3 span, .cart-row .h3 span {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: normal;
      color: #999;
      padding-left: 12px;
      margin-left: 12px;
      border-left: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .cart-row {
      padding: 18px 0;
      position: relative; }
      .cart-row h3 span, .cart-row .h3 span {
        padding: 12px 0 0;
        margin: 0;
        border: 0;
        display: block; }
      .cart-row .image {
        width: 72px;
        height: 72px; }
      .cart-row .align-right {
        display: block;
        padding: 0; }
      .cart-row .price {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 60px; }
      .cart-row .remove {
        position: absolute;
        right: 0;
        top: 14px; } }

#wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }
  .message-layout #wrapper {
    height: 100%;
    white-space: nowrap;
    text-align: center; }
    .message-layout #wrapper:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .message-layout #wrapper > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }

.mobile-visible {
  display: none; }
  @media (max-width: 767px) {
    .mobile-visible {
      display: block; } }

.bg {
  pointer-events: none; }

.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 48px;
  position: relative; }
  @media (max-width: 767px) {
    .container {
      padding: 0 12px; } }

#header {
  width: 100%;
  position: relative;
  padding-bottom: 24px; }
  #header .middle {
    padding-bottom: 48px; }
  @media (max-width: 767px) {
    #header {
      padding-bottom: 0; }
      #header .middle {
        padding-bottom: 12px; } }

.top {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  padding: 24px 0;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    .top {
      padding: 18px 0;
      margin-bottom: 24px; } }

.nav {
  float: left; }
  .nav ul {
    float: left; }
  .nav li {
    float: left;
    padding-right: 24px; }
    .nav li.active a {
      color: black; }
  @media (max-width: 767px) {
    .nav {
      display: none; } }

address {
  float: right;
  font-style: normal; }
  address a {
    color: #333;
    float: left;
    margin-left: 24px; }
    address a:hover {
      color: #999; }
  @media (max-width: 767px) {
    address {
      float: none;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      address a {
        margin: 0; } }

.logo {
  display: block;
  margin: 0 auto;
  background: url('/images/logo.png') 0 0 no-repeat;
  width: 144px;
  height: 72px;
  font-size: 0;
  line-height: 0; }
  .logo a {
    display: block;
    height: 100%; }
      /*@media (max-width: 767px) {*/
      /*  .logo {*/
      /*    width: 72px;*/
      /*    height: 36px; } }*/

.msg {
  float: left;
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 48px; }
  .msg:before {
    content: attr(data-msg);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    height: 48px;
    top: 0;
    color: #999;
    left: calc(100% + 12px);
    white-space: nowrap;
    background-color: #ebebeb;
    border-radius: 24px;
    text-align: center;
    padding: 0 24px;
    font: italic 14px/48px "Roboto Condensed", sans-serif;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .msg.display:before {
    opacity: 1; }
  @media (min-width: 768px) {
    .msg:hover:before {
      opacity: 1; }
    .msg:hover svg {
      fill: #4287f8; } }
  @media (max-width: 767px) {
    .msg {
      position: fixed;
      z-index: 50;
      right: 12px;
      bottom: 12px;
      margin: 0; }
      .msg:before {
        left: auto;
        right: calc(100% + 12px); } }

.cart-icon {
  float: right;
  width: 96px;
  height: 48px;
  border-radius: 24px;
  padding: 12px 0;
  color: white;
  font-size: 16px;
  line-height: 24px;
  background-color: #ce287a;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color; }
  .cart-icon svg {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 6px 0 18px;
    fill: rgba(255, 255, 255, 0.5); }
  .cart-icon span {
    float: right;
    width: 48px;
    text-align: center;
    padding-right: 6px; }
  .cart-icon.hidden {
    opacity: 0;
    pointer-events: none; }
  @media (min-width: 768px) {
    .cart-icon:hover {
      color: white; }
    .cart-icon.empty {
      color: #999;
      background-color: #ebebeb; }
      .cart-icon.empty svg {
        fill: #757575; } }
  @media (max-width: 767px) {
    .cart-icon {
      width: 24px;
      height: 24px;
      padding: 0;
      background: none;
      position: relative; }
      .cart-icon svg {
        margin: 0;
        fill: black; }
      .cart-icon span {
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #ce287a;
        color: white;
        width: auto;
        padding: 0 4px;
        height: 15px;
        font-size: 10px;
        line-height: 15px;
        border-radius: 8px;
        min-width: 15px;
        text-align: center; }
      .cart-icon.empty span {
        display: none; } }

.menu-icon {
  float: left;
  width: 24px;
  height: 24px;
  position: relative; }
  .menu-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: black;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .menu-icon span:after, .menu-icon span:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background-color: black; }
    .menu-icon span:before {
      top: -5px; }
    .menu-icon span:after {
      bottom: -5px; }
  @media (min-width: 768px) {
    .menu-icon {
      display: none; } }

.brands {
  width: 100%;
  position: relative;
  margin-bottom: 24px; }
  .brands .frame {
    height: 144px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #202020; }
  .brands a {
    float: left;
    width: 25%;
    height: 100%;
    padding: 18px;
    white-space: nowrap;
    text-align: center;
    position: relative;
    -webkit-transition-property: background-color;
    transition-property: background-color; }
    .brands a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 100%; }
    .brands a > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle; }
    .brands a:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #2b2b2b;
      pointer-events: none; }
    .brands a:first-child:before {
      display: none; }
    .brands a:hover {
      background-color: black; }
  .inner-layout #header .brands {
    display: none; }
  @media (max-width: 767px) {
    .brands {
      margin: 0 -12px 24px;
      padding: 0 12px;
      width: calc(100% + 24px);
      overflow-x: auto; }
      .brands .frame {
        height: 72px;
        display: inline-block;
        vertical-align: top;
        width: calc(200vw - 48px); }
      .brands a {
        width: calc(50vw - 12px); }
      .brands img {
        max-height: 100%;
        width: auto;
        max-width: none; } }

#nav, .content-nav {
  width: 100%;
  text-align: center; }
  #nav ul, .content-nav ul {
    display: inline-block;
    vertical-align: top; }
  #nav li, .content-nav li {
    float: left;
    padding: 0 30px;
    position: relative;
    color: #999; }
    #nav li:after, .content-nav li:after {
      content: '~';
      position: absolute;
      top: 0;
      left: -30px;
      width: 60px; }
    #nav li:first-child:after, .content-nav li:first-child:after {
      display: none; }
    #nav li.active a, .content-nav li.active a {
      color: #333; }
  #nav .close, .content-nav .close {
    position: absolute;
    top: 36px;
    right: 36px;
    width: 24px;
    height: 24px;
    display: none;
    z-index: 10; }
    #nav .close svg, .content-nav .close svg {
      display: block;
      width: 100%;
      height: 100%;
      fill: white; }
  @media (max-width: 767px) {
    #nav, .content-nav {
      position: fixed;
      z-index: 1000;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 36px;
      background-color: black;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      #nav ul, .content-nav ul {
        display: block; }
      #nav li, .content-nav li {
        float: none;
        padding: 0 0 24px; }
        #nav li:first-child, .content-nav li:first-child {
          padding-top: 0; }
        #nav li:after, .content-nav li:after {
          display: none; }
        #nav li.active a, .content-nav li.active a {
          color: white; }
        #nav li.small, .content-nav li.small {
          font-size: 14px;
          padding: 12px 0 0; }
      #nav .close, .content-nav .close {
        display: block; }
      .navigation #nav, .navigation .content-nav {
        opacity: 1;
        pointer-events: auto; } }

.content-nav {
  padding-bottom: 48px; }

.main-holder {
  width: 100%;
  border-top: 2px solid black; }
  .loading .main-holder {
    opacity: .5;
    pointer-events: none; }
  @media (min-width: 768px) {
    .main-holder .product-list {
      float: right;
      width: calc(100% - 288px); } }

.product-list {
  width: 100%;
  position: relative;
  border-top: 1px solid #e5e5e5; }
  .product-list .item {
    float: left;
    width: calc(100% / 3);
    padding: 24px;
    color: #333;
    position: relative;
    margin-bottom: 48px;
    text-align: center; }
    .product-list .item:after {
      content: '';
      border: solid #e5e5e5;
      border-width: 1px 0 0 1px;
      pointer-events: none; }
  .product-list .image {
    max-width: 240px;
    width: 100%;
    margin: 0 auto 56px;
    background-size: contain; }
    .product-list .image:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .product-list em {
    display: block;
    color: #999;
    padding: 0 24px;
    padding-bottom: 12px;
    font: italic 14px/24px "Roboto Condensed", sans-serif; }
  .product-list strong {
    display: block;
    padding: 0 24px 12px;
    font-weight: 500; }
  @media (min-width: 768px) {
    .product-list.inner {
      border-top: 0; }
      .product-list.inner .item {
        width: calc(100% / 3); }
        .product-list.inner .item:nth-child(-n+3):after {
          border-top: 0; }
    .product-list.main .item {
      width: 25%; }
      .product-list.main .item:nth-child(-n+4) {
        margin-top: -1px; }
      .product-list.main .item:nth-child(4n+1):after {
        border-width: 1px 0 0; } }
  @media (max-width: 767px) {
    .product-list {
      padding-bottom: 36px; }
      .product-list .item {
        width: 50%;
        padding: 0 0 12px;
        margin-bottom: 12px; }
        .product-list .item:nth-child(-n+2) {
          margin-top: -1px; }
        .product-list .item:nth-child(2n+1):after {
          border-width: 1px 0 0; }
      .product-list .image {
        margin-bottom: 18px; }
      .product-list em {
        font-size: 12px;
        line-height: 16px;
        padding: 0 12px 9px; }
      .product-list strong {
        font-size: 14px;
        line-height: 18px;
        padding: 0 12px 8px; }
      .product-list .data {
        font-size: 0;
        line-height: 0; }
        .product-list .data:before {
          content: attr(data-volume);
          display: block;
          text-align: center;
          font-size: 12px;
          line-height: 18px;
          margin-bottom: 8px; }
      .product-list .price {
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        border: 0; } }

.label {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 12px;
  font-weight: 500;
  color: white;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 24px;
  background-color: #4d8080; }
  @media (max-width: 767px) {
    .label {
      top: 12px;
      right: 12px; } }

.data {
  color: #999;
  display: block; }
  .data > * {
    display: inline-block;
    vertical-align: top; }

.price {
  color: #333;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #e5e5e5; }
  .price span {
    display: inline-block;
    vertical-align: top;
    color: #ce287a;
    text-decoration: line-through; }

#footer {
  width: 100%;
  position: relative;
  padding-bottom: 48px; }
  #footer .top {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    margin-bottom: 24px; }
  @media (max-width: 767px) {
    #footer {
      padding-bottom: 24px; }
      #footer .top {
        padding: 0; }
        #footer .top > * {
          display: none; } }

.social {
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  margin-bottom: 24px; }
  .social li {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    letter-spacing: normal; }
  .social a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #eaeaea;
    padding: 14px;
    position: relative;
    -webkit-transition-property: background-color;
    transition-property: background-color; }
    .social a svg {
      position: relative; }
    .social a.instagram:before {
      content: '';
      border-radius: 50%;
      background: #f09433;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }
    .social a:hover svg {
      fill: white; }
    .social a:hover.facebook {
      background-color: #4267b2; }
    .social a:hover.instagram {
      background-color: transparent; }
      .social a:hover.instagram:before {
        opacity: 1; }
  .social svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #999; }
  @media (max-width: 767px) {
    .social {
      margin-bottom: 16px; } }

.copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #999;
  font-style: normal; }

.product {
  width: 100%;
  position: relative;
  padding-bottom: 60px; }

.photo {
  float: left;
  width: 50%;
  position: relative;
  padding-right: 48px; }
  .photo .label {
    z-index: 10;
    display: none; }
  .photo .image {
    display: block;
    position: relative;
    pointer-events: none; }
    .photo .image:before {
      content: '';
      display: block;
      padding-top: 100%; }
  .photo .slick-list, .photo .slick-track, .photo .slick-slide > div {
    height: 100%; }
  .photo .slick-slide > div {
    padding: 24px; }
  .photo .item {
    width: 100%;
    height: 100%;
    position: relative; }
  @media (max-width: 767px) {
    .photo {
      float: none;
      width: 100%;
      padding: 0; }
      .photo .label {
        display: block; }
      .photo .image {
        pointer-events: auto;
        margin-bottom: 53px; }
      .photo .slick-slide > div {
        padding: 0; } }

.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -42px;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    padding: 9px; }
  .slick-dots button {
    padding: 0;
    margin: 0;
    border: 0;
    background: #ccc;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .slick-dots .slick-active button {
    background-color: #4d8080; }

.preview {
  float: left; }
  .preview a {
    float: left;
    width: 96px;
    height: 96px;
    position: relative;
    -webkit-transition-property: background-color;
    transition-property: background-color; }
    .preview a:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1px;
      z-index: 10;
      background-color: #e5e5e5; }
    .preview a:first-child:before {
      display: none; }
    .preview a:hover, .preview a.active {
      background-color: black; }
      .preview a:hover .bg, .preview a.active .bg {
        opacity: .8; }
    .preview a.active {
      pointer-events: none; }
  .preview .bg {
    background-size: contain;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  @media (max-width: 767px) {
    .preview {
      display: none; } }

.description {
  float: right;
  width: 50%;
  position: relative;
  color: #666;
  font-size: 16px;
  line-height: 28px;
  padding: 45px 48px 0 0; }
  .description .label {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0; }
  .description .data {
    font-size: 24px;
    line-height: 48px;
    margin-bottom: 36px; }
    .description .data em {
      font-style: normal;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      line-height: 24px;
      padding-top: 15px; }
  .description .price {
    font-weight: 500;
    padding-right: 24px;
    margin-right: 24px; }
  .description footer {
    width: 100%;
    margin-bottom: 43px; }
    .description footer .submit {
      float: left;
      margin-right: 24px; }
    .description footer > span {
      float: left;
      font-size: 13px;
      line-height: 18px;
      color: #999;
      padding: 6px 0; }
  .description h3, .description .h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 6px; }
  .description > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .description {
      float: none;
      width: 100%;
      padding: 0;
      line-height: 24px; }
      .description .label {
        display: none; }
      .description .data {
        text-align: center;
        line-height: 36px;
        margin-bottom: 24px; }
        .description .data em {
          padding-top: 9px; }
      .description h3, .description .h3 {
        line-height: 24px; }
      .description footer {
        margin-bottom: 19px; }
        .description footer .submit {
          float: none;
          display: block;
          width: 100%; }
        .description footer > span {
          float: none;
          display: block;
          text-align: center;
          padding: 24px 0 0; } }

.breadcrumbs {
  padding-bottom: 18px;
  font: italic 18px/24px "Roboto Condensed", sans-serif; }
  .breadcrumbs li {
    float: left;
    position: relative;
    padding-right: 36px;
    max-width: 100%; }
    .breadcrumbs li:after {
      content: '';
      position: absolute;
      top: 6px;
      right: 14px;
      background: url(../images/crumbs.svg) no-repeat 50% 50%/contain;
      width: 7px;
      height: 13px; }
    .breadcrumbs li:last-child {
      padding: 0; }
      .breadcrumbs li:last-child:after {
        display: none; }
  .breadcrumbs a {
    display: block; }
  @media (max-width: 767px) {
    .breadcrumbs {
      text-align: center;
      font-size: 16px; }
      .breadcrumbs ul {
        text-align: center;
        font-size: 0;
        line-height: 0;
        letter-spacing: -5px; }
      .breadcrumbs li {
        float: none;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal; } }

#content {
  float: left;
  min-height: calc(100vh - 604px);
  width: calc(100% - 432px - 48px); }
  #content.text {
    float: none;
    margin: 0 auto;
    max-width: 576px;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    padding: 48px 0 66px; }
    #content.text h3, #content.text .h3 {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 6px; }
  @media (max-width: 767px) {
    #content {
      float: none;
      width: 100%;
      min-height: 0; } }

#sidebar {
  float: right;
  width: 384px;
  padding-top: 48px; }
  @media (max-width: 767px) {
    #sidebar {
      float: none;
      width: 100%;
      padding: 0; } }

dl {
  margin: 24px 0 0;
  overflow: hidden;
  padding: 48px 0 12px 120px;
  border-top: 1px solid #e5e5e5; }
  dl dt {
    float: left;
    color: #999; }
  dl dd {
    overflow: hidden;
    margin: 0 0 12px;
    text-align: right; }
  @media (max-width: 767px) {
    dl {
      margin: 18px 0 36px;
      padding: 18px 0 18px 96px;
      border: solid #e5e5e5;
      border-width: 1px 0; }
      dl dd {
        margin: 0; } }

.snackbar {
  position: fixed;
  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;
  left: 48px;
  bottom: -144px;
  z-index: 100;
  border-radius: 3px;
  color: white;
  font-size: 14px;
  line-height: 24px;
  padding: 12px 21px 12px 16px;
  min-width: 288px;
  background-color: #333;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-property: opacity, bottom, left, right, width, margin, border-radius;
  transition-property: opacity, bottom, left, right, width, margin, border-radius;
  z-index: 99993; }
  .snackbar .action-button {
    background: inherit;
    display: inline-block;
    text-transform: uppercase;
    color: #e51467;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0 60px;
    line-height: 24px;
    padding: 0;
    border: 0;
    background: none;
    letter-spacing: 0.02em;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  .snackbar.error {
    background-color: #e51467; }
    .snackbar.error .action-button {
      color: white; }
  @media (max-width: 1271px) {
    .snackbar {
      left: 0;
      max-width: 100%;
      width: 100%;
      border-radius: 0; } }

.spinner-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  z-index: 100;
  margin: -24px 0 0 -24px;
  fill: #e51467;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite; }

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

.message {
  width: 240px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap !important; }
  .message .logo {
    margin-bottom: 48px; }
  .message p {
    margin: 0 0 48px; }
  .message .submit {
    display: block;
    width: 100%; }
/*# sourceMappingURL=main.css.map */
