/* Slider */
@charset "UTF-8";
/* Arrows */
/*======================================
  Selectric
======================================*/
@font-face {
  font-family: 'Larsseit';
  src: url('Larsseit-Light.eot');
  src: url('Larsseit-Light.eot?#iefix') format('embedded-opentype'), url('Larsseit-Light.woff') format('woff'), url('Larsseit-Light.ttf') format('truetype'), url('Larsseit-Light.svg#Larsseit-Light') format('svg');
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Larsseit';
  src: url('Larsseit-Bold.eot');
  src: url('Larsseit-Bold.eot?#iefix') format('embedded-opentype'), url('Larsseit-Bold.woff') format('woff'), url('Larsseit-Bold.ttf') format('truetype'), url('Larsseit-Bold.svg#Larsseit-Bold') format('svg');
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Larsseit';
  src: url('Larsseit-Medium.eot');
  src: url('Larsseit-Medium.eot?#iefix') format('embedded-opentype'), url('Larsseit-Medium.woff') format('woff'), url('Larsseit-Medium.ttf') format('truetype'), url('Larsseit-Medium.svg#Larsseit-Medium') format('svg');
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Larsseit';
  src: url('Larsseit.eot');
  src: url('Larsseit.eot?#iefix') format('embedded-opentype'), url('Larsseit.woff') format('woff'), url('Larsseit.ttf') format('truetype'), url('Larsseit.svg#Larsseit') format('svg');
  font-weight: normal;
  font-style: normal; }

@keyframes marquee {
  from {
    transform: translateX(100%); }

  to {
    transform: translateX(-100%); } }

@keyframes marquee2 {
  from {
    transform: translateX(0%); }

  to {
    transform: translateX(-200%); } }

* {
  outline: none; }

select {
  border-radius: 0; }

.lower {
  text-transform: none; }

.no-scroll {
  overflow: hidden; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.block {
  display: block; }

.full-width {
  width: 100% !important; }

.upper {
  text-transform: uppercase;
  letter-spacing: 2px; }

.b-lazy.b-loaded .lazy-placeholder {
  opacity: 0; }

.padded {
  padding: 65px; }
  .padded.extra {
    padding: 50px 45px; }
    @media (max-width: 768px) {
  .padded.extra {
    padding: 20px; } }
  .padded.just-horizontal {
    padding: 10px 85px; }
    @media (max-width: 768px) {
  .padded.just-horizontal {
    padding: 20px; } }
  .padded.double {
    padding: 65px 130px; }
    @media (max-width: 768px) {
  .padded.double {
    padding: 20px; } }
  .padded.triple {
    padding: 65px 195px; }
    @media (max-width: 768px) {
  .padded.triple {
    padding: 20px; } }
  @media (max-width: 768px) {
  .padded {
    padding: 20px; } }

.small-margin {
  margin-bottom: 10px;
  margin-top: 10px; }

.enforce-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }
  .enforce-width.smaller {
    max-width: 900px; }
  .enforce-width.bigger {
    max-width: 1300px; }

@media (min-width: 769px) {
    .mobile-only {
      display: none !important; } }

@media (max-width: 768px) {
    .desktop-only {
      display: none !important; } }

@media (max-width: 1024px) {
    .big-desktop-only {
      display: none !important; } }

@media (min-width: 1025px) {
    .big-mobile-only {
      display: none !important; } }

.slick-middle .slick-track {
  margin: 0 auto; }

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100vw / 16 * 9);
  min-height: 500px;
  position: relative; }
  @media (max-width: 768px) {
  .bg-header {
    height: calc(100vh - 64px); } }
  .bg-header .caption {
    position: absolute;
    max-width: 500px;
    left: 5%;
    top: 10%; }
    .bg-header .caption h1, .bg-header .caption h2, .bg-header .caption h3, .bg-header .caption h4, .bg-header .caption h5, .bg-header .caption h6 {
      font-weight: 700;
      margin-bottom: 15px; }
    .bg-header .caption p {
      padding: 0 30px; }

