@charset "UTF-8";
@import url(normalize.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700|Playfair+Display:400,400i");
html {
  box-sizing: border-box; }

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

.button, button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 1.35em 2.3em;
  font-size: 0.625rem;
  background-color: #646569;
  border: 1px solid #646569;
  text-transform: uppercase; }
  .button:hover, .button:focus, button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    color: #fff;
    background: #7b7c80;
    border-color: #7b7c80; }
  .button.tiny, button.tiny, [type='button'].tiny, [type='reset'].tiny, [type='submit'].tiny {
    padding: 0.3125rem 0.25rem 0.3125rem 0.4375rem; }
  .button.big, button.big, [type='button'].big, [type='reset'].big, [type='submit'].big {
    font-size: 0.9375rem;
    font-weight: 600; }
  .button.mbot, button.mbot, [type='button'].mbot, [type='reset'].mbot, [type='submit'].mbot {
    margin-bottom: 1rem; }
  .button.text, button.text, [type='button'].text, [type='reset'].text, [type='submit'].text {
    background-color: transparent;
    border-color: transparent; }
    .button.text:hover, button.text:hover, [type='button'].text:hover, [type='reset'].text:hover, [type='submit'].text:hover {
      color: #b1b1b1; }
    .button.text.italic, button.text.italic, [type='button'].text.italic, [type='reset'].text.italic, [type='submit'].text.italic {
      font-family: "Libre Baskerville", serif;
      text-transform: none;
      font-style: italic; }
  .button.white, button.white, [type='button'].white, [type='reset'].white, [type='submit'].white {
    color: #646569;
    background: #fff;
    border-color: #fff; }
    .button.white:not(.text):hover, .button.white:not(.text):focus, button.white:not(.text):hover, button.white:not(.text):focus, [type='button'].white:not(.text):hover, [type='button'].white:not(.text):focus, [type='reset'].white:not(.text):hover, [type='reset'].white:not(.text):focus, [type='submit'].white:not(.text):hover, [type='submit'].white:not(.text):focus {
      color: #646569;
      background: #cccccc;
      border-color: #cccccc; }
  .button.hollow, button.hollow, [type='button'].hollow, [type='reset'].hollow, [type='submit'].hollow {
    border-style: solid;
    border-width: 1px;
    border-color: #646569;
    background-color: transparent;
    color: #646569; }
    .button.hollow.white, button.hollow.white, [type='button'].hollow.white, [type='reset'].hollow.white, [type='submit'].hollow.white {
      border-color: #fff;
      color: #fff; }
      .button.hollow.white:hover, .button.hollow.white:focus, button.hollow.white:hover, button.hollow.white:focus, [type='button'].hollow.white:hover, [type='button'].hollow.white:focus, [type='reset'].hollow.white:hover, [type='reset'].hollow.white:focus, [type='submit'].hollow.white:hover, [type='submit'].hollow.white:focus {
        background-color: #fff;
        color: #646569; }
    .button.hollow:hover, button.hollow:hover, [type='button'].hollow:hover, [type='reset'].hollow:hover, [type='submit'].hollow:hover {
      background-color: #646569;
      color: #fff; }
  .button:disabled, .button.disabled, button:disabled, button.disabled, [type='button']:disabled, [type='button'].disabled, [type='reset']:disabled, [type='reset'].disabled, [type='submit']:disabled, [type='submit'].disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  .button.expand, button.expand, [type='button'].expand, [type='reset'].expand, [type='submit'].expand {
    width: 100%; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em; }

input,
select,
textarea {
  display: block;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  border-radius: 0; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dedede;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 1.35em 2.35em;
  transition: border-color 150ms ease;
  width: 100%;
  font-size: 0.625rem;
  line-height: 1.3em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: #fff; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover, select:hover {
    border: 1px solid #bdbdbd; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus, select:focus {
    border: 1px solid #9b9b9b;
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled, select:disabled {
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover, select:disabled:hover {
      border: 1px solid #dedede; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #a2a3a5; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder, select::placeholder {
    color: #a2a3a5; }

.inline {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 640px) {
    .inline [type='color'], .inline [type='date'], .inline [type='datetime'], .inline [type='datetime-local'], .inline [type='email'], .inline [type='month'], .inline [type='number'], .inline [type='password'], .inline [type='search'], .inline [type='tel'], .inline [type='text'], .inline [type='time'], .inline [type='url'], .inline [type='week'], .inline input:not([type]), .inline textarea, .inline select {
      margin-bottom: 0;
      width: auto;
      -ms-flex-preferred-size: 65%;
          flex-basis: 65%; }
    .inline .button, .inline button {
      -ms-flex-preferred-size: 35%;
          flex-basis: 35%; } }
  @media screen and (max-width: 639px) {
    .inline.break-on-small {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .inline:not(.break-on-small) [type='color'], .inline:not(.break-on-small) [type='date'], .inline:not(.break-on-small) [type='datetime'], .inline:not(.break-on-small) [type='datetime-local'], .inline:not(.break-on-small) [type='email'], .inline:not(.break-on-small) [type='month'], .inline:not(.break-on-small) [type='number'], .inline:not(.break-on-small) [type='password'], .inline:not(.break-on-small) [type='search'], .inline:not(.break-on-small) [type='tel'], .inline:not(.break-on-small) [type='text'], .inline:not(.break-on-small) [type='time'], .inline:not(.break-on-small) [type='url'], .inline:not(.break-on-small) [type='week'], .inline:not(.break-on-small) input:not([type]), .inline:not(.break-on-small) textarea, .inline:not(.break-on-small) select {
    margin-bottom: 0; }

.gform_ajax_spinner {
  display: none; }

.validation_error {
  font-weight: normal;
  font-family: "Futura PT", "Helvetica Neue", "Helvetica";
  text-transform: uppercase;
  color: red;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0 auto 30px; }

.validation_message {
  font-family: "Open Sans", sans-serif;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  color: red; }

.inline .validation_error, .inline .gform_ajax_spinner {
  display: none; }

.inline .gform_wrapper {
  width: 100% !important; }

.inline form {
  display: -ms-flexbox !important;
  display: flex !important; }

.inline .gform_body {
  -ms-flex-preferred-size: 65% !important;
      flex-basis: 65% !important; }
  .inline .gform_body input {
    width: 100%; }

.inline .gform_footer {
  -ms-flex-preferred-size: 35% !important;
      flex-basis: 35% !important; }
  .inline .gform_footer input {
    width: 100%; }

.inline .validation_message {
  margin-top: 1rem; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  margin-right: 0.4em;
  float: left;
  width: 1.125rem;
  height: 1.5rem; }

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%; }

select {
  margin-bottom: 0.8em;
  width: 100%; }

.number-input {
  display: -ms-flexbox;
  display: flex;
  min-width: 48px;
  text-align: center;
  margin-bottom: 0 !important; }
  .number-input input {
    background-color: transparent;
    padding: 0;
    border: 0;
    float: left;
    margin: 0;
    min-height: 19px;
    font-size: inherit;
    font-weight: 600;
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    width: 40px;
    text-align: center;
    -moz-appearance: textfield; }
    .number-input input:hover, .number-input input:focus {
      border: 0; }
    .number-input input::selection {
      background: transparent; }
    .number-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .number-input span {
    width: 12px;
    min-height: 19px;
    display: block;
    cursor: pointer; }
    .number-input span:first-child {
      background: url("../img/icons/minus.svg") center no-repeat;
      float: left;
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
      margin-right: -4px; }
    .number-input span:last-child {
      background: url("../img/icons/plus.svg") center no-repeat;
      float: right;
      -ms-transform: translateX(4px);
          transform: translateX(4px);
      margin-left: -4px; }

#place-order-page .gfield {
  margin-bottom: 1rem; }
  @media screen and (min-width: 640px) {
    #place-order-page .gfield {
      width: 31.76157%; } }
  #place-order-page .gfield input {
    margin: 0; }

#place-order-page .gfield_description {
  font-size: .7em;
  font-family: "Open Sans", sans-serif; }

#place-order-page #field_3_45 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }
  @media screen and (min-width: 640px) {
    #place-order-page #field_3_45 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-right: 0; }
      #place-order-page #field_3_45:last-child {
        margin-right: 0; } }

@media screen and (min-width: 640px) {
  #place-order-page #field_3_21, #place-order-page #field_3_22, #place-order-page #field_3_23, #place-order-page #field_3_5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    #place-order-page #field_3_21:last-child, #place-order-page #field_3_22:last-child, #place-order-page #field_3_23:last-child, #place-order-page #field_3_5:last-child {
      margin-right: 0; } }

#place-order-page #field_3_22 {
  margin-right: 0; }

#place-order-page #field_3_17 {
  clear: both; }

#place-order-page #field_3_48 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0; }
  #place-order-page #field_3_48:last-child {
    margin-right: 0; }
  #place-order-page #field_3_48::after {
    clear: both;
    content: "";
    display: block; }

#place-order-page #field_3_50, #place-order-page #field_3_26,
#place-order-page #field_3_43 {
  width: 100% !important;
  clear: both;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    #place-order-page #field_3_50 .ginput_complex span, #place-order-page #field_3_26 .ginput_complex span,
    #place-order-page #field_3_43 .ginput_complex span {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      #place-order-page #field_3_50 .ginput_complex span:last-child, #place-order-page #field_3_26 .ginput_complex span:last-child,
      #place-order-page #field_3_43 .ginput_complex span:last-child {
        margin-right: 0; }
      #place-order-page #field_3_50 .ginput_complex span:nth-child(3n), #place-order-page #field_3_26 .ginput_complex span:nth-child(3n),
      #place-order-page #field_3_43 .ginput_complex span:nth-child(3n) {
        margin-right: 0; }
      #place-order-page #field_3_50 .ginput_complex span:nth-child(3n+1), #place-order-page #field_3_26 .ginput_complex span:nth-child(3n+1),
      #place-order-page #field_3_43 .ginput_complex span:nth-child(3n+1) {
        clear: left; } }

#place-order-page .ginput_complex label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.13em; }

#place-order-page .ginput_complex input {
  margin-bottom: 1rem; }

#place-order-page #field_3_31 {
  width: 100%; }

@media screen and (min-width: 640px) {
  #place-order-page #field_3_39,
  #place-order-page #field_3_40,
  #place-order-page #field_3_41,
  #place-order-page #field_3_42,
  #place-order-page #field_3_47 {
    float: left; } }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a7a7a7;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dedede;
  padding: 0.8em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #646569;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 1.6em; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

h6 {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

p {
  margin: 0 0 1.6em;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem; }

a {
  color: #646569;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #4b4c4f; }

hr {
  border-bottom: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0; }

blockquote, blockquote p {
  margin: 0;
  color: #646569;
  font-size: 1.3125rem;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.8em;
  position: relative;
  margin-bottom: 4.3125rem; }
  blockquote:before, blockquote p:before {
    content: '“';
    position: absolute;
    top: -0.875em;
    left: 0; }

.story em {
  font-family: "Libre Baskerville", serif; }

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/subset-LibreBaskerville-Regular.eot");
  src: url("../fonts/subset-LibreBaskerville-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/subset-LibreBaskerville-Regular.woff") format("woff"), url("../fonts/subset-LibreBaskerville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/subset-BrandonGrotesque-Regular.eot");
  src: url("../fonts/subset-BrandonGrotesque-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrandonGrotesque-Regular.woff2") format("woff2"), url("../fonts/subset-BrandonGrotesque-Regular.woff") format("woff"), url("../fonts/subset-BrandonGrotesque-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/subset-BrandonGrotesque-Medium.eot");
  src: url("../fonts/subset-BrandonGrotesque-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrandonGrotesque-Medium.woff2") format("woff2"), url("../fonts/subset-BrandonGrotesque-Medium.woff") format("woff"), url("../fonts/subset-BrandonGrotesque-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Brandon Grotesque';
  src: url("../fonts/subset-BrandonGrotesque-Bold.eot");
  src: url("../fonts/subset-BrandonGrotesque-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-BrandonGrotesque-Bold.woff2") format("woff2"), url("../fonts/subset-BrandonGrotesque-Bold.woff") format("woff"), url("../fonts/subset-BrandonGrotesque-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/subset-LibreBaskerville-Italic.eot");
  src: url("../fonts/subset-LibreBaskerville-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-LibreBaskerville-Italic.woff2") format("woff2"), url("../fonts/subset-LibreBaskerville-Italic.woff") format("woff"), url("../fonts/subset-LibreBaskerville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/subset-FuturaPT-Heavy.eot");
  src: url("../fonts/subset-FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/subset-FuturaPT-Heavy.woff") format("woff"), url("../fonts/subset-FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/subset-FuturaPT-Demi.eot");
  src: url("../fonts/subset-FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-FuturaPT-Demi.woff2") format("woff2"), url("../fonts/subset-FuturaPT-Demi.woff") format("woff"), url("../fonts/subset-FuturaPT-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #646569;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -35px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -35px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -35px; }
  [dir="rtl"] .slick-next {
    left: -35px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider:not(.testimonials-slider) {
  margin-bottom: 30px; }

ul.slick-dots {
  position: absolute;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  display: block;
  left: 0;
  bottom: -1.875rem;
  width: 100%; }
  .testimonials-slider ul.slick-dots {
    bottom: 1.625rem; }
  @media screen and (max-width: 639px) {
    .collection-product-slider ul.slick-dots {
      top: 0;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      left: -1.4375rem;
      width: auto; } }
  ul.slick-dots li {
    display: inline-block;
    padding: 0;
    cursor: pointer; }
    @media screen and (max-width: 639px) {
      .collection-product-slider ul.slick-dots li {
        display: block; } }
    ul.slick-dots li button:not(.button) {
      border: 0;
      display: block;
      height: 1rem;
      width: 1rem;
      outline: none;
      line-height: 0;
      font-size: 0;
      border-color: transparent !important;
      background-color: transparent !important;
      padding: 0;
      cursor: pointer;
      position: relative; }
      ul.slick-dots li button:not(.button):before {
        opacity: .1;
        content: '';
        position: absolute;
        width: 0.5rem;
        height: 0.5rem;
        left: 0.25rem;
        top: 0.25rem;
        border-radius: 1rem;
        background-color: #646569; }
        .testimonials-slider ul.slick-dots li button:not(.button):before {
          background-color: #fff; }
      ul.slick-dots li button:not(.button):hover:before {
        opacity: .5; }
      ul.slick-dots li button:not(.button):focus:before {
        opacity: 1; }
    ul.slick-dots li.slick-active button:before {
      opacity: 1; }

.testimonials-slider-container {
  background: #646569;
  margin-top: 1.625rem;
  position: relative;
  padding: 30px; }
  @media screen and (min-width: 640px) {
    .testimonials-slider-container {
      padding: 50px; } }
  .testimonials-slider-container .logo {
    width: 100%;
    height: 55px;
    top: 120px;
    left: 0;
    z-index: 99;
    position: absolute;
    margin-bottom: 3.75rem;
    background: url("../img/logo-detailed.svg") center top no-repeat;
    filter: invert(1); }
    @media screen and (max-width: 639px) {
      .testimonials-slider-container .logo {
        margin-left: auto;
        margin-right: auto; } }
  .testimonials-slider-container .testimonials-slider {
    padding-top: 12.5rem;
    padding-bottom: 9.6875rem;
    color: #fff;
    border: 1px solid #fff;
    background: url("../img/testimonials-decor.png") center top no-repeat;
    background-size: 285px auto;
    padding-left: 30px;
    padding-right: 30px; }
    .testimonials-slider-container .testimonials-slider > div {
      text-align: center;
      max-width: 460px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5em; }
  .testimonials-slider-container h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 0.9375rem;
    bottom: 9.0625rem;
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 0.15em; }

.item-list-slider {
  margin-bottom: 2rem; }
  .item-list-slider > div {
    text-align: center; }
    .item-list-slider > div img {
      margin: 0 auto 1rem auto;
      width: 90%;
      height: auto; }
  .item-list-slider h6 {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 0.625rem;
    color: #939393;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500; }
  .item-list-slider a.product {
    display: block; }
    .item-list-slider a.product:hover {
      opacity: .8; }

.item-list-slider-controls {
  width: 4.5rem;
  margin: 0 auto;
  position: relative;
  height: 20px; }
  @media screen and (min-width: 1024px) {
    .item-list-slider-controls {
      display: none; } }
  .item-list-slider-controls:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 26px;
    top: calc(50%);
    left: calc(50% - 13px);
    background: #444b55; }
  .item-list-slider-controls .item-list-slider-prev, .item-list-slider-controls .item-list-slider-next {
    width: 20px;
    height: 20px;
    display: block;
    background-size: 6px auto;
    background-position: center;
    background-repeat: no-repeat; }
  .item-list-slider-controls .item-list-slider-prev {
    background-image: url("../img/icons/arrow-left.png");
    float: left; }
  .item-list-slider-controls .item-list-slider-next {
    background-image: url("../img/icons/arrow-right.png");
    float: right; }

.header-slider {
  margin-bottom: 3.5rem; }
  .header-slider img {
    width: 100%;
    height: auto; }

#intro {
  min-height: 100vh;
  height: 100vh;
  background: #fff;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  #intro .content {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    #intro .content .logo-wrapper {
      -ms-flex: 1;
          flex: 1;
      -ms-flex-align: center;
          align-items: center;
      display: -ms-flexbox;
      display: flex;
      max-width: 62%;
      margin-left: auto;
      margin-right: auto; }
    #intro .content footer {
      margin-top: auto;
      padding-left: 30px;
      padding-right: 30px; }
  #intro .logo {
    width: 440px;
    background-image: url("../img/logo-detailed.svg"), url("../img/intro-logo-decor.png");
    background-position: center bottom, center top;
    background-repeat: no-repeat;
    background-size: 100% auto, auto 100%;
    filter: invert(1);
    margin-left: auto;
    margin-right: auto;
    height: 50vw;
    max-height: 308px; }
    @media screen and (min-width: 640px) {
      #intro .logo {
        margin-bottom: 3rem;
        height: 308px; } }
  #intro i {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    margin-bottom: 1.5625rem;
    letter-spacing: 0.2em;
    display: block;
    font-size: 1rem; }
    @media screen and (min-width: 640px) {
      #intro i {
        font-size: 1.125rem; } }
  #intro h5 {
    text-transform: uppercase;
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.3em;
    display: block;
    font-weight: 500;
    margin-bottom: 3rem;
    line-height: 1rem;
    font-size: 0.75rem; }
    @media screen and (min-width: 640px) {
      #intro h5 {
        font-size: 0.875rem; } }
  #intro .arrow-scroll {
    display: block;
    width: 12px;
    height: 7px;
    background: url("../img/icons/arrow-down.png") center no-repeat;
    background-size: 100% auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.125rem; }

.intro-nav {
  background: #fff;
  display: block;
  overflow: hidden; }
  .intro-nav .menu {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    @media screen and (max-width: 639px) {
      .intro-nav .menu {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0.625rem 0; } }
    .intro-nav .menu a {
      color: #939393;
      padding: 0.625rem 1rem; }
      @media screen and (min-width: 640px) {
        .intro-nav .menu a {
          padding: 1.25rem 1.5rem; } }
      .intro-nav .menu a:hover {
        color: #646569; }

#social-grid .grid-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center; }

#social-grid .flo-shcode-instgm-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 550px) {
    #social-grid .flo-shcode-instgm-container .img-block {
      width: 50% !important; } }
  #social-grid .flo-shcode-instgm-container .inner-img-block {
    padding-bottom: 100% !important;
    position: relative; }
    #social-grid .flo-shcode-instgm-container .inner-img-block a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #social-grid .flo-shcode-instgm-container .inner-img-block a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  #social-grid .flo-shcode-instgm-container a.crop {
    display: block;
    max-width: 100% !important;
    max-height: 100% !important; }
    #social-grid .flo-shcode-instgm-container a.crop img {
      width: 100%; }

