

/* Start:/local/templates/golden_sand/js/selectize/selectize.default.css?174158267513275*/
/**
 * selectize.default.css (v0.12.6) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  /*background: #f2f2f2 !important;*/
  /*background: rgba(0, 0, 0, 0.06) !important;*/
  /*border: 0 none !important;*/
  /*-webkit-box-shadow: inset 0 0 12px 4px #fff;*/
  /*box-shadow: inset 0 0 12px 4px #fff;*/
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  /*-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  /*border-bottom: 1px solid #d0d0d0;*/
  /*background: #f8f8f8;*/
  /*-webkit-border-radius: 3px 3px 0 0;*/
  /*-moz-border-radius: 3px 3px 0 0;*/
  /*border-radius: 3px 3px 0 0;*/
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  /*border-right: 1px solid #f2f2f2;*/
  /*border-top: 0 none;*/
  float: left;
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  /*border-right: 0 none;*/
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  /*border-top: 0 none;*/
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  /*border-left: 1px solid #0073bb;*/
  /*-webkit-border-radius: 0 2px 2px 0;*/
  /*-moz-border-radius: 0 2px 2px 0;*/
  /*border-radius: 0 2px 2px 0;*/
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  /*background: rgba(0, 0, 0, 0.05);*/
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  /*border-left-color: #00578d;*/
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  /*background: none;*/
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  /*border-left-color: #aaaaaa;*/
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  /*background: #fff;*/
  cursor: text;
  display: inline-block;
}
.selectize-input {
  /*border: 1px solid #d0d0d0;*/
  /*padding: 8px 8px;*/
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*border-radius: 3px;*/
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  /*background-color: #fff;*/
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
  /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.selectize-input.dropdown-active {
  /*-webkit-border-radius: 3px 3px 0 0;*/
  /*-moz-border-radius: 3px 3px 0 0;*/
  /*border-radius: 3px 3px 0 0;*/
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  /*background: #1da7ee;*/
  color: #fff;
  /*border: 1px solid #0073bb;*/
}
.selectize-control.multi .selectize-input > div.active {
  /*background: #92c836;*/
  color: #fff;
  /*border: 1px solid #00578d;*/
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  /*background: #d2d2d2;*/
  /*border: 1px solid #aaaaaa;*/
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  /*background: none !important;*/
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  /*-webkit-box-shadow: none !important;*/
  /*box-shadow: none !important;*/
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  /*background: #f0f0f0;*/
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  /*border: 1px solid #d0d0d0;*/
  /*background: #fff;*/
  margin: -1px 0 0 0;
  /*border-top: 0 none;*/
  /*-webkit-box-sizing: border-box;*/
  /*-moz-box-sizing: border-box;*/
  /*box-sizing: border-box;*/
  /*-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
  /*-webkit-border-radius: 0 0 3px 3px;*/
  /*-moz-border-radius: 0 0 3px 3px;*/
  /*border-radius: 0 0 3px 3px;*/
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  /*background: rgba(125, 168, 208, 0.2);*/
  /*-webkit-border-radius: 1px;*/
  /*-moz-border-radius: 1px;*/
  /*border-radius: 1px;*/
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  /*opacity: 0.5;*/
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  /*border-top: 0 none;*/
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  /*background: #fff;*/
  cursor: default;
}
.selectize-dropdown .active {
  /*background-color: #f5fafd;*/
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  /*border-style: solid;*/
  /*border-width: 5px 5px 0 5px;*/
  /*border-color: #808080 transparent transparent transparent;*/
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  /*border-width: 0 5px 5px 5px;*/
  /*border-color: transparent transparent #808080 transparent;*/
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  /*opacity: 0.5;*/
  /*background-color: #fafafa;*/
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  /*text-shadow: none;*/
  /*background: none;*/
  /*-webkit-box-shadow: none;*/
  /*box-shadow: none;*/
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  /*border-color: #e6e6e6;*/
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  /*background: none;*/
}
.selectize-control.multi .selectize-input [data-value] {
  /*text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);*/
  /*-webkit-border-radius: 3px;*/
  /*-moz-border-radius: 3px;*/
  /*border-radius: 3px;*/
  /*background-color: #1b9dec;*/
  /*background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));*/
  /*background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);*/
  /*background-image: -o-linear-gradient(top, #1da7ee, #178ee9);*/
  /*background-image: linear-gradient(to bottom, #1da7ee, #178ee9);*/
  /*background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);*/
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);*/
}
.selectize-control.multi .selectize-input [data-value].active {
  /*background-color: #0085d4;*/
  /*background-image: -moz-linear-gradient(top, #008fd8, #0075cf);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));*/
  /*background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);*/
  /*background-image: -o-linear-gradient(top, #008fd8, #0075cf);*/
  /*background-image: linear-gradient(to bottom, #008fd8, #0075cf);*/
  /*background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);*/
  /*box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);*/
  /*background-color: #f9f9f9;*/
  /*background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);*/
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));*/
  /*background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);*/
  /*background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);*/
  /*background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);*/
  /*background-repeat: repeat-x;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  /*border-color: #b8b8b8;*/
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  /*border-top: 1px solid #f0f0f0;*/
}
.selectize-dropdown .optgroup:first-child {
  /*border-top: 0 none;*/
}


.title {
  background: white;
}

.form-input .selectize-dropdown {
  border-bottom: none;
  top: 36px !important;
}

/*.form-input .selectize-dropdown-content {*/
/*  width: 410px !important;*/
/*}*/

.form-input .selectize-input {
  font-size: 14px;
  color: #887568;
}

.selectize-control.location-search .selectize-dropdown > div {
  border: 1px solid #E9E6E2;
}

.selectize-control.location-search .selectize-dropdown .title:hover {
  background: #1e90ff;
  color: white;
}
/* End */


/* Start:/local/templates/golden_sand/js/selectize/selectize.dropdown.css?1741582675771*/
.selectize-control.location-search .selectize-dropdown > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.selectize-control.location-search .selectize-dropdown .name {
    font-weight: bold;
    margin-right: 5px;
}

.selectize-control.location-search .selectize-dropdown .title {
    padding: 10px;
}

.selectize-control.location-search::before {
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: ' ';
    z-index: 2;
    position: absolute;
    display: block;
    top: 12px;
    right: 34px;
    width: 16px;
    height: 16px;
    background: url(/local/templates/golden_sand/js/selectize/images/spinner.gif);
    background-size: 16px 16px;
    opacity: 0;
}

.selectize-control.location-search.loading::before {
    opacity: 0.4;
}
/* End */