.hide-it {
  display: none; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .flex.vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .flex.inline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .flex.same-width > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .flex.flex-grid {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    .flex.flex-grid > * {
      padding: 0 20px; }
    @media (max-width: 768px) {
  .flex.flex-grid {
    margin-left: -6px;
    margin-right: -6px; }
    .flex.flex-grid > * {
      padding: 0 6px; } }
    .flex.flex-grid.tiny-grid {
      margin-left: -5px;
      margin-right: -5px; }
      .flex.flex-grid.tiny-grid > * {
        padding: 0 5px; }
    .flex.flex-grid.small-grid {
      margin-left: -10px;
      margin-right: -10px; }
      .flex.flex-grid.small-grid > * {
        padding: 0 10px; }
    .flex.flex-grid.small-grid-2 {
      margin-left: -15px;
      margin-right: -15px; }
      .flex.flex-grid.small-grid-2 > * {
        padding: 0 15px; }
    .flex.flex-grid.medium-grid {
      margin-left: -30px;
      margin-right: -30px; }
      .flex.flex-grid.medium-grid > * {
        padding: 0 30px; }
    .flex.flex-grid.big-grid {
      margin-left: -45px;
      margin-right: -45px; }
      .flex.flex-grid.big-grid > * {
        padding: 0 45px; }
    .flex.flex-grid.huge-grid {
      margin-left: -75px;
      margin-right: -75px; }
      .flex.flex-grid.huge-grid > * {
        padding: 0 75px; }
  @media (max-width: 768px) {
    .flex.full-mobile {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  .flex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .flex.end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
  .flex.vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .flex.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 768px) {
    .flex.half {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
    .flex.half > * {
      width: 50%; }
      @media (max-width: 768px) {
  .flex.half > * {
    width: 100%; } }
  @media (max-width: 768px) {
    .flex.third {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
    .flex.third > * {
      width: 33.33333%; }
      @media (max-width: 768px) {
  .flex.third > * {
    width: 100%; } }

.abs-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%; }

.line-either-side {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
  text-align: center; }
  .line-either-side > * {
    vertical-align: middle; }
  .line-either-side span {
    padding: 0 40px;
    white-space: nowrap; }
    @media (max-width: 768px) {
  .line-either-side span {
    padding: 0 10px; } }
  .line-either-side:before, .line-either-side:after {
    position: relative;
    top: 51%;
    overflow: hidden;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    content: '\a0';
    background-color: rgba(0, 0, 0, 0.1); }
  .line-either-side:before {
    margin-left: -50%;
    text-align: right; }
  .line-either-side:after {
    margin-right: -50%; }
  .join-holland-cooper .line-either-side:before, .join-holland-cooper .line-either-side:after {
    background-color: rgba(255, 255, 255, 0.25); }

.line-before {
  position: relative; }
  .line-before:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 10px;
    height: 1px;
    border-bottom: 1px solid; }

.left-line-title {
  position: relative; }
  .left-line-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    height: 2px;
    background: #000; }
  .left-line-title > * {
    background: #fff;
    position: relative;
    padding: 0 50px; }

.line-behind {
  position: relative;
  text-align: center;
  backface-visibility: hidden; }
  .line-behind > * {
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px; }
  .line-behind:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    background: #000; }
  .line-behind .eyes {
    padding: 0 15px; }
    .line-behind .eyes .eye:last-child {
      margin-left: -7px; }

body {
  background: #fff;
  color: #322826;
  letter-spacing: 1px;
  font-size: 12px;
  font-family: 'Larsseit', Helvetica, sans-serif; }

@media (max-width: 768px) {
    [data-test-id='ChatWidgetMobileButton'], .zopim {
      display: none !important; } }

@media (max-width: 768px) {
    .shopify-section {
      overflow: hidden; } }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, blockquote {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, blockquote span {
    font-size: inherit; }
  h1.less-margin, h2.less-margin, h3.less-margin, h4.less-margin, h5.less-margin, h6.less-margin, .h1.less-margin, .h2.less-margin, .h3.less-margin, .h4.less-margin, .h5.less-margin, .h6.less-margin, blockquote.less-margin {
    margin-bottom: 20px; }

.home-newsletter h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;
  margin-bottom: 50px; }

.pagination .current {
  font-weight: bold; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  display: block; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px; }
  .rte p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }
  .rte img {
    margin: 30px 0; }
  .rte.old-articles strong, .rte.old-articles a {
    color: #000 !important; }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 26px;
  font-weight: 500; }

h3, .h3 {
  font-size: 24px;
  font-weight: 500; }

h4, .h4 {
  font-size: 18px;
  font-weight: 500; }

h5, .h5 {
  font-size: 13px;
  font-weight: 500; }

h6, .h6 {
  font-size: 12px;
  font-weight: 500; }

h1.small, h2.small, h3.small, h4.small, h5.small, h6.small, .h1.small, .h2.small, .h3.small, .h4.small, .h5.small, .h6.small, blockquote.small {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 20px; }

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

* {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em; }

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

select {
  border: none;
  letter-spacing: 2px; }

svg.wave {
  display: inline-block;
  stroke-width: 4;
  fill: white;
  padding: 0;
  stroke: transparent; }

.line-left {
  padding-left: 60px;
  position: relative;
  min-width: 235px; }
  .line-left .social-sharing {
    position: absolute;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 60px;
    opacity: 0;
    width: calc(100% - 60px);
    visibility: hidden;
    margin: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 768px) {
    .line-left .social-sharing .text {
      display: none; } }
  .line-left > span {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .line-left:hover .social-sharing {
    opacity: 1;
    visibility: visible;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .line-left:hover > span {
      opacity: 0;
      visibility: hidden; }
  .line-left:before {
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    height: 1px;
    background: #000; }

a {
  text-decoration: none;
  color: #322826;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

body:not(.template-index):not(#coming-soon):not(#jobs):not(#store) #MainContent {
  padding-top: 83px; }
  @media (max-width: 768px) {
      body:not(.template-index):not(#coming-soon):not(#jobs):not(#store) #MainContent {
        padding-top: 64px; } }
  body.padded-top #MainContent {
    padding-top: 116px; }
  @media (max-width: 768px) {
      body.padded-top #MainContent {
        padding-top: 64px; } }

.breadcrumb {
  padding: 20px 0;
  margin-bottom: 6px; }
  .template-product .breadcrumb {
    padding: 20px 100px; }
  .breadcrumb a, .breadcrumb span {
    text-transform: uppercase;
    letter-spacing: 3.5px; }
  .breadcrumb .slash, .breadcrumb a {
    color: #a0a0a0; }
  .breadcrumb .slash {
    margin: 0 5px; }
  .breadcrumb .breadcrumb-inner {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    min-width: 50%; }
  .full-breadcrumb .breadcrumb .breadcrumb-inner {
    width: 100%; }

.pay-after-extra {
  margin-top: 10px;
  text-transform: none; }
  .pay-after-extra p {
    margin: 0; }
  .pay-after-extra svg {
    margin-left: 10px;
    width: 50px;
    height: 11px; }

.payment-icons li {
  width: 42px;
  text-align: center; }
  .payment-icons li svg {
    width: 20px;
    height: 18px; }
  .payment-icons li div {
    border: 1px solid #000;
    padding: 0px 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }

.btn {
  text-transform: none;
  padding: 15px 55px 14px 25px;
  color: #000;
  -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  font-size: 14px;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  text-align: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  letter-spacing: 2px;
  border-radius: 0; }
  .btn[disabled], .btn [disabled="disabled"] {
    opacity: 0.5;
    pointer-events: none; }
  @media (max-width: 768px) {
  .btn {
    padding: 15px 50px 15px 15px; } }
  .btn span {
    color: #000;
    font-size: 14px;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative; }
  .btn:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #000; }
  @media (max-width: 768px) {
    .btn:before {
      display: none;
      content: none; } }
  .btn:after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 769px) {
  .btn:hover, .btn.hovering {
    color: #fff; }
    .btn:hover span, .btn.hovering span {
      color: #fff; }

    .btn:hover:before, .btn.hovering:before {
      -webkit-transform-origin: left center;
      -moz-transform-origin: left center;
      -ms-transform-origin: left center;
      -o-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }

    .btn:hover:after, .btn.hovering:after {
      background: #fff; } }
  .btn.black {
    color: #fff;
    background: #000; }
  .btn.black span {
    color: #fff; }
  .btn.black:after {
    background: #fff; }
  .btn.black:before {
    background: #fff; }
  @media (min-width: 769px) {
    .btn.black:hover, .btn.black.hovering {
      color: #000; }
      .btn.black:hover span, .btn.black.hovering span {
        color: #000; }
      .btn.black:hover:after, .btn.black.hovering:after {
        background: #000; } }

.nice-select, .product-page .product-main [data-app="eastsideco_wishlist"] .esc-select-wishlist {
  padding: 15px 40px 15px 25px;
  border: 1px solid #000;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/filter.svg?7812258097343854905);
  background-position: right 20px center;
  background-size: 10px 10px; }
  @media (max-width: 768px) {
  .nice-select, .product-page .product-main [data-app="eastsideco_wishlist"] .esc-select-wishlist {
    padding: 15px 40px 15px 15px; } }
  .nice-select.smaller, .product-page .product-main [data-app="eastsideco_wishlist"] .esc-select-wishlist.smaller {
    font-size: 12px;
    padding: 15px 40px 15px 20px; }

.social-sharing {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none; }
  .social-sharing li.text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 2px; }
  .social-sharing span {
    font-size: 14px; }
  @media (max-width: 768px) {
    .social-sharing span {
      font-size: 18px; } }

.rte p {
  padding-bottom: 20px; }
  .rte li, .rte p {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px; }

.accordion {
  margin-bottom: 20px; }
  .accordion div[data-app="eastsideco_sizeGuides"] a {
    padding: 19px 20px;
    text-transform: none;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1.5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .accordion div[data-app="eastsideco_sizeGuides"] a:after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .accordion .accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .accordion .accordion-item:last-child {
    border-bottom: none; }
  .accordion .accordion-item .accordion-header {
    padding: 19px 20px;
    text-transform: none;
    position: relative;
    cursor: pointer; }
  .accordion .accordion-item .accordion-header[data-app='eastsideco_sizeGuides'] {
    padding: 0; }
  .accordion .accordion-item .accordion-header:after {
    content: "+";
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .accordion .accordion-item .accordion-header span, .accordion .accordion-item .accordion-header > a {
    font-size: 14px;
    letter-spacing: 1.5px; }
  .accordion .accordion-item .accordion-header > a {
    display: block;
    width: 100%;
    padding: 19px 20px; }
  .accordion .accordion-item .accordion-content {
    display: none;
    padding: 0 20px;
    text-align: left; }
  .accordion .accordion-item.initial .accordion-content {
    display: block; }
  .accordion .accordion-item.open .accordion-header:after {
    content: "-"; }

.bordered-form {
  max-width: 850px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bordered-form > * {
    border: 1px solid #000;
    border-right: none; }
  .bordered-form > *:last-child {
    border-right: 1px solid #000; }
  .bordered-form label {
    text-transform: uppercase;
    padding: 17px 20px;
    font-size: 12px; }
  .bordered-form button {
    text-transform: none; }
  .bordered-form button span {
    font-size: 12px !important;
    letter-spacing: 1.5px; }
  .bordered-form input {
    padding: 15px 20px;
    width: 250px; }
  @media (max-width: 1024px) {
    .bordered-form input {
      width: 150px; } }
  .bordered-form input::-webkit-input-placeholder {
    opacity: 0.2;
    font-size: 12px;
    color: #322826; }
  .bordered-form input:-moz-placeholder {
    opacity: 0.2;
    font-size: 12px;
    color: #322826; }
  .bordered-form input::-moz-placeholder {
    opacity: 0.2;
    font-size: 12px;
    color: #322826; }
  .bordered-form input:-ms-input-placeholder {
    opacity: 0.2;
    font-size: 12px;
    color: #322826; }
  .bordered-form .selectric-wrapper {
    width: 130px;
    border: none; }
  .bordered-form .selectric-wrapper .selectric {
    border-right: none; }
  .bordered-form .selectric-wrapper .label {
    height: 47px;
    line-height: 49px;
    letter-spacing: 1.5px; }
  @media (max-width: 768px) {
  .bordered-form > * {
    width: 100% !important;
    border: 1px solid #000 !important;
    border-bottom: none !important;
    max-width: none !important;
    border-right: 1px solid #000; }
    .bordered-form > * .selectric {
      border: none !important; }

    .bordered-form > *:last-child {
      border-bottom: 1px solid #000 !important; }

    .bordered-form label {
      border: none !important;
      text-align: left; } }
  .bordered-form.vertical {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px; }
  .bordered-form.vertical input::-webkit-input-placeholder {
    opacity: 1; }
  .bordered-form.vertical input:-moz-placeholder {
    opacity: 1; }
  .bordered-form.vertical input::-moz-placeholder {
    opacity: 1; }
  .bordered-form.vertical input:-ms-input-placeholder {
    opacity: 1; }
  .bordered-form.vertical .selectric-wrapper {
    width: auto;
    border: none !important; }
  .bordered-form.vertical .selectric-wrapper .selectric {
    border: 1px solid #000 !important;
    border-bottom: none !important; }
  .bordered-form.vertical .selectric-wrapper.selectric-open .selectric {
    border-bottom: 1px solid #000 !important; }
  .bordered-form.vertical .selectric-wrapper .label {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 20px;
    height: 42px;
    line-height: 44px;
    text-align: left; }
  .bordered-form.vertical .btn {
    padding-left: 20px; }
  .bordered-form.vertical .btn span {
    font-size: 11px;
    letter-spacing: 0; }
  .bordered-form.vertical > * {
    border: 1px solid #000;
    border-bottom: none;
    max-width: 100%;
    border-right: 1px solid #000; }
  .bordered-form.vertical > * .selectric {
    border: none !important; }
  .bordered-form.vertical > *:last-child {
    border-bottom: 1px solid #000; }
  .bordered-form.smaller label, .bordered-form.smaller input {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 10px; }
  .bordered-form.smaller label::-webkit-input-placeholder, .bordered-form.smaller input::-webkit-input-placeholder {
    font-size: 10px; }
  .bordered-form.smaller label:-moz-placeholder, .bordered-form.smaller input:-moz-placeholder {
    font-size: 10px; }
  .bordered-form.smaller label::-moz-placeholder, .bordered-form.smaller input::-moz-placeholder {
    font-size: 10px; }
  .bordered-form.smaller label:-ms-input-placeholder, .bordered-form.smaller input:-ms-input-placeholder {
    font-size: 10px; }
  .bordered-form.smaller input {
    width: 180px; }
  .bordered-form.smaller button {
    padding-top: 12px;
    padding-bottom: 12px; }
  .bordered-form.smaller button span {
    font-size: 11px; }

.social-icons, .social-sharing {
  margin-bottom: 20px; }
  .social-icons a, .social-sharing a {
    font-size: 18px; }
  .social-icons li a, .social-sharing li a {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block; }
  .social-icons li a span, .social-sharing li a span {
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0;
    position: relative;
    z-index: 1; }
  .social-icons li a:after, .social-sharing li a:after {
    content: "";
    background: #000;
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scale(0.6, 0.6);
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -o-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%; }
  .social-icons li a:hover span, .social-sharing li a:hover span, .social-icons li a:hover i, .social-sharing li a:hover i {
    color: #fff; }
    .social-icons li a:hover:after, .social-sharing li a:hover:after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }

.eyes {
  padding-right: 15px; }
  @media (max-width: 768px) {
  .eyes {
    padding-right: 0; } }
  .eyes .eye {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    border: 2px solid #000;
    z-index: 1; }
  @media (max-width: 768px) {
      .main-header .eyes .eye {
        width: 25px;
        height: 25px;
        border-width: 4px; } }
  @media (max-width: 768px) {
        .main-header .eyes .eye:first-child {
          margin-right: -4px; } }
  .eyes .eye:last-child {
    margin-left: -4px;
    z-index: 0; }
  @media (max-width: 768px) {
        .main-header .eyes .eye:last-child {
          margin-left: -4px; } }
  .eyes .eye:after {
    position: absolute;
    bottom: 7px;
    right: 3px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    content: " "; }
  @media (max-width: 768px) {
        .main-header .eyes .eye:after {
          width: 8px;
          height: 8px;
          bottom: 10px;
          right: 5px; } }
  .eyes.large .eye {
    width: 40px;
    height: 40px;
    border-width: 6px; }
  .eyes.large .eye:after {
    width: 12px;
    height: 12px;
    bottom: 17px;
    right: 7px; }
  .eyes.large .eye:last-child {
    margin-left: -16px; }

.burger-icon {
  width: 18px;
  height: 16px;
  display: block;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  @media (min-width: 1025px) {
  .burger-icon {
    display: none; } }
  .burger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0f0e0e;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .burger-icon span:nth-child(1) {
    top: 0px; }
  .burger-icon span:nth-child(2) {
    top: 7px; }
  .burger-icon span:nth-child(3) {
    top: 14px; }
  .burger-icon.open span:nth-child(1) {
    top: 0px;
    left: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger-icon.open span:nth-child(2) {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0); }
  .burger-icon.open span:nth-child(3) {
    top: 13px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.notification-area {
  padding: 10px 30px;
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 7; }

.squiggle {
  padding: 150px 200px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  pointer-events: none; }
  .squiggle .animateme {
    text-align: right; }
  @media (max-width: 768px) {
  .squiggle {
    padding: 30px; } }
  .squiggle img {
    max-width: 400px;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative; }
  @media (min-width: 769px) {
 }
  @media (max-width: 768px) {
    .squiggle img {
      max-width: 200px; } }

.template-login h1, .template-register h1, .template-account h1, .template-addresses h1, .template-reset_password h1, .template-activate_account h1, .template-order h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px; }
  .template-login h2, .template-register h2, .template-account h2, .template-addresses h2, .template-reset_password h2, .template-activate_account h2, .template-order h2, .template-login h4, .template-register h4, .template-account h4, .template-addresses h4, .template-reset_password h4, .template-activate_account h4, .template-order h4 {
    margin-bottom: 15px; }
  .template-login p, .template-register p, .template-account p, .template-addresses p, .template-reset_password p, .template-activate_account p, .template-order p {
    margin-bottom: 15px; }
  .template-login .form-success, .template-register .form-success, .template-account .form-success, .template-addresses .form-success, .template-reset_password .form-success, .template-activate_account .form-success, .template-order .form-success {
    margin-bottom: 20px; }
  .template-login .continue-container, .template-register .continue-container, .template-account .continue-container, .template-addresses .continue-container, .template-reset_password .continue-container, .template-activate_account .continue-container, .template-order .continue-container {
    margin-top: 20px; }
  .template-login #MainContent > .padded, .template-register #MainContent > .padded, .template-account #MainContent > .padded, .template-addresses #MainContent > .padded, .template-reset_password #MainContent > .padded, .template-activate_account #MainContent > .padded, .template-order #MainContent > .padded {
    text-align: center; }
  .template-login #MainContent > .padded.enforce-width, .template-register #MainContent > .padded.enforce-width, .template-account #MainContent > .padded.enforce-width, .template-addresses #MainContent > .padded.enforce-width, .template-reset_password #MainContent > .padded.enforce-width, .template-activate_account #MainContent > .padded.enforce-width, .template-order #MainContent > .padded.enforce-width {
    max-width: 800px; }
  .template-login #MainContent > .padded button, .template-register #MainContent > .padded button, .template-account #MainContent > .padded button, .template-addresses #MainContent > .padded button, .template-reset_password #MainContent > .padded button, .template-activate_account #MainContent > .padded button, .template-order #MainContent > .padded button {
    margin-bottom: 10px; }
  .template-login #MainContent > .padded a, .template-register #MainContent > .padded a, .template-account #MainContent > .padded a, .template-addresses #MainContent > .padded a, .template-reset_password #MainContent > .padded a, .template-activate_account #MainContent > .padded a, .template-order #MainContent > .padded a {
    text-transform: none; }
  .template-login #MainContent > .padded #address_form_new, .template-register #MainContent > .padded #address_form_new, .template-account #MainContent > .padded #address_form_new, .template-addresses #MainContent > .padded #address_form_new, .template-reset_password #MainContent > .padded #address_form_new, .template-activate_account #MainContent > .padded #address_form_new, .template-order #MainContent > .padded #address_form_new {
    margin-bottom: 50px; }
  .template-login #MainContent > .padded table, .template-register #MainContent > .padded table, .template-account #MainContent > .padded table, .template-addresses #MainContent > .padded table, .template-reset_password #MainContent > .padded table, .template-activate_account #MainContent > .padded table, .template-order #MainContent > .padded table, .template-login #MainContent > .padded th, .template-register #MainContent > .padded th, .template-account #MainContent > .padded th, .template-addresses #MainContent > .padded th, .template-reset_password #MainContent > .padded th, .template-activate_account #MainContent > .padded th, .template-order #MainContent > .padded th, .template-login #MainContent > .padded td, .template-register #MainContent > .padded td, .template-account #MainContent > .padded td, .template-addresses #MainContent > .padded td, .template-reset_password #MainContent > .padded td, .template-activate_account #MainContent > .padded td, .template-order #MainContent > .padded td {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .template-login #MainContent > .padded table, .template-register #MainContent > .padded table, .template-account #MainContent > .padded table, .template-addresses #MainContent > .padded table, .template-reset_password #MainContent > .padded table, .template-activate_account #MainContent > .padded table, .template-order #MainContent > .padded table {
    margin: 0 auto 40px auto;
    border-collapse: collapse; }
    .template-login #MainContent > .padded table th, .template-register #MainContent > .padded table th, .template-account #MainContent > .padded table th, .template-addresses #MainContent > .padded table th, .template-reset_password #MainContent > .padded table th, .template-activate_account #MainContent > .padded table th, .template-order #MainContent > .padded table th, .template-login #MainContent > .padded table td, .template-register #MainContent > .padded table td, .template-account #MainContent > .padded table td, .template-addresses #MainContent > .padded table td, .template-reset_password #MainContent > .padded table td, .template-activate_account #MainContent > .padded table td, .template-order #MainContent > .padded table td {
      padding: 10px; }
      .template-login #MainContent > .padded table th a, .template-register #MainContent > .padded table th a, .template-account #MainContent > .padded table th a, .template-addresses #MainContent > .padded table th a, .template-reset_password #MainContent > .padded table th a, .template-activate_account #MainContent > .padded table th a, .template-order #MainContent > .padded table th a, .template-login #MainContent > .padded table td a, .template-register #MainContent > .padded table td a, .template-account #MainContent > .padded table td a, .template-addresses #MainContent > .padded table td a, .template-reset_password #MainContent > .padded table td a, .template-activate_account #MainContent > .padded table td a, .template-order #MainContent > .padded table td a {
        font-weight: 500; }
  .template-login #MainContent > .padded > div form, .template-register #MainContent > .padded > div form, .template-account #MainContent > .padded > div form, .template-addresses #MainContent > .padded > div form, .template-reset_password #MainContent > .padded > div form, .template-activate_account #MainContent > .padded > div form, .template-order #MainContent > .padded > div form, .template-login #MainContent > .padded > form, .template-register #MainContent > .padded > form, .template-account #MainContent > .padded > form, .template-addresses #MainContent > .padded > form, .template-reset_password #MainContent > .padded > form, .template-activate_account #MainContent > .padded > form, .template-order #MainContent > .padded > form {
    text-align: center; }
    .template-login #MainContent > .padded > div form .flex-grid, .template-register #MainContent > .padded > div form .flex-grid, .template-account #MainContent > .padded > div form .flex-grid, .template-addresses #MainContent > .padded > div form .flex-grid, .template-reset_password #MainContent > .padded > div form .flex-grid, .template-activate_account #MainContent > .padded > div form .flex-grid, .template-order #MainContent > .padded > div form .flex-grid, .template-login #MainContent > .padded > form .flex-grid, .template-register #MainContent > .padded > form .flex-grid, .template-account #MainContent > .padded > form .flex-grid, .template-addresses #MainContent > .padded > form .flex-grid, .template-reset_password #MainContent > .padded > form .flex-grid, .template-activate_account #MainContent > .padded > form .flex-grid, .template-order #MainContent > .padded > form .flex-grid {
      margin-bottom: 10px; }
    .template-login #MainContent > .padded > div form input:not([type="checkbox"]), .template-register #MainContent > .padded > div form input:not([type="checkbox"]), .template-account #MainContent > .padded > div form input:not([type="checkbox"]), .template-addresses #MainContent > .padded > div form input:not([type="checkbox"]), .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"]), .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"]), .template-order #MainContent > .padded > div form input:not([type="checkbox"]), .template-login #MainContent > .padded > form input:not([type="checkbox"]), .template-register #MainContent > .padded > form input:not([type="checkbox"]), .template-account #MainContent > .padded > form input:not([type="checkbox"]), .template-addresses #MainContent > .padded > form input:not([type="checkbox"]), .template-reset_password #MainContent > .padded > form input:not([type="checkbox"]), .template-activate_account #MainContent > .padded > form input:not([type="checkbox"]), .template-order #MainContent > .padded > form input:not([type="checkbox"]) {
      border: 1px solid #000;
      padding: 15px 10px; }
      .template-login #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-register #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-account #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-addresses #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-order #MainContent > .padded > div form input:not([type="checkbox"])::-webkit-input-placeholder, .template-login #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-register #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-account #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-addresses #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-reset_password #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-activate_account #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder, .template-order #MainContent > .padded > form input:not([type="checkbox"])::-webkit-input-placeholder {
        font-size: 14px;
        letter-spacing: 2px; }
      .template-login #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-register #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-account #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-addresses #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-order #MainContent > .padded > div form input:not([type="checkbox"]):-moz-placeholder, .template-login #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-register #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-account #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-addresses #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-reset_password #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-activate_account #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder, .template-order #MainContent > .padded > form input:not([type="checkbox"]):-moz-placeholder {
        font-size: 14px;
        letter-spacing: 2px; }
      .template-login #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-register #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-account #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-addresses #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-order #MainContent > .padded > div form input:not([type="checkbox"])::-moz-placeholder, .template-login #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-register #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-account #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-addresses #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-reset_password #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-activate_account #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder, .template-order #MainContent > .padded > form input:not([type="checkbox"])::-moz-placeholder {
        font-size: 14px;
        letter-spacing: 2px; }
      .template-login #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-register #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-account #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-addresses #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-order #MainContent > .padded > div form input:not([type="checkbox"]):-ms-input-placeholder, .template-login #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-register #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-account #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-addresses #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-reset_password #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-activate_account #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder, .template-order #MainContent > .padded > form input:not([type="checkbox"]):-ms-input-placeholder {
        font-size: 14px;
        letter-spacing: 2px; }
    .template-login #MainContent > .padded > div form input:not([type="checkbox"]), .template-register #MainContent > .padded > div form input:not([type="checkbox"]), .template-account #MainContent > .padded > div form input:not([type="checkbox"]), .template-addresses #MainContent > .padded > div form input:not([type="checkbox"]), .template-reset_password #MainContent > .padded > div form input:not([type="checkbox"]), .template-activate_account #MainContent > .padded > div form input:not([type="checkbox"]), .template-order #MainContent > .padded > div form input:not([type="checkbox"]), .template-login #MainContent > .padded > form input:not([type="checkbox"]), .template-register #MainContent > .padded > form input:not([type="checkbox"]), .template-account #MainContent > .padded > form input:not([type="checkbox"]), .template-addresses #MainContent > .padded > form input:not([type="checkbox"]), .template-reset_password #MainContent > .padded > form input:not([type="checkbox"]), .template-activate_account #MainContent > .padded > form input:not([type="checkbox"]), .template-order #MainContent > .padded > form input:not([type="checkbox"]), .template-login #MainContent > .padded > div form button, .template-register #MainContent > .padded > div form button, .template-account #MainContent > .padded > div form button, .template-addresses #MainContent > .padded > div form button, .template-reset_password #MainContent > .padded > div form button, .template-activate_account #MainContent > .padded > div form button, .template-order #MainContent > .padded > div form button, .template-login #MainContent > .padded > form button, .template-register #MainContent > .padded > form button, .template-account #MainContent > .padded > form button, .template-addresses #MainContent > .padded > form button, .template-reset_password #MainContent > .padded > form button, .template-activate_account #MainContent > .padded > form button, .template-order #MainContent > .padded > form button, .template-login #MainContent > .padded > div form select, .template-register #MainContent > .padded > div form select, .template-account #MainContent > .padded > div form select, .template-addresses #MainContent > .padded > div form select, .template-reset_password #MainContent > .padded > div form select, .template-activate_account #MainContent > .padded > div form select, .template-order #MainContent > .padded > div form select, .template-login #MainContent > .padded > form select, .template-register #MainContent > .padded > form select, .template-account #MainContent > .padded > form select, .template-addresses #MainContent > .padded > form select, .template-reset_password #MainContent > .padded > form select, .template-activate_account #MainContent > .padded > form select, .template-order #MainContent > .padded > form select {
      max-width: 250px;
      width: 100%;
      display: block;
      margin: 0 auto 10px auto;
      border: 1px solid #000;
      padding: 15px 10px; }
    .template-login #MainContent > .padded > div form a, .template-register #MainContent > .padded > div form a, .template-account #MainContent > .padded > div form a, .template-addresses #MainContent > .padded > div form a, .template-reset_password #MainContent > .padded > div form a, .template-activate_account #MainContent > .padded > div form a, .template-order #MainContent > .padded > div form a, .template-login #MainContent > .padded > form a, .template-register #MainContent > .padded > form a, .template-account #MainContent > .padded > form a, .template-addresses #MainContent > .padded > form a, .template-reset_password #MainContent > .padded > form a, .template-activate_account #MainContent > .padded > form a, .template-order #MainContent > .padded > form a {
      display: block;
      margin-bottom: 10px;
      text-transform: none; }
  .template-login #MainContent > .padded > div, .template-register #MainContent > .padded > div, .template-account #MainContent > .padded > div, .template-addresses #MainContent > .padded > div, .template-reset_password #MainContent > .padded > div, .template-activate_account #MainContent > .padded > div, .template-order #MainContent > .padded > div {
    text-align: center; }
    .template-login #MainContent > .padded > div h2, .template-register #MainContent > .padded > div h2, .template-account #MainContent > .padded > div h2, .template-addresses #MainContent > .padded > div h2, .template-reset_password #MainContent > .padded > div h2, .template-activate_account #MainContent > .padded > div h2, .template-order #MainContent > .padded > div h2 {
      margin-bottom: 15px; }
    .template-login #MainContent > .padded > div p, .template-register #MainContent > .padded > div p, .template-account #MainContent > .padded > div p, .template-addresses #MainContent > .padded > div p, .template-reset_password #MainContent > .padded > div p, .template-activate_account #MainContent > .padded > div p, .template-order #MainContent > .padded > div p {
      margin-bottom: 15px; }

#esc-oos-form #esc-out-of-stock-inputs {
  border-color: #000;
  max-width: 400px; }
  #esc-oos-form .esc-out-of-stock-title {
    font-weight: 500; }
  #esc-oos-form .esc-out-of-stock-title, #esc-oos-form .esc-out-of-stock-subtitle {
    color: #000; }
  #esc-oos-form input {
    background: #fff;
    border: 1px solid #000;
    padding: 10px; }
  #esc-oos-form button {
    padding: 10px; }
  #esc-oos-form button:hover {
    color: #fff; }
  #esc-oos-form button:before {
    display: none; }
  #esc-oos-form button:after {
    background: #fff; }

[data-app=eastsideco_wishlist] .esc-btn-icon {
  width: 19px !important; }

.esc-size-guide--table-wrap::-webkit-scrollbar {
  /* remove scrollbar space */
  width: 0px;
  /* optional: just make scrollbar invisible */
  background: transparent; }

.related-articles {
  background: rgba(208, 205, 205, 0.1);
  margin-bottom: 30px;
  position: relative; }
  .related-articles .inner {
    overflow: hidden; }
  .related-articles .flex-grid {
    position: relative;
    z-index: 1; }
  .related-articles:after {
    content: "";
    display: none;
    width: 155px;
    position: absolute;
    height: 260px;
    right: 80px;
    top: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -moz-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    -o-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/palm-tree-blue.svg?7812258097343854905);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .related-articles:after {
      width: 80px;
      right: 50px; } }
  .related-articles .article-grid-item.small {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    width: calc(100% / 7);
    max-width: calc(100% / 7); }
  @media (max-width: 768px) {
    .related-articles .article-grid-item.small {
      margin-bottom: 20px;
      width: 33.3%;
      -webkit-flex-basis: auto;
      -moz-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }
  @media (max-width: 480px) {
    .related-articles .article-grid-item.small {
      width: 50%; } }
  .related-articles .article-grid-item.small .inner {
    padding-bottom: 70%; }
  .related-articles .article-grid-item.small h2 {
    font-size: 16px;
    margin: 0; }

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

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

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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 {
  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; }

.slick-list {
  /* Icons */ }
  .slick-loading .slick-list {
    background: #fff image-url("ajax-loader.gif") center center no-repeat; }

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

.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%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus: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: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .product-grid-item .slick-prev, .product-grid-item .slick-next, .product-images .slick-prev, .product-images .slick-next, .product-images-mobile .slick-prev, .product-images-mobile .slick-next, .featured-collection-slider .slick-prev, .featured-collection-slider .slick-next, .collection-three__slick .slick-prev, .collection-three__slick .slick-next {
    color: #000;
    padding: 40px 20px;
    box-sizing: content-box;
    z-index: 1;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-grid-item .slick-prev:before, .product-grid-item .slick-next:before, .product-images .slick-prev:before, .product-images .slick-next:before, .product-images-mobile .slick-prev:before, .product-images-mobile .slick-next:before, .featured-collection-slider .slick-prev:before, .featured-collection-slider .slick-next:before, .collection-three__slick .slick-prev:before, .collection-three__slick .slick-next:before {
    content: none; }
  .product-grid-item .slick-prev.slick-prev, .product-grid-item .slick-next.slick-prev, .product-images .slick-prev.slick-prev, .product-images .slick-next.slick-prev, .product-images-mobile .slick-prev.slick-prev, .product-images-mobile .slick-next.slick-prev, .featured-collection-slider .slick-prev.slick-prev, .featured-collection-slider .slick-next.slick-prev, .collection-three__slick .slick-prev.slick-prev, .collection-three__slick .slick-next.slick-prev {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/left-arrow.svg?7812258097343854905);
    background-size: 10px 18px; }
  .product-grid-item .slick-prev.slick-next, .product-grid-item .slick-next.slick-next, .product-images .slick-prev.slick-next, .product-images .slick-next.slick-next, .product-images-mobile .slick-prev.slick-next, .product-images-mobile .slick-next.slick-next, .featured-collection-slider .slick-prev.slick-next, .featured-collection-slider .slick-next.slick-next, .collection-three__slick .slick-prev.slick-next, .collection-three__slick .slick-next.slick-next {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/right-arrow.svg?7812258097343854905);
    background-size: 10px 18px; }
  @media (max-width: 768px) {
    .product-grid-item .slick-prev, .product-grid-item .slick-next, .product-images .slick-prev, .product-images .slick-next, .product-images-mobile .slick-prev, .product-images-mobile .slick-next, .featured-collection-slider .slick-prev, .featured-collection-slider .slick-next, .collection-three__slick .slick-prev, .collection-three__slick .slick-next {
      padding: 20px 10px; } }
  .product-grid-item .slick-prev:before, .product-grid-item .slick-next:before, .product-images .slick-prev:before, .product-images .slick-next:before, .product-images-mobile .slick-prev:before, .product-images-mobile .slick-next:before, .featured-collection-slider .slick-prev:before, .featured-collection-slider .slick-next:before, .collection-three__slick .slick-prev:before, .collection-three__slick .slick-next:before {
    color: #000; }

.slick-prev {
  left: 0px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
  [dir="rtl"] .slick-prev:before {
    content: "\2192"; }

.slick-next {
  right: 0px;
  /* Dots */ }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
  [dir="rtl"] .slick-next:before {
    content: "\2190"; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    width: 100px;
    padding: 0; }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }
  .slick-dots li button:after {
    display: none; }
  .slick-dots li button:before {
    content: "";
    display: block;
    background: #000;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    -webkit-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .slick-dots li button:hover:before {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slick-dots li.slick-active button:before {
    height: 5px; }
  .slick-dots.nice-dots {
    bottom: 0; }
  .slick-dots.nice-dots li button {
    width: 8px;
    height: 8px;
    padding: 0 !important;
    background: #000 !important;
    font-size: 0 !important;
    border-radius: 50%;
    opacity: 0.3; }
    .slick-dots.nice-dots li button:after, .slick-dots.nice-dots li button:before {
      display: none !important;
      content: none !important; }
  .slick-dots.nice-dots li.slick-active button {
    opacity: 1; }

.selector-wrapper {
  max-width: 180px;
  width: 100%; }

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  max-width: 180px;
  width: 100%; }
  .selectric-wrapper:not(.selectric-below) {
    overflow: hidden; }
  .selectric-wrapper.selectric-open {
    overflow: visible; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #000;
  background: #fff;
  position: relative;
  border-radius: 0px; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 43px 0 15px;
  font-size: 12px;
  line-height: 45px;
  color: #000;
  height: 45px; }

.selectric .button {
  background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/filter.svg?7812258097343854905);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 38px;
  height: 38px;
  text-align: center;
  color: transparent; }
  .selectric .button:after {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/minus.svg?7812258097343854905);
    content: "";
    display: none; }

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

.selectric-open .button {
  background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/minus.svg?7812258097343854905); }

.selectric-open .selectric-items {
  opacity: 1;
  visibility: visible; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
  /* Items box */ }

.selectric-items {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #000;
  border-top: none;
  -webkit-transition: opacity 0.35s ease, visibility 0.35s ease;
  -moz-transition: opacity 0.35s ease, visibility 0.35s ease;
  -ms-transition: opacity 0.35s ease, visibility 0.35s ease;
  -o-transition: opacity 0.35s ease, visibility 0.35s ease;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }
  .selectric-items .selectric-scroll::-webkit-scrollbar {
    /* remove scrollbar space */
    width: 0px;
    /* optional: just make scrollbar invisible */
    background: transparent; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .selectric-items ul li.last {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .selectric-items ul li:not(.last) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }

.selectric-items li {
  display: block;
  padding: 10px 15px;
  height: 45px;
  border-bottom: 1px solid #000;
  color: #000;
  cursor: pointer; }
  .selectric-items li.disabled {
    display: none; }
  .selectric-items li.selected:not(.disabled) {
    font-weight: 600; }

.selectric-items li.highlighted {
  background: #fff;
  color: #000;
  font-weight: 600; }

.selectric-items li:hover {
  font-weight: 600; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

.main-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  z-index: 6;
  -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 1024px) {
  .main-header {
    top: 33px;
    padding-top: 0;
    padding-bottom: 0; } }
  @media (min-width: 769px) {
  @include transition(border-color: 0.4s cubic-bezier(0.4, 0, 0.2, 1));
			body:not(.template-index) & {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }
  .main-header .header-flex {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 1024px) {
    .main-header .header-flex {
      background: #fff;
      padding: 20px;
      z-index: 2; } }
  .main-header.fixed {
    position: fixed;
    top: 0;
    display: block; }
  .main-header.fixed .header-flex {
    border-bottom-color: transparent !important;
    background: rgba(255, 255, 255, 0.95); }
  .main-header.fixed .promo-message {
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: background 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-header.hidden-no-transition {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    bottom: 100%;
    top: auto; }
  .main-header.hidden {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .main-header.white .header-flex {
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: rgba(0, 0, 0, 0.1) !important; }
  .main-header.white .promo-message {
    background: transparent; }
  .main-header.black {
    background: #000; }
  .main-header.black .header-flex {
    background: #000; }
  .main-header.black .burger-icon span {
    background: #fff; }
  .main-header.black svg path:not(.cls-1), .main-header.black svg ellipse {
    fill: #fff; }
  .main-header .promo-message {
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0; }
  @media (max-width: 1024px) {
    .main-header .logo-area {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .main-header .logo-area img {
    width: 170px; }
  @media (max-width: 1024px) {
      .main-header .logo-area h1, .main-header .logo-area .h1 {
        display: none; } }
  .main-header .logo-area, .main-header .right-area {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 1024px) {
  .main-header .left-area {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }
  .main-header .right-area .flex-grid {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin: 0 -10px; }
  .main-header .right-area .flex-grid > * {
    padding: 0 10px; }
  .main-header .right-area .flex-grid a {
    text-align: center;
    position: relative; }
    .main-header .right-area .flex-grid a > span {
      display: block;
      text-transform: uppercase;
      font-size: 9px;
      letter-spacing: 0.5px;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      bottom: -5px;
      left: 50%;
      text-align: center;
      width: auto;
      -webkit-transform: translateX(-50%) translateY(100%);
      -moz-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
      -o-transform: translateX(-50%) translateY(100%);
      transform: translateX(-50%) translateY(100%);
      -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-header .right-area .flex-grid a > span > span {
        display: block;
        text-align: center;
        white-space: nowrap; }
        @media (max-width: 768px) {
        .main-header .right-area .flex-grid a > span > span.money {
          display: none; } }
    .main-header .right-area .flex-grid a.open-popout-cart > span {
      opacity: 1;
      visibility: visible; }
      .main-header .right-area .flex-grid a.open-popout-cart > span:not(.shown) {
        opacity: 0;
        visibility: hidden; }
    .main-header .right-area .flex-grid a:hover span {
      opacity: 1 !important;
      visibility: visible !important; }
    .main-header .right-area .flex-grid a img, .main-header .right-area .flex-grid a svg {
      width: 20px;
      height: 20px; }
    .main-header .right-area .flex-grid a svg path, .main-header .right-area .flex-grid a svg ellipse {
      -webkit-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1), stroke 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 1024px) {
 }
  .main-header .nav-area .gender-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 440px;
    width: 100%;
    padding: 10px 0;
    margin: 0 auto; }
  .main-header .nav-area .gender-nav a {
    opacity: 0.3; }
    .main-header .nav-area .gender-nav a:hover, .main-header .nav-area .gender-nav a.active {
      opacity: 1; }
  .main-header .nav-area .site-nav {
    padding: 0; }
  .main-header .nav-area .site-nav > li > a {
    font-weight: 500;
    padding: 15px 20px;
    display: block; }
  .main-header.white .site-nav__link {
    color: #b9b9b9; }
  .main-header.white .site-nav__link.active, .main-header.white .site-nav__link:hover {
    color: #000; }
  .main-header .mega-nav {
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    top: 100%;
    padding: 0 70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: block; }
  .main-header .mega-nav.block {
    display: block; }
  .main-header .mega-nav.shown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .main-header .mega-nav.slide-menu {
    height: 320px; }
  .main-header .mega-nav .inner {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 0 50px 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .main-header .mega-nav .inner .mega-flex {
    height: 100%;
    position: relative; }
    .main-header .mega-nav .inner .mega-flex .mega-sub-nav {
      position: absolute;
      -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-header .mega-nav .inner .mega-flex .mega-sub-nav.hidden-mega-nav {
        opacity: 0;
        visibility: hidden; }
    .main-header .mega-nav .inner .mega-flex .mega-sub-menu.mega-sub-menu-all {
      min-width: 33.3%; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu h5 {
        margin-bottom: 15px; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu h5 a {
        color: #000; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu ul {
        margin-bottom: 20px; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu ul.split-cols {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu ul li {
        margin-bottom: 7px; }
        .main-header .mega-nav .inner .mega-flex .mega-sub-menu ul li a {
          text-transform: none;
          color: #8d8d8d;
          letter-spacing: 1px; }
          .main-header .mega-nav .inner .mega-flex .mega-sub-menu ul li a:hover {
            color: #000; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu.mega-two-level-menu li a {
        text-transform: uppercase; }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu.mega-trigger-menu {
        position: absolute;
        left: 50%;
        padding: 0 20px;
        -webkit-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
      .main-header .mega-nav .inner .mega-flex .mega-sub-menu.mega-trigger-menu a {
        text-transform: uppercase; }
        .main-header .mega-nav .inner .mega-flex .mega-sub-menu.mega-trigger-menu a.active {
          color: #000; }

.bouncing span {
  display: inline-block;
  animation: bounce 0.75s infinite alternate;
  -webkit-animation: bounce 0.75s infinite alternate; }
  .bouncing span:nth-of-type(2n) {
    animation-delay: 0.25s; }
  .bouncing span:nth-of-type(2n + 3) {
    animation-delay: 0.5s; }
  .bouncing span:nth-of-type(2n + 4) {
    animation-delay: 0.75s; }

@keyframes bounce {
  from {
    transform: translateY(0px); }

  to {
    transform: translateY(-5px); } }

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px); }

  to {
    transform: translateY(-5px); } }

.home-banner {
  height: 100vh;
  min-height: 600px; }
  @media (max-width: 768px) {
  .home-banner {
    height: auto;
    min-height: 400px;
    max-height: none;
    -webkit-transition: all 999999999s ease;
    -moz-transition: all 999999999s ease;
    -ms-transition: all 999999999s ease;
    -o-transition: all 999999999s ease;
    transition: all 999999999s ease; } }
  .home-banner.full-width-banner {
    height: auto !important;
    min-height: 0 !important; }
  .home-banner.full-width-banner img {
    width: 100%; }
  .home-banner > .flex {
    height: 100%; }
  @media (max-width: 768px) {
    .home-banner > .flex {
      height: auto; } }
  .home-banner > .flex .half-area {
    height: 100%;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden; }
  @media (max-width: 768px) {
      .home-banner > .flex .half-area {
        height: auto; } }
  .home-banner > .flex .half-area .abs-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .home-banner > .flex .half-area.full {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%; }
  @media (max-width: 768px) {
        .home-banner > .flex .half-area:not(.full) {
          -webkit-flex-basis: auto;
          -moz-flex-basis: auto;
          -ms-flex-preferred-size: auto;
          flex-basis: auto;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -moz-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          width: 100%;
          height: auto;
          -webkit-transition: all 999999999s ease;
          -moz-transition: all 999999999s ease;
          -ms-transition: all 999999999s ease;
          -o-transition: all 999999999s ease;
          transition: all 999999999s ease; } }
  .home-banner > .flex .half-area h1 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block; }
    .home-banner > .flex .half-area h1 a {
      font-size: inherit; }
    .home-banner > .flex .half-area h1:after {
      content: "";
      display: block;
      left: 0;
      position: absolute;
      width: 0;
      height: 1px;
      -webkit-transition: width 0.35s ease;
      -moz-transition: width 0.35s ease;
      -ms-transition: width 0.35s ease;
      -o-transition: width 0.35s ease;
      transition: width 0.35s ease; }
  .home-banner > .flex .half-area .img-area-full-width {
    display: block;
    width: 100%;
    line-height: 0;
    margin: 0 auto; }
    .home-banner > .flex .half-area .img-area-full-width video {
      width: 100%; }
  .home-banner > .flex .half-area .img-area {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    padding: 0 30px; }
    @media (max-width: 768px) {
      .home-banner > .flex .half-area .img-area {
        position: relative; } }
    .home-banner > .flex .half-area .img-area.no-padding {
      padding: 0; }
    .home-banner > .flex .half-area .img-area img {
      width: 100%; }
    .home-banner > .flex .half-area .img-area .side-text {
      position: absolute;
      -webkit-transform: rotate(-90deg) translateY(50%);
      -moz-transform: rotate(-90deg) translateY(50%);
      -ms-transform: rotate(-90deg) translateY(50%);
      -o-transform: rotate(-90deg) translateY(50%);
      transform: rotate(-90deg) translateY(50%);
      -webkit-transform-origin: left;
      -moz-transform-origin: left;
      -ms-transform-origin: left;
      -o-transform-origin: left;
      transform-origin: left;
      left: 0;
      bottom: 0;
      color: #adadad;
      letter-spacing: 1.2px;
      opacity: 0.5;
      font-size: 13px; }
  .home-banner > .flex .half-area nav {
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 1;
    width: 100%; }
    .home-banner > .flex .half-area nav .inner {
      position: absolute; }
    .home-banner > .flex .half-area nav ul {
      padding-left: 10%; }
      .home-banner > .flex .half-area nav ul li {
        opacity: 0;
        margin-bottom: 3px;
        visibility: hidden;
        -webkit-transform: translateX(-10%);
        -moz-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        -o-transform: translateX(-10%);
        transform: translateX(-10%);
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -ms-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        display: block; }
      @media (max-width: 768px) {
        .home-banner > .flex .half-area nav ul li {
          opacity: 1;
          visibility: visible;
          -webkit-transform: none;
          -moz-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          padding-left: 5px; } }
      .home-banner > .flex .half-area nav ul li a {
        font-size: 14px;
        padding: 0;
        letter-spacing: 1.17px;
        -webkit-transition: transform 0.35s ease;
        -moz-transition: transform 0.35s ease;
        -ms-transition: transform 0.35s ease;
        -o-transition: transform 0.35s ease;
        transition: transform 0.35s ease;
        position: relative;
        display: block;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        white-space: nowrap; }
        .home-banner > .flex .half-area nav ul li a:hover {
          -webkit-transform: translateX(10px);
          -moz-transform: translateX(10px);
          -ms-transform: translateX(10px);
          -o-transform: translateX(10px);
          transform: translateX(10px); }
  .home-banner > .flex .half-area:hover h1:after {
    width: 100%; }
    .home-banner > .flex .half-area:hover ul li {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }

.home-grid {
  padding: 70px 130px;
  position: relative;
  background: rgba(208, 205, 205, 0.1);
  margin-bottom: 0; }
  @media (max-width: 768px) {
  .home-grid {
    padding: 40px 25px; } }
  .home-grid .bottom-title {
    text-align: right;
    text-transform: lowercase;
    font-size: 24px;
    margin-top: 0; }
  .home-grid .bottom-title a {
    text-transform: inherit;
    font-size: inherit;
    letter-spacing: 5px; }
  .home-grid .left-title {
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    top: 60px;
    left: 80px;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    line-height: 12px; }
  @media (max-width: 768px) {
    .home-grid .left-title {
      position: static;
      margin-bottom: 10px;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; } }
  .home-grid .left-title a {
    font-size: 12px; }
  .home-grid > .flex-grid .image-grid-item {
    width: 33.33%;
    position: relative;
    backface-visibility: hidden;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
      .home-grid > .flex-grid .image-grid-item {
        width: 100%; }
        .home-grid > .flex-grid .image-grid-item:last-child {
          margin-bottom: 0; } }
  .home-grid > .flex-grid .image-grid-item .inner {
    padding-bottom: calc(30vw / 16 * 9);
    height: 0;
    position: relative;
    overflow: hidden;
    display: block;
    backface-visibility: hidden; }
    @media (max-width: 768px) {
      .home-grid > .flex-grid .image-grid-item .inner {
        padding-bottom: calc(100vw / 16 * 9); } }
    .home-grid > .flex-grid .image-grid-item .inner .image-bg {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .home-grid > .flex-grid .image-grid-item .inner .text-overlay {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      padding: 10px; }
      .home-grid > .flex-grid .image-grid-item .inner .text-overlay h2 {
        font-size: 36px;
        text-transform: none; }
      .home-grid > .flex-grid .image-grid-item .inner .text-overlay p {
        font-size: 12px;
        text-transform: none; }
      .home-grid > .flex-grid .image-grid-item .inner .text-overlay * {
        color: inherit; }
    .home-grid > .flex-grid .image-grid-item .inner:hover .image-bg {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }

.home-image {
  height: calc(100vw / 16 * 9);
  max-height: 1600px;
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .home-image .caption {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
    width: 100%; }
  .home-image .caption h2 {
    text-transform: none;
    font-size: 55px;
    letter-spacing: 20px;
    font-weight: 600;
    margin: 0 0 10px 0; }
  .home-image .caption h3 {
    letter-spacing: 20px;
    font-size: 25px; }

.homepage-richtext .richtext-inner {
  padding: 50px;
  margin: 0 auto; }
  .homepage-richtext .richtext-inner.width-small {
    max-width: 700px; }
  .homepage-richtext .richtext-inner.width-medium {
    max-width: 968px; }
  .homepage-richtext .richtext-inner.width-large {
    max-width: 1200px; }
  .homepage-richtext .richtext-inner h1, .homepage-richtext .richtext-inner h2 {
    margin-bottom: 20px; }
  .homepage-richtext .richtext-inner .rte p:last-child {
    padding: 0; }

@media (max-width: 768px) {
    .main-footer {
      padding-top: 60px; } }
  .main-footer canvas {
    width: 130px; }
  @media (max-width: 768px) {
    .main-footer .footer-slicked .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .main-footer .line-behind img {
    width: 75px; }
  .main-footer .line-behind > * {
    padding: 0 20px; }
  .main-footer .footer-section {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 0 100px 0; }
  @media (max-width: 768px) {
    .main-footer .footer-section {
      padding: 60px 0 50px 0; } }
  .main-footer .footer-section p {
    line-height: 17px; }
  @media (max-width: 768px) {
      .main-footer .footer-section .footer-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  @media (max-width: 768px) {
      .main-footer .footer-section .left-area, .main-footer .footer-section .middle-area, .main-footer .footer-section .right-area {
        width: 100%;
        margin-bottom: 50px;
        text-align: center; } }
  .main-footer .footer-section .logo-area {
    margin-bottom: 40px; }
  @media (max-width: 768px) {
      .main-footer .footer-section .social-icons {
        margin-bottom: 60px; }
        .main-footer .footer-section .social-icons a {
          font-size: 22px; }
        .main-footer .footer-section .social-icons span {
          color: #feb6ca; } }
  .main-footer .footer-section .footer-menu .small {
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .main-footer .footer-section .footer-menu .small {
        font-weight: 500;
        font-size: 18px; } }
  .main-footer .footer-section .footer-menu li {
    margin-bottom: 10px; }
  .main-footer .footer-section .footer-menu a {
    text-transform: none;
    letter-spacing: 1.5px; }
    @media (max-width: 768px) {
      .main-footer .footer-section .footer-menu a {
        font-weight: 500;
        font-size: 15px; } }
  @media (min-width: 769px) {
      .main-footer .footer-section .left-area {
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
  .main-footer .footer-section .middle-area {
    max-width: 250px; }
  @media (max-width: 768px) {
      .main-footer .footer-section .middle-area {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .main-footer .footer-section .middle-area .social-icons {
    margin-bottom: 60px; }
  .main-footer .footer-section .middle-area form {
    text-align: center; }
  @media (min-width: 769px) {
      .main-footer .footer-section .right-area {
        -webkit-flex-basis: 0;
        -moz-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; } }
  @media (max-width: 768px) {
      .main-footer .footer-section .right-area {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .main-footer .footer-bottom {
    padding: 0 8%;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .main-footer .footer-bottom .left-area {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .main-footer .footer-bottom .left-area, .main-footer .footer-bottom .right-area {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 768px) {
      .main-footer .footer-bottom .left-area, .main-footer .footer-bottom .right-area {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
  @media (max-width: 768px) {
    .main-footer .footer-bottom > * {
      width: 100%;
      text-align: center; }
      .main-footer .footer-bottom .payment-icons {
        display: none; }
      .main-footer .footer-bottom .left-area {
        border-bottom: 1px solid #000;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        .main-footer .footer-bottom .left-area .flex-grid {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
  .main-footer .footer-bottom a {
    font-size: 10px; }
  .main-footer .footer-bottom small {
    font-size: 10px;
    opacity: 0.5;
    display: block;
    margin-bottom: 5px;
    color: #322826;
    text-transform: uppercase;
    text-align: right; }
  @media (max-width: 768px) {
      .main-footer .footer-bottom small {
        opacity: 1;
        text-align: center; } }

.product-tabs .product-tabs-titles {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px; }
  .product-tabs .product-tabs-titles h2 {
    cursor: pointer;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    letter-spacing: 2px; }
  @media (max-width: 768px) {
      .product-tabs .product-tabs-titles h2 {
        font-size: 14px;
        letter-spacing: 1px; } }
  .product-tabs .product-tabs-titles h2:not(.active) {
    opacity: 0.3; }
  @media (max-width: 768px) {
    .product-tabs .product-tab-slick {
      margin-bottom: 45px; } }
  .uni-days .left-area {
    width: 100%;
    position: relative;
    padding: 0 5%;
    margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .uni-days .left-area {
      width: 50%;
      margin-right: 5%;
      margin-bottom: 0;
      padding: 0; } }
  .uni-days .left-area p {
    font-size: 14px;
    max-width: 300px;
    margin-bottom: 10px;
    font-weight: 300; }
  .uni-days .left-area .title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid;
    font-size: 40px;
    max-width: 450px; }
  .uni-days .right-area {
    text-align: center;
    position: relative;
    max-width: 45%; }
  @media (max-width: 768px) {
    .uni-days .right-area {
      max-width: 100%;
      padding: 0 20px; } }
  .uni-days .right-area:after {
    content: "";
    position: absolute;
    left: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
    background: transparent;
    z-index: 1;
    border: 1px solid #000; }
  @media (max-width: 768px) {
      .uni-days .right-area:after {
        display: none; } }
  .uni-days .right-area img {
    position: relative;
    z-index: 2; }
  .uni-days .wiggle {
    margin-top: 8%;
    margin-bottom: 8%; }
  @media (min-width: 769px) {
    .uni-days .enforce-width {
      padding-top: 70px; } }
  .uni-days .flex {
    max-width: 1100px !important; }
  @media screen and (max-width: 767px) {
    .uni-days .flex {
      display: block; } }
  .uni-days small {
    display: block;
    clear: both;
    margin-top: 20px; }
  .uni-days .btn {
    margin-right: 15px; }
  .uni-days .eyes {
    margin-top: auto;
    display: block;
    right: 0;
    text-align: center;
    bottom: 0;
    left: 0; }
  @media (min-width: 769px) {
    .uni-days .eyes {
      position: absolute; } }
  @media (max-width: 768px) {
    .uni-days .eyes {
      margin-top: 20px; } }
  .uni-days .eyes .eye {
    width: 40px;
    height: 40px;
    border-width: 6px; }
  .uni-days .eyes .eye:after {
    width: 12px;
    height: 12px;
    bottom: 17px;
    right: 7px; }
  .uni-days .eyes .eye:last-child {
    margin-left: -16px; }

#jobs .jobs .breads {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 120px;
  max-width: 1060px;
  padding: 0 30px; }
  #jobs .jobs .breads .breadcrumb-inner {
    min-width: 100%; }
  #jobs .jobs .breads .breadcrumb-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    min-width: 100%; }
    #jobs .jobs .breads .breadcrumb-inner a {
      color: white; }
  #jobs .jobs .section_one, #jobs .jobs .section_two {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh; }
  @media (max-width: 768px) {
      #jobs .jobs .section_one, #jobs .jobs .section_two {
        height: 70vw;
        margin-top: 64px; } }
  #jobs .jobs .section_one img, #jobs .jobs .section_two img {
    width: 100%; }
  #jobs .jobs .section_one img {
    margin-top: -200px; }
  #jobs .jobs .section_two {
    position: relative; }
  #jobs .jobs .section_two .job-info {
    position: absolute;
    left: 150px;
    top: 30%; }
    #jobs .jobs .section_two .job-info:before {
      content: "";
      height: 3px;
      display: block;
      position: absolute;
      left: -150px;
      top: 25px;
      width: 95px;
      background: #000; }
    #jobs .jobs .section_two .job-info h3 {
      font-size: 50px;
      font-weight: 500;
      letter-spacing: 0.2px; }
    #jobs .jobs .section_two .job-info p {
      max-width: 360px;
      font-size: 12px;
      font-weight: 300;
      padding-top: 25px;
      border-top: 1px solid;
      margin-top: 20px; }
    #jobs .jobs .section_two .job-info .find-out-more {
      background: transparent;
      margin-top: 20px; }
  #jobs .jobs .section_three {
    max-width: 1000px;
    margin: auto;
    margin-top: 100px; }
  #jobs .jobs .section_three .job_description {
    width: 100%;
    display: inline-block;
    padding: 50px;
    margin: 0 0 20px 0;
    border: 1px solid #b4bec7;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      #jobs .jobs .section_three .job_description {
        width: 45.5%;
        margin: 0 2% 100px 2%; } }
    #jobs .jobs .section_three .job_description .date, #jobs .jobs .section_three .job_description .job_spec {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.13px; }
    #jobs .jobs .section_three .job_description .job_spec {
      min-height: 70px;
      max-width: 280px; }
    #jobs .jobs .section_three .job_description .job_title {
      font-size: 50px;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.2px;
      margin: 20px 0; }
    #jobs .jobs .section_three .job_description .btn {
      margin-top: 20px; }

.job-spec-page .article-main .article-content .article-flex > div:first-child {
  width: 50%; }
  @media (max-width: 768px) {
            .job-spec-page .article-main .article-content .article-flex > div:first-child {
              width: 100%; } }
  .job-spec-page .article-main .article-content .article-flex > div.article-content-main {
    width: 50%; }
  @media (max-width: 768px) {
            .job-spec-page .article-main .article-content .article-flex > div.article-content-main {
              width: 100%; } }

.social-side {
  position: fixed;
  bottom: 0;
  right: 50px; }
  .social-side:after {
    content: "";
    width: 1px;
    height: 70px;
    display: block;
    background: #fff; }
  .social-side .fade-area {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 18px; }
  .social-side .fade-area > div {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    width: 100px;
    letter-spacing: 2.5px;
    -webkit-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -moz-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -ms-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -o-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    transition: left 0.4s, opacity 0.4s, transform 0.4s;
    cursor: pointer; }
  .social-side .fade-area ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: calc(50% + 25px);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -moz-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -ms-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    -o-transition: left 0.4s, opacity 0.4s, transform 0.4s;
    transition: left 0.4s, opacity 0.4s, transform 0.4s; }
  .social-side .fade-area ul li {
    margin-bottom: 5px; }
  .social-side.opened .fade-area > div {
    left: -25px;
    opacity: 0; }
  .social-side.opened .fade-area ul {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1; }

.main-wrap {
  position: relative;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top; }

.main-wrap--move {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  -moz-transform: scale3d(0.7, 0.7, 1);
  -ms-transform: scale3d(0.7, 0.7, 1);
  -o-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1); }
  .main-wrap--move .btn--search {
    pointer-events: none;
    opacity: 0; }

.search-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  text-align: center;
  visibility: hidden;
  -webkit-transition: visibility 0.5s;
  -moz-transition: visibility 0.5s;
  -ms-transition: visibility 0.5s;
  -o-transition: visibility 0.5s;
  transition: visibility 0.5s; }
  @media (max-width: 768px) {
  .search-overlay {
    overflow-y: scroll; } }
  @media (min-width: 769px) {
  .search-overlay .enforce-width {
    overflow: visible; } }
  .search-overlay > .inner {
    width: 100%; }
  .search-overlay.shown {
    opacity: 1;
    visibility: visible; }
  .search-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.97);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .search-overlay .search__input-wrapper {
    position: relative;
    width: 80%;
    display: inline-block; }
  .search-overlay .search__input-wrapper:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s; }
  .search-overlay .search__input {
    font-family: inherit;
    font-size: 100px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0.05em 0;
    color: #000;
    position: relative;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding: 15px 10px;
    border: none;
    background: transparent;
    width: 100%; }
  @media (max-width: 768px) {
    .search-overlay .search__input {
      font-size: 34px; } }
  .search-overlay .search__input::-webkit-input-placeholder {
    color: #e8e8e8;
    opacity: 0;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  @media (max-width: 768px) {
      .search-overlay .search__input::-webkit-input-placeholder {
        font-size: 34px; } }
  .search-overlay .search__input:-moz-placeholder {
    color: #e8e8e8;
    opacity: 0;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  @media (max-width: 768px) {
      .search-overlay .search__input:-moz-placeholder {
        font-size: 34px; } }
  .search-overlay .search__input::-moz-placeholder {
    color: #e8e8e8;
    opacity: 0;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  @media (max-width: 768px) {
      .search-overlay .search__input::-moz-placeholder {
        font-size: 34px; } }
  .search-overlay .search__input:-ms-input-placeholder {
    color: #e8e8e8;
    opacity: 0;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  @media (max-width: 768px) {
      .search-overlay .search__input:-ms-input-placeholder {
        font-size: 34px; } }
  .search-overlay .search__form {
    margin-top: 5em;
    margin-bottom: 5em;
    width: 100%; }
  .search-overlay .btn--search-close {
    position: absolute;
    top: 30px;
    right: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    display: block; }
  .search-overlay .btn--search-close img {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
    opacity: 0.3; }
  .search-overlay .search__info {
    font-size: 14px;
    font-weight: 300;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    letter-spacing: 1.5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s; }
  .search-overlay .search__related {
    width: 80%;
    text-align: left;
    overflow: visible;
    display: inline-block; }
  .search-overlay .search__related .search__suggestion {
    opacity: 0;
    width: 33.3%;
    position: relative;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -o-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: opacity 0.4s, transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s;
    -ms-transition: opacity 0.4s, transform 0.4s;
    -o-transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    overflow: hidden; }
  @media (max-width: 768px) {
      .search-overlay .search__related .search__suggestion:not(:first-child) {
        display: none; } }
  @media (max-width: 768px) {
      .search-overlay .search__related .search__suggestion {
        width: 100%; } }
  .search-overlay .search__related .search__suggestion .inner {
    position: relative;
    overflow: hidden; }
  .search-overlay .search__related .search__suggestion .inner h3 {
    position: absolute;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.2px;
    top: 20px;
    left: 10px;
    color: #000;
    z-index: 1; }
  .search-overlay .search__related .search__suggestion .inner > div {
    padding-bottom: 60%;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
  @media (max-width: 768px) {
          .search-overlay .search__related .search__suggestion .inner > div {
            padding-bottom: 40%; } }
  .search-overlay .search__related .search__suggestion:hover .inner > div {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .search-overlay.search--open {
    pointer-events: auto;
    visibility: visible; }
  .search-overlay.search--open:before {
    opacity: 1; }
  .search-overlay.search--open .search__input {
    opacity: 1; }
  .search-overlay.search--open .search__input::-webkit-input-placeholder {
    opacity: 1; }
  .search-overlay.search--open .search__input:-moz-placeholder {
    opacity: 1; }
  .search-overlay.search--open .search__input::-moz-placeholder {
    opacity: 1; }
  .search-overlay.search--open .search__input:-ms-input-placeholder {
    opacity: 1; }
  .search-overlay.search--open .search__input-wrapper:after {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  .search-overlay.search--open .btn--search-close {
    opacity: 1; }
  .search-overlay.search--open .search__suggestion {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .search-overlay.search--open .search__suggestion:first-child {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s; }
  .search-overlay.search--open .search__suggestion:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .search-overlay.search--open .search__suggestion:last-child {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s; }
  .search-overlay.search--open .search__info {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.masonry-container .header {
  display: block;
  margin-bottom: 20px;
  line-height: 0; }
  .masonry-container .header img {
    width: 100%; }
  @media (max-width: 768px) {
    .masonry-container .header {
      margin-bottom: 10px; } }
  .masonry-container .masonry-outer {
    overflow: hidden;
    max-width: 100%; }
  .masonry-container .masonry-outer #masonry, .masonry-container .masonry-outer .masonry-inner {
    margin: 0 -10px;
    line-height: 0; }
  @media (max-width: 768px) {
      .masonry-container .masonry-outer #masonry, .masonry-container .masonry-outer .masonry-inner {
        margin: 0 -5px; } }
  .masonry-container .masonry-outer #masonry .masonry-item, .masonry-container .masonry-outer .masonry-inner .masonry-item {
    width: 33.3%;
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;
    display: inline-block; }
  .masonry-container .masonry-outer #masonry .masonry-item a, .masonry-container .masonry-outer .masonry-inner .masonry-item a {
    width: 100%;
    display: block;
    line-height: 0; }
  .masonry-container .masonry-outer #masonry .masonry-item a img, .masonry-container .masonry-outer .masonry-inner .masonry-item a img {
    width: 100%; }
  @media (max-width: 768px) {
        .masonry-container .masonry-outer #masonry .masonry-item, .masonry-container .masonry-outer .masonry-inner .masonry-item {
          width: 50% !important;
          padding: 0 5px;
          margin-bottom: 10px; } }
  @media (max-width: 480px) {
        .masonry-container .masonry-outer #masonry .masonry-item, .masonry-container .masonry-outer .masonry-inner .masonry-item {
          width: 100% !important; } }

.wishlist-popup-container, .general-popup-container {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s; }
  @media (max-width: 768px) {
  .wishlist-popup-container, .general-popup-container {
    padding: 20px; } }
  .wishlist-popup-container.shown, .general-popup-container.shown {
    opacity: 1;
    visibility: visible; }
  .wishlist-popup-container .popup-inner, .general-popup-container .popup-inner {
    background: #fff;
    padding: 50px;
    position: relative;
    max-width: 600px;
    max-height: 100%;
    overflow-y: auto; }
  @media (max-width: 768px) {
    .wishlist-popup-container .popup-inner, .general-popup-container .popup-inner {
      padding: 20px 40px; } }
  @media (max-width: 768px) {
    .wishlist-popup-container .popup-inner, .general-popup-container .popup-inner {
      width: 100%; } }
  .wishlist-popup-container .popup-inner h2, .general-popup-container .popup-inner h2 {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
      .wishlist-popup-container .popup-inner .btn, .general-popup-container .popup-inner .btn {
        margin-bottom: 10px; } }
  .wishlist-popup-container .popup-inner .close-button, .general-popup-container .popup-inner .close-button {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 2px solid #1a1919;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    display: block;
    color: #1a1919; }

.recently-viewed-collection {
  padding: 70px 130px; }
  @media (max-width: 768px) {
  .recently-viewed-collection {
    padding: 40px 25px; } }
  .recently-viewed-collection > header {
    margin-bottom: 30px; }
  .recently-viewed-collection > header h2 {
    font-weight: 600;
    font-size: 16px; }
  .recently-viewed-collection > header .line {
    height: 1px;
    background: #000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 40px; }
  .recently-viewed-collection .product-grid-item {
    width: 25%; }
  @media (max-width: 768px) {
    .recently-viewed-collection .product-grid-item {
      width: 50%; } }

.collection-three__grid {
  position: relative;
  left: -30px;
  width: calc(100% + 60px);
  margin: 60px 0; }
  @media (max-width: 768px) {
    .collection-three__grid {
      width: 100%;
      left: 0;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row !important;
      -moz-flex-direction: row !important;
      -ms-flex-direction: row !important;
      flex-direction: row !important; } }
  @media (max-width: 480px) {
    .collection-three__grid {
      margin: 15px 0 30px; } }
  .collection-three__grid .col-grid-item {
    padding: 0 !important;
    margin: 0 !important; }
  .collection-three__product {
    position: relative;
    display: block; }
  .collection-three__product.extend-2 {
    width: calc(100% / 3 * 2); }
  .collection-three__product.extend-3 {
    width: 100%; }
  .collection-three__product.add-hover:hover .collection-three__image {
    -webkit-transform: rotate(180deg) rotateY(180deg);
    -moz-transform: rotate(180deg) rotateY(180deg);
    -ms-transform: rotate(180deg) rotateY(180deg);
    -o-transform: rotate(180deg) rotateY(180deg);
    transform: rotate(180deg) rotateY(180deg); }
  @media (max-width: 768px) {
    .collection-three__product {
      width: 50% !important; } }
  .collection-three__image {
    position: relative;
    z-index: 1;
    height: 100%; }
  @media (max-width: 768px) {
    .collection-three__image {
      height: 65vw; } }
  .collection-three__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  .collection-three .image-link {
    display: block;
    width: calc(100vw / 3) !important;
    height: 50vw; }
  @media (max-width: 768px) {
    .collection-three .image-link {
      width: 50vw !important;
      height: 65vw; } }
  .collection-three__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 3; }
  @media (max-width: 768px) {
    .collection-three__text {
      position: relative;
      top: 0;
      left: 0;
      padding: 27px 15px;
      display: block; } }
  .collection-three__text .h5 {
    margin-bottom: 10px;
    font-size: 12px; }
  @media (max-width: 480px) {
      .collection-three__text .h5 {
        font-size: 9px; } }
  @media (max-width: 480px) {
      .collection-three__text .product-prices {
        font-size: 10px; } }
  .collection-three__header {
    height: 500px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  @media (max-width: 768px) {
    .collection-three__header {
      height: 350px; } }
  @media (max-width: 480px) {
    .collection-three__header {
      height: 250px; } }
  .collection-three__header-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .collection-three__header h1 {
    z-index: 1;
    color: white;
    font-weight: bold; }
  @media (max-width: 480px) {
      .collection-three__header h1 {
        font-size: 40px; } }
  .collection-three__header img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover; }

.with-header .breadcrumb-inner {
  border-bottom: none; }

.with-header h2 {
  display: none; }

.nosto-most-popular #frontpage-nosto-2 {
  max-width: 100%; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-header, .nosto-most-popular #frontpage-nosto-2 .nosto-product-brand, .nosto-most-popular #frontpage-nosto-2 .nosto-ribbon {
    display: none !important; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-block {
    padding: 0 !important; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-list, .nosto-most-popular #frontpage-nosto-2 .nosto-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 768px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-list {
          display: block; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-first-product, .nosto-most-popular #frontpage-nosto-2 .nosto-products {
    width: 50%; }
  @media (max-width: 768px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-first-product, .nosto-most-popular #frontpage-nosto-2 .nosto-products {
          width: 100%; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-list-item {
    margin: 0 !important;
    width: 100%;
    position: relative;
    height: 500px;
    border: none !important; }
  @media (max-width: 1200px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-list-item {
          height: 300px; } }
  @media (max-width: 768px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-list-item {
          height: 60vw; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-first-product .nosto-list-item {
    height: 1000px; }
  @media (max-width: 1200px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-first-product .nosto-list-item {
          height: 600px; } }
  @media (max-width: 768px) {
        .nosto-most-popular #frontpage-nosto-2 .nosto-first-product .nosto-list-item {
          height: 100vw; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-product-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin: 0;
    opacity: 0;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    padding: 30px; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-product-info:hover {
    opacity: 1; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-product-info a, .nosto-most-popular #frontpage-nosto-2 .nosto-product-info span {
    display: block;
    color: white;
    text-transform: none;
    font-size: 18px; }
  @media (max-width: 480px) {
          .nosto-most-popular #frontpage-nosto-2 .nosto-product-info a, .nosto-most-popular #frontpage-nosto-2 .nosto-product-info span {
            font-size: 16px; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-product-info .nosto-product-price span {
    font-size: 16px; }
  @media (max-width: 480px) {
          .nosto-most-popular #frontpage-nosto-2 .nosto-product-info .nosto-product-price span {
            font-size: 14px; } }
  .nosto-most-popular #frontpage-nosto-2 .nosto-products {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .nosto-most-popular #frontpage-nosto-2 .nosto-products .nosto-list-item {
    width: 50%; }

.foursixty-section {
  padding: 0 120px 60px; }
  @media (max-width: 1024px) {
  .foursixty-section {
    padding: 0 60px 30px; } }
  @media (max-width: 480px) {
  .foursixty-section {
    padding: 0 10px; } }

.richtext-outer {
  padding-top: 70px; }
  @media (max-width: 1024px) {
  .richtext-outer {
    padding-top: 10px; } }

.template-cart .nosto-slider {
  padding-bottom: 120px; }
  .nosto-slider .nosto-block {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .nosto-slider .nosto-header {
    padding-bottom: 60px !important; }
  .template-product .nosto-slider .nosto-header {
    padding-top: 120px !important; }
  @media (max-width: 480px) {
      .template-product .nosto-slider .nosto-header {
        padding-top: 60px !important; } }
  .nosto-slider .slick-arrow {
    z-index: 10;
    color: #000;
    padding: 40px 20px;
    box-sizing: content-box;
    z-index: 1;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat; }
  .nosto-slider .slick-arrow::before {
    content: none; }
  .nosto-slider .slick-arrow.slick-next {
    right: 10px;
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/right-arrow.svg?7812258097343854905);
    background-size: 10px 18px; }
  .nosto-slider .slick-arrow.slick-prev {
    left: 10px;
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/left-arrow.svg?7812258097343854905);
    background-size: 10px 18px; }
  .nosto-slider .nosto-selector-wrapper {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .nosto-slider .nosto-selector-wrapper .btn {
    margin-left: auto; }
  .nosto-slider .nosto-selector-wrapper select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none; }

.nosto-slider-container .slick-list {
  min-width: 100% !important; }
  .template-cart .nosto-slider-container .nosto-list-item .btn:not(:hover) span {
    color: white !important; }
  .nosto-slider-container .nosto-product-brand, .nosto-slider-container .nosto-ribbon {
    display: none !important; }
  .nosto-slider-container .nosto-cart-btn {
    position: absolute;
    bottom: 0; }
  .nosto-slider-container .nosto-cart-btn:not(:hover) span {
    color: white !important; }
  .nosto-slider-container .nosto-list-item {
    border: none !important;
    margin: 0 !important; }
  .nosto-slider-container .nosto-image-container {
    height: 33vw !important; }
  @media (max-width: 1300px) {
      .nosto-slider-container .nosto-image-container {
        height: 50vw !important; } }
  @media (max-width: 768px) {
      .nosto-slider-container .nosto-image-container {
        height: 73vw !important; } }
  .nosto-slider-container .nosto-product-info {
    margin-top: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    margin: 0 !important;
    opacity: 0;
    padding: 30px; }
  .nosto-slider-container .nosto-product-info:hover {
    opacity: 1; }
  .nosto-slider-container .nosto-product-info a, .nosto-slider-container .nosto-product-info span {
    display: block;
    color: white !important;
    text-transform: none;
    font-size: 18px; }
  @media (max-width: 480px) {
        .nosto-slider-container .nosto-product-info a, .nosto-slider-container .nosto-product-info span {
          font-size: 16px; } }
  .nosto-slider-container .nosto-product-info .nosto-product-price span {
    font-size: 16px; }
  @media (max-width: 480px) {
        .nosto-slider-container .nosto-product-info .nosto-product-price span {
          font-size: 14px; } }

.extend-main {
  width: 100vw;
  position: relative;
  left: calc(-100vw - 1300px / 2); }

@media (max-width: 510px) {
  #productpage-nosto-1 .nosto-list-item:nth-child(n+5) {
    display: block !important; } }

.col-grid-item {
  margin-bottom: 40px;
  position: relative;
  padding: 0 20px;
  overflow: hidden; }
  @media (max-width: 768px) {
  .col-grid-item {
    width: 50%; } }
  @media (max-width: 767px) {
  .col-grid-item {
    width: 100%; } }
  .col-grid-item.larger {
    width: 50%; }

.product-grid-item {
  display: inline-block;
  padding: 0 20px;
  width: 33.3%;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden; }
  .product-grid-item.larger {
    width: 50%; }
  .quarter .product-grid-item {
    width: 25%; }
  @media (max-width: 768px) {
    .quarter .product-grid-item {
      width: 50%; } }
  .quarter .product-grid-item .product-bottom a {
    font-size: 12px; }
  body:not(.template-collection):not(.template-search) .product-grid-item .product-bottom .h5 {
    white-space: normal; }
  body:not(.template-collection):not(.template-search) .product-grid-item .product-bottom a {
    font-size: 12px !important;
    font-weight: 400; }
  body:not(.template-collection):not(.template-search) .product-grid-item .product-bottom .money {
    font-size: 12px; }
  .product-slider .product-grid-item, .product-tab-slick .product-grid-item {
    margin-bottom: 0; }
  @media (max-width: 768px) {
  .product-grid-item {
    width: 50%;
    padding: 0 6px;
    margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .collection-grid .product-grid-item {
      width: 100%; } }
  .product-grid-item .slick-arrow {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (min-width: 769px) {
    .product-grid-item .slick-arrow {
      opacity: 0;
      visibility: hidden; } }
  .product-grid-item .product-image {
    position: relative;
    display: block; }
  .product-grid-item .product-image .product-bg {
    background-size: cover;
    background-position: 54% 50%;
    padding-bottom: 150%;
    height: 0;
    position: relative;
    overflow: hidden; }
  .product-grid-item .product-image .product-bg .lazy-placeholder {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 54% 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px); }
  .product-grid-item .product-image .product-bg .lazy-placeholder.faded {
    opacity: 0; }
  .product-grid-item .product-image a {
    display: block; }
  .product-grid-item .product-image img {
    width: 100%;
    text-indent: -9999px;
    display: none; }
  .product-grid-item .product-image .product-badges img {
    display: block; }
  .product-grid-item .product-image > .added-to-bag {
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .product-grid-item .product-image > .added-to-bag.shown {
    opacity: 1;
    visibility: visible; }
  .product-grid-item .product-image .quick-buy {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 9px;
    width: 100%;
    z-index: 3;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .product-grid-item .product-image .quick-buy .selectric {
    border-right: none; }
  .product-grid-item .product-image .quick-buy.shown {
    opacity: 1;
    visibility: visible; }
  .product-grid-item .product-image .quick-buy button svg {
    width: 23px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .product-grid-item .product-image .quick-buy button svg > g > g {
    -webkit-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: fill 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .product-grid-item .product-image .quick-buy button:after {
    display: none; }
  .product-grid-item .product-image .quick-buy button:hover svg > g > g {
    fill: #000; }
  .popout-cart .product-grid-item .product-image .quick-buy, .dont-miss-out .product-grid-item .product-image .quick-buy {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .popout-cart .product-grid-item .product-image .quick-buy .selector-wrapper, .dont-miss-out .product-grid-item .product-image .quick-buy .selector-wrapper {
    max-width: none; }
  .popout-cart .product-grid-item .product-image .quick-buy .selector-wrapper .selectric-wrapper, .dont-miss-out .product-grid-item .product-image .quick-buy .selector-wrapper .selectric-wrapper {
    max-width: none; }
  .popout-cart .product-grid-item .product-image .quick-buy .selectric, .dont-miss-out .product-grid-item .product-image .quick-buy .selectric {
    border-right: 1px solid #000; }
  .popout-cart .product-grid-item .product-image .quick-buy > *, .dont-miss-out .product-grid-item .product-image .quick-buy > * {
    width: 100%; }
  .popout-cart .product-grid-item .product-image .quick-buy .btn, .dont-miss-out .product-grid-item .product-image .quick-buy .btn {
    width: 100%; }
  .popout-cart .product-grid-item .product-image .quick-buy .btn span, .dont-miss-out .product-grid-item .product-image .quick-buy .btn span {
    letter-spacing: 1px;
    font-size: 12px; }
  .product-grid-item .product-image .product-functions {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    width: 100%;
    z-index: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 768px) {
      .product-grid-item .product-image .product-functions {
        padding: 10px; } }
  .product-grid-item .product-image .product-functions.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .product-grid-item .product-image .product-functions div[data-app="eastsideco_wishlist"], .product-grid-item .product-image .product-functions .wishlist-heart {
    height: 17px; }
  .product-grid-item .product-image .product-functions div[data-app="eastsideco_wishlist"] .esc-btn-icon, .product-grid-item .product-image .product-functions .wishlist-heart .esc-btn-icon {
    width: 19px !important; }
  .product-grid-item .product-image .product-functions a {
    font-size: 20px; }
  .product-grid-item .product-image .product-functions a img {
    width: 23px;
    height: 15px;
    display: block; }
  .product-grid-item .product-image .product-functions a i {
    font-size: 20px; }
  .product-grid-item.larger {
    width: 50%; }
  .product-grid-item.larger .slick-arrow {
    opacity: 1;
    visibility: visible; }
  .product-grid-item.larger .product-image .product-bg {
    padding-bottom: 70%; }
  @media (max-width: 768px) {
        .product-grid-item.larger .product-image .product-bg {
          padding-bottom: 150%; } }
  .product-grid-item .product-bottom {
    padding: 20px 0; }
  .product-grid-item .product-bottom .h5 {
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: none;
    font-size: 14px; }
  .product-grid-item .product-bottom .h5 a {
    text-transform: none;
    font-weight: 500;
    font-size: inherit; }
  .product-grid-item .product-bottom .product-prices > * {
    font-size: 14px;
    font-weight: 300; }
  .product-grid-item .product-bottom .product-prices > * strong {
    font-weight: 400; }
  .product-grid-item .product-bottom .product-prices > *.strikethrough {
    text-decoration: line-through; }
  .product-grid-item .product-bottom .product-prices .money {
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .product-grid-item .product-bottom .product-prices .money[data-vat-added="true"], .product-grid-item .product-bottom .product-prices .money[data-currency-usd], .product-grid-item .product-bottom .product-prices .money[data-currency-eur], .product-grid-item .product-bottom .product-prices .money[data-currency-aud], .product-grid-item .product-bottom .product-prices .money[data-currency-jpy] {
    opacity: 1; }
  .product-grid-item:hover .product-functions:not(.hidden) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  .product-grid-item:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }

.text-grid-item {
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
  .text-grid-item {
    width: 100%; } }
  .text-grid-item .inner {
    width: 100%;
    padding-bottom: 150%;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .text-grid-item .inner .abs-url {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 769px) {
    .text-grid-item .inner {
      height: 100%; } }
  .text-grid-item .inner > div {
    max-width: 300px;
    position: absolute;
    width: 100%;
    padding: 0 35px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .text-grid-item .inner > div h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 500; }
  .text-grid-item .inner > div h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 25px; }

.block-images-text {
  overflow: visible;
  margin-bottom: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 40px 50px; }
  @media (max-width: 768px) {
  .block-images-text {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px; } }
  .block-images-text .left-area {
    width: 40%;
    position: relative; }
  @media (max-width: 768px) {
    .block-images-text .left-area {
      width: 100%; } }
  .block-images-text .left-area:before {
    content: "";
    position: absolute;
    right: -35px;
    top: 35px;
    width: 150px;
    height: 300px;
    background: transparent;
    border: 5px solid #f85d6f;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
      .block-images-text .left-area:before {
        display: none; } }
  .block-images-text .left-area:after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    width: 300px;
    height: 150px;
    background: transparent;
    border: 5px solid #f0d026;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 768px) {
      .block-images-text .left-area:after {
        display: none; } }
  .block-images-text .left-area img {
    width: 100%; }
  .block-images-text .left-area img:last-child {
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 1; }
  @media (max-width: 768px) {
        .block-images-text .left-area img:last-child {
          position: static;
          margin-top: 30px; } }
  .block-images-text .right-area {
    width: 60%;
    padding-left: 80px; }
  @media (max-width: 768px) {
    .block-images-text .right-area {
      width: 100%;
      padding-left: 0;
      margin-top: 30px; } }
  .block-images-text .right-area .squiggle {
    padding: 10px 20px; }
  .block-images-text .right-area .squiggle img {
    max-width: 100px; }
  .block-images-text .right-area .para-area {
    padding-left: 150px; }
  @media (max-width: 768px) {
      .block-images-text .right-area .para-area {
        padding-left: 0; } }
  .block-images-text .right-area .para-area .line-top {
    border-top: 2px solid #000;
    padding-top: 20px;
    margin-top: 15px; }
  .block-images-text .right-area .para-area .line-top p {
    font-size: 13px;
    font-weight: 300; }
  .block-images-text .right-area h2 {
    font-size: 50px;
    font-weight: 500;
    text-align: right; }
  @media (max-width: 768px) {
      .block-images-text .right-area h2 {
        text-align: left; } }
  .block-images-text .right-area a {
    margin-top: 20px;
    display: block; }

@media (max-width: 768px) {
    .block-single-small-image {
      display: none; } }

.featured-article {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
  .featured-article {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 20px; } }
  .featured-article .left-area {
    width: 40%;
    -webkit-transform: translateX(170px);
    -moz-transform: translateX(170px);
    -ms-transform: translateX(170px);
    -o-transform: translateX(170px);
    transform: translateX(170px); }
  @media (max-width: 768px) {
    .featured-article .left-area {
      width: 100%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      margin-bottom: 30px; } }
  .featured-article .left-area img {
    display: block;
    margin-bottom: 35px;
    opacity: 0.5; }
  .featured-article .left-area time {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 25px;
    display: block; }
  .featured-article .left-area h2 {
    margin-bottom: 35px;
    font-size: 50px; }
  .featured-article .left-area h2 a {
    font-size: inherit;
    font-weight: inherit; }
  .featured-article .right-area {
    width: 60%; }
  @media (max-width: 768px) {
    .featured-article .right-area {
      width: 100%; } }
  .featured-article .right-area img {
    width: 100%; }

.our-studio .studio-image {
  position: relative;
  margin-bottom: 130px; }
  @media (max-width: 768px) {
    .our-studio .studio-image {
      margin-bottom: 80px; } }
  .our-studio .studio-image.small {
    max-width: 400px; }
  .our-studio .studio-image.caption-right {
    padding-right: 40px; }
  .our-studio .studio-image.caption-left {
    padding-left: 40px; }
  .our-studio .studio-image .image-number {
    font-size: 50px;
    color: #e5e5e5;
    letter-spacing: 3px;
    position: absolute;
    top: -24px;
    right: -20px;
    font-weight: 500;
    z-index: 1; }
  .our-studio .studio-image img {
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .our-studio .studio-image h2, .our-studio .studio-image h3 {
    font-size: 30px;
    margin-top: 20px; }
  .our-studio .studio-image .side-text {
    position: absolute;
    left: 10px;
    font-weight: 500;
    top: 0;
    letter-spacing: 0.1px;
    font-size: 15px;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left; }
  .our-studio .studio-image .side-text span {
    color: #898989; }
  .our-studio .studio-image.caption-right .side-text {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    -o-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right; }
  .our-studio .studio-image.caption-right .image-number {
    right: auto;
    left: -20px; }
  .our-studio .left-col, .our-studio .right-col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .our-studio .left-col {
    width: calc(50% - 140px); }
  @media (max-width: 768px) {
    .our-studio .left-col {
      width: 100%; } }
  .our-studio .left-col .studio-image {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .our-studio .right-col {
    width: 50%; }
  @media (max-width: 768px) {
    .our-studio .right-col {
      display: none; } }
  .our-studio .right-col .main-title {
    position: relative;
    text-align: right;
    padding: 130px 0;
    margin-bottom: 70px; }
  .our-studio .right-col .main-title h2 {
    background: #fff;
    padding-left: 50px;
    display: inline-block;
    font-size: 50px;
    position: relative; }
  .our-studio .right-col .main-title:before {
    content: "";
    position: absolute;
    height: 2px;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: #000; }
  .our-studio .right-col .studio-images-area {
    padding-left: 140px; }
  @media (max-width: 768px) {
      .our-studio .right-col .studio-images-area {
        padding-left: 0; } }
  .our-studio .studio-images-area {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .our-studio .text-area {
    border-top: 2px solid #000;
    max-width: 250px;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media (max-width: 768px) {
    .our-studio .text-area {
      max-width: 100%; } }
  .our-studio .text-area p {
    padding: 20px 0 30px 0; }

.bordered-slider .slick {
  border: 35px solid #fff; }
  .bordered-slider .slick-slide > img {
    width: 100%; }
  .bordered-slider .inner {
    height: 0;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .bordered-slider .slick-next, .bordered-slider .slick-prev {
    display: block;
    position: absolute;
    width: 40px;
    text-align: center;
    height: 40px;
    bottom: -70px;
    left: auto;
    right: 0;
    top: auto;
    z-index: 1;
    background: #fff;
    border: 1px solid #f0d026; }
  .bordered-slider .slick-next:before, .bordered-slider .slick-prev:before {
    display: none; }
  .bordered-slider .slick-next img, .bordered-slider .slick-prev img {
    width: 9px;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .bordered-slider .slick-next:hover img, .bordered-slider .slick-prev:hover img {
    opacity: 1; }
  .bordered-slider .slick-prev {
    right: 55px; }

@media (max-width: 768px) {
    .slider-section {
      margin-bottom: 50px; } }
  .slider-section .image-slider {
    width: 40%; }
  @media (max-width: 768px) {
    .slider-section .image-slider {
      width: 100%;
      margin-bottom: 50px; } }
  .slider-section .text-section {
    width: 60%; }
  @media (max-width: 768px) {
    .slider-section .text-section {
      width: 100%; } }
  .slider-section .text-section h2 {
    font-size: 50px;
    margin-bottom: 50px; }
  @media (max-width: 768px) {
      .slider-section .text-section h2 {
        font-size: 36px;
        margin-bottom: 30px; } }
  .slider-section .text-section p {
    border-top: 2px solid #000;
    padding: 20px 0 25px 0; }
  @media (max-width: 768px) {
      .slider-section .text-section p {
        border: none;
        padding: 0;
        margin-bottom: 20px; } }

.mobile-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  overflow-y: scroll;
  background: #fff;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -moz-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -ms-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -o-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  opacity: 0; }
  .mobile-navigation.open {
    top: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .mobile-navigation .top-black-area {
    background: #000;
    text-align: center;
    -webkit-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    overflow: hidden; }
  .mobile-navigation .top-black-area ul {
    padding: 50px 30px; }
  .mobile-navigation .top-black-area ul li {
    margin-bottom: 30px;
    font-size: 10px;
    font-weight: 300;
    color: #fff; }
  .mobile-navigation .top-black-area ul li:last-child {
    margin-bottom: 0; }
  .mobile-navigation .top-black-area ul li a {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: none; }
  .mobile-navigation .menu-area {
    margin-bottom: 60px;
    position: relative;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .mobile-navigation .menu-area ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile-navigation .menu-area ul li.top a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase; }
  .mobile-navigation .menu-area ul li a {
    padding: 15px 30px;
    text-transform: none;
    font-size: 16px; }
  .mobile-navigation .menu-area ul li a:not(.flex) {
    display: block; }
  .mobile-navigation .menu-area ul li a .minus {
    display: none; }
  .mobile-navigation .menu-area ul li a.open .plus {
    display: none; }
  .mobile-navigation .menu-area ul li a.open .minus {
    display: block; }
  .mobile-navigation .menu-area ul li ul {
    height: 0;
    overflow: hidden;
    padding-left: 10px;
    -webkit-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  .mobile-navigation .menu-area ul.sub-menu {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .mobile-navigation .menu-area ul.sub-menu .go-back > * {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .mobile-navigation .menu-area ul.sub-menu li {
    border-bottom: none; }
  .mobile-navigation .menu-area nav {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .mobile-navigation .menu-area .hidden-nav {
    opacity: 0;
    visibility: hidden; }
  .mobile-navigation .bottom-area {
    overflow: hidden; }
  .mobile-navigation .bottom-area .copyright-area {
    border-top: 1px solid #000;
    padding: 20px 0;
    margin: 25px; }
  .mobile-navigation .bottom-area .copyright-area small {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 10px; }
  .mobile-navigation .bottom-area .copyright-area small a {
    font-size: inherit; }

.block-video-embed {
  margin-bottom: 85px; }
  @media (max-width: 768px) {
  .block-video-embed {
    margin-bottom: 20px; } }
  .block-video-embed .eyes, .block-video-embed .title {
    padding: 0 70px; }
  @media (max-width: 768px) {
    .block-video-embed .eyes, .block-video-embed .title {
      text-align: center;
      padding: 0; } }
  .block-video-embed .title h2 {
    font-size: 46px; }
  @media (max-width: 768px) {
      .block-video-embed .title h2 {
        font-size: 36px; } }
  .block-video-embed .title h2 a {
    font-size: inherit;
    font-weight: inherit; }
  .block-video-embed .title .squiggle {
    padding: 0; }
  @media (max-width: 768px) {
      .block-video-embed .title .squiggle {
        display: none; } }
  .block-video-embed .title .squiggle img {
    width: 100px; }
  .block-video-embed .eyes {
    margin-bottom: 10px; }
  .block-video-embed .eyes .eye {
    width: 40px;
    height: 40px;
    border-width: 6px; }
  .block-video-embed .eyes .eye:after {
    width: 12px;
    height: 12px;
    bottom: 17px;
    right: 7px; }
  .block-video-embed .eyes .eye:last-child {
    margin-left: -16px; }
  .block-video-embed .video {
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .block-video-embed .video {
      padding: 0; } }

.block-article-slider {
  margin-bottom: 100px; }
  @media (max-width: 768px) {
  .block-article-slider {
    padding: 0 20px;
    margin-bottom: 50px; } }
  .block-article-slider .top-section {
    position: relative;
    padding: 30px 165px 0 165px; }
  @media (max-width: 768px) {
    .block-article-slider .top-section {
      padding: 0; } }
  .block-article-slider .top-section .counter {
    position: absolute;
    bottom: 60px;
    left: 165px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 30px;
    font-size: 20px;
    color: #898989;
    font-weight: 500;
    letter-spacing: 0.3px; }
  @media (max-width: 768px) {
      .block-article-slider .top-section .counter {
        display: none; } }
  .block-article-slider .top-section .counter span {
    margin: 0 5px; }
  .block-article-slider .top-section .counter span.current {
    font-weight: 700;
    font-size: 30px;
    color: #000;
    font-style: italic; }
  .block-article-slider .top-section .inner {
    position: relative; }
  .block-article-slider .top-section .inner .border {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    border: 1px solid #000; }
  .block-article-slider .top-section .inner .top-slick {
    margin-bottom: 50px;
    position: relative;
    z-index: 1; }
  .block-article-slider .top-section .inner .top-slick .bg-area {
    padding-bottom: 60%;
    height: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
  .block-article-slider .top-section .inner .top-slick .slick-dots {
    left: 0;
    bottom: -35px; }
  .block-article-slider .top-section .inner .top-slick .slick-dots li {
    margin: 0 1px; }
  .block-article-slider .top-section .inner .top-slick .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid transparent; }
    .block-article-slider .top-section .inner .top-slick .slick-dots li button:before {
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #f85d6f;
      position: absolute; }
  .block-article-slider .top-section .inner .top-slick .slick-dots li.slick-active button {
    border-color: #f85d6f; }
  .block-article-slider .bottom-section {
    padding: 30px 0; }
  @media (max-width: 768px) {
    .block-article-slider .bottom-section {
      padding: 15px 0; } }
  .block-article-slider .bottom-section .line-left {
    margin-bottom: 40px;
    padding-left: 150px; }
  @media (max-width: 768px) {
      .block-article-slider .bottom-section .line-left {
        padding-left: 0;
        margin-bottom: 25px; } }
  .block-article-slider .bottom-section .line-left:before {
    height: 2px;
    width: 50%; }
  @media (max-width: 768px) {
        .block-article-slider .bottom-section .line-left:before {
          display: none; } }
  .block-article-slider .bottom-section .line-left h2 {
    background: #fff;
    position: relative;
    padding: 0 20px; }
  @media (max-width: 768px) {
        .block-article-slider .bottom-section .line-left h2 {
          padding: 0; } }
  .block-article-slider .bottom-section .inner {
    padding-left: 100px; }
  @media (max-width: 768px) {
      .block-article-slider .bottom-section .inner {
        padding: 0; } }
  .block-article-slider .bottom-section .inner .flex p {
    border-top: 2px solid #000;
    padding-top: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 17px; }
  @media (max-width: 768px) {
          .block-article-slider .bottom-section .inner .flex p {
            border-top: none;
            padding: 0;
            margin-bottom: 20px; } }
  .block-article-slider .bottom-section .inner > p {
    margin-top: 30px; }
  .block-article-slider .bottom-section .inner > p time {
    display: block;
    color: #898989; }

.page-sidebar {
  width: 100%;
  max-width: 280px; }
  @media screen and (max-width: 767px) {
  .page-sidebar {
    max-width: unset; } }
  .page-sidebar .sidebar-list #xs-menu-toggle {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/filter.svg?7812258097343854905);
    background-position: right 20px center;
    background-size: 15px 15px;
    background-repeat: no-repeat; }
  .page-sidebar .sidebar-list #xs-menu-toggle.open {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/minus.svg?7812258097343854905); }
  @media screen and (min-width: 768px) {
      .page-sidebar .sidebar-list #xs-menu-toggle {
        display: none; } }
  @media screen and (max-width: 767px) {
      .page-sidebar .sidebar-list .dropdown-body {
        display: none; } }
  .page-sidebar .sidebar-list .sidebar-item {
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #000;
    margin-top: -2px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  @media screen and (max-width: 767px) {
      .page-sidebar .sidebar-list .sidebar-item {
        border-left: 0;
        border-right: 0; } }
  .page-sidebar .sidebar-list .sidebar-item:hover {
    background: #f7cbd4; }
  .page-sidebar .sidebar-list .sidebar-item.link-active {
    background: #f7cbd4; }
  .page-sidebar .sidebar-list .sidebar-item .menu-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .page-sidebar .sidebar-list .sidebar-item .menu-icon img {
    width: 35px; }
  .page-sidebar .sidebar-list .sidebar-item .link {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 20px; }
  .page-sidebar .sidebar-list .sidebar-item .sidebar-link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; }

.popout-cart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 1;
  visibility: visible; }
  .popout-cart.hidden {
    opacity: 0;
    visibility: hidden; }
  .popout-cart.hidden .popout-cart-bg {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .popout-cart .empty-inside {
    margin-top: 20px; }
  .popout-cart .popout-cart-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0;
    background: #fff;
    width: 440px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    max-height: 100vh;
    height: 100%;
    border-left: 1px solid #000;
    overflow-y: scroll; }
  .popout-cart .popout-cart-bg::-webkit-scrollbar {
    /* remove scrollbar space */
    width: 0px;
    /* optional: just make scrollbar invisible */
    background: transparent; }
  @media (max-width: 768px) {
    .popout-cart .popout-cart-bg {
      width: 100%; } }
  .popout-cart .popout-cart-bg p {
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0;
    letter-spacing: 1.7px; }
  .popout-cart .popout-cart-bg .cart-header {
    border-bottom: 1px solid #000;
    padding: 20px 0; }
  .popout-cart .popout-cart-bg .cart-header h2 {
    font-size: 14px;
    font-weight: 300; }
  .popout-cart .popout-cart-bg .cart-header .close-cart {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .popout-cart .popout-cart-bg .cart-items .cart-item {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    border-bottom: 1px solid #000; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-image {
    width: 125px; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-image div {
    height: 0;
    padding-bottom: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 35px; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .h5 {
    margin-bottom: 15px;
    font-size: 13px;
    max-width: 200px;
    font-weight: 300;
    text-transform: none; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info p {
    margin-top: 0; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info small {
    font-style: italic;
    font-size: 10px; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .price {
    margin-bottom: 0; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .selectric .label {
    height: 30px;
    line-height: 30px;
    margin: 0 33px 0 10px; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .price {
    font-weight: 400; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money {
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money[data-vat-added="true"], .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money[data-currency-usd], .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money[data-currency-eur], .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money[data-currency-aud], .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .money[data-currency-jpy] {
    opacity: 1; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .flex-grid > * {
    width: 33.3%; }
  .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .nice-select, .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .product-page .product-main [data-app="eastsideco_wishlist"] .esc-select-wishlist, .product-page .product-main [data-app="eastsideco_wishlist"] .popout-cart .popout-cart-bg .cart-items .cart-item .cart-item-info .esc-select-wishlist {
    padding: 8px 28px 8px 9px;
    background-position: right 13px center; }
  .popout-cart .popout-cart-bg .cart-bottom {
    padding-top: 0;
    text-align: center; }
  .popout-cart .popout-cart-bg .cart-bottom .cart-totals {
    border-bottom: 1px solid #000;
    padding: 20px 0;
    margin-bottom: 20px; }
  .popout-cart .popout-cart-bg .cart-bottom .cart-totals p {
    font-weight: 500;
    margin: 0; }
  .popout-cart .popout-cart-bg .cart-bottom a:not(.btn) {
    margin-bottom: 20px;
    text-decoration: underline;
    text-transform: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 300; }
  .popout-cart .popout-cart-bg .cart-bottom .btn {
    padding: 15px 50px 15px 15px;
    display: block; }
  @media (max-width: 768px) {
        .popout-cart .popout-cart-bg .cart-bottom .btn {
          margin-bottom: 10px; } }
  .popout-cart .popout-cart-bg .cart-bottom .btn span {
    font-size: 12px;
    letter-spacing: 1px; }
  .popout-cart .popout-cart-bg .promo {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 30px 0;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 9px;
    font-weight: 600;
    text-align: center; }
  .popout-cart .popout-cart-bg .dont-miss-out h3 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px; }
  .popout-cart .popout-cart-bg .dont-miss-out .product-grid-item {
    width: 50%; }
  .popout-cart .popout-cart-bg .dont-miss-out .product-grid-item .h5 {
    margin-bottom: 0; }
  .popout-cart .popout-cart-bg .cart-padded {
    padding-left: 40px !important;
    padding-right: 40px !important; }

.support-header {
  background: #000;
  min-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .support-header .container {
    width: 100%;
    padding: 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media screen and (min-width: 430px) and (max-width: 768px) {
    .support-header .container {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 736px) and (max-width: 1024px) {
    .support-header .container {
      width: 55%; } }
  @media screen and (min-width: 1024px) {
    .support-header .container {
      width: 400px; } }
  .support-header .container .support-search__input {
    width: calc(100% - 20px);
    height: 60px;
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .support-header .container .support-search__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
    padding-right: 20px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .support-header .container .support-search__input:-moz-placeholder {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
    padding-right: 20px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .support-header .container .support-search__input::-moz-placeholder {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
    padding-right: 20px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .support-header .container .support-search__input:-ms-input-placeholder {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-align: left;
    padding-right: 20px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
  .support-header .container .support-search__input:focus {
    color: #fff; }
  .support-header .container .support-search__input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .support-header .container .support-search__input:focus:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .support-header .container .support-search__input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .support-header .container .support-search__input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .support-header .container .chat-status {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 10px; }
  .support-header .container .chat-status.chat-status--online {
    background: #7d7; }
  .support-header .container .chat-status.chat-status--away {
    background: #fdfd96; }
  .support-header .container .chat-status.chat-status--offline {
    background: #b47d76; }
  .support-header .container .chat-status:hover > .status-msg {
    visibility: visible;
    opacity: 1; }
  .support-header .container .chat-status .status-msg {
    position: absolute;
    background: #fff;
    width: auto;
    top: -35px;
    left: 50%;
    white-space: nowrap;
    padding: 5px 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s; }
  .support-header .container .chat-status .status-msg::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px; }
  .support-header .container .msg {
    color: #fff; }

.article-grid-item {
  width: 50%;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
  .article-grid-item {
    width: 100%; } }
  .article-grid-item .article-image-area {
    line-height: 0;
    margin-bottom: 30px;
    margin-bottom: 15px;
    display: block;
    overflow: hidden; }
  .article-grid-item .article-image-area .inner {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .article-grid-item:hover .article-image-area .inner {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .article-grid-item img {
    width: 100%; }
  .article-grid-item .article-bottom h2 {
    font-size: 25px;
    margin-bottom: 15px; }
  .article-grid-item .article-bottom h2 a {
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: 0.2px; }
  .article-grid-item .article-bottom small {
    display: block;
    letter-spacing: 2.5px;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 12px; }
  .article-grid-item .article-bottom p {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px; }
  .landing-richtext .line-behind:after {
    height: 2px; }
  .landing-richtext .cols {
    padding-top: 15px; }
  .landing-richtext .cols .rte, .landing-richtext .cols .rte p {
    font-size: 12px;
    line-height: 1.8; }

.landing-featured-collection .featured-collection-slider {
  padding: 0 70px; }
  @media (max-width: 768px) {
    .landing-featured-collection .featured-collection-slider {
      padding: 0 35px; } }
  .landing-featured-collection .featured-collection-slider > .slick-next, .landing-featured-collection .featured-collection-slider > .slick-prev {
    margin-top: -70px; }
  .landing-featured-collection .featured-collection-slider > .slick-prev {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/left-arrow-long.svg?7812258097343854905);
    background-size: 20px 15px; }
  .landing-featured-collection .featured-collection-slider > .slick-next {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/right-arrow-long.svg?7812258097343854905);
    background-size: 20px 15px; }
  .landing-featured-collection .featured-collection-slider > .slick-disabled {
    opacity: 0;
    visibility: hidden; }

.product-badges {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  padding: 20px;
  width: 100%; }
  @media (max-width: 768px) {
  .product-badges {
    padding: 10px;
    max-width: 75px; } }
  .popout-cart .product-badges {
    padding: 10px;
    max-width: 70px; }
  .product-badges img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    text-indent: 0; }
  .product-badges img.react-to-country {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .product-badges img.react-to-country.country-GB {
    opacity: 1;
    visibility: visible; }

.added-to-cart {
  background: black;
  color: white;
  width: 100%;
  padding: 10px;
  text-align: center;
  z-index: 10;
  height: 35px;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  transform: translateY(-35px); }
  .added-to-cart span {
    padding: 0 5px; }
  @media (min-width: 481px) {
  .added-to-cart {
    display: none; } }
  .added-to-cart.active {
    opacity: 1;
    -webkit-transform: translateY(135px);
    -moz-transform: translateY(135px);
    -ms-transform: translateY(135px);
    -o-transform: translateY(135px);
    transform: translateY(135px); }
  .show-header .added-to-cart.active {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.mega-nav-image {
  width: 200px;
  height: 200px;
  display: block;
  overflow: hidden;
  margin: 0 15px; }
  @media (max-width: 1200px) {
  .mega-nav-image {
    width: 180px;
    height: 180px; } }
  .mega-nav-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -ms-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
  .mega-nav-image:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }

.mega-nav-images {
  margin-left: 100px; }

@media (min-width: 769px) {
    #completeLook {
      max-width: calc(70% + 65px); } }

.product-page {
  position: relative; }
  @media (max-width: 768px) {
  .product-page {
    padding: 0 15px; } }
  .product-page .product-images {
    width: 70%;
    line-height: 0; }
  @media (max-width: 768px) {
    .product-page .product-images {
      width: 100%;
      margin-bottom: 20px; } }
  .product-page .product-images.have-transition {
    -webkit-transition: width 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: width 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: width 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: width 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: width 0.4s cubic-bezier(0, 0.71, 0.41, 1); }
  .product-page .product-images a {
    display: block; }
  .product-page .product-images img {
    width: 100%; }
  .product-page .product-images .image-bg {
    height: 0;
    padding-bottom: 65%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-page .product-images.full-width {
    width: 100%; }
  .product-page .product-images.full-width .image-bg {
    height: 100vh;
    padding-bottom: 0; }
  .product-page .product-images-mobile {
    margin-bottom: 20px;
    padding: 0 50px; }
  .product-page .product-images-mobile .image-bg {
    height: 0;
    padding-bottom: 150%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .product-page .product-main {
    width: 600px;
    position: absolute;
    padding: 80px 160px 40px 0;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: all 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    overflow-y: scroll;
    max-height: calc(100vh - 40px); }
  .product-page .product-main::-webkit-scrollbar {
    /* remove scrollbar space */
    width: 0px;
    /* optional: just make scrollbar invisible */
    background: transparent; }
  @media (max-width: 1024px) {
    .product-page .product-main {
      padding-right: 30px;
      width: 400px; } }
  @media (max-width: 768px) {
    .product-page .product-main {
      position: static !important;
      width: 100%;
      padding: 0;
      text-align: center;
      max-height: none;
      overflow: hidden; }
      .product-page .product-main .add-to-wishlist-container {
        margin-bottom: 30px; } }
  .product-page .product-main.image-open {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  .product-page .product-main.fixed {
    -webkit-transition: transform 0.4s cubic-bezier(0, 0.71, 0.41, 1), top 500ms ease, opacity 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: transform 0.4s cubic-bezier(0, 0.71, 0.41, 1), top 500ms ease, opacity 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: transform 0.4s cubic-bezier(0, 0.71, 0.41, 1), top 500ms ease, opacity 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: transform 0.4s cubic-bezier(0, 0.71, 0.41, 1), top 500ms ease, opacity 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: transform 0.4s cubic-bezier(0, 0.71, 0.41, 1), top 500ms ease, opacity 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    position: fixed; }
  .product-page .product-main.below-header {
    top: 83px !important; }
  @media (max-width: 768px) {
      .product-page .product-main.below-header {
        top: 64px !important; } }
  .product-page .product-main.at-bottom {
    bottom: 0;
    top: auto; }
  .product-page .product-main [data-app="eastsideco_wishlist"] {
    margin-bottom: 5px; }
  .product-page .product-main [data-app="eastsideco_wishlist"] .esc-btn-icon {
    width: 100% !important;
    margin-bottom: 0;
    text-align: right; }
  .product-page .product-main [data-app="eastsideco_wishlist"] .esc-btn-icon svg {
    display: inline-block;
    width: 15px !important; }
  .product-page .product-main [data-app="eastsideco_wishlist"] .esc-btn-icon:after {
    content: attr(title);
    display: inline-block;
    color: #000;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-left: 5px;
    top: -2px;
    position: relative; }
  .product-page .product-main [data-app="eastsideco_wishlist"] .esc-select-wishlist {
    margin-bottom: 5px; }
  .product-page .product-main h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
      .product-page .product-main h1 {
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 1.1px;
        padding: 0 30px; } }
  .product-page .product-main .product-price {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1.8px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
      .product-page .product-main .product-price {
        font-size: 16px; } }
  .product-page .product-main .product-price .money {
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .product-page .product-main .product-price .money[data-vat-added="true"], .product-page .product-main .product-price .money[data-currency-usd], .product-page .product-main .product-price .money[data-currency-eur], .product-page .product-main .product-price .money[data-currency-aud], .product-page .product-main .product-price .money[data-currency-jpy] {
    opacity: 1; }
  .product-page .product-main .product-price .money.strikethrough {
    text-decoration: line-through; }
  .product-page .product-main .stock-status {
    margin-bottom: 20px; }
  .product-page .product-main .product-colors {
    margin-bottom: 10px; }
  @media (max-width: 768px) {
      .product-page .product-main .product-colors {
        padding: 0 30px; } }
  .product-page .product-main .product-colors header {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left; }
  .product-page .product-main .product-colors .flex-grid {
    margin: 0 -10px; }
  .product-page .product-main .product-colors .flex-grid > * {
    padding: 0 10px;
    margin-bottom: 20px; }
  .product-page .product-main .product-colors .flex-grid > * a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 100%; }
  .product-page .product-main .product-colors .flex-grid > * a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .product-page .product-main .product-colors .flex-grid > * a.active:after {
    opacity: 1;
    visibility: visible; }
  .product-page .product-main .product-action-flex {
    margin-bottom: 60px; }
  @media (max-width: 768px) {
      .product-page .product-main .product-action-flex {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .product-page .product-main .product-action-flex .variant-selects {
    max-width: 200px;
    width: 100%; }
  @media (max-width: 768px) {
        .product-page .product-main .product-action-flex .variant-selects {
          width: auto;
          min-width: 130px; } }
  .product-page .product-main .product-action-flex .variant-selects select {
    width: 100%; }
  .product-page .product-main .product-action-flex select, .product-page .product-main .product-action-flex button {
    height: auto; }
  .product-page .product-main .product-action-flex .add-to-cart-container {
    max-width: 200px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .product-page .product-main .product-action-flex .add-to-cart-container button {
    font-weight: 300;
    width: 100%; }
  .product-page .product-main .accordion {
    margin-bottom: 50px; }
  .product-page .product-main .accordion .accordion-header a {
    text-transform: none; }
  @media (max-width: 768px) {
          .product-page .product-main .accordion .accordion-header a {
            text-align: left; } }
  @media (min-width: 769px) {
      .product-page .product-main .accordion {
        max-width: 400px; } }
  .product-page .product-main .product-bottom {
    padding: 0 20px; }
  @media (min-width: 769px) {
      .product-page .product-main .product-bottom {
        max-width: 400px; } }
  @media (max-width: 768px) {
      .product-page .product-main .product-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .product-page .product-main .product-bottom .social-sharing {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0; }
  @media (max-width: 768px) {
        .product-page .product-main .product-bottom .social-sharing {
          width: auto;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
  .product-page .product-main .product-bottom > .text-right > * {
    margin-bottom: 10px; }
  .product-page .product-main .product-bottom > .text-right > *:last-child {
    margin-bottom: 0; }
  .product-page .product-main .product-bottom a:not(.esc-btn-icon) {
    display: block; }
  .product-page .product-main .product-bottom a.esc-btn-icon span {
    padding-left: 10px;
    text-transform: none; }

.delivery-timing p {
  font-weight: bold;
  padding: 0 20px;
  text-align: left; }

.template-collection .breadcrumb, .template-search .breadcrumb {
  padding: 50px 0 0 0; }
  @media (min-width: 769px) {
    .template-collection #topArea, .template-search #topArea {
      padding: 0 30px; } }

header.top-collection-area {
  margin-bottom: 40px; }
  @media (max-width: 768px) {
  header.top-collection-area {
    padding: 0 30px; } }
  header.top-collection-area h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    font-weight: 500;
    padding-left: 0; }
  @media (max-width: 768px) {
    header.top-collection-area h2 {
      padding-left: 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2;
      text-align: center;
      line-height: 1.2;
      font-size: 30px; } }
  header.top-collection-area .sort-by-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: auto;
    z-index: 5;
    position: relative; }
  header.top-collection-area .sort-by-wrapper .selectric-wrapper {
    width: 160px; }
  header.top-collection-area .sort-by-wrapper .selector-wrapper {
    padding: 20px 0; }
  header.top-collection-area .sort-by-wrapper .react-to-header {
    -webkit-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1); }
  header.top-collection-area .sort-by-wrapper .react-to-header.below-header {
    top: 83px !important; }
  @media (max-width: 768px) {
        header.top-collection-area .sort-by-wrapper .react-to-header.below-header {
          top: 64px !important; } }
  @media (max-width: 768px) {
    header.top-collection-area .sort-by-wrapper {
      margin: 50px 0 0 0;
      display: none; } }

.collection-filter-area {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 5;
  -webkit-flex-wrap: nowrap !important;
  -moz-flex-wrap: nowrap !important;
  -ms-flex-wrap: none !important;
  flex-wrap: nowrap !important; }
  @media (max-width: 768px) {
  .collection-filter-area {
    padding: 20px 30px;
    margin: 0 -6px; }
    .collection-filter-area > * {
      padding-left: 6px;
      padding-right: 6px; } }
  .collection-filter-area.react-to-header {
    padding-top: 20px;
    -webkit-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -moz-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -ms-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    -o-transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1);
    transition: top 0.4s cubic-bezier(0, 0.71, 0.41, 1); }
  .collection-filter-area.react-to-header.below-header {
    top: 83px !important; }
  @media (max-width: 768px) {
      .collection-filter-area.react-to-header.below-header {
        top: 64px !important; } }
  @media (max-width: 768px) {
    .collection-filter-area .filters-area {
      width: 50%; } }
  .collection-filter-area .filters-area .mobile-filters-trigger {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 20px;
    border: 1px solid #000;
    text-transform: none;
    pointer-events: auto;
    -webkit-transition: margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: margin 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: margin 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
  .collection-filter-area .filters-area .mobile-filters-trigger span:last-child {
    line-height: 0; }
  .collection-filter-area .filters-area .mobile-filters-trigger .minus {
    display: none; }
  .collection-filter-area .filters-area .mobile-filters-trigger.open {
    margin-bottom: 20px; }
  .collection-filter-area .filters-area .mobile-filters-trigger.open .minus {
    display: block; }
  .collection-filter-area .filters-area .mobile-filters-trigger.open .plus {
    display: none; }
  .collection-filter-area .filters-area .inner-filters-area {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap; }
  @media (max-width: 768px) {
      .collection-filter-area .filters-area .inner-filters-area {
        height: 0;
        overflow: hidden;
        opacity: 0;
        -webkit-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1);
        transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1), padding 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
        .collection-filter-area .filters-area .inner-filters-area.open {
          opacity: 1; } }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio {
    display: none; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box {
    width: 100%;
    min-width: 150px; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-trigger {
    padding: 15px 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
    position: relative;
    background: #fff; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-trigger:after {
    content: "";
    width: calc(100% + 2px);
    background: #fff;
    height: 12px;
    top: 100%;
    z-index: 11;
    left: -1px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 768px) {
            .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-trigger:after {
              background-color: rgba(255, 255, 255, 0.95); } }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-trigger .icon {
    width: 10px;
    height: 10px;
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/filter.svg?7812258097343854905);
    background-size: contain; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #000;
    z-index: 10; }
  @media (max-width: 768px) {
            .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box {
              padding: 25px 20px;
              min-width: 250px;
              background-color: rgba(255, 255, 255, 0.95); } }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box .checkbox-grid {
    margin-bottom: 40px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 25px; }
    @media (max-width: 768px) {
            .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box .checkbox-grid {
              grid-template-columns: 1fr 1fr;
              grid-column-gap: 10px;
              grid-row-gap: 10px;
              margin-bottom: 20px; } }
    .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box .checkbox-grid .checkbox-item input {
      appearance: none;
      -webkit-appearance: none;
      width: 10px;
      min-width: 10px;
      height: 10px;
      min-height: 10px;
      border: 1px solid #000; }
      .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box .checkbox-grid .checkbox-item input:checked {
        background: #000; }
      .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box .checkbox-grid .checkbox-item label {
        padding-left: 10px;
        font-size: 13px; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box footer .btn {
    width: 100%;
    max-width: 140px;
    padding: 15px; }
    @media (max-width: 768px) {
              .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box footer .btn {
                max-width: 100px; } }
    .collection-filter-area .filters-area .inner-filters-area > .filter-radio + .filter-box .filter-options-box footer .btn:after {
      display: none;
      content: none; }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio:checked + .filter-box .filter-trigger:after {
    opacity: 1;
    visibility: visible; }
    .collection-filter-area .filters-area .inner-filters-area > .filter-radio:checked + .filter-box .filter-trigger .icon {
      background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/minus.svg?7812258097343854905); }
  .collection-filter-area .filters-area .inner-filters-area > .filter-radio:checked + .filter-box .filter-options-box {
    opacity: 1;
    visibility: visible; }
  .collection-filter-area .free-delivery-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #fafafa;
    white-space: nowrap;
    overflow: hidden;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    height: 45px; }
  .collection-filter-area .free-delivery-info .marquee-item {
    margin-right: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .collection-filter-area .free-delivery-info .marquee-item:nth-child(1) {
    animation: marquee 20s linear infinite; }
  .collection-filter-area .free-delivery-info .marquee-item:nth-child(2) {
    animation: marquee2 20s linear infinite;
    animation-delay: 10s;
    left: 100%; }
  .collection-filter-area .free-delivery-info .marquee-item hr {
    width: 100px;
    min-width: 100px;
    display: block;
    border: 0 none;
    border-bottom: 1px solid #000;
    margin: 0 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .collection-filter-area > p {
    white-space: nowrap;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  @media (max-width: 768px) {
    .collection-filter-area .sorting-area {
      width: 50%; } }

.collection-flex {
  padding: 0;
  position: relative;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
  .collection-flex {
    padding: 0 30px; } }
  .collection-flex .left-area {
    width: 140px;
    z-index: 5;
    pointer-events: none; }
  .template-full-collection-four-wide .collection-flex .left-area {
    margin-right: -50px; }
  @media (max-width: 768px) {
    .collection-flex .left-area {
      width: 100%;
      margin-right: 0; } }
  .collection-flex .left-area .padded-area {
    padding-left: 0;
    -webkit-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000; }
  @media (max-width: 768px) {
      .collection-flex .left-area .padded-area {
        height: 0;
        overflow: hidden;
        opacity: 0; } }
  .collection-flex .left-area .padded-area.open {
    opacity: 1;
    -webkit-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .collection-flex .left-area .padded-area p {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1.6px;
    margin: 20px 0 15px 0; }
  .collection-flex .left-area .padded-area > ul {
    margin-bottom: 25px; }
  .collection-flex .left-area .padded-area > ul li {
    margin-bottom: 13px; }
  .collection-flex .left-area .padded-area > ul li a {
    font-size: 14px;
    font-weight: 500; }
  .collection-flex .left-area .padded-area .filter-select {
    width: 100%; }
  .collection-flex .left-area .padded-area .selectric-wrapper, .collection-flex .left-area .padded-area .filter-select {
    max-width: 140px;
    margin-bottom: 20px; }
  .collection-flex .left-area .padded-area > a {
    letter-spacing: 2px;
    font-size: 12px;
    text-decoration: underline; }
  .collection-flex .main-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .template-full-collection-four-wide .collection-flex .main-area {
    width: 100%;
    padding-left: 0;
    max-width: none; }
  @media (max-width: 768px) {
      .template-full-collection-four-wide .collection-flex .main-area {
        width: 100%; } }
  .template-search .collection-flex .main-area {
    width: 100%; }
  @media (max-width: 768px) {
    .collection-flex .main-area {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 769px) {
          .template-full-collection .collection-flex .main-area .collection-grid > div:not(.full-width):nth-of-type(even) {
            top: 50px; } }
  .collection-flex .main-area .breadcrumb {
    margin-bottom: 20px; }
  .collection-flex .main-area .collection-info-block {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 50px;
    width: 50%; }
  .template-full-collection-four-wide .collection-flex .main-area .collection-info-block {
    width: 25%; }
  @media (max-width: 768px) {
        .template-full-collection-four-wide .collection-flex .main-area .collection-info-block {
          width: 50%; } }
  @media (max-width: 768px) {
      .collection-flex .main-area .collection-info-block {
        width: 100%;
        padding-top: 0;
        margin-bottom: 40px !important;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -moz-order: 3;
        -ms-flex-order: 3;
        order: 3; } }
  .collection-flex .main-area .collection-info-block h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700; }
  .collection-flex .main-area .collection-info-block p {
    font-weight: 300;
    font-size: 12px; }
  .collection-flex .main-area .collection-info-block a {
    display: block;
    margin-top: 15px; }
  .collection-flex .main-area .product-grid-item {
    width: 50%; }
  .template-full-collection-four-wide .collection-flex .main-area .product-grid-item {
    width: 25%; }
  @media (max-width: 768px) {
        .template-full-collection-four-wide .collection-flex .main-area .product-grid-item {
          width: 50%; } }
  .collection-flex .main-area .product-grid-item.larger {
    width: 100%; }
  .template-full-collection-four-wide .collection-flex .main-area .product-grid-item.larger {
    width: 50%; }
  @media (max-width: 768px) {
      .collection-flex .main-area .product-grid-item {
        width: 50%;
        margin-bottom: 20px !important; } }
  .collection-flex .main-area .product-grids-wrapper {
    padding-top: 20px;
    position: relative;
    z-index: 4; }
  @media (max-width: 768px) {
      .collection-flex .main-area .product-grids-wrapper {
        padding-top: 25px; } }
  .collection-flex .load-more {
    position: relative;
    z-index: 5; }

.about-info-block {
  max-width: 1000px;
  margin: 0 auto 70px auto; }
  .about-info-block h2, .about-info-block h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 50px; }
  .about-info-block .cols {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .about-info-block > .flex-grid > div:first-child {
    width: 270px; }
  @media (max-width: 768px) {
        .about-info-block > .flex-grid > div:first-child {
          width: 100%; } }
  .about-info-block > .flex-grid > div:last-child {
    width: calc(100% - 270px); }
  @media (max-width: 768px) {
        .about-info-block > .flex-grid > div:last-child {
          display: none; } }
  .about-info-block > .flex-grid > div:last-child .line-behind {
    margin-bottom: 15px; }
  .about-info-block > .flex-grid > div:last-child .line-behind:after {
    height: 2px; }

.template-article .breadcrumb-inner {
  width: 100%; }

.article-top {
  margin-bottom: 15px; }

.article-main img {
  width: 100%; }
  .article-main .left-line-title {
    padding: 50px 0; }
  @media (max-width: 768px) {
    .article-main .left-line-title {
      padding: 0 0 30px 0; } }
  .article-main .left-line-title h1 {
    font-size: 50px;
    font-weight: 500;
    margin: 0 auto;
    display: inline-block; }
  @media (max-width: 768px) {
      .article-main .left-line-title h1 {
        font-size: 35px; } }
  @media (max-width: 768px) {
    .article-main .article-content {
      padding: 0 20px; } }
  @media (max-width: 768px) {
      .article-main .article-content .article-flex {
        margin: 0; } }
  .article-main .article-content .article-flex > div:first-child {
    width: 100%;
    margin-bottom: 50px; }
  @media (max-width: 768px) {
          .article-main .article-content .article-flex > div:first-child {
            width: 100%;
            margin-bottom: 50px; } }
  .article-main .article-content .article-flex > div.article-content-main {
    width: 100%; }
  @media (max-width: 768px) {
          .article-main .article-content .article-flex > div.article-content-main {
            width: 100%;
            padding-left: 0; } }
  .article-main .article-content .article-flex > div.article-content-main time {
    padding: 25px 0;
    border-top: 1px solid #000;
    letter-spacing: 2.6px;
    display: block; }

.empty-inside {
  text-align: center;
  position: relative;
  max-width: 300px;
  margin: 0 auto 30px auto; }
  .empty-inside .inner {
    border: 1px solid #000;
    background: #fff;
    position: relative;
    z-index: 3;
    padding: 30px 30px; }
  .empty-inside:after, .empty-inside:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    background: #fff; }
  .empty-inside:after {
    left: 6px;
    top: 6px;
    z-index: 1; }
  .empty-inside:before {
    top: 3px;
    left: 3px;
    z-index: 2; }
  .empty-inside h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 10px;
    font-weight: 600;
    text-align: center; }
  .empty-inside img {
    width: 30px; }

.cart-page {
  padding-top: 80px; }
  .cart-page .cart-top {
    margin-bottom: 10px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
  @media (max-width: 768px) {
    .cart-page .cart-top {
      padding: 0 20px; } }
  .cart-page .cart-top h1 {
    font-size: 43px;
    font-weight: 500; }
  @media (max-width: 768px) {
      .cart-page .cart-top h1 {
        font-size: 18px; } }
  .cart-page .cart-top span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500; }
  @media (max-width: 768px) {
      .cart-page .cart-top span {
        letter-spacing: 1px; } }
  .cart-page .flex-table .col-table-header, .cart-page .flex-table .col-table-item {
    border-bottom: 1px solid #000; }
  .cart-page .flex-table .col-table-header > div.image, .cart-page .flex-table .col-table-item > div.image {
    width: 15%;
    padding: 0; }
  .cart-page .flex-table .col-table-header > div.image img, .cart-page .flex-table .col-table-item > div.image img {
    width: 100%; }
  .cart-page .flex-table .col-table-header > div.col-table-right, .cart-page .flex-table .col-table-item > div.col-table-right {
    width: 85%; }
  .cart-page .flex-table .col-table-header > div.col-table-right > div, .cart-page .flex-table .col-table-item > div.col-table-right > div {
    padding: 0 20px; }
  @media (max-width: 768px) {
            .cart-page .flex-table .col-table-header > div.col-table-right > div, .cart-page .flex-table .col-table-item > div.col-table-right > div {
              padding: 0; } }
  .cart-page .flex-table .col-table-header > div.col-table-right > div.title, .cart-page .flex-table .col-table-item > div.col-table-right > div.title {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 75px; }
    @media (max-width: 768px) {
            .cart-page .flex-table .col-table-header > div.col-table-right > div.title, .cart-page .flex-table .col-table-item > div.col-table-right > div.title {
              width: 100%;
              padding: 0;
              margin-bottom: 15px; } }
  .cart-page .flex-table .col-table-header > div.col-table-right > div.quantity, .cart-page .flex-table .col-table-item > div.col-table-right > div.quantity {
    width: 150px; }
    .cart-page .flex-table .col-table-header > div.col-table-right > div.quantity .selectric-wrapper, .cart-page .flex-table .col-table-item > div.col-table-right > div.quantity .selectric-wrapper {
      width: 75px; }
    .cart-page .flex-table .col-table-header > div.col-table-right > div.quantity .selectric-wrapper .label, .cart-page .flex-table .col-table-item > div.col-table-right > div.quantity .selectric-wrapper .label {
      height: 40px;
      line-height: 42px; }
    @media (max-width: 768px) {
            .cart-page .flex-table .col-table-header > div.col-table-right > div.quantity, .cart-page .flex-table .col-table-item > div.col-table-right > div.quantity {
              width: 85px; } }
  .cart-page .flex-table .col-table-header > div.col-table-right > div.total, .cart-page .flex-table .col-table-item > div.col-table-right > div.total {
    width: 15%; }
    @media (max-width: 768px) {
            .cart-page .flex-table .col-table-header > div.col-table-right > div.total, .cart-page .flex-table .col-table-item > div.col-table-right > div.total {
              padding: 0 10px;
              text-align: center;
              width: calc((100% - 85px) / 2); } }
    .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money, .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money {
      opacity: 0;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -ms-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money[data-vat-added="true"], .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money[data-vat-added="true"], .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money[data-currency-usd], .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money[data-currency-usd], .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money[data-currency-eur], .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money[data-currency-eur], .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money[data-currency-aud], .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money[data-currency-aud], .cart-page .flex-table .col-table-header > div.col-table-right > div.total .money[data-currency-jpy], .cart-page .flex-table .col-table-item > div.col-table-right > div.total .money[data-currency-jpy] {
      opacity: 1; }
  .cart-page .flex-table .col-table-header > div.col-table-right > div.option, .cart-page .flex-table .col-table-item > div.col-table-right > div.option {
    width: 15%; }
    @media (max-width: 768px) {
            .cart-page .flex-table .col-table-header > div.col-table-right > div.option, .cart-page .flex-table .col-table-item > div.col-table-right > div.option {
              width: calc((100% - 85px) / 2);
              text-align: right;
              padding: 0 10px; } }
  .cart-page .flex-table .col-table-header {
    padding: 10px 0; }
  @media (max-width: 768px) {
      .cart-page .flex-table .col-table-header {
        display: none; } }
  .cart-page .flex-table .col-table-item div.image {
    line-height: 0; }
  @media (max-width: 768px) {
          .cart-page .flex-table .col-table-item div.image {
            width: 25%; } }
  .cart-page .flex-table .col-table-item div.image a {
    line-height: 0; }
  .cart-page .flex-table .col-table-item div.image img {
    width: 100%; }
  @media (max-width: 768px) {
          .cart-page .flex-table .col-table-item div.col-table-right {
            width: 75%;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding: 0 25px; } }
  .cart-page .flex-table .col-table-item div.col-table-right .title h3 {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: 300;
    color: #000; }
  @media (max-width: 768px) {
            .cart-page .flex-table .col-table-item div.col-table-right .quantity .selectric .label {
              height: 30px;
              line-height: 30px; } }
  .cart-page .flex-table .col-table-item div.col-table-right .total span {
    font-weight: 400;
    font-size: 12px; }
  .cart-page .flex-table .col-table-item div.col-table-right .option {
    text-align: center; }
  .cart-page .flex-table .col-table-item div.col-table-right .option a {
    text-transform: none; }
  .cart-page .cart-bottom {
    padding: 35px 0; }
  @media (max-width: 768px) {
        .cart-page .cart-bottom > div:first-child {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-bottom: 10px; } }
  .cart-page .cart-bottom > div:last-child {
    text-align: right; }
  @media (max-width: 768px) {
        .cart-page .cart-bottom > div:last-child {
          text-align: center;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1; } }
  @media (max-width: 768px) {
    .cart-page .cart-bottom {
      padding: 35px 25px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center; }
      .cart-page .cart-bottom > div {
        width: 100%; } }
  @media (max-width: 768px) {
      .cart-page .cart-bottom ul.flex-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-bottom: 30px; } }
  .cart-page .cart-bottom p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px; }
  .cart-page .cart-bottom h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
  .cart-page .cart-bottom h5 .money {
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .cart-page .cart-bottom h5 .money[data-vat-added="true"], .cart-page .cart-bottom h5 .money[data-currency-usd], .cart-page .cart-bottom h5 .money[data-currency-eur], .cart-page .cart-bottom h5 .money[data-currency-aud], .cart-page .cart-bottom h5 .money[data-currency-jpy] {
    opacity: 1; }
  .cart-page .cart-bottom .btn {
    margin-bottom: 10px; }
  .cart-page .cart-bottom .payment-icons {
    margin-bottom: 30px; }
  @media (max-width: 768px) {
      .cart-page .cart-bottom .payment-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .cart-page .cart-bottom #home-delivery, .cart-page .cart-bottom .hubbox-select-delivery {
    display: none; }
  @media (max-width: 768px) {
    .cart-page .dont-miss-out {
      padding: 0 20px; } }
  .cart-page .dont-miss-out h2 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 15px; }

.blog-top-area {
  padding: 0 30px;
  overflow: visible;
  margin-bottom: 200px; }
  @media (max-width: 768px) {
  .blog-top-area {
    padding: 0;
    margin-bottom: 100px; } }
  .blog-top-area .blog-slick .article-featured-item {
    margin-bottom: 50px; }
  .blog-top-area .blog-slick .featured-flex .left-area {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left; }
  @media (max-width: 768px) {
        .blog-top-area .blog-slick .featured-flex .left-area {
          text-align: center;
          padding-top: 20px;
          padding-bottom: 20px; } }
  .blog-top-area .blog-slick .featured-flex .left-area img {
    max-width: 150px;
    width: 100%; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer {
    width: 500px;
    position: relative;
    height: 500px; }
  @media (max-width: 768px) {
        .blog-top-area .blog-slick .featured-flex .fancy-image-outer {
          width: 100%;
          height: 100vw; } }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer:before {
    content: "";
    position: absolute;
    left: 20px;
    top: -25px;
    width: 70%;
    height: 80%;
    background: #a8b6bf;
    opacity: 0.2; }
  @media (max-width: 768px) {
          .blog-top-area .blog-slick .featured-flex .fancy-image-outer:before {
            display: none; } }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .fancy-image-inner {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    overflow: visible; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .defined-edge {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .background-area {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); }
  @media (max-width: 768px) {
          .blog-top-area .blog-slick .featured-flex .fancy-image-outer .background-area {
            -webkit-filter: blur(0);
            -moz-filter: blur(0);
            -o-filter: blur(0);
            -ms-filter: blur(0);
            filter: blur(0); } }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-left, .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-right {
    position: absolute;
    opacity: 0; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-left span, .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-right span {
    font-size: 200px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color: #000;
    position: relative; }
  @media (max-width: 768px) {
          .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-left, .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-right {
            display: none; } }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-left {
    top: 0;
    left: -100px; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-left span {
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    transform: translateX(-85%); }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-right {
    bottom: 0;
    right: -100px; }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .letter-right span {
    -webkit-transform: translateX(55%);
    -moz-transform: translateX(55%);
    -ms-transform: translateX(55%);
    -o-transform: translateX(55%);
    transform: translateX(55%); }
  .blog-top-area .blog-slick .featured-flex .fancy-image-outer .focus-bg {
    position: absolute;
    padding-bottom: 105%;
    left: 50%;
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover; }
  @media (max-width: 768px) {
          .blog-top-area .blog-slick .featured-flex .fancy-image-outer .focus-bg {
            display: none; } }
  .blog-top-area .blog-slick .featured-flex .text-area {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media (max-width: 768px) {
        .blog-top-area .blog-slick .featured-flex .text-area {
          -webkit-box-flex: auto;
          -webkit-flex-grow: auto;
          -moz-flex-grow: auto;
          -ms-flex-positive: auto;
          flex-grow: auto;
          width: 100%;
          padding: 40px 85px; } }
  .blog-top-area .blog-slick .featured-flex .text-area .line-top {
    border-top: 2px solid #000;
    margin-top: 25px;
    padding-top: 25px; }
  .blog-top-area .blog-slick .featured-flex .text-area .line-top p {
    line-height: 16px;
    letter-spacing: 2px; }
  .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area {
    margin-top: auto;
    text-align: right; }
  .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area .squiggle {
    padding: 0; }
  .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area .squiggle > div {
    opacity: 0; }
  .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area .squiggle img {
    margin-left: auto; }
  @media (max-width: 768px) {
          .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area {
            display: none; } }
  .blog-top-area .blog-slick .featured-flex .text-area .bottom-image-area img {
    max-width: 160px;
    width: 100%; }

.blog-all-categories, .blog-category {
  margin-bottom: 150px; }
  @media (max-width: 768px) {
  .blog-all-categories, .blog-category {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px; } }
  .blog-all-categories .image-area, .blog-category .image-area {
    width: 45%;
    position: relative;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block; }
  @media (max-width: 768px) {
    .blog-all-categories .image-area, .blog-category .image-area {
      width: 100%; } }
  .blog-all-categories .image-area .overflow-hide, .blog-category .image-area .overflow-hide {
    overflow: hidden; }
  .blog-all-categories .image-area .bg, .blog-category .image-area .bg {
    height: 0;
    padding-bottom: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  @media (max-width: 768px) {
      .blog-all-categories .image-area .bg, .blog-category .image-area .bg {
        width: 50%;
        padding-bottom: 100%; } }
  .blog-all-categories .image-area:hover .bg, .blog-category .image-area:hover .bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  .blog-all-categories .image-area h2, .blog-category .image-area h2 {
    font-size: 70px;
    text-align: center;
    -webkit-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    transform: translateY(-60%);
    position: absolute;
    width: 100%;
    z-index: 1;
    text-transform: none; }
  @media (max-width: 768px) {
      .blog-all-categories .image-area h2, .blog-category .image-area h2 {
        position: static;
        font-size: 45px; } }
  .blog-all-categories .image-area time.rotated, .blog-category .image-area time.rotated {
    position: absolute;
    top: 0px;
    right: -15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500; }
  @media (max-width: 768px) {
      .blog-all-categories .image-area time.rotated, .blog-category .image-area time.rotated {
        display: none; } }
  .blog-all-categories .image-area .title-and-button, .blog-category .image-area .title-and-button {
    position: absolute;
    right: -13%;
    bottom: 10%;
    text-align: right;
    max-width: 65%; }
  .blog-all-categories .image-area .title-and-button .btn, .blog-category .image-area .title-and-button .btn {
    background: transparent; }
  .blog-all-categories .image-area .title-and-button h2, .blog-category .image-area .title-and-button h2, .blog-all-categories .image-area .title-and-button h3, .blog-category .image-area .title-and-button h3 {
    font-size: 60px;
    margin-bottom: 15px;
    text-transform: none; }
  @media (max-width: 768px) {
        .blog-all-categories .image-area .title-and-button h2, .blog-category .image-area .title-and-button h2, .blog-all-categories .image-area .title-and-button h3, .blog-category .image-area .title-and-button h3 {
          font-size: 16px; } }
  @media (max-width: 768px) {
      .blog-all-categories .image-area .title-and-button, .blog-category .image-area .title-and-button {
        right: 0;
        bottom: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50%;
        text-align: left;
        padding: 0 30px; }
        .blog-all-categories .image-area .title-and-button h2, .blog-category .image-area .title-and-button h2 {
          font-size: 16px; } }
  .blog-all-categories .select-area, .blog-category .select-area {
    width: 55%;
    padding-left: 10%;
    padding-right: 30px; }
  @media (max-width: 768px) {
    .blog-all-categories .select-area, .blog-category .select-area {
      width: 100%;
      padding-left: 30px; } }
  .blog-all-categories .select-area > div:first-child, .blog-category .select-area > div:first-child {
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 40px; }
  @media (max-width: 768px) {
      .blog-all-categories .select-area > div:first-child, .blog-category .select-area > div:first-child {
        display: none; } }
  .blog-all-categories .select-area .categories, .blog-category .select-area .categories {
    text-align: center;
    margin-bottom: 100px;
    display: none; }
  @media (max-width: 768px) {
      .blog-all-categories .select-area .categories, .blog-category .select-area .categories {
        display: none; } }
  .blog-all-categories .select-area .categories li, .blog-category .select-area .categories li {
    border-bottom: 1px solid #000;
    padding: 20px 0; }
  .blog-all-categories .select-area .categories li.main, .blog-category .select-area .categories li.main {
    font-size: 40px;
    font-weight: 500; }
  .blog-all-categories .select-area .categories li a, .blog-category .select-area .categories li a {
    font-size: 20px;
    font-weight: 300;
    text-transform: none; }

.blog-category .image-area h2 {
  text-align: left;
  padding: 0 50px; }
  .blog-category .posts-area {
    width: 55%;
    padding-left: 10%;
    padding-right: 30px; }
  @media (max-width: 768px) {
    .blog-category .posts-area {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  .blog-category.aligned-right .image-area {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  @media (max-width: 768px) {
      .blog-category.aligned-right .image-area {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .blog-category.aligned-right .image-area time.rotated {
    left: -15px;
    right: auto;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    -moz-transform: rotate(-90deg) translateX(-100%);
    -ms-transform: rotate(-90deg) translateX(-100%);
    -o-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%); }
  .blog-category.aligned-right .image-area h2 {
    text-align: right; }
  @media (max-width: 768px) {
        .blog-category.aligned-right .image-area h2 {
          text-align: center; } }
  .blog-category.aligned-right .image-area .title-and-button {
    right: auto;
    left: -13%; }
  @media (max-width: 768px) {
        .blog-category.aligned-right .image-area .title-and-button {
          left: auto;
          right: 0;
          text-align: left;
          width: 50%;
          padding: 0 30px; } }
  .blog-category.aligned-right .posts-area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 10%;
    padding-left: 30px; }
  @media (max-width: 768px) {
      .blog-category.aligned-right .posts-area {
        padding-right: 30px;
        padding-left: 30px; } }

.article-bg {
  background: rgba(208, 205, 205, 0.1);
  padding: 30px 30px 30px 30px; }
  .article-bg .btn {
    background: transparent; }
  @media (max-width: 768px) {
  .article-bg {
    background: transparent; } }
  .faq-template__container .main-content__container {
    margin-top: 55px;
    padding-bottom: 55px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .faq-template__container .main-content__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .faq-template__container .main-content__container .page-sidebar__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
  @media screen and (max-width: 767px) {
      .faq-template__container .main-content__container .page-sidebar__container {
        width: 100%; } }
  .faq-template__container .main-content__container .faq-content__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    margin-top: 50px;
    padding: 0 15px; }
  @media screen and (max-width: 767px) {
      .faq-template__container .main-content__container .faq-content__container {
        width: 100%; } }
  .faq-template__container .main-content__container .faq-content__container .faq-block {
    margin: 15px 0; }
  .faq-template__container .main-content__container .faq-content__container .faq-block:first-child {
    margin-top: 0; }
  .faq-template__container .main-content__container .faq-content__container .faq-block:last-child {
    margin-bottom: 0; }
  .faq-template__container .main-content__container .faq-content__container .faq-block .faq-title h2 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer; }
  .faq-template__container .main-content__container .faq-content__container .faq-block .faq-content {
    display: none;
    padding: 15px 0; }
  .faq-template__container .main-content__container .faq-content__container .faq-block .faq-content p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin: 10px 0; }

.contact-template__container .main-content__container {
  margin-top: 55px;
  padding-bottom: 55px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .contact-template__container .main-content__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contact-template__container .main-content__container .page-sidebar__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%; }
  @media screen and (max-width: 767px) {
      .contact-template__container .main-content__container .page-sidebar__container {
        width: 100%; } }
  .contact-template__container .main-content__container .contact-content__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    margin-top: 50px;
    padding: 0 15px; }
  @media screen and (max-width: 767px) {
      .contact-template__container .main-content__container .contact-content__container {
        width: 100%; } }
  .contact-template__container .main-content__container .contact-content__container .page-content {
    width: 100%;
    margin-bottom: 20px; }
  .contact-template__container .main-content__container .contact-content__container .page-content p {
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 0; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container {
    width: 300px;
    margin: 0 auto; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container .keyboard-eyes__container {
    position: relative;
    display: block;
    width: 160px;
    margin: 0 auto; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container .keyboard-eyes__container .eye {
    display: block;
    height: 13px;
    width: 10px;
    position: absolute;
    background: #000;
    top: 3px;
    border-radius: 10px; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container .keyboard-eyes__container .eye.left {
    left: 57px;
    animation: leftEyeMove 2s 0s infinite; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container .keyboard-eyes__container .eye.right {
    left: 90px;
    animation: rightEyeMove 2s 0s infinite; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container .keyboard-eyes__container img {
    width: 100%; }
  .contact-template__container .main-content__container .contact-content__container .in-touch__container p {
    font-size: 43px;
    font-weight: 500;
    letter-spacing: 0.17px;
    text-align: center; }
  .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group textarea.form-input + label {
    top: -20px; }
  .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field {
    position: relative; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field.half {
      width: 45%; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field.full {
      width: 100%; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .form-input {
      width: 100%;
      height: 50px;
      color: #000;
      border: 0;
      border-bottom: 1px solid #979797;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    @media screen and (max-width: 767px) {
              .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .form-input {
                font-size: 16px; } }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .form-input:focus ~ label {
      top: -20px;
      left: -20px;
      font-size: 14px; }
    @media screen and (max-width: 767px) {
                .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .form-input:focus ~ label {
                  left: 0; } }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input {
      height: 63px;
      color: #c1c1c1;
      font-size: 63px;
      font-weight: 500;
      letter-spacing: 0.25px;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      width: 100%;
      border: 0;
      border-left: 1px solid #535353;
      padding-left: 15px; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input:focus {
      color: #000; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input::-webkit-input-placeholder {
      color: #c1c1c1;
      font-size: 63px;
      font-weight: 500;
      letter-spacing: 0.25px; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input:-moz-placeholder {
      color: #c1c1c1;
      font-size: 63px;
      font-weight: 500;
      letter-spacing: 0.25px; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input::-moz-placeholder {
      color: #c1c1c1;
      font-size: 63px;
      font-weight: 500;
      letter-spacing: 0.25px; }
    .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group .input-field .message-input:-ms-input-placeholder {
      color: #c1c1c1;
      font-size: 63px;
      font-weight: 500;
      letter-spacing: 0.25px; }
  .contact-template__container .main-content__container .contact-content__container .contact-form__container .contact-form .form-group label {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.2px;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: -10px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
        .contact-template__container .main-content__container .contact-content__container .cta-button__container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button {
    width: calc(50% - 25px);
    height: 70px;
    border: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  @media screen and (max-width: 767px) and (orientation: portrait) {
          .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button {
            width: 100%; } }
  @media screen and (max-width: 767px) and (orientation: portrait) {
            .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button:nth-child(2) {
              margin-top: 25px; } }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__icon img {
    width: 50px; }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__text {
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__text .lead {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 600; }
  .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__text .small, .contact-template__container .main-content__container .contact-content__container .cta-button__container .cta-button .cta-button__text .small a {
    font-size: 10px; }

@keyframes leftEyeMove {
  0% {
    left: 57px; }

  50% {
    left: 63px; }

  100% {
    left: 57px; } }

@keyframes rightEyeMove {
  0% {
    left: 90px; }

  50% {
    left: 96px; }

  100% {
    left: 90px; } }

.standard-content {
  background-position: right;
  background-position-y: 150px;
  background-repeat: no-repeat; }
  .standard-content.page-template {
    margin-top: 50px; }
  .standard-content p {
    font-weight: 500;
    letter-spacing: 0.7px; }
  @media (max-width: 768px) {
  .standard-content {
    background-position: center;
    background-position-y: 0; } }
  .standard-content .m-text p {
    padding-top: 20px; }
  .standard-content .m-text p:first-child {
    border-top: 1px solid #000; }
  .standard-content .m-text .bold {
    font-weight: 700; }
  .standard-content .m-text .large {
    font-size: 20px; }
  .standard-content .m-text h2 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 30px; }
  .standard-content__nav-list {
    margin-top: 75px; }
  @media (max-width: 480px) {
      .standard-content__nav-list {
        width: 100%; } }
  .standard-content__nav-list li {
    margin-bottom: 5px; }
  @media (max-width: 480px) {
        .standard-content__nav-list li {
          margin-left: auto;
          margin-right: auto; } }
  .standard-content__nav-list li:last-child {
    margin-bottom: 0; }
  .standard-content__nav-item {
    width: 150px; }
  .standard-content__nav-link {
    display: block;
    width: 100%; }
  .standard-content__nav-link.long-word {
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: normal; }
  .standard-content__nav-link span {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.5px; }
  .standard-content__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center right;
    background-position-y: 150px;
    min-height: 610px;
    overflow: visible; }
  .standard-content__section .squiggle {
    padding: 0 60% 25px 0; }
  @media (max-width: 480px) {
      .standard-content__section .squiggle {
        padding-right: 38%; } }
  .standard-content__section .squiggle img {
    width: 100px; }
  .standard-content__section-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 250px; }
  @media (max-width: 480px) {
      .standard-content__section-header {
        padding-top: 50px; } }
  .standard-content__section-header-container {
    padding: 0 20% 0 100px; }
  @media (max-width: 1024px) {
        .standard-content__section-header-container {
          padding-right: 10%; } }
  @media (max-width: 768px) {
        .standard-content__section-header-container {
          padding-left: 20px;
          padding-right: 0; } }
  .standard-content__section-header-title {
    font-size: 50px;
    padding-bottom: 25px; }
  .standard-content__section-header-content {
    width: 34%; }
  @media (max-width: 480px) {
        .standard-content__section-header-content {
          padding-right: 25px;
          width: 90%; } }
  .standard-content__section-header-arrow {
    background-image: url('down-arrow.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    cursor: pointer;
    display: block;
    font-size: 0;
    margin-top: 50px;
    height: 50px;
    width: 50px; }
  .standard-content__section-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 150px 0;
    width: 100%; }
  @media (max-width: 768px) {
      .standard-content__section-content {
        padding-top: 90px; } }
  @media (max-width: 480px) {
      .standard-content__section-content {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 90px; } }
  .standard-content__section-content-container {
    padding: 0 75px 0 10%;
    width: 50%; }
  @media (max-width: 1024px) {
        .standard-content__section-content-container {
          padding-left: 6%; } }
  @media (max-width: 768px) {
        .standard-content__section-content-container {
          padding: 0 40px 0 3%; } }
  @media (max-width: 480px) {
        .standard-content__section-content-container {
          padding: 0 20px 0 3%;
          width: 100%; } }
  .standard-content__section-content-img {
    width: 50%; }
  @media (max-width: 768px) {
        .standard-content__section-content-img {
          padding-right: 20px; } }
  @media (max-width: 480px) {
        .standard-content__section-content-img {
          padding: 12px;
          width: 100%; } }
  .standard-content__section-footer {
    text-align: center; }
  .standard-content__section-footer-title {
    display: inline-block;
    font-size: 50px;
    position: relative;
    max-width: 650px; }
  .standard-content__section-footer-title:before {
    position: absolute;
    left: -210%;
    top: 50%;
    background: #000;
    content: "";
    display: block;
    height: 2px;
    width: 200%; }
  .standard-content__section-footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 150px;
    text-align: left; }
  @media (max-width: 480px) {
        .standard-content__section-footer-container {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .standard-content__section-footer-content, .standard-content__section-footer-img {
    width: 50%; }
  @media (max-width: 480px) {
        .standard-content__section-footer-content, .standard-content__section-footer-img {
          padding: 12px;
          width: 100%; } }
  .standard-content__section-footer-content {
    order: 1;
    padding: 0 10% 0 75px; }
  @media (max-width: 1024px) {
        .standard-content__section-footer-content {
          padding-right: 6%; } }
  @media (max-width: 768px) {
        .standard-content__section-footer-content {
          padding: 0 3% 0 40px; } }
  @media (max-width: 480px) {
        .standard-content__section-footer-content {
          padding: 0 12px; } }
  .standard-content__section-footer-content.snd {
    order: 0; }
  .standard-content__section-footer-img {
    text-align: right; }
  @media (max-width: 768px) {
        .standard-content__section-footer-img {
          padding-left: 20px; } }
  .standard-content__section-footer-img.fst {
    order: 1; }
  .standard-content__section-hashtag {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

#MainContent {
  position: relative; }

.return-to-top {
  position: fixed;
  right: -100%;
  bottom: 130px;
  -webkit-transition: right 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  -moz-transition: right 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  -ms-transition: right 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  -o-transition: right 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  transition: right 1000ms ease, opacity 1000ms ease, visibility 1000ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5; }
  @media (max-width: 768px) {
  .return-to-top {
    display: none; } }
  .return-to-top.stick-right {
    position: fixed;
    right: 20px;
    bottom: 180px;
    opacity: 1;
    visibility: visible; }
  .return-to-top.stick-mobile {
    position: absolute;
    right: 50%;
    bottom: 70px;
    opacity: 1;
    transform: translate(50%, 0);
    visibility: visible; }
  .return-to-top.stick-bottom {
    position: absolute;
    right: 5%;
    bottom: 30px;
    -webkit-transition: top 200ms ease;
    -moz-transition: top 200ms ease;
    -ms-transition: top 200ms ease;
    -o-transition: top 200ms ease;
    transition: top 200ms ease; }
  .return-to-top-hand {
    background-image: url('//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/icon-hand.svg?7812258097343854905');
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center top;
    display: block;
    font-size: 0;
    height: 75px;
    width: 75px; }

.coming-soon-page .breadcrumbs-container {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 140px;
  max-width: 1060px;
  padding: 0 30px; }
  .coming-soon-page .breadcrumbs-container .breadcrumb-inner {
    min-width: 100%; }
  .coming-soon-page .coming-soon__item {
    height: 100vh;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: height 1000000s ease;
    -moz-transition: height 1000000s ease;
    -ms-transition: height 1000000s ease;
    -o-transition: height 1000000s ease;
    transition: height 1000000s ease; }
  .coming-soon-page .coming-soon__item .coming-soon__content {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media (max-width: 480px) {
      .coming-soon-page .coming-soon__item .coming-soon__content {
        top: 50% !important;
        left: 0 !important;
        right: 0;
        text-align: center; } }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__date {
    color: #000;
    font-size: 50px;
    letter-spacing: 0.2px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 30px; }
  @media (max-width: 480px) {
        .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__date {
          font-size: 35px; } }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px; }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__btn {
    background: transparent;
    cursor: pointer; }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__form {
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__form.shown {
    opacity: 1; }
  .coming-soon-page .coming-soon__item .coming-soon__content .coming-soon__form input {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    border: 1px solid #000;
    padding: 15px 10px; }
  .coming-soon-page .coming-soon__newsletter-title {
    max-width: 920px;
    margin: 0 auto;
    padding: 100px 30px 0 30px; }
  @media (max-width: 768px) {
    .coming-soon-page .coming-soon__newsletter-title {
      display: none; } }
  .coming-soon-page .coming-soon__newsletter-title span {
    color: #000;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 60px; }
  .coming-soon-page .coming-soon__newsletter-title .coming-soon__newsletter-title-eyes {
    padding-left: 150px; }
  .coming-soon-page .coming-soon__newsletter-title .coming-soon__newsletter-title-eyes .eyes {
    display: inline-block; }
  .coming-soon-page .coming-soon__newsletter-title .coming-soon__newsletter-title-eyes .eyes .eye {
    width: 30px;
    height: 30px;
    border-width: 4px; }
  .coming-soon-page .coming-soon__newsletter-title .coming-soon__newsletter-title-eyes .eyes .eye:after {
    bottom: 15px;
    right: 6px;
    width: 10px;
    height: 10px; }

.template-404 img.main {
  margin-bottom: 50px;
  margin-top: 0; }
  .template-404 .check-out-items {
    padding: 30px 40px;
    border: 1px solid #000; }
  .template-404 .check-out-items h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .template-404 .check-out-items .product-grid-item:last-of-type {
      display: none; } }

.instashop .breadcrumb-inner {
  width: 100%; }
  .instashop .instashop-header {
    margin-bottom: 35px; }
  .instashop .instashop-header .angled-title {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    margin-top: 50px;
    margin-bottom: 80px; }
  .instashop .instashop-header .angled-title h2 {
    font-size: 60px;
    line-height: 57px; }
  @media (max-width: 768px) {
        .instashop .instashop-header .angled-title h2 {
          font-size: 34px;
          line-height: 34px; } }
  .instashop .instashop-header .pink {
    font-size: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.1px; }
  .instashop .instashop-header img {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto 35px auto; }
  @media (max-width: 768px) {
        .instashop .instashop-header ul li {
          width: 100%;
          margin-bottom: 10px;
          text-align: center; } }
  .instashop .instashop-header ul li a {
    font-size: 12px; }
  .instashop .instashop-main {
    padding: 0 5px; }
  .instashop .instashop-main .fs-has-links:after {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase; }

.store-page__container .store-header__container {
  height: 280px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .store-page__container .store-header__container {
      margin-bottom: 0; } }
  .store-page__container .store-header__container.header--large {
    height: 950px;
    padding: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
      .store-page__container .store-header__container.header--large {
        height: 300px;
        margin-top: 64px;
        padding: 50px; } }
  @media screen and (max-width: 767px) {
        .store-page__container .store-header__container.header--large .header-inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  .store-page__container .store-header__container.header--large .header-inner .breadcrumbs .breadcrumb-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .store-page__container .store-header__container.header--large .header-inner .breadcrumbs .breadcrumb-inner a {
    color: #fff; }
  .store-page__container .store-header__container.header--large .header-inner .section-title {
    margin-left: 50px; }
  @media screen and (max-width: 1024px) {
          .store-page__container .store-header__container.header--large .header-inner .section-title {
            margin-left: 0; } }
  .store-page__container .store-header__container.header--large .header-inner .section-title .title {
    color: #fff; }
  .store-page__container .store-header__container .header-inner {
    padding: 50px;
    height: 100%; }
  @media screen and (max-width: 767px) {
      .store-page__container .store-header__container .header-inner {
        padding: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
      .store-page__container .store-header__container .header-inner {
        padding-left: 0; } }
  .store-page__container .store-header__container .header-inner .section-title {
    width: 500px; }
  @media screen and (max-width: 767px) {
        .store-page__container .store-header__container .header-inner .section-title {
          width: unset; } }
  .store-page__container .store-header__container .header-inner .section-title .title {
    color: #000; }
  @media screen and (max-width: 767px) {
          .store-page__container .store-header__container .header-inner .section-title .title {
            font-size: 53px; } }
  .store-page__container .store-header__container .header-inner .section-title img {
    float: right; }
  @media screen and (max-width: 767px) {
          .store-page__container .store-header__container .header-inner .section-title img {
            float: none; } }
  .store-page__container .single-store__container {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 100px auto 50px; }
  @media screen and (max-width: 767px) {
      .store-page__container .single-store__container:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 1024px) {
    .store-page__container .single-store__container {
      margin: 50px auto;
      height: unset; } }
  @media screen and (max-width: 767px) {
    .store-page__container .single-store__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .store-page__container .single-store__container.align-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  @media screen and (max-width: 767px) {
      .store-page__container .single-store__container.align-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .store-page__container .single-store__container .store-image__container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  @media screen and (max-width: 767px) {
      .store-page__container .single-store__container .store-image__container {
        width: 100%; } }
  .store-page__container .single-store__container .store-information__container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
  @media screen and (min-width: 480px) and (max-width: 768px) and (orientation: portrait) {
      .store-page__container .single-store__container .store-information__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 15px; } }
  @media screen and (max-width: 767px) {
      .store-page__container .single-store__container .store-information__container {
        width: 100%;
        margin-top: 20px; } }
  @media screen and (min-width: 430px) and (max-width: 1024px) and (orientation: landscape) {
        .store-page__container .single-store__container .store-information__container .store-details {
          padding: 15px 0; } }
  .store-page__container .single-store__container .store-information__container .store-details, .store-page__container .single-store__container .store-information__container .store-opening, .store-page__container .single-store__container .store-information__container .social-icons {
    margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
        .store-page__container .single-store__container .store-information__container .store-details, .store-page__container .single-store__container .store-information__container .store-opening, .store-page__container .single-store__container .store-information__container .social-icons {
          padding: 15px 0; } }
  .store-page__container .single-store__container .store-information__container p {
    font-size: 16px;
    font-weight: 400;
    margin: 0; }
  .store-page__container .single-store__container .store-information__container p a {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline; }
  .store-page__container .single-store__container .store-information__container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 50%;
    height: 1px;
    background-color: #000; }
  .store-page__container .single-store__container .store-information__container .social-icons a {
    color: #f85d6f; }
  .store-page__container .single-store__container .store-information__container .social-icons a::after {
    background: #f85d6f; }

.blog-archive .archive-top {
  padding: 50px 100px 0 0; }
  @media (max-width: 768px) {
    .blog-archive .archive-top {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; } }
  .blog-archive .archive-top > div {
    width: 50%; }
  @media (max-width: 768px) {
      .blog-archive .archive-top > div {
        width: 100%;
        margin-bottom: 20px; } }
  .blog-archive .archive-top > div .line-left {
    padding-left: 0; }
  @media (max-width: 768px) {
        .blog-archive .archive-top > div .line-left {
          text-align: center; } }
  .blog-archive .archive-top > div .line-left:before {
    width: 50%;
    height: 2px; }
  .blog-archive .archive-top > div .line-left h1 {
    padding-left: calc(50% + 30px);
    font-size: 45px;
    font-weight: 500; }
  @media (max-width: 768px) {
          .blog-archive .archive-top > div .line-left h1 {
            display: inline-block;
            padding: 0 20px;
            background: #fff;
            position: relative; } }
  .blog-archive .archive-top form {
    margin-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    width: 50%;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  @media (max-width: 768px) {
      .blog-archive .archive-top form {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .blog-archive .archive-top form input {
    background-image: url(//cdn.shopify.com/s/files/1/2017/8131/t/61/assets/search-grey.svg?7812258097343854905);
    background-size: 18px 18px;
    background-position: 15px calc(50% - 1px);
    background-repeat: no-repeat;
    padding-left: 50px; }
  @media (max-width: 768px) {
        .blog-archive .archive-top form input {
          width: 50%;
          border-bottom: 1px solid #000;
          border-right: none; } }
  .blog-archive .archive-top form input::-webkit-input-placeholder {
    letter-spacing: 2px;
    font-size: 12px; }
  .blog-archive .archive-top form input:-moz-placeholder {
    letter-spacing: 2px;
    font-size: 12px; }
  .blog-archive .archive-top form input::-moz-placeholder {
    letter-spacing: 2px;
    font-size: 12px; }
  .blog-archive .archive-top form input:-ms-input-placeholder {
    letter-spacing: 2px;
    font-size: 12px; }
  .blog-archive .archive-top form button {
    width: 100%;
    max-width: 130px; }
  @media (max-width: 768px) {
        .blog-archive .archive-top form button {
          width: 50%; } }
  .blog-archive .blog-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .blog-archive .blog-sidebar {
    width: 200px; }
  @media (max-width: 768px) {
    .blog-archive .blog-sidebar {
      width: 100%; } }
  .blog-archive .blog-sidebar h2 {
    font-size: 28px;
    margin-bottom: 10px; }
  .blog-archive .blog-sidebar .padded-area {
    padding-left: 15px; }
  @media (max-width: 768px) {
      .blog-archive .blog-sidebar .padded-area {
        padding-left: 0; } }
  .blog-archive .blog-sidebar .padded-area .selectric-wrapper {
    margin-bottom: 10px; }
  .blog-archive .blog-articles {
    width: calc(100% - 200px); }
  @media (max-width: 768px) {
    .blog-archive .blog-articles {
      width: 100%;
      margin-bottom: 50px; } }
  .blog-archive .blog-articles .article-grid-item {
    width: 33.3333%;
    margin-bottom: 70px; }
  @media (max-width: 768px) {
      .blog-archive .blog-articles .article-grid-item {
        width: 100%; } }
  @media (min-width: 769px) {
      .blog-archive .blog-articles .article-grid-item.pushed {
        margin-left: -95px; } }

.article-header {
  margin-bottom: 100px; }
  .article-header svg {
    position: absolute;
    bottom: 0;
    left: 0; }

.article-custom h1 {
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 30px; }
  .article-custom h1 span {
    font-weight: 300;
    font-style: italic; }
  .article-custom .dynamic-cols.two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  .article-custom .dynamic-cols p {
    margin-bottom: 15px;
    font-weight: 300; }
  .article-custom .title-content {
    margin-bottom: 50px; }
  @media (max-width: 768px) {
    .article-custom .title-content {
      padding: 20px; } }
  @media (max-width: 768px) {
      .article-custom .title-content .squiggle {
        margin-bottom: 20px; } }
  .article-custom .title-content .squiggle img {
    width: 100%; }
  .article-custom .title-content .left-area {
    width: 25%; }
  @media (max-width: 768px) {
      .article-custom .title-content .left-area {
        width: 100%; } }
  .article-custom .title-content .left-area .squiggle {
    padding: 0; }
  .article-custom .title-content .right-area {
    width: 65%; }
  @media (max-width: 768px) {
      .article-custom .title-content .right-area {
        width: 100%; } }
  .article-custom .title-content .right-area .line-behind {
    margin-bottom: 15px; }
  .article-custom .title-content .right-area .line-behind:after {
    height: 2px; }
  .article-custom .side-text {
    position: absolute;
    left: -20px;
    font-weight: 500;
    bottom: 0;
    letter-spacing: 0.1px;
    font-size: 15px;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -moz-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    -o-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left; }
  .article-custom .side-text.top {
    bottom: auto;
    top: 0;
    -webkit-transform: rotate(-90deg) translateY(-50%) translateX(-100%);
    -moz-transform: rotate(-90deg) translateY(-50%) translateX(-100%);
    -ms-transform: rotate(-90deg) translateY(-50%) translateX(-100%);
    -o-transform: rotate(-90deg) translateY(-50%) translateX(-100%);
    transform: rotate(-90deg) translateY(-50%) translateX(-100%); }
  .article-custom .side-text.right {
    right: -20px;
    left: auto;
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -webkit-transform: rotate(90deg) translateY(-50%) translateX(0);
    -moz-transform: rotate(90deg) translateY(-50%) translateX(0);
    -ms-transform: rotate(90deg) translateY(-50%) translateX(0);
    -o-transform: rotate(90deg) translateY(-50%) translateX(0);
    transform: rotate(90deg) translateY(-50%) translateX(0); }
  .article-custom .side-text.right.top {
    -webkit-transform: rotate(90deg) translateY(-50%) translateX(100%);
    -moz-transform: rotate(90deg) translateY(-50%) translateX(100%);
    -ms-transform: rotate(90deg) translateY(-50%) translateX(100%);
    -o-transform: rotate(90deg) translateY(-50%) translateX(100%);
    transform: rotate(90deg) translateY(-50%) translateX(100%); }
  .article-custom .side-text span {
    color: #898989; }
  .article-custom .title-with-slider {
    margin-bottom: 30px; }
  @media (max-width: 768px) {
      .article-custom .title-with-slider > .flex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .article-custom .title-with-slider .bordered-slider {
    width: 55%;
    position: relative; }
  @media (max-width: 768px) {
      .article-custom .title-with-slider .bordered-slider {
        width: 100%;
        margin-bottom: 30px; } }
  .article-custom .title-with-slider .left-title {
    width: 45%;
    padding-top: 10%; }
  @media (max-width: 768px) {
      .article-custom .title-with-slider .left-title {
        width: 100%; } }
  .article-custom .title-with-slider .left-title .line-left {
    margin-left: -36px;
    padding-left: 0; }
  .article-custom .title-with-slider .left-title .line-left > * {
    padding-left: calc(30% + 30px);
    font-size: 50px;
    font-weight: 500; }
  .article-custom .title-with-slider .left-title .line-left:before {
    width: 30%;
    height: 2px; }
  .article-custom .images-section {
    margin-bottom: 30px; }
  .article-custom .images-section .eyes {
    padding: 200px 0; }
  @media (max-width: 768px) {
      .article-custom .images-section .eyes {
        padding: 80px 0; } }
  .article-custom .images-section .pushed-down {
    padding-top: 100px; }
  .article-custom .images-section .big {
    width: 70%; }
  @media (max-width: 768px) {
      .article-custom .images-section .big {
        width: 100%; } }
  .article-custom .images-section .grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .article-custom .images-section .image {
    position: relative;
    display: inline-block;
    width: 100%; }
  @media (max-width: 768px) {
      .article-custom .images-section .image {
        margin-bottom: 20px; } }
  .article-custom .images-section .image .side-relative {
    position: relative; }
  .article-custom .images-section .image.small {
    max-width: 75%; }
  .article-custom .images-section .image img {
    width: 100%; }
  .article-custom .images-section .image h2 {
    margin-top: 10px; }
  .article-custom .images-section .tiny {
    width: 46px;
    height: 46px; }
  .article-custom .image-row {
    margin-bottom: 30px; }
  .article-custom .image-row .text-section {
    width: 300px;
    padding-bottom: 10%;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  @media (max-width: 768px) {
      .article-custom .image-row .text-section {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 20px; } }
  .article-custom .image-row .text-section p {
    padding-top: 20px;
    border-top: 2px solid #000;
    margin: 0;
    font-weight: 300; }
  .article-custom .image-row .image-section {
    width: calc(100% - 300px); }
  @media (max-width: 768px) {
      .article-custom .image-row .image-section {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
  .article-custom .image-row .image-section img {
    width: 100%; }
  .article-custom .featured-collection {
    margin-bottom: 30px; }
  .article-custom .featured-collection .top-area .squiggle {
    padding: 0;
    margin-bottom: 20px; }
  .article-custom .featured-collection .top-area .squiggle .animateme {
    text-align: left; }
  .article-custom .featured-collection .top-area .squiggle .animateme img {
    width: 100px; }
  .article-custom .featured-collection .top-area h2 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2.2px;
    margin-bottom: 15px; }
  .article-custom .featured-collection > .flex-grid .product-grid-item {
    width: 25%; }
  @media (max-width: 768px) {
        .article-custom .featured-collection > .flex-grid .product-grid-item {
          width: 50%; } }
  .article-custom .featured-collection > .flex-grid .product-grid-item.pushed {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px); }
  .article-custom .triple-images img {
    width: 100%; }
  @media (max-width: 768px) {
      .article-custom .triple-images img {
        margin-bottom: 20px; } }
  .article-custom .prev-next {
    padding-bottom: 30px; }
  .article-custom .prev-next img {
    width: 20px; }

.article-2 header:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #000;
  display: block;
  pointer-events: none; }
  .article-2 .article-main .full-width-image {
    width: 100%;
    line-height: 0; }
  .article-2 .article-main .full-width-image img {
    width: 100%; }
  .article-2 .article-main .content-block {
    font-size: 14px;
    line-height: 18px; }
  .article-2 .article-main .content-block li, .article-2 .article-main .content-block p {
    font-size: inherit;
    line-height: inherit; }

.article-section {
  margin-bottom: 0;
  overflow: visible; }
  @media (max-width: 768px) {
  .article-section {
    padding: 0 50px; } }
  .article-section.article-shoot-info {
    font-size: 20px;
    margin-bottom: 50px; }
  .article-section.article-image-and-textbox {
    margin-bottom: 50px; }
  .article-section.article-image-and-textbox .content-area {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 769px) {
      .article-section.article-image-and-textbox .content-area {
        padding-top: 0;
        padding-bottom: 0; } }
  .article-section.article-image-and-textbox .images-section {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .article-section.article-image-and-textbox .images-section.left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  @media (max-width: 768px) {
        .article-section.article-image-and-textbox .images-section.left {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2; } }
  .article-section.article-image-and-textbox .images-section .image-slider img {
    width: 100%; }
  .article-section.article-image-and-textbox .images-section .image-slider .slick-prev, .article-section.article-image-and-textbox .images-section .image-slider .slick-next {
    top: calc(100% + 13px);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .article-section.article-image-and-textbox .images-section .image-slider .slick-prev img, .article-section.article-image-and-textbox .images-section .image-slider .slick-next img {
    width: 10px; }
  .article-section.article-image-and-textbox .images-section .image-slider .slick-prev:before, .article-section.article-image-and-textbox .images-section .image-slider .slick-next:before {
    display: none; }
  .article-section.article-quote {
    margin-bottom: 50px; }
  .article-section.article-quote blockquote {
    position: relative;
    font-size: 20px;
    line-height: 35px; }
  .article-section.article-quote blockquote .speech-mark {
    position: absolute;
    font-size: 45px;
    line-height: 15px; }
  .article-section.article-quote blockquote .speech-mark:first-child {
    bottom: 100%;
    right: 100%; }
  .article-section.article-quote blockquote .speech-mark:last-child {
    top: 100%;
    left: 100%; }

.wishlists h1 {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px; }
  .wishlists h3 {
    margin-bottom: 20px; }
  .wishlists .esc-wishlist-share > * {
    font-size: 12px !important;
    text-transform: none;
    letter-spacing: 1px;
    display: inline-block; }
  @media (max-width: 768px) {
      .wishlists .esc-wishlist-share > * {
        margin-bottom: 3px; } }
  .wishlists .esc-wishlist-products .esc-wishlist-product-item {
    background: none !important;
    border: none !important; }
  .wishlists .esc-wishlist-products .esc-wishlist-product-item .esc-wishlist-product-item-title a {
    text-transform: none !important; }
  .wishlists .esc-wishlist-products .esc-wishlist-product-item .esc-wishlist-product-item-price div {
    font-size: 0; }
  .wishlists .esc-wishlist-products .esc-wishlist-product-item .esc-wishlist-product-item-price div span {
    font-size: 14px; }
  .wishlists .esc-wishlist-add input, .wishlists .esc-wishlist-item-edit input {
    border: 1px solid #000;
    height: 36px;
    padding: 0 10px; }
  .wishlists .esc-wishlist-add input[disabled="disabled"], .wishlists .esc-wishlist-item-edit input[disabled="disabled"] {
    background: #fff; }
  .wishlists .esc-wishlist-item-name a {
    text-transform: none; }

.wholesale-header .caption {
  background: #fff;
  padding: 50px;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 8px solid #000;
  max-width: calc(100% - 40px);
  min-width: 320px; }
  .wholesale-header .caption span, .wholesale-header .caption p {
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .wholesale-header .caption {
      padding: 20px; }
      .wholesale-header .caption h1 {
        font-size: 36px; } }
  .wholesale-header .caption a {
    color: #000 !important;
    font-weight: bold; }

.landing-header {
  padding-bottom: 0;
  padding-top: 30px; }
  .landing-header h1 {
    font-size: 40px;
    margin-bottom: 20px; }

@media (max-width: 768px) {
      .template-full-product-half .product-images {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (max-width: 768px) {
    .template-full-product-half .product-images .product-image {
      width: 100% !important; } }
  .template-full-product-half .slick-prev {
    left: 20px;
    z-index: 2; }
  .template-full-product-half .slick-next {
    right: 20px; }
  .template-full-product-half .product-half {
    height: 65vw; }
  @media (max-width: 768px) {
    .template-full-product-half .product-half {
      width: 50%; } }
  @media (max-width: 480px) {
    .template-full-product-half .product-half {
      width: 100%;
      height: auto; } }
  .template-full-product-half .product-half__info {
    max-height: 100vh; }
  @media (max-width: 768px) {
      .template-full-product-half .product-half__info {
        max-height: none; } }
  .template-full-product-half .product-half.product-image, .template-full-product-half .product-half.product-main__image .product-image {
    height: 65vw; }
  @media (max-width: 768px) {
      .template-full-product-half .product-half.product-image, .template-full-product-half .product-half.product-main__image .product-image {
        height: 120vw; } }
  .template-full-product-half .product-half.product-image img, .template-full-product-half .product-half.product-main__image .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block; }
  @media (max-width: 768px) {
    .template-full-product-half .product-main .product-half {
      height: auto;
      width: 100%; }
      .template-full-product-half .product-main img {
        height: auto; } }
  @media (max-width: 768px) {
    .template-full-product-half .product-main__information {
      padding: 15px;
      text-align: center; }
      .template-full-product-half .product-main__information .mobile-only.add-to-wishlist-container {
        margin: 10px 0 30px; }
      .template-full-product-half .product-main__information h1 {
        padding-left: 0; }
      .template-full-product-half .product-main__information .esc-wishlist__add-to-wishlist__icon-group__icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; }
      .template-full-product-half .product-main__information .social-sharing .flex {
        margin: auto; }
      .template-full-product-half .product-main__information .flex.product-action-flex {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between; }
        .template-full-product-half .product-main__information .flex.product-action-flex .variant-selects {
          width: 50%; }
          .template-full-product-half .product-main__information .flex.product-action-flex .variant-selects .selector-wrapper.js, .template-full-product-half .product-main__information .flex.product-action-flex .variant-selects .selectric-wrapper.selectric-nice-select {
            max-width: 100%; }
        .template-full-product-half .product-main__information .flex.product-action-flex .add-to-cart-container {
          max-width: 50%; }
        .template-full-product-half .product-main__information .flex.product-action-flex .pay-after-extra {
          width: 200%;
          position: relative;
          left: -100%;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center; } }
  .template-full-product-half h1 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 35px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .template-full-product-half h1 {
      font-size: 15px;
      line-height: 26px;
      letter-spacing: 1.1px;
      padding: 0 30px; } }
  .template-full-product-half .product-price {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1.8px;
    margin-bottom: 20px; }
  @media (max-width: 768px) {
    .template-full-product-half .product-price {
      font-size: 16px; } }
  .template-full-product-half .product-price .money {
    opacity: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .template-full-product-half .product-price .money[data-vat-added="true"], .template-full-product-half .product-price .money[data-currency-usd], .template-full-product-half .product-price .money[data-currency-eur], .template-full-product-half .product-price .money[data-currency-aud], .template-full-product-half .product-price .money[data-currency-jpy] {
    opacity: 1; }
  .template-full-product-half .product-price .money.strikethrough {
    text-decoration: line-through; }
  .template-full-product-half .stock-status {
    margin-bottom: 20px; }
  .template-full-product-half .product-colors {
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    .template-full-product-half .product-colors {
      padding: 0 30px; } }
  .template-full-product-half .product-colors header {
    margin-bottom: 10px;
    font-size: 13px;
    text-align: left; }
  .template-full-product-half .product-colors .flex-grid {
    margin: 0 -10px; }
  .template-full-product-half .product-colors .flex-grid > * {
    padding: 0 10px;
    margin-bottom: 20px; }
  .template-full-product-half .product-colors .flex-grid > * a {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 100%; }
  .template-full-product-half .product-colors .flex-grid > * a:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
  .template-full-product-half .product-colors .flex-grid > * a.active:after {
    opacity: 1;
    visibility: visible; }
  .template-full-product-half .product-action-flex {
    margin-bottom: 60px; }
  @media (max-width: 768px) {
    .template-full-product-half .product-action-flex {
      margin-bottom: 30px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .template-full-product-half .product-action-flex .variant-selects {
    max-width: 200px;
    width: 100%; }
  @media (max-width: 768px) {
      .template-full-product-half .product-action-flex .variant-selects {
        width: auto;
        min-width: 130px; } }
  .template-full-product-half .product-action-flex .variant-selects select {
    width: 100%; }
  .template-full-product-half .product-action-flex button, .template-full-product-half .product-action-flex select {
    height: auto; }
  .template-full-product-half .product-action-flex .add-to-cart-container {
    max-width: 200px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .template-full-product-half .product-action-flex .add-to-cart-container button {
    font-weight: 300;
    width: 100%; }
  .template-full-product-half .accordion {
    margin-bottom: 50px; }
  .template-full-product-half .accordion .accordion-header a {
    text-transform: none; }
  @media (max-width: 768px) {
        .template-full-product-half .accordion .accordion-header a {
          text-align: left; } }
  @media (min-width: 769px) {
    .template-full-product-half .accordion {
      max-width: 400px; } }
  .template-full-product-half #completeLook {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    max-width: none;
    padding-top: 120px;
    overflow-x: hidden; }
  .template-full-product-half #completeLook h2.active {
    margin: auto;
    font-weight: bold;
    padding-bottom: 30px; }
  .template-full-product-half #completeLook .product-grid-item {
    padding: 0;
    width: 25%; }
  @media (max-width: 768px) {
      .template-full-product-half #completeLook .product-grid-item {
        width: 50%; } }
  .template-full-product-half #completeLook .product-bottom.text-center {
    display: none; }

.slidedown-add-to-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid black;
  height: 47px;
  opacity: 0;
  -webkit-transform: translateY(-47px);
  -moz-transform: translateY(-47px);
  -ms-transform: translateY(-47px);
  -o-transform: translateY(-47px);
  transform: translateY(-47px);
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
  .slidedown-add-to-cart.show-slidedown-header {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .show-header .slidedown-add-to-cart.show-slidedown-header {
    -webkit-transform: translateY(83px);
    -moz-transform: translateY(83px);
    -ms-transform: translateY(83px);
    -o-transform: translateY(83px);
    transform: translateY(83px); }
  @media (max-width: 1024px) {
      .show-header .slidedown-add-to-cart.show-slidedown-header {
        -webkit-transform: translateY(64px);
        -moz-transform: translateY(64px);
        -ms-transform: translateY(64px);
        -o-transform: translateY(64px);
        transform: translateY(64px); } }
  .slidedown-add-to-cart button {
    height: 100%;
    border-bottom: 0; }

.grid-layout__title {
  width: 700px;
  max-width: 100%;
  padding: 50px 15px 60px; }
  .grid-layout__title.align-middle {
    text-align: center;
    margin: auto; }
  .grid-layout__title.align-left {
    text-align: left; }
  .grid-layout__title.align-right {
    text-align: right;
    margin-left: auto; }
  .grid-layout__title h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: lowercase;
    font-weight: 500;
    padding-bottom: 15px; }
  @media (max-width: 768px) {
    .grid-layout .block-count-4 {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .grid-layout .block-count-4 .grid-layout__block {
        width: 50%;
        min-width: 50%; } }
  @media (max-width: 480px) {
    .grid-layout .block-count-4 {
      display: block; }
      .grid-layout .block-count-4 .grid-layout__block {
        width: 100%; } }
  @media (max-width: 480px) {
    .grid-layout .block-count-3 {
      display: block; } }
  .grid-layout__block {
    height: 500px;
    position: relative;
    text-transform: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .grid-layout__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; }
  .grid-layout img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .grid-layout h2 {
    position: relative;
    z-index: 2; }