#social-grid .social {
  background-size: cover;
  position: relative;
  color: #fff; }
  #social-grid .social:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #social-grid .social__wrapper {
    position: relative;
    z-index: 1;
    padding: 40px;
    width: 100%; }
  #social-grid .social h3 {
    font: 500 14px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 36px; }
  #social-grid .social ul {
    border-bottom: 1px solid #fff;
    padding-bottom: 35px;
    margin-bottom: 40px; }
    #social-grid .social ul li {
      margin: 15px 0;
      font: 10px/1.6 'Libre Baskerville';
      letter-spacing: 0.06em;
      text-transform: uppercase; }
      #social-grid .social ul li a {
        color: #fff;
        display: inline-block;
        position: relative; }
        #social-grid .social ul li a:before {
          background: url(../img/socialize-icons.png) 0 0 no-repeat;
          background-size: 54px 15px;
          display: block;
          content: "";
          height: 15px;
          position: absolute;
          top: 50%;
          margin-top: -7px;
          left: 0; }
        #social-grid .social ul li a.instagram {
          padding-left: 25px; }
          #social-grid .social ul li a.instagram:before {
            width: 15px; }
        #social-grid .social ul li a.blog {
          padding-left: 27px; }
          #social-grid .social ul li a.blog:before {
            background-position: -15px 0;
            width: 17px; }
        #social-grid .social ul li a.pinterest {
          padding-left: 25px; }
          #social-grid .social ul li a.pinterest:before {
            background-position: -32px 0;
            width: 15px; }
        #social-grid .social ul li a.facebook {
          padding-left: 17px; }
          #social-grid .social ul li a.facebook:before {
            background-position: 100% 0;
            width: 7px; }
  #social-grid .social form input[type=email] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #fff; }
    #social-grid .social form input[type=email]:-ms-input-placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    #social-grid .social form input[type=email]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #fff;
      opacity: 1;
      /* Firefox */ }
    #social-grid .social form input[type=email]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #fff; }
    #social-grid .social form input[type=email]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #fff; }
  #social-grid .social form .location {
    display: none; }
  #social-grid .social form input[type=submit] {
    background: url(../img/socialize-submit-bg.png) 100% 50% no-repeat transparent;
    background-size: 10px 8px;
    border: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding: 2px 20px 2px 0; }
  @media (min-width: 768px) {
    #social-grid .social__wrapper {
      width: auto; }
    #social-grid .social ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #social-grid .social ul li {
        margin: 0 15px; } }

@media (min-width: 1100px) {
  #social-grid {
    display: -ms-flexbox;
    display: flex; }
    #social-grid .grid-item {
      width: 50%; } }

.footer-widgets {
  background: #f6f6f6;
  padding: 20px; }
  .footer-widgets h3 {
    font: 500 10px/1 'Brandon Grotesque';
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .footer-widgets h3 span {
      font-size: 20px;
      letter-spacing: 0.2em; }
  .footer-widgets .widget {
    position: relative;
    padding-bottom: 35px; }
  .footer-widgets .flo_blog_widget ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 30px; }
    .footer-widgets .flo_blog_widget ul li:first-child {
      margin-top: 0; }
    .footer-widgets .flo_blog_widget ul li:nth-child(n+3) {
      display: none; }
    .footer-widgets .flo_blog_widget ul li .entry-thumb {
      width: 32%; }
    .footer-widgets .flo_blog_widget ul li .entry-info {
      width: 61%; }
    .footer-widgets .flo_blog_widget ul li .entry-categories {
      font: 500 8px/1 'Brandon Grotesque';
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .footer-widgets .flo_blog_widget ul li .entry-title {
      font: 18px/1.2 'Brandon Grotesque';
      margin-bottom: 16px; }
    .footer-widgets .flo_blog_widget ul li .entry-more {
      font: 500 10px/1 'Brandon Grotesque';
      letter-spacing: 0.2em;
      text-transform: uppercase; }
      .footer-widgets .flo_blog_widget ul li .entry-more a {
        background: url(../img/footer-widgets-arrow.png) 100% 50% no-repeat;
        background-size: 4px 6px;
        display: inline-block;
        padding-right: 12px; }
    @media (min-width: 1440px) {
      .footer-widgets .flo_blog_widget ul li:nth-child(n+3) {
        display: -ms-flexbox;
        display: flex; } }
  .footer-widgets .flo_blog_widget .view-all {
    position: absolute;
    bottom: 0;
    left: 0;
    font: 500 10px/1 'Brandon Grotesque';
    letter-spacing: 0.2em;
    text-transform: uppercase; }
    .footer-widgets .flo_blog_widget .view-all a {
      background: url(../img/footer-widgets-arrow.png) 100% 50% no-repeat;
      background-size: 4px 6px;
      display: inline-block;
      padding-right: 12px; }
  .footer-widgets .flo_pintfeed_widget #pinterest-feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px; }
    .footer-widgets .flo_pintfeed_widget #pinterest-feed figure {
      width: 50%;
      padding: 2px; }
      .footer-widgets .flo_pintfeed_widget #pinterest-feed figure a {
        display: block;
        padding-bottom: 68%;
        position: relative; }
        .footer-widgets .flo_pintfeed_widget #pinterest-feed figure a img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
  .footer-widgets .flo_pintfeed_widget a.pin {
    position: absolute;
    bottom: 0;
    left: 0;
    font: 500 10px/1 'Brandon Grotesque';
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: url(../img/footer-widgets-arrow.png) 100% 50% no-repeat;
    background-size: 4px 6px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 12px; }
    .footer-widgets .flo_pintfeed_widget a.pin:before {
      background: url(../img/footer-widgets-pinterest-icon.png) 0 0 no-repeat;
      background-size: 10px 10px;
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px; }
  .footer-widgets .flo-instagram_widget .insta-widget__wrapper {
    position: static; }
  .footer-widgets .flo-instagram_widget .insta-profile-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    -ms-transform: none;
        transform: none;
    padding: 0;
    font: 500 10px/1 'Brandon Grotesque';
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background: url(../img/footer-widgets-arrow.png) 100% 50% no-repeat;
    background-size: 4px 6px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 12px; }
    .footer-widgets .flo-instagram_widget .insta-profile-btn:before {
      content: "follow us on instagram"; }
    .footer-widgets .flo-instagram_widget .insta-profile-btn:after {
      background: url(../img/footer-widgets-instagram-icon.png) 0 0 no-repeat;
      background-size: 10px 10px;
      content: "";
      width: 10px;
      height: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px; }
    .footer-widgets .flo-instagram_widget .insta-profile-btn a {
      text-indent: -9999px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 640px) {
    .footer-widgets {
      padding: 75px 60px 75px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .footer-widgets .widget:first-child {
        width: 35%; }
      .footer-widgets .widget:nth-child(2) {
        width: 34%; }
      .footer-widgets .widget:nth-child(3) {
        width: 23%; } }

#footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.625rem;
  color: #444b55; }
  #footer h6 {
    color: #646569;
    font: 500 10px/1.2 'Brandon Grotesque';
    margin-bottom: 25px; }
  #footer .menu-column {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    #footer .menu-column .footer-menu > li {
      margin-top: 20px;
      font: 10px/1.6 'Libre Baskerville';
      letter-spacing: 0.06em; }
      #footer .menu-column .footer-menu > li a {
        color: #000000; }
      #footer .menu-column .footer-menu > li span {
        display: block;
        font: italic 10px/1 'Libre Baskerville';
        letter-spacing: 0.02em;
        color: #B0B0B0;
        text-transform: lowercase; }
      #footer .menu-column .footer-menu > li:first-child {
        margin-top: 0; }
    @media (min-width: 768px) {
      #footer .menu-column {
        width: 30%;
        -ms-flex-order: 1;
            order: 1;
        padding: 0 40px;
        margin-bottom: 0; }
        #footer .menu-column.right {
          -ms-flex-order: 3;
              order: 3; } }
  #footer .logo-column {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      #footer .logo-column {
        width: 40%;
        -ms-flex-order: 2;
            order: 2;
        margin-bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }
  #footer a.logo {
    width: 100%;
    margin-bottom: 2rem;
    min-height: 90px;
    display: block; }
    #footer a.logo img {
      max-width: 300px; }
    @media (min-width: 767px) {
      #footer a.logo {
        min-height: 150px;
        margin-bottom: 3.75rem; } }
    @media screen and (max-width: 1023px) {
      #footer a.logo {
        margin-left: auto;
        margin-right: auto; }
        #footer a.logo img {
          margin: 0 auto;
          display: block;
          max-width: 100%; } }
  #footer .footer-links {
    min-width: 13%;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media screen and (max-width: 1023px) {
      #footer .footer-links {
        display: none; } }
    #footer .footer-links:not(:last-child) {
      margin-right: 1.75rem; }
    #footer .footer-links ul li:not(:last-child) {
      margin-bottom: 1em; }
  #footer a {
    color: #b1b1b1; }
    #footer a:hover, #footer a:focus {
      color: #939393; }
  #footer .copyright {
    text-align: center; }
    @media screen and (max-width: 639px) {
      #footer .copyright {
        margin-top: 3.125rem; } }
    @media screen and (min-width: 640px) {
      #footer .copyright {
        margin-top: 0;
        border-top: 1px solid #e8e8e8;
        padding-top: 2rem; } }
    #footer .copyright a {
      color: #444b55; }
      #footer .copyright a:hover {
        color: #737880; }
    @media screen and (max-width: 639px) {
      #footer .copyright > div:not(:last-child) {
        margin-bottom: 2.3125rem; } }
    @media screen and (min-width: 640px) {
      #footer .copyright .left {
        float: left; } }
    @media screen and (min-width: 640px) {
      #footer .copyright .right {
        float: right; } }
  @media (min-width: 768px) {
    #footer {
      padding-top: 100px;
      padding-bottom: 100px; } }

#map {
  padding-top: 2.75rem; }
  #map .map-wrapper {
    padding-bottom: 2.25rem;
    border-bottom: 1px solid #efefef; }

#map-canvas {
  height: 400px;
  width: 100%; }
  #map-canvas .logo {
    background: url("../img/logo.svg") center no-repeat;
    width: 120px;
    height: 30px;
    margin: 0 auto;
    display: block;
    filter: invert(1); }
  #map-canvas img {
    max-width: none; }
  #map-canvas .content {
    padding: 0 0.5em 1em 0.5em; }
  #map-canvas p {
    font-size: 1em;
    margin: 0; }

.grid {
  background: #646569;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid::after {
    clear: both;
    content: "";
    display: block; }
  .grid.wide .grid-item {
    height: 75vw; }
    @media screen and (min-width: 640px) {
      .grid.wide .grid-item {
        height: 40vw; } }
    @media screen and (min-width: 1024px) {
      .grid.wide .grid-item {
        height: 45vw; } }
  .grid a.block:hover {
    opacity: .8; }
  .grid .grid-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%;
    height: 100vw;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (min-width: 640px) {
      .grid .grid-item {
        height: 50vw; } }
    @media screen and (min-width: 1024px) {
      .grid .grid-item {
        height: 40vw; } }
    .grid .grid-item .grid .grid-item {
      height: auto; }
    @media screen and (min-width: 640px) {
      .grid .grid-item {
        width: 50%; } }
    @media screen and (min-width: 640px) {
      .grid .grid-item:nth-child(4n+2), .grid .grid-item:nth-child(4n+3) {
        width: 50%; } }
  .grid.two-columns .grid-item {
    -ms-flex: 1;
        flex: 1;
    min-width: 100%; }
    @media screen and (min-width: 640px) {
      .grid.two-columns .grid-item {
        min-width: 50%; } }
  .grid.seven-five {
    color: #fff;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid.seven-five a {
      color: #fff; }
    .grid.seven-five .grid-item {
      height: 40vw;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      -ms-flex-positive: 1;
          flex-grow: 1;
      width: 58.33333%; }
      .grid.seven-five .grid-item:nth-child(4n+2), .grid.seven-five .grid-item:nth-child(4n+3) {
        width: 41.66667%; }
  .grid.featured-collections .grid-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 101, 105, 0);
    z-index: 1;
    transition: all .1s ease-in-out; }
  @media screen and (min-width: 640px) {
    .grid.featured-collections .grid-item:hover:before {
      background: rgba(100, 101, 105, 0.85); }
    .grid.featured-collections .grid-item:hover .hover-content {
      display: block; } }
  .grid.featured-collections .grid-item .hover-content {
    width: 100%;
    z-index: 2;
    display: none;
    font-size: 0.7rem; }
    @media screen and (min-width: 1024px) {
      .grid.featured-collections .grid-item .hover-content {
        font-size: 1rem; } }
    .grid.featured-collections .grid-item .hover-content h5 {
      text-transform: none; }
  .grid.featured-collections h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 1.6em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.9em; }
  .grid.featured-collections h5 {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.125em;
    margin-bottom: 6.9em; }
  .grid#social-grid .grid-item {
    height: auto; }
  .grid.instagram-feed .grid-item, .grid.instagram-feed .img-block, .grid .flo-shcode-instgm-container .grid-item, .grid .flo-shcode-instgm-container .img-block {
    border-style: solid;
    border-color: #fff;
    border-top-width: 0;
    width: 33.33333%;
    width: 33.33333% !important;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0; }
    .grid.instagram-feed .grid-item:nth-last-child(-n+3), .grid.instagram-feed .img-block:nth-last-child(-n+3), .grid .flo-shcode-instgm-container .grid-item:nth-last-child(-n+3), .grid .flo-shcode-instgm-container .img-block:nth-last-child(-n+3) {
      border-bottom-width: 0; }
    .grid.instagram-feed .grid-item:hover img, .grid.instagram-feed .img-block:hover img, .grid .flo-shcode-instgm-container .grid-item:hover img, .grid .flo-shcode-instgm-container .img-block:hover img {
      opacity: .8; }
    .grid.instagram-feed .grid-item img, .grid.instagram-feed .img-block img, .grid .flo-shcode-instgm-container .grid-item img, .grid .flo-shcode-instgm-container .img-block img {
      vertical-align: middle;
      width: 100%;
      height: auto; }