/* Start:/local/templates/golden_sand/css/style.css?1741582675105819*/
@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:wght@500&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s, background 0.3s, color 0.3s;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px; }
  .btn svg path {
    transition: fill 0.3s; }
  .btn-xl {
    padding: 14px 40px; }
  .btn-xs {
    padding: 14px 28px;
    font-size: 13px; }
  .btn-transparent {
    text-transform: uppercase; }
  .btn-gold {
    background: #C5A995;
    border: 1px solid #C5A995;
    color: white;
    text-transform: uppercase; }
    .btn-gold svg path {
      fill: white; }
    .btn-gold:hover, .btn-gold:focus {
      background: white;
      color: #C5A995; }
      .btn-gold:hover svg path, .btn-gold:focus svg path {
        fill: #C5A995; }
    .btn-gold-o {
      background: white;
      border: 1px solid #EADDD4;
      color: #C5A995;
      text-transform: uppercase; }
      .btn-gold-o svg path {
        fill: #C5A995; }
      .btn-gold-o:hover, .btn-gold-o:focus {
        background: #C5A995;
        color: white; }
        .btn-gold-o:hover svg path, .btn-gold-o:focus svg path {
          fill: white; }
  .btn-white {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    color: white;
    text-transform: uppercase; }
    .btn-white svg path {
      fill: white; }
    .btn-white:hover, .btn-white:focus {
      background: white;
      color: #887568;
      text-transform: uppercase; }
      .btn-white:hover svg path, .btn-white:focus svg path {
        fill: #887568; }
    .btn-white-o {
      background: transparent;
      border: 1px solid white;
      color: white;
      text-transform: uppercase; }
      .btn-white-o svg path {
        fill: white; }
      .btn-white-o:hover, .btn-white-o:focus {
        background: white;
        color: #887568; }
        .btn-white-o:hover svg path, .btn-white-o:focus svg path {
          color: #887568; }
  .btn-red {
    background: #D08794;
    border: 1px solid #D08794;
    color: white;
    text-transform: uppercase; }
    .btn-red svg path {
      fill: white; }
    .btn-red:hover, .btn-red:focus {
      background: white;
      color: #D08794;
      text-transform: uppercase; }
      .btn-red:hover svg path, .btn-red:focus svg path {
        fill: #D08794; }
    .btn-red-o {
      background: transparent;
      border: 1px solid #D08794;
      color: #D08794;
      text-transform: uppercase; }
      .btn-red-o svg path {
        fill: white; }
      .btn-red-o:hover, .btn-red-o:focus {
        background: #D08794;
        color: white; }
        .btn-red-o:hover svg path, .btn-red-o:focus svg path {
          color: white; }
  .btn.loading {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
    background-repeat: repeat;
    background-size: 40px 40px, 100% 100%;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
            animation: progress-bar-stripes 2s linear infinite; }
  .btn:hover {
    text-decoration: none; }
  .btn[disabled] {
    opacity: 0.8;
    pointer-events: none;
    cursor: default; }

.accordion {
  display: flex;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px; }
  .accordion + .panel {
    display: none; }
  .accordion::after {
    flex: 0 0 auto;
    content: '';
    width: 14px;
    height: 8px;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8284 0.172426C13.5997 -0.0574754 13.2286 -0.0574754 12.9999 0.172426L7.00032 6.75553L1.00016 0.172426C0.771423 -0.0574754 0.400286 -0.0574754 0.171551 0.172426C-0.0571838 0.402328 -0.0571838 0.775203 0.171551 1.00508L6.55625 8.01059C6.6782 8.13313 6.84042 8.18563 6.99972 8.17749C7.15958 8.18563 7.32124 8.13313 7.44319 8.01059L13.8285 1.00446C14.0572 0.774609 14.0572 0.402328 13.8284 0.172426Z' fill='%23C5A995'/%3E%3C/svg%3E%0A"); }
  .accordion.opened + .panel {
    display: block; }
  .accordion.opened::after {
    transform: rotate(180deg); }
  @media only screen and (max-width: 1199px) {
    .accordion {
      font-size: 13px;
      line-height: 20px; }
      .accordion + .panel {
        padding-left: 0; } }

.up-to-discount {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .up-to-discount .title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 20px; }
  .up-to-discount .image {
    margin-right: 19px; }
  .up-to-discount .content .percent {
    font-size: 22px;
    line-height: 30px;
    color: #D08794; }
  .up-to-discount .content .text {
    font-size: 13px;
    line-height: 20px;
    color: #C5A995; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #887568;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-rendering: optimizeLegibility; }

button,
input,
select,
optgroup,
textarea {
  color: #887568;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Cormorant, serif;
  font-weight: 500;
  color: #C5A995;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 16px; }
  @media only screen and (max-width: 1199px) {
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      margin: 8px 0; } }

h1, .h1 {
  font-size: 28px;
  line-height: 40px; }
  @media only screen and (max-width: 1199px) {
    h1, .h1 {
      font-size: 20px;
      line-height: 28px; } }
  h1.page-title, .h1.page-title {
    text-align: center;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1199px) {
      h1.page-title, .h1.page-title {
        margin-bottom: 40px; } }

h2, .h2 {
  font-size: 22px;
  line-height: 30px; }
  @media only screen and (max-width: 1199px) {
    h2, .h2 {
      font-size: 18px;
      line-height: 26px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 18px;
  line-height: 26px; }
  @media only screen and (max-width: 1199px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 16px;
      line-height: 24px; } }

p, ol, ul, .table-container {
  margin: 16px 0; }

ol, ul {
  list-style: none;
  padding: 0 0 0 20px; }
  ol li, ul li {
    margin: 8px 0; }
    ol li::before, ul li::before {
      color: #C5A995;
      display: inline-block;
      width: 20px;
      margin-left: -20px; }

ol {
  counter-reset: li; }
  ol li {
    counter-increment: li; }
    ol li::before {
      content: counter(li) "."; }

ul li::before {
  text-align: center;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C5A995;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -2px; }

.table-container {
  overflow-x: auto; }

table {
  border-collapse: collapse; }
  table td, table th {
    padding: 16px 32px;
    border: 1px solid #EEF0F3; }
  table th {
    font-weight: 400;
    background: #EADDD4; }

a {
  color: #887568; }
  a, a:hover, .cabinet-nav .menu a.active {
    text-decoration: none; }
  a:not(.btn) {
    position: relative;
    display: inline-block; }
    a:not(.btn)::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      left: -4px;
      top: -2px;
      bottom: -2px;
      width: 0;
      background: #EADDD4;
      transition: width 0.3s; }
    a:not(.btn):hover::after, .cabinet-nav .menu a.active:not(.btn)::after {
      width: 70%; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .gallery-item {
    flex: 1 1 50%;
    padding: 0 10px;
    margin-bottom: 20px; }
    .gallery-item img {
      max-width: 100%;
      display: block; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column; }

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

.main {
  flex-grow: 1; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px; }
  .container-lg, .container-md, .container-sm, .container-xs {
    padding: 0 14px; }
  .container-lg {
    max-width: 1556px; }
  .container-md {
    max-width: 1272px; }
  .container-sm {
    max-width: 932px; }
  .container-xs {
    max-width: 620px; }
  .container-sidebar {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .container-sidebar .sidebar {
      display: table-cell;
      vertical-align: top;
      width: 312px;
      padding-right: 32px; }
      .container-sidebar .sidebar-right {
        padding-right: 0;
        padding-left: 32px; }
    .container-sidebar main {
      vertical-align: top;
      display: table-cell;
      width: 100%; }
    @media only screen and (max-width: 1199px) {
      .container-sidebar {
        display: block; }
        .container-sidebar .sidebar {
          display: none; }
        .container-sidebar main {
          display: block; } }
  @media only screen and (max-width: 1199px) {
    .container {
      padding: 0 14px; } }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 36px !important;
  background-image: url(/local/templates/golden_sand/css/../images/icon-angle-down.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  width: 200px; }
  select option {
    width: 100px; }
  select::-ms-expand {
    display: none; }

.form-group {
  position: relative;
  margin-bottom: 32px; }
  .form-group-half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 10px; }
    .form-group-half + .form-group-half {
      padding-right: 0;
      padding-left: 10px; }
    @media only screen and (max-width: 1199px) {
      .form-group-half {
        display: block;
        width: 100%; }
        .form-group-half, .form-group-half + .form-group-half {
          padding: 0; } }
  .form-group-inline {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 16px; }
  .form-group-label {
    text-align: left; }
    .form-group-label > input, .form-group-label > label {
      height: 48px;
      padding: 12px; }
    .form-group-label > label {
      position: absolute;
      top: 0;
      pointer-events: none;
      cursor: text;
      transition: all .1s ease-in-out; }
    .form-group-label input::-moz-placeholder, .form-group-label textarea::-moz-placeholder {
      font-size: 0;
      color: transparent; }
    .form-group-label input:-ms-input-placeholder, .form-group-label textarea:-ms-input-placeholder {
      font-size: 0;
      color: transparent; }
    .form-group-label input::-ms-input-placeholder, .form-group-label textarea::-ms-input-placeholder {
      font-size: 0;
      color: transparent; }
    .form-group-label input::placeholder, .form-group-label textarea::placeholder {
      font-size: 0;
      color: transparent; }
    .form-group-label input:not(:-moz-placeholder-shown) ~ label, .form-group-label textarea:not(:-moz-placeholder-shown) ~ label {
      margin-top: -20px;
      font-size: 12px;
      line-height: 16px; }
    .form-group-label input:not(:-ms-input-placeholder) ~ label, .form-group-label textarea:not(:-ms-input-placeholder) ~ label {
      margin-top: -20px;
      font-size: 12px;
      line-height: 16px; }
    .form-group-label input:not(:placeholder-shown) ~ label, .form-group-label textarea:not(:placeholder-shown) ~ label {
      margin-top: -20px;
      font-size: 12px;
      line-height: 16px; }

.form-label {
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #C5A995; }
  @media only screen and (max-width: 1199px) {
    .form-label {
      font-size: 14px; } }

.form-input {
  height: 48px;
  width: 100%;
  padding: 12px;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #E9E6E2;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  color: #887568; }
  .form-input::-moz-placeholder {
    color: #C5A995; }
  .form-input:-ms-input-placeholder {
    color: #C5A995; }
  .form-input::-ms-input-placeholder {
    color: #C5A995; }
  .form-input::placeholder {
    color: #C5A995; }
  .form-input.error {
    color: #D08794;
    border-color: #D08794; }
    .form-input.error::-moz-placeholder {
      color: #D08794; }
    .form-input.error:-ms-input-placeholder {
      color: #D08794; }
    .form-input.error::-ms-input-placeholder {
      color: #D08794; }
    .form-input.error::placeholder {
      color: #D08794; }

.form-error {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #D08794;
  transition: all .1s; }

.form-quantity {
  position: relative; }
  .form-quantity-input {
    text-align: center;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
    .form-quantity-input::-webkit-outer-spin-button, .form-quantity-input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .form-quantity-button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0; }
    .form-quantity-button::before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      background-position: center center;
      background-repeat: no-repeat; }
    .form-quantity-button-minus {
      left: 0; }
      .form-quantity-button-minus::before {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='2' viewBox='0 0 11 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='11' height='1' rx='0.5' fill='%23C5A995'/%3E%3C/svg%3E%0A"); }
    .form-quantity-button-plus {
      right: 0; }
      .form-quantity-button-plus::before {
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6C0 5.72386 0.223858 5.5 0.5 5.5H10.5C10.7761 5.5 11 5.72386 11 6C11 6.27614 10.7761 6.5 10.5 6.5H0.5C0.223858 6.5 0 6.27614 0 6Z' fill='%23C5A995'/%3E%3Cpath d='M5.5 11.5C5.22386 11.5 5 11.2761 5 11V1C5 0.723858 5.22386 0.5 5.5 0.5C5.77614 0.5 6 0.723858 6 1V11C6 11.2761 5.77614 11.5 5.5 11.5Z' fill='%23C5A995'/%3E%3C/svg%3E%0A"); }

.form textarea {
  resize: none; }

.form input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .form input[type="checkbox"] + label {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 1199px) {
      .form input[type="checkbox"] + label {
        font-size: 11px; } }
    .form input[type="checkbox"] + label::before {
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 20px;
      height: 20px;
      background: white;
      border: 1px solid #E9E6E2;
      outline: 1px solid white;
      outline-offset: -2px;
      margin-right: 8px;
      transition: all 0.2s; }
  .form input[type="checkbox"]:not(:disabled) + label:hover::before {
    border-color: #C5A995; }
  .form input[type="checkbox"]:checked + label::before {
    background: #C5A995; }

body.modal-opened {
  overflow: hidden; }
  body.modal-opened .modal-backdrop {
    display: flex; }

.modal {
  position: relative;
  z-index: 1001;
  display: none;
  margin: auto;
  width: 592px;
  background: white;
  text-align: center; }
  .modal .form {
    text-align: left; }
  .modal.open {
    display: block; }
  .modal-backdrop {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    overflow-y: auto; }
  .modal-close {
    position: absolute;
    z-index: 10;
    top: 24px;
    right: 24px;
    padding: 0;
    background: transparent; }
  .modal-header {
    padding: 60px 60px 0; }
    .modal-header .title {
      font-family: Cormorant, serif;
      font-style: normal;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      color: #887568;
      text-transform: uppercase; }
  .modal-body {
    padding: 40px 60px 70px; }
  .modal-footer {
    padding: 0 60px 68px;
    text-align: center; }
    .modal-footer .buttons {
      display: flex;
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
      .modal-footer .buttons .btn {
        flex: 1;
        width: 50%;
        margin: 20px 10px 0; }
  .modal-form-success {
    display: none; }
    .modal-form-success .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px; }
  .modal .form {
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
    text-align: center; }
    .modal .form-group {
      text-align: left; }
    .modal .form .btn {
      width: 100%; }
  @media only screen and (max-width: 1199px) {
    .modal {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      min-height: 100%;
      flex-direction: column; }
      .modal.open {
        display: flex; }
      .modal-close {
        top: 20px;
        right: 20px; }
      .modal-header, .modal-body, .modal-footer {
        padding-left: 14px;
        padding-right: 14px; }
      .modal-header {
        padding-top: 80px; }
      .modal-body {
        padding-top: 24px;
        padding-bottom: 24px; }
      .modal-footer {
        margin-top: auto;
        padding-bottom: 20px; }
        .modal-footer .buttons {
          display: block; }
          .modal-footer .buttons .btn {
            display: block;
            width: 100%;
            max-width: 300px;
            margin-left: auto;
            margin-right: auto; }
      .modal-form-success .content {
        font-size: 18px;
        line-height: 26px; } }

.header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-menu, .header-logo, .header-links {
    flex: 1; }
  .header-menu {
    display: flex;
    align-items: center; }
    .header-menu a.search {
      display: none;
      background: transparent url(/local/templates/golden_sand/css/../images/icon-search.svg) center center no-repeat;
      width: 20px;
      height: 20px; }
    .header-menu .menu {
      flex: 1;
      padding: 0;
      margin: 0 8px;
      text-transform: uppercase; }
      .header-menu .menu li {
        display: inline-block;
        padding: 0 24px; }
        .header-menu .menu li::before {
          display: none; }
      .header-menu .menu .question-link::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        background: transparent url(/local/templates/golden_sand/css/../images/icon-whatsapp.svg) center center no-repeat;
        background-size: 100% 100%;
        opacity: 0.5; }
  .header .main-menu-toggler {
    flex: 0 0 164px;
    position: relative;
    width: 164px;
    height: 88px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    cursor: pointer;
    transition: background-color 0.3s; }
    .header .main-menu-toggler::before, .header .main-menu-toggler::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -12px;
      height: 2px;
      border-radius: 1px;
      background: #887568;
      transition: transform 0.3s; }
    .header .main-menu-toggler::before {
      margin-top: -4px;
      width: 16px;
      transform-origin: left top; }
    .header .main-menu-toggler::after {
      margin-top: 2px;
      width: 24px;
      transform-origin: left bottom; }
    body.menu-opened .header .main-menu-toggler::before {
      transform: translateY(-4px) rotate(45deg) scaleX(1.375); }
    body.menu-opened .header .main-menu-toggler::after {
      transform: translateY(5px) rotate(-45deg) scaleX(0.9166); }
    .header .main-menu-toggler:hover {
      background: #EADDD4; }
  .header-logo {
    flex: 0;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center; }
  .header-links {
    text-align: right; }
    .header-links a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
      .header-links a + a {
        margin-left: 80px; }
      .header-links a:last-child {
        margin-right: 64px; }
      .header-links a.search {
        background-image: url(/local/templates/golden_sand/css/../images/icon-search.svg);
        width: 20px;
        height: 20px; }
      .header-links a.favorites {
        background-image: url(/local/templates/golden_sand/css/../images/icon-heart.svg);
        width: 20px;
        height: 18px; }
      .header-links a.personal {
        background-image: url(/local/templates/golden_sand/css/../images/icon-person.svg);
        width: 24px;
        height: 24px; }
      .header-links a.cart {
        background-image: url(/local/templates/golden_sand/css/../images/icon-bag.svg);
        width: 17px;
        height: 24px; }
      .header-links a .count {
        position: absolute;
        bottom: -6px;
        right: -6px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        background: #C5A995;
        font-size: 12px;
        line-height: 16px;
        color: white; }
      .header-links a .total {
        position: absolute;
        bottom: -18px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 11px;
        line-height: 14px;
        color: #C5A995;
        white-space: nowrap; }

.main-menu {
  display: none;
  flex: 1;
  flex-direction: column;
  width: 100%;
  padding-top: 80px; }
  .menu-opened .main-menu {
    display: flex; }
  .main-menu .container {
    flex: 1; }
  .main-menu-footer {
    margin: 40px 40px 0;
    padding: 22px 0;
    border-top: 1px solid #E9E6E2; }
    .main-menu-footer a {
      text-transform: uppercase; }
    .main-menu-footer .social a + a {
      margin-left: 60px; }
    .main-menu-footer .city, .main-menu-footer .personal {
      display: none; }

body.menu-opened .main, body.menu-opened .footer {
  display: none; }

@media (max-width: 1500px) {
  .header-logo {
    padding: 0; }
  .header .menu {
    margin: 0; }
    .header .menu li {
      padding: 0 8px; } }

@media only screen and (max-width: 1199px) {
  .header {
    min-height: 60px;
    padding: 0 14px; }
    .header .main-menu-toggler {
      flex: 0 0 auto;
      width: 24px;
      height: 24px;
      margin-right: 20px; }
      .header .main-menu-toggler:hover {
        background: transparent; }
    .header-menu a.search {
      display: inline-block;
      width: 24px;
      height: 24px; }
    .header-menu .menu {
      display: none; }
    .header-logo {
      padding: 0; }
      .header-logo img {
        width: 80px; }
    .header-links a.favorites, .header-links a.cart {
      width: 24px;
      height: 24px;
      margin: 0 0 0 20px; }
    .header-links a.search, .header-links a.personal {
      display: none; }
    .header-links a .count {
      bottom: 12px;
      right: -8px; }
    .header-links a .total {
      display: none; }
  .main-menu {
    padding: 0 14px; }
    .main-menu-footer {
      border-top: 0;
      margin: 0; }
      .main-menu-footer .social {
        font-size: 0;
        margin: 0 -6px;
        text-align: center;
        padding-bottom: 19px;
        border-bottom: 1px solid #E9E6E2;
        margin-bottom: 18px; }
        .main-menu-footer .social a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 140px;
          height: 36px;
          margin: 5px 6px;
          border: 1px solid #E9E6E2;
          font-size: 12px;
          line-height: 16px;
          color: #C5A995; }
          .main-menu-footer .social a + a {
            margin: 5px 6px; }
          .main-menu-footer .social a::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 16px;
            height: 16px;
            margin-right: 6px;
            background: transparent center center no-repeat;
            background-size: contain; }
          .main-menu-footer .social a::after {
            display: none; }
          .main-menu-footer .social a.instagram::before {
            background-image: url(/local/templates/golden_sand/css/../images/icon-instagram.svg); }
          .main-menu-footer .social a.telegram::before {
            background-image: url(/local/templates/golden_sand/css/../images/icon-telegram.svg);
            transform: scale(1.3); }
          .main-menu-footer .social a.vk::before {
            background-image: url(/local/templates/golden_sand/css/../images/icon-vk.svg); }
          .main-menu-footer .social a.whatsapp::before {
            background-image: url(/local/templates/golden_sand/css/../images/icon-whatsapp.svg); }
          .main-menu-footer .social a.mail::before {
            background-image: url(/local/templates/golden_sand/css/../images/icon-mail.svg); }
      .main-menu-footer .city, .main-menu-footer .personal {
        display: inline-block;
        width: 50%;
        font-size: 11px;
        line-height: 14px;
        text-align: center; }
        .main-menu-footer .city::before, .main-menu-footer .personal::before {
          display: inline-block;
          vertical-align: middle; }
      .main-menu-footer .city::before {
        content: url(/local/templates/golden_sand/css/../images/icon-placemark.svg);
        margin-right: 9px; }
      .main-menu-footer .personal::before {
        content: url(/local/templates/golden_sand/css/../images/icon-person.svg);
        margin-right: 6px; } }

.menu-groups {
  display: flex;
  margin-left: -14px;
  margin-right: -14px; }
  .menu-groups .menu {
    padding: 0;
    margin: 0; }
    .menu-groups .menu li {
      display: block;
      margin: 16px 0; }
      .menu-groups .menu li::before {
        display: none; }
    .menu-groups .menu a {
      text-transform: uppercase; }
      .menu-groups .menu a.danger {
        color: #D08794; }
  .menu-groups .menu-group {
    flex: 1;
    padding: 0 16px; }
    .menu-groups .menu-group-catalog {
      flex: 2; }
    .menu-groups .menu-group-title {
      padding-bottom: 12px;
      border-bottom: 1px solid #E9E6E2;
      margin-bottom: 12px;
      font-family: Cormorant, serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 36px;
      color: #887568;
      text-transform: uppercase; }
  @media only screen and (max-width: 1199px) {
    .menu-groups {
      display: block; }
      .menu-groups .menu-group-title {
        display: flex;
        align-items: center;
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 0;
        font-family: Open Sans, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        cursor: pointer; }
        .menu-groups .menu-group-title + * {
          display: none; }
        .menu-groups .menu-group-title::after {
          content: '';
          width: 14px;
          height: 8px;
          margin-left: auto;
          background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8284 0.172426C13.5997 -0.0574754 13.2286 -0.0574754 12.9999 0.172426L7.00032 6.75553L1.00016 0.172426C0.771423 -0.0574754 0.400286 -0.0574754 0.171551 0.172426C-0.0571838 0.402328 -0.0571838 0.775203 0.171551 1.00508L6.55625 8.01059C6.6782 8.13313 6.84042 8.18563 6.99972 8.17749C7.15958 8.18563 7.32124 8.13313 7.44319 8.01059L13.8285 1.00446C14.0572 0.774609 14.0572 0.402328 13.8284 0.172426Z' fill='%23C5A995'/%3E%3C/svg%3E%0A"); }
        .menu-groups .menu-group-title.opened + * {
          display: block; }
        .menu-groups .menu-group-title.opened::after {
          transform: rotate(180deg); }
      .menu-groups .menu-group .menu li {
        padding: 0;
        margin: 0; }
      .menu-groups .menu-group .menu a {
        display: block;
        padding: 14px 20px;
        color: #C5A995;
        text-transform: none;
        border-bottom: 1px solid #E9E6E2; }
      .menu-groups .menu-group .menu a:first-letter {
        text-transform: uppercase;
      }
  }

.footer {
  padding-top: 32px; }
  .footer-profile a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: transparent url(/local/templates/golden_sand/css/../images/icon-person.svg) 0 0 no-repeat;
    background-size: 100% 100%; }
  .footer .form-subscribe {
    margin-bottom: 20px; }
    .footer .form-subscribe .form-title {
      margin-bottom: 36px;
      font-family: Cormorant, serif;
      font-style: normal;
      font-weight: 500;
      font-size: 22px;
      line-height: 30px;
      color: #887568;
      text-transform: uppercase; }
  .footer-social {
    margin-bottom: 72px;
    text-align: center; }
    .footer-social .title {
      margin-bottom: 20px;
      font-family: Cormorant, serif;
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      color: #887568;
      text-transform: uppercase; }
    .footer-social a {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: transparent center center no-repeat;
      background-size: 100% 100%;
      font-size: 0; }
      .footer-social a:hover, .footer-social .cabinet-nav .menu a.active, .cabinet-nav .menu .footer-social a.active {
        opacity: 0.8; }
      .footer-social a + a {
        margin-left: 60px; }
      .footer-social a.telegram {
        background-image: url(/local/templates/golden_sand/css/../images/icon-telegram.svg); transform: scale(1.5); }
      .footer-social a.instagram {
        background-image: url(/local/templates/golden_sand/css/../images/icon-instagram.svg); }
      .footer-social a.vk {
        background-image: url(/local/templates/golden_sand/css/../images/icon-vk.svg); }
      .footer-social a.whatsapp {
        background-image: url(/local/templates/golden_sand/css/../images/icon-whatsapp.svg); }
      .footer-social a.mail {
        background-image: url(/local/templates/golden_sand/css/../images/icon-mail.svg); }
  .footer-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 32px; }
    .footer-bottom .copyright {
      font-family: Cormorant, serif;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 28px;
      color: #887568;
      margin-right: 84px; }
    .footer-bottom .links a {
      margin-right: 32px;
      color: #C5A995; }
    .footer-bottom .developer {
      margin-left: auto; }
      .footer-bottom .developer img {
        margin-left: 8px; }
  @media only screen and (min-width: 1200px) {
    .footer {
      margin-top: 100px;
      margin-left: 40px;
      margin-right: 40px;
      border-top: 1px solid #E9E6E2; }
      .footer .container {
        display: flex;
        flex-wrap: wrap; }
      .footer-menu {
        width: 60%;
        order: 1; }
        .footer-menu .menu-group-catalog {
          display: none; }
        .footer-menu .menu-group-title {
          font-size: 22px;
          line-height: 30px;
          border: 0;
          padding: 0;
          margin-bottom: 24px; }
        .footer-menu .menu-group .menu li {
          margin: 12px 0; }
        .footer-menu .menu-group .menu a {
          color: #C5A995; }
      .footer-profile {
        order: 2; }
      .footer .form-subscribe {
        width: 350px;
        margin-left: auto;
        order: 3; }
      .footer-social {
        width: 100%;
        order: 4; }
      .footer-bottom {
        order: 5; } }
  @media only screen and (max-width: 1199px) {
    .footer .form-subscribe .form-title {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 40px; }
    .footer .form-subscribe .btn-submit {
      width: 100%; }
    .footer-menu {
      margin-bottom: 42px; }
    .footer-profile {
      display: none; }
    .footer-social {
      margin-bottom: 32px; }
      .footer-social .title {
        font-size: 14px;
        line-height: 20px; }
    .footer-bottom {
      display: none; } }

.product-card {
  text-align: center;
  font-size: 13px;
  line-height: 20px; }
  .product-card-holder {
    position: relative;
    margin-bottom: 16px; }
    .product-card-holder::before {
      content: '';
      display: block;
      padding-top: 137.61%; }
  .product-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .product-card-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8px;
    background: #D08794;
    font-size: 12px;
    line-height: 16px;
    color: white;
    text-transform: uppercase; }
  .product-card-favorite {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 24px;
    height: 22px; }
    .product-card-favorite svg {
      width: 100%;
      height: 100%; }
      .product-card-favorite svg path {
        fill: white; }
    .product-card-favorite.in svg path {
      fill: #D08794; }
  .product-card-title {
    display: inline-block;
    color: #887568;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-decoration: none; }
  .product-card-price {
    color: #C5A995; }
    .product-card-price .current {
      color: #D08794;
      margin-right: 6px; }
    .product-card-price .old {
      font-weight: 300;
      font-size: 12px;
      line-height: 16px;
      text-decoration: line-through; }
  @media only screen and (max-width: 1199px) {
    .product-card, .product-card-price .old {
      font-size: 10px;
      line-height: 14px; }
    .product-card-holder {
      margin-bottom: 12px; }
    .product-card-title {
      margin-bottom: 4px; } }

.special-card {
  display: block;
  position: relative;
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 60px;
  color: white;
  text-transform: uppercase;
  text-decoration: none; }
  .special-card::before {
    content: '';
    display: block;
    padding-top: 125%; }
  .special-card-image, .special-card-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .special-card-image {
    -o-object-fit: cover;
       object-fit: cover; }
  .special-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center}
  @media only screen and (max-width: 1199px) {
    .special-card {
      font-size: 24px;
      line-height: 36px; } }

.sidebar-title {
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #887568;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}

.sidebar .menu {
  padding: 0;
  margin-bottom: 40px; }
  .sidebar .menu li {
    margin: 16px 0; }
    .sidebar .menu li::before {
      display: none; }
    .sidebar .menu li a {
      text-transform: uppercase; }
      .sidebar .menu li a.danger {
        color: #D08794; }

.breadcrumbs {
  margin: 34px 148px 62px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #C5A995; }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li::before {
      display: none; }
    .breadcrumbs li + li::before {
      content: '';
      display: inline-block;
      width: 6px;
      height: 10px;
      margin: 0 17px;
      background: transparent url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.72204 4.68284L0.717894 0.122533C0.553683 -0.0408443 0.287368 -0.0408443 0.123158 0.122533C-0.0410526 0.285897 -0.0410526 0.550975 0.123158 0.714352L4.82558 5.00001L0.123574 9.28566C-0.0406361 9.44903 -0.0406361 9.71411 0.123574 9.87748C0.287785 10.0408 0.5541 10.0408 0.718298 9.87748L5.72246 5.31717C5.80998 5.23008 5.84751 5.11461 5.84166 5.00043C5.8471 4.88581 5.80959 4.77036 5.72204 4.68284Z' fill='%23E9E6E2'/%3E%3C/svg%3E%0A") center center no-repeat; }
  @media (max-width: 1500px) {
    .breadcrumbs {
      margin-left: 128px; } }
  @media only screen and (max-width: 1199px) {
    .breadcrumbs {
      margin: 16px 0 24px;
      font-size: 10px;
      line-height: 14px; }
      .breadcrumbs li + li::before {
        margin: 0 9px; } }

.cabinet-nav .menu .logout {
  margin-top: 40px; }
  .cabinet-nav .menu .logout a {
    color: #D08794; }

.any-questions .title {
  margin-bottom: 32px;
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase; }

.any-questions ul.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding: 0;
  text-align: center; }
  .any-questions ul.social li {
    width: 25%;
    padding: 0 16px; }
    .any-questions ul.social li::before {
      display: none; }
  .any-questions ul.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    border: 1px solid #E9E6E2; }
    .any-questions ul.social a svg {
      flex: 0 0 auto;
      display: inline-block;
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-right: 8px; }

@media only screen and (max-width: 1199px) {
  .any-questions .title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px; }
  .any-questions ul.social {
    margin: 0 -6px; }
    .any-questions ul.social li {
      width: 50%;
      padding: 0 6px; }
    .any-questions ul.social a {
      height: 36px; }
      .any-questions ul.social a svg {
        width: 16px;
        height: 16px;
        margin-right: 6px; } }

.frontpage-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 849px;
  margin-bottom: 80px; }
  .frontpage-hero .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 262px;
    height: 52px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
  .frontpage-hero .social {
    position: absolute;
    bottom: 42px; }
    .frontpage-hero .social a {
      display: inline-block;
      width: 20px;
      height: 20px; }
      .frontpage-hero .social a + a {
        margin-left: 44px; }
      .frontpage-hero .social a svg path {
        fill: rgba(255, 255, 255, 0.75);
        transition: fill 0.2s; }
      .frontpage-hero .social a:hover svg path, .frontpage-hero .social .cabinet-nav .menu a.active svg path, .cabinet-nav .menu .frontpage-hero .social a.active svg path {
        fill: white; }

.frontpage-section {
  padding: 0 40px;
  margin-top: 80px; }
  .frontpage-section-title {
    padding-left: 156px;
    margin-bottom: 28px;
    font-family: Cormorant, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #C5A995;
    text-transform: uppercase; }
  .frontpage-section.products .swiper-container {
    padding-top: 58px;
    margin-top: -58px; }
  .frontpage-section.products .swiper-button {
    position: absolute;
    top: 0;
    left: auto;
    width: 12px;
    height: 20px;
    margin: 0;
    outline: none; }
    .frontpage-section.products .swiper-button::after {
      display: none; }
    .frontpage-section.products .swiper-button svg {
      width: 100%;
      height: 100%; }
      .frontpage-section.products .swiper-button svg path {
        fill: #C5A995;
        transition: fill 0.2s; }
    .frontpage-section.products .swiper-button-prev {
      right: 60px; }
    .frontpage-section.products .swiper-button-next {
      right: 22px; }
    .frontpage-section.products .swiper-button:hover svg path {
      fill: #887568; }
    .frontpage-section.products .swiper-button-disabled {
      opacity: 1; }
      .frontpage-section.products .swiper-button-disabled svg path {
        fill: #EADDD4; }
  .frontpage-section.special {
    overflow: hidden; }
    .frontpage-section.special .special-items {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -16px; }
    .frontpage-section.special .special-item {
      padding: 0 16px;
      width: 50%; }

@media only screen and (max-width: 1199px) {
  .frontpage-hero {
    height: 447px;
    margin-bottom: 32px; }
    .frontpage-hero .btn {
      width: 292px;
      height: 48px;
      font-size: 13px;
      line-height: 20px; }
    .frontpage-hero .social {
      bottom: 26px; }
      .frontpage-hero .social a + a {
        margin-left: 36px; }
  .frontpage-section {
    padding: 0;
    margin-top: 32px; }
    .frontpage-section-title {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 10px;
      padding-left: 14px; }
    .frontpage-section.products .swiper-container {
      padding-top: 30px;
      margin-top: -30px; }
    .frontpage-section.products .swiper-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px; }
      .frontpage-section.products .swiper-button svg {
        width: 8px;
        height: 14px; }
    .frontpage-section.special .special-item {
      width: 100%;
      padding: 0;
      margin-bottom: 8px; } }

.searchpage {
  padding-top: 80px; }
  .searchpage .form-search {
    width: 100%;
    max-width: 904px;
    margin: 0 auto 64px; }
    .searchpage .form-search .form-input {
      text-transform: uppercase;
      color: #C5A995;
      background: white url(/local/templates/golden_sand/css/../images/icon-search.svg) right 14px center no-repeat; }
      .searchpage .form-search .form-input::-webkit-search-decoration, .searchpage .form-search .form-input::-webkit-search-cancel-button, .searchpage .form-search .form-input::-webkit-search-results-button, .searchpage .form-search .form-input::-webkit-search-results-decoration {
        display: none; }
    .searchpage .form-search .hint {
      text-align: center;
      color: #C5A995; }
  .searchpage .error-text {
    margin-top: 100px;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #887568; }
  @media only screen and (max-width: 1199px) {
    .searchpage {
      padding-top: 24px;
      overflow: hidden; }
      .searchpage .form-search {
        margin-bottom: 20px; }
        .searchpage .form-search .form-group {
          margin-bottom: 12px; }
        .searchpage .form-search .hint {
          font-size: 11px;
          line-height: 14px; }
      .searchpage .error-text {
        margin-top: 60px;
        font-size: 12px;
        line-height: 16px; } }

.faqpage-questions {
  margin-bottom: 100px; }
  .faqpage-questions .answer {
    padding: 0 40px; }

.faqpage-question {
  border-bottom: 1px solid #E9E6E2; }

@media only screen and (max-width: 1199px) {
  .faqpage-questions {
    margin-bottom: 40px; }
    .faqpage-questions .answer {
      padding-left: 0; } }

.shopspage .page-title {
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #887568;
  text-align: left;
  margin: 0 0 60px; }

.shopspage-list {
  padding: 0;
  margin: 0; }
  .shopspage-list li {
    margin: 0; }
    .shopspage-list li::before {
      display: none; }
  .shopspage-list .city {
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #C5A995;
    margin-bottom: 12px; }
  .shopspage-list .name {
    text-transform: uppercase;
    margin-bottom: 20px; }

.shopspage-shops .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px; }
  .shopspage-shops .item .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    font-family: Cormorant, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center; }
    .shopspage-shops .item .name::before, .shopspage-shops .item .name::after {
      content: '';
      flex: 1;
      display: block;
      height: 1px;
      background: #EEF0F3; }
    .shopspage-shops .item .name::before {
      margin-right: 12px; }
    .shopspage-shops .item .name::after {
      margin-left: 12px; }
  .shopspage-shops .item .info {
    width: 50%;
    padding: 0 40px; }
    .shopspage-shops .item .info .address {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 12px; }
    .shopspage-shops .item .info .desc {
      font-size: 15px;
      line-height: 22px;
      color: #C5A995;
      margin-bottom: 32px; }
    .shopspage-shops .item .info .hours {
      font-weight: 300;
      color: #C5A995;
      margin-bottom: 32px; }
      .shopspage-shops .item .info .hours span {
        color: #887568; }
    .shopspage-shops .item .info .contacts {
      font-size: 16px;
      line-height: 24px; }
      .shopspage-shops .item .info .contacts .phone, .shopspage-shops .item .info .contacts .social {
        display: inline-block;
        vertical-align: middle; }
      .shopspage-shops .item .info .contacts .phone::after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 24px;
        margin: 0 12px;
        background: #EEF0F3; }
      .shopspage-shops .item .info .contacts .social a {
        display: inline-block;
        vertical-align: middle; }
        .shopspage-shops .item .info .contacts .social a + a {
          margin-left: 20px; }
        .shopspage-shops .item .info .contacts .social a svg {
          display: block;
          width: 20px;
          height: 20px; }
        .shopspage-shops .item .info .contacts .social a svg:hover {
          opacity: 0.8}
  .shopspage-shops .item .map {
    width: 50%;
    height: 460px; }

@media only screen and (min-width: 1200px) {
  .shopspage .any-questions {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .shopspage .container-sidebar {
    flex-wrap: wrap; }
  .shopspage .sidebar {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding: 0; }
  .shopspage .page-title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #C5A995;
    margin-bottom: 40px; }
  .shopspage-shops .item {
    display: block;
    margin-bottom: 40px; }
    .shopspage-shops .item .name {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px; }
    .shopspage-shops .item .info {
      width: 100%;
      padding: 0;
      margin-bottom: 18px; }
      .shopspage-shops .item .info .address {
        font-size: 13px;
        line-height: 20px; }
      .shopspage-shops .item .info .desc {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px; }
      .shopspage-shops .item .info .hours {
        font-size: 12px;
        line-height: 16px; }
      .shopspage-shops .item .info .contacts {
        font-weight: 300;
        font-size: 13px;
        line-height: 20px; }
    .shopspage-shops .item .map {
      width: auto;
      height: 380px;
      margin-left: -14px;
      margin-right: -14px; } }

.reviewspage-hero {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(/local/templates/golden_sand/css/../images/reviews-hero.jpg);
  background-repeat: no-repeat;
  background-position: center bottom 73%;
  background-size: cover;
  padding: 120px 0;
  margin-bottom: 52px;
  text-align: center; }
  .reviewspage-hero .text {
    margin-bottom: 116px;
    font-family: Cormorant, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF; }

.reviewspage-reviews {
  margin-bottom: 100px; }

.reviewspage-review + .reviewspage-review {
  margin-top: 72px; }

.reviewspage-review .heading {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E6E2; }

.reviewspage-review .author, .reviewspage-review .city {
  display: inline-block;
  vertical-align: middle; }

.reviewspage-review .author {
  margin-right: 10px;
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase; }

.reviewspage-review .city, .reviewspage-review .date {
  color: #C5A995; }

.reviewspage-review .text {
  margin-bottom: 16px; }

@media only screen and (max-width: 1199px) {
  .reviewspage-hero {
    padding: 52px 0;
    margin: 0 -14px 40px; }
    .reviewspage-hero .text {
      margin-bottom: 60px;
      font-size: 18px;
      line-height: 26px; }
    .reviewspage-hero .btn {
      width: 100%;
      font-size: 13px;
      line-height: 20px; }
  .reviewspage-reviews {
    margin-bottom: 40px; }
  .reviewspage-review + .reviewspage-review {
    margin-top: 40px; }
  .reviewspage-review .heading {
    margin-bottom: 12px; }
  .reviewspage-review .author {
    font-size: 16px;
    line-height: 24px; }
  .reviewspage-review .city, .reviewspage-review .text {
    font-size: 13px;
    line-height: 20px; }
  .reviewspage-review .date {
    font-size: 12px;
    line-height: 16px; } }

.catalogpage {
  margin-top: 62px;
}
@media (max-width: 1199px) {
  .catalogpage {
    margin-top: 0;
  }
  .products-list {
    margin-top: 31px !important;
  }
  .catalog-filter + .products-list {
    margin-top: 0 !important;
  }
}
.catalogpage .catalog-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px; }
  .catalogpage .catalog-filter-chosen {
    order: 2; }
    .catalogpage .catalog-filter-chosen .items {
      display: inline-block;
      vertical-align: middle; }
      .catalogpage .catalog-filter-chosen .items .item {
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #E9E6E2;
        padding: 2px 4px;
        margin-right: 4px;
        font-size: 13px;
        line-height: 20px;
        color: #C5A995; }
  .catalogpage .catalog-filter-reset {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
    color: #C5A995;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    margin-left: 24px;
    cursor: pointer; }
    .catalogpage .catalog-filter-reset.hidden {
      display: none; }
  .catalogpage .catalog-filter-toggle {
    order: 1;
    display: flex;
    padding: 0;
    margin-right: 15px;
    line-height: 26px; }
    .catalogpage .catalog-filter-toggle::after {
      margin-left: 9px; }
  .catalogpage .catalog-filter .panel {
    order: 3;
    width: 100%;
    margin-top: 24px; }

.catalogpage .products-list {
  margin-bottom: 68px; }

.catalogpage .promo-slider .slide {
  padding: 193px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #FFFFFF; }
  .catalogpage .promo-slider .slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); }
  .catalogpage .promo-slider .slide .content {
    position: relative;
    padding: 0 100px;
    width: 100%;
    max-width: 850px;
    margin: auto; }
  .catalogpage .promo-slider .slide .title {
    font-family: Cormorant, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .catalogpage .promo-slider .slide .desc {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase; }
  .catalogpage .promo-slider .slide .btn {
    margin-top: 100px; }

.catalogpage .promo-slider .swiper-button {
  width: 60px;
  height: 40px;
  padding: 0;
  margin-top: -20px;
  border: 0; }
  .catalogpage .promo-slider .swiper-button::after {
    display: none; }
  .catalogpage .promo-slider .swiper-button svg {
    display: block;
    width: 12px;
    height: 20px; }
  .catalogpage .promo-slider .swiper-button-prev {
    left: 40px; }
  .catalogpage .promo-slider .swiper-button-next {
    right: 40px; }
  .catalogpage .promo-slider .swiper-button-disabled {
    background: #EADDD4;
    opacity: 1; }
  .catalogpage .promo-slider .swiper-button:hover, .catalogpage .promo-slider .swiper-button:active {
    background: #887568;
    color: white; }
    .catalogpage .promo-slider .swiper-button:hover svg path, .catalogpage .promo-slider .swiper-button:active svg path {
      fill: white; }

@media only screen and (min-width: 1200px) {
  .catalogpage .any-questions {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .catalogpage .catalog-filter {
    margin-bottom: 8px; }
    .catalogpage .catalog-filter-chosen {
      order: 1;
      margin-bottom: 12px; }
    .catalogpage .catalog-filter-toggle {
      width: 100%;
      order: 2; }
    .catalogpage .catalog-filter .panel {
      order: 3; }
  .catalogpage .products-list {
    margin: 0 -18px 24px; }
  .catalogpage .promo-slider {
    margin: 0 -14px 40px; }
    .catalogpage .promo-slider .slide {
      padding: 63px 0 41px; }
      .catalogpage .promo-slider .slide .content {
        padding: 0 14px; }
      .catalogpage .promo-slider .slide .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px; }
      .catalogpage .promo-slider .slide .desc {
        font-size: 12px;
        line-height: 16px; }
      .catalogpage .promo-slider .slide .btn {
        margin-top: 80px;
        width: auto;
        margin-left: 50px;
        margin-right: 50px; }
    .catalogpage .promo-slider .swiper-button {
      width: 36px;
      height: 48px;
      margin: 0;
      top: auto;
      bottom: 41px; }
      .catalogpage .promo-slider .swiper-button svg {
        display: block;
        width: 7px;
        height: 12px; }
      .catalogpage .promo-slider .swiper-button-prev {
        left: 0; }
      .catalogpage .promo-slider .swiper-button-next {
        right: 0; } }

.productpage {
  padding-top: 88px; }
  .productpage .link-back {
    text-transform: uppercase; }
    .productpage .link-back svg {
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 16px;
      margin-right: 12px; }
  .productpage .product {
    display: flex;
    width: 100%; }
    .productpage .product-gallery {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-right: 84px; }
      .productpage .product-gallery-inner {
        display: flex;
        width: 100%;
        flex-basis: 0;
        flex-grow: 1;
        overflow: hidden; }
        .productpage .product-gallery-inner .thumbnails {
          width: 104px;
          padding-right: 32px; }
        .productpage .product-gallery-inner .thumbnail {
          position: relative;
          margin-bottom: 20px;
          cursor: pointer; }
          .productpage .product-gallery-inner .thumbnail img {
            display: block;
            width: 100%;
            height: auto; }
        .productpage .product-gallery-inner .images {
          width: 100%; }
          .productpage .product-gallery-inner .images .swiper-container {
            height: 100%; }
          .productpage .product-gallery-inner .images .swiper-pagination {
            display: none;
            bottom: 20px; }
            .productpage .product-gallery-inner .images .swiper-pagination-bullet {
              margin: 0 4px;
              background: rgba(255, 255, 255, 0.45);
              border-radius: 0;
              opacity: 1; }
              .productpage .product-gallery-inner .images .swiper-pagination-bullet-active {
                background: white; }
        .productpage .product-gallery-inner .image img {
          width: 100%; }
    .productpage .product-info {
      display: flex;
      flex-direction: column;
      width: 384px; }
    .productpage .product-title {
      font-size: 22px;
      line-height: 30px;
      margin: 0 0 8px; }
    .productpage .product-sku {
      font-size: 13px;
      line-height: 20px;
      color: #C5A995;
      margin-bottom: 40px; }
    .productpage .product-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 129px;
      height: 40px;
      background: #D08794;
      margin-bottom: 12px;
      font-size: 12px;
      line-height: 16px;
      color: white;
      text-transform: uppercase; }
    .productpage .product-price {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 40px; }
      .productpage .product-price .current, .productpage .product-price .old {
        display: inline-block;
        vertical-align: middle; }
      .productpage .product-price .current {
        margin-right: 8px; }
      .productpage .product-price .old {
        color: #C5A995;
        text-decoration: line-through; }
    .productpage .product-params .title, .productpage .product-up-to-discount .title, .productpage .product-delivery .title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      font-size: 13px;
      line-height: 20px; }
      .productpage .product-params .title .desc, .productpage .product-up-to-discount .title .desc, .productpage .product-delivery .title .desc {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        text-decoration: underline; }
    .productpage .product-up-to-discount {
      margin-bottom: 60px; }
    .productpage .product-params {
      margin-bottom: 32px; }
      .productpage .product-params .items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;}
        .productpage .product-params .items .item {
          width: 84px;
          margin: 0 8px 8px; }
          .productpage .product-params .items .item input[type="radio"] {
            position: absolute;
            z-index: -1;
            opacity: 0; }
            .productpage .product-params .items .item input[type="radio"] + label {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 28px;
              background-color: white;
              border: 1px solid #E9E6E2;
              color: #C5A995;
              cursor: pointer; }
            .productpage .product-params .items .item input[type="radio"]:checked + label {
              border-color: #C5A995;
              background-color: #C5A995;
              color: white; }
          .productpage .product-params .items .item .info {
            margin-top: 8px;
            font-size: 12px;
            line-height: 16px;
            color: #C5A995;
            text-align: center; }
      .productpage .product-params.colors input[type="radio"] {
        position: absolute;
        z-index: -1;
        opacity: 0; }
        .productpage .product-params.colors input[type="radio"] + label {
          border: 1px solid transparent;
          font-size: 0; }
        .productpage .product-params.colors input[type="radio"]:checked + label {
          border-color: #C5A995;
          outline: 1px solid white;
          outline-offset: -2px; }
    .productpage .product-cart {
      text-align: center;
      margin-bottom: 60px; }
      .productpage .product-cart .btn-submit {
        width: 100%;
        margin-bottom: 40px; }
      .productpage .product-cart .favorite {
        text-transform: uppercase; }
        .productpage .product-cart .favorite svg {
          display: inline-block;
          vertical-align: middle;
          width: 24px;
          height: 22px;
          margin-right: 10px; }
    .productpage .product-delivery {
      margin-bottom: 60px; }
      .productpage .product-delivery svg {
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        margin-right: 10px; }
    .productpage .product-accordion .item {
      border-bottom: 1px solid #E9E6E2; }
    .productpage .product-accordion .accordion {
      text-transform: uppercase; }
    .productpage .product-recommended {
      margin-top: 100px; }
      .productpage .product-recommended-title {
        margin-bottom: 28px;
        font-family: Cormorant, serif;
        font-style: normal;
        font-weight: 500;
        font-size: 32px;
        line-height: 44px;
        color: #C5A995;
        text-transform: uppercase; }
      .productpage .product-recommended .products-item {
        padding: 0; }
      .productpage .product-recommended .swiper-container {
        padding-top: 58px;
        margin-top: -58px; }
      .productpage .product-recommended .swiper-button {
        position: absolute;
        top: 0;
        left: auto;
        width: 12px;
        height: 20px;
        margin: 0;
        outline: none; }
        .productpage .product-recommended .swiper-button::after {
          display: none; }
        .productpage .product-recommended .swiper-button svg {
          width: 100%;
          height: 100%; }
          .productpage .product-recommended .swiper-button svg path {
            fill: #C5A995;
            transition: fill 0.2s; }
        .productpage .product-recommended .swiper-button-prev {
          right: 60px; }
        .productpage .product-recommended .swiper-button-next {
          right: 22px; }
        .productpage .product-recommended .swiper-button:hover svg path {
          fill: #887568; }
        .productpage .product-recommended .swiper-button-disabled {
          opacity: 1; }
          .productpage .product-recommended .swiper-button-disabled svg path {
            fill: #EADDD4; }
  @media only screen and (min-width: 1200px) {
    .productpage .any-questions {
      display: none; } }
  @media only screen and (max-width: 1199px) {
    .productpage {
      padding-top: 12px; }
      .productpage .sidebar {
        display: block;
        margin-bottom: 24px; }
      .productpage .link-back {
        font-size: 12px;
        line-height: 16px; }
      .productpage .product {
        display: block; }
        .productpage .product-gallery {
          display: block;
          padding: 0;
          margin: 0 -14px 20px;
          width: auto; }
          .productpage .product-gallery-inner {
            display: block; }
            .productpage .product-gallery-inner .thumbnails {
              display: none; }
            .productpage .product-gallery-inner .images {
              display: block; }
              .productpage .product-gallery-inner .images img {
                display: block; }
              .productpage .product-gallery-inner .images .swiper-pagination {
                display: block; }
        .productpage .product-info {
          display: block;
          width: 100%;
          text-align: center; }
        .productpage .product-title {
          font-size: 18px;
          line-height: 26px; }
        .productpage .product-sku {
          font-size: 11px;
          line-height: 14px;
          margin-bottom: 24px; }
        .productpage .product-badge {
          height: 24px; }
        .productpage .product-price {
          font-size: 13px;
          line-height: 20px;
          margin-bottom: 24px; }
        .productpage .product-params {
          margin-bottom: 26px; }
          .productpage .product-params .items {
            flex-wrap: wrap; }
            .productpage .product-params .items .item {
              width: 100px;
              margin: 0 6px 12px; }
        .productpage .product-up-to-discount {
          margin-bottom: 32px;
          text-align: left; }
        .productpage .product-cart {
          margin-bottom: 26px; }
          .productpage .product-cart .btn-submit {
            margin-bottom: 26px; }
        .productpage .product-delivery {
          text-align: left;
          margin-bottom: 26px; }
        .productpage .product-accordion {
          text-align: left; }
        .productpage .product-recommended {
          margin-top: 40px;
          margin-bottom: 40px; }
          .productpage .product-recommended-title {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 10px; }
          .productpage .product-recommended .products {
            margin-left: -18px;
            margin-right: -18px; }
          .productpage .product-recommended .swiper-container {
            padding-top: 30px;
            margin-top: -30px; }
          .productpage .product-recommended .swiper-button {
            width: 8px;
            height: 14px; } }

@media only screen and (min-width: 1200px) {
  .cabinetpage {
    padding-top: 88px; } }

@media only screen and (max-width: 1199px) {
  .cabinetpage .container-sidebar {
    display: block; }
    .cabinetpage .container-sidebar .sidebar {
      display: block;
      width: 100%;
      padding: 0; }
      .cabinetpage .container-sidebar .sidebar-title {
        display: none; }
      .cabinetpage .container-sidebar .sidebar .cabinet-nav {
        border-bottom: 1px solid #EEF0F3;
        margin: 0 -14px 24px;
        overflow: hidden; }
        .cabinetpage .container-sidebar .sidebar .cabinet-nav .menu {
          padding: 14px 18px;
          margin: 0;
          white-space: nowrap; }
          .cabinetpage .container-sidebar .sidebar .cabinet-nav .menu li {
            display: inline-block;
            margin: 0; }
            .cabinetpage .container-sidebar .sidebar .cabinet-nav .menu li + li {
              margin-left: 24px; }
            .cabinetpage .container-sidebar .sidebar .cabinet-nav .menu li::before {
              display: none; }
            .cabinetpage .container-sidebar .sidebar .cabinet-nav .menu li.logout {
              display: none; } }

.loginpage-form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
  .loginpage-form .link {
    text-align: center; }
    .loginpage-form .link a {
      text-transform: uppercase;
      color: #C5A995; }
  .loginpage-form .btn-submit {
    width: 100%; }

.registerpage-form .columns {
  display: flex;
  border-bottom: 1px solid #EEF0F3;
  margin-bottom: 32px; }
  .registerpage-form .columns .column {
    flex: 1;
    margin: 0 16px; }
    .registerpage-form .columns .column-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 40px;
      font-family: Cormorant, sans-serif;
      font-style: normal;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
      .registerpage-form .columns .column-title::before, .registerpage-form .columns .column-title::after {
        content: '';
        flex: 1;
        display: block;
        height: 1px;
        background: #eef0f3; }
      .registerpage-form .columns .column-title::before {
        margin-right: 12px; }
      .registerpage-form .columns .column-title::after {
        margin-left: 12px; }
    .registerpage-form .columns .column-content {
      font-size: 0;
      padding: 0 40px; }

.registerpage-form .sizes-label {
  margin-bottom: 22px; }

.registerpage-form-bottom {
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }

.registerpage-form .btn-submit {
  width: 100%; }

.registerpage-form .link {
  text-align: center; }
  .registerpage-form .link a {
    text-transform: uppercase;
    color: #C5A995; }

@media only screen and (max-width: 1199px) {
  .registerpage .columns {
    flex-wrap: wrap;
    border-bottom: 0; }
    .registerpage .columns .column {
      flex: auto;
      width: 100%;
      margin: 0; }
      .registerpage .columns .column-title {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px; }
      .registerpage .columns .column-content {
        padding: 0; } }

.profilepage-hero {
  background: transparent center center no-repeat;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/local/templates/golden_sand/css/../images/profile-hero.jpg);
  background-size: cover;
  margin-bottom: 52px;
  padding: 120px 40px 100px;
  text-align: center;
  color: white; }
  .profilepage-hero .text, .profilepage-hero .name {
    font-family: Cormorant, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px; }
  .profilepage-hero .text {
    margin-bottom: 150px;
    text-transform: uppercase; }
  .profilepage-hero .name {
    margin-bottom: 16px; }
  .profilepage-hero .email {
    font-size: 15px;
    line-height: 22px; }

.profilepage .container-sidebar main .cabinet-nav {
  display: none; }

.profilepage-form input:disabled, .profilepage-form textarea:disabled, .profilepage-form select:disabled {
  background: white; }

.profilepage-form .columns {
  display: flex;
  border-bottom: 1px solid #EEF0F3;
  margin-bottom: 32px; }
  .profilepage-form .columns .column {
    flex: 1;
    margin: 0 16px; }
    .profilepage-form .columns .column-title {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      margin-bottom: 40px;
      font-family: Cormorant, sans-serif;
      font-style: normal;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase; }
      .profilepage-form .columns .column-title::before, .profilepage-form .columns .column-title::after {
        content: '';
        flex: 1;
        display: block;
        height: 1px;
        background: #eef0f3; }
      .profilepage-form .columns .column-title::before {
        margin-right: 12px; }
      .profilepage-form .columns .column-title::after {
        margin-left: 12px; }
    .profilepage-form .columns .column-content {
      font-size: 0;
      padding: 0 40px; }

.profilepage-form .sizes-label {
  margin-bottom: 22px; }

.profilepage-form-bottom {
  text-align: center; }

.profilepage-form .buttons {
  display: flex;
  align-items: center;
  justify-content: center; }
  .profilepage-form .buttons .btn {
    width: 210px;
    margin: 0 40px; }
    .profilepage-form .buttons .btn-logout {
      display: none; }
    .profilepage-form .buttons .btn.hidden {
      display: none; }

@media only screen and (min-width: 1200px) {
  .profilepage .any-questions {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .profilepage-hero {
    padding: 52px 14px;
    margin: 0 -14px; }
    .profilepage-hero .text {
      margin-bottom: 60px;
      font-size: 18px;
      line-height: 26px; }
    .profilepage-hero .name {
      margin-bottom: 8px;
      font-size: 20px;
      line-height: 28px; }
    .profilepage-hero .email {
      font-size: 13px;
      line-height: 20px; }
  .profilepage .container-sidebar .sidebar {
    display: none; }
  .profilepage .container-sidebar main .cabinet-nav {
    display: block;
    margin: 0 -14px 24px;
    border-bottom: 1px solid #EEF0F3; }
    .profilepage .container-sidebar main .cabinet-nav .menu {
      padding: 14px 18px;
      margin: 0;
      text-transform: uppercase;
      white-space: nowrap;
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .profilepage .container-sidebar main .cabinet-nav .menu::-webkit-scrollbar {
        display: none; }
      .profilepage .container-sidebar main .cabinet-nav .menu li {
        margin: 0;
        display: inline-block; }
        .profilepage .container-sidebar main .cabinet-nav .menu li + li {
          margin-left: 24px; }
        .profilepage .container-sidebar main .cabinet-nav .menu li::before {
          display: none; }
        .profilepage .container-sidebar main .cabinet-nav .menu li.logout {
          display: none; }
  .profilepage-form .columns {
    flex-wrap: wrap;
    border-bottom: 0; }
    .profilepage-form .columns .column {
      flex: auto;
      width: 100%;
      margin: 0; }
      .profilepage-form .columns .column-title {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px; }
      .profilepage-form .columns .column-content {
        padding: 0; }
  .profilepage-form .buttons {
    flex-wrap: wrap; }
    .profilepage-form .buttons .btn {
      display: block;
      width: 100%;
      margin: 0 0 20px; }
      .profilepage-form .buttons .btn-submit {
        order: 0; }
      .profilepage-form .buttons .btn-change-password {
        order: 1; }
      .profilepage-form .buttons .btn-logout {
        order: 2;
        display: block;
        margin-top: 20px; } }

.favoritespage .empty-text, .orderspage .empty-text {
  text-align: center;
  margin-bottom: 100px; }

@media only screen and (min-width: 1200px) {
  .favoritespage .empty-text, .orderspage .empty-text {
    text-indent: -312px; }
  .favoritespage .any-questions {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .favoritespage .container-sidebar {
    display: block; }
    .favoritespage .container-sidebar .sidebar {
      display: block;
      width: 100%;
      padding: 0; }
      .favoritespage .container-sidebar .sidebar-title {
        display: none; }
      .favoritespage .container-sidebar .sidebar .cabinet-nav {
        border-bottom: 1px solid #EEF0F3;
        margin: 0 -14px 24px;
        overflow-x: hidden; }
        .favoritespage .container-sidebar .sidebar .cabinet-nav .menu {
          padding: 14px 18px;
          margin: 0;
          white-space: nowrap;
          overflow-x: auto;
          -ms-overflow-style: none;
          scrollbar-width: none; }
          .favoritespage .container-sidebar .sidebar .cabinet-nav .menu::-webkit-scrollbar {
            display: none; }
          .favoritespage .container-sidebar .sidebar .cabinet-nav .menu li {
            display: inline-block;
            margin: 0; }
            .favoritespage .container-sidebar .sidebar .cabinet-nav .menu li + li {
              margin-left: 24px; }
            .favoritespage .container-sidebar .sidebar .cabinet-nav .menu li::before {
              display: none; }
            .favoritespage .container-sidebar .sidebar .cabinet-nav .menu li.logout {
              display: none; }
  .favoritespage .products-list {
    margin: 0 -18px 32px; } }

.orderspage .orders-item {
  margin-bottom: 40px; }
  .orderspage .orders-item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    font-family: Cormorant, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase; }
    .orderspage .orders-item .date::before, .orderspage .orders-item .date::after {
      content: '';
      flex: 1;
      display: block;
      height: 1px;
      background: #EEF0F3; }
    .orderspage .orders-item .date::before {
      margin-right: 12px; }
    .orderspage .orders-item .date::after {
      margin-left: 12px; }
  .orderspage .orders-item .products {
    width: 100%;
    max-width: 592px;
    margin: 0 auto;
    padding: 0 12px; }
  .orderspage .orders-item .product + .product {
    margin-top: 16px;
    border-top: 1px solid #EEF0F3;
    padding-top: 16px; }
  .orderspage .orders-item .product .title {
    margin-bottom: 4px;
    font-family: Cormorant, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase; }
  .orderspage .orders-item .product .info {
    padding: 0;
    margin: 0; }
    .orderspage .orders-item .product .info li {
      color: #C5A995;
      display: inline-block;
      margin: 0 8px 0 0;
      font-size: 13px;
      line-height: 20px; }
      .orderspage .orders-item .product .info li.status {
        color: #D08794;
        text-transform: uppercase; }
      .orderspage .orders-item .product .info li::before {
        display: none; }
      .orderspage .orders-item .product .info li::after {
        content: '•';
        display: inline-block;
        vertical-align: baseline;
        margin-left: 8px;
        color: #C5A995; }
      .orderspage .orders-item .product .info li:last-child::after {
        display: none; }
  .orderspage .orders-item .product .sku {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 20px;
    color: #C5A995; }

@media only screen and (min-width: 1200px) {
  .orderspage .any-questions {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .orderspage .container-sidebar main .container {
    padding: 0; }
  .orderspage .orders-item .date {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px; }
  .orderspage .orders-item .products {
    padding: 0; }
  .orderspage .orders-item .product .title {
    font-size: 16px;
    line-height: 24px; }
  .orderspage .orders-item .product .sku {
    font-size: 11px;
    line-height: 14px; } }

.loyaltypage .up-to-discount {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E9E6E2; }

@media only screen and (min-width: 1200px) {
  .loyaltypage main .container {
    transform: translateX(-156px); }
  .loyaltypage .any-questions {
    display: none; } }

.cartpage {
  padding-top: 88px; }
  .cartpage .empty-text {
    text-align: center;
    margin-bottom: 100px; }
    @media only screen and (min-width: 1200px) {
      .cartpage .empty-text {
        transform: translateX(-156px); } }
  .cartpage-cart {
    display: table;
    width: 100%; }
    .cartpage-cart .product {
      position: relative;
      display: table-row; }
      .cartpage-cart .product .image, .cartpage-cart .product .info, .cartpage-cart .product .price, .cartpage-cart .product .remove {
        display: table-cell;
        vertical-align: middle;
        padding: 0 16px 32px; }
      .cartpage-cart .product .image {
        padding-left: 0; }
      .cartpage-cart .product .remove {
        padding-right: 0; }
      .cartpage-cart .product .image {
        width: 164px; }
        .cartpage-cart .product .image img {
          display: block;
          width: 100%; }
      .cartpage-cart .product .info .title {
        margin-bottom: 8px;
        text-transform: uppercase; }
      .cartpage-cart .product .info .sku {
        margin-bottom: 42px;
        font-size: 12px;
        line-height: 16px;
        color: #C5A995; }
      .cartpage-cart .product .params .text {
        display: none; }
      .cartpage-cart .product .params .param {
        display: inline-block;
        vertical-align: middle; }
        .cartpage-cart .product .params .param:not(:last-child) {
          margin-right: 3.8%; }
      .cartpage-cart .product .params .color {
        display: block;
        width: 80px;
        height: 28px; }
      .cartpage-cart .product .params .quantity {
        max-width: 124px; }
      .cartpage-cart .product .price .current, .cartpage-cart .product .price .old {
        display: inline-block;
        white-space: nowrap; }
      .cartpage-cart .product .price .current {
        margin-right: 8px; }
      .cartpage-cart .product .price .old {
        color: #C5A995;
        text-decoration: line-through; }
      .cartpage-cart .product .toggle-params, .cartpage-cart .product .slide-params {
        display: none; }
  .cartpage .summary .products {
    border-top: 1px solid #c4c4c4;
    margin-bottom: 40px; }
  .cartpage .summary .product {
    padding: 16px 12px;
    border-bottom: 1px solid #c4c4c4; }
    .cartpage .summary .product .title {
      margin-bottom: 4px;
      text-transform: uppercase; }
    .cartpage .summary .product .price {
      font-size: 13px;
      line-height: 20px; }
      .cartpage .summary .product .price .current, .cartpage .summary .product .price .old {
        display: inline-block;
        white-space: nowrap; }
      .cartpage .summary .product .price .current {
        margin-right: 8px; }
      .cartpage .summary .product .price .old {
        color: #C5A995;
        text-decoration: line-through; }
  .cartpage .summary .loyalty {
    margin-bottom: 40px; }
    .cartpage .summary .loyalty-title {
      margin-bottom: 24px;
      font-size: 13px;
      line-height: 20px;
      color: #C5A995;
      text-transform: uppercase; }
    .cartpage .summary .loyalty.is-guest {
      text-align: center; }
      .cartpage .summary .loyalty.is-guest .content {
        font-size: 13px;
        line-height: 20px; }
        .cartpage .summary .loyalty.is-guest .content p {
          margin: 0 0 12px; }
        .cartpage .summary .loyalty.is-guest .content a {
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          text-decoration: underline; }
    .cartpage .summary .loyalty .up-to-discount {
      margin-bottom: 20px; }
      .cartpage .summary .loyalty .up-to-discount .title {
        display: flex;
        justify-content: space-between;
        font-size: 13px;
        line-height: 20px; }
        .cartpage .summary .loyalty .up-to-discount .title .desc {
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          text-decoration: underline; }
    .cartpage .summary .loyalty .btn-loyalty {
      width: 100%; }
  .cartpage .summary .total {
    margin-bottom: 20px; }
    .cartpage .summary .total .title {
      margin-bottom: 4px;
      font-size: 12px;
      line-height: 16px;
      color: #C5A995;
      text-transform: uppercase; }
    .cartpage .summary .total .price {
      white-space: nowrap;
      font-weight: 300;
      font-size: 18px;
      line-height: 26px; }
  .cartpage .summary .btn-checkout {
    width: 100%; }
  @media only screen and (max-width: 1199px) {
    .cartpage {
      padding-top: 24px; }
      .cartpage .container-sidebar {
        display: block; }
        .cartpage .container-sidebar main {
          display: block; }
        .cartpage .container-sidebar .sidebar {
          display: block;
          width: 100%; }
          .cartpage .container-sidebar .sidebar-title {
            text-align: center;
            color: #C5A995; }
          .cartpage .container-sidebar .sidebar-left {
            padding-right: 0;
            margin-bottom: 40px; }
          .cartpage .container-sidebar .sidebar-right {
            padding-left: 0; }
            .cartpage .container-sidebar .sidebar-right .sidebar-title {
              display: none; }
      .cartpage-cart {
        display: block;
        margin: 0 -14px 40px;
        width: auto; }
        .cartpage-cart .product {
          display: block;
          padding-left: 80px;
          padding-right: 30px;
          margin-bottom: 8px;
          overflow: hidden; }
          .cartpage-cart .product .image, .cartpage-cart .product .info, .cartpage-cart .product .price {
            display: block;
            padding: 0; }
          .cartpage-cart .product .remove {
            display: none; }
          .cartpage-cart .product .image {
            padding-right: 8px;
            width: 80px;
            float: left;
            margin-left: -80px; }
          .cartpage-cart .product .info .title {
            margin-bottom: 9px;
            font-size: 13px;
            line-height: 20px; }
          .cartpage-cart .product .info .sku {
            display: none; }
          .cartpage-cart .product .params .param {
            display: inline-block;
            vertical-align: middle;
            margin-right: 6px;
            margin-bottom: 9px; }
            .cartpage-cart .product .params .param:not(:last-child)::after {
              content: '•';
              margin-left: 6px;
              display: inline-block;
              vertical-align: middle;
              font-size: 12px;
              line-height: 16px;
              color: #C5A995; }
          .cartpage-cart .product .params .text, .cartpage-cart .product .params .color {
            display: inline-block;
            vertical-align: middle;
            font-size: 11px;
            color: #887568;
            font-weight: normal;
            line-height: 14px; }
          .cartpage-cart .product .params .color {
            width: 36px;
            height: 14px; }
          .cartpage-cart .product .params .form-size, .cartpage-cart .product .params .form-quantity {
            display: none; }
          .cartpage-cart .product .price {
            font-size: 12px;
            line-height: 16px; }
          .cartpage-cart .product .toggle-params {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #EADDD4;
            cursor: pointer;
            position: absolute;
            z-index: 1;
            top: 0;
            bottom: 0;
            right: 0;
            width: 28px; }
            .cartpage-cart .product .toggle-params svg {
              display: block;
              width: 14px;
              height: 13px; }
          .cartpage-cart .product .params.slide-params {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            padding-right: 30px;
            background: white;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 100%;
            transition: left 0.3s; }
            .cartpage-cart .product .params.slide-params.open {
              left: 0; }
            .cartpage-cart .product .params.slide-params .param, .cartpage-cart .product .params.slide-params .remove {
              margin: 0 6px; }
            .cartpage-cart .product .params.slide-params .param::after {
              display: none; }
            .cartpage-cart .product .params.slide-params .param .form-size, .cartpage-cart .product .params.slide-params .param .form-quantity {
              display: block; }
            .cartpage-cart .product .params.slide-params .remove {
              display: block;
              padding: 0; }
      .cartpage .summary .products {
        display: none; }
      .cartpage .summary .total .price {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px; } }

.modal-checkout-loyalty .modal-body {
  font-weight: 300; }
  .modal-checkout-loyalty .modal-body a {
    font-weight: 400; }

.modal-checkout-loyalty .modal-footer .btn {
  margin-bottom: 20px; }

@media only screen and (max-width: 1199px) {
  .modal-checkout-loyalty .modal-footer {
    display: flex;
    flex-direction: column-reverse; } }

.modal-checkout .modal-body {
  padding-left: 32px;
  padding-right: 32px; }

.modal-checkout .form-checkout {
  width: auto;
  max-width: none; }

.modal-checkout .form-group {
  padding-left: 90px;
  padding-right: 90px; }

.modal-checkout .form .btn-submit {
  width: 202px;
  max-width: 100%;
  padding: 0;
  height: 48px; }

.modal-checkout .checkout-group:not(:last-child) {
  margin-bottom: 60px; }

.modal-checkout .checkout-group-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  font-family: Cormorant, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
  .modal-checkout .checkout-group-label::before, .modal-checkout .checkout-group-label::after {
    content: '';
    flex: 1;
    display: block;
    height: 1px;
    background: #EEF0F3; }
  .modal-checkout .checkout-group-label::before {
    margin-right: 12px; }
  .modal-checkout .checkout-group-label::after {
    margin-left: 12px; }

.modal-checkout .product {
  display: flex;
  align-items: center;
  padding-bottom: 16px; }
  .modal-checkout .product:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9E6E2; }
  .modal-checkout .product .image {
    width: 64px;
    padding: 0 12px; }
    .modal-checkout .product .image img {
      display: block;
      max-width: 100%; }
  .modal-checkout .product .info {
    padding-left: 4px;
    flex: 1; }
    .modal-checkout .product .info .title {
      text-transform: uppercase;
      margin-bottom: 4px; }
    .modal-checkout .product .info .price, .modal-checkout .product .info .quantity, .modal-checkout .product .info .size {
      display: inline-block;
      vertical-align: middle;
      white-space: nowrap;
      font-size: 13px;
      line-height: 20px;
      color: #C5A995; }
    .modal-checkout .product .info .quantity::before, .modal-checkout .product .info .size::before {
      content: '•';
      margin-left: 6px;
      margin-right: 6px; }
    .modal-checkout .product .info .price .current, .modal-checkout .product .info .price .old {
      display: inline-block;
      vertical-align: middle; }
    .modal-checkout .product .info .price .current {
      color: #887568; }
    .modal-checkout .product .info .price .old {
      text-decoration: line-through;
      margin-left: 6px; }

.modal-checkout .total {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px; }

.errorpage-code {
  margin-bottom: 80px;
  font-family: Cormorant, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 160px;
  line-height: 180px;
  text-align: center; }

.errorpage-link {
  text-align: center; }

.swiper-button-lock {
  display: none; }

.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: normal;
  /*justify-content: space-between;*/
  margin: 0 -16px; }

.products-item {
  width: 33.33%;
  padding: 0 16px;
  margin-bottom: 32px; }

@media only screen and (max-width: 1199px) {
  .products-list {
    margin: 0 -4px; }
  .products-item {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px; } }

.modal-select-city select {
  text-transform: uppercase; }

.modal-select-city .phone, .modal-select-city .address, .modal-select-city .hours {
  text-align: center; }

.modal-select-city .phone {
  font-size: 28px;
  line-height: 40px;
  color: #C5A995; }

.modal-select-city .address {
  margin-top: 6px;
  margin-bottom: 32px;
  font-weight: 300; }

.modal-select-city .hours {
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: #C5A995; }
  .modal-select-city .hours span {
    color: #887568; }

.modal-table-sizes {
  width: 100%;
  max-width: 904px; }
  .modal-table-sizes table {
    width: 100%; }

.modal-product-cart .modal-footer .btn {
  display: block;
  width: 251px;
  max-width: 100%;
  margin: 20px auto 0; }

/* Доп. стили */
#bx-panel a:not(.btn):hover::after, .cabinet-nav .menu a.active:not(.btn)::after {
  width: 0;
}

.product-params a:not(.btn):hover::after, .cabinet-nav .menu a.active:not(.btn)::after {
  width: 0;
}

.productpage .product-params .items .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 28px;
  background-color: white;
  border: 1px solid #E9E6E2;
  color: #C5A995;
  cursor: pointer;
}

.productpage .product-params .items .item .currentSize {
  border-color: #C5A995;
  background-color: #C5A995;
  color: white;
}

.productpage .product-params .items .item .currentColor {
  border-color: #c5a995;
  background-color: #c5a995;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -2px;
}

.productpage .product-info {
  flex-shrink: 0;
}

.product-color-blue {
  background-color: #A8D1D8;
}

.product-color-gold {
  background-color: #EADDD4 !important;
}

.product-color-pink {
  background-color: #EFBEC4 !important;
}

.product-color-red {
  background-color: #AF3F53 !important;
}

.product-color-white {
  background-color: #fff !important;
}

.product-color-black {
  background-color: #2b2929 !important;
}

li.item {
  display: block;
}

/*.productpage .product-gallery .product-item-detail-slider-image.active {*/
/*  z-index: 0;*/
/*  opacity: 0;*/
/*}*/

.favorite.in svg path {
  fill: #D08794;
}

.search-input {
  position: relative;
}
.search-input .btn.search{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
  opacity: 0;
}

.table-container {
  overflow-x: visible !important
}

@media (max-width: 1199px) {
  .basket-item-property-name, .basket-item-property-value {
    display: inline-block;
  }
}

.orders-list .order-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.orders-list .product-wrapper {
  display: flex;
}

.order-info .info-wrapper {
  margin-right: 32px;
}

.orders-list .status {
  text-transform: uppercase;
}
.orders-list .status.y {
  color: #b7c9ad;
}
.orders-list .status.n {
  color: #d08794;
}

.orderspage .orders-item .product .info-wrapper .info {
  margin-bottom: 4px;
}

.orderspage .orders-item .date {
  margin-bottom: 20px;
}

@media (max-width: 460px) {
  .orders-list .order-info {
    display: block;
  }
  .orders-list .btn {
    width: 100%;
    margin-top: 12px;
  }
}

.title {
  background: none;
}

/*.order-modal {*/
/*  margin: auto;*/
/*  width: 592px;*/
/*  background: white;*/
/*  text-align: center;*/
/*}*/
.popup-window-button {
  height: auto;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  font-family: "Open Sans", "Segoe UI", Tahoma, sans-serif;
}

.selectize-dropdown-content {
  background: white;
}

body {
  max-width: 1920px;
  margin: auto;
}

*::-webkit-scrollbar {
  height: 4px;
  width: 4px;
/* Изначальные размеры скроллбара */
}
*::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
  /*Фон скроллбара*/
}
*::-webkit-scrollbar-thumb {
  /*Цвет активной области*/
  background: #887568;
  border-radius: 6px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.cartpage .modal {
  position: inherit;
}

.menu-group-partners li p {
  color: #C5A995;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .cartpage .modal {
    position: inherit;
  }
  .cartpage .container-sidebar .sidebar {
    margin-top: 32px;
  }
  .menu-group-partners li p {
    padding: 14px 20px 0px 20px;
    margin: 0;
  }
}


@media only screen and (min-width: 1200px) {
  .footer div[id^=bx_incl_area] {
    width: 100%;
    order: 4;
  }
  .menu-groups div[id^=bx_incl_area] {
    display: flex;
    width: 60%;
    order: inherit;
  }
}

.form-label.selectized-label.active {
  margin-top: -20px;
  font-size: 12px;
  line-height: 16px;
  right: 0;
}

.form-label.selectized-label {
  right: -4px;
  z-index: 99;
}

.modal-table-sizes .table-container {
  overflow-x: auto !important;
}

.shopspage .sidebar {
  vertical-align: bottom;
}
.shopspage .sidebar-wrapper {
  position: sticky;
  bottom: 0;
}

.selectize-input {
  height: 150%;
  overflow: visible;
}

.form.select-city .form-input .selectize-dropdown-content {
  width: 100% !important;
}

.selectize-dropdown.location-search.geodata {
  left: 0 !important;
  width: 100% !important;
}

.selectize-dropdown.form-input {
  top: 36px !important;
}

.form.select-city .form-input {
  padding: 12px 0;
}

.selectize-input.items.required.has-options.invalid.not-full {
  overflow: visible;
}
.selectize-control.form-size.form-input.error-input {
  color: #D08794;
  border-color: #D08794;
}

.selectize-input .form-error {
  top: 34px;
  position: absolute;
  left: -12px;
}

.form-group-label.reg.error {
  margin-bottom: 51px;
}

.main .reg .form-input {
  padding: 0 !important;
}

.main .reg .selectize-dropdown.form-input {
  top: 48px !important;
  /*display: block !important;*/
}

.main .selectize-input {
  position: absolute;
  top: 16px;
  left: 12px;
}

.profilepage-form select:disabled {
  background: white;
}

.form-input.error-input {
  color: #D08794;
  border-color: #D08794;
}

@media (max-width: 345px) {
  .breadcrumbs {
    padding: 0;
  }
  .breadcrumbs li + li::before {
    width: 0;
  }
}


.main .table-container {
  width: 100%;
  overflow-x: scroll !important;
}

.cabinet-nav .menu a.active:not(.btn)::after, a:not(.btn):hover::after {
  width: 70%;
}
.menu-groups .menu a.active:not(.btn)::after, a:not(.btn):hover::after {
  width: 70%;
}

@media (max-width: 1199px) {
  .menu-groups .menu a.active:not(.btn)::after, a:not(.btn):hover::after {
    width: 0;
  }
  .menu-groups .menu a.active {
    color: #D08794 !important;
  }
}

.modal .open {
  z-index: 9999;
}

.gallery-item {
  display: flex;
}


.reviewspage-review .text {
  word-wrap: break-word;
}


.popup-window-titlebar-close-icon {
  top: 0;
  right: 0;
  opacity: 1;
}
.popup-window-close-icon:after {
  background-image: none;
}

.main .cartpage  .table-container {
  overflow-x: visible !important;
}



.cartpage .os-order .location {
  min-width: auto;
}

.cartpage .modal-checkout .form-group {
  padding: 0 40px;
}

@media (max-width: 1199px) {
  .cartpage .modal-checkout .form-group {
    padding-left: 0;
    padding-right: 0;
  }
}

.textPage ol, ul {
  padding: 0 20px 0 40px;
}

.bx-session-message {
  display: none;
}


@media (min-width: 1200px) {
  .loyaltypage.cabinetpage *, *::before, *::after {
    box-sizing: unset;
  }
}

@media (max-width: 1199px) {
  .cartpage .os-order .summary .total {
    display: none;
  }
}

.cartpage-cart .custom-select-container {
  min-width: 65px;
}

.cartpage-cart .custom-select-panel {
  transition: none;
  background: #fff;
}

.cartpage-cart .is-open .custom-select-panel {
  box-shadow: 0 0 5px 3px rgba(233, 230, 226, 0.5);
  border: 1px solid #E9E6E2;
}

.cartpage-cart .custom-select-opener {
  border-bottom: 1px solid #E9E6E2;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #887568;
  font-weight: normal;
  background-color: #fff;
  background-image: url(/local/templates/golden_sand/css/../images/icon-angle-down.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
}

.cartpage-cart .custom-select-option {
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #887568;
  font-weight: normal;
  cursor: pointer;
}

.cartpage-cart .custom-select-option.is-selected::before {
  content: none;
}

.cartpage-cart .custom-select-option.has-focus {
  background-color: #EADDD4;
  color: #fff;
}

.checkout-group .loyalty {
  display: none;
}

.loyalty.is-guest .title {
  text-align: center !important;
}

@media (max-width: 1199px) {
  .loyaltypage .container-sidebar .cabinet-nav .menu, .orderspage .container-sidebar .cabinet-nav .menu {
      padding: 14px 18px;
      margin: 0;
      text-transform: uppercase;
      white-space: nowrap;
      overflow-x: auto;
  }
  .loyaltypage .container-sidebar .cabinet-nav .menu::-webkit-scrollbar, .orderspage .container-sidebar .cabinet-nav .menu::-webkit-scrollbar {
      display: none;
  }
  .checkout-group .loyalty {
      display: block;
  }
  .cartpage .os-order .container-sidebar .sidebar {
      display: none;
  }
}


.promocode-btn {
  display: block !important;
  margin: 30px auto auto;
}

.thumbnail video {
  max-height: 96px;
}


.items .item[title="XS"] {
  order: 1;
}
.items .item[title="S"] {
  order: 2;
}
.items .item[title="M"] {
  order: 3;
}
.items .item[title="L"] {
  order: 4;
}
/* End */
/* /local/templates/golden_sand/js/selectize/selectize.default.css?174158267513275 */
/* /local/templates/golden_sand/js/selectize/selectize.dropdown.css?1741582675771 */
/* /local/templates/golden_sand/css/style.css?1741582675105819 */
