/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,700,900");

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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.
 */

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+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 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.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */

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.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[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.
 */

[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.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[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.
 */

::-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.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*Disable Class for navbar*/
.disabled{
    pointer-events:none;
    opacity:0.4;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -21px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.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;
}

/**
 * TrackpadScrollEmulator
 * Author: Jonathan Nicol @f6design
 * https://github.com/jnicol/trackpad-scroll-emulator
 */

.tse-scrollable {
  position: relative;
  width: 200px;
  /* Default value. Overwite this if you want. */
  height: 440px;
  /* Default value. Overwite this if you want. */
  overflow: hidden;
}

.tse-scrollable .tse-scroll-content {
  overflow: auto;
  overflow-y: scroll;
}

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.tse-scrollable .tse-scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.tse-scrollbar {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
}

.tse-scrollbar .drag-handle {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: rgba(0, 0, 0, 0.8);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}

.tse-scrollbar:hover .drag-handle {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.7;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.tse-scrollbar .drag-handle.visible {
  opacity: 0.7;
}

/* Used when testing the scrollbar width */

/* No longer using ::scrollbar too, since it breaks Chrome 25 */

.scrollbar-width-tester::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Horizontal scroller */

.tse-scrollable.horizontal .tse-scroll-content {
  overflow-x: scroll;
  overflow-y: hidden;
}

.tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
.tse-scrollable.horizontal .tse-scroll-content::scrollbar {
  width: auto;
  height: 0;
}

.tse-scrollable.horizontal .tse-scrollbar {
  top: auto;
  left: 0;
  width: auto;
  height: 11px;
}

.tse-scrollable.horizontal .tse-scrollbar .drag-handle {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 225px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/

/*

	1. Buttons

 */

/* <button> css reset */

.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/Content/img/icons/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */

.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */

.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */

/* root element of UI */

.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

@font-face {
  font-family: 'IslandStyle';
  src: url("/Content/fonts/IslandStyle.eot");
  src: url("/Content/fonts/IslandStyle.woff2") format("woff2"), url("/Content/fonts/IslandStyle.woff") format("woff"), url("/Content/fonts/IslandStyle.ttf") format("truetype"), url("/Content/fonts/IslandStyle.svg#IslandStyle") format("svg"), url("/Content/fonts/IslandStyle.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IslandStyleAlt';
  src: url("/Content/fonts/IslandStyleAlt.eot");
  src: url("/Content/fonts/IslandStyleAlt.woff2") format("woff2"), url("/Content/fonts/IslandStyleAlt.woff") format("woff"), url("/Content/fonts/IslandStyleAlt.ttf") format("truetype"), url("/Content/fonts/IslandStyleAlt.svg#IslandStyleAlt") format("svg"), url("/Content/fonts/IslandStyleAlt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IslandStyleSans';
  src: url("/Content/fonts/IslandStyleSans.eot");
  src: url("/Content/fonts/IslandStyleSans.woff2") format("woff2"), url("/Content/fonts/IslandStyleSans.woff") format("woff"), url("/Content/fonts/IslandStyleSans.ttf") format("truetype"), url("/Content/fonts/IslandStyleSans.svg#IslandStyleSans") format("svg"), url("/Content/fonts/IslandStyleSans.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IslandStyleUprightAlt';
  src: url("/Content/fonts/IslandStyleUprightAlt.eot");
  src: url("/Content/fonts/IslandStyleUprightAlt.woff2") format("woff2"), url("/Content/fonts/IslandStyleUprightAlt.woff") format("woff"), url("/Content/fonts/IslandStyleUprightAlt.ttf") format("truetype"), url("/Content/fonts/IslandStyleUprightAlt.svg#IslandStyleUprightAlt") format("svg"), url("/Content/fonts/IslandStyleUprightAlt.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Sans Mono';
  src: url("/Content/fonts/droidsansmono.woff2") format("woff2"), url("/Content/fonts/droidsansmono.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}

li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

iframe,
button {
  border: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-before: 0;
  -webkit-padding-start: 0;
  -webkit-padding-end: 0;
  -webkit-padding-after: 0;
  min-width: auto;
}

body::before {
  content: "(sm: 576px, md: 768px, lg: 992px, xl: 1240px, xxl: 1300px)";
  display: none;
}

html.lock {
  height: calc(100% + 150px);
  overflow: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #292929;
  background-color: #292929;
  position: relative;
}

body.modal-bg {
  position: relative;
}

body.modal-bg:after {
  position: fixed;
  content: '';
  width: 100%;
  height: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 60px;
  z-index: 4;
}

body.lock {
  height: calc(100% + 150px);
  overflow: hidden;
}

body.lock:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 22;
}

.container {
  width: 940px;
  margin: 0 auto;
}

.mfp-container {
  padding: 0 !important;
}

button.mfp-close {
  top: 22px;
  right: 18px;
  background: url("/Content/img/icons/close-icon.svg") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}

.products-main-wrapper {
  background-color: #fff;
  padding: 0 35px;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.accordion__content {
  display: none;
}

.main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-content__sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 241px;
      -ms-flex: 0 0 241px;
          flex: 0 0 241px;
  max-width: 241px;
  margin-right: 64px;
}

.main-content__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-content__info {
  background-color: #f5f5f5;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  margin-bottom: 40px;
}

.main-content__info--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-content__disclaimer {
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.success__text {
  font-size: 14px;
  line-height: 1.86;
}

a {
  color: inherit;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

html[data-useragent*="Safari"] body .pagination__item a {
  line-height: 20px;
}

.rte a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 21px;
  border: 1px solid #fff;
  min-height: 24px;
  line-height: 22px;
  display: inline-block;
  position: relative;
}

.rte a:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  left: 0;
  top: 0;
}

.rte p a {
  position: static;
  border: 0;
  padding: 0;
  text-transform: none;
  font-size: inherit;
  min-height: inherit;
  line-height: inherit;
}

.rte h2 {
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  font-size: 72px;
}

.rte h3 {
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  font-size: 48px;
}

.rte h4 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.content__list {
  margin-bottom: 20px;
}

.content__list li {
  font-size: 14px;
  line-height: 26px;
  padding-left: 8px;
  position: relative;
}

.content__list li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #292929;
  border-radius: 100%;
  left: 0;
  top: 10px;
}

.header {
  height: 60px;
  background-color: #282828;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  top: 0;
}

@media only screen and (min-width: 992px) {
    .header {
        height: 45px;
    }
}

.header.nav-up {
  top: -60px;
}

.header--light {
  background-color: #f5f5f5;
  color: #292929;
}

.header--light .menu--user a svg path {
  fill: #292929;
}

.header--light .menu--user a.header__log svg path {
  stroke: #292929;
}

.header--light .header__trigger span {
  background-color: #292929;
}

.header--light .header__trigger span:before,
.header--light .header__trigger span:after {
  background-color: #292929;
}

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__dropdown {
  position: relative;
}

.header__dropdown > .header__caret {
  position: relative;
  height: 10px;
  width: 10px;
  top: 2px;
}

.header__dropdown > .header__caret:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 8px;
  background: url("/Content/img/icons/menu_arrow.svg") no-repeat 0 0;
  background-size: 5px 8px;
  top: 0;
  right: 0;
  z-index: 12;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.header__dropdown-sub {
  position: static;
}

.header__submenu {
  display: none;
}

.header__submenu.active {
  display: block;
}

.header__submenu .header__inside {
  color: #fff;
}

.header__submenu .header__inside a {
  width: auto;
  min-width: 158px;
  display: inline-block;
  color: #fff;
  line-height: 20px;
}

.header__submenu .header__inside a:hover {
  color: #fff;
}

.header__submenu-sub {
  display: none;
  position: absolute;
  top: 9px;
  left: 272px;
  background-color: #fff;
  border-left: 1px solid #dfdfdf;
  height: 100%;
  height: calc(100% - 9px);
}

.header__submenu-sub.active {
  display: block;
}

.header__logo {
  background-color: #fff;
}

.header__logo img {
  margin-left: 3px;
}

.header__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 992px) {
    .header__menu {
        justify-content: flex-start;
    }
}

.header__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.header__search span {
  margin-right: 8px;
}

.header__search svg {
  width: 15px;
  height: 14px;
}

.header__search svg path {
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear;
  fill: #fff;
}

.header__search:hover svg path {
  fill: #f067a6;
}

.header__cart {
  margin-left: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__cart-quantity {
  margin-left: 6px;
  font-size: 10px;
}

.header__fav {
  margin-left: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__col {
  width: 238px;
  padding-left: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #fff;
}

.header__col--adv {
  width: 255px;
  padding-left: 0;
  padding-top: 8px;
}

.header__col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header__box {
  margin-bottom: 35px;
}

.header__box ul li {
  margin-left: 0;
}

.header__box ul li + li {
  margin-left: 0;
}

.header__box a:before {
  display: none;
}

.header__box--img {
  margin-bottom: 0;
  position: relative;
}

.header__inside {
  position: absolute;
  top: 15px;
  text-align: center;
  width: 100%;
}

.header__inside p {
  font-size: 13px;
  text-transform: none;
  margin: 2px 0 20px;
}

.header__inside a {
  display: inline-block;
  font-size: 12px;
  border: 2px solid #fff;
  text-align: center;
  min-width: 158px;
  height: 24px;
}

.header__heading {
  font-family: "IslandStyle", sans-serif;
  text-transform: none;
  font-size: 48px;
  font-weight: 400;
}

.header__dropped {
  display: none;
}

.header__droplist {
  position: absolute;
  top: 45px;
  background-color: #fff;
  font-size: 11px;
  width: 127px;
  text-transform: uppercase;
  border-color: #fbfbfb;
  border-width: 0 2px 2px;
  border-style: solid;
  left: calc(50% - 63px);
}

@media only screen and (min-width: 992px) {
    .header__droplist {
        top: 45px;
    }
}

.header__droplist:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
  top: -9px;
  left: calc(50% - 7px);
  z-index: 2;
}

.header__droplist--login {
  left: auto;
  right: 0;
  width: 320px;
  padding: 47px 28px 30px;
}

.header__droplist--login:before {
  left: auto;
  right: 35px;
}

.header__droplist--cart {
  width: 360px;
  right: 0;
  left: auto;
  text-transform: none;
  border-color: #F5F5F5;
}

.header__droplist--cart:before {
  right: 16px;
  left: auto;
}

.header__drop:hover .header__dropped {
  display: block;
}

.header__trigger {
  display: none;
  padding: 6px 0;
  height: 21px;
  margin-top: 19px;
  margin-left: 12px;
  outline: 0;
}

.header__trigger span {
  width: 20px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

.header__trigger span:before,
.header__trigger span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
}

.hamburger_off:before,
.hamburger_off:after {
    background-color: transparent !important;
}

.header__trigger span:before {
  top: -6px;
}

.header__trigger span:after {
  bottom: -6px;
}

.header__close {
  display: none;
  width: 49px;
  background-color: #292929;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 10;
}

.header__close svg {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 141px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__close svg path {
  fill: #fff;
}

.header__close.active {
  display: block;
}

.header__search-box {
  display: none;
}

.header__search-box .form__container--search .search__glass {
  left: auto;
  right: 0;
}

.header__search-box .form__container--search .search__input {
  padding-left: 0;
  font-size: 12px;
  height: 21px;
}

.header__search-box.active {
  display: block;
}

.header__login-icon {
  display: none;
}

.header--alt {
  background-image: -webkit-gradient(linear, left top, right top, from(#1c1236), to(#3b2549));
  background-image: linear-gradient(to right, #1c1236, #3b2549);
}

.header__title {
  margin-left: 26px;
  font-size: 24px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__link {
  color: #F067A6;
  position: relative;
}

.header__link:after {
  position: absolute;
  content: '';
  top: auto;
  bottom: -16px;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
  height: 3px;
  background-color: #f067a6;
}

.header__link:hover:after,
.header__link:focus:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  z-index: 5;
  pointer-events: none;
}

.header__title-brand {
  margin-right: 5px;
  color: #F067A6;
  font-weight: 500;
}

.header.nav-up .header__back-to-shop {
  bottom: 10px;
}

.back-to-shop {
  padding-top: 10px;
  margin-top: 60px;
  background: #F5F5F5;
}

.back-to-shop__link {
  margin-left: 27px;
  color: #292929;
  font-size: 12px;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.cart {
  color: #292929;
  z-index: 1;
}

.cart__popup {
  position: relative;
  width: 360px;
  margin: 0 auto;
  background-color: #fff;
}

.cart__popup .cart__products {
  padding-top: 50px;
}

.cart__popup .tse-scrollbar {
  right: -15px;
}

.cart--open {
  display: block;
}

.cart__bg-fix {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 45px;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
}

@media only screen and (min-width: 992px) {
    .cart__bg-fix {
        top: 45px;
    }
}

.cart__products {
  padding: 20px 20px 30px;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
}

.cart__products-list {
  width: 100%;
  height: 400px;
  overflow: visible;
}

.cart__wrapper {
  overflow: hidden;
}

.cart .tse-scrollbar {
  right: -15px;
}

.cart .tse-scroll-content {
  min-width: 337px;
}

.cart__product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cart__product-item {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.cart__product-item + .cart__product-item {
  padding-top: 30px;
  margin-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCCCCC;
}

.cart__product-preview {
  margin: 6px 15px 0 18px;
  max-width: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cart__product-image {
  margin: 0 auto;
  display: block;
}

.cart__product-description {
  margin-right: 8px;
  max-width: 175px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 12px;
}

.cart__product-name {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  text-transform: uppercase;
}

.cart__product-name:hover,
.cart__product-name:focus {
  color: #292929 !important;
  text-decoration: underline;
}

.cart__product-details {
  margin-bottom: 4px;
  font-weight: 300;
  line-height: 1.25;
  text-transform: uppercase;
}

.cart__product-price {
  margin-bottom: 3px;
  line-height: 1.33;
}

.cart__product-total {
  margin-bottom: 4px;
  line-height: 1.33;
}

.cart__product-customization {
  margin-bottom: 3px;
  line-height: 1.42;
}

.cart__product-hint {
  margin-bottom: 17px;
  color: #7F7F7F;
  font-size: 11px;
  line-height: 1.45;
}

.cart__product-link {
  margin-right: 15px;
  margin-bottom: 2px;
  color: #7F7F7F;
  font-size: 11px;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.cart__product-link:hover,
.cart__product-link:focus {
  color: #7F7F7F !important;
  text-decoration: underline;
}

.cart__product-quantity {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 25px;
  font-size: 14px;
}

.cart__product-colors {
  margin-bottom: 5px;
}

.cart__product-color {
  margin-left: 6px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  display: inline-block;
  border-radius: 50%;
}

.cart__product-size {
  margin-bottom: 6px;
}

.cart__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #333333;
}

.cart__subtotal {
  padding: 34px 0 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.cart__subtotal-text {
  margin-right: 80px;
}

.cart__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 155px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #949494;
  text-transform: uppercase;
}

.cart__button:hover,
.cart__button:focus {
  color: #292929 !important;
  border-color: #000000;
}

.cart__banner {
  padding: 5px 0 13px;
  position: relative;
  z-index: 2;
  background: #F5F5F5;
  text-align: center;
}

.cart__banner-heading {
  margin-bottom: 2px;
  color: #F067A6;
  font-family: "IslandStyle", sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.cart__banner-text {
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 500;
}

.cart__banner-info {
  color: #7F7F7F;
  font-size: 10px;
}

.hero {
  padding-top: 105px;
}

.hero__img {
  text-align: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #fff;
}

.hero__img a {
  position: absolute;
  bottom: 86px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero__img a:not(:last-child) {
    border-color: transparent;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 55%;
    -webkit-transform: translate(-50%, -90%);
    transform: translate(-50%, -90%);
    max-width: none;
    width: 100%;
}
.hero__img a:not(:last-child):after {
    display: none;
}

.hero__img img {
  margin-bottom: 57px;
}

.hero__img--half {
  width: 50%;
}

.hero__img--half .hero__fake {
  padding-top: 97.35%;
}

.hero__img--half a .hero__fake {
    display: none;
}

.hero__img--wide {
  width: 66.66%;
}

.hero__img--wide .hero__fake {
  padding-top: 73%;
}

.hero__img--wide a .hero__fake {
    display: none;
}

.hero__img--narrow {
  width: 33.33%;
}

.hero__img--full {
    width: 100%;
}

.hero__img--full .hero__fake {
    padding-top: 34.69%;
}

.hero__img h2 {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  width: 100%;
}

.hero__slider {
    z-index: 1;
}

.hero__slide {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hero__slider .slick-dots {
  position: absolute;
  right: 43px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.hero__slider .slick-dots button {
  text-indent: -99999px;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  outline: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.hero__slider .slick-dots li {
  display: block;
  height: 6px;
  margin: 0 0 15px;
}

.hero__slider .slick-dots li + li {
  
}

.hero__slider .slick-dots .slick-active {
  height: 14px;
}

.hero__slider .slick-dots .slick-active button {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  background: none;
}

.hero__slider--catalog .slick-dots {
  right: 50%;
  top: auto;
  bottom: 19px;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__slider--catalog .slick-dots li + li {
  margin-left: 16px;
  margin-top: 0;
}

.menu {
  text-transform: uppercase;
  font-size: 14px;
}

.menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}

.menu a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
}

.menu__droplist li {
  height: 33px;
}

.menu__droplist a {
  line-height: 33px;.cart__bg-fix
  padding: 0 10px;
  width: 100%;
}

.menu--user {
  margin-left: auto;
  font-size: 12px;
  font-weight: 300;
  padding: 0 20px 0 40px;
}

.menu--user li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu--user a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu--user a:hover {
  color: #f067a6;
}

.menu--user a svg path {
  -webkit-transition: fill 0.1s linear;
  transition: fill 0.1s linear;
  fill: #fff;
}

.menu--user a:hover svg path {
  fill: #f067a6;
}

.menu--user a.header__log {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.menu--user a.header__log svg path {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  fill: none;
}

.menu--user a.header__log:hover svg path {
  stroke: #f067a6;
}

.menu--user .menu__droplist a {
  color: #292929;
}

.menu--user .menu__droplist a:hover {
  background-color: #f5f5f5;
}

.menu--user .menu__login a:hover {
  color: #fff;
}

.menu--main {
  padding-left: 17px;
}

.menu--main li + li {
  margin-left: 19px;
}

.menu--main .utility-navitem {
    display: none;
}

.menu--main a {
  font-size: 12px;
  font-weight: 500;
}

.menu--main > li > .header__caret {
  display: none;
}

.menu--main > li a {
  position: relative;
}

.menu--main > li a:after {
  position: absolute;
  content: '';
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
  height: 3px;
  background-color: #f067a6;
}

.menu--main > li a:hover:after {
  top: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
  height: 3px;
  z-index: 5;
  background-color: #f067a6;
}

.menu__inner {
  background-color: #fff;
  padding: 12px 0;
}

.menu__inner li {
  padding-right: 20px;
}

.menu__sub {
  padding-top: 9px;
  width: 272px;
  position: absolute;
  z-index: 2;
  top: 59px;
  left: 0;
}

.menu__sub:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #ffffff transparent;
  top: 0;
  left: 25px;
}

.menu__sub li {
  margin-left: 25px;
  position: static;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__sub li + li {
  margin-left: 25px;
}

.menu__sub a {
  color: #292929;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 2.67;
  font-weight: 500;
}

.menu__sub a:after {
  display: none;
}

.menu__sub a:hover {
  color: #f067a6;
}

.menu__sub h4 a {
  font-weight: 600;
}

.headings {
  background-color: #fff;
}

.headings--category {
  margin-top: 60px;
  background-color: #f5f5f5;
}

.headings--top {
  padding-top: 105px;
}

.headings--packages {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}

.headings__slider {
  width: 727px;
  margin: 0 auto;
  padding: 0 30px;
}

.headings__slide {
  text-align: center;
}

.headings__slide + .headings__slide {
  display: none;
}

.headings__slide a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  margin: 21px 0 16px;
  padding-bottom: 1px;
  outline: 0;
  text-transform: uppercase;
}

.headings__slide a:hover {
  border-bottom: 1px solid #292929;
  padding-bottom: 0;
}

.headings__slide a small {
  font-size: 12px;
  line-height: 21px;
  text-transform: none;
  font-weight: 300;
}

.headings__slide span {
  text-transform: uppercase;
}

.headings__slide small {
  text-transform: none;
  padding-left: 5px;
}

.headings .slick-prev,
.headings .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 14px;
  cursor: pointer;
  outline: 0;
  z-index: 20;
}

.headings .slick-prev {
  left: 0;
  background: url("/Content/img/icons/arr_left.svg") no-repeat 0 0;
}

.headings .slick-next {
  right: 0;
  background: url("/Content/img/icons/arr_right.svg") no-repeat 0 0;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  display: block;
}

.banner__box {
  position: absolute;
  left: 94px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.banner__box.align-right {
    left: auto;
    right: 94px;
}

.banner__box p {
  margin: 15px 0 30px;
}

.banner__box a {
  display: inline-block;
}

.section {
  position: relative;
  overflow: hidden;
}

.section__heading {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
}

.section__heading--styles {
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.section__bg {
  position: relative;
}

.section__bg:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.section__bg-img {
  display: block;
  width: 100%;
}

.section__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.section__brands {
  text-align: center;
}

.brands {
  padding: 45px 0 77px;
  background-color: #fff;
}

.brands__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 43px;
  padding: 0 40px;
}

.brands__list a {
  outline: 0;
}

.brands__list a img {
  max-width: 80px;
  opacity: 0.3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.brands__list a:hover img {
  opacity: 1;
}

.brands__heading {
  font-size: 60px;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  line-height: 2;
}

.catalog {
  position: relative;
}

.catalog--promo {
  background-color: #f5f5f5;
}

.catalog__item {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.catalog__bg {
  width: 100%;
  display: block;
}

.catalog__desc {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.catalog__desc h2 {
  margin-bottom: 56px;
}

.catalog__desc--promo {
  max-width: 614px;
  top: 50%;
}

.catalog__desc--promo h2 {
  margin-bottom: 38px;
}

.catalog__desc--promo h4 {
  margin-bottom: 24px;
}

.catalog__desc--promo p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 32px;
}

.today {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 21;
}

.today__offers {
  display: none;
}

.today__trigger {
  width: 300px;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  left: 50%;
  top: -27px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 9;
}

.today__trigger.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.today__trigger.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.today__trigger:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 5px;
  background: url("/Content/img/icons/arr_expand.svg") no-repeat 0 0;
  top: 11px;
  right: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.today__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  padding: 57px 0;
}

.today__offer {
  position: relative;
}

.today__offer img {
  max-width: 100%;
  display: block;
}

.today__desc {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 100%;
}

.today__desc p {
  margin: 4px 0 20px;
}

.footer {
  background-color: #292929;
  padding: 0 15px;
  position: relative;
}

.footer__logo {
  margin-bottom: 5px;
}

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 57px;
}

.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7f7f7f;
  padding: 53px 0 37px;
}

.footer__heading {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.footer__heading a {
  padding-bottom: 2px;
  outline: 0;
}

.footer__heading a:hover {
  border-bottom: 2px solid #fff;
}

.footer__list {
  color: #7f7f7f;
}

.footer__list li {
  margin-bottom: 21px;
}

.footer__list a {
  font-size: 14px;
}

.footer__list a:hover {
  color: #fff;
}

.footer__inner {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__inner--contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__data {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 45px;
}

.footer__data p {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  margin: 0;
}

.footer__phone {
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
}

.footer__newsletter p {
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 500;
  margin: 0;
}

.footer__form {
  margin-top: 64px;
}

.footer__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a2a2a2;
  opacity: 1;
  text-transform: uppercase;
}

.footer__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
  opacity: 1;
  text-transform: uppercase;
}

.footer__form :-ms-input-placeholder {
  /* IE 10+ */
  color: #a2a2a2;
  opacity: 1;
  text-transform: uppercase;
}

.footer__form :-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
  opacity: 1;
  text-transform: uppercase;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__menu li {
  margin-left: 16px;
}

.footer__menu use {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  fill: #7f7f7f;
}

.footer__menu--payments li {
  margin-left: 7px;
}

.footer__menu--payments img {
  width: 49px;
}

.footer__menu a:hover use {
  fill: #fff;
}

.footer__copyrights {
  font-size: 12px;
  line-height: 1.67;
  color: #7f7f7f;
  margin: 0;
}

.footer__smooth {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 20px;
}

.footer__smooth svg polygon {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.footer__smooth:hover svg polygon {
  fill: #7f7f7f;
}

.form__file {
  opacity: 0;
  width: 112px;
  position: absolute;
  left: 0;
}

.form__package {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.form__heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.form__review {
  width: 540px;
  height: 27px;
  border: 1px solid #333;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0 5px;
}

.form__review--textarea {
  height: 200px;
  resize: none;
  font-size: 14px;
  padding: 5px;
}

.form__text {
  background: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #7f7f7f;
  border-radius: 0;
  font-size: 14px;
  color: #a2a2a2;
  height: 24px;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.form__text--login {
  width: 100%;
}

.form__text--newsletter {
  padding-bottom: 3px;
}

.form__text--footer {
  width: 260px;
  border-color: #fff;
}

.form__text--package {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 35px;
  height: 25px;
  border-width: 1px;
  border-color: #292929;
  text-align: left;
  color: #292929;
  font-size: 11px;
  padding-left: 4px;
}

.form__text--package:focus {
  border-width: 2px;
}

.form__text--coupon {
  width: 100%;
}

.form__text:focus {
  outline: 0;
}

.form__text:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

.form__container {
  position: relative;
  outline: 0;
}

.form__container--login {
  margin-top: 40px;
  text-align: left;
}

.form__container--center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.form__container--button {
  margin: 25px 0 33px;
}

.form__container--newsletter {
  position: relative;
  margin-right: 14px;
}

.form__container--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form__container--inline .form__container {
  -webkit-flex-basis: calc(50% - 17px);
      -ms-flex-preferred-size: calc(50% - 17px);
          flex-basis: calc(50% - 17px);
}

.form__container--3 .form__container {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  margin-bottom: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.form__container--3:after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.form__container--4 .form__container {
  -webkit-flex-basis: calc(25% - 12px);
      -ms-flex-preferred-size: calc(25% - 12px);
          flex-basis: calc(25% - 12px);
}

.form__container--custom {
  margin: 14px 0 25px;
}

.form__container--customize {
  margin: 13px 0 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form__container--customize:after {
  -webkit-flex-basis: calc(33.33% - 17px);
      -ms-flex-preferred-size: calc(33.33% - 17px);
          flex-basis: calc(33.33% - 17px);
}

.form__container--customize .form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-basis: calc(33.33% - 17px);
      -ms-flex-preferred-size: calc(33.33% - 17px);
          flex-basis: calc(33.33% - 17px);
}

.form__container--customize .form__container .form__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form__container--checkbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__container--checkbox .form__container {
  max-width: 160px;
}

.form__container--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form__container--start .form__container {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

.form__container--start .btn + .btn--cancel {
  margin-left: 46px;
}

.form__container--pop {
  margin-top: 54px;
}

.form__container--check {
  margin-top: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form__container--reg {
  margin-top: 28px;
}

.form__container--reg .btn + .btn--cancel {
  margin-left: 65px;
}

.form__container--dialogue {
  position: relative;
  display: inline-block;
}

.form__container--name {
  margin-bottom: 54px;
  height: 28px;
}

.form__container--search {
  width: 600px;
  margin: 0 auto;
  position: relative;
}

.form__container--info {
  padding-right: 70px;
}

.form__container--req {
  margin-top: 10px;
}

.form__container--price-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__container--price-range .form__container {
  margin-bottom: 0;
  margin-right: 10px;
}

.form__container--update {
  padding-bottom: 42px;
}

.form__container--available {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0 auto !important;
}

.form__container--available .btn + .btn {
  margin-left: 30px;
}

.form__container--coupon {
  margin: 40px 0 25px;
}

.form__container--shipping {
    margin: 10px 0;
    width: 100%;
}
.form__container--shipping-inner-wrapper {
    border: 1px solid #dedede;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form__container--payment {
  margin-top: 40px;
  width: 100%;
  max-width: 260px;
}

.form__container--payment:nth-child(2) {
  margin-top: 50px;
}

.form__container--payment-date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 120px;
  margin-right: 20px;
}

.form__container--full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form__container--payment-button {
  margin-top: 36px;
  margin-left: 19px;
}

.form__container--accepts {
  margin-bottom: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form__container--payment-accept {
  margin-bottom: 22px;
  max-width: 500px;
  line-height: 1.25;
}

.form__container--payment-accept:last-child {
  margin-bottom: 0;
}

.form__container--button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 488px;
}

.form__container--info {
  margin: 24px 0 20px;
  max-width: 560px;
  color: #7F7F7F;
  font-size: 11px;
  font-style: italic;
  line-height: 2.05;
}

.form__container--ok {
  margin: 19px 0 0;
}

.form__container--cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__container--file {
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__container--files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__link--reset {
  font-size: 11px;
  font-weight: 500;
  color: #a2a2a2;
  padding: 0;
  text-transform: none;
  margin: 29px 0 10px;
  display: inline-block;
}

.form__link--security {
  margin: 0;
  position: absolute;
  right: -70px;
  top: 50%;
  color: #F067A6;
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

.form__checkbox {
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  left: 0;
}

.form__checkbox:checked + .form__label--checkbox:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 9px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #292929;
  left: 4px;
  top: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form__checkbox:checked + .form__label--square-checkbox {
  border-width: 2px;
  line-height: 21px;
}

.form__checkbox:checked + .form__label--color-checkbox {
  border-color: #222;
}

.form__checkbox:checked + .form__label--color-checkbox:after,
.form__checkbox:checked + .form__label--color-checkbox:before {
  opacity: 1;
}

.form__checkbox:checked + .form__label--custom {
  line-height: normal;
}

.form__label {
  outline: 0;
  color: #292929;
}

.form__label--checkbox {
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  color: #292929;
  padding-left: 24px;
  position: relative;
  text-transform: none;
}

.form__label--checkbox:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 1px solid #292929;
  left: 0;
  top: 0;
}

.form__label--square-checkbox {
  min-width: 35px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid;
  display: inline-block;
  cursor: pointer;
}

.form__label--color-checkbox {
  height: 22px;
  width: 20px;
  position: relative;
  border-bottom: 1px solid transparent;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}

.form__label--color-checkbox span {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 50%;
}

.form__label--color-checkbox img {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: top;
}

.form__label--color-checkbox:hover:after,
.form__label--color-checkbox:hover:before {
  opacity: 1;
}

.form__label--color-checkbox:after,
.form__label--color-checkbox:before {
  position: absolute;
  left: 50%;
  margin: auto;
  z-index: 5;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #222;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.form__label--color-checkbox:after {
  content: attr(data-color-label);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 2px);
  padding: 2px 9px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 10px;
}

.form__label--color-checkbox:before {
  content: '';
  top: calc(100% - 1px);
  width: 7px;
  height: 7px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  z-index: 7;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.form__label--bordered img {
  border: 1px solid #979797;
}

.form__label--hidden {
  display: none;
}

.form__label--newsletter {
  text-transform: uppercase;
  font-size: 14px;
}

.form__label--default {
  text-transform: uppercase;
  font-size: 14px;
}

.form__label--bigger {
  text-transform: uppercase;
  line-height: 14px;
}

.form__label--pack {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 8px;
}

.form__label--pack span {
  color: #7f7f7f;
  text-transform: none;
  padding-left: 2px;
}

.form__label--big {
  width: 32px;
  height: 43px;
  padding-bottom: 11px;
}

.form__label--big span {
  width: 32px;
  height: 32px;
}

.form__label--big img {
  width: 32px;
  height: 32px;
}

.form__label--review {
  font-size: 11px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.form__label--file {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin-right: 19px;
}

.form__label--style {
  width: 58px;
  height: 69px;
  padding-bottom: 11px;
}

.form__label--style img {
  width: auto;
  height: auto;
}

.form__label--custom {
  min-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__label--top {
  margin: 0;
}

.form__label--top:after {
  top: -29px;
}

.form__label--top:before {
  top: -17px;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  z-index: 6;
}

.form__label--coupon {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 14px;
}

.form__label--shipping {
  pointer-events: none;
}

.form__radio {
  width: 14px;
  height: 14px;
  opacity: 0;
  position: absolute;
  left: 0;
}

.form__radio:checked + label:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
  background-color: #ef67a6;
  border-radius: 100%;
}

.form__radio:checked + label.form__label--customize:after {
  display: none;
}

.form__radio:checked + label.form__label--customize .form__img {
  border-width: 2px;
}

.form__radio + label {
  font-size: 14px;
  text-transform: uppercase;
  color: #292929;
  position: relative;
  cursor: pointer;
  padding-left: 21px;
}

.form__radio + label:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 100%;
}

.form__radio + label:after {
  position: absolute;
  content: '';
}

.form__radio + label.form__label--customize {
  font-size: 11px;
  padding: 0;
  line-height: 14px;
  padding-top: 100px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.form__radio + label.form__label--customize:before {
  display: none;
}

.form__radio + label.form__label--customize:after {
  display: none;
}

.form__radio + label.form__label--customize span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 11px;
  padding-left: 5px;
  max-width: calc(100% - 25px);
}

.form__radio + label.form__label--address {
  font-size: 12px;
  text-transform: none;
}

.form__number {
  width: 50px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  padding: 0 5px;
  border: 1px solid;
  text-transform: uppercase;
  -moz-appearance: textfield;
}

.form__number:-ms-input-placeholder {
  color: #292929;
}

.form__number::-ms-input-placeholder {
  color: #292929;
}

.form__number::placeholder {
  color: #292929;
}

.form__number::-webkit-outer-spin-button,
.form__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form__submit {
  width: 100%;
}

.form__submit--simple {
  background: transparent;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.form__info {
  font-size: 12px;
  font-weight: 500;
  color: #292929;
  line-height: 1.83;
  text-transform: none;
}

.form__info a {
  border-bottom: 3px solid #000;
  line-height: 1;
  display: inline-block;
}

.form__info a:hover {
  color: #292929;
}

.form__pop {
  position: relative;
  width: 320px;
  margin: 0 auto;
  background-color: #fff;
}

.form__pop--login {
  padding: 27px 9px 33px 30px;
}

.form__pop--forgot {
  padding: 25px 30px;
  text-align: center;
}

.form__pop--address {
  padding: 28px 50px 33px;
  width: 400px;
  text-align: center;
}

.form__pop--fail {
  width: 460px;
}

.form__pop .mfp-close {
  top: 22px;
  right: 18px;
  background: url("/Content/img/icons/close-icon.svg") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}

.form__pop--image {
  width: 560px;
}

.form__pop--image .form__container--button {
  margin-top: 20px;
  text-align: center;
}

.form__close {
  position: absolute;
  z-index: 101;
  width: 29px;
  height: 29px;
  top: 30px;
  right: 30px;
  outline: 0;
}

.form__close svg path {
  fill: #292929;
}

.form__paragraph {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 8px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.form__paragraph span {
  color: #292929;
}

.form__paragraph--req {
  font-size: 11px;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.form__paragraph--address {
  margin-top: 21px;
  margin-bottom: 0;
}

.form__info-txt {
  background-color: #daeffd;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 0.1px;
  color: #2b6a94;
  padding: 10px 22px;
  margin: 30px 0 0;
  text-transform: none;
}

.form__info-txt span {
  font-weight: 400;
  display: block;
}

.form__info-txt small {
  font-size: 13px;
}

.form__info-txt + .form__info {
  margin-top: 20px;
}

.form__select {
  position: relative;
}

.form__select--sort + .select2 .selection {
  display: block;
}

.form__select--sort + .select2 .select2-selection--single {
  border: 0;
}

.form__select--sort + .select2 .select2-selection--single .select2-selection__rendered {
  padding: 7px 34px 6px 10px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  letter-spacing: -.05em;
  font-size: 11px;
  line-height: 1.2;
  color: #292929;
}

.form__select--sort + .select2 .select2-selection--single .select2-selection__rendered:before {
  content: 'Sort by: ';
}

.form__select--sort + .select2 .select2-selection--single .select2-selection__arrow {
  background: url("/Content/img/icons/icon-arrow-down-sort.svg") no-repeat 0 0;
  right: 9px;
  bottom: 11px;
}

.form__select--sort + .select2.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__img {
  border: 1px solid #292929;
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
}

.form__img img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}

.form__title {
  margin: 53px 0 25px;
  font-size: 11px;
}

.form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.form__wrapper--coupon {
  margin-top: 12px;
}

.form__wrapper--accepts {
  margin-top: 38px;
}

.form__wrapper--button {
  margin-top: 25px;
}

.form__accept-text {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
}

.form__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__item {
  margin-right: 20px;
}

.form__item:last-child {
  margin-right: 0;
}

.error-quantity {
  display: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.btn {
  outline: 0;
}

.btn--file {
  font-size: 11px;
  color: #333;
  width: 112px;
  height: 27px;
  line-height: 25px;
  border: 1px solid #333;
  background-color: #fff;
  pointer-events: none;
  text-transform: uppercase;
}

.btn--ghost {
  border: 1px solid #fff;
  padding: 0 15px;
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  color: #fff;
  display: inline-block;
  height: 27px;
  cursor: pointer;
  line-height: 25px;
  position: relative;
}

.btn--customize {
  border: 1px solid #fff;
  padding: 0 18px;
  font-size: 12px;
  text-transform: uppercase;
  background: #F798DE;
  color: #fff;
  display: inline-block;
  height: 27px;
  cursor: pointer;
  line-height: 25px;
  position: relative;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}
.radio-toolbar input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}
.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}
.radio-toolbar label:hover {
  background-color: #dfd;
}

.btn--dark {
  color: #292929;
  border-color: #292929;
}

.btn--submit {
  height: 27px;
  font-size: 12px;
  line-height: 22px;
}

.btn--cancel {
  display: inline-block;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  padding-bottom: 2px;
  border-bottom: 1px solid #333;
}

.btn--cancel:hover {
  text-decoration: none;
}

.btn--unsub {
  font-weight: 700;
  font-size: 12px;
  color: #333;
  border-bottom-width: 3px;
}

.btn--table {
  font-size: 11px;
  margin: 5px 0 10px;
}

.btn--td {
  font-size: 11px;
  font-weight: 500;
  color: #333;
  padding-bottom: 2px;
  border-bottom-width: 2px;
}

.btn--select {
  color: #000;
  font-size: 12px;
  line-height: 1.92;
  text-decoration: underline;
}

.btn--update {
  height: 25px;
  line-height: 23px;
}

.btn--product {
  width: 100%;
  font-size: 12px;
  color: #fff;
  padding: 5px 0 5px;
  text-transform: uppercase;
}

.btn--add {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  height: 29px;
  line-height: 29px;
}

.btn--save {
  background-color: #000;
  display: inline-block;
  text-align: center;
}

.btn--more {
  font-size: 11px;
}

.btn--more:hover {
  text-decoration: underline;
}

.btn--wish {
  text-transform: uppercase;
}

.btn--sm {
  padding: 0 11px;
}

.btn--wishlist {
  font-size: 11px;
  text-transform: uppercase;
}

.btn--full {
  width: 100%;
  text-align: center;
}

.btn--cart {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 31px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 155px;
}

.btn--cart:hover,
.btn--cart:focus {
  color: #292929 !important;
}

.btn--bag {
  display: inline-block;
  background-color: rgba(41, 41, 41, 0.5);
  max-width: 220px;
  padding: 0;
  height: 25px;
  line-height: 25px;
}

.btn--ok {
  height: 38px;
  line-height: 36px;
  font-size: 11px;
}

.gallery {
  background-color: #fff;
}

.gallery__box {
  width: 100%;
}

.gallery__box:after {
  content: '';
  display: block;
  clear: both;
}

.gallery__item,
.gallery__sizer {
  width: 33.33%;
  overflow: hidden;
}

.gallery__item img,
.gallery__sizer img {
  display: block;
  width: 100%;
}

.gallery__item--22,
.gallery__sizer--22 {
  width: 22.22%;
}

.gallery__item--44,
.gallery__sizer--44 {
  width: 44.44%;
}

.gallery__item--static,
.gallery__sizer--static {
  left: 0;
  top: 0;
  position: absolute;
}

.gallery__item--h2,
.gallery__sizer--h2 {
  max-height: 794px;
}

.gallery__item--h1,
.gallery__sizer--h1 {
  max-height: 397px;
}

.gallery__item {
  float: left;
  position: absolute;
  display: block;
}

.gallery__item:after {
  position: absolute;
  content: '';
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  z-index: 2;
}

.gallery__item--content {
  text-align: center;
}

.gallery__item:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.gallery__fake {
  padding-top: 124%;
}

.gallery__get:after {
  display: none;
}

.gallery__inner {
  position: absolute;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 84px;
}

.gallery__inner h2 {
  line-height: 0.94;
}

.gallery__link {
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  outline: 0;
  z-index: 3;
}

.gallery__link img {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery__text {
  color: #000;
  font-size: 16px;
  text-transform: none;
  margin-top: 106px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}

.gallery__text:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.gallery__heading {
  font-size: 72px;
  line-height: 0.94;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
}

.gallery__links {
  margin-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery__links li + li {
  margin-left: 38px;
}

.gallery__links li a svg #Icon-Color {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.gallery__links li a:hover svg #Icon-Color {
  fill: #f067a6;
}

.gallery__button {
  padding: 35px 0 35px;
  text-align: center;
}

.login__heading {
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.login__heading--line {
  text-align: center;
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 7px;
  z-index: 2;
}

.login__heading--pop {
  margin: 75px 0 16px;
  font-size: 18px;
  color: #a2a2a2;
  font-weight: 400;
}

.login__heading-box {
  text-align: center;
  position: relative;
  margin: 6px 0 17px;
}

.login__heading-box:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  left: 0;
  top: calc(50% - 1px);
  z-index: 1;
}

.login__list li {
  height: auto;
  margin-top: 19px;
}

.login__list a {
  line-height: 43px;
}

.login__list a.login__link--fb {
  padding-left: 16px;
}

.login__list a.login__link--gplus {
  padding-left: 9px;
}

.login__list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.login__list--inline li {
  -webkit-flex-basis: calc(50% - 17px);
      -ms-flex-preferred-size: calc(50% - 17px);
          flex-basis: calc(50% - 17px);
}

.login__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  width: 209px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.login__link:after {
  position: absolute;
  content: '';
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.login__link:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(41, 41, 41, 0.2);
}

.login__link--fb {
  background-color: #3b5a9a;
}

.login__link--fb span {
  margin-left: 21px;
}

.login__link--fb:hover {
  color: #fff;
}

.login__link--gplus {
  background-color: #d64131;
}

.login__link--gplus span {
  margin-left: 10px;
}

.login__link--pop {
  width: 100%;
}

.login__email {
  margin-top: 38px;
}

.login__tabs {
  padding-right: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
}

.login__tabs li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: right;
}

.login__tabs li:last-child {
  text-align: left;
  margin-left: 29px;
}

.login__text {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 1.71;
}

.login .float__label.active {
  color: #292929;
}

.login__error {
  display: none;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 300;
  color: #d64131;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
}

.login__error--check {
  padding-top: 3px;
}

.login__error--update {
  top: 36px;
}

.login__error--two-line {
  top: 47px;
}

.login .mfp-close {
  top: 22px;
  right: 18px;
  background: url("/Content/img/icons/close-icon.svg") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}

.float {
  position: relative;
}

.float__input {
  position: relative;
  z-index: 1;
}

.float__label {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.float__label.active {
  top: -20px;
  color: #292929;
  font-size: 11px;
  font-weight: 500;
}

.float__label.form__label--footer.active {
  color: #fff;
}

.float.caps:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 15px;
  bottom: 5px;
  right: 2px;
  background-image: url("/Content/img/icons/caps_icon.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1000;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs__box {
  display: none;
  width: 100%;
}

.tabs__box.active {
  display: block;
}

.tabs__content {
  padding-right: 21px;
}

.tabs__item {
  outline: 0;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.25;
  padding-bottom: 15px;
  display: inline-block;
}

.tabs__item.active {
  opacity: 1;
  border-bottom: 3px solid #292929;
}

.select2-results__option:first-child {
  display: none;
}

.select2-container {
  outline: 0;
}

.select2-container--default .select2-selection {
  outline: 0;
}

.select2-container--default .select2-selection--single {
  background: none;
  border-width: 0 0 1px;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  text-transform: uppercase;
  color: #a2a2a2;
  text-align: left;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/Content/img/icons/icon-arrow-down.svg") no-repeat 0 0;
  width: 12px;
  height: 6px;
  right: 16px;
  top: auto;
  bottom: 14px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5f5f5;
  color: #292929;
}

.select2-container--default .select2-results__option {
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0 10px 15px;
}

.select2-container--sort {
  right: 0 !important;
  left: auto !important;
  min-width: 131px;
  margin-top: -4px;
}

.select2-container--sort .select2-search {
  display: none;
}

.select2-container--sort .select2-dropdown {
  border: 1px solid #f5f5f5;
}

.select2-container--sort .select2-results__option {
  padding: 11px 14px 10px;
}

.dialogue {
  width: 560px;
  min-height: 389px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1c1236), to(#3b2549));
  background-image: linear-gradient(to top, #1c1236, #3b2549);
  margin: 0 auto;
  color: #fff;
  position: relative;
  padding: 40px 145px;
  text-align: center;
}

.dialogue .mfp-close {
  top: 22px;
  background: url("/Content/img/icons/close.svg") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
  width: 29px;
  height: 29px;
}

.dialogue__box .dialogue-name {
  height: 30px;
}

.dialogue__box--next {
  display: none;
}

.dialogue__heading {
  font-size: 48px;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}

.dialogue__text {
  font-size: 14px;
  line-height: 21px;
  margin: 15px 0 50px;
}

.dialogue .select2 {
  margin-bottom: 54px;
}

.dialogue .form__label--newsletter {
  color: #f9f9f9;
}

.dialogue .float__label {
  top: 9px;
  left: 15px;
  pointer-events: none;
}

.dialogue .float__label.active {
  top: -20px;
}

.dialogue__tip {
  display: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.dialogue__tip.error {
  display: block;
  position: absolute;
  left: calc(100% + 14px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  background-color: #fff;
  color: #292929;
  min-height: 22px;
  padding: 6px 8px 4px 9px;
  min-width: 143px;
}

.dialogue__tip.error:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5px;
}

.dialogue__next {
  opacity: 0.5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.dialogue__next.active {
  opacity: 1;
}

.dialogue__steps {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dialogue__steps li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.dialogue__steps li + li {
  margin-left: 8px;
}

.dialogue__steps li.current {
  color: #292929;
  background-color: #fff;
  text-align: center;
  border-radius: 100%;
}

.dialogue__steps li.current a {
  color: #292929;
}

.dialogue__steps li.current a:hover {
  color: #292929;
}

.dialogue__steps li a {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.dialogue__steps li a:hover {
  color: #fff;
}

.dialogue__link {
  outline: 0;
}

.search {
  display: none;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: scroll;
  overflow-x: hidden;
}

.search.active {
  display: block;
}

.search__complete-list {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 12px;
  background-color: #fff;
  width: 100%;
  z-index: 13;
  border: 1px solid #f5f5f5;
}

.search__complete-list li {
  font-size: 11px;
}

.search__complete-list li a {
  display: block;
  padding: 5px;
  outline: 0;
  color: #292929;
  font-weight: 500;
}

.search__complete-list li a:hover {
  background-color: #f5f5f5;
}

.search .products__list {
  padding: 0;
  width: 100%;
  margin-top: 92px;
}

.search .product {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 16.66% !important;
  height: auto;
  margin-bottom: 30px;
}

.search .product.visible {
  display: block;
}

.search .product.in-view {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.search .product__img {
  max-width: 119px;
}

.search__input {
  width: 100%;
  font-size: 16px;
  color: #000;
  text-transform: none;
  padding-left: 41px;
  height: 32px;
  border-color: #f5f5f5;
}

.search__glass {
  position: absolute;
  left: 0;
  top: 2px;
  padding: 0;
  background: none;
}

.search__inner {
  padding-top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search__inner--mob {
  margin-bottom: 20px;
}

.search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 18px;
  opacity: 1;
  text-transform: uppercase;
  color: #a2a2a2;
}

.search ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  opacity: 1;
  text-transform: uppercase;
  color: #a2a2a2;
}

.search :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 18px;
  opacity: 1;
  text-transform: uppercase;
  color: #a2a2a2;
}

.search :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  opacity: 1;
  text-transform: uppercase;
  color: #a2a2a2;
}

.search__close {
  position: absolute;
  right: 0;
  top: 8px;
  outline: 0;
}

.search__disclaimer {
  display: none;
  text-transform: uppercase;
  color: #a2a2a2;
  font-size: 18px;
  text-align: center;
  margin-top: 60px;
}

.search__button {
  text-align: center;
  padding: 100px 0 50px;
}

.search__button .btn--ghost {
  color: #292929;
  border-color: #292929;
}

.spinner {
  display: none;
  width: 35px;
  height: 35px;
  border: 2px solid #d9d9d9;
  border-top: 3px solid #f067a6;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.account__header {
  padding-top: 60px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1c1236), to(#3b2549));
  background-image: linear-gradient(to top, #1c1236, #3b2549);
  color: #fff;
}

.account__section {
  background-color: #f5f5f5;
  padding: 10px 0 71px;
}

.account__menu {
  padding: 90px 0 51px;
  width: 75%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.account__menu a {
  opacity: 1;
  padding-bottom: 38px;
  text-transform: uppercase;
}

.account__menu a.active {
  border-color: transparent;
  color: #f067a6;
}

.account__menu a.active:after {
  background-color: #f067a6;
  width: 100%;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.account__content {
  display: none;
}

.account__item {
  background-color: #fff;
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 33px 80px 36px 39px;
}

.account__inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 65.7%;
      -ms-flex: 1 0 65.7%;
          flex: 1 0 65.7%;
}

.account__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.account__text {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: #7f7f7f;
}

.account__text p {
  margin: 0;
}

.account__link {
  margin-left: auto;
}

.account__heading {
  -webkit-flex-basis: 39%;
      -ms-flex-preferred-size: 39%;
          flex-basis: 39%;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 0 0 41px;
  position: relative;
}

.account__heading:before {
  position: absolute;
  content: '';
  left: 0;
  top: 6px;
}

.account__heading--address:before {
  background: url("/Content/img/icons/account_email.svg") no-repeat 0 0;
  width: 22px;
  height: 18px;
}

.account__heading--email:before {
  background: url("/Content/img/icons/account_preference.svg") no-repeat 0 0;
  width: 22px;
  height: 21px;
}

.account__heading--password:before {
  background: url("/Content/img/icons/account_password.svg") no-repeat 0 0;
  width: 18px;
  height: 23px;
}

.account__heading--method:before {
  background: url("/Content/img/icons/account_method.svg") no-repeat 0 0;
  width: 24px;
  height: 18px;
}

.account__heading--billing:before {
  background: url("/Content/img/icons/account_billing.svg") no-repeat 0 0;
  width: 12px;
  height: 20px;
}

.account__heading--shipping:before {
  background: url("/Content/img/icons/account_shipping.svg") no-repeat 0 0;
  width: 20px;
  height: 19px;
}

.account__info {
  font-size: 12px;
  line-height: 1.75;
  font-weight: 500;
  margin: 31px 0 0;
}

.account__info a {
  text-transform: uppercase;
  text-decoration: underline;
}

.account__info + .account__info {
  margin-top: 0;
}

.account__form .float__label {
  left: 2px;
}

.account__form .float__label.active {
  color: #292929;
}

.account__form .btn--submit {
  font-size: 11px;
}

.account__form .select2-container--default .select2-selection--single {
  border-color: #7f7f7f;
}

.account__form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/Content/img/icons/icon-arrow-down2.svg") no-repeat 0 0;
  bottom: 15px;
}

.account__form .form__container {
  max-width: 260px;
}

.account__form .form__container--account {
  max-width: 100%;
  margin-top: 24px;
}

.account__form .form__container--inline {
  max-width: inherit;
}

.account__form .form__container--checkbox .form__container {
  max-width: 160px;
}

.account__form .form__container--buttons {
  margin-top: 45px;
}

.account__form .form__container--info {
  max-width: 100%;
}

.account__form .form__container--info .account__info {
  margin-top: 0;
}

.account__form .form__container--pop {
  margin-top: 50px;
}

.info__content {
  border: 2px solid #daeffd;
  padding: 23px 21px 20px;
}

.info__table {
  width: 100%;
}

.info__tag {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  text-transform: uppercase;
}

.info__desc {
  font-size: 13px;
  line-height: 1.62;
  padding-bottom: 7px;
}

.table {
  border-collapse: collapse;
}

.table__row td {
  background-color: #fff;
}

.table__row--pale td {
  background-color: #f5f5f5;
}

.history__text {
  text-align: right;
  margin: 24px 0 27px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}

.history__text--order {
  text-align: left;
  margin: 0 0 14px;
}

.history__table {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 9px;
  -webkit-box-shadow: 0 0 1px 1px #fff;
          box-shadow: 0 0 1px 1px #fff;
}

.history__table td {
  padding: 9px 0 7px 33px;
  width: 25%;
  border-right: 2px solid #f5f5f5;
}

.history__table td:last-child {
  border: 0;
}

.history__table thead td {
  background-color: #7b6ba2;
  color: #fff;
  font-weight: 500;
  padding: 8px 0 9px 33px;
}

.history__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history__entries {
  font-size: 12px;
  line-height: 1.58;
  color: #7f7f7f;
  font-weight: 400;
}

.history__entries span {
  font-weight: 700;
}

.history__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.history__pagination .select2-container--default .select2-selection--single {
  height: 19px;
}

.history__pagination .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  line-height: 19px;
  color: #aaa;
  padding-left: 8px;
  padding-right: 33px;
}

.history__pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/Content/img/icons/icon-arrow-down3.svg") no-repeat 0 0;
  right: 13px;
  bottom: 6px;
}

.history__total {
  margin-left: 3px;
}

.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 5px;
  padding-bottom: 32px;
}

.address__box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(33.33% - 13px);
      -ms-flex: 0 0 calc(33.33% - 13px);
          flex: 0 0 calc(33.33% - 13px);
  width: calc(33.33% - 13px);
  padding: 17px 30px 85px;
  margin-top: 24px;
  position: relative;
  background-color: #fff;
  max-width: 300px;
}

.address__box + .address__box {
  margin-left: 20px;
}

.address__box + .address__box:nth-child(3n+4) {
  margin-left: 0;
}

.address__box--add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  --border-color: #aaa;
  --border-weight: 1px;
  --dash-size: 6px;
  --gap-size: 6px;
  position: relative;
  outline: 0;
  padding: 0;
  min-height: 226px;
}

.address__box--add:after {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, var(--border-color)), to(transparent)) top left no-repeat, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--border-color)), color-stop(var(--border-color)), to(transparent)) top center repeat-x, -webkit-gradient(linear, left top, right top, color-stop(100%, var(--border-color)), to(transparent)) top right no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--border-color)), to(transparent)) top left no-repeat, -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(var(--border-color)), color-stop(var(--border-color)), to(transparent)) center left repeat-y, -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--border-color)), to(transparent)) bottom left no-repeat, -webkit-gradient(linear, left top, right top, color-stop(100%, var(--border-color)), to(transparent)) bottom left no-repeat, -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--border-color)), color-stop(var(--border-color)), to(transparent)) bottom center repeat-x, -webkit-gradient(linear, left top, right top, color-stop(100%, var(--border-color)), to(transparent)) bottom right no-repeat, -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--border-color)), to(transparent)) top right no-repeat, -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(var(--border-color)), color-stop(var(--border-color)), to(transparent)) center right repeat-y, -webkit-gradient(linear, left bottom, left top, color-stop(100%, var(--border-color)), to(transparent)) bottom right no-repeat;
  background: linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) top center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top left no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center left repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom left no-repeat, linear-gradient(90deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) bottom center repeat-x, linear-gradient(90deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) top right no-repeat, linear-gradient(0deg, transparent calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2), var(--border-color) calc(var(--gap-size) / 2 + var(--dash-size)), transparent calc(var(--gap-size) / 2 + var(--dash-size))) center right repeat-y, linear-gradient(0deg, var(--border-color) 100%, transparent 100%) bottom right no-repeat;
  background-size: var(--dash-size) var(--border-weight), calc(var(--dash-size) + var(--gap-size)) var(--border-weight), var(--dash-size) var(--border-weight), var(--border-weight) var(--dash-size), var(--border-weight) calc(var(--dash-size) + var(--gap-size)), var(--border-weight) var(--dash-size);
}

.address__add {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  text-transform: uppercase;
  margin-top: -10px;
}

.address__add span {
  display: block;
  color: #7f7f7f;
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}

.address__heading {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 2.14;
}

.address__heading a:hover {
  text-decoration: underline;
}

.address__text {
  font-size: 14px;
  line-height: 2.14;
  margin: 0;
  color: #7f7f7f;
}

.address__text a:hover {
  text-decoration: underline;
}

.address__inner {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.address__menu {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.address__menu li {
  line-height: 1;
  list-style: none;
}

.address__menu li + li {
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}

.address__menu li + li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 11px;
  background-color: #7f7f7f;
  left: 0;
  top: 4px;
}

.address__menu a {
  font-size: 11px;
  color: #f067a6;
  text-transform: uppercase;
  font-weight: 500;
}

.address-add {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
  padding: 32px 5px 40px 45px;
  position: relative;
}

.address-add .tse-scrollable {
  width: 100%;
}

.add__content {
  padding-right: 40px;
}

.add .float__label.active {
  color: #292929;
}

.add .select2-container--default .select2-selection--single {
  border-color: #7f7f7f;
  height: 24px;
}

.add .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("/Content/img/icons/icon-arrow-down2.svg") no-repeat 0 0;
  bottom: 15px;
}

.wishlist {
  padding-bottom: 30px;
}

.wishlist__header {
  padding-top: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wishlist__heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.36;
  text-transform: uppercase;
}

.wishlist__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.wishlist__social li {
  margin-left: 30px;
}

.wishlist__social svg path {
  fill: #f067a6;
}

.wishlist__list {
  margin-bottom: 47px;
}

.wishlist__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 47px 85px 43px 24px;
}

.wishlist__list li .btn {
  margin-left: auto;
}

.wishlist__list li + li {
  margin-top: 1px;
}

.wishlist__img {
  max-height: 76px;
  margin: 0 53px 0 70px;
}

.wishlist__prod,
.wishlist__price {
  font-size: 14px;
  line-height: 1.36;
  font-weight: 500;
  text-transform: uppercase;
}

.wishlist__prod {
  padding-bottom: 10px;
  min-width: 240px;
}

.order {
  background-color: #fff;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
}

.order .shopping-bag__products-table {
  margin-top: 59px;
  border: 1px solid #d9d9d9;
}

.order__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.order__table {
  width: 100%;
}

.order__table thead td {
  background-color: #292929;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 11px 0 8px 23px;
  border: 1px solid #f5f5f5;
}

.order__table thead td.quantity {
  text-transform: none;
}

.order__table td {
  border: 1px solid #f5f5f5;
  vertical-align: top;
  padding: 8px 23px 17px;
  font-size: 13px;
}

.order__table td.order__total {
  font-size: 14px;
  font-weight: 500;
}

.order__table tbody p {
  line-height: 1.62;
  margin: 0;
}

.order__table tbody p.order__payment {
  margin-top: 25px;
}

.order__table tbody p.order__payment span {
  font-weight: 500;
}

.order__table tfoot td {
  border: 0;
  padding: 10px 0 0 23px;
}

.order__table tfoot td.order__summary {
  padding: 10px 0 0 0;
}

.order__table + .order__table {
  margin-top: 59px;
}

.order__table--details td {
  padding: 10px 23px 11px;
}

.order__customer,
.order__no {
  font-weight: 500;
}

.order__summary {
  text-align: right;
  text-transform: uppercase;
}

.order .mfp-close {
  top: 22px;
  right: 18px;
  background: url("/Content/img/icons/close-icon.svg") no-repeat 0 0;
  font-size: 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}

.confirm__heading {
  margin-bottom: 29px;
}

.confirm__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.help {
  padding: 11px 0 67px;
  background-color: #f5f5f5;
}

.help__header {
  text-align: center;
  padding: 60px 0 58px;
}

.help__header h2 {
  margin-top: 55px;
}

.help__menu a:hover {
  text-decoration: underline;
}

.help .address__box {
  padding: 20px 30px 91px;
}

.help-topic {
  padding-top: 70px;
}

.help-topic__heading {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.help-topic__heading--table {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}

.help-topic__topics li {
  margin-top: 14px;
}

.help-topic__topics a {
  font-size: 12px;
  text-transform: none;
}

.help-topic__topics a:hover {
  color: #f067a6;
}

.help-topic__content {
  max-width: 75%;
  padding-bottom: 58px;
}

.help-topic__content p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 24px;
}

.help-topic__content p.list-text {
  margin-bottom: 0;
}

.help-topic__content p.error {
  color: #d64131;
}

.help-topic__content p a:hover {
  color: #f067a6;
}

.help-topic__select {
  width: 260px;
  margin-top: 42px;
}

.help-topic__table {
  text-align: center;
  text-transform: uppercase;
  margin: 45px 0 38px;
  max-width: 780px;
}

.help-topic__table td {
  padding-left: 16px;
}

.help-topic__table .size__text {
  font-size: 11px;
  text-transform: none;
}

.help-topic__table .size__table td {
  padding: 8px 5px;
}

.help-topic__table .size__table td:first-child {
  text-align: left;
  padding-left: 16px;
}

.help-topic__form {
  max-width: 552px;
}

.help-topic__table-footer {
  text-align: left;
}

.faq {
  background-color: #fff;
  text-align: center;
  padding: 64px 0 79px;
}

.faq__heading {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #292929;
  margin-bottom: 42px;
}

.faq__menu {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq__menu li + li {
  margin-left: 52px;
  padding-left: 52px;
  position: relative;
}

.faq__menu li + li:before {
  position: absolute;
  content: '';
  width: 2px;
  height: 20px;
  background-color: #f067a6;
  left: 0;
  top: 0;
}

.faq__menu li a {
  padding-bottom: 5px;
}

.faq__menu li a:after {
  height: 2px;
  background-color: #292929;
}

.faq__menu li a:hover:after {
  height: 2px;
  background-color: #292929;
}

.faq__menu a {
  font-size: 14px;
  text-transform: none;
  color: #292929;
}

.products-hero {
  position: relative;
  overflow: hidden;
}

.products-hero__bg {
  width: 100%;
  display: block;
  z-index: -1;
}

.products-hero__heading {
  font-size: 144px;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.breadcrumbs {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item:after {
  content: '>';
  margin: 0 5px 0 3px;
  color: #a2a2a2;
}

.breadcrumbs__item a:hover {
  text-decoration: underline;
}

.breadcrumbs__item--current {
  color: #a2a2a2;
}

.breadcrumbs__item--current:after {
  display: none;
}

.control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px 0 37px;
}

.control-bar__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-bottom: 6px;
}

.control-bar__left .breadcrumbs {
  min-width: 303px;
  padding-right: 40px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.grid-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid-control__status {
  font-size: 12px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 22px;
}

.grid-control__layout {
  padding: 4px 15px 3px;
  margin-right: 25px;
  border-left: 2px solid #a2a2a2;
  border-right: 2px solid #a2a2a2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-control__layout-btn {
  height: 11px;
  width: 11px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 10px;
  background-color: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  fill: #a2a2a2;
}

.grid-control__layout-btn--circle:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a2a2a2;
  border-radius: 50%;
}

.grid-control__layout-btn--active {
  fill: #292929;
}

.grid-control__layout-btn--active:after {
  background-color: #292929;
}

.grid-control__layout-btn svg {
  max-height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.grid-control__layout-btn svg path {
  fill: inherit;
}

.grid-control__sort {
  position: relative;
  font-size: 11px;
}

.package {
  background-color: #fff;
  padding-bottom: 60px;
}

.package__header {
  padding: 53px 0 70px;
  text-align: center;
}

.package__build {
  margin-top: 5px;
}

.package__another {
  display: none;
}

.package__another.active {
  display: inline-block;
}

.package__style {
  display: none;
}

.package__style.active {
  display: block;
}

.package__style li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 70px;
}

.package__style .product__description {
  min-height: 61px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.package__style .product__description .product__price {
  margin-bottom: 12px;
}

.package__select {
  display: none;
  text-align: center;
  padding-top: 25px;
}

.package__select.active {
  padding-bottom: 63px;
  border-bottom: 1px solid #ededed;
}

.package__select.visible {
  display: block;
}

.package__selection {
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
}

.package__selection .form__radio + label {
  font-size: 11px;
}

.package__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 72px;
}

.package__items:after {
  content: '';
  -webkit-flex-basis: calc(33.33% - 20px);
      -ms-flex-preferred-size: calc(33.33% - 20px);
          flex-basis: calc(33.33% - 20px);
}

.package__item {
  -webkit-flex-basis: calc(33.33% - 20px);
      -ms-flex-preferred-size: calc(33.33% - 20px);
          flex-basis: calc(33.33% - 20px);
  max-width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.package__intro {
  margin: 0;
  font-size: 14px;
  line-height: 1.64;
  color: #000;
}

.package__intro--started {
  color: #7f7f7f;
}

.package__intro--add {
  display: none;
}

.package__heading {
  margin-bottom: 11px;
}

.package__heading--main {
  color: #f067a6;
}

.package__heading--pack {
  font-size: 72px;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.package__image img {
  display: block;
  width: 100%;
}

.package__description {
  position: relative;
  padding: 17px 0 0;
  background-color: #fff;
  color: #000 !important;
}

.package__footer {
  position: relative;
}

.package__footer .login__error {
  top: auto;
  bottom: -20px;
  left: 0;
}

.package__box {
  margin-bottom: 29px;
}

.package__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}

.package__summary {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 360px;
  z-index: 11;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.package__summary:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  z-index: -1;
}

.package__summary:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  z-index: 0;
  background-color: #fff;
}

.package__summary-trigger {
  display: none;
}

#viewPkg:hover + .summary {
    display: block !important;
    top: auto !important; 
}

#pckSum {
    margin: 6.5% 0 0 12.5% !important;
}

.package__summary-trigger.active {
  display: inline-block;
  color: #000;
  margin-left: 15px;
}

.package__sum {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  line-height: 20px;
}

.package__sum:hover .package__summary {
  display: block;
}

.package__sum .package__description {
  border-bottom: 1px solid #ccc;
  color: #292929;
}

.package__sum .package__selections {
  border: 0;
}

.package__selections {
  padding-top: 34px;
  border: 0;
}

.package__product-name {
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}

.package__products {
  padding-bottom: 14px;
  border-bottom: 2px solid #333;
}

.package__product-item {
  margin-bottom: 15px;
}

.package__buttons {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.package__buttons .btn + .btn {
  margin-top: 10px;
}

.package__product .price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.package__product .product__heading {
  color: #292929;
}

.package__product__box {
  padding: 56px 0 74px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #f5f5f5;
}

.package__bag {
  display: none;
}

.package__bag.active {
  display: inline-block;
}

.package__bag.enabled {
  background-color: #292929;
}

.package__bag.view-bag {
  background-color: #292929;
}

.package__cancel {
  display: none;
}

.package__cancel.active {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 18px;
    float: right;
}

.package__review {
  position: relative;
  display: none;
  color: #d64131;
  font-size: 10px;
  text-transform: uppercase;
  margin-top: 28px;
  margin-left: 10px;
}

.package__review:before {
  position: absolute;
  content: '!';
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #d64131;
  border-radius: 100%;
  top: -2px;
  left: -25px;
  text-align: center;
  color: #fff;
}

.package__review.update {
  display: inline-block;
}

.pack {
  font-size: 11px;
}

.pack__heading {
  text-transform: uppercase;
  line-height: 18px;
  font-size: 11px;
  color: #000;
}

.pack__price {
  font-weight: 500;
  line-height: 24px;
  color: #292929;
}

.pack__desc li {
  padding-left: 7px;
  line-height: 18px;
  position: relative;
}

.pack__desc li:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #292929;
  border-radius: 100%;
  left: 0;
  top: 7px;
}

.pack__desc li .free {
  text-transform: uppercase;
  color: #f067a6;
  padding-left: 3px;
  font-weight: 500;
}

.information {
  background-color: #f5f5f5;
  padding: 39px 0 58px;
}

.information__image {
  margin: 0 0 34px 0;
  text-align: center;
}

.information__image img {
  max-width: 100%;
}

.information__content {
  font-size: 14px;
  line-height: 29px;
  color: #7f7f7f;
}

.information__content h3 {
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 34px;
}

.information__content h4 {
  font-family: "IslandStyle", sans-serif;
  font-size: 28px;
  color: #292929;
  font-weight: 400;
}

.information__content h4:last-of-type {
  margin-top: -3px;
}

.information__content p {
  margin: 0 0 29px;
}

.information__content > *:first-child {
  margin-top: 0;
}

.information__content > *:last-child {
  margin-bottom: 0;
}

.products-categories {
  text-transform: uppercase;
  padding-right: 20px;
  padding-bottom: 28px;
}

.products-categories__item {
  margin-bottom: 19px;
  text-transform: uppercase;
}

.products-categories__item--help {
  margin-bottom: 18px;
}

.products-categories__item.accordion__open .products-categories__open-icon:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.products-categories__title {
  font-weight: 700;
  display: block;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
  font-size: 12px;
}

.products-categories__title--help {
  font-weight: 500;
  text-transform: none;
  font-size: 12px;
}

.products-categories__title--help:hover {
  color: #f067a6;
}

.products-categories__open-icon {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  width: 9px;
  height: 9px;
  display: inline-block;
}

.products-categories__open-icon:before,
.products-categories__open-icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a2a2a2;
  -webkit-transform-origin: center;
          transform-origin: center;
  top: 50%;
  left: 0;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.products-categories__open-icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products-categories .filter-group {
  margin-bottom: 18px;
}

.products-categories .filter-group:first-of-type {
  margin-top: 19px;
}

.products-categories .filter-group:last-of-type {
  margin-bottom: 32px;
}

.products-categories .filter-group--sizes {
  margin-bottom: 15px;
}

.products-categories .filter-group--colors {
  margin-bottom: 6px;
}

.products-categories__filters--help {
  margin-bottom: 30px;
}

.filter-group {
  font-size: 11px;
  text-transform: uppercase;
}

.filter-group__title {
  font-size: 12px;
  margin-bottom: 16px;
}

.filter-group input[type="checkbox"] {
  display: none;
}

.filter-group .form__label--checkbox,
.filter-group .form__label--square-checkbox {
  margin-bottom: 10px;
}

.filter-group--sizes .form__container {
  display: block;
  float: left;
  margin-right: 15px;
}

.filter-group--colors {
  padding-right: 20px;
}

.filter-group--colors .form__container {
  display: block;
  float: left;
  padding: 29px 0 0 0;
  text-align: center;
}

.filter-group--colors .form__container + .form__container {
  margin-left: 5px;
}

.filter-group--colors .form__container--color {
  display: none;
}

.filter-group--colors .form__container--color + .form__container {
  margin-left: 0;
}


.filter-group--big {
  width: 100%;
  min-width: inherit;
  position: relative;
  padding: 0;
}

.pagination {
  margin-bottom: 40px;
}

.paginationjs {
  font-size: 12px;
}

.paginationjs ul {
  margin: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginationjs ul li {
  display: inline-block;
  border-radius: 50%;
  margin: 0 2px;
  vertical-align: middle;
}

.paginationjs ul li.active {
  background-color: #f067a6;
  color: #fff;
}

.paginationjs ul li.disabled {
  margin: 0 8px;
}

.paginationjs ul li.paginationjs-next {
  margin: 0 0 0 5px;
}

.paginationjs ul li.paginationjs-prev {
  margin: 0 5px 0 0;
}

.paginationjs ul li a {
  display: inline-block;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
}

.active-filters {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.active-filters__filter {
  margin-right: 17px;
  position: relative;
  padding-left: 17px;
  display: inline-block;
}

.active-filters__filter:hover .active-filters__icon path {
  stroke: #292929;
}

.active-filters__icon {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

.steps {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ededed;
}

.steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 0 44px;
}

.steps__list > li {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  text-align: center;
  min-height: 112px;
  padding-top: 26px;
  min-height: 135px;
}

.steps__list > li.active {
  color: #f067a6;
}

.steps__list > li.active .steps__no {
  border-color: #f067a6;
}

.steps__list > li.inactive {
  color: #a2a2a2;
}

.steps__list > li.inactive .steps__no {
  font-size: 0;
  border-color: #a2a2a2;
  position: relative;
}

.steps__list > li.inactive .steps__no:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 9px;
  background-color: transparent;
  border-color: #a2a2a2;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
  left: 9px;
}

.steps__list > li + li {
  position: relative;
}

.steps__list > li + li:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ededed;
  left: -1px;
  top: 0;
}

.steps__no {
  width: 25px;
  height: 25px;
  border: 1px solid #292929;
  border-radius: 100%;
  display: block;
  line-height: 23px;
  font-size: 13px;
  margin: 0 auto 10px;
}

.steps__heading {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 6px;
}

.summary {
  display: none;
  background-color: #fff;
  text-align: left;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 23px;
}

.summary__heading {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.summary .pack__desc {
  margin-bottom: 11px;
}

.summary__text {
  font-size: 11px;
  line-height: 1.64;
  margin: 0;
}

.summary__qty {
  text-transform: uppercase;
}

.summary__list {
  font-size: 11px;
  line-height: 18px;
}

.summary__list dt {
  float: left;
  font-weight: 500;
  margin-right: 5px;
}

.summary__list dd {
  margin: 0;
}

.summary__table {
  width: 100%;
  color: #000;
  margin-top: 22px;
  font-size: 12px;
  line-height: 24px;
}

.summary__subtotal {
  text-transform: uppercase;
  font-weight: 500;
}

.rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rate--create {
  margin-bottom: 45px;
}

.rate__item--half .rate-full {
  display: none;
}

.rate__item--empty .rate-full,
.rate__item--empty .rate-half {
  display: none;
}

.rate__create {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
}

.price {
  color: #292929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.price__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 7px;
}

.price__item + .price__item {
  margin-left: 8px;
  padding-left: 7px;
  position: relative;
}

.price__item + .price__item:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #7f7f7f;
  left: 0;
  top: 6px;
}

.price__val {
  margin-left: 3px;
}

.price__save {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  margin-left: 5px;
  font-weight: 400;
}

.price__list {
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  color: #7f7f7f;
}

.price__val-list {
  font-weight: 400;
  margin-left: 3px;
}

.products {
  background-color: #ffffff;
  text-align: center;
  padding: 45px 0 36px;
}

.products--recommended {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.products__list {
  padding: 0 30px;
  margin-top: 35px;
}

.products__list li {
  padding-top: 42px;
}

.products__list li img {
  display: block;
  margin: 0 auto;
}

.products__list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  width: 8px;
  height: 14px;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}

.products__list .slick-prev {
  left: 6px;
  background: url("/Content/img/icons/arr_left_bold.svg") no-repeat 0 0;
  background-size: 9px 14px;
}

.products__list .slick-next {
  right: 6px;
  background: url("/Content/img/icons/arr_right_bold.svg") no-repeat 0 0;
  background-size: 9px 14px;
}

.products__list--recommended {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.products__list--recommended li {
  background-color: #fff;
  padding: 40px 30px 13px;
}

.products__list--recommended li .product__links li {
  padding: 0;
  background: none;
}

.products__list--package {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products__list--package.slick-initialized {
  display: block;
}

.products__list--package li {
  -webkit-flex-basis: 16.66%;
      -ms-flex-preferred-size: 16.66%;
          flex-basis: 16.66%;
}

.products__list--matches li {
  padding-top: 21px;
}

.products__list--matches .product__links a {
  width: 35px;
  height: 35px;
}

.products__list--matches .product--main .product__imgs {
  padding-bottom: 20px;
}

.products__list--style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.products__list--style li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.products__grid {
  margin: 0 -15px;
}

.products__grid .product {
  padding: 43px 34px 15px;
  margin: 0 15px 40px;
  text-align: center;
  width: calc(25% - 30px);
  display: block;
}

.products__grid .product .product__img {
  max-width: 90%;
}

.products__grid .product .product__description {
  margin-top: 34px;
}

.products__grid--columns-4 .product {
  width: calc(25% - 30px);
  padding: 43px 34px 15px;
  margin-bottom: 40px;
}

.products__grid--columns-5 .product {
  width: calc(20% - 30px);
  padding: 43px 20px 10px;
  margin-bottom: 30px;
}

.products__grid--columns-5 .product .product__links a {
  width: 40px;
  height: 40px;
}

.products__grid--columns-5 + .pagination {
  margin-top: 10px;
}

.products__grid--columns-6 .product {
  width: calc(16.66666667% - 30px);
  padding: 43px 10px 5px;
  margin-bottom: 20px;
}

.products__grid--columns-6 .product .product__links a {
  width: 32px;
  height: 32px;
}

.products__grid--columns-6 + .pagination {
  margin-top: 20px;
}

.products__grid + .pagination {
  padding-bottom: 42px;
}

.product-update-quantity {
  display: none;
}

.product {
  position: relative;
  text-align: center;
  overflow: hidden;
  outline: 0;
}

.product a {
  outline: 0;
}

.product__img {
  max-width: 141px;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.product__img--flip {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
}

.product__img--package.selected {
  opacity: 0.5;
}

.product__imgs {
  margin: 0 auto;
  position: relative;
}

.product__imgs.selected:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #292929;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.product__imgs.selected:after {
  position: absolute;
  content: '';
  width: 6px;
  height: 9px;
  background-color: transparent;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: calc(50% - 3px);
  top: calc(50% - 6px);
}

.product__links {
  position: absolute;
  z-index: 2;
  height: 70px;
  bottom: 10%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__links li {
  margin: 0 5px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  opacity: 0;
}

.product__links li + li {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.product__links a {
  display: block;
  z-index: 2;
  width: 50px;
  height: 50px;
  background-color: #292929;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__links a svg path {
  fill: #fff;
}

.product__links a:hover svg path {
  fill: #f067a6;
}

.product:hover .product__links li {
  -webkit-transform: translateY(-72px) translateZ(0);
          transform: translateY(-72px) translateZ(0);
  opacity: 1;
}

.product .product__imgs {
  padding-bottom: 40px;
}

.product--main {
  outline: none;
}

.product--main .product__imgs:hover .product__img {
    opacity: 0;
}

.product--main:hover .product__img--package {
  display: inline-block;
}

.product--main .product__imgs:hover .product__img--flip {
    opacity: 1;
}

.product__description {
  font-size: 11px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
  position: relative;
  z-index: 3;
  padding-bottom: 35px;
}

.product__description p {
  margin: 0;
}

.product__description p.product__color {
  margin-bottom: 2px;
}

.product__link {
  outline: 0;
  position: relative;
}

.product__link:hover {
  text-decoration: underline;
}

.product__link--category {
  color: #7f7f7f;
}

.product__link--name {
  font-weight: 400;
}

.product__link--package {
  font-weight: 500;
}

.product__link--package:hover {
  text-decoration: none;
}

.product__link--rev {
  font-size: 14px;
  line-height: 26px;
}

.product__link--rev:hover {
  text-decoration: none;
}

.product__link.update {
  opacity: 0.5;
}

.product__price {
  color: #7f7f7f;
}

.product__promo {
  position: absolute;
  height: 20px;
  color: #fff;
  top: 0;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.product__promo span {
  padding: 0 10px;
}

.product__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 42px;
  position: relative;
}

.product__gallery {
  width: 55%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  max-width: 720px;
}

.product__gallery a:not(.gallery__link) {
  cursor: crosshair;
}

.product__gallery--promo .product__promo {
  left: 120px;
  top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
    z-index:10;
}

.product__image {
  width: 100%;
  margin-bottom: 30px;
  /*border: 1px solid rgba(127, 127, 127, 0.1);*/
}

.product__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.product__quantity .form__container--inline {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product__quantity .form__container--3:after {
  content: '';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

/* osei1086 */
.product__box .mobile-only {
    display: none;
}
/* end osei1086 */

.product__details {
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  width: 38vw;
  will-change: min-height;
}

.product__details .inner-wrapper-sticky {
    padding-bottom: 1px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

.product__name {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  text-transform: uppercase;
  position: relative;
}

.product__name span {
  font-size: 12px;
  margin-left: 15px;
  color: #7f7f7f;
}

.product__category {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 18px 0 21px;
  margin: 0 0 5px;
}

.product__rating .product__link--rev {
  margin-left: 15px;
}

.product__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.product__heading {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.product__heading--fit {
  color: #f067a6;
}

.product__heading--fit a {
  color: #292929;
}

.product__heading--cap {
  text-transform: uppercase;
}


/* osei1086 */
.product__teasertext {
  font-size: 14px;
  line-height: 1.57;
  margin: 15px 0;
}

/* Showhide trigger & panel pair */
.component__showhide--trigger {
    cursor: pointer;
    padding: 0 30px 0 0;
    position: relative;
}

.component__showhide .close {
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
        right: 0;
        top: 0;
    width: 20px;
}

.component__showhide .close::before,
.component__showhide .close::after {
    background: #292929;
    content: "";
    display: block;
    height: 2px;
    overflow: hidden;
    position: absolute;
        left: 50%;
        top: 50%;
    transition: transform .25s ease-out;
    width: 13px;
}

.component__showhide .close::before {
    transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

.component__showhide .close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.component__showhide.is-open .close::before,
.component__showhide.is-open .close::after {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.component__showhide .component__showhide--panel {
    overflow: hidden;
    transition: height .25s ease-out;
}

/* Showhide trigger & panel pair inside product description */
.product__information {
    border-top: 1px solid #F2F2F2;
    margin: 20px 0 0;
    padding: 20px 0;
}

.product__information .component__showhide {
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.product__information .component__showhide--trigger {
    padding: 0 30px 0 0;
}

.product__information .component__showhide--panel {
    position: relative;
}

.product__information .component__showhide--inner {
    padding: 1px 0 0;
}

.product__information .product__texts {
    margin-bottom: 0;
}
/* end osei1086 */
.product__text {
  font-size: 14px;
  line-height: 1.57;
  margin: 7px 0;
}

#pdp-collapsible-panels .component__showhide {
    border-top: 1px solid #F2F2F2;
    padding-top: 20px;
}

#pdp-collapsible-panels .component__showhide--trigger {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    gap: 8px;
}

#pdp-collapsible-panels .component__showhide.is-open > .component__showhide--trigger {
    margin-bottom: 20px;
}

#pdp-collapsible-panels .toggle-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 16px;
}

#pdp-collapsible-panels .component__showhide--panel {
    overflow: hidden;
    height: 0;
    transition: height 0.3s ease;
    margin-bottom: 20px;
    margin-left: 22px;
}

#pdp-collapsible-panels .component__showhide.is-open .component__showhide--panel {
    overflow: hidden;
}

.product__list {
  font-size: 14px;
  line-height: 1.57;
}

.product__list li {
  line-height: 1.57;
}

.product__texts {
  margin-bottom: 22px;
}

.product__filters {
  margin-top: 7px;
}

.product__colors .form__info-txt {
  display: none;
}

.product__view-sizes {
  margin-left: 8px;
  font-weight: 500;
}

.product__more {
  margin-left: 7px;
}

.product__add {
  margin-bottom: 17px;
}

.product__matches .product__img {
  max-width: 100%;
}

.product__share {
  display: flex;
  margin: 0;
}

.product__tab--desc {
  padding: 51px 0 56px;
}

.product__tab--desc p {
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}

.product__tab--desc p + p {
  margin-top: 30px;
}

.product__tab--reviews {
  padding-top: 50px;
  text-align: left;
}

.product__tab--sizes {
  padding: 51px 0 42px;
}

.product__container--tabs {
  padding-top: 55px;
}

.product__container--recommended {
  padding-top: 40px;
  padding-bottom: 100px;
  margin-top: 40px;
}

.product__container--look {
  padding-top: 32px;
}

.product__menu {
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__menu a {
  padding-bottom: 2px;
  opacity: 1;
  font-size: 16px;
  line-height: 1.56;
}

.product__menu a.active {
  border-color: transparent;
}

.product__menu > li a:after {
  background-color: #292929;
}

.product__menu > li a.active:after,
.product__menu > li a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  background-color: #292929;
}

.product__menu li + li {
  margin-left: 40px;
}

.product__wrapper {
  width: 1144px;
  height: 100vh;
}

.product__notification {
  display: none;
  font-size: 11px;
  line-height: 1.73;
  color: #f067a6;
  margin-bottom: 20px;
}

.product__btn--edit {
  display: none;
  text-decoration: none;
  position: relative;
  margin-left: 21px;
  padding-bottom: 0;
}

.product__btn--edit:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #f067a6;
  left: -25px;
  top: -2px;
}

.product__btn--edit:after {
  display: block !important;
  position: absolute !important;
  content: "" !important;
  width: 6px;
  height: 8px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #f067a6;
  left: -18px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
  background-color: #fff;
}

.product__btn--edit.update {
  padding-top: 30px;
  margin-left: 0;
}

.product__btn--edit.update:before,
.product__btn--edit.update:after {
  display: none !important;
}

.product_style__btn--edit {
    display: block;
    border-bottom: none;
}

.custom-available {
  width: 460px;
}

.custom-info {
    width: auto !important; 
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}

.customize__text {
  font-size: 14px;
  line-height: 1.86;
}

.pick-slider .slick-arrow {
  position: absolute;
  top: calc(50% + 2px);
  width: 8px;
  height: 14px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  outline: 0;
  z-index: 20;
}

.pick-slider .slick-next {
  right: 4px;
  background: url("/Content/img/icons/arr_right_bold.svg") no-repeat 0 0;
  background-size: 9px 14px;
}

.pick-slider .slick-prev {
  left: 4px;
  background: url("/Content/img/icons/arr_left_bold.svg") no-repeat 0 0;
  background-size: 9px 14px;
}

.pick-slider .slick-list {
  overflow-y: visible;
}

.colors__picker {
  margin: 11px 0 15px;
  right: 12px;
}

.styles__picker {
  margin: 12px 0 36px;
}

[data-label="White"] img {
  border: 1px solid #979797;
}

.sizes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.set_item_sizes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}.size__table thead td {
  padding-left: 0;
  font-weight: 400;
}

.size__table td {
  padding: 7px 0;
  text-align: center;
}

.size__table td:first-child {
  text-align: left;
  padding-left: 15px;
}

.size__text {
  margin: 8px 0 0;
  padding-left: 0;
  font-size: 11px;
  color: #7f7f7f;
  text-align: left;
}

.share__text {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 5px;
}

.share__list {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

.share__list svg {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.share__list use {
  fill: #292929;
}

.share__list a:hover use {
  fill: #292929;
}

.share__list a:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #292929;
  left: 0;
  bottom: 0;
}

.share__list li {
  padding-bottom: 14px;
  position: relative;
  margin-left: 20px;
}

.share__list li + li {
  margin-left: 26px;
}

.look {
  background-color: #fff;
  text-align: center;
}

.look__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.look__list li {
  position: relative;
}

.look__list li:after {
  position: absolute;
  content: '';
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  z-index: 2;
}

.look__list li:hover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.look__list li:hover .look__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.look__img {
  width: 100%;
  display: block;
}

.look p {
  font-size: 16px;
  margin: 20px 0 0;
}

.look__content {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.look__link {
  margin-bottom: 32px;
}

.look__link svg {
  width: 23px;
  height: 23px;
}

.look__link path {
  fill: #fff;
}

.review {
  padding-bottom: 29px;
  border-bottom: 1px solid #f5f5f5;
}

.review + .review {
  padding-top: 64px;
}

.review__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  margin-bottom: 8px;
}

.review__date {
  color: #7f7f7f;
  margin-left: 16px;
}

.review__rating {
  margin-left: 16px;
}

.review__content {
  margin-bottom: 20px;
}

.review__content h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.review__content p {
  font-size: 12px;
  line-height: 22px;
  margin: 25px 0 0;
}

.review__helpful {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 39px;
}

.review__helpful p {
  font-size: 12px;
  line-height: 22px;
  margin: 3px 0 0;
}

.review__thumbs {
  margin-left: 5px;
}

.review__attributes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}

.review__image {
  margin-bottom: 15px;
}

.review__image img {
  display: block;
}

.review__create {
  margin: 58px 0 61px;
}

.review__create {
  text-align: left;
  display: none;
}

.review__create h2 {
  font-size: 72px;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
}

.review__create p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  margin: 28px 0 15px;
}

.review__create p.form__file-text {
  font-size: 12px;
  color: #7f7f7f;
  margin: 0 0 0 14px;
  line-height: 1.75;
  font-weight: 400;
}

.review__share {
  text-transform: uppercase;
}

.review__share a:hover {
  color: #f067a6;
}

.review__range {
  margin: 40px 0 20px;
}

.review__range + .review__range {
  margin-top: 60px;
}

.review__range h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.review__create-btn {
  margin-top: 20px;
}

.thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumbs__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.thumbs__item + .thumbs__item {
  margin-left: 12px;
}

.thumbs__item img {
  display: block;
}

.thumbs__count {
  margin-left: 8px;
  font-size: 12px;
  line-height: 22px;
}

.thumbs__down {
  padding-top: 5px;
}

.thumbs__up {
  padding-bottom: 5px;
}

.attributes__item {
  -webkit-flex-basis: calc(25% - 15px);
      -ms-flex-preferred-size: calc(25% - 15px);
          flex-basis: calc(25% - 15px);
}

.attribute__header {
  font-size: 12px;
  line-height: 2.08;
  font-weight: 500;
}

.attribute__range {
  height: 2px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 7px 0 4px;
  position: relative;
}

.attribute__range--50 .attribute__marker {
  left: 50%;
}

.attribute__marker {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f067a6;
  top: calc(50% - 6px);
  margin-left: -6px;
}

.attribute__legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  line-height: 2.08;
}

.kit {
  width: 940px;
  background-color: #fff;
  margin: 0 auto;
}

.kit__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kit__box {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.kit__box--image {
  background-color: #f5f5f5;
}

.kit__box--description {
  padding: 50px 44px 50px 41px;
}

.kit__box--promo {
  position: relative;
}

.kit__box--promo:after {
  position: absolute;
  height: 20px;
  width: 50px;
  background-color: #f067a6;
  color: #fff;
  left: 0;
  top: 46px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
}

.kit__box--sale:after {
  content: 'Sale';
}

.kit__heading {
  font-size: 24px;
  line-height: 1.38;
  font-weight: 400;
  margin-bottom: 14px;
}

.kit__heading--sublimation {
  font-family: "IslandStyle", sans-serif;
  font-size: 48px;
  line-height: 63px;
  color: #f067a6;
  margin-bottom: 30px;
}

.kit__heading--promo {
  font-family: "IslandStyle", sans-serif;
  font-size: 72px;
  margin-bottom: 32px;
}

.kit__subheading {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 500;
}

.kit__inner .product__text {
  margin: 18px 0 0;
  line-height: 26px;
}

.kit__inner form {
  margin: 23px 0 29px;
}

.kit-section {
  background-color: #f5f5f5;
  padding: 56px 0 37px;
}

.kit-section__container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.kit-section__summary {
  font-size: 14px;
  line-height: 23px;
  margin: 20px 0 27px;
}

.kit-section__return {
  font-weight: 500;
  font-size: 14px;
}

.kit-section__bottom {
  font-size: 11px;
  font-style: italic;
  margin-top: 31px;
}

.kit-section__box--image {
  padding: 86px 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quick-view {
  width: 1144px;
  overflow: hidden;
}

.quick-view .product__box {
  width: 100%;
}

.quick-view__container {
  overflow: hidden;
  -ms-scroll-limit-y-max: 100%;
  -ms-scroll-limit-y-min: 0;
}

.quick-view .product__details {
  width: calc(100% - 643px);
  max-width: 500px;
  position: -webkit-sticky;
  position: sticky;
  top: 33px;
  left: calc(50% + 50px);
  padding-right: 30px;
}

.quick-view .product__gallery {
  width: 571px;
}

.quick-view .product__price {
  margin-top: 18px;
}

.quick-view .product__filters {
  margin-top: 40px;
}

.quick-view .colors__picker {
  margin-bottom: 40px;
}

.quick-view .product__quantity {
  margin-bottom: 15px;
}

.quick-view .product__add-custom {
  margin-bottom: 39px;
}

.quick-view__add {
  margin-bottom: 17px;
}

.shopping-bag {
  padding: 29px 0 60px;
  background: #F5F5F5;
}

.shopping-bag__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shopping-bag__container--order-confirmation {
  max-width: 936px;
}

.shopping-bag__left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 713px;
}

.shopping-bag__left > * {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
}

.shopping-bag__left > *:last-child {
  margin-bottom: 0;
}

.shopping-bag__no-items {
  padding: 54px 28px 52px;
}

.shopping-bag__message {
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #292929;
}

.shopping-bag__message--bold {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.shopping-bag__right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 402px;
}

.shopping-bag__box {
  padding: 34px 28px;
  margin-bottom: 28px;
  color: #292929;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
}

.shopping-bag__box--dark {
  color: #FFFFFF;
  background: #292929;
}

.shopping-bag__box--dark border {
  color: #292929;
}

.shopping-bag__title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.shopping-bag__form .float__label.active {
  color: #292929;
}

.shopping-bag__summary-list {
  width: 100%;
}

.shopping-bag__summary-item {
  margin-bottom: 24px;
  font-size: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-bag__notify {
  margin-bottom: 22px;
  color: #F067A6;
  font-size: 12px;
}

.shopping-bag__info {
  margin-bottom: 20px;
  color: #A2A2A2;
  font-size: 10px;
  font-style: italic;
  line-height: 1.7;
}

.shopping-bag__total-price {
  padding: 34px 0;
  font-size: 14px;
  text-transform: uppercase;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shopping-bag__features-item {
  padding: 34px 38px;
  margin-bottom: 30px;
  color: #292929;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-bag__features-item:last-of-type {
  margin-bottom: 0;
}

.shopping-bag__features-icon {
  margin-right: 14px;
  width: 60px;
  height: 60px;
  background-color: #F067A6;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  display: inline-block;
}

.shopping-bag__features-icon--truck {
  background-image: url(/Content/img/icons/cart/icon__truck.svg);
}

.shopping-bag__features-icon--lock {
  background-image: url(/Content/img/icons/cart/icon__lock.svg);
}

.shopping-bag__features-icon--dollar {
  background-image: url(/Content/img/icons/cart/icon__dollar.svg);
}

.shopping-bag__features-icon--wow {
  background-image: url(/Content/img/icons/cart/icon__wow.svg);
}

.shopping-bag__features-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-bag__features-title {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.shopping-bag__features-description {
  font-size: 12px;
  color: #7F7F7F;
}

.shopping-bag__total-savings {
  color: #F067A6;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.shopping-bag__heading {
  padding: 15px 23px;
  color: #FFFFFF;
  background: #292929;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.shopping-bag__heading--order-confirmation {
  padding: 0;
  margin-bottom: 10px;
  color: #292929;
  background: none;
  font-family: "IslandStyle", sans-serif;
  font-size: 46px;
  font-weight: 400;
  text-transform: none;
}

.shopping-bag__heading--order-details {
  padding: 0;
  margin-bottom: 10px;
  color: #292929;
  background: none;
  font-size: 16px;
}

.shopping-bag__content {
  padding: 30px 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.shopping-bag__column--half {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.shopping-bag__column--full {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.shopping-bag__label {
  margin: 3px 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.shopping-bag__label--normal {
  font-weight: 500;
  text-transform: none;
}

.shopping-bag__label--order-confirmation {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
}

.shopping-bag__address {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.43;
}

.shopping-bag__address-name,
.shopping-bag__address-school,
.shopping-bag__address-street,
.shopping-bag__address-city {
  display: block;
}

.shopping-bag__shipping {
  padding-bottom: 15px;
}

.shopping-bag__form {
  margin-top: 35px;
}

.shopping-bag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.shopping-bag__item {
  margin-right: 7px;
}

.shopping-bag__item:last-child {
  margin-right: 0;
}

.shopping-bag__item--social {
  margin-right: 20px;
}

.shopping-bag__item-icon {
  opacity: 1;
}

.shopping-bag__item-icon--disabled {
  opacity: 0.5;
}

.shopping-bag__full {
  margin-top: 88px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.shopping-bag__full > * {
  margin-bottom: 30px;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #D9D9D9;
}

.shopping-bag__full > *:last-child {
  margin-bottom: 0;
}

.shopping-bag__order-confirmation {
  padding: 38px 15px 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.shopping-bag__text {
  margin-bottom: 7px;
  font-size: 14px;
}

.shopping-bag__text--confirm {
  font-size: 16px;
  font-weight: 500;
}

.shopping-bag__text--share {
  margin: 22px 0 24px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}

.shopping-bag__link {
  padding-bottom: 8px;
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.shopping-bag__link svg {
  width: 25px;
  height: 25px;
}

.shopping-bag__link:hover,
.shopping-bag__link:focus {
  border-color: #292929;
}

.shopping-bag__order-details {
  padding: 30px 27px 23px;
}

.shopping-bag__order-code {
  margin-bottom: 15px;
  color: #333333;
  font-size: 12px;
}

.shopping-bag__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.shopping-bag__table-cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #F5F5F5;
}

.shopping-bag__table-head {
  padding: 9px 17px;
  color: #FFFFFF;
  background: #292929;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.shopping-bag__table-body {
  padding: 9px 17px 5px;
  font-size: 13px;
  vertical-align: top;
  line-height: 1.62;
}

.shopping-bag__table-customer {
  font-weight: 500;
}

.shopping-bag__table-payment,
.shopping-bag__table-shipping {
  margin-top: 22px;
}

.shopping-bag__table-card::before {
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 106px;
  height: 13px;
}

.shopping-bag__summary-confirmation {
  padding: 22px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D9D9D9;
}

.shopping-bag__summary-table {
  border: none;
  font-size: 12px;
}

.shopping-bag__summary-label,
.shopping-bag__summary-value {
  padding: 3px 5px;
  text-align: right;
  text-transform: uppercase;
}

.shopping-bag__summary-label--total,
.shopping-bag__summary-value--total {
  font-size: 14px;
  font-weight: 500;
}

.shopping-bag__summary-value {
  border: none;
  font-size: 13px;
}

.shopping-bag__summary-value--total {
  font-size: 14px;
  font-weight: 500;
}

.shopping-bag label:not(.form__label--checkbox) {
  pointer-events: none;
}

.product-table__head {
  padding: 15px 0;
  color: #FFFFFF;
  background: #292929;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-table__head-list {
  margin-left: 23px;
  width: calc(100% - 76px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-table__list {
  margin-top: 5px;
}

.product-table__item {
  padding: 0 0 15px;
}

.product-table__item + .product-table__item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D9D9D9;
}

.product-table__pack {
  margin: 15px 0 20px 30px;
  width: calc(100% - 88px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-table__pack-name {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-table__pack-remove {
  position: relative;
  top: -4px;
}

.product-table__content {
  padding: 15px 0;
  margin-left: 43px;
  width: calc(100% - 96px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-table__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product-table__column--1 {
  width: 265px;
}

.product-table__column--2 {
  width: 115px;
}

.product-table__column--3 {
  width: 85px;
}

.product-table__column--4 {
  width: 35px;
}

.product-table__column--quantity {
  text-indent: 10px;
}

.product-table__column--customization,
.product-table__column--names {
  width: 140px;
}

.product-table__photo {
  max-width: 80px;
}

.product-table__photo img {
  max-width: 100%;
  display: block;
}

.product-table__description {
  width: 140px;
  font-size: 12px;
}

.product-table__description-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}

.product-table__description-title:hover,
.product-table__description-title:focus {
  text-decoration: underline;
}

.product-table__description-code {
  margin-bottom: 8px;
  text-transform: uppercase;
}

.product-table__label {
  font-weight: 500;
}

.product-table__description-feature {
  margin-bottom: 5px;
}

.product-table__description-color {
  margin-left: 2px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
  display: inline-block;
  border-radius: 50%;
}

.product-table__quantity-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-table__quantity-less {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
}

.product-table__quantity-less:hover svg,
.product-table__quantity-less:focus svg {
  -webkit-box-shadow: 0 0 0 1px #000000;
          box-shadow: 0 0 0 1px #000000;
}

.product-table__quantity {
  margin: 0 8px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-table__quantity--alt {
  margin-left: 15px;
}

.product-table__quantity-more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15px;
}

.product-table__quantity-more:hover path,
.product-table__quantity-more:focus path {
  stroke: #000000;
  stroke-width: 1;
}

.product-table__total {
  font-size: 14px;
  font-weight: 500;
}

.product-table__remove {
  height: 11px;
  display: inline-block;
}

.product-table__remove:hover path,
.product-table__remove:focus path {
  stroke: #000000;
  stroke-width: 1;
}

.product-table__customization,
.product-table__names {
  margin-top: 8px;
  margin-left: 168px;
  width: calc(100% - 220px);
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.product-table__names {
  margin-top: 20px;
  margin-bottom: 10px;
}

.product-table__customization-title {
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-table__customization-option,
.product-table__names-option {
  margin-bottom: 5px;
}

.product-table__notify-text {
  margin-left: 168px;
  color: #F067A6;
  font-size: 12px;
  text-transform: uppercase;
}

.modal {
  padding: 30px 45px 30px;
  margin: 0 auto;
  position: relative;
  width: 640px;
  background: #FFFFFF;
}

.modal__heading {
  margin: 7px 0 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal__scroll {
  margin-bottom: 10px;
  width: 100%;
  /*height: 695px;*/
  overflow: visible;
}

.modal__scroll .tse-scrollbar {
  top: -20px;
  right: -38px;
}

.modal__scroll-wrapper {
  overflow: hidden;
}

.modal__image {
  margin-bottom: 23px;
}

.modal__title {
  margin-bottom: 26px;
  font-size: 24px;
}

.modal__text {
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.57;
}

.modal__text:last-child {
  margin-bottom: 0;
}

.modal__subtitle {
  margin-left: 5px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal__subtitle--first {
  margin-top: 27px;
}

.modal__list {
  padding: 0 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.modal__item {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.modal__address-text {
  margin-bottom: 10px;
  max-width: 166px;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 2.14;
}

.modal__controls-list {
  margin-top: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal__controls-item {
  margin-left: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__controls-item::before {
  content: '';
  margin-right: 12px;
  width: 1px;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #292929;
}

.modal__controls-item:first-child {
  margin-left: 0;
}

.modal__controls-item:first-child::before {
  content: none;
}

.modal__controls-link {
  color: #F067A6;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.modal__controls-link:hover,
.modal__controls-link:focus {
  text-decoration: underline;
}

.modal__tooltip {
  width: 100%;
  max-width: 197px;
  position: absolute;
  left: 0;
  bottom: -50px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 1.5;
}

.modal__tooltip-link {
  color: #F067A6;
  text-transform: uppercase;
}

.modal__tooltip-link:hover,
.modal__tooltip-link:focus {
  text-decoration: underline;
}

.error-page {
  padding: 47px 0 60px;
  background: #FFFFFF;
}

.error-page__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-page__heading {
  padding: 0;
  color: #292929;
  font-family: "IslandStyle", sans-serif;
  font-size: 72px;
  font-weight: 400;
  text-transform: lowercase;
}

.error-page__number {
  color: #000;
  font-size: 288px;
  font-weight: 100;
  line-height: 1.02;
}

.error-page__text {
  margin-top: -7px;
  margin-bottom: 35px;
  max-width: 590px;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

.error-page__text:last-child {
  margin-bottom: 0;
}

.interactive-catalog {
  padding: 47px 0 60px;
  background: #FFFFFF;
}

.interactive-catalog__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.interactive-catalog__heading {
  padding: 0;
  margin-bottom: 37px;
  color: #292929;
  font-family: "IslandStyle", sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.interactive-catalog__text {
  margin-bottom: 25px;
  max-width: 590px;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

.interactive-catalog__text:last-child {
  margin-bottom: 0;
}

.interactive-catalog__text--big {
  font-weight: 500;
  text-transform: uppercase;
}

.interactive-catalog__highlight {
  color: #F067A6;
}

.interactive-catalog__icon {
  position: relative;
  top: 5px;
}

.interactive-catalog__wrapper {
  margin: 50px auto 0;
  max-width: 1140px;
}

.site-map {
  padding: 107px 0 60px;
  background: #FFFFFF;
}

.site-map__container {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-map__heading {
  padding: 0;
  width: 100%;
  margin-bottom: 37px;
  color: #292929;
  font-family: "IslandStyle", sans-serif;
  font-size: 72px;
  font-weight: 400;
}

.site-map__text {
  margin-bottom: 25px;
  max-width: 590px;
  font-size: 14px;
  line-height: 1.85;
  text-align: center;
}

.site-map__text:last-child {
  margin-bottom: 0;
}

.site-map__text--big {
  font-weight: 500;
  text-transform: uppercase;
}

.site-map__highlight {
  color: #F067A6;
}

.site-map__icon {
  position: relative;
  top: 5px;
}

.site-map__wrapper {
  margin: 50px auto 0;
  max-width: 1140px;
}

.rangeslider {
  width: 382px;
  margin: 0 39px;
  height: 2px;
  background-color: #999;
  position: relative;
}

.rangeslider:after,
.rangeslider:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 2px;
  background-color: #999;
  top: 0;
}

.rangeslider:before {
  left: -39px;
}

.rangeslider:after {
  right: -39px;
}

.rangeslider__handle {
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #f067a6;
  cursor: pointer;
}

.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}

.range__legend {
  margin-top: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 460px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  padding: 0 19px;
}

.range__add {
  margin-top: 20px;
}

.sublimation {
  background-color: #0b090a;
  text-align: center;
  padding: 84px 0 57px;
  color: #fff;
  background-image: url("/Content/img/pics/sublimation-bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
}

.sublimation__head {
  color: #f067a6;
  font-family: "IslandStyle", sans-serif;
  font-weight: 400;
  font-size: 72px;
}

.sublimation__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
  padding-bottom: 24px;
}

.sublimation__box {
  padding: 0 10px;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.sublimation__heading {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.sublimation__text {
  font-size: 11px;
  line-height: 18px;
}

.sublimation__bottom {
  margin-top: 47px;
  font-size: 11px;
  font-style: italic;
  line-height: 17px;
}

.sublimation__bottom a {
  color: #f067a6;
}

.for-you {
  padding: 37px 0 26px;
  background-color: #f5f5f5;
  text-align: center;
}

.for-you .products-main-wrapper {
  background-color: #f5f5f5;
}

.for-you .products__list--recommended li {
  background-color: #f5f5f5;
}

.for-you__heading {
  font-size: 16px;
}

.promo {
  padding: 200px 0 218px;
}

.promo--light {
  background-color: #fff;
}

.promo--light .promo__box--image {
  background-color: #fff;
}

.promo--dark {
  background-color: #292929;
  color: #fff;
}

.promo--dark .promo__box--image {
  background-color: #292929;
}

.promo__box--left {
  padding-left: 94px;
}

.promo__box--right {
  padding-right: 106px;
}

.promo__btn {
  margin-top: 30px;
}

.promos {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 177px 0 278px;
}

.promos__box {
  -webkit-flex-basis: 197px;
      -ms-flex-preferred-size: 197px;
          flex-basis: 197px;
  max-width: 197px;
  text-align: center;
}

.promos__box + .promos__box {
  margin-left: 64px;
}

.promos__link img {
  max-width: 100%;
}

.promos__heading {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.43px;
  margin-bottom: 82px;
}

.promo-app {
  padding: 79px 0 89px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-app__box--image {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  width: 43%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promo-app__box--image img {
  max-width: 80%;
}

.promo-app__box--text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-basis: 38%;
      -ms-flex-preferred-size: 38%;
          flex-basis: 38%;
  width: 38%;
}

.promo-app__box--text p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 20px;
}

.promo-app__logo {
  margin-bottom: 38px;
}

.promo-app__heading {
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.68px;
  color: #2c2c2c;
  margin-bottom: 20px;
}

.promo-app__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promo-app__download li + li {
  margin-left: 20px;
}

.blog {
  background-color: #fff;
  text-align: center;
}

.blog__header {
  padding: 47px 0 50px;
}

.blog__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blog__item {
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  outline: 0;
}

.blog__item:hover {
  text-decoration: underline;
}

.blog__item img {
  width: 100%;
  display: block;
}

.blog__intro {
  margin: 20px 0 50px;
  padding: 0 85px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.app {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}

.app-preview {
  width: 100%;
  height: calc(100% - 220px);
  background-color: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.app-preview.main-menu {
  height: calc(100% - 82px);
}

.app-preview__content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.app-preview__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 58px;
  height: 12px;
  margin: 30px auto;
}

.app-preview__list li button {
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  background-color: #292929;
  border-radius: 50%;
  font-size: 0;
}

.app-preview__list li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #292929;
}

.app-preview__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}

.app-preview__arrow {
  background-color: transparent;
  outline: none;
}

.app-preview__item {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  outline: none;
}

.app-preview__item:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-preview__image {
  max-height: 35vh;
  max-width: 70%;
}

.app-preview__text {
  padding: 0 25px;
  font-size: 12px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  color: #7F7F7F;
}

.app-preview__link {
  display: inline-block;
  margin: 30px auto 0;
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
}

.app-preview__link--cancel {
  display: none;
}

.app-preview--close {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 20;
}

.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: relative;
}

.hidden {
  display: none !important;
}

.app-body {
  overflow: hidden;
  -ms-scroll-limit-x-max: 100%;
  -ms-scroll-limit-x-min: 0;
  -ms-scroll-limit-y-max: 100%;
  -ms-scroll-limit-y-min: 0;
}

.app-menu {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -100%;
  right: 0;
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  overflow-x: hidden;
}

.app-menu.visible {
  bottom: 0;
}

.app-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.app-menu__item {
  width: 120px;
  min-width: 120px;
  height: 120px;
  background-color: #F5F5F5;
}

.app-menu__item + .app-menu__item {
  border-left: 2px solid #fff;
}

.app-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: rgba(41, 41, 41, 0.25);
  font-size: 12px;
}

.app-menu__link.filled {
  color: #F067A6;
}

.app-menu__link:hover {
  color: #292929;
}

.app-modal {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
}

.app-modal.visible {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.app-modal--landscape.prevent {
  display: none;
}

.app-modal__alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 90%;
  padding: 30px;
  background-color: #fff;
  position: relative;
  text-align: center;
  z-index: 30;
}

.app-modal__title {
  font-family: "IslandStyle", sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.app-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
}

.app-modal__close:hover {
  cursor: pointer;
}

.app-modal__text {
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0;
}

.app-modal__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
  margin-top: 15px;
}

.app-modal__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  height: 27px;
  padding: 0 15px;
  font-size: 11px;
  background-color: #fff;
}

.app-modal__button--agree {
  border: 1px solid #292929;
  text-transform: uppercase;
}

.app-modal__button--agree:hover {
  border-width: 2px;
}

.app-modal__preview {
  font-size: 32px;
}

.app-modal__rotate {
  font-size: 14px;
  color: #fff;
}

.app-submenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 220px;
  position: absolute;
  bottom: -100%;
  right: 0;
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  border-left: 1px solid #f5f5f5;
  z-index: 5;
}

.app-submenu--inputs {
  width: 100%;
  height: 100%;
}

.app-submenu--inputs .app-submenu__listWrapper {
  width: 100%;
  height: 100%;
}

.app-submenu--inputs .app-submenu__list {
  overflow-y: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.app-submenu.visible {
  bottom: 0;
}

.app-submenu__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 34px;
  min-height: 34px;
  background-color: #f5f5f5;
  color: #292929;
  position: relative;
}

.app-submenu__title {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.app-submenu__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 68px;
}

.app-submenu__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #f5f5f5;
  outline: none;
}

.app-submenu__button:disabled svg {
  opacity: .25;
}

.app-submenu__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 119px;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.app-submenu__wrapper .tse-scrollbar {
  width: 16px;
  background-color: #fff;
}

.app-submenu__wrapper .drag-handle {
  right: calc(50% - 1px);
  opacity: .3 !important;
}

.app-submenu__wrapper.inactive {
  position: absolute;
  right: -100%;
  top: 34px;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.app-submenu__wrapper.moveLeft {
  position: absolute;
  top: 34px;
  right: 0;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

.app-submenu__listWrapper {
  background-color: #f5f5f5;
}

.app-submenu__listWrapper--notes {
  min-height: calc(100vh - 158px);
  background-color: #fff;
}

.app-submenu__listWrapper--notes .app-submenu__list {
  background-color: #fff;
}

.app-submenu__listWrapper--summary {
  height: auto;
}

.app-submenu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  overflow-y: auto;
}

.app-submenu__list--notes {
  padding: 20px 0;
}

.app-submenu__list--summary {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 30px;
  background-color: #fff;
}

.app-submenu__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  height: 119px;
  margin-bottom: 1px;
  margin-left: 1px;
  background-color: #fff;
}

.app-submenu__item:hover {
  cursor: pointer;
  text-decoration: underline;
}

.app-submenu__item[data-checked="true"] .app-submenu__describe {
  text-decoration: underline;
}

.app-submenu__describe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
}

.app-submenu__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 82px;
  margin: 0;
}

.app-submenu__picture--summary {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.app-submenu__image {
  max-width: 100%;
  max-height: 100%;
}

.app-submenu__sectionList {
  display: none;
  padding: 8px 12px;
  position: relative;
  left: 0px;
  z-index: 11;
  -webkit-transition: .3s;
  transition: .3s;
}

.app-submenu__sectionList:hover {
  cursor: pointer;
}

.app-submenu__sectionList.visible {
  display: block;
}

.app-submenu__sectionList.rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.app-submenu__sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 170px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  -webkit-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  z-index: 10;
}

.app-submenu__sections .app-submenu__section + .app-submenu__section {
  display: none;
}

.app-submenu__sections.visible {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.app-submenu__sections.visible .app-submenu__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.app-submenu__sections.visible .app-submenu__section:hover {
  color: #292929;
  background-color: #f5f5f5;
  cursor: pointer;
}

.app-submenu__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 33px;
  padding: 0 20px;
  font-size: 12px;
  color: #7f7f7f;
  background-color: #fff;
}

.app-submenu__section:first-child {
  background-color: transparent;
}

.app-submenu__section.active {
  color: #292929;
}

.app-submenu__color {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.app-submenu__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 90px;
  margin-left: 1px;
  padding: 15px 25px;
  background-color: #fff;
  position: relative;
}

.app-submenu__input--textarea {
  width: 100%;
  min-height: 90px;
  height: auto;
  margin-right: 1px;
}

.app-submenu__label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.app-submenu__label.visible {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: auto;
}

.app-submenu__notesLabel {
  text-transform: uppercase;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 27px;
  left: 26px;
  font-size: 16px;
  font-weight: 400;
  color: #7f7f7f;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.app-submenu__notesLabel.active {
  top: 5px;
  color: #292929;
  font-size: 11px;
  font-weight: 500;
}

.app-submenu__inputWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.app-submenu__name,
.app-submenu__textarea {
  width: 100%;
  max-width: 260px;
  height: 30px;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  color: #7f7f7f;
  font-size: 16px;
  text-transform: uppercase;
  outline: none;
}

.app-submenu__textarea {
  padding: 5px 0;
  line-height: 1.4;
}

.app-submenu__message {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 300;
  color: #DB4437;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: none;
}

.app-submenu__message.visible {
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
  pointer-events: auto;
}

.app-submenu__preview {
  opacity: 1;
  background-color: transparent;
  border: none;
  outline: none;
}

.app-submenu__preview:hover {
  cursor: pointer;
}

.app-submenu__preview:disabled {
  cursor: auto;
  opacity: .25;
}

.app-submenu__subtitle {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}

.app-submenu__text,
.app-submenu__option {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.app-submenu--strong {
  font-weight: 500;
}

@media screen and (min-width: 375px) {
  .app-preview__image {
    max-height: 42vh;
  }
}

@media (min-width: 576px) {
  .pick-slider .slick-next {
    right: -12px;
  }

  .pick-slider .slick-prev {
    left: -12px;
  }

  .size__text {
    padding-left: 15px;
  }

  .app-preview__image {
    max-height: 45vh;
  }

  .app-modal__alert {
    width: auto;
    min-width: 460px;
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  .product__filters {
    padding: 0 28px 0 0;
  }

  .pick-slider .slick-next {
    right: -16px;
  }

  .pick-slider .slick-prev {
    left: -16px;
  }

  .app-preview.main-menu {
    height: 100%;
  }

  .app-preview {
    width: calc(100% - 300px);
    height: 100%;
  }

  .app-preview__image {
    max-width: none;
    max-height: 60vh;
  }

  .app-preview__text {
    padding: 0;
  }

  .app-preview__link--cancel {
    display: inline-block;
  }

  .app-preview--close {
    display: none;
  }

  .app {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .app-menu {
    width: 300px;
    height: 100%;
    top: 0;
    bottom: auto;
    right: -100%;
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
  }

  .app-menu.visible {
    right: 0;
  }

  .app-menu__list {
    display: block;
    overflow-y: hidden;
  }

  .app-menu__item {
    width: 100%;
    height: 150px;
  }

  .app-menu__item + .app-menu__item {
    border-left: none;
    border-top: 2px solid #fff;
  }

  .app-modal__alert {
    height: 200px;
    max-width: 600px;
  }

  .app-modal__buttons {
    width: 50%;
  }

  .app-modal__preview {
    font-size: 60px;
  }

  .app-submenu {
    width: 300px;
    height: 100%;
    top: 0;
    bottom: auto;
    right: -100%;
    -webkit-transition: right 1s ease-in-out;
    transition: right 1s ease-in-out;
  }

  .app-submenu.visible {
    right: 0;
  }

  .app-submenu__header {
    height: 90px;
  }

  .app-submenu__wrapper {
    height: auto;
    max-height: calc(100% - 158px);
  }

  .app-submenu__wrapper.inactive {
    height: calc(100% - 158px);
    top: 90px;
  }

  .app-submenu__wrapper.moveLeft {
    height: calc(100% - 158px);
    top: 90px;
  }

  .app-submenu__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    overflow-y: hidden;
  }

  .app-submenu__item {
    width: 140px;
    height: 170px;
  }

  .app-submenu__describe {
    height: calc(100% - 117px);
    font-size: 11px;
    line-height: 16px;
  }

  .app-submenu__picture {
    height: 117px;
  }
}

@media (min-width: 769px) {
  .hero__img {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .quick-view-trigger:hover {
    cursor: pointer;
  }

  .app-preview {
    width: calc(100% - 360px);
  }

  .app-preview__image {
    max-height: 65vh;
  }

  .app-menu {
    width: 360px;
    -ms-overflow-style: none;
    overflow: auto;
    overflow-x: hidden;
  }

  .app-menu__link:hover {
    cursor: pointer;
  }

  .app-submenu {
    width: 360px;
  }

  .app-submenu__item {
    width: 170px;
  }
}

@media (min-width: 993px) {
  .header__container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1241px) {
  .header__search-box.active {
    display: none;
  }
}

@media (min-width: 1281px) {
  .btn--ghost:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    left: 0;
    top: 0;
  }

  .btn--dark:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #292929;
    left: 0;
    top: 0;
  }
}

@media (max-width: 1299px) {
  .faq__menu {
    padding: 0 15px;
  }

  .product__gallery {
    width: 48.4%;
  }

  .product__details {
    width: 38vw;
  }

  .promo {
    padding: 8vw 0;
  }

  .promos {
    padding: 10vw 0;
  }

  .promos__heading {
    margin-bottom: 5vw;
  }
}

@media (max-width: 1240px) {
  .shopping-bag__container {
    max-width: 1024px;
  }

  .shopping-bag__left {
    max-width: 600px;
  }

  .shopping-bag__right {
    max-width: 395px;
  }

  .shopping-bag__features-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }

  .shopping-bag__features-text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .shopping-bag__features-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-table__head-list {
    margin-left: 15px;
    width: calc(100% - 30px);
  }

  .product-table__pack {
    width: calc(100% - 45px);
  }

  .product-table__content {
    margin-left: 15px;
    width: calc(100% - 30px);
  }

  .product-table__customization,
  .product-table__names {
    margin-left: 138px;
    width: calc(100% - 150px);
  }

  .product-table__notify-text {
    margin-left: 138px;
  }
}

@media (max-width: 1239px) {
  body.modal-bg:after {
    height: calc(100% - 50px);
    top: 50px;
  }

  .container {
    width: 100%;
    padding: 0 15px;
  }

  .rte h2 {
    font-size: 8vw;
  }

  .header__container {
    width: calc(100% - 210px);
  }

  .header__logo img {
    height: 100%;
  }

  .header__search span {
    display: none;
  }

  .header__droplist {
    top: 45px;
  }

  .header__trigger span:before {
    top: -6px;
  }

  .header__trigger span:after {
    bottom: -6px;
  }

  .header__search-box .form__container--search {
    width: calc(100% - 36px);
  }

  .header__search-box .form__container--search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    opacity: 1;
    text-transform: uppercase;
    color: #a2a2a2;
  }

  .header__search-box .form__container--search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    opacity: 1;
    text-transform: uppercase;
    color: #a2a2a2;
  }

  .header__search-box .form__container--search :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 18px;
    opacity: 1;
    text-transform: uppercase;
    color: #a2a2a2;
  }

  .header__search-box .form__container--search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 18px;
    opacity: 1;
    text-transform: uppercase;
    color: #a2a2a2;
  }

  .header__log {
    font-size: 0;
    width: 18px;
    height: 18px;
  }

  .header__login-icon {
    display: block;
  }

  .header__link:after {
    bottom: -11px;
  }

  .header__link:hover,
  .header__link:focus {
    color: #f067a6;
  }

  .back-to-shop {
    margin-top: 50px;
  }

  .cart__bg-fix {
    top: 45px;
  }

  .hero {
    padding-top: 50px;
  }

  .menu--user {
    padding-right: 39px;
  }

  .menu--main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 50px;
  }

  .menu--main li {
    text-align: center;
  }

  .menu--main li + li {
    margin-left: 0;
  }

  .menu--main a {
    font-size: 11px;
  }

  .menu--main > li a:hover {
    color: #f067a6;
  }

  .menu__sub {
    top: 59px;
  }

  .menu__sub:before {
    display: none;
  }

  .menu__sub li + li {
    margin-left: 25px;
  }

  .headings--category {
    margin-top: 50px;
  }

  .headings--top {
    padding-top: 105px;
  }

  .form__container--3 .form__container {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }

  .form__container--customize .form__container {
    -webkit-flex-basis: calc(33.33% - 17px);
        -ms-flex-preferred-size: calc(33.33% - 17px);
            flex-basis: calc(33.33% - 17px);
  }

  .gallery__inner {
    margin-top: 5vw;
  }

  .gallery__text {
    margin-top: 5vw;
  }

  .gallery__links {
    margin-top: 5vw;
  }

  .search__glass {
    top: -5px;
  }

  .search__inner {
    padding-top: 28px;
  }

  .account__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }

  .account__menu > li a:hover {
    color: #fff;
  }

  .account__menu > li a:hover:after {
    display: block;
  }

  .account__menu li + li {
      margin-top: 15px !important;
  }

  .address__box {
    max-width: initial;
  }

  .address__box + .address__box {
    margin-left: 19px;
  }

  .faq__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }

  .faq__menu li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .faq__menu li + li {
    margin-top: 0;
    padding-left: 0;
  }

  .faq__menu li a:hover {
    color: #292929;
  }

  .faq__menu li a:hover:after {
    display: block;
  }

  .products-hero__heading {
    font-size: 11vw;
  }

  .grid-control__status {
    display: none;
  }

  .grid-control__layout {
    display: none;
  }

  .package__image img {
    width: 100%;
  }

  .products__grid .product {
    padding: 43px 3% 1%;
  }

  .product__img {
    max-width: 85%;
  }

  .product__menu {
    padding-right: 0;
  }

  .product__menu > li a.active,
  .product__menu > li a:hover {
    color: #292929;
  }

  .product__menu > li a.active:after,
  .product__menu > li a:hover:after {
    display: block;
  }

  .product__wrapper {
    width: 100%;
  }

  .review__create h2 {
    font-size: 8vw;
  }

  .quick-view {
    width: 100%;
  }

  .quick-view .product__details {
    left: 60%;
    max-width: 420px;
  }

  .quick-view .colors__picker {
    width: 80%;
  }

  .sublimation__head {
    font-size: 8vw;
  }

  .blog__intro {
    padding: 0 20px;
  }

  .package__footer {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media (max-width: 1024px) {
  .shopping-bag__container {
    padding: 0 15px;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .shopping-bag__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }

  .shopping-bag__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

@media (max-width: 992px) {
  .menu--main li + li {
    margin-top: 15px;
  }

.menu--main .utility-navitem {
	display: block;
    margin: 0 0 -25px;
    padding: 23px 0;
}

  .form__container--payment-accept {
    max-width: 100%;
  }

  .shopping-bag__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .shopping-bag__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .products-main-wrapper {
    padding: 0 15px;
  }

  .main-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-content__sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .header {
    height: 50px;
  }

  .header__container {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    color: #292929;
    z-index: 1;
    height: 100vh;
    width: 100%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  .header__container .tse-scrollable {
    width: calc(50%);
    height: calc(100%);
    -webkit-transition: 2s all;
    transition: 2s all;
  }

  .header__container .tse-scrollbar {
    right: auto;
    left: 0;
  }

  .header__container .tse-scrollbar .drag-handle {
    left: 0;
    right: auto;
  }

  .header__container .tse-scrollable {
    width: calc(100%);
    height: calc(100%);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }

  .header__dropdown > .header__caret {
    position: absolute;
    right: 20px;
    top: 4px;
  }

  .header__dropdown.current > a:before {
    -webkit-transform: rotate(90deg) translateZ(0);
            transform: rotate(90deg) translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  .header__submenu-sub {
    position: static;
    border: 0;
    padding: 0;
  }

  .header__logo {
    position: absolute;
    height: 50px;
    left: 45%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header__logo img {
    height: 100%;
  }

  .header__search {
    display: none !important;
  }

  .header__col {
    padding-left: 35px;
    width: 100%;
  }

  .header__col--adv {
    display: none;
  }

  .header__col-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .header__box {
    margin-bottom: 0;
  }

  .header__box ul {
    padding-left: 21px;
  }

  .header__drop:hover .header__dropped {
    display: none;
  }

  .header__trigger {
    display: block;
  }

  .header__search-box .form__container--search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
  }

  .header__search-box .form__container--search ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
  }

  .header__search-box .form__container--search :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
  }

  .header__search-box .form__container--search :-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
  }

  .header__log {
    font-size: 12px;
    width: auto;
  }

  .header__login-icon {
    display: none;
  }

  .hero__img {
    background-size: cover;
  }

  .hero__img.btn--full {
      background-size: contain;
  }

  .hero__img a {
    max-width: 80%;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin: 0 auto;
  }

  .hero__img--wide a {
    max-width: 50%;
  }

  .hero__img--narrow a {
    max-width: 90%;
  }

  .menu a.header__fav {
    display: none;
  }

  .menu--user {
    padding-right: 10px;
  }

  .menu--main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 18px;
  }

  .menu--main li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    text-align: left;
  }

  .menu--main a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu--main > li > .header__caret {
    display: block;
  }

  .menu--main > li a:hover:after {
    display: none;
  }

  .menu__inner {
    padding-top: 0;
  }

  .menu__inner li + li {
    margin-top: 0;
  }

  .menu__sub {
    position: static;
    width: 100%;
  }

  .menu__sub li {
    margin-left: 35px;
    position: relative;
  }

  .menu__sub li + li {
    margin-left: 35px;
  }

  .banner__box {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .section__logo {
    max-height: 50%;
  }

  .brands {
    padding: 5vw 0;
  }

  .brands__list {
    margin-top: 20px;
    padding: 0 15px;
  }

  .brands__list li {
    max-width: 12.5%;
  }

  .brands__list li img {
    width: 80%;
  }

  .brands__list a {
    width: 100%;
    display: block;
  }

  .brands__heading {
    font-size: 8vw;
  }

  .catalog__desc h2 {
    margin-bottom: 5vw;
  }

  .catalog__desc--promo {
    max-width: 80%;
    width: 80%;
  }

  .catalog__desc--promo p {
    margin-bottom: 25px;
  }

  .today__inner {
    padding: 0;
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 85px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__inner--contact {
    margin-bottom: 50px;
  }

  .footer__box {
    -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
  }

  .footer__form {
    margin-top: 20px;
  }

  .footer__menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__menu li {
    margin-left: 0;
  }

  .footer__menu li + li {
    margin-left: 16px;
  }

  .footer__menu--payments li {
    margin-left: 0;
  }

  .footer__menu--payments li + li {
    margin-left: 7px;
  }

  .footer__copyrights {
    margin: 20px 0 24px;
  }

  .form__pop--login {
    padding: 27px 9px 33px 30px;
  }

  .gallery__inner {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% - 30px);
  }

  .gallery__heading {
    font-size: 7vw;
  }

  .address__box + .address__box:nth-child(3n+4) {
    margin-left: 0;
  }

  .help-topic {
    padding-top: 50px;
  }

  .help-topic__content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
  }

  .help-topic__sidebar {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .help-topic__table-inner {
    overflow-x: scroll;
    padding-bottom: 25px;
  }

  .help-topic__table {
    max-width: 100%;
  }

  .control-bar {
    padding: 25px 0 15px;
  }

  .control-bar__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 40px;
    padding-bottom: 0;
  }

  .control-bar__left .breadcrumbs {
    min-width: 0;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .control-bar__right {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }

  .package__items {
    padding: 0;
  }

  .package__review {
    max-width: 50%;
  }

  .package__review:before {
    top: 7px;
  }

  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .price__items {
    margin-left: 0;
  }

  .products {
    padding: 5vw 0;
  }

  .products__list {
    margin-top: 20px;
  }

  .products__list--recommended li {
    overflow: hidden;
  }

  .product__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__heading--fit a {
    display: inline-block;
  }

  .product__view-sizes {
    margin-left: 0;
  }

  .product__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product__menu li + li {
    margin-top: 0;
    margin-left: 40px;
  }

  .share__list li {
    margin-left: 20px;
  }

  .share__list li + li {
    margin-left: 26px;
  }

  .kit {
    width: 100%;
  }

  .kit__box--image img {
    max-width: 90%;
    height: auto;
  }

  .kit__image {
    max-width: 90%;
  }

  .quick-view .product__details {
    left: 55%;
    width: 50%;
    max-width: 330px;
  }

  .quick-view .product__gallery {
    width: 50%;
  }

  .quick-view .colors__picker {
    width: 90%;
  }

  .sublimation {
    padding: 50px 0;
  }

  .promo__box--left {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .promo__box--right {
    padding-right: 0;
  }

  .promos {
    padding: 8vw 15px;
  }

  .promo-app__logo {
    margin-bottom: 20px;
  }

  .promo-app__logo img {
    width: 100%;
  }

  .promo-app__download {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }

  .promo-app__download li {
    margin-bottom: 10px;
  }

  .promo-app__download li + li {
    margin-left: 0;
  }
}

@media only screen and (min-width: 992px) {
    .header {
        height: 45px;
    }
}

@media (max-width: 900px) and (min-aspect-ratio: 13 / 9) {
  .app-modal--landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 800px) {
  .shopping-bag__features-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .shopping-bag__features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    max-height: 130px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .cart .tse-scroll-content {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .rte h2 {
    font-size: 12vw;
  }

  .header__dropdown > .header__caret {
    height: 20px;
    width: 20px;
    top: 0;
  }

  .header__dropdown > .header__caret:before {
    right: calc(50% - 2px);
    top: calc(50% - 4px);
  }

  .header__submenu .header__dropdown > .header__caret {
    top: 6px;
  }

  .header__menu a {
    width: 100%;
    position: relative;
  }

  .header__fav {
    display: none;
  }

  .header__drop--logged:hover .header__droplist {
    display: block;
  }

  .header__search-box {
    margin-bottom: 17px;
  }

  .header__search-box .form__container--search .search__glass {
    width: 15px;
    height: 15px;
  }

  .header__search-box .form__container--search .search__glass img {
    width: 100%;
  }

  .cart__products-list {
    height: 190px;
  }

  .cart__button {
    max-width: 150px;
  }

  .cart__banner-heading {
    margin-bottom: 15px;
  }

  .hero__img a {
    bottom: 20px;
    max-width: 70%;
  }

  .hero__img--half {
    width: 100%;
  }

  .hero__img--half .hero__fake {
    padding-top: 60%;
  }

  .hero__img--wide {
    width: 100%;
  }

  .hero__img--wide .hero__fake {
    padding-top: 60%;
  }

  .hero__img--full {
    width: 100%;
  }

  .hero__img--full .hero__fake {
    padding-top: 34.69%;
  }

  .hero__img--narrow {
    width: 100%;
  }

  .hero__img--narrow .hero__fake {
    padding-top: 60%;
  }

  .hero__img h2 {
    font-size: 10vw;
  }

  .hero__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero__slider .slick-dots {
    right: 15px;
  }

  .hero__slider--catalog .slick-dots {
    right: 50%;
  }

  .headings__slider {
    width: 100%;
    padding: 0 15px;
  }

  .headings__slide a {
    width: calc(100% - 25px);
  }

  .headings .slick-prev {
    left: 15px;
  }

  .headings .slick-next {
    right: 15px;
  }

  .banner {
    overflow: hidden;
  }

  .banner img {
    min-width: 100vw;
    width: auto;
    max-height: 100%;
    left: -100%;
    right: -100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
  }

  .banner__box {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 30px 0;
  }

  .banner__box p {
    margin-bottom: 20px;
  }

  .section__bg {
    text-align: center;
  }

  .section__bg-img {
    min-width: 100vw;
    width: auto;
    max-height: 100%;
    left: -100%;
    right: -100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
  }

  .section__logo {
    position: static;
    max-height: inherit;
    max-width: 70%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 20px 0;
    display: inline-block;
  }

  .brands__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .brands__list li {
    width: 25%;
    max-width: inherit;
    margin-bottom: 10px;
  }

  .catalog__item {
    min-height: 460px;
  }

  .catalog__bg {
    min-width: 100vw;
    width: auto;
    max-height: 100%;
    left: -100%;
    right: -100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
  }

  .catalog__desc {
    position: static;
    padding: 20px 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .catalog__desc--promo {
    margin: 0 auto;
  }

  .catalog__desc--slider {
    padding: 35px 0 60px;
  }

  .today {
    display: none;
  }

  .today__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__bottom {
    padding: 26px 0;
  }

  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__inner--contact {
    margin-bottom: 40px;
  }

  .form__review {
    width: 100%;
  }

  .form__review--textarea {
    height: 150px;
  }

  .form__container--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__container--inline .form__container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .form__container--4 .form__container + .form__container {
    margin-top: 15px;
  }

  .form__container--customize {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .form__container--customize:after {
    -webkit-flex-basis: calc(33.33% - 10px);
        -ms-flex-preferred-size: calc(33.33% - 10px);
            flex-basis: calc(33.33% - 10px);
  }

  .form__container--customize .form__container {
    -webkit-flex-basis: calc(33.33% - 10px);
        -ms-flex-preferred-size: calc(33.33% - 10px);
            flex-basis: calc(33.33% - 10px);
  }

  .form__container--start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .form__container--start .form__container {
    margin-bottom: 26px;
  }

  .form__container--info {
    padding-right: 0;
    margin-top: 5px;
  }

  .form__container--button {
    max-width: 100%;
  }

  .form__container--cancel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__label--newsletter {
    font-size: 12px;
  }

  .form__label--pack {
    margin: 5px 0 0 5px;
  }

  .form__label--coupon {
    font-size: 12px;
  }

  .form__pop {
    width: 100% !important;
  }

  .form__pop--address {
    padding: 25px;
  }

  .btn--cart {
    max-width: 150px;
  }

  .gallery__link {
    width: 50px;
    height: 50px;
  }

  .gallery__link img {
    width: 11px;
    height: 20px;
  }

  .gallery__text {
    font-size: 12px;
  }

  .gallery__links li + li {
    margin-left: 10px;
  }

  .gallery__links li a svg {
    height: 21px;
  }

  .login__list a {
    line-height: 1;
  }

  .login__list a.login__link--fb {
    padding-left: 5px;
  }

  .login__list a.login__link--gplus {
    padding-left: 5px;
  }

  .login__link--fb span {
    margin-left: 10px;
  }

  .login__link--gplus span {
    margin-left: 5px;
  }

  .tabs__content {
    padding-right: 33px;
  }

  .select2-container--sort {
    right: auto !important;
    left: 0 !important;
  }

  .dialogue {
    width: 100%;
    padding: 40px 15px 15px;
  }

  .dialogue__text {
    margin-bottom: 35px;
  }

  .dialogue .select2 {
    margin-bottom: 35px;
  }

  .dialogue__tip.error {
    left: 50%;
    top: auto;
    bottom: -8px;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }

  .dialogue__tip.error:before {
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    top: -5px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .search__glass {
    top: 2px;
  }

  .account__menu {
    width: 100%;
    padding: 35px 15px;
  }

  .account__menu a {
      padding-bottom: 5px !important;
      border: none !important;
      background-color: transparent !important;
      font-size: 11px !important;
      padding-left: 0 !important;
      font-weight: 500 !important;
  }

  .account__menu a.active {
    border: 0;
  }

  .account__menu a.active:after {
    display: none;
  }

  .account__menu > li a:hover {
    color: #f067a6;
  }

  .account__menu > li a:hover:after {
    display: none;
  }

  .account__item {
    padding: 30px;
    margin-top: 15px;
  }

  .account__text {
    line-height: 22px;
  }

  .account__heading {
    padding-top: 3px;
  }

  .account__heading:before {
    top: 3px;
  }

  .account__form .form__container--checkbox {
    margin-top: 0;
  }

  .history__table td {
    width: auto;
  }

  .address__box {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .address__box + .address__box {
    margin-left: 0;
  }

  .address__box + .address__box:nth-child(even) {
    margin-left: 20px;
  }

  .wishlist__list li {
    padding: 30px;
  }

  .wishlist__img {
    margin: 0 15px;
  }

  .wishlist__prod {
    padding-bottom: 0;
    min-width: inherit;
    margin-right: 15px;
  }

  .help__header h2 {
    margin-top: 30px;
  }

  .help .address__box {
    padding-bottom: 50px;
  }

  .help .address__text {
    line-height: 22px;
    margin-bottom: 10px;
  }

  .help .address__heading {
    margin-bottom: 10px;
  }

  .faq {
    padding: 35px 0;
  }

  .faq__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .faq__menu li + li {
    margin-top: 15px;
  }

  .faq__menu li + li:before {
    display: none;
  }

  .products-hero__bg {
    min-width: 100vw;
    width: auto;
    max-height: 100%;
    left: -100%;
    right: -100%;
    position: absolute;
    margin: 0 auto;
    top: 0;
  }

  .products-hero__heading {
    font-size: 15vw;
    position: static;
    padding: 40px;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }

  .control-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .control-bar__left {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    padding: 0;
  }

  .control-bar__left .active-filters {
    margin-bottom: 10px;
  }

  .control-bar__left .active-filters__filter {
    margin-bottom: 10px;
  }

  .control-bar__right {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .package__header {
    padding: 35px 0;
  }

  .package__select {
    padding-bottom: 30px;
  }

  .package__item {
    max-width: 100%;
  }

  .package__box {
    margin-bottom: 15px;
  }

  .package__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .products-categories {
    padding-right: 0;
    padding-bottom: 10px;
  }

  .steps__list {
    padding: 30px 0;
  }

  .steps__list > li {
    padding: 20px 10px;
  }

  .steps__list > li + li:before {
    width: 2px;
  }

  .products__list--matches {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .products__list--matches .product__links a {
    width: 50px;
    height: 50px;
  }

  .products__list--matches .product--main .product__imgs {
    padding-bottom: 40px;
  }

  .products__list--style {
    padding: 0;
  }

  .products__list--style li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 30px 0;
  }

  .products__list--style li .product__img {
    padding: 0 5px;
  }

  .products__grid .product {
    width: calc(33.33% - 30px);
  }

  .product__details {
    width: 42vw;
  }

  .product__container--recommended {
    padding: 30px 0;
  }

  .look p {
    padding: 0 15px;
  }

  .look__content {
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .review + .review {
    padding-top: 30px;
  }

  .review__helpful {
    margin-bottom: 20px;
  }

  .review__attributes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }

  .review__create {
    margin: 25px 0;
  }

  .review__create h2 {
    font-size: 12vw;
  }

  .review__create p {
    font-size: 14px;
  }

  .attributes__item {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
    margin: 15px 0;
  }

  .kit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .kit__box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .kit__box--image {
    padding: 15px 0;
  }

  .kit__box--image img {
    max-width: 50%;
    height: auto;
  }

  .kit__box--description {
    padding: 30px;
  }

  .kit__heading--sublimation {
    text-align: center;
  }

  .kit__image {
    max-width: 50%;
  }

  .kit-section {
    padding: 35px 0;
  }

  .kit-section__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .kit-section__box--image {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .quick-view .product__details {
    max-width: 250px;
  }

  .modal {
    padding: 30px 15px 30px;
    width: 100%;
    overflow: hidden;
  }

  .modal__scroll {
    margin-bottom: 25px;
  }

  .sublimation__head {
    font-size: 12vw;
  }

  .promo__container {
    padding: 0 15px;
  }

  .promo__box {
    text-align: center;
  }

  .promo-app {
    padding: 55px 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .promo-app__box--image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .promo-app__box--text {
    -webkit-flex-basis: 57%;
        -ms-flex-preferred-size: 57%;
            flex-basis: 57%;
    width: 57%;
  }

  .promo-app__download {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promo-app__download li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 680px) {
  .shopping-bag {
    padding-bottom: 30px;
  }
}

@media (max-width: 645px) {
  .shopping-bag {
    padding-bottom: 60px;
  }

  .shopping-bag__features-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .shopping-bag__features-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 375px;
  }
}

@media (max-width: 620px) {
  .product-table__quantity-controls {
    margin-left: 15px;
  }

  .product-table__total {
      height: 48px;
  }
}

@media (max-width: 576px) {
  .shopping-bag__label--order-confirmation {
    display: block;
  }

  .shopping-bag__table-card::before {
    content: none;
  }
}

@media (max-width: 575px) {
  .header__log {
    font-size: 0;
    width: 18px;
  }

  .header__login-icon {
    display: block;
  }

  .menu--main {
    padding-bottom: 70px;
    -webkit-transition: 2s all;
    transition: 2s all;
  }

  .form__heading {
    margin-bottom: 15px;
  }

  .form__container--button {
    margin: 15px 0;
  }

  .form__container--mob {
    margin-top: 25px;
  }

  .form__container--cancel .btn + .btn {
    margin-top: 10px;
  }

  .btn--submit {
    line-height: 23px;
  }

  .btn--select {
    line-height: 1;
  }

  .tabs__content {
    padding-right: 40px;
  }

  .account__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .account__content {
    width: 100%;
  }

  .account__item {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .account__inner {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .account__box {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .account__heading {
    margin-bottom: 5px;
  }

  .account__form .form__container {
    max-width: 100%;
  }

  .account__form .form__container--account {
    margin-top: 0;
  }

  .account__form .form__container--buttons {
    margin-top: 15px;
  }

  .account__form .form__container--save {
    margin-top: 10px;
  }

  .info__content {
    padding: 10px;
  }

  .info__table td {
    display: block;
  }

  .info__table tr {
    display: block;
  }

  .info__table tr + tr {
    margin-top: 10px;
  }

  .history__table td {
    padding: 10px 0;
    text-align: center;
  }

  .history__table thead td {
    padding: 10px 0;
    text-align: center;
  }

  .address {
    padding: 0 15px 5px;
  }

  .address__box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
    margin-top: 15px;
    padding: 15px 15px 85px;
  }

  .address__box + .address__box {
    margin-left: 0;
  }

  .address__box + .address__box:nth-child(even) {
    margin-left: 0;
  }

  .address__box--add {
    padding: 15px 0;
  }

  .address__inner {
    left: 15px;
  }

  .address-add {
    padding: 30px 5px 30px 15px;
  }

  .wishlist__list li {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    text-align: center;
  }

  .wishlist__list li .btn {
    margin-left: 0;
  }

  .wishlist__img {
    margin: 15px 0;
  }

  .wishlist__prod {
    margin-right: 0;
  }

  .wishlist__delete {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .order {
    padding: 30px 15px;
  }

  .order__tab {
    overflow-x: scroll;
  }

  .order__table tfoot td {
    text-align: center;
    padding: 0;
  }

  .order__table tfoot td:before {
    display: none;
  }

  .order__table--details td {
    background-color: #f5f5f5;
  }

  .order__table--details td:before {
    background-color: #fff;
    color: #292929;
  }

  .order__table--details tfoot td {
    background-color: #fff;
  }

  .help .address__box {
    padding: 15px 15px 85px;
  }

  .faq__menu {
    padding-bottom: 0;
  }

  .breadcrumbs__item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .control-bar__left .breadcrumbs {
    padding-right: 0;
  }

  .package__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .package__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 0;
  }

  .package__item + .package__item {
    margin-left: 0;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ededed;
  }

  .package__summary {
    width: 290px;
  }

  .package__bag {
    padding: 0 5px;
    margin-bottom: 5px;
  }

  .steps__list > li {
    padding: 10px 5px;
  }

  .steps__heading {
    font-size: 12px;
  }

  .products__list--recommended {
    width: 100%;
  }

  .products__list--recommended .slick-prev,
  .products__list--recommended .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    cursor: pointer;
    outline: 0;
    z-index: 20;
    background-color: #fff;
    padding: 6px;
    width: 30px;
    height: 36px;
  }

  .products__list--recommended .slick-prev {
    left: 0;
    background-image: url("/Content/img/icons/arr_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .products__list--recommended .slick-next {
    right: 0;
    background-image: url("/Content/img/icons/arr_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .products__list--recommended {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .products__grid .product {
    width: calc(50% - 30px);
    padding-top: 0;
  }

  .product__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__gallery {
    width: 100%;
  }

  .product__gallery .slick-prev,
  .product__gallery .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    cursor: pointer;
    outline: 0;
    z-index: 20;
    background-color: #fff;
    padding: 6px;
    width: 30px;
    height: 36px;
  }

  .product__gallery .slick-prev {
    left: 0;
    background-image: url("/Content/img/icons/arr_left.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .product__gallery .slick-next {
    right: 0;
    background-image: url("/Content/img/icons/arr_right.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .product__details {
    width: 100%;
  }

  .product__colors {
    width: 290px;
  }

  .product__share {
    margin: 40px 0 30px;
  }

  /* osei1086 */
  .product__details .product__rating,
  .product__details .product__name{
      display: none;
  }

  .product__box .mobile-only {
      display: block;
  }

   .product__box .mobile-only .product__name {
      display: block;
      font-size: 21px;
      margin: 0 0 7px;
  }

  .product__details,
  .product__details > .inner-wrapper-sticky {
      display: flex;
      flex-direction: column;
  }

  .product__colors {
      margin-top: 0;
  }

  .product__colors .product__heading {
      display: none;
  }

  .product__details .product__colors      {order: 1;}
  .product__details .product__price       {order: 2; padding-top: 10px;}
  .product__details .product__teasertext  {order: 3;}
  .product__details .product__quantity    {order: 4;}
  .product__details .sublimation_set_product { order: 5;}
  .product__details .product__customize   {order: 6;}
  .product__details .add-btn-fullsize     {order: 7;}
  .product__details .product__information {order: 8;}
  .product__details .product__share       {order: 9;}
  .product__details .product__matches     {order: 10;}
  /* end osei1086 */

  .product__tab--desc {
    padding: 25px 0;
  }

  .product__tab--reviews {
    padding-top: 25px;
    text-align: center;
  }

  .product__tab--sizes {
    overflow-x: scroll;
    padding: 25px 0;
  }

  .product__container--tabs {
    padding-top: 25px;
  }

  .product__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }

  .product__menu > li a {
    border-bottom: 3px solid transparent;
  }

  .product__menu > li a.active:after,
  .product__menu > li a:hover:after {
    display: none;
  }

  .product__menu > li a.active {
    border-color: #292929;
  }

  .product__menu li + li {
    margin-left: 0;
    margin-top: 15px;
  }

  .colors__picker {
    padding: 0 28px;
    right: 0;
  }

  .size__table td {
    padding: 7px 5px;
  }

  .size__table td:before {
    padding: 0;
  }

  .look__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .look__list li {
    width: 100%;
  }

  .look__img {
    width: 100%;
  }

  .review:first-child {
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
  }

  .review__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }

  .review__date {
    margin-left: 0;
    margin-top: 10px;
  }

  .review__rating {
    margin-left: 0;
    margin-top: 10px;
  }

  .review__content h4 {
    text-align: center;
  }

  .review__content p {
    margin: 15px 0 0;
    text-align: justify;
  }

  .review__image {
    text-align: center;
  }

  .review__image img {
    display: inline-block;
  }

  .review__create {
    margin: 25px auto;
  }

  .quick-view .product__details {
    width: 100%;
    max-width: 100%;
    padding: 10px 40px;
    position: static;
  }

  .quick-view .product__gallery {
    width: 100%;
    padding: 50px 75px 0 50px;
    padding: 0;
  }

  .quick-view .product__gallery .slick-next {
    right: 17px;
  }

  .quick-view .colors__picker {
    width: 100%;
  }

  .modal__scroll-wrapper .tse-scroll-content {
    width: 100% !important;
  }

  .rangeslider {
    width: calc(100% - 78px);
  }

  .range__legend {
    width: 100%;
  }

  .sublimation {
    background-size: contain;
    background-position: bottom right;
  }

  .sublimation__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sublimation__box {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .sublimation__box + .sublimation__box {
    margin-top: 25px;
  }

  .promo__box .kit__image {
    max-width: 75%;
  }

  .promos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .promos__box + .promos__box {
    margin-left: 0;
    margin-top: 20px;
  }

  .promo-app__logo {
    margin-bottom: 10px;
  }

  .promo-app__heading {
    font-size: 20px;
    line-height: 34px;
  }

  .blog__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 575px) and (max-width: 767px) {
  .products__list--recommended .slick-prev {
    left: 0;
  }

  .products__list--recommended .slick-next {
    right: 0;
  }

  .product__gallery .slick-prev {
    left: 0;
  }

  .product__gallery .slick-next {
    right: 0;
  }
}

@media (max-width: 541px) {
  .login__error--two-line {
    top: 65px;
  }
}

@media (max-width: 485px) {
  .form__container--payment-button {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .product-table__head-list {
    margin-left: 25px;
    width: calc(100% - 50px);
  }

  .product-table__content {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-table__column--1 {
    width: calc(100% - 95px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
  }

  .product-table__column--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 49px;
  }

  .product-table__column--2::before {
    content: 'Quantity: ';
    margin-bottom: 6px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-table__column--2:empty {
    display: none;
  }

  .product-table__column--3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-table__column--3::before {
    content: 'Total: ';
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-table__column--3:empty {
    display: none;
  }

  .product-table__column--4 {
    position: absolute;
    top: 13px;
    right: 0;
  }

  .product-table__column--4:empty {
    display: none;
  }

  .product-table__column--product span::after {
    content: 's';
  }

  .product-table__column--quantity {
    display: none;
  }

  .product-table__column--total {
    display: none;
  }

  .product-table__column--customization,
  .product-table__column--names {
    margin-bottom: 15px;
    width: 100%;
  }

  .product-table__photo {
    margin: 0 25px 30px 0;
  }

  .product-table__description {
    margin-bottom: 30px;
    max-width: 56%;
  }

  .product-table__customization,
  .product-table__names {
    margin-left: 15px;
    width: calc(100% - 30px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .product-table__customization .product-table__column--2:empty + .product-table__column--3,
  .product-table__names .product-table__column--2:empty + .product-table__column--3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }

  .product-table__customization .product-table__column--4,
  .product-table__names .product-table__column--4 {
    width: 40px;
    height: 40px;
    top: 0;
    right: -15px;
    background: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-table__names .product-table__column--2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .product-table__customization-content {
    width: 100%;
  }

  .product-table__customization-title {
    padding: 12px 15px;
    margin-bottom: 15px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
  }

  .product-table__customization-option,
  .product-table__names-option,
  .product-table__description-feature{
    padding-left: 15px;
  }

  .product-table__notify-text {
    margin: 25px 15px 0;
    width: 100%;
  }

  .product-table__pack-name {
    width: 100% !important;
  }
  li.product-table__column.product-table__column--product {
    margin: 0;
  }
  
  .btn_edit_from_cart {
      background-color: #F067A6;
      border: none;
      margin-left: 15px;
  }
} /*480px end*/

@media (max-width: 421px) {
  .form__label--checkbox + .login__error {
    top: 45px;
  }

  .form__label--checkbox + .login__error--two-line {
    top: 65px;
  }
}

@media (max-width: 420px) {
  .shopping-bag__column--half {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .shopping-bag__column--half + .shopping-bag__column--half {
    margin-top: 15px;
  }

  .shopping-bag__table-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .shopping-bag__table-body {
    padding: 9px 17px;
  }
}

@media (max-width: 413px) {
  .header__title {
    margin-left: 15px;
    font-size: 20px;
  }
}

@media (max-width: 380px) {
  .cart__product-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product-table__notify-text {
    margin-left: 30px;
    max-width: 245px;
    line-height: 1.5;
  }
}

@media (max-width: 375px) {
  .form__link--security {
    margin-top: 20px;
    position: static;
    display: inline-block;
  }

  .form__label--checkbox + .login__error--two-line {
    top: 80px;
  }

  .modal__tooltip {
    bottom: -65px;
  }
}

@media (max-width: 374px) {
  .cart__product-description {
    max-width: 140px;
  }

  .cart__button {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .btn--cart {
    margin-bottom: 15px;
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .header__title {
    font-size: 18px;
  }

  .form__info-txt {
    padding: 10px 15px;
  }

  .modal__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .modal__tooltip {
    bottom: -50px;
  }
}

@media (max-width: 359px) {
  .cart__popup {
    width: 100%;
  }

  .cart__popup .mfp-close {
    width: 20px;
    height: 20px;
    background-position: 10px 0;
  }

  .cart__product-description {
    max-width: 110px;
  }

  .form__container--payment-date {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .form__container--payment-date + .form__container--payment-date {
    margin-top: 30px;
  }

  .form__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .form__item {
    margin: 0;
  }

  .shopping-bag__text {
    padding: 0 30px;
  }
}

@media (max-width: 325px) {
  .shopping-bag__features-item {
    padding: 30px;
  }
}

@media (min-width: 1281px) and (max-width: 767px) {
  .btn--ghost:hover:after {
    display: none;
  }

  .btn--dark:hover:after {
    display: none;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */

  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }

  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .tse-scroll-content {
    padding-right: 30px;
  }

  .address__box--add {
    /* IE10+ specific styles go here */
    border: 1px dashed #aaa;
  }

  .address-add .tse-scrollable .tse-scroll-content {
    padding-right: 30px;
  }
}

/* osei1087 */
@media only screen and (max-width: 991px) {
  .header__logo--large {
      display: none;
  }
}

@media only screen and (min-width: 992px) {
    .header__logo {
        display: none;
    }

    .menu.menu--main .header__logo--large {
        display: flex;
            align-items: center;
            flex-grow: 0;
        margin: 0 7px 0 0;
        padding: 0;
        width: 94px;
    }

    .header__logo--large img {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .header__menu.menu--main {
        background: #FFF;
        position: absolute;
            left: 0;
            top: 100%;
        width: 100%;
    }

    .header__menu.menu--main {
        border-bottom: 1px solid #E6E7E8;
        padding: 0 20px 0 40px;
    }

    .header__menu.menu--main a {
        color: #292929;
        font-size: 12px;
        font-weight: 500;
        min-height: 59px;
        padding: 1px 6px 0;
    }

    .header__menu .menu__inner a {
        min-height: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 575px) {
    .menu.menu--main .header__logo--large {
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1239px) {
    .menu.menu--main .header__logo--large {
        margin-right: 7px;
    }

    .menu--main li + ul:not(.menu-inner) li {
        margin-left: 13px;
    }

    .menu--main .menu-inner li {
        margin-left: 25px;
    }

    .header__menu .menu__inner a {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .menu--utility {
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .menu--utility {
        display: flex;
    }
}

.menu--utility {
    font-size: 12px;
    max-width: 50%;
    padding: 0 20px 0 40px;
}

.menu--utility li {
    margin: 0 0 0 25px;
}

.menu--utility a:hover {
    color: #F067A6;
}

.menu--utility li:first-child {
    margin-left: 0;
}

.message--ticker {
    color: #ED67A4;
    text-transform: none;
}
/* osei1087 */

.slider-nav{
    display: none;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (min-width: 576px) {
    .slick-carousel {
        padding-left: 120px;
    }
    .slider-nav{
        display: block;
    }
}

.slider-nav img {
    width: 100%;
    height: auto;
}

.slick-dots {
    text-align: center;
}

.slick-dots li{
    display: inline-block;
    margin: 6px;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-appearance: none;
    padding: 0;
}

.slick-dots li button:hover{
    background-color: #000000;
}

.slider-nav .slick-current{
    border: 1px solid #EFEFEF;
}

.slider-nav .thumb-image{
    margin-bottom: 10px;
}

.slick-active button {
    background-color: #000000;
}

		
.listing-product-colors .color-swatches {
    max-width: 100px;
    float: left;
}
.listing-product-colors .form__container {
    float: left;
    display: none;
}
.listing-product-colors .form__container:nth-child(-n+4) {
    display: block;
}
.listing-product-colors.show-all .form__container {
    display: block;
}
.listing-product-colors .toggle-more-colors {
    cursor: pointer;
    float: left;
    margin-left: 5px;
}
.listing-product-colors .toggle-more-colors.big-icon {
    font-size: 40px
}

/*CPQ*/
#customization-view-details, #custom-artwork-modal {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    padding: 32px 5px 40px 45px;
    position: relative;
}

#custom-artwork-modal h3, #customization-view-details h3, #customization-view-details h4 {
    padding-right: 50px;
    margin: 10px 0 25px;
}
#custom-artwork-modal h3 {
    text-align: center;
}

#customization-view-details .customization-col {
    float: left;
    width: 210px;
}

#customization-view-details h3, #customization-view-details h4 {
    text-align: center;
}

#customization-view-details .customization-col:first-child {
    padding-right: 30px;
}


#customization-view-details .customization-col div {
    margin-bottom: 5px;
}

#custom-artwork-modal .upload-icon {
    height: 90px;
}

.upload-icon-container {
    float: left;
}

.upload-control {
    display: table; 
    height: 90px; 
    margin-left: 20px
}

@media (max-width: 575px) {
    .upload-icon-container {
        float: none;
        margin-right: 50px;
        text-align: center;
    }
}

.customization-image {
    height: 90px;
    width: 90px;
    display: block;
}

.form__container--customize .form__container {
    flex-basis: unset;
}

.form__container--inline {
    justify-content: space-between;
}

.form__container--customize .form__img {
    position: relative;
    text-align: center;
    margin-right: 20px;
}

.price {
    display: block;
}

.product__customize .edit-remove-btns {
    margin-top: 20px;
    margin-bottom: 20px;
}

.pull-left {
    float: left;
}

#wishlist-customization-view-details, #custom-artwork-modal {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    padding-top: 32px;
    position: relative;
}

#custom-artwork-modal h3, #wishlist-customization-view-details h3, #wishlist-customization-view-details h4 {
    padding-right: 50px;
    margin: 10px 0 5px;
}
#custom-artwork-modal h3 {
    text-align: center;
}

#wishlist-customization-view-details .customization-col {
    float: left;
}

#wishlist-customization-view-details .customization-col:first-child {
    width: 300px;
}


#wishlist-customization-view-details .customization-col div {
    margin-bottom: 5px;
}
@media print {
    body {
        padding-top: 0;
    }

    a[href]:after {
        content: none !important;
    }
    #print-link, #new-configuration-link, #copy-link-to-clipboard-link, #share-link {
        display: none;
    }
    .hide-from-print {
        display: none;
    }

    .table {
        width:275px
    }
    .print-float-left {
        float: left;
        margin-left:1px;
    }
    .product-img {
        width: 300px;
    }
    
}

.learn-more-popup {
    font-size: 11px;
    display: none;
    width: 100%;
    position: fixed;
    padding: 20px 20px;
    z-index: 999;
    background: rgba(74, 71, 71, 0.9);
    top: 0;
    left: 0;
    height: 100vh;
    text-align: center;
}

.learn-more-content {
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 25px 20px;
    overflow-y: scroll;
    height: 500px;
    background: white;
    width: 100%;
    max-width: 900px;
    margin: auto;
    transform: translate(-50%, -50%);
}


@media only screen and (max-device-width: 768px) {
    .learn-more-popup {
        left: 0;
        margin-left: 0;
        width: 100vw;
        height: 100%;
    }

    
    .learn-more-content {
        height: 50vh;
    }
}

/*@media (max-width: 990px) {
    .header__trigger.active {
        margin-top: 9px;
    }
}*/

@media (max-width: 990px) {
    .header__cart {
        margin-top: 5px;
    }
    .header__log {
        margin-top: 5px;
    }
    .header__cart.hamburger {
        margin-top: 10px;
    }
    .header__log.hamburger {
        margin-top: 10px;
    }
}

.product__img--style {
    position: relative;
}

    .product__img--style.selected:before {
        position: absolute;
        content: '';
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #292929;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .product__img--style.selected:after {
        position: absolute;
        content: '';
        width: 6px;
        height: 9px;
        background-color: transparent;
        border-color: #fff;
        border-style: solid;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: calc(50% - 3px);
        top: calc(50% - 6px);
    }