.top-nav {
  position: relative;
  background: #fff;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: 100%; }
  .top-nav__wrapper {
    position: relative; }
  .top-nav__toggle {
    background: url(../img/menu-toggle.png) 50% 50% no-repeat;
    background-size: 18px 11px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: -5px; }
    .top-nav__toggle.open {
      background-image: url(../img/menu-close.png);
      background-size: 14px 14px; }
  .top-nav__logo {
    background: url("../img/logo-black.png") center no-repeat;
    width: 120px;
    height: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-size: 100% auto; }
  .top-nav__links {
    font: 500 10px/15px "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    .top-nav__links ul.menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .top-nav__links ul.menu > li {
        margin-left: 15px;
        position: relative; }
        .top-nav__links ul.menu > li:first-child {
          margin-left: 0; }
        .top-nav__links ul.menu > li.account a {
          display: inline-block;
          background: url(../img/menu-account-icon.png) 0 50% no-repeat;
          background-size: 15px 15px;
          line-height: 15px;
          width: 15px;
          text-indent: -9999px; }
        .top-nav__links ul.menu > li.login a {
          display: inline-block;
          background: url(../img/menu-login-icon.png) 0 50% no-repeat;
          background-size: 12px 15px;
          line-height: 15px;
          width: 12px;
          text-indent: -9999px; }
        .top-nav__links ul.menu > li.cart a {
          display: inline-block;
          background: url(../img/menu-cart-icon.png) 0 50% no-repeat;
          background-size: 15px 15px;
          line-height: 15px;
          width: 15px;
          text-indent: -9999px; }
  .top-nav__navigation {
    border-top: 1px solid #000;
    background: #fff;
    font: 500 10px/15px "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    padding: 30px; }
    .top-nav__navigation ul.menu > li {
      position: relative;
      padding: 20px 0; }
      .top-nav__navigation ul.menu > li a {
        position: relative; }
      .top-nav__navigation ul.menu > li ul {
        padding-top: 20px; }
        .top-nav__navigation ul.menu > li ul li {
          margin-top: 20px; }
          .top-nav__navigation ul.menu > li ul li:first-child {
            margin-top: 0; }
      .top-nav__navigation ul.menu > li .sub-toggle {
        background: url(../img/menu-drop-down.png) 50% 50% no-repeat;
        background-size: 5px 4px;
        text-indent: -9999px;
        position: absolute;
        top: -13px;
        right: -40px;
        width: 40px;
        height: 40px;
        cursor: pointer; }
  .top-nav .menu-collapser {
    display: none !important; }
  .top-nav .searchform {
    background: url(../img/search-icon.png) 0 50% no-repeat #fff;
    background-size: 15px 15px;
    height: 15px;
    z-index: 3;
    width: 80px;
    padding-left: 25px;
    transition: all .2s linear;
    margin: 20px auto 0; }
    .top-nav .searchform input {
      padding: 0;
      background: transparent;
      border: 0;
      font: 500 10px/15px "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.08em;
      margin-bottom: 0;
      text-align: center; }
    .top-nav .searchform.focus {
      width: 100%; }
  @media (min-width: 769px) {
    .top-nav__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 15px; }
    .top-nav__toggle {
      display: none; }
    .top-nav__logo {
      margin: 0 auto;
      width: 220px;
      height: 120px; }
    .top-nav__links {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      white-space: nowrap; }
      .top-nav__links ul.menu > li {
        margin-left: 60px; }
        .top-nav__links ul.menu > li:first-child {
          margin-left: 0; }
        .top-nav__links ul.menu > li.account a {
          padding-left: 25px;
          text-indent: 0;
          width: auto; }
        .top-nav__links ul.menu > li.login a {
          padding-left: 22px;
          text-indent: 0;
          width: auto; }
        .top-nav__links ul.menu > li.cart a {
          padding-left: 25px;
          text-indent: 0;
          width: auto; }
    .top-nav__navigation {
      display: block !important;
      position: relative;
      white-space: nowrap;
      top: auto;
      left: auto;
      right: auto;
      padding: 0;
      text-align: left; }
      .top-nav__navigation ul.menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-right: 125px; }
        .top-nav__navigation ul.menu > li {
          padding: 20px 0; }
          .top-nav__navigation ul.menu > li .sub-toggle {
            display: none; }
        .top-nav__navigation ul.menu > li.menu-item-has-children > a {
          background: url(../img/menu-drop-down.png) 100% 50% no-repeat;
          background-size: 5px 4px;
          display: block;
          padding-right: 20px; }
        .top-nav__navigation ul.menu ul.sub-menu {
          background: #fff;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1;
          margin-left: -20px;
          padding: 20px;
          font: 10px/1.6 'Libre Baskerville';
          letter-spacing: 0.06em;
          display: none;
          z-index: 2; }
          .top-nav__navigation ul.menu ul.sub-menu > li {
            margin-top: 20px; }
            .top-nav__navigation ul.menu ul.sub-menu > li:first-child {
              margin-top: 0; }
            .top-nav__navigation ul.menu ul.sub-menu > li a {
              color: #B0B0B0; }
              .top-nav__navigation ul.menu ul.sub-menu > li a:hover {
                color: #000000; }
    .top-nav .searchform {
      display: block;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      right: 0;
      margin: 0; }
      .top-nav .searchform input {
        text-align: left; } }

.mobile-menu {
  background: #fff;
  position: fixed;
  top: 6.25rem;
  z-index: 20;
  width: 100%;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase; }
  .mobile-menu:not(.is-active) {
    display: none; }
  .mobile-menu a {
    color: #fff; }
  @media screen and (min-width: 640px) {
    .mobile-menu {
      display: none; } }
  .mobile-menu .container {
    height: calc(100vh - 6.25rem);
    overflow-y: scroll;
    padding-bottom: 100px; }
  .mobile-menu .sub-menu {
    position: static;
    width: 100%;
    padding: 0 1.375rem; }
    .mobile-menu .sub-menu li:not(:last-child) {
      margin-bottom: 0; }
    .mobile-menu .sub-menu li a {
      padding: 0.75rem 0;
      display: block;
      width: 100%; }

.mobile-menu .menu-item-has-children,
.js-accordion-trigger {
  position: relative; }
  .mobile-menu .menu-item-has-children:before,
  .js-accordion-trigger:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    max-height: 48px;
    background-image: url("../img/icons/arrow-down.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 100% auto; }

.accordion > li > a {
  font-weight: normal;
  display: block;
  padding: 1rem 2.125rem 1rem 0; }

.accordion > li > ul.submenu {
  padding-left: 1rem; }

.accordion ul ul {
  padding-left: 0.625rem; }

.accordion ul.submenu {
  display: none; }
  .accordion ul.submenu.shop-categories > li > a {
    text-transform: none;
    font-family: "Libre Baskerville", serif;
    font-size: 0.75rem;
    font-style: italic;
    padding-top: .75rem;
    padding-bottom: .75rem; }
  .accordion ul.submenu a {
    padding-left: 0.625rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block; }

.accordion .is-expanded > a:before {
  background-image: url("../img/icons/arrow-up.png"); }

.accordion .is-expanded > ul.submenu {
  display: block; }

.mobile-menu-trigger {
  z-index: 101;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  position: fixed;
  right: 15px;
  bottom: 26px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.625rem;
  font-weight: bold;
  background-color: #646569;
  color: #fff; }
  @media screen and (min-width: 640px) {
    .mobile-menu-trigger {
      display: none; } }
  .mobile-menu-trigger:focus, .mobile-menu-trigger:hover {
    color: #fff; }
  .mobile-menu-trigger.is-active {
    color: #646569;
    background-color: #fff; }
    .mobile-menu-trigger.is-active:focus, .mobile-menu-trigger.is-active:hover {
      color: #646569; }

.dropdown {
  display: none;
  position: absolute;
  width: 18.75rem;
  right: 0;
  background: #646569;
  top: 2.875rem;
  z-index: 322;
  color: #fff;
  padding: 1.375rem; }
  .dropdown.mytheoni {
    left: 0;
    width: 12.5rem; }
  ul.cart-items {
    max-height: calc(100vh - 12.5rem);
    overflow-y: scroll; }
    ul.cart-items::after {
      clear: both;
      content: "";
      display: block; }
    ul.cart-items li {
      margin-bottom: 1.375rem; }
      ul.cart-items li a {
        color: #fff; }
    ul.cart-items .cart-item {
      display: block;
      display: -ms-flexbox;
      display: flex; }
      ul.cart-items .cart-item::after {
        clear: both;
        content: "";
        display: block; }
      ul.cart-items .cart-item:hover {
        color: #939393; }
      ul.cart-items .cart-item .item-thumbnail {
        min-width: 3.4375rem;
        width: 3.4375rem; }
        ul.cart-items .cart-item .item-thumbnail img {
          vertical-align: middle;
          width: 100%;
          height: auto; }
      ul.cart-items .cart-item .item-details, ul.cart-items .cart-item .item-price {
        padding-top: 0.625rem;
        padding-bottom: 0.5rem; }
      ul.cart-items .cart-item .item-details {
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        text-align: left;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: column;
            flex-direction: column; }
      ul.cart-items .cart-item .item-name, ul.cart-items .cart-item .item-price {
        font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 0.625rem;
        line-height: 1.2em;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.15em; }
      ul.cart-items .cart-item .item-name {
        float: left; }
      ul.cart-items .cart-item .item-from {
        float: left;
        font-family: "Libre Baskerville", serif;
        font-style: italic;
        font-size: 0.6875rem;
        width: 100%;
        line-height: 1em; }
      .dropdown-actions {
        border-top: 1px dashed #646569;
        padding-top: 1.3125rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .dropdown-actions .button {
          -ms-flex-positive: 1;
              flex-grow: 1; }

.big-dropdown {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #fff;
  left: 0;
  top: 6.25rem;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 2.125rem;
  padding-bottom: 2.125rem; }
  @media screen and (max-width: 639px) {
    .big-dropdown {
      display: none; } }
  .big-dropdown .dropdown-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .big-dropdown .title-bar {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 0.75rem;
    padding-bottom: 1.25rem; }
  .big-dropdown .title-bar-divider {
    position: relative; }
    .big-dropdown .title-bar-divider:before {
      content: '';
      position: absolute;
      background: #f2f2f2;
      width: 100%;
      left: 0;
      bottom: -1px;
      height: 1px; }
  .big-dropdown .dropdown-column {
    -ms-flex-positive: 2;
        flex-grow: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .big-dropdown .categories-column {
    min-width: 20%;
    max-width: 50%; }
    @media screen and (min-width: 1024px) {
      .big-dropdown .categories-column {
        max-width: 50%;
        min-width: 17%; } }
    .big-dropdown .categories-column ul {
      -ms-flex: 1;
          flex: 1; }
    .big-dropdown .categories-column a:hover {
      cursor: pointer; }
    .big-dropdown .categories-column a.active {
      position: relative; }
      .big-dropdown .categories-column a.active:after {
        right: -8px;
        top: 0;
        height: 100%;
        width: 4px;
        content: '';
        position: absolute;
        background: url("../img/icons/arrow-product.png") center no-repeat;
        background-size: 100% auto; }
  .big-dropdown .featured-column {
    max-width: 10rem;
    box-sizing: content-box;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    padding-left: 0.9375rem; }
    @media screen and (min-width: 1024px) {
      .big-dropdown .featured-column {
        max-width: 15rem; } }
    .big-dropdown .featured-column:not(:last-child) {
      padding-right: 0.9375rem; }
    .big-dropdown .featured-column a:hover {
      opacity: .8; }
  .big-dropdown ul {
    padding-top: 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    .big-dropdown ul li {
      font-size: 0.625rem;
      text-transform: uppercase;
      font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.2em; }
      .big-dropdown ul li:not(:last-child) {
        margin-bottom: 1.0625rem; }
    .big-dropdown ul:not(.two-columns) {
      -ms-flex-direction: column;
          flex-direction: column; }
    .big-dropdown ul.two-columns li {
      width: 49%; }
  .big-dropdown a {
    display: inline-block;
    border-bottom: 1px solid rgba(100, 101, 105, 0); }
    .big-dropdown a:hover {
      color: #646569;
      border-bottom: 1px solid rgba(100, 101, 105, 0.7); }
  .big-dropdown img {
    vertical-align: middle;
    width: 100%;
    height: auto; }
  .big-dropdown .view-all {
    margin-top: auto;
    margin-bottom: 0;
    line-height: .9em; }

.breadcrumbs {
  background-color: #fff;
  line-height: 2.5rem;
  color: #939393;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.75rem; }
  @media screen and (max-width: 639px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs:not(.white) {
    border-top: 1px solid #737373; }
    .breadcrumbs:not(.white) a:hover {
      color: #fff; }
  .breadcrumbs.white {
    background-color: #fff;
    border-bottom: 1px solid #efefef; }
    .breadcrumbs.white a:hover {
      color: #646569; }
  .breadcrumbs li {
    display: inline-block;
    position: relative; }
    .breadcrumbs li:not(:last-child) {
      padding-right: .8rem;
      margin-right: .3rem; }
      .breadcrumbs li:not(:last-child):after {
        content: '>';
        right: 0;
        top: 0;
        height: 100%;
        position: absolute; }
  .breadcrumbs a {
    display: block;
    color: #939393; }
    .breadcrumbs a:hover {
      color: #fff; }

.cart-item-list .cart-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5625rem;
  position: relative; }
  .cart-item-list .cart-item:not(:last-child):before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    bottom: 0;
    right: 0;
    background: url("../img/dashed-line.png") left bottom repeat-x; }
  @media screen and (min-width: 640px) {
    .cart-item-list .cart-item:not(:first-child) .column-title {
      opacity: 0; } }

.cart-item-list .column-title {
  color: #c0c0c0;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .23em;
  margin-bottom: 0.75rem; }

.cart-item-list .cart-item-thumbnail {
  min-width: 4.375rem;
  width: 4.375rem;
  height: 4.375rem; }
  @media screen and (min-width: 640px) {
    .cart-item-list .cart-item-thumbnail {
      min-width: 6.5625rem;
      width: 6.5625rem;
      height: 6.5625rem; } }
  .cart-item-list .cart-item-thumbnail img {
    vertical-align: middle;
    width: 100%;
    height: auto; }

.cart-item-list .cart-item-remove {
  display: block;
  line-height: 2em;
  width: 1rem;
  font-size: 0.5625rem;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #c0c0c0; }
  @media screen and (max-width: 639px) {
    .cart-item-list .cart-item-remove {
      margin-right: 0.75rem;
      margin-top: 1.625rem;
      -ms-transform: translateX(-4px);
          transform: translateX(-4px);
      -ms-flex-item-align: baseline;
          align-self: baseline; } }
  @media screen and (min-width: 640px) {
    .cart-item-list .cart-item-remove {
      position: absolute;
      left: -1.125rem;
      top: 2.8125rem; } }
  @media screen and (min-width: 1024px) {
    .cart-item-list .cart-item-remove {
      left: -3.125rem; } }
  .cart-item-list .cart-item-remove:hover {
    color: #939393; }

.cart-item-list .cart-item-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1; }
  @media screen and (max-width: 639px) {
    .cart-item-list .cart-item-details {
      -ms-flex-direction: column;
          flex-direction: column; } }

.cart-item-list .cart-item-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 2rem; }
  @media screen and (max-width: 639px) {
    .cart-item-list .cart-item-column:not(:last-child) {
      margin-bottom: 1.75rem; } }
  @media screen and (min-width: 640px) {
    .cart-item-list .cart-item-column {
      padding-left: 2.9375rem;
      padding-top: 0.8125rem; }
      .cart-item-list .cart-item-column:not(:last-child) {
        padding-right: 2.9375rem; }
      .cart-item-list .cart-item-column:nth-last-child(-n+2) {
        position: relative; }
        .cart-item-list .cart-item-column:nth-last-child(-n+2):before {
          position: absolute;
          content: '/';
          top: 2.625rem;
          left: 0;
          font-family: "Libre Baskerville", serif;
          font-size: 0.75rem;
          color: #c0c0c0; } }
  .cart-item-list .cart-item-column p {
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
    letter-spacing: 0.16em; }

.cart-item-list .cart-item-name {
  -ms-flex: 1;
      flex: 1; }

.cart-item-list .cart-item-price p, .cart-item-list .cart-item-quantity p, .cart-item-list .cart-item-subtotal p {
  font-size: 0.8125rem; }

@media screen and (min-width: 640px) {
  .cart-item-list .cart-item-price, .cart-item-list .cart-item-quantity {
    text-align: center; }
  .cart-item-list .cart-item-subtotal {
    text-align: right; } }

.cart-actions {
  margin-top: 1.4375rem;
  border-top: 2px solid #efefef;
  padding-top: 2rem;
  padding-bottom: 9.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media screen and (max-width: 639px) {
    .cart-actions {
      padding-bottom: 1.875rem;
      -ms-flex-direction: column;
          flex-direction: column; } }
  .cart-actions .left-actions {
    margin-top: 0.375rem; }
    @media screen and (min-width: 640px) {
      .cart-actions .left-actions {
        -ms-flex-preferred-size: 21.5rem;
            flex-basis: 21.5rem; } }
    .cart-actions .left-actions #update-cart {
      border: 0;
      font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 0.625rem;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 2rem;
      padding: 0 0 0 3rem;
      display: block;
      background: url("../img/icons/update.png") left center no-repeat;
      background-size: auto 1.6875rem;
      color: #939393; }
      .cart-actions .left-actions #update-cart:not(:hover) {
        opacity: .7; }
    .cart-actions .left-actions .promo-code {
      margin-top: 1.9375rem;
      border-top: 1px dashed #b2b5b9;
      padding-top: 2.625rem; }
    .cart-actions .left-actions i {
      display: block;
      margin-bottom: 1.3125rem; }
  .cart-actions .right-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    @media screen and (max-width: 639px) {
      .cart-actions .right-actions {
        margin-top: 3.5rem; } }
    @media screen and (min-width: 640px) {
      .cart-actions .right-actions {
        min-height: 12rem;
        -ms-flex-preferred-size: 12.25rem;
            flex-basis: 12.25rem; } }
    .cart-actions .right-actions .button {
      margin-top: auto; }
  .cart-actions .bill-row {
    color: #c0c0c0;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: .23em;
    line-height: 1.6em;
    margin-bottom: 0.8125rem; }
    .cart-actions .bill-row span {
      font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 0.9375rem;
      float: right;
      font-weight: 600; }
  .cart-actions .cart-total {
    margin-top: 0.6875rem;
    margin-bottom: 1.5625rem;
    padding-top: 1.5625rem;
    border-top: 1px dashed #b2b5b9; }
    .cart-actions .cart-total span {
      color: #444b55; }

.collection-intro {
  padding-top: 30px;
  text-align: center; }
  .collection-intro__image {
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, rgba(237, 237, 237, 0.5) 100%); }
  .collection-intro__brand {
    margin-bottom: 10px; }
  .collection-intro__title {
    font: 500 18px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .collection-intro__sub-title {
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    font-size: 0.75rem;
    font-weight: normal; }
  .collection-intro__text {
    font: 14px/1.6 "Open Sans", sans-serif;
    margin-top: 1.6em; }
  @media screen and (min-width: 640px) {
    .collection-intro {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-top: 60px;
      margin-bottom: 40px; }
      .collection-intro__image {
        width: 40%;
        margin-bottom: 0; }
      .collection-intro__info {
        width: 41.8%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center; } }

.product-listing {
  margin-left: -20px;
  margin-right: -20px; }
  .product-listing__item-wrapper {
    padding: 20px; }
  .product-listing__item {
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, rgba(237, 237, 237, 0.5) 100%);
    position: relative; }
  .product-listing__intro-wrapper {
    background: #fff; }
  .product-listing__intro {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center; }
  .product-listing__intro-title {
    font: 500 18px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .product-listing__intro-text {
    font: 14px/1.6 "Open Sans", sans-serif; }
  .product-listing__image {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 150%;
    display: none; }
    .product-listing__image:first-child {
      display: block; }
    .product-listing__image a {
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 40px;
      text-align: center;
      transition: all .2s ease-in-out;
      opacity: 0; }
      .product-listing__image a:hover {
        opacity: 1; }
  .product-listing__title {
    font: 500 18px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .product-listing__price {
    font: 500 12px/1.2 'Brandon Grotesque'; }
  @media screen and (min-width: 640px) {
    .product-listing {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .product-listing__item-wrapper {
        width: 33.33%; }
      .product-listing.number-4 .product-listing__item-wrapper {
        width: 25%; }
      .product-listing__intro-wrapper {
        position: relative;
        padding-bottom: 150%; }
      .product-listing__intro {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }

.product-head {
  padding-top: 1.625rem;
  padding-bottom: 2rem; }
  .product-head .collection-product-slider {
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, rgba(237, 237, 237, 0.5) 100%); }
    .product-head .collection-product-slider img {
      width: 100%;
      height: auto; }
  .product-head .collection-product-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px; }
    .product-head .collection-product-thumbs__item {
      background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, rgba(237, 237, 237, 0.5) 100%);
      width: 75px;
      margin: 0 5px; }
    .product-head .collection-product-thumbs__image-wrapper {
      padding-bottom: 133%;
      position: relative; }
    .product-head .collection-product-thumbs__image {
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  .product-head .product-right {
    margin-top: 40px;
    text-align: center; }
    .product-head .product-right header {
      margin-bottom: 50px; }
      .product-head .product-right header h2 {
        font: 500 18px/1.2 'Brandon Grotesque';
        letter-spacing: 0.08em;
        text-transform: uppercase;
        margin-bottom: 0; }
    .product-head .product-right h4 {
      color: #646569;
      font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.175rem;
      font-weight: 600;
      line-height: 1.5rem;
      text-transform: uppercase;
      margin-bottom: 0; }
    .product-head .product-right p {
      font-size: 0.875rem;
      font-family: "Open Sans", sans-serif;
      line-height: 1.6em; }
    .product-head .product-right .product-meta-item {
      margin-bottom: 2rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-direction: column;
          flex-direction: column; }
      .product-head .product-right .product-meta-item .meta-title {
        margin-bottom: 10px;
        font: 500 10px/1.2 "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        text-transform: uppercase; }
      .product-head .product-right .product-meta-item .meta-value {
        font: 500 12px/1.2 "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
      .product-head .product-right .product-meta-item.size, .product-head .product-right .product-meta-item.price {
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
        .product-head .product-right .product-meta-item.size .meta-title, .product-head .product-right .product-meta-item.price .meta-title {
          margin-bottom: 0;
          margin-right: 9px; }
    .product-head .product-right .product-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center; }
    .product-head .product-right .product-quantity {
      border: 1px solid #B0B0B0;
      border-radius: 3px;
      margin-bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      width: 200px;
      padding: 0 20px; }
      .product-head .product-right .product-quantity__title {
        font: 500 10px/48px "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #000; }
    .product-head .product-right .product-add-to-cart a {
      display: block;
      border: 1px solid #000;
      border-radius: 3px;
      width: 200px;
      font: 500 10px/48px "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #000; }
  .product-head .share-links {
    display: block; }
    .product-head .share-links h6 {
      font: 500 10px/1 "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.08em;
      text-transform: uppercase; }
    .product-head .share-links ul.social-icons {
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 640px) {
    .product-head {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 3.75rem;
      padding-top: 2.5rem; }
      .product-head .product-slider-column {
        width: 40%; }
      .product-head .product-right {
        width: 40%;
        margin-right: 8.6%;
        margin-top: 0; }
        .product-head .product-right .product-actions {
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-pack: center;
              justify-content: center; }
        .product-head .product-right .product-quantity {
          margin-bottom: 0;
          margin-right: 20px; } }

.swatches {
  margin-top: 0.9375rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .swatches li {
    margin: 0.25rem; }
    .swatches li a.swatch {
      width: 0.9375rem;
      height: 0.9375rem;
      display: block;
      float: left;
      color: #e8e8e8;
      border-width: 0.0625rem;
      border-style: solid;
      border-color: inherit; }
      .swatches li a.swatch:hover {
        color: #939393; }
      .swatches li a.swatch.is-active {
        color: #646569; }

.detailed-info {
  padding: 1.875rem 0 2.5rem 0;
  overflow: hidden; }
  @media screen and (min-width: 640px) {
    .detailed-info {
      background-color: #fafaf9;
      padding: 1.75rem 0; } }

.share-links {
  text-align: center;
  margin-top: 3.125rem;
  padding-bottom: 1.125rem;
  display: -ms-flexbox;
  display: flex; }
  .type-post .share-links {
    padding-bottom: 3.125rem; }
  .share-links i {
    display: block;
    position: relative;
    padding-right: 1.250rem;
    margin-right: 1rem; }
    .share-links i:after {
      content: '/';
      position: absolute;
      right: 0; }
  @media screen and (min-width: 640px) {
    .share-links.center-on-medium {
      margin-bottom: 0.75rem;
      margin-top: 2.25rem;
      display: block; } }
  @media screen and (min-width: 640px) {
    .share-links.center-on-medium i {
      margin-right: 0;
      padding-right: 0; }
      .share-links.center-on-medium i:after {
        display: none; } }

.closer-look {
  margin-top: 80px; }
  .closer-look header {
    margin-bottom: 50px; }
    .closer-look header h5 {
      font: 500 14px/1 "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center; }
  .closer-look__items {
    margin-left: -20px;
    margin-right: -20px; }
  .closer-look__item-wrapper {
    padding: 20px; }
  .closer-look__item {
    background-size: cover;
    background-position: 50% 50%;
    padding-bottom: 100%;
    position: relative; }
    .closer-look__item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  @media screen and (min-width: 640px) {
    .closer-look__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .closer-look__item-wrapper {
      width: 33.33%; } }

#related-prods header {
  margin-bottom: 50px; }
  #related-prods header h5 {
    font: 500 14px/1 "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center; }

article.post .preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 70px;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 640px) {
    article.post .preview {
      -ms-flex-direction: row;
          flex-direction: row; } }
  article.post .preview .column {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-order: 2;
        order: 2;
    width: 100%; }
    @media screen and (min-width: 640px) {
      article.post .preview .column {
        width: 50%; } }
    article.post .preview .column:first-child {
      padding-right: 0; }
      @media screen and (max-width: 639px) {
        article.post .preview .column:first-child {
          -ms-flex-order: 3;
              order: 3;
          margin-top: 1.875rem; }
          article.post .preview .column:first-child h2 {
            margin-bottom: 1.375rem; }
          article.post .preview .column:first-child footer {
            margin-top: 0; } }
      @media screen and (min-width: 640px) {
        article.post .preview .column:first-child {
          padding-right: 3.125rem; } }
      @media screen and (min-width: 1024px) {
        article.post .preview .column:first-child {
          padding-right: 6.25rem; } }
  article.post .preview h2, article.post .preview h1 {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.15em; }
    article.post .preview h2 a, article.post .preview h1 a {
      color: #646569; }
  article.post .preview h2 {
    margin-bottom: 2.8125rem;
    font-size: 1rem; }
    @media screen and (min-width: 640px) {
      article.post .preview h2 {
        font-size: 1.125rem; } }
  article.post .preview h1 {
    font-size: 1.125rem; }
    @media screen and (min-width: 640px) {
      article.post .preview h1 {
        font-size: 1.875rem; } }
  article.post .preview p {
    font-size: 12px; }
  article.post .preview footer {
    margin-top: 2.25rem; }

@media screen and (min-width: 640px) {
  article.post:not(.sticky):nth-child(even) .preview .column:first-child {
    padding-right: 0;
    padding-left: 3.125rem; } }
  @media screen and (min-width: 640px) and (min-width: 1024px) {
    article.post:not(.sticky):nth-child(even) .preview .column:first-child {
      padding-left: 6.25rem; } }

@media screen and (min-width: 640px) {
  article.post:not(.sticky):nth-child(even) .preview .column:last-child {
    -ms-flex-order: 1;
        order: 1; } }

article.post.sticky .preview {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  @media screen and (max-width: 639px) {
    article.post.sticky .preview {
      background: #fff !important; }
      article.post.sticky .preview:before {
        display: none; }
      article.post.sticky .preview .mobile-thumbnail {
        margin-bottom: 1.875rem;
        width: 100%; }
        article.post.sticky .preview .mobile-thumbnail img {
          width: 100%; } }
  @media screen and (min-width: 640px) {
    article.post.sticky .preview {
      text-align: center;
      color: #fff;
      padding-left: 30px;
      padding-right: 30px;
      min-height: 400px; } }
  @media screen and (min-width: 1024px) {
    article.post.sticky .preview {
      min-height: 450px; } }
  article.post.sticky .preview:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(100, 101, 105, 0.2);
    z-index: 1; }
  article.post.sticky .preview .content {
    z-index: 2; }
  article.post.sticky .preview h1 {
    margin-bottom: 1.125rem; }
    @media screen and (min-width: 640px) {
      article.post.sticky .preview h1 a {
        color: #fff; } }
  article.post.sticky .preview i, article.post.sticky .preview i p {
    font-family: "Libre Baskerville", serif;
    font-size: 0.75rem; }
    @media screen and (min-width: 640px) {
      article.post.sticky .preview i, article.post.sticky .preview i p {
        font-size: 0.9375rem; } }
  @media screen and (min-width: 640px) {
    article.post.sticky .preview footer {
      margin-top: 5.25rem; } }

article.post.has-post-thumbnail .full header {
  min-height: 450px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  article.post.has-post-thumbnail .full header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background: rgba(100, 101, 105, 0.2);
    z-index: 1; }

article.post .full header {
  padding-top: 3.3125rem;
  padding-bottom: 3.3125rem;
  display: -ms-flexbox;
  display: flex; }
  article.post .full header .content {
    z-index: 2;
    margin-top: auto;
    width: 100%; }
  article.post .full header h1 {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    font-size: 2.1875rem;
    font-family: 'Brandon Grotesque';
    letter-spacing: 0.08em;
    font-weight: normal; }
  article.post .full header i {
    font-size: 0.9375rem; }

@media screen and (min-width: 640px) {
  .post-with-sidebar {
    display: -ms-flexbox;
    display: flex; } }

.post-with-sidebar .story {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.sidebar {
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 640px) {
    .sidebar {
      width: 200px;
      border-left: 1px dashed #cccccc;
      margin-left: 20px; } }
  @media screen and (min-width: 1024px) {
    .sidebar {
      min-width: 240px;
      width: 240px;
      padding-left: 48px;
      padding-right: 48px;
      margin-left: 40px; } }
  .sidebar .widget:not(:first-child) {
    padding-top: 45px;
    border-top: 1px dashed #cccccc; }
  .sidebar img {
    margin-bottom: 0.625rem; }
  .sidebar h5 {
    font-size: 0.6875rem;
    text-transform: uppercase;
    font-family: "Libre Baskerville", serif;
    letter-spacing: 0.2em;
    line-height: 2em;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    text-align: center; }
  .sidebar h6 {
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.2em;
    font-size: 0.625rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    color: #646569;
    line-height: 1.5em; }
    .sidebar h6 i {
      font-family: "Libre Baskerville", serif;
      letter-spacing: 0.1em;
      text-transform: none;
      font-size: 0.75rem; }
  .sidebar .product, .sidebar .related-post {
    margin-bottom: 45px;
    display: block;
    text-align: center; }
    .sidebar .product:hover, .sidebar .related-post:hover {
      opacity: .8; }

ul.page-numbers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 3.625rem; }
  @media screen and (min-width: 640px) {
    ul.page-numbers {
      padding-top: 4.375rem; } }
  ul.page-numbers li {
    float: left; }
    ul.page-numbers li a, ul.page-numbers li span {
      display: block;
      width: 24px;
      line-height: 24px;
      text-align: center;
      font-size: 10px;
      color: #646569; }
      ul.page-numbers li a:hover, ul.page-numbers li span:hover {
        color: #646569; }
      ul.page-numbers li a.current, ul.page-numbers li span.current {
        background: #f4f6f7; }

.collections-top-level .brand {
  padding: 2.5rem 0; }
  .collections-top-level .brand:nth-child(odd) {
    background: #f7f7f7; }
  .collections-top-level .brand:nth-child(even) {
    background: #fbfbfb; }
  .collections-top-level .brand:last-child {
    border-bottom: 1px solid #f7f7f7; }
  .collections-top-level .brand .brand-logo-big {
    display: block;
    margin-bottom: 2.625rem;
    max-width: 220px; }
  .collection-by {
    margin-top: 2.5rem; }
    .collection-by i {
      font-size: 0.625rem; }
    .collection-by .brand-logo-small {
      display: block;
      margin-top: 0.25rem;
      max-width: 100px; }
  .collections-top-level .brand h3 {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    font-family: "Libre Baskerville", serif; }
  .collections-top-level .brand .brand-description {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75rem;
    margin-bottom: 1.875rem; }
  .collections-top-level .brand .view-collection {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-bottom: 2px solid #c0c0c0; }
    .collections-top-level .brand .view-collection:hover {
      border-bottom: 2px solid #939393; }
  .collections-top-level .brand .brand-featured-product {
    min-height: 365px;
    max-height: 465px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .collections-top-level .brand .container {
    display: -ms-flexbox;
    display: flex; }
    .collections-top-level .brand .container .column {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: baseline;
          align-items: baseline;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }

.collections-top-level header {
  margin-bottom: 2.625rem; }
  .collections-top-level header .title {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-right: -0.2em;
    margin-bottom: 0;
    font-family: "Libre Baskerville", serif; }
  .collections-top-level header .subheader, .collections-top-level header h5, .collections-top-level header h6 {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.45em;
    margin-right: -0.45em;
    font-weight: bold;
    margin-bottom: 0; }
  .collections-top-level header .title + .subheader {
    margin-top: 1rem; }
  .collections-top-level header h6 {
    font-size: 0.625rem;
    color: #939393; }
  .collections-top-level header h5 {
    font-size: 0.6875rem;
    color: #646569; }

.collections-second-level > section:nth-child(even) {
  background: #f7f7f7; }

.collections-second-level > section:nth-child(odd) {
  background: #fbfbfb; }

.collections-second-level > section:last-child {
  border-bottom: 1px solid #f7f7f7; }

.collections-second-level .view-all {
  padding: 60px 0;
  text-align: center; }

.filter-colors__single {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0); }

#filter-colors h5 {
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  margin-right: -0.45em;
  font-weight: bold;
  font-size: 0.6875rem;
  margin-bottom: 12px;
  text-align: center; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }

.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }

.modal .modal-state {
  display: none; }

.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 1024px) {
    .modal .modal-fade-screen {
      padding-top: 5em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
  z-index: 999; }
  .modal .modal-close::after, .modal .modal-close::before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    width: 0.15em;
    height: 1.5em;
    background: #b1b1b1;
    content: "";
    display: block;
    margin: -3px 0 0 -1px;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .modal .modal-close:hover::after, .modal .modal-close:hover::before {
    background: #989898; }
  .modal .modal-close::before {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.modal .modal-inner {
  background: #fff;
  border-radius: 0;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%; }
  @media screen and (min-width: 640px) {
    .modal .modal-inner {
      max-height: 90%;
      padding: 3em;
      width: 70%; } }
  @media screen and (min-width: 1024px) {
    .modal .modal-inner {
      width: 60%; } }
  .modal .modal-inner h1 {
    color: #646569;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #646569;
    line-height: 1.6; }
  .modal .modal-inner a.cta {
    color: #fff;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
  .modal .modal-inner form .message {
    margin-top: 12px; }

.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }

.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.products-with-sidebar, .products-masonry {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  .products-with-sidebar .container.c80, .products-masonry .container.c80 {
    max-width: inherit; }
  .products-with-sidebar .content-cutter, .products-masonry .content-cutter {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1; }
  .products-with-sidebar .listing-items, .products-masonry .listing-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .products-with-sidebar .listing-items .listing-item, .products-masonry .listing-items .listing-item {
      margin-right: 0; }
  .products-with-sidebar .item-name, .products-masonry .item-name {
    min-height: 1.56rem; }

#sidebar {
  -ms-flex-order: 1;
      order: 1;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  @media screen and (max-width: 639px) {
    #sidebar {
      display: none; } }
  .products-with-sidebar #sidebar {
    border-right: 1px dashed #ccc;
    min-width: 200px;
    margin-right: 64px; }
  #sidebar h3 {
    font-family: "Libre Baskerville", serif;
    font-size: 0.69rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 2.5em; }
  #sidebar ul {
    margin-bottom: 3.44rem;
    display: block; }
    #sidebar ul li {
      margin-bottom: 0.88em; }
  #sidebar [type="checkbox"]:not(:checked),
  #sidebar [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  #sidebar [type="checkbox"]:not(:checked) + label,
  #sidebar [type="checkbox"]:checked + label {
    position: relative;
    color: #939393;
    padding-left: 1.95em;
    cursor: pointer;
    font-size: 0.63rem;
    line-height: 0.75rem;
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  #sidebar [type="checkbox"]:not(:checked) + label:before,
  #sidebar [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid #b2b5b9;
    background: #fff; }
  #sidebar [type="checkbox"]:not(:checked) + label:after,
  #sidebar [type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    width: 0.375rem;
    height: 0.375rem;
    background: #555;
    top: 0.1875rem;
    left: 0.1875rem;
    font-size: 1.3em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s; }
  #sidebar [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -ms-transform: scale(0);
        transform: scale(0); }
  #sidebar [type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-transform: scale(1);
        transform: scale(1); }
  #sidebar [type="checkbox"]:disabled:not(:checked) + label:before,
  #sidebar [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  #sidebar [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  #sidebar [type="checkbox"]:disabled + label {
    color: #939393; }
  #sidebar label:hover:before {
    border: 1px solid #6f6f6f !important; }

.filter-group.filter-colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .filter-group.filter-colors li {
    display: block;
    float: left;
    width: 28px;
    height: 28px; }
    .filter-group.filter-colors li:not(:last-child) {
      margin-right: 8px; }
    .filter-group.filter-colors li input {
      display: none; }
    .filter-group.filter-colors li label {
      position: relative;
      cursor: pointer;
      width: 28px;
      height: 28px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(255, 255, 255, 0); }
      .filter-group.filter-colors li label:before {
        width: 28px;
        height: 28px;
        content: '';
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .filter-group.filter-colors li label:after {
        width: 24px;
        height: 24px;
        left: 1px;
        top: 1px;
        content: '';
        position: absolute;
        cursor: pointer; }
      .filter-group.filter-colors li label:hover:before {
        opacity: .2; }
    .filter-group.filter-colors li input[type=checkbox]:checked + label:before {
      opacity: .5; }

.team-page .container {
  width: 60%;
  max-width: 300px;
  margin: 30px auto; }
  @media (max-width: 1024px) {
    .team-page .container {
      width: 100%;
      max-width: 100%; } }

.team-members .team-member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 70px;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media screen and (min-width: 640px) {
    .team-members .team-member {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .team-members .team-member > div {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 100%; }
    @media screen and (min-width: 640px) {
      .team-members .team-member > div {
        width: 50%; } }
  .team-members .team-member .team-member-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-order: 2;
        order: 2;
    margin-bottom: 2rem; }
  .team-members .team-member .team-member-info {
    -ms-flex-order: 2;
        order: 2; }
  @media screen and (min-width: 640px) {
    .team-members .team-member:nth-child(odd) .team-member-info {
      margin-left: 37px; }
    .team-members .team-member:nth-child(odd) .team-member-photo {
      margin-right: 37px; }
    .team-members .team-member:nth-child(even) .team-member-info {
      -ms-flex-order: 1;
          order: 1;
      margin-right: 37px; }
    .team-members .team-member:nth-child(even) .team-member-photo {
      margin-left: 37px; } }
  .team-members .team-member h3 {
    font-size: 1.1375rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: bold;
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin-bottom: 0.5em; }
  .team-members .team-member h4 {
    font-size: 0.94rem;
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    color: #646569;
    font-weight: normal; }
  .team-members .team-member .team-member-description {
    margin-top: 3.75rem; }
  .team-members .team-member a.underline {
    font-weight: 600;
    display: inline-block; }
    @media screen and (min-width: 640px) {
      .team-members .team-member a.underline {
        margin-top: 2rem; } }

.square-spacer {
  width: 100%;
  height: auto; }

.press-page .container {
  margin: 30px auto; }

.press-page__badges {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.press-page__badge {
  display: block;
  -ms-flex-preferred-size: 17%;
      flex-basis: 17%;
  margin: 0 1.5% 15px; }
  .press-page__badge figure {
    margin: 0 auto 12px; }
  .press-page__badge img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }
  .press-page__badge h3 {
    text-align: center;
    text-transform: uppercase; }

.press-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.5rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: row;
      flex-direction: row; }
  .press-list .press-item {
    width: 100%; }
    @media screen and (min-width: 640px) {
      .press-list .press-item {
        width: 50%; } }
    @media screen and (min-width: 1024px) {
      .press-list .press-item {
        width: 33.33%; } }
    .press-list .press-item .press-item-cover {
      position: relative;
      overflow: hidden;
      text-align: center;
      text-decoration: none;
      transition: all 0.2s ease-in-out;
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover;
      margin: 20px;
      background-color: #1b1b1b; }
      .press-list .press-item .press-item-cover:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(100, 101, 105, 0);
        z-index: 1;
        transition: all .1s ease-in-out; }
      @media screen and (min-width: 640px) {
        .press-list .press-item .press-item-cover:hover:before {
          background: rgba(100, 101, 105, 0.85); }
        .press-list .press-item .press-item-cover:hover .hover-content {
          display: -ms-flexbox;
          display: flex; } }
      .press-list .press-item .press-item-cover .hover-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        display: none;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        font-size: 0.7rem;
        color: #fff; }
        @media screen and (min-width: 1024px) {
          .press-list .press-item .press-item-cover .hover-content {
            font-size: 1rem; } }
        .press-list .press-item .press-item-cover .hover-content .button {
          cursor: pointer; }
        .press-list .press-item .press-item-cover .hover-content h5 {
          text-transform: none; }
    .press-list .press-item h2 {
      font-family: "Libre Baskerville", serif;
      font-size: 1.6em;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      margin-bottom: 0.9em;
      max-width: 84%; }
    .press-list .press-item h5 {
      font-family: "Playfair Display", serif;
      font-style: italic;
      font-size: 1.125em;
      margin-bottom: 1.2em; }
    .press-list .press-item .button {
      margin-top: 5em; }

.infocta__main {
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0; }
  .infocta__main .story {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }

.infocta__thumb {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 55px;
  box-sizing: border-box; }
  .infocta__thumb img {
    max-width: 100%;
    height: auto; }

.infocta__additional {
  border-top: 1px solid #c0c0c0;
  text-align: center;
  padding: 70px 10%;
  box-sizing: border-box; }

.infocta__ctas {
  border-bottom: 1px solid #c0c0c0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.infocta__cta {
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
  text-align: center; }
  .infocta__cta figure {
    position: relative; }
    .infocta__cta figure:before {
      content: "Open";
      font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: #fff;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      opacity: 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(100, 101, 105, 0.7);
      transition-duration: 0.2s; }
  .infocta__cta h4 {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.2em;
    color: #646569;
    text-transform: uppercase;
    font-size: 10px;
    margin: 28px auto; }
  .infocta__cta:hover figure:before {
    opacity: 1; }

.customform__main {
  text-align: center;
  width: 90%;
  max-width: 540px;
  margin: 70px auto; }
  .customform__main strong {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-transform: uppercase; }

.customform__form {
  width: 90%;
  max-width: 540px;
  margin: 0 auto; }
  .customform__form .gform_confirmation_message {
    font-size: 20px;
    text-align: center; }
  .customform__form .gfield_label {
    display: none; }
  .customform__form .ginput_container_name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .customform__form .ginput_container_name .name_first,
    .customform__form .ginput_container_name .name_last {
      -ms-flex-preferred-size: 48.14%;
          flex-basis: 48.14%; }
      .customform__form .ginput_container_name .name_first label,
      .customform__form .ginput_container_name .name_last label {
        display: none; }
  .customform__form input:-ms-input-placeholder,
  .customform__form textarea:-ms-input-placeholder {
    text-align: center;
    color: #646569; }
  .customform__form input::placeholder,
  .customform__form textarea::placeholder {
    text-align: center;
    color: #646569; }
  .customform__form .small-left {
    width: 48.14%;
    float: left;
    clear: both; }
  .customform__form .small-right {
    width: 48.14%;
    float: right; }
  .customform__form .radiooptions {
    clear: both;
    padding: 30px 0 20px; }
    .customform__form .radiooptions .gfield_label {
      display: block;
      text-align: center;
      font: 14px/14px "Libre Baskerville", serif;
      font-style: italic;
      font-weight: normal;
      margin: 0 auto 22px; }
    .customform__form .radiooptions .gfield_radio {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .customform__form .radiooptions .gfield_radio li {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        text-align: center; }
      .customform__form .radiooptions .gfield_radio input[type="radio"] {
        width: 0;
        height: 0;
        visibility: hidden; }
        .customform__form .radiooptions .gfield_radio input[type="radio"] + label {
          font: 10px/12px "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
          text-transform: uppercase;
          letter-spacing: 0.2em;
          cursor: pointer; }
          .customform__form .radiooptions .gfield_radio input[type="radio"] + label:before {
            background: #dfdfdf;
            border: 3px solid #dfdfdf;
            content: " ";
            width: 12px;
            height: 12px;
            border-radius: 6px;
            box-sizing: border-box;
            display: inline-block;
            margin: 0 8px 0 0;
            vertical-align: bottom; }
        .customform__form .radiooptions .gfield_radio input[type="radio"]:checked + label:before {
          background: #646569; }
  .customform__form .fileupload {
    text-align: center;
    margin: 45px auto 20px; }
    .customform__form .fileupload .gfield_description {
      display: block;
      text-align: center;
      font: 14px/14px "Libre Baskerville", serif;
      font-style: italic;
      font-weight: normal;
      margin: 0 auto 22px; }
    .customform__form .fileupload input[type="file"] {
      width: 210px;
      margin: 0 auto 20px; }
    .customform__form .fileupload .screen-reader-text {
      font: 10px/12px "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.2em; }
  .customform__form .client-agreement {
    text-align: center;
    margin: 30px auto 10px; }
    .customform__form .client-agreement input[type="checkbox"] {
      width: 0;
      height: 0;
      visibility: hidden; }
      .customform__form .client-agreement input[type="checkbox"] + label {
        font-size: 0;
        cursor: pointer; }
        .customform__form .client-agreement input[type="checkbox"] + label:before {
          content: '';
          background: url("../img/icons/icon-checkbox.png") 0 0;
          background-size: 100% auto;
          width: 27px;
          height: 27px;
          display: block;
          margin: 10px auto; }
      .customform__form .client-agreement input[type="checkbox"]:checked + label:before {
        background: url("../img/icons/icon-checkbox.png") 0 -27px;
        background-size: 100% auto; }
    .customform__form .client-agreement .gfield_description {
      font: 12px/22px "Open Sans", sans-serif;
      width: 90%;
      max-width: 400px;
      margin: 0 auto; }
  .customform__form .gform_footer {
    margin: 30px auto;
    text-align: center; }
    .customform__form .gform_footer input[type="submit"] {
      width: 260px; }

.event-designer-page {
  background: #f7f7f7;
  /*    &__builder-table-white-wine{ //width 120*300
        background-image: url(../img/table-white-wine.png);
        top: 8.7%;
        left: 26.8%;
        width: 5.1%;
        height: 20.6%;
        
        .event-designer-page__builder-table-item-add{
            top: 22%;
        }
    }
    &__builder-table-red-wine{ //width 120*300
        background-image: url(../img/table-red-wine.png);
        top: 6%;
        left: 39.39%;
        width: 5.1%;
        height: 20.6%;
        
        .event-designer-page__builder-table-item-add{
            top: 26%;
        }
    }
    &__builder-table-lowball{ //width 120*152
        background-image: url(../img/table-lowball.png);
        top: 19.44%;
        left: 53.53%;
        width: 5.1%;
        height: 10.48%;
    }
    &__builder-table-flute{ //width 90*320
        background-image: url(../img/table-flute.png);
        top: 7.86%;
        left: 68.44%;
        width: 3.87%;
        height: 22.06%;
        
        .event-designer-page__builder-table-item-add{
            top: 22%;
        }
    }
    &__builder-table-napkin{ //width 264*512
        background-image: url(../img/table-napkin.png);
        top: 39.03%;
        left: 7.93%;
        width: 11.37%;
        height: 35.31%;
    }
    &__builder-table-flatware{ //width 1194*456
        background-image: url(../img/table-flatware.png);
        top: 45.79%;
        left: 25.6%;
        width: 51.46%;
        height: 31.44%; 
        
        .event-designer-page__builder-table-item-add{
            top: 12%;
            left: 89.3%;
        }
        .event-designer-page__builder-table-item-tooltip{
            left: 89.6%;
        }
    }
    &__builder-table-charger{ //width 534*536
        background-image: url(../img/table-charger.png);
        top: 44.13%;
        left: 38.36%;
        width: 23.01%;
        height: 36.96%; 
        
        .event-designer-page__builder-table-item-add{
            top: 25%;
            left: 90%;
        }
    }
    &__builder-table-dinner-plate{ //width 390*398
        background-image: url(../img/table-dinner-plate.png);
        top: 49.79%;
        left: 41.46%;
        width: 16.81%;
        height: 27.44%; 
        border-radius: 40%;
        
        .event-designer-page__builder-table-item-add{
            top: 36%;
            left: 94%;
        }
        
        .event-designer-page__builder-table-item-tooltip{
            left: 89.6%;
            display: none;
        }
    }
    &__builder-table-salad-plate{ //width 290*282
        background-image: url(../img/table-salad-plate.png); 
        top: 53.79%;
        left: 43.7%;
        width: 12.5%;
        height: 19.44%; 
        border-radius: 40%;
        
    }
    &__builder-table-cup{ //width 258*188
        background-image: url(../img/table-cup.png);
        top: 53.79%;
        left: 82.75%;
        width: 11.12%;
        height: 12.96%; 
    }
    &__builder-table-napkin-rings{ //width 236*90
        background-image: url(../img/table-napkin-rings.png);
        top: 82.89%;
        left: 8.7%;
        width: 10.17%;
        height: 6.2%;  
        
        .event-designer-page__builder-table-item-add{
            left: 79%;
        }
    }
    &__builder-table-tablecloth{ //width 246*246
        background-image: url(../img/table-tablecloth.png);
        top: 79.58%;
        left: 87.24%;
        width: 10.6%;
        height: 16.96%; 
        
        .event-designer-page__builder-table-item-add{
            top: 70%;
            left: 70%;
        }
    }*/
  /*
    &__additional-items-product-selector-overlay{
        background: rgba(247, 247, 247, 0.89);
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: none;
        z-index: 10;
    }
    &__additional-items-product-selector-wrapper{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 20;
        width: 44%;
        padding: 40px;
        box-shadow: -12px 0 8px 4px rgba(81, 81, 81, 0.07);
        
       display: none;
    }
    &__additional-items-product-selector{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
    }
    &__additional-items-product-selector-title{
        font-size: 13px;
        font-family: 'Libre Baskerville';
        text-transform: uppercase;
        letter-spacing: 0.3em;
        position: relative;
        padding-left: 48px;
        margin-bottom: 40px;
        
        &:before,
        &:after{
            background: #696a6d;
            content: "";
            position: absolute;
            top: 50%;
        }
        &:before{
            width: 25px;
            height: 1px;
            left: 0;
        }
        &:after{
            left: 12px;
            width: 1px;
            height: 25px;
            margin-top: -12px;
        }
    }
    &__additional-items-product-selector-list{
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
        flex: 1;
        overflow-y: auto;
    }
    &__additional-items-product-selector-product-wrapper{
        width: 33.33%;
        padding: 0 15px;
        
        &:nth-child(n+4){
            margin-top: 30px;
        }
    }
    &__additional-items-product-selector-product{
        position: relative;
        border: 1px dashed #fff;
        cursor: pointer;
        padding: 10px;
        
        &:hover{
            border-color: #9b9b9b;
        }
    }
    &__additional-items-product-selector-product-image{
        padding-bottom: 100%;
        background-size: contain;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        
        &:hover{
            &~.event-designer-page__additional-items-product-selector-product-title{
                opacity: 1;
            }
        }
    }
    &__additional-items-product-selector-product-title{
        background: #646568;
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 100;
        transform: translateX(-50%);
        padding: 10px 18px;
        
        font-size: 9px;
        font-family: 'Brandon Grotesque';
        font-weight: 500;
        letter-spacing: 0.2em;
        color: #fff;
        text-transform: uppercase;
        //white-space: nowrap;
        margin-top: 20px;
        min-width: 140px;
        text-align: center;
        
        transition: all .2s ease-in-out;
        opacity: 0;
        
        &:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(100, 101, 104, 0);
            border-bottom-color: #646568;
            border-width: 10px;
            margin-left: -10px;
        }
    }*/ }
  .event-designer-page section {
    width: 100%;
    overflow-x: visible; }
  .event-designer-page__notification {
    text-align: center; }
  .event-designer-page__builder {
    background: #fff;
    padding-top: 44px;
    position: relative;
    display: none; }
    .event-designer-page__builder--fade:before {
      background: rgba(255, 255, 255, 0.89);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .event-designer-page__builder header {
      padding: 0 24px; }
  .event-designer-page__builder-title {
    font-size: 1.25rem;
    margin-bottom: 10px; }
  .event-designer-page__builder-sub-title {
    color: #c6c6c6;
    font-size: 0.9375rem;
    font-family: 'Libre Baskerville';
    font-style: italic;
    letter-spacing: 0.2em; }
  .event-designer-page__builder-choose-template {
    border: 1px solid #d8d8d9;
    cursor: pointer;
    font-size: 0.625rem;
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 16px 22px;
    width: 220px;
    text-align: center;
    margin: 20px auto 0; }
  .event-designer-page__builder-canvas {
    background: #fff;
    border-top: 1px solid grey;
    display: none; }
  .event-designer-page__builder-table {
    /*        background: url(../img/event-designer-table.jpg) 50% 50% no-repeat;
        background-size: cover;*/
    padding-bottom: 62.5%;
    position: relative; }
  .event-designer-page__builder-table-item-add {
    background: #646568;
    border: 4px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    z-index: 1; }
    .event-designer-page__builder-table-item-add:before, .event-designer-page__builder-table-item-add:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .event-designer-page__builder-table-item-add:before {
      width: 12px;
      height: 2px; }
    .event-designer-page__builder-table-item-add:after {
      width: 2px;
      height: 12px; }
    .event-designer-page__builder-table-item-add:hover {
      opacity: .8; }
  .event-designer-page__builder-table-item-remove {
    background: #646568;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: -18px;
    right: -18px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    opacity: 0; }
    .event-designer-page__builder-table-item-remove:before, .event-designer-page__builder-table-item-remove:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -ms-transform-origin: center center;
          transform-origin: center center; }
    .event-designer-page__builder-table-item-remove:before {
      width: 8px;
      height: 2px;
      margin-left: -4px;
      margin-top: -1px; }
    .event-designer-page__builder-table-item-remove:after {
      width: 2px;
      height: 8px;
      margin-left: -1px;
      margin-top: -4px; }
    .event-designer-page__builder-table-item-remove:hover {
      opacity: .8; }
  .event-designer-page__builder-table-item-tooltip {
    background: #646568;
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 10px 18px;
    font-size: 9px;
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 20px;
    transition: all .2s ease-in-out;
    opacity: 0; }
    .event-designer-page__builder-table-item-tooltip:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(100, 101, 104, 0);
      border-bottom-color: #646568;
      border-width: 10px;
      margin-left: -10px; }
  .event-designer-page__builder-table-item {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    /*        &.event-designer-page__builder-table-item-1{ //width 92*140
            background-image: url(../img/event-designer-item-1.png);
            top: 9.65%;
            left: 40.34%;
            width: 3.96%;
            height: 9.65%; 
            
            .event-designer-page__builder-table-item-add{
               
            }
        }*/ }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-1 {
      background-image: url(../img/event-designer-item-1-v2.png);
      top: 6.75%;
      left: 40.34%;
      width: 11.98%;
      height: 12.55%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-2 {
      background-image: url(../img/event-designer-item-3-new.png);
      top: 26.89%;
      left: 12.15%;
      width: 9.39%;
      height: 9.1%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-3 {
      background-image: url(../img/event-designer-item-4-new.png);
      top: 29.37%;
      left: 26.89%;
      width: 9.74%;
      height: 15.44%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-3 .event-designer-page__builder-table-item-add {
        top: 15%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-3 .event-designer-page__builder-table-item-tooltip {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 25px; }
        .event-designer-page__builder-table-item.event-designer-page__builder-table-item-3 .event-designer-page__builder-table-item-tooltip:after {
          bottom: auto;
          top: 100%;
          border-top-color: #646568;
          border-bottom-color: transparent; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-3:hover .event-designer-page__builder-table-item-tooltip {
        margin-top: 0;
        margin-bottom: 15px; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-4 {
      background-image: url(../img/event-designer-item-5.png);
      top: 34.42%;
      left: 27.75%;
      width: 8.18%;
      height: 3.72%;
      z-index: 10; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-4 .event-designer-page__builder-table-item-add {
        top: 70%;
        left: 80%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-5 {
      background-image: url(../img/event-designer-item-6.png);
      top: 30.34%;
      left: 43.62%;
      width: 11.98%;
      height: 2.89%;
      z-index: 9; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-5 .event-designer-page__builder-table-item-add {
        left: 55%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-5 .event-designer-page__builder-table-item-tooltip {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 25px; }
        .event-designer-page__builder-table-item.event-designer-page__builder-table-item-5 .event-designer-page__builder-table-item-tooltip:after {
          bottom: auto;
          top: 100%;
          border-top-color: #646568;
          border-bottom-color: transparent; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-5:hover .event-designer-page__builder-table-item-tooltip {
        margin-top: 0;
        margin-bottom: 15px; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-6 {
      background-image: url(../img/event-designer-item-7.png);
      top: 33.65%;
      left: 43.62%;
      width: 11.63%;
      height: 4.82%;
      z-index: 10; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-6 .event-designer-page__builder-table-item-add {
        left: 43%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-7 {
      background-image: url(../img/event-designer-item-8-new.png);
      top: 14.34%;
      left: 63.1%;
      width: 5.25%;
      height: 17.24%;
      z-index: 10; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-7 .event-designer-page__builder-table-item-add {
        top: 25%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-8 {
      background-image: url(../img/event-designer-item-9-new.png);
      top: 22.06%;
      left: 69.39%;
      width: 4.82%;
      height: 15.31%;
      z-index: 9; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-8 .event-designer-page__builder-table-item-add {
        top: 25%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-9 {
      background-image: url(../img/event-designer-item-10-v2.png);
      top: 20.68%;
      left: 76.89%;
      width: 3.79%;
      height: 19.17%;
      z-index: 8; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-9 .event-designer-page__builder-table-item-add {
        top: 50%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-10 {
      background-image: url(../img/event-designer-item-11-new.png);
      top: 29.65%;
      left: 82.15%;
      width: 4.91%;
      height: 14.06%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-10 .event-designer-page__builder-table-item-add {
        top: 40%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-11 {
      background-image: url(../img/event-designer-item-12-v2.png);
      top: 52.68%;
      left: 18.27%;
      width: 4.05%;
      height: 24.82%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-11 .event-designer-page__builder-table-item-add {
        top: 62%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-12 {
      background-image: url(../img/event-designer-item-13.png);
      top: 54.06%;
      left: 26.03%;
      width: 1.98%;
      height: 23.31%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-12 .event-designer-page__builder-table-item-add {
        top: 60%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-13 {
      background-image: url(../img/event-designer-item-14.png);
      top: 52%;
      left: 30.34%;
      width: 2.32%;
      height: 25.24%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-13 .event-designer-page__builder-table-item-add {
        top: 64%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-14 {
      background-image: url(../img/event-designer-item-15.png);
      top: 41.65%;
      left: 36.72%;
      width: 25.51%;
      height: 40.41%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-14 .event-designer-page__builder-table-item-add {
        top: 49%;
        left: 95%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-15 {
      background-image: url(../img/event-designer-item-16-new.png);
      top: 46.2%;
      left: 39.65%;
      width: 19.56%;
      height: 30.62%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-15 .event-designer-page__builder-table-item-add {
        left: 93%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-16 {
      background-image: url(../img/event-designer-item-17.png);
      top: 49.93%;
      left: 42.24%;
      width: 14.39%;
      height: 23.17%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-17 {
      background-image: url(../img/event-designer-item-18.png);
      top: 51.58%;
      left: 64.56%;
      width: 1.29%;
      height: 25.65%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-17 .event-designer-page__builder-table-item-add {
        top: 64%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-18 {
      background-image: url(../img/event-designer-item-19.png);
      top: 51.58%;
      left: 69.82%;
      width: 1.29%;
      height: 25.9%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-18 .event-designer-page__builder-table-item-add {
        top: 64%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-19 {
      background-image: url(../img/event-designer-item-20-new.png);
      top: 54.48%;
      left: 74.39%;
      width: 3.79%;
      height: 22.89%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-19 .event-designer-page__builder-table-item-add {
        top: 60%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-20 {
      background-image: url(../img/event-designer-item-21.png);
      top: 65.93%;
      left: 81.03%;
      width: 7.67%;
      height: 12.13%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-20 .event-designer-page__builder-table-item-add {
        top: 75%; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item-21 {
      background-image: url(../img/event-designer-item-22-new.png);
      top: 64.13%;
      left: 81.72%;
      width: 7.75%;
      height: 8.68%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-21 .event-designer-page__builder-table-item-add {
        left: 45%; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-21 .event-designer-page__builder-table-item-tooltip {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: 25px; }
        .event-designer-page__builder-table-item.event-designer-page__builder-table-item-21 .event-designer-page__builder-table-item-tooltip:after {
          bottom: auto;
          top: 100%;
          border-top-color: #646568;
          border-bottom-color: transparent; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item-21:hover .event-designer-page__builder-table-item-tooltip {
        margin-top: 0;
        margin-bottom: 15px; }
    .event-designer-page__builder-table-item.event-designer-page__builder-table-item--has-product {
      background: none; }
      .event-designer-page__builder-table-item.event-designer-page__builder-table-item--has-product .event-designer-page__builder-table-item-add {
        display: none; }
    .event-designer-page__builder-table-item:hover .event-designer-page__builder-table-item-tooltip {
      opacity: 1;
      margin-top: 10px; }
    .event-designer-page__builder-table-item--has-product:hover .event-designer-page__builder-table-item-remove {
      opacity: 1; }
  .event-designer-page__builder-table-item-product {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*        &:hover{
            & + div{
                opacity: 1;
                margin-top: 10px;
            }
        }*/ }
  .event-designer-page__builder-table-title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
    font-size: 11px;
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #939393; }
  .event-designer-page__builder-template-selector-overlay {
    background: rgba(247, 247, 247, 0.89);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    display: none; }
  .event-designer-page__builder-template-selector-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 101;
    width: 44%;
    padding: 40px;
    box-shadow: 4px 0 12px 4px rgba(81, 81, 81, 0.07);
    display: none; }
  .event-designer-page__builder-template-selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 100%; }
  .event-designer-page__builder-template-selector-title {
    font-size: 13px;
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    padding-left: 48px;
    margin-bottom: 40px; }
    .event-designer-page__builder-template-selector-title:before, .event-designer-page__builder-template-selector-title:after {
      background: #696a6d;
      content: "";
      position: absolute;
      top: 50%; }
    .event-designer-page__builder-template-selector-title:before {
      width: 25px;
      height: 1px;
      left: 0; }
    .event-designer-page__builder-template-selector-title:after {
      left: 12px;
      width: 1px;
      height: 25px;
      margin-top: -12px; }
  .event-designer-page__builder-template-selector-list {
    overflow-y: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex: 1;
        flex: 1; }
  .event-designer-page__builder-template-item-wrapper {
    padding: 0 8px;
    width: 50%; }
    .event-designer-page__builder-template-item-wrapper:nth-child(n+3) {
      margin-top: 16px; }
  .event-designer-page__builder-template-item {
    position: relative; }
    .event-designer-page__builder-template-item a {
      display: block;
      position: relative; }
      .event-designer-page__builder-template-item a:before {
        background: rgba(100, 101, 104, 0.66);
        content: "Load template";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        font-size: 10px;
        font-family: 'Brandon Grotesque';
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: #fff;
        cursor: pointer;
        transition: opacity .2s ease-in-out;
        opacity: 0; }
      .event-designer-page__builder-template-item a:hover:before {
        opacity: 1; }
  .event-designer-page__builder-product-selector-overlay {
    background: rgba(247, 247, 247, 0.89);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10; }
  .event-designer-page__builder-product-selector-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 20;
    width: 44%;
    padding: 40px;
    box-shadow: -12px 0 8px 4px rgba(81, 81, 81, 0.07);
    display: none; }
  .event-designer-page__builder-product-selector {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%; }
  .event-designer-page__builder-product-selector-title {
    font-size: 13px;
    font-family: 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative;
    padding-left: 48px;
    margin-bottom: 40px; }
    .event-designer-page__builder-product-selector-title:before, .event-designer-page__builder-product-selector-title:after {
      background: #696a6d;
      content: "";
      position: absolute;
      top: 50%; }
    .event-designer-page__builder-product-selector-title:before {
      width: 25px;
      height: 1px;
      left: 0; }
    .event-designer-page__builder-product-selector-title:after {
      left: 12px;
      width: 1px;
      height: 25px;
      margin-top: -12px; }
  .event-designer-page__builder-product-selector-list-wrapper {
    -ms-flex: 1;
        flex: 1;
    overflow-y: auto;
    margin-left: -15px;
    margin-right: -15px; }
  .event-designer-page__builder-product-selector-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .event-designer-page__builder-product-item-wrapper {
    width: 33.33%;
    padding: 0 15px; }
    .event-designer-page__builder-product-item-wrapper:nth-child(n+4) {
      margin-top: 30px; }
  .event-designer-page__builder-product-item {
    position: relative;
    border: 1px dashed #fff;
    cursor: pointer;
    padding: 10px; }
    .event-designer-page__builder-product-item:hover {
      border-color: #9b9b9b; }
  .event-designer-page__builder-product-item-image {
    padding-bottom: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .event-designer-page__builder-product-item-image:hover ~ .event-designer-page__builder-product-item-title {
      opacity: 1; }
  .event-designer-page__builder-product-item-title {
    background: #646568;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 10px 18px;
    font-size: 9px;
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    min-width: 140px;
    text-align: center;
    transition: all .2s ease-in-out;
    opacity: 0; }
    .event-designer-page__builder-product-item-title:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(100, 101, 104, 0);
      border-bottom-color: #646568;
      border-width: 10px;
      margin-left: -10px; }
  .event-designer-page__additional-items-added {
    background: #fff;
    padding: 44px 50px;
    margin-top: 20px;
    position: relative; }
  .event-designer-page__additional-items-added-title {
    font-size: 11px;
    font-family: 'Brandon Grotesque';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #939393;
    margin-bottom: 2rem; }
  .event-designer-page__additional-items-wrapper {
    margin-right: -75px; }
  .event-designer-page__additional-items {
    background: #fff;
    padding: 44px 50px;
    margin-top: 20px;
    position: relative;
    display: none;
    margin-right: 75px; }
  .event-designer-page__additional-items-title {
    font-size: 0.9375rem;
    margin-bottom: 2rem; }
  .event-designer-page__additional-items-text {
    color: #c6c6c6;
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
    max-width: 540px;
    margin: 0 auto 3.375rem; }
  .event-designer-page__additional-items-categories {
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
  .event-designer-page__additional-items-category-wrapper {
    -ms-flex: 1;
        flex: 1;
    padding: 0 20px; }
  .event-designer-page__additional-items-category {
    border: 1px solid #d8d8d9;
    font: 500 10px/46px 'Brandon Grotesque';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .event-designer-page__additional-items-category:hover, .event-designer-page__additional-items-category.active {
      background: #646568;
      color: #fff; }
    .event-designer-page__additional-items-category.active:before {
      background: #d8d8d9;
      content: "";
      height: 50px;
      position: absolute;
      left: 50%;
      width: 1px;
      top: 100%; }
  .event-designer-page__additional-items-subcategories-list {
    display: none; }
  .event-designer-page__additional-items-subcategories-list-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    position: relative;
    padding-top: 40px;
    margin-top: 50px; }
    .event-designer-page__additional-items-subcategories-list-wrapper:before {
      background: #d8d8d9;
      content: "";
      position: absolute;
      top: 0;
      left: 8px;
      right: 8px;
      height: 1px; }
  .event-designer-page__additional-items-subcategory-wrapper {
    -ms-flex: 1;
        flex: 1;
    padding: 0 8px;
    position: relative; }
    .event-designer-page__additional-items-subcategory-wrapper:before {
      background: #d8d8d9;
      content: "";
      height: 25px;
      position: absolute;
      left: 50%;
      width: 1px;
      top: -40px; }
    .event-designer-page__additional-items-subcategory-wrapper:first-child:after {
      background: #fff;
      content: "";
      height: 1px;
      position: absolute;
      left: 0;
      width: 30%;
      top: -40px; }
    .event-designer-page__additional-items-subcategory-wrapper:first-child:before {
      left: 30%; }
    .event-designer-page__additional-items-subcategory-wrapper:last-child:after {
      background: #fff;
      content: "";
      height: 1px;
      position: absolute;
      right: 0;
      width: 30%;
      top: -40px; }
    .event-designer-page__additional-items-subcategory-wrapper:last-child:before {
      left: auto;
      right: 30%; }
  .event-designer-page__additional-items-subcategory {
    border: 1px solid #d8d8d9;
    text-align: center;
    cursor: pointer;
    padding: 12px;
    position: relative; }
    .event-designer-page__additional-items-subcategory:hover, .event-designer-page__additional-items-subcategory.active {
      border: 3px solid #646568;
      padding: 10px; }
  .event-designer-page__additional-items-subcategory-image {
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 145%;
    position: relative; }
  .event-designer-page__additional-items-subcategory-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 20px;
    font: 12px/20px 'Libre Baskerville';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff; }
  .event-designer-page__additional-items-subcategory-products {
    display: none;
    margin-top: 100px; }
  .event-designer-page__additional-items-subcategory-products-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -35px;
    margin-right: -35px; }
  .event-designer-page__additional-items-subcategory-product-wrapper {
    padding: 0 35px;
    width: 25%; }
    .event-designer-page__additional-items-subcategory-product-wrapper:nth-child(n+5) {
      margin-top: 70px; }
  .event-designer-page__additional-items-subcategory-product {
    border: 1px dashed #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    position: relative; }
    .event-designer-page__additional-items-subcategory-product.active {
      border-color: #646568; }
    .event-designer-page__additional-items-subcategory-product.active:hover .event-designer-page__additional-items-subcategory-product-remove {
      opacity: 1; }
  .event-designer-page__additional-items-subcategory-product-remove {
    background: #646568;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: 100; }
    .event-designer-page__additional-items-subcategory-product-remove:before, .event-designer-page__additional-items-subcategory-product-remove:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -ms-transform-origin: center center;
          transform-origin: center center; }
    .event-designer-page__additional-items-subcategory-product-remove:before {
      width: 8px;
      height: 2px;
      margin-left: -4px;
      margin-top: -1px; }
    .event-designer-page__additional-items-subcategory-product-remove:after {
      width: 2px;
      height: 8px;
      margin-left: -1px;
      margin-top: -4px; }
  .event-designer-page__additional-items-subcategory-product-image {
    padding-bottom: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain; }
  .event-designer-page__additional-items-subcategory-product-title {
    font: 500 11px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .event-designer-page__additional-items-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; }
  .event-designer-page__additional-items-item-wrapper {
    width: 50%;
    padding: 0 30px; }
    .event-designer-page__additional-items-item-wrapper:nth-child(n+3) {
      margin-top: 60px; }
  .event-designer-page__additional-items-item-add {
    background: #646568;
    border: 4px solid #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    z-index: 1; }
    .event-designer-page__additional-items-item-add:before, .event-designer-page__additional-items-item-add:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
    .event-designer-page__additional-items-item-add:before {
      width: 12px;
      height: 2px; }
    .event-designer-page__additional-items-item-add:after {
      width: 2px;
      height: 12px; }
    .event-designer-page__additional-items-item-add:hover {
      opacity: .8; }
  .event-designer-page__additional-items-item-remove {
    background: #646568;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    z-index: 1; }
    .event-designer-page__additional-items-item-remove:before, .event-designer-page__additional-items-item-remove:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      -ms-transform-origin: center center;
          transform-origin: center center; }
    .event-designer-page__additional-items-item-remove:before {
      width: 8px;
      height: 2px;
      margin-left: -4px;
      margin-top: -1px; }
    .event-designer-page__additional-items-item-remove:after {
      width: 2px;
      height: 8px;
      margin-left: -1px;
      margin-top: -4px; }
    .event-designer-page__additional-items-item-remove:hover {
      opacity: .8; }
  .event-designer-page.update .event-designer-page__additional-items-item {
    border: 1px dashed #646568; }
  .event-designer-page__additional-items-item {
    border-radius: 10px;
    padding-bottom: 100%;
    position: relative;
    transition: all .2s easy-in-out; }
    .event-designer-page__additional-items-item--has-product:before {
      display: none; }
    .event-designer-page__additional-items-item--has-product .event-designer-page__additional-items-item-add {
      display: none; }
    .event-designer-page__additional-items-item:hover .event-designer-page__additional-items-item-remove {
      opacity: 1; }
    .event-designer-page__additional-items-item:before {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      position: absolute;
      top: 5%;
      left: 5%;
      right: 5%;
      height: 64%; }
    .event-designer-page__additional-items-item.frames:after {
      content: "Frames"; }
    .event-designer-page__additional-items-item.frames:before {
      background-image: url(../img/event-designer-frames.png); }
    .event-designer-page__additional-items-item.placecards:after {
      content: "Placecards"; }
    .event-designer-page__additional-items-item.placecards:before {
      background-image: url(../img/event-designer-placecards.png); }
    .event-designer-page__additional-items-item.lanterns:after {
      content: "Lanterns"; }
    .event-designer-page__additional-items-item.lanterns:before {
      background-image: url(../img/event-designer-lanterns.png); }
    .event-designer-page__additional-items-item.umbrella:after {
      content: "Umbrella"; }
    .event-designer-page__additional-items-item.umbrella:before {
      background-image: url(../img/event-designer-umbrella.png); }
    .event-designer-page__additional-items-item.tables:after {
      content: "Tables"; }
    .event-designer-page__additional-items-item.tables:before {
      background-image: url(../img/event-designer-tables.png); }
    .event-designer-page__additional-items-item.chairs:after {
      content: "Chairs"; }
    .event-designer-page__additional-items-item.chairs:before {
      background-image: url(../img/event-designer-chairs.png); }
    .event-designer-page__additional-items-item.candelabra:after {
      content: "Candelabra"; }
    .event-designer-page__additional-items-item.candelabra:before {
      background-image: url(../img/event-designer-candelabra.png); }
    .event-designer-page__additional-items-item.custom {
      border: 1px dashed #9b9b9b;
      opacity: 0.4; }
      .event-designer-page__additional-items-item.custom.event-designer-page__additional-items-item--has-product {
        opacity: 1; }
      .event-designer-page__additional-items-item.custom .event-designer-page__additional-items-item-add {
        background: none; }
        .event-designer-page__additional-items-item.custom .event-designer-page__additional-items-item-add:before, .event-designer-page__additional-items-item.custom .event-designer-page__additional-items-item-add:after {
          background: #959597;
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
        .event-designer-page__additional-items-item.custom .event-designer-page__additional-items-item-add:before {
          width: 35px;
          height: 1px; }
        .event-designer-page__additional-items-item.custom .event-designer-page__additional-items-item-add:after {
          width: 1px;
          height: 35px; }
      .event-designer-page__additional-items-item.custom:hover {
        opacity: 1; }
  .event-designer-page__additional-items-item-product {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    height: 64%; }
  .event-designer-page__additional-items-item-product-title {
    font: 500 11px/1 'Brandon Grotesque';
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    color: #939393;
    letter-spacing: 0.2em; }
  .event-designer-page__additional-items-legend-wrapper {
    float: right;
    width: 75px;
    padding-left: 25px;
    padding-top: 250px; }
  .event-designer-page__additional-items-legend {
    background: url(../img/event-designer-legend-arrow.png) 50% 0 no-repeat;
    background-size: 9px 6px;
    padding-top: 35px;
    width: 50px;
    text-align: center;
    font: 500 10px/14px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    cursor: pointer; }
  .event-designer-page__additional-items-legend-number {
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-top: 20px; }
  .event-designer-page__actions {
    margin-top: 60px;
    text-align: center;
    position: relative; }
    .event-designer-page__actions .button.white:hover {
      background: #fff; }
    .event-designer-page__actions .share-links {
      display: none;
      margin-top: 0;
      position: absolute;
      top: 50px;
      left: 15px; }
    .event-designer-page__actions .button.save-design {
      position: relative; }
      .event-designer-page__actions .button.save-design.loading {
        opacity: .5; }
        .event-designer-page__actions .button.save-design.loading:before {
          background: url(../img/ajax-loader.gif) 0 0 no-repeat;
          content: "";
          width: 16px;
          height: 16px;
          position: absolute;
          top: 50%;
          right: -30px;
          margin-top: -8px; }
  @media screen and (min-width: 640px) {
    .event-designer-page__notification {
      display: none; }
    .event-designer-page__builder {
      display: block; }
    .event-designer-page__additional-items {
      display: block; }
    .event-designer-page__additional-items-item-wrapper {
      width: 25%; }
      .event-designer-page__additional-items-item-wrapper:nth-child(n+3) {
        margin-top: 0; }
      .event-designer-page__additional-items-item-wrapper:nth-child(n+5) {
        margin-top: 60px; }
    .event-designer-page__actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center; }
      .event-designer-page__actions .button.order-items {
        position: absolute;
        top: 0;
        left: 50%;
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); } }
  @media screen and (min-width: 1024px) {
    .event-designer-page__builder-choose-template {
      position: absolute;
      top: 44px;
      left: 44px;
      margin: 0; } }

#save-event-designer-popup {
  background: #fff;
  padding: 20px; }
  #save-event-designer-popup .logo {
    background: url(../img/register-logo.png) 50% 0 no-repeat;
    background-size: 44px 48px;
    height: 48px;
    margin-bottom: 15px; }
  #save-event-designer-popup .title {
    text-align: center;
    font: bold 14px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px; }
  #save-event-designer-popup .desc {
    text-align: center;
    font: 12px/16px 'Libre Baskerville';
    font-style: italic; }
  #save-event-designer-popup form {
    margin-top: 40px; }
    #save-event-designer-popup form .messages {
      margin-bottom: 20px;
      text-align: center; }
      #save-event-designer-popup form .messages.error {
        color: #d2313a; }
      #save-event-designer-popup form .messages.success {
        color: green; }
    #save-event-designer-popup form .input {
      position: relative; }
      #save-event-designer-popup form .input input[type=text],
      #save-event-designer-popup form .input input[type=password] {
        text-align: center;
        margin-bottom: 20px; }
    #save-event-designer-popup form .submit {
      margin-top: 30px; }
      #save-event-designer-popup form .submit input {
        width: 100%; }
  @media screen and (min-width: 640px) {
    #save-event-designer-popup {
      width: 400px; } }

#event-designer-share-popup {
  background: #fff;
  padding: 20px;
  text-align: center; }
  #event-designer-share-popup .logo {
    background: url(../img/register-logo.png) 50% 0 no-repeat;
    background-size: 44px 48px;
    height: 48px;
    margin-bottom: 15px; }
  #event-designer-share-popup .title {
    text-align: center;
    font: bold 14px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px; }
  #event-designer-share-popup .desc {
    text-align: center;
    font: 12px/16px 'Libre Baskerville';
    font-style: italic; }
  #event-designer-share-popup .share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px; }
    #event-designer-share-popup .share li {
      margin: 0 7px; }
      #event-designer-share-popup .share li a {
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 20px; }
        #event-designer-share-popup .share li a.facebook {
          background: url(../img/event-designer-share-facebook.png) 50% 50% no-repeat #6674a7;
          background-size: 6px 12px; }
        #event-designer-share-popup .share li a.twitter {
          background: url(../img/event-designer-share-twitter.png) 50% 50% no-repeat #8db3e5;
          background-size: 14px 11px; }
        #event-designer-share-popup .share li a.mail {
          background: url(../img/event-designer-share-mail.png) 50% 50% no-repeat #d93025;
          background-size: 12px 12px; }
        #event-designer-share-popup .share li a:hover {
          opacity: 0.8; }
  #event-designer-share-popup .copy-to-clipboard-wrapper {
    margin-top: 30px;
    border-top: 1px dashed #b2b5b9;
    padding-top: 30px; }
    #event-designer-share-popup .copy-to-clipboard-wrapper input {
      text-align: center; }
  @media screen and (min-width: 640px) {
    #event-designer-share-popup {
      width: 500px;
      padding: 50px; } }

.lookbook-list-page__items {
  margin-left: -15px;
  margin-right: -15px; }

.lookbook-list-page__items-item-wrapper {
  padding: 15px; }

.lookbook-list-page__items-item {
  overflow: hidden; }
  .lookbook-list-page__items-item a {
    display: block;
    transition: all .2s ease-in-out;
    position: relative; }
    .lookbook-list-page__items-item a:hover {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .lookbook-list-page__items-item a .hotspot {
      background: #646568;
      border: 4px solid #fff;
      position: absolute;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
      .lookbook-list-page__items-item a .hotspot:before, .lookbook-list-page__items-item a .hotspot:after {
        background: #fff;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%; }
      .lookbook-list-page__items-item a .hotspot:before {
        width: 12px;
        height: 2px;
        margin-top: -1px;
        margin-left: -6px; }
      .lookbook-list-page__items-item a .hotspot:after {
        width: 2px;
        height: 12px;
        margin-top: -6px;
        margin-left: -1px; }

.lookbook-list-page__more {
  text-align: center;
  margin-top: 20px;
  font: bold 9px/1 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.2em; }

@media screen and (min-width: 640px) {
  .lookbook-list-page__items-item-wrapper {
    width: 33.33%; } }

.lookbook-page {
  background: #fafaf9; }
  .lookbook-page__main {
    background: #fff;
    box-shadow: 0 4px 12px 4px rgba(81, 81, 81, 0.07); }
  .lookbook-page header {
    position: relative; }
  .lookbook-page__back a {
    background: url(../img/icons/back-to-grid.png) 0 0 no-repeat;
    background-size: 14px 17px;
    padding-left: 35px;
    display: inline-block;
    font: bold 9px/18px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .lookbook-page__image {
    position: relative; }
    .lookbook-page__image img {
      width: 100%; }
  .lookbook-page__hotspot {
    position: absolute;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px; }
    .lookbook-page__hotspot.active .lookbook-page__hotspot-toggle {
      background: #000000; }
      .lookbook-page__hotspot.active .lookbook-page__hotspot-toggle:after {
        display: none; }
    .lookbook-page__hotspot.active .lookbook-page__popup {
      display: block; }
  .lookbook-page__hotspot-toggle {
    background: #646568;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer; }
    .lookbook-page__hotspot-toggle:hover {
      background: #000000; }
    .lookbook-page__hotspot-toggle.active {
      background: #000000; }
      .lookbook-page__hotspot-toggle.active .lookbook-page__popup {
        display: block; }
      .lookbook-page__hotspot-toggle.active:after {
        display: none; }
    .lookbook-page__hotspot-toggle:before, .lookbook-page__hotspot-toggle:after {
      background: #fff;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%; }
    .lookbook-page__hotspot-toggle:before {
      width: 12px;
      height: 2px;
      margin-top: -1px;
      margin-left: -6px; }
    .lookbook-page__hotspot-toggle:after {
      width: 2px;
      height: 12px;
      margin-top: -6px;
      margin-left: -1px; }
  .lookbook-page__popup {
    background: #fff;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 200px;
    z-index: 100;
    text-align: center;
    padding: 25px 30px 30px;
    display: none;
    box-shadow: 0 4px 12px 4px rgba(81, 81, 81, 0.07); }
    .lookbook-page__popup:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 13px 0 13px;
      border-color: #ffffff transparent transparent transparent;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -13px; }
  .lookbook-page__popup-image {
    margin-bottom: 10px; }
  .lookbook-page__popup-title {
    font: bold 12px/16px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .lookbook-page__popup-collection {
    font: italic 12px/32px 'Libre Baskerville'; }
  .lookbook-page__popup-button {
    margin-top: 20px; }
  .lookbook-page__products-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 30px;
    -ms-flex-align: center;
        align-items: center; }
    .lookbook-page__products-item:hover {
      background: #fafaf9; }
  .lookbook-page__products-item-image {
    width: 60px; }
  .lookbook-page__products-item-info {
    -ms-flex: 1;
        flex: 1;
    padding-left: 15px;
    padding-right: 15px; }
  .lookbook-page__products-item-title {
    font: bold 12px/16px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em; }
  .lookbook-page__products-item-collection {
    font: italic 12px/32px 'Libre Baskerville'; }
  .lookbook-page__products-buttons {
    border-top: 1px solid #efefef;
    text-align: center; }
  @media screen and (min-width: 640px) {
    .lookbook-page__back {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -9px; }
    .lookbook-page__main {
      position: relative; }
    .lookbook-page__image {
      width: 68%; }
    .lookbook-page__products {
      width: 32%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
    .lookbook-page__products-items {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 50px;
      overflow: auto; }
    .lookbook-page__products-buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      padding-top: 4px; } }

.galleries-page__items {
  margin-left: -15px;
  margin-right: -15px; }

.galleries-page__items-item-wrapper {
  padding: 15px; }

.galleries-page__items-item {
  position: relative; }
  .galleries-page__items-item a {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 60px 40px;
    font: 500 18px/1 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
    transition: all .2s ease-in-out;
    opacity: 0; }
    .galleries-page__items-item a:hover {
      opacity: 1; }

.galleries-page__more {
  text-align: center;
  margin-top: 20px;
  font: bold 9px/1 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.2em; }

@media screen and (min-width: 640px) {
  .galleries-page__items-item-wrapper {
    width: 33.33%; } }

.gallery-page header {
  position: relative; }

.gallery-page__back {
  margin-bottom: 20px; }
  .gallery-page__back a {
    background: url(../img/icons/back-to-grid.png) 0 0 no-repeat;
    background-size: 14px 17px;
    padding-left: 35px;
    display: inline-block;
    font: bold 9px/18px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em; }

.gallery-page__galleries {
  margin-left: -60px;
  margin-right: -60px; }

.gallery-page__image {
  padding-bottom: 66.66%;
  position: relative; }
  .gallery-page__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.gallery-page .slick-prev,
.gallery-page .slick-next {
  z-index: 1; }

.gallery-page .slick-prev {
  left: 20px; }

.gallery-page .slick-next {
  right: 20px; }

.gallery-page__description {
  margin-top: 3.5rem;
  text-align: center; }

@media screen and (min-width: 640px) {
  .gallery-page__back {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    margin-bottom: 0; }
  .gallery-page__galleries {
    margin-left: 0;
    margin-right: 0; }
  .gallery-page .slick-prev {
    left: -35px; }
  .gallery-page .slick-next {
    right: -35px; } }

.showroom-page {
  padding-top: 30px !important;
  width: 100%; }
  .showroom-page__intro {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px; }
  .showroom-page__info {
    background: #fafaf9;
    text-align: center;
    padding: 30px; }
  .showroom-page__gallery:after {
    background: #fff;
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    bottom: 30px;
    left: 96px; }
  .showroom-page__info-title {
    font: 20px/24px 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 20px; }
  .showroom-page__info-sub-title {
    font: 11px/1 'Brandon Grotesque';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3em; }
  .showroom-page__info-separator {
    background: #646568;
    height: 1px;
    width: 35px;
    margin: 30px auto; }
  .showroom-page__info-description {
    line-height: 1.83; }
  .showroom-page__info-map {
    margin-top: 30px; }
    .showroom-page__info-map a {
      display: inline-block;
      background: url(../img/showroom-map-icon.png) 50% 0 no-repeat;
      background-size: 7px 9px;
      padding-top: 28px;
      font: italic 15px/1 'Libre Baskerville'; }
  .showroom-page .arrow-prev,
  .showroom-page .arrow-next {
    font: bold 8px/1 'Brandon Grotesque';
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 40px;
    z-index: 1;
    cursor: pointer; }
  .showroom-page .arrow-prev {
    left: 50px; }
  .showroom-page .arrow-next {
    left: 112px; }
  .showroom-page__texts-text2 {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px; }
  .showroom-page__texts-directions {
    display: inline-block;
    border: 1px solid #646568;
    font: bold 8px/32px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 0 52px 0 15px;
    position: relative; }
    .showroom-page__texts-directions:after {
      background: url(../img/showroom-direction-icon.png) 50% 50% no-repeat #646568;
      background-size: 14px 11px;
      content: "";
      width: 38px;
      height: 32px;
      position: absolute;
      top: 0;
      right: 0; }
  .showroom-page__contact {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 30px;
    font: 10px/19px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .showroom-page__contact h2 {
      font: bold 9px/12px 'Brandon Grotesque';
      text-transform: uppercase;
      letter-spacing: 0.2em; }
  .showroom-page__contact-col {
    margin-top: 30px; }
    .showroom-page__contact-col:first-child {
      margin-top: 0; }
  .showroom-page__map {
    margin-top: 40px; }
  @media screen and (min-width: 1024px) {
    .showroom-page__intro {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 90px; }
    .showroom-page__info {
      width: 36%;
      padding: 90px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .showroom-page__gallery {
      width: 64%;
      margin-left: 30px; }
    .showroom-page__info-description {
      padding: 0 40px; }
    .showroom-page__main {
      padding-left: 20%; }
    .showroom-page__texts {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      position: relative;
      padding-bottom: 50px; }
      .showroom-page__texts:after {
        background: #e8e8e8;
        content: "";
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 58%; }
    .showroom-page__texts-text1 {
      width: 48%; }
    .showroom-page__texts-text2 {
      width: 32%;
      border-top: 0;
      margin-top: 0;
      padding-top: 0; }
    .showroom-page__contact {
      margin-top: 50px;
      padding-top: 50px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .showroom-page__contact-col {
      width: 26%;
      margin-top: 0; }
    .showroom-page__map {
      margin-top: 80px; } }

.showroom-map {
  position: relative; }
  .showroom-map__header {
    text-align: center;
    padding: 40px 30px; }
  .showroom-map__title {
    font: 20px/1 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px; }
  .showroom-map__subtitle {
    font: 500 11px/1 'Brandon Grotesque';
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #939393;
    margin-bottom: 25px; }
  .showroom-map__desc {
    font: italic 15px/1 'Libre Baskerville'; }
  .showroom-map__list {
    border-top: 1px solid #e9e9e9; }
    .showroom-map__list li {
      border-top: 1px solid #e9e9e9; }
      .showroom-map__list li:first-child {
        border-top: 0; }
  .showroom-map__list-item {
    padding: 35px 32px;
    display: -ms-flexbox;
    display: flex; }
    .showroom-map__list-item:hover {
      background: #fafaf9; }
      .showroom-map__list-item:hover .showroom-map__list-item-view {
        opacity: 1; }
  .showroom-map__list-item-image {
    width: 100px; }
  .showroom-map__list-item-info {
    padding-left: 30px; }
  .showroom-map__list-item-title {
    font: 12px/1 'Libre Baskerville';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 10px; }
    .showroom-map__list-item-title a {
      color: #616265; }
  .showroom-map__list-item-location {
    font: 500 10px/1.3 'Brandon Grotesque';
    text-transform: uppercase;
    color: #939393; }
  .showroom-map__list-item-view {
    font: bold 9px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.2em;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    border-bottom: 1px solid #646568;
    padding-bottom: 4px; }
  .showroom-map__map {
    height: 600px; }
  .showroom-map .organizer_marker {
    text-align: center; }
    .showroom-map .organizer_marker img {
      max-width: 100%;
      margin-bottom: 20px; }
    .showroom-map .organizer_marker h4 {
      font: 11px/1 'Libre Baskerville';
      text-transform: uppercase;
      letter-spacing: 0.2em;
      margin-bottom: 10px; }
  .showroom-map .organizer_marker_address {
    font: 500 9px/1.2 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .showroom-map .organizer_marker_view_showroom {
    margin-bottom: 12px; }
    .showroom-map .organizer_marker_view_showroom a {
      display: block;
      background: #646568;
      color: #fff;
      font: bold 8px/1 'Brandon Grotesque';
      text-transform: uppercase;
      letter-spacing: 0.2em;
      width: 150px;
      margin: 0 auto;
      padding: 12px 0; }
      .showroom-map .organizer_marker_view_showroom a:hover {
        opacity: .8; }
  .showroom-map .organizer_marker_directions {
    padding-bottom: 20px; }
    .showroom-map .organizer_marker_directions a {
      display: inline-block;
      border: 1px solid #646568;
      font: bold 8px/32px 'Brandon Grotesque';
      text-transform: uppercase;
      letter-spacing: 0.2em;
      padding: 0 52px 0 15px;
      position: relative;
      width: 150px; }
      .showroom-map .organizer_marker_directions a:after {
        background: url(../img/showroom-direction-icon-gray.png) 50% 50% no-repeat;
        border-left: 1px solid #646568;
        background-size: 14px 11px;
        content: "";
        width: 38px;
        height: 32px;
        position: absolute;
        top: 0;
        right: 0; }
      .showroom-map .organizer_marker_directions a:hover {
        opacity: .8; }
  .showroom-map .gm-style-iw > div {
    max-width: 100% !important; }
  .showroom-map .gm-style-iw + button {
    display: none !important; }
  @media screen and (min-width: 640px) {
    .showroom-map {
      padding-left: 380px; }
      .showroom-map__left {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 380px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-direction: column;
            flex-direction: column; }
      .showroom-map__list {
        -ms-flex: 1;
            flex: 1;
        overflow-y: auto; }
      .showroom-map__map {
        min-height: 600px;
        height: calc(100vh - 100px);
        width: 100%; } }

#login-register-popup {
  background: #fff; }
  #login-register-popup .register-content,
  #login-register-popup .login-content,
  #login-register-popup .restore-content {
    display: none;
    padding: 20px;
    width: 300px; }
  #login-register-popup .logo {
    background: url(../img/register-logo.png) 50% 0 no-repeat;
    background-size: 44px 48px;
    height: 48px;
    margin-bottom: 15px; }
  #login-register-popup .title {
    text-align: center;
    font: bold 14px/1 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.3em;
    margin-bottom: 10px; }
  #login-register-popup .desc {
    text-align: center;
    font: 12px/16px 'Libre Baskerville';
    font-style: italic; }
  #login-register-popup form {
    margin-top: 40px; }
    #login-register-popup form .messages {
      margin-bottom: 20px;
      text-align: center; }
      #login-register-popup form .messages.error {
        color: #d2313a; }
      #login-register-popup form .messages.success {
        color: green; }
    #login-register-popup form .input {
      position: relative; }
      #login-register-popup form .input input[type=text],
      #login-register-popup form .input input[type=password] {
        text-align: center;
        margin-bottom: 20px; }
    #login-register-popup form .restore-password {
      text-align: center;
      font: 12px/19px 'Libre Baskerville';
      font-style: italic; }
      #login-register-popup form .restore-password a {
        text-decoration: underline; }
    #login-register-popup form .submit {
      margin-top: 30px; }
      #login-register-popup form .submit input {
        width: 100%; }
    #login-register-popup form .social-buttons a.google {
      background: url(../images/login-google-icon.png) 6px 6px no-repeat #4286f5;
      background-size: 28px 28px;
      border-color: #4286f5;
      color: #fff;
      padding-left: 40px;
      width: 100%;
      margin-top: 20px; }
      #login-register-popup form .social-buttons a.google:hover {
        opacity: .8; }
  #login-register-popup .register-content .conditions {
    font: 12px/24px 'Libre Baskerville';
    font-style: italic;
    margin-bottom: 20px; }
    #login-register-popup .register-content .conditions a {
      text-decoration: underline; }
  #login-register-popup .register-content .buttons input {
    width: 100%; }
  #login-register-popup .register-content .login {
    border-top: 1px dashed #b2b5b9;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    font: 12px/24px 'Libre Baskerville';
    font-style: italic; }
    #login-register-popup .register-content .login a {
      font: bold 14px/24px 'Brandon Grotesque';
      text-transform: uppercase;
      letter-spacing: 0.1em; }
  #login-register-popup .login-content .create-account {
    border-top: 1px dashed #b2b5b9;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    font: 12px/24px 'Libre Baskerville';
    font-style: italic; }
    #login-register-popup .login-content .create-account a {
      font: bold 14px/24px 'Brandon Grotesque';
      text-transform: uppercase;
      letter-spacing: 0.1em; }
  #login-register-popup .restore-content .buttons {
    text-align: center; }
    #login-register-popup .restore-content .buttons input {
      width: 100%; }
  #login-register-popup .restore-content .back-to-login {
    text-align: center;
    margin-top: 30px;
    font: 12px/19px 'Libre Baskerville';
    font-style: italic;
    cursor: pointer;
    text-decoration: underline; }
  @media screen and (min-width: 640px) {
    #login-register-popup .register-content {
      width: 640px;
      padding: 35px; }
    #login-register-popup .login-content,
    #login-register-popup .restore-content {
      width: 390px;
      padding: 35px; }
    #login-register-popup .cols {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      #login-register-popup .cols .col {
        width: 47%; }
    #login-register-popup .login-register-wrapper form .buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: space-between input;
          justify-content: space-between input;
        justify-content-width: 170px;
        justify-content-margin-right: 20px; }
      #login-register-popup .login-register-wrapper form .buttons a.google {
        -ms-flex: 1;
            flex: 1;
        margin-top: 0; } }

.my-account__sidebar {
  padding-top: 50px; }

.my-account__name {
  font: 15px/1 'Futura PT';
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 40px; }

.my-account__nav {
  font: 10px/16px 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 500; }
  .my-account__nav li {
    padding: 5px 0; }
    .my-account__nav li.current-menu-item a {
      text-decoration: underline; }

.my-account__logout {
  margin-top: 20px; }

.my-account__main {
  background: #f7f7f7;
  min-height: 600px;
  position: relative;
  padding: 50px 20px;
  margin-top: 40px; }

.my-account__title {
  font: 16px/1 'Libre Baskerville';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 40px; }

.my-account__errors {
  margin-bottom: 40px; }

.my-account form label {
  font: 10px/16px 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.my-account form fieldset {
  margin-top: 40px; }
  .my-account form fieldset legend {
    font: bold 12px/16px 'Brandon Grotesque';
    text-transform: uppercase;
    letter-spacing: 0.1em; }

.my-account__design {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9e9e9; }
  .my-account__design:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0; }

.my-account__design-preview {
  margin-bottom: 20px; }

.my-account__design-title {
  font: bold 12px/16px 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 20px; }

.my-account__design-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.my-account__design-action {
  width: 37%;
  font: 500 10px/34px 'Brandon Grotesque';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 35px; }
  .my-account__design-action:before {
    background: rgba(192, 192, 192, 0.26);
    content: "";
    width: 1px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 5px; }
  .my-account__design-action:nth-child(1), .my-account__design-action:nth-child(4) {
    width: 26%;
    padding-left: 0; }
    .my-account__design-action:nth-child(1):before, .my-account__design-action:nth-child(4):before {
      display: none; }
  .my-account__design-action:nth-child(n+4) {
    border-top: 1px solid rgba(192, 192, 192, 0.26); }
  .my-account__design-action > a {
    display: inline-block;
    padding-left: 30px; }
    .my-account__design-action > a.edit {
      background: url(../img/my-design-edit.png) 0 50% no-repeat;
      background-size: 12px 12px; }
    .my-account__design-action > a.view {
      background: url(../img/my-design-view.png) 0 50% no-repeat;
      background-size: 12px 12px; }
    .my-account__design-action > a.order {
      background: url(../img/my-design-order.png) 0 50% no-repeat;
      background-size: 15px 15px; }
    .my-account__design-action > a.delete {
      background: url(../img/my-design-delete.png) 0 50% no-repeat;
      background-size: 12px 14px; }
    .my-account__design-action > a.share {
      background: url(../img/my-design-share.png) 0 50% no-repeat;
      background-size: 12px 12px; }
    .my-account__design-action > a.print {
      background: url(../img/my-design-print.png) 0 50% no-repeat;
      background-size: 15px 15px; }
    .my-account__design-action > a.download {
      background: url(../img/my-design-download.png) 0 50% no-repeat;
      background-size: 14px 12px; }
  .my-account__design-action .share-links {
    display: none;
    margin-top: 0;
    position: absolute;
    top: 40px;
    left: 10px; }

@media screen and (min-width: 640px) {
  .my-account {
    overflow: hidden; }
    .my-account__wrapper {
      display: -ms-flexbox;
      display: flex; }
    .my-account__sidebar {
      width: 35%;
      padding-top: 100px; }
    .my-account__sidebar-wrapper {
      padding-left: 45%; }
    .my-account__main {
      width: 65%;
      padding: 100px 0;
      margin-top: 0; }
      .my-account__main:after {
        background: #f7f7f7;
        content: "";
        position: absolute;
        right: -9999px;
        left: 100%;
        top: 0;
        bottom: 0; }
    .my-account__main-wrapper {
      padding: 0 10%; }
    .my-account__logout {
      margin-top: 100px; }
    .my-account .columns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .my-account .columns .column {
        width: 48.82%; }
    .my-account__design {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-top: 50px;
      padding-top: 50px;
      border-top: 1px solid #e9e9e9; }
      .my-account__design:first-child {
        border-top: 0;
        margin-top: 0;
        padding-top: 0; }
    .my-account__design-preview {
      width: 33%;
      margin-bottom: 0; }
    .my-account__design-info {
      width: 58%; }
    .my-account__design-title {
      margin-bottom: 40px; } }

.collections-page__items {
  margin-left: -20px;
  margin-right: -20px; }

.collections-page__item-wrapper {
  padding: 20px; }

.collections-page__item {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.5) 0%, rgba(237, 237, 237, 0.5) 100%);
  position: relative; }

.collections-page__item-image {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 150%;
  display: none; }
  .collections-page__item-image:first-child {
    display: block; }
  .collections-page__item-image a {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px;
    text-align: center;
    transition: all .2s ease-in-out;
    opacity: 0; }
    .collections-page__item-image a:hover {
      opacity: 1; }

.collections-page__item-title {
  font: 500 18px/1.2 'Brandon Grotesque';
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0; }

@media screen and (min-width: 640px) {
  .collections-page__items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .collections-page__item-wrapper {
    width: 33.33%; } }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 639px) {
    .container:not(.collapse-on-small) {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 640px) {
    .container:not(.collapse) {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .container.c90 {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .container.c90::after {
        clear: both;
        content: "";
        display: block; }
    .container.c80 {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }
      .container.c80::after {
        clear: both;
        content: "";
        display: block; }
    .container.c75 {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
      .container.c75::after {
        clear: both;
        content: "";
        display: block; }
    .container.c70, article.post .preview:not(.sticky) {
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
      .container.c70::after, article.post .preview:not(.sticky)::after {
        clear: both;
        content: "";
        display: block; } }

.container-sized-divider, .container-sized-dash, .divider {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 1px; }
  .container-sized-divider::after, .container-sized-dash::after, .divider::after {
    clear: both;
    content: "";
    display: block; }
  .container-sized-divider:before, .container-sized-dash:before, .divider:before {
    position: absolute;
    content: '';
    width: calc(100% - 40px);
    height: 100%;
    left: 20px;
    top: 0;
    padding-left: 20px;
    border-top: 1px solid #efefef; }
  .container-sized-divider.padded, .padded.container-sized-dash, .padded.divider {
    margin-top: 4rem;
    padding-top: 4rem; }

.container-sized-dash:before {
  border-top: 1px dashed #efefef; }

.divider {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .divider:before {
    width: 100%;
    left: 0; }
  .divider.dashed:before {
    border-top: 1px dashed #efefef; }

.content-cutter {
  overflow: hidden; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex {
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 639px) {
      .row.flex {
        -ms-flex-direction: column;
            flex-direction: column; } }

@media screen and (max-width: 639px) {
  .center-on-small-only {
    margin-left: auto;
    margin-right: auto; } }

.omega {
  margin-right: 0; }

@media screen and (min-width: 640px) {
  .medium-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .medium-6:last-child {
      margin-right: 0; }
    .medium-6:nth-child(2n) {
      margin-right: 0; }
    .medium-6:nth-child(2n+1) {
      clear: left; } }

@media screen and (max-width: 639px) {
  .medium-6 {
    padding-bottom: 3rem;
    padding-top: 3rem; } }

.medium-6.pad-right {
  padding-right: 1rem; }
  @media screen and (min-width: 1024px) {
    .medium-6.pad-right {
      padding-right: 6.25rem; } }

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

.text-left {
  text-align: left; }

@media screen and (max-width: 639px) {
  .text-center-on-small-only {
    text-align: center; } }

.homepage-slider {
  position: relative;
  margin-bottom: 40px; }
  .homepage-slider__item {
    background-size: cover;
    background-position: 50% 50%; }
  .homepage-slider__info {
    padding: 60px 0;
    color: #fff;
    text-align: center;
    min-height: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  .homepage-slider__title {
    font: 500 30px/1.2 'Brandon Grotesque';
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .homepage-slider__sub-title {
    font: 10px/1.6 'Libre Baskerville';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .homepage-slider__cta a {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    padding: 19px 55px;
    font: 10px/1 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase; }
  .homepage-slider__navigation-wrapper {
    display: none; }
  .homepage-slider ul.slick-dots {
    position: relative;
    bottom: auto;
    width: auto; }
  @media screen and (min-width: 640px) {
    .homepage-slider__info {
      min-height: 600px; }
    .homepage-slider__navigation-wrapper {
      display: block;
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0; }
    .homepage-slider__navigation {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; } }

.homepage-lookbook {
  padding: 20px; }
  .homepage-lookbook__items {
    margin-left: -20px;
    margin-right: -20px; }
  .homepage-lookbook__item-wrapper {
    padding: 20px; }
  .homepage-lookbook__item {
    position: relative; }
  .homepage-lookbook__intro {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center; }
  .homepage-lookbook__intro-title {
    font: 500 18px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .homepage-lookbook__intro-sub-title {
    font: 10px/1.6 'Brandon Grotesque';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .homepage-lookbook__intro-cta a {
    display: inline-block;
    border-bottom: 1px solid #252525;
    font: 500 10px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 0; }
  .homepage-lookbook__image {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    padding-bottom: 150%; }
    .homepage-lookbook__image a {
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 60px 40px;
      font: 500 18px/1 'Brandon Grotesque';
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      transition: all .2s ease-in-out;
      opacity: 0; }
      .homepage-lookbook__image a:hover {
        opacity: 1; }
  @media screen and (min-width: 640px) {
    .homepage-lookbook {
      padding: 0 60px; }
      .homepage-lookbook__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .homepage-lookbook__item-wrapper {
        width: 33.33%; }
      .homepage-lookbook__item-wrapper:first-child .homepage-lookbook__item {
        padding-bottom: 150%; }
      .homepage-lookbook__intro {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; } }

.homepage-featured-videos {
  padding: 20px;
  text-align: center; }
  .homepage-featured-videos__title {
    font: 500 18px/1.2 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .homepage-featured-videos__sub-title {
    font: 10px/1.6 'Brandon Grotesque';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .homepage-featured-videos__items {
    margin-left: -20px;
    margin-right: -20px; }
  .homepage-featured-videos__item-wrapper {
    padding: 20px; }
  .homepage-featured-videos__item {
    position: relative;
    padding-bottom: 62%;
    background-size: cover;
    background-position: 50% 50%; }
    .homepage-featured-videos__item a {
      background: url(../img/homepage-video-play-icon.png) 50% 50% no-repeat rgba(100, 101, 105, 0.35);
      background-size: 50px 50px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -9999px; }
  @media screen and (min-width: 640px) {
    .homepage-featured-videos {
      padding: 75px 60px 40px; }
      .homepage-featured-videos__items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      .homepage-featured-videos__item-wrapper {
        width: 50%; }
      .homepage-featured-videos__item a {
        opacity: 0;
        transition: opacity .2s ease-in-out; }
        .homepage-featured-videos__item a:hover {
          opacity: 1; } }

.homepage-cta {
  background-size: cover;
  margin-top: 40px;
  color: #fff; }
  .homepage-cta__wrapper {
    padding: 60px 0;
    text-align: center; }
  .homepage-cta__title {
    font: 500 24px/1.2 'Brandon Grotesque';
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .homepage-cta__sub-title {
    font: 10px/1.6 'Libre Baskerville';
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .homepage-cta__button a {
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    padding: 19px 55px;
    font: 10px/1 'Brandon Grotesque';
    letter-spacing: 0.08em;
    text-transform: uppercase; }
  @media screen and (min-width: 640px) {
    .homepage-cta__wrapper {
      min-height: 600px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center; } }

.homepage-video {
  margin-top: 60px;
  padding: 0 20px; }
  .homepage-video__wrapper {
    background-size: cover;
    padding-bottom: 55%;
    position: relative; }
    .homepage-video__wrapper:before {
      background: rgba(0, 0, 0, 0.1);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .homepage-video__wrapper a {
      background: url(../img/homepage-video-play-icon.png) 0 0 no-repeat;
      background-size: 50px 50px;
      width: 50px;
      height: 50px;
      text-indent: -9999px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px; }
  @media screen and (min-width: 640px) {
    .homepage-video {
      padding: 0 60px; } }

.full-width-slider {
  background: #000; }
  .full-width-slider .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vw;
    max-height: 38.125rem;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    @media screen and (min-width: 640px) {
      .full-width-slider .slide {
        height: 38.125rem; } }
  .full-width-slider a.slide:hover .caption {
    background: rgba(100, 101, 105, 0.9); }

.caption {
  margin-top: auto;
  width: 100%;
  text-align: center;
  background: rgba(100, 101, 105, 0.8);
  padding: 2rem;
  color: #fff; }
  .caption h4, .caption h6 {
    text-transform: uppercase; }
  .caption h4 {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-size: 1.25rem;
    letter-spacing: .15em;
    line-height: 1em;
    margin-bottom: 0.6em; }
  .caption h6 {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.6875rem;
    letter-spacing: .15em;
    line-height: 1em;
    margin: 0;
    color: #939393; }

section {
  overflow-x: hidden;
  position: relative; }
  section:not(.collapse-top) {
    padding-top: 3.625rem; }
    @media screen and (min-width: 640px) {
      section:not(.collapse-top) {
        padding-top: 4.375rem; } }
  section:not(.collapse-bottom) {
    padding-bottom: 3.625rem; }
    @media screen and (min-width: 640px) {
      section:not(.collapse-bottom) {
        padding-bottom: 4.375rem; } }
  section header {
    position: relative; }
    section header:not(.text-left) {
      text-align: center; }
    section header:first-child, section header.collapse-top {
      padding-top: 0; }
    section header:not(.collapse-bottom) {
      margin-bottom: 3.625rem; }
      @media screen and (min-width: 640px) {
        section header:not(.collapse-bottom) {
          margin-bottom: 4.375rem; } }
    section header .title, section header h1, section header h2, section header h3 {
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 0.08em;
      margin-right: -0.2em;
      margin-bottom: 0;
      font-family: 'Brandon Grotesque'; }
    section header h1 {
      font-size: 1.875rem; }
    section header h2 {
      font-size: 1.25rem; }
    section header h3 {
      font-size: 1.1875rem; }
    section header .subheader, section header h5, section header h6 {
      font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.45em;
      margin-right: -0.45em;
      font-weight: bold;
      margin-bottom: 0; }
    section header .title + .subheader {
      margin-top: 1rem; }
    section header h6 {
      font-size: 0.625rem;
      color: #939393; }
    section header h5 {
      font-size: 0.6875rem;
      color: #646569; }
    section header .back-button {
      font-family: "Libre Baskerville", serif;
      font-style: italic;
      font-size: 0.75rem;
      display: block; }
      @media screen and (max-width: 639px) {
        section header .back-button {
          margin-bottom: 3.4375rem; } }
      @media screen and (min-width: 640px) {
        section header .back-button {
          margin-top: 1.375rem;
          position: absolute; } }
      section header .back-button span {
        position: relative;
        padding-left: 1rem; }
        section header .back-button span:before {
          content: '';
          position: absolute;
          text-align: right;
          left: 0;
          top: 0.0625rem;
          width: 5px;
          height: 100%;
          background: url("../img/icons/back-arrow.svg") center left no-repeat; }
        section header .back-button span:after {
          content: '/';
          position: absolute;
          text-align: right;
          right: -1.25rem;
          top: 0;
          height: 100%; }

.regular-page .collapse-top {
  margin-bottom: 3.625rem; }

a.block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  a.block.about {
    background-image: url("../img/about.jpg"); }
  a.block.showroom {
    background-image: url("../img/showroom.jpg"); }

#faq h2 {
  margin-bottom: 4.375rem;
  padding-top: 3.625rem;
  font-size: 0.6875rem;
  color: #646569;
  font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  font-weight: bold; }

#faq .faq_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.split-page .row, .split-page #faq_block {
  border-bottom: 1px solid #efefef; }

.split-column, .single_faq {
  position: relative; }
  @media screen and (min-width: 640px) {
    .split-column, .single_faq {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .split-column:last-child, .single_faq:last-child {
        margin-right: 0; }
      .split-column:nth-child(2n), .single_faq:nth-child(2n) {
        margin-right: 0; }
      .split-column:nth-child(2n+1), .single_faq:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 639px) {
    .split-column, .single_faq {
      padding-bottom: 3rem;
      padding-top: 3rem; } }
  @media screen and (max-width: 639px) {
    .split-column:before, .single_faq:before {
      position: absolute;
      width: 100%;
      height: 1px;
      content: '';
      bottom: 0;
      right: 0;
      background: url("../img/dashed-line.png") left bottom repeat-x; } }
  @media screen and (min-width: 640px) {
    .split-column:nth-child(odd), .single_faq:nth-child(odd) {
      padding-right: 20px; }
      .split-column:nth-child(odd):before, .single_faq:nth-child(odd):before {
        position: absolute;
        width: 1px;
        height: 100%;
        content: '';
        bottom: 0;
        right: -2.35765%;
        background: url("../img/dashed-line.png") left bottom repeat-y; }
    .split-column:nth-child(even), .single_faq:nth-child(even) {
      padding-left: 20px; }
    .split-column:not(.collapse):nth-child(odd), .single_faq:not(.collapse):nth-child(odd) {
      padding-left: 20px;
      padding-right: 100px; }
    .split-column:not(.collapse):nth-child(even), .single_faq:not(.collapse):nth-child(even) {
      padding-left: 100px;
      padding-right: 20px; }
    .split-column:not(.collapse), .single_faq:not(.collapse) {
      padding-bottom: 2rem; } }

i {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 0.75rem; }

.contactpage__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: url("../img/dashed-border-horizontal.png") 0 100% repeat-x;
  padding-bottom: 65px; }

.contactpage__column {
  width: 32%;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box; }
  .contactpage__column:nth-child(2) {
    background: url("../img/dashed-border-vertical.png") 0 0 repeat-y, url("../img/dashed-border-vertical.png") 100% 0 repeat-y; }
  .contactpage__column h6 {
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px; }

.contactpage ul.social-icons {
  -ms-flex-pack: center;
      justify-content: center; }
  .contactpage ul.social-icons li {
    margin: 0 1em;
    float: none; }

.contactpage__form {
  text-align: center;
  max-width: 544px;
  margin: 65px auto 0; }
  .contactpage__form .gform_title {
    font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 15px; }
  .contactpage__form .gform_description {
    font-family: "Libre Baskerville", serif;
    font-size: 0.75rem;
    color: #646569;
    max-width: 16.25rem;
    display: block;
    margin: 0 auto 2.5rem auto;
    line-height: 1.725em;
    font-style: italic; }
  .contactpage__form .gfield_required {
    display: none; }
  .contactpage__form textarea {
    height: 157px; }
  .contactpage__form .gform_body {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px; }
  .contactpage__form .gfield_label {
    display: none; }
  .contactpage__form #field_4_1,
  .contactpage__form #field_4_2,
  .contactpage__form #field_4_3 {
    width: 47.7%;
    float: left;
    clear: left; }
  .contactpage__form #field_4_4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 47.7%; }
  .contactpage__form input, .contactpage__form textarea {
    text-align: center; }
  .contactpage__form input[type="submit"] {
    width: 200px; }

@media (max-width: 660px) {
  .contactpage__info {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 40px; }
  .contactpage__column {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background: none; }
    .contactpage__column:nth-child(2) {
      background: url("../img/dashed-border-horizontal.png") 0 0 repeat-x, url("../img/dashed-border-horizontal.png") 0 100% repeat-x;
      padding: 30px 0 20px;
      margin: 20px 0 30px; } }

@media (max-width: 680px) {
  .contactpage__form #field_4_1,
  .contactpage__form #field_4_2,
  .contactpage__form #field_4_3 {
    width: 100%;
    float: none; }
  .contactpage__form #field_4_4 {
    position: static;
    width: 100%; }
  .contactpage__form textarea {
    height: 100px; } }

.locationbox {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url("../img/dashed-border-horizontal.png") 0 100% repeat-x;
  padding: 64px 0; }
  .locationbox:nth-child(odd) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .locationbox__content {
    text-align: center;
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .locationbox__title {
    font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-right: -0.2em;
    font-size: 18px; }
  .locationbox__map {
    height: 400px;
    -ms-flex: 1;
        flex: 1; }
  @media (max-width: 660px) {
    .locationbox {
      -ms-flex-direction: column;
          flex-direction: column; }
      .locationbox:nth-child(odd) {
        -ms-flex-direction: column;
            flex-direction: column; }
      .locationbox__map {
        height: 280px; } }

.split-page article h3, .split-page article h6, .split-page article .faq_question {
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.2em; }

.split-page article h6, .split-page article .faq_question {
  font-size: 0.625rem;
  margin-bottom: 1.5rem;
  line-height: 1.75em; }

.split-page article h3 {
  font-size: 0.9375rem;
  color: #646569;
  margin-bottom: 2.625rem; }

.split-page article i, .split-page article .gform_description {
  font-family: "Libre Baskerville", serif;
  font-size: 0.75rem;
  color: #646569;
  max-width: 16.25rem;
  display: block;
  margin: 0 auto 2.5rem auto;
  line-height: 1.725em;
  font-style: italic; }

.split-page article input, .split-page article textarea, .split-page article button {
  max-width: 16.25rem;
  margin-left: auto;
  margin-right: auto; }

.split-page article p, .split-page article .faq_answer {
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
  margin-bottom: 1.275rem; }
  .split-page article p a, .split-page article .faq_answer a {
    color: #646569; }
    .split-page article p a:hover, .split-page article .faq_answer a:hover {
      border-bottom: 1px solid #939393; }

.split-page article p.spacer {
  height: 1.55rem;
  margin: 0; }

.split-page .social-icons {
  margin-left: auto;
  margin-right: auto;
  display: inline-block; }

ul.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 640px) {
    .center-on-medium ul.social-icons {
      display: inline-block;
      margin-top: 1.25rem; } }
  ul.social-icons li {
    display: block;
    float: left; }
    ul.social-icons li:not(:last-child) {
      margin-right: 1.7rem; }
  ul.social-icons a {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    float: left;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center; }
    ul.social-icons a:hover {
      opacity: .6; }
  ul.social-icons .facebook {
    background-image: url("../img/icons/facebook.svg");
    background-size: auto 100%;
    background-position: left center; }
  ul.social-icons .instagram {
    background-image: url("../img/icons/instagram.svg"); }
  ul.social-icons .pinterest {
    background-image: url("../img/icons/pinterest.svg");
    background-size: auto 100%; }
  ul.social-icons .twitter {
    background-image: url("../img/icons/twitter.svg"); }

.listing-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .listing-items .listing-item {
    min-height: 330px;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .listing-items .listing-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .listing-items .listing-item:last-child {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(2n) {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(2n+1) {
          clear: left; }
        .listing-items .listing-item:not(:nth-last-child(-n+2)) {
          padding-bottom: 1.6875rem;
          margin-bottom: 2.6875rem;
          position: relative; }
          .listing-items .listing-item:not(:nth-last-child(-n+2)):before {
            content: '';
            position: absolute;
            background-color: #efefef;
            width: 1000%;
            left: -500%;
            bottom: 0;
            height: 1px; } }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      .listing-items .listing-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .listing-items .listing-item:last-child {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(3n) {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(3n+1) {
          clear: left; }
        .listing-items .listing-item:not(:nth-last-child(-n+3)) {
          padding-bottom: 1.6875rem;
          margin-bottom: 2.6875rem;
          position: relative; }
          .listing-items .listing-item:not(:nth-last-child(-n+3)):before {
            content: '';
            position: absolute;
            background-color: #efefef;
            width: 1000%;
            left: -500%;
            bottom: 0;
            height: 1px; } }
    @media screen and (min-width: 1024px) {
      .listing-items .listing-item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
        position: relative;
        padding-bottom: 1.6875rem;
        margin-bottom: 2.6875rem; }
        .listing-items .listing-item:last-child {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(4n) {
          margin-right: 0; }
        .listing-items .listing-item:nth-child(4n+1) {
          clear: left; }
        .collections-second-level .listing-items .listing-item {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%;
          position: relative;
          padding-bottom: 1.6875rem; }
          .collections-second-level .listing-items .listing-item:last-child {
            margin-right: 0; }
          .collections-second-level .listing-items .listing-item:nth-child(3n) {
            margin-right: 0; }
          .collections-second-level .listing-items .listing-item:nth-child(3n+1) {
            clear: left; }
          .collections-second-level .listing-items .listing-item:not(:nth-last-child(-n+3)) {
            margin-bottom: 2.6875rem; }
          .collections-second-level .listing-items .listing-item:nth-child(4n-7):before {
            content: '';
            position: absolute;
            background-color: #efefef;
            width: 1000%;
            left: -500%;
            bottom: 0;
            height: 1px; }
        .products-masonry .listing-items .listing-item {
          margin-right: 0;
          width: 33.33%; }
        .listing-items .listing-item:nth-child(4n-7):before {
          content: '';
          position: absolute;
          background-color: #efefef;
          width: 1000%;
          left: -500%;
          bottom: 0;
          height: 1px; } }
    .listing-items .listing-item img {
      vertical-align: middle;
      margin-bottom: 1.2rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 10rem;
      width: 100%;
      min-height: 160px;
      height: auto;
      display: block; }
      .listing-items .listing-item img::selection {
        display: none; }
      .listing-items .listing-item img:hover {
        opacity: .9; }
    .listing-items .listing-item .item-name, .listing-items .listing-item .item-price {
      font-family: "Brandon Grotesque", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      text-transform: uppercase;
      font-size: 0.625rem;
      text-align: center;
      letter-spacing: 0.15em;
      font-weight: normal;
      margin-bottom: 0.9375rem; }
    .listing-items .listing-item a:not(.button) {
      display: block;
      max-width: 260px;
      margin-left: auto;
      margin-right: auto;
      color: #939393; }
      .listing-items .listing-item a:not(.button):hover {
        color: #646569; }

.hide {
  display: none !important; }

@media screen and (max-width: 639px) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (min-width: 640px) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (max-width: 639px) {
  .show-for-medium {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 640px) {
  img.mid-to-right {
    position: absolute;
    left: 50%; } }

a.underline, .team-members .team-member a.underline {
  background-color: transparent;
  color: #646569;
  font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.625rem;
  padding-top: .3em;
  padding-bottom: .3em;
  border-bottom: 2px solid #c0c0c0; }
  a.underline:hover, .team-members .team-member a.underline:hover {
    border-bottom: 2px solid #939393; }
  a.underline.call-to-action, .team-members .team-member a.call-to-action.underline {
    margin-top: 2.5rem;
    display: inline-block; }

#about {
  padding-top: 0; }
  @media screen and (min-width: 640px) {
    #about {
      padding-top: 9.375rem; } }
  @media screen and (max-width: 639px) {
    #about .mid-to-right {
      margin-bottom: 2rem;
      max-width: 100vw;
      width: 100vw; }
    #about .medium-6 {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  #about article {
    margin-bottom: 4.625rem; }

.get-in-touch {
  text-align: center;
  padding-top: 4.875rem;
  padding-bottom: 2.625rem; }
  .get-in-touch .button::after {
    clear: both;
    content: "";
    display: block; }

.pdf-receipt {
  font-weight: bold; }

.meta-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 3.5rem;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 640px) {
    .meta-fields {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .meta-fields .meta-field h6 {
    color: #c0c0c0;
    max-width: 11.25rem;
    font-size: 0.625rem;
    margin-bottom: 1.5rem;
    line-height: 1.75em;
    letter-spacing: 0.2em; }
  .meta-fields .meta-field .social-icons {
    margin-bottom: 0.38rem; }

.pdf-link {
  margin: 0 auto;
  text-align: center;
  display: block; }

.showroom__title {
  font-size: 30px; }

.showroom__toggle {
  border: 0;
  background: transparent;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: italic;
  color: #646569;
  text-transform: none;
  letter-spacing: 0.05rem;
  font-weight: lighter;
  padding: 10px;
  margin: 50px auto 5px; }
  .showroom__toggle.is-expanded span:after {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }

.showroom__list {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  font-family: "Libre Baskerville", serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.showroom__item {
  margin: 0 20px;
  height: 36px;
  overflow: hidden;
  display: block;
  transition-duration: 0.2s; }
  .showroom__item--current .showroom__link {
    color: #646569; }

.showroom__link {
  color: #c0c0c0;
  display: block;
  margin: 0 auto 12px; }

.showroom .call-to-action {
  display: block;
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
  padding: 15px;
  background: #646569;
  font-family: "Futura PT", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 0.2em;
  font-size: 0.625rem;
  color: #fff;
  margin: 0 auto;
  transition-duration: 0.2s; }
  .showroom .call-to-action:hover {
    opacity: 0.7; }
