@charset "UTF-8";
@font-face {
  font-family: 'GT Flexa Timberland';
  src: url("../woff2/gt-flexa-tl-black.woff2") format("woff2"), url("../woff/gt-flexa-tl-black.woff") format("woff"), url("../ttf/gt-flexa-tl-black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GT Flexa Timberland Outline';
  src: url("../woff2/gt-flexa-tl-blackoutline.woff2") format("woff2"), url("../woff/gt-flexa-tl-blackoutline.woff") format("woff"), url("../ttf/gt-flexa-tl-blackoutline.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 70.5em;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.625em;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.625em;
  padding-right: 0.625em;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-collapse-half > .column,
  .row.small-collapse-half > .columns {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.small-collapse-half .row {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
}

@media only screen and (min-width: 40em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-collapse-half > .column,
  .row.medium-collapse-half > .columns {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.medium-collapse-half .row {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-collapse-half > .column,
  .row.large-collapse-half > .columns {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.large-collapse-half .row {
    padding-left: 0.3125em;
    padding-right: 0.3125em;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625em;
    padding-right: 0.625em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../eot/iconfont.eot");
  /* IE9*/
  src: url("../eot/iconfontd41d.eot#iefix") format("embedded-opentype"), url("../woff/iconfont.woff") format("woff"), url("../ttf/iconfont.ttf") format("truetype"), url("../svg/iconfont.svg#iconfont") format("svg");
  /* iOS 4.1- */
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-more:before {
  content: "\e60e";
}

.icon-weibo:before {
  content: "\e600";
}

.icon-twitter:before {
  content: "\e601";
}

.icon-videoyoutube:before {
  content: "\e60b";
}

.icon-search:before {
  content: "\e602";
}

.icon-arrow:before {
  content: "\e604";
}

.icon-email:before {
  content: "\e603";
}

.icon-ok:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e606";
}

.icon-instagram:before {
  content: "\e607";
}

.icon-wechat:before {
  content: "\e60f";
}

.icon-blog:before {
  content: "\e608";
}

.icon-tianmao:before {
  content: "\e609";
}

.icon-douban:before {
  content: "\e60a";
}

.icon-eyarn01:before {
  content: "\e60c";
}

.icon-eyarn011:before {
  content: "\e60d";
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.dot-line {
  background: url("../png/doubleborderline.png") no-repeat center bottom;
  margin: 36px auto 20px;
  padding-bottom: 22px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.085em;
  line-height: 1.1;
}

/*.hk,.tw,.cn{
	.dot-line{
		font-family: $font_family2_hk;
	}
}
.jp{
	.dot-line{
		font-family: $font_family2_jp;
	}
}
.kr{
	.dot-line{
		font-family: $font_family2_kr;
	}
}*/
hr {
  background: url("../png/doubleborderline.png") repeat-x center bottom;
  display: block;
  border: none;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 22px;
  vertical-align: top;
}

.breadcrumb {
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #d3d3d3;
}

.breadcrumb .separator {
  padding-left: 2px;
  padding-right: 2px;
}

.breadcrumb .back-btn {
  position: relative;
  padding-left: 22px;
}

.breadcrumb .back-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #332B28;
}

.breadcrumb .back-btn:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  border-color: transparent #ffffff transparent transparent;
}

.uppercase {
  text-transform: uppercase;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.hexagon {
  position: relative;
  width: 62px;
  height: 36px;
  background-color: #332B28;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  margin: 18px 0;
  z-index: 10;
}

.hexagon:before {
  content: '';
  height: 36px;
  display: inline-block;
  vertical-align: middle;
}

.hexagon span {
  display: inline-block;
  vertical-align: middle;
}

.hexagon span:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 31px 18px 31px;
  border-color: transparent transparent #332B28 transparent;
}

.hexagon span:after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 31px 0 31px;
  border-color: #332B28 transparent transparent transparent;
}

.btn {
  background: #2B2B2B;
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  line-height: 1.2;
  text-align: center;
  padding: 13px 40px;
  font-size: 13px;
  border: none;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn:hover {
  color: #fff;
  background-color: #F5A019;
  text-decoration: none;
}

.btn-block {
  width: 100%;
}

.content-area input[type="text"] {
  height: 42px;
  font-size: 14px;
  padding: 12px;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 1px 2px 1px 1px whitesmoke inset;
  -webkit-box-shadow: 1px 2px 1px 1px whitesmoke inset;
  box-shadow: 1px 2px 1px 1px whitesmoke inset;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content-area input[type="text"]:focus {
  border-color: #F5A019;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.select {
  position: relative;
}

.select:before {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  background: url("../svg/arrow_down_black.svg") no-repeat right center;
}

.select select {
  height: 42px;
  padding: 7px;
  border: 1px solid #222;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

.select select::-ms-expand {
  display: none;
}

.select select:focus {
  border-color: #d3d3d3;
}

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

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

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

.aspect-ratio {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}

.aspect-ratio .video-wrapper,
.aspect-ratio iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio .mejs-container {
  outline: none;
  width: 100% !important;
  height: 100% !important;
}

.aspect-ratio .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #F09D2D;
}

.aspect-ratio .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  top: 5px;
}

.aspect-ratio-16-9 {
  padding-bottom: 56.25%;
}

.bg-beige {
  background-color: #F3F1E9;
}

.no-inlinesvg #loading-spinner .activity-indicator {
  background: url("../png/loading.png") no-repeat;
}

#loading-spinner {
  z-index: 99999;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
  width: 200px;
  height: 200px;
  background-color: #656565;
  opacity: 0.9;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#loading-spinner .activity-indicator {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 74px;
  height: 74px;
  margin-left: -37px;
  background: url("../png/loading_2x.png") no-repeat;
  -moz-background-size: 74px 874px;
  -o-background-size: 74px 874px;
  -webkit-background-size: 74px 874px;
  background-size: 74px 874px;
}

#loading-spinner .loading-spinner-text {
  position: absolute;
  bottom: 23px;
  left: 0;
  text-align: center;
  width: 100%;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

a:hover .play-icon {
  border-left-color: #F09D2D;
}

.play-icon {
  position: relative;
  display: block;
  width: 80px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -40px;
  background-color: #F5A019;
  background-color: rgba(245, 160, 25, 0.9);
}

.play-icon:hover {
  background-color: #F5A019;
}

.play-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #fff;
}

.play-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #F5A019;
}

.responsive-text {
  position: relative;
}

.responsive-text > a {
  display: block;
  position: relative;
}

.responsive-text > a:hover {
  text-decoration: none;
}

.responsive-text img {
  display: block;
}

.responsive-text .wrapper {
  font-size: 14px;
}

.responsive-text .wrapper h1 {
  font-size: 16px;
  line-height: 1.15;
  margin-top: 10px;
  margin-bottom: 4px;
}

.responsive-text .wrapper p {
  margin-top: 4px;
  margin-bottom: 0;
}

.responsive-text .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.responsive-text .outer {
  display: table;
  width: 100%;
  height: 100%;
}

.responsive-text .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.responsive-text .inner > div {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.responsive-text .border-btn {
  display: inline-block;
  border: 2px solid #fff;
  padding: 0.75em 1.875em;
  font-size: 0.9em;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 0.6em;
  color: #fff;
  font-weight: 700;
}

.responsive-text .border-btn a {
  color: #fff;
}

.responsive-text .text-shadow {
  text-shadow: 0px 0px 6px #666;
}

.responsive-text h1 {
  font-size: 3.5em;
  line-height: 0.96;
  margin: 0.2em 0;
}

.responsive-text h2 {
  font-size: 1.2em;
  line-height: 1;
  margin: 0.2em 0;
}

.responsive-text h3 {
  line-height: 1;
  margin: 0.2em 0;
}

.item .inner h1, .item .inner h3 {
  font-size: 2em;
}

.h1-larger .inner h1 {
  font-size: 2.8em;
}

.banner {
  margin-bottom: 10px;
}

.banner-full-width img {
  width: 100%;
  height: auto;
}

.read-more-btn {
  font-size: 12px;
  color: #F5A019;
}

.read-more-btn:hover {
  color: #222;
  text-decoration: none;
}

.background-black {
  background-color: #000;
}

span.loading {
  background-image: url("../png/loading_2x.png");
  background-repeat: no-repeat;
  -moz-background-size: 74px 874px;
  -o-background-size: 74px 874px;
  -webkit-background-size: 74px 874px;
  background-size: 74px 874px;
  width: 74px;
  height: 74px;
  display: inline-block;
  vertical-align: top;
}

.paging-navigation {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}

.paging-navigation .current {
  font-weight: bold;
  text-decoration: underline;
}

.paging-navigation .page-numbers {
  padding: 6px;
}

.four-small-banner,
.two-columns-banner {
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.four-small-banner h1 {
  line-height: 1;
  font-size: 1.1em;
}

.error-404 {
  text-align: center;
  padding-top: 6%;
  padding-bottom: 6%;
}

.error-404 h1 {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 2em !important;
}

.error-404 .suggestion {
  margin-top: 40px;
}

.error-404 .suggestion .columns {
  margin-bottom: 30px;
}

.error-404 .suggestion a {
  display: block;
  text-align: center;
}

.error-404 .suggestion img {
  display: inline-block;
  vertical-align: top;
}

.error-404 .suggestion span {
  display: block;
  font-weight: bold;
  margin-top: 6px;
}

.small-collapse-half {
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.btn-link {
  text-decoration: underline;
}

.btn-link:hover {
  color: #F5A019;
}

/**/
.for-desktop-only {
  display: none !important;
}

.for-mobile-only {
  display: block !important;
}

/**/
.popup {
  display: none;
  max-width: 100%;
  width: 96%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  left: 50% !important;
  margin-left: -48%;
  padding: 50px 10px 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  background-color: #4B668B;
  color: #fff;
  text-indent: 1px;
  font-family: arial;
}

.popup .close-btn:hover {
  background-color: #F09D2D;
  text-decoration: none;
}

.popup .content {
  position: relative;
}

.popup-product .content .featured-image {
  margin-bottom: 10px;
  cursor: default;
}

.popup-product .content .featured-image .enlarge {
  display: none;
}

.popup-product .content .color-select {
  margin-bottom: 0;
}

.popup-product .content .button1, .popup-product .content .button2, .popup-product .content .button3, .popup-product .content .social-media, .popup-product .content .video {
  display: none;
}

.popup-video {
  padding: 0;
  background-color: #000;
}

.popup-video .close-btn {
  top: -40px;
}

.slick-slider {
  position: relative;
  margin-bottom: 36px;
}

.slick-slider.theme-1 .slide, .slick-slider.theme-2 .slide {
  position: absolute;
  top: 0;
  left: 0;
}

.slick-slider.theme-1 .slide:first-child, .slick-slider.theme-2 .slide:first-child {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
}

.slick-slider.theme-2 {
  margin-bottom: 14px;
}

.slick-slider.theme-2 .slick-list {
  margin-bottom: 0;
}

.slick-slider.theme-2 .slick-dots {
  left: 0;
  bottom: 10px;
  padding-left: 6px;
  text-align: left;
}

.slick-slider.theme-2 .slick-dots li:hover button, .slick-slider.theme-2 .slick-dots li.slick-active button {
  background-color: #fff;
}

.slick-slider.theme-2 .slick-dots li button {
  border-color: #fff;
}

.slick-slider.theme-3 .slick-prev,
.slick-slider.theme-3 .slick-next {
  width: 20px;
  height: 100%;
  top: 0;
  margin-top: 0;
}

.slick-slider.theme-3 .slick-prev {
  left: -30px;
}

.slick-slider.theme-3 .slick-next {
  right: -30px;
}

.slick-slider.theme-3 .slick-list {
  margin-bottom: 0;
}

.slick-slider.theme-3 .slick-slide > * {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-slider.theme-4 > button {
  background-color: transparent;
}

.slick-slider.theme-4 > button:hover {
  background-color: whitesmoke;
}

.slick-slider.theme-4 .slick-prev,
.slick-slider.theme-4 .slick-next {
  width: 18px;
  height: 100%;
  top: 0;
  margin-top: 0;
}

.slick-slider.theme-4 .slick-prev {
  background-image: url("../svg/arrow_left_black.svg");
  left: -18px;
}

.slick-slider.theme-4 .slick-next {
  background-image: url("../svg/arrow_right_black.svg");
  right: -18px;
}

.slick-slider.theme-4 .slick-list {
  margin-bottom: 0;
}

.slick-slider .slick-list {
  margin-bottom: 14px;
}

.slick-slider > button {
  background-color: #332B28;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 2;
}

.slick-slider > button:hover {
  background-color: #F5A019;
}

.slick-slider .slick-prev {
  background-image: url("../svg/arrow_left_white.svg");
  left: 0;
}

.slick-slider .slick-next {
  background-image: url("../svg/arrow_right_white.svg");
  right: 0;
}

.slick-slider .slick-dots {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.slick-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  margin-right: 4px;
}

.slick-slider .slick-dots li:hover button, .slick-slider .slick-dots li.slick-active button {
  background-color: #332B28;
}

.slick-slider .slick-dots li button {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #332B28;
  text-indent: -9999px;
  background-color: transparent;
}

.teaser-products {
  margin-bottom: 20px;
}

.teaser-products article {
  width: 100% !important;
  margin-right: 0 !important;
  border: none !important;
}

.square-banner {
  background-color: #F3F1E9;
}

.square-banner .item {
  margin-bottom: 0.625em;
}

.square-banner .item.video-ready .play-btn,
.square-banner .item.video-ready .read-more {
  opacity: 1;
}

.square-banner .item.video-playing:hover .play-btn,
.square-banner .item.video-playing:hover .read-more {
  opacity: 1;
}

.square-banner .item.video-playing:hover .content {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.square-banner .item.video-playing .video {
  opacity: 1;
}

.square-banner .item.video-playing .content {
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.square-banner .item .item-link {
  display: block;
  position: relative;
}

.square-banner .item .item-link:hover .content {
  background-color: #F5A019;
  background-color: rgba(245, 160, 25, 0.8);
}

.square-banner .item .item-link-with-image {
  padding-bottom: 66.85393%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.square-banner .item .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.85393%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.square-banner .item .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 122%;
  margin-top: -1%;
  margin-left: -11%;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.square-banner .item .play-btn {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 44px;
  height: 44px;
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.square-banner .item .play-icon {
  width: 44px;
  height: 44px;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
}

.square-banner .item .read-more {
  position: absolute;
  bottom: 0;
  right: 5px;
  padding: 12px 15px;
  color: #fff;
  font-size: 14px;
  height: 44px;
  background-color: #F5A019;
  background-color: rgba(245, 160, 25, 0.9);
  opacity: 0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.square-banner .item .read-more:hover {
  background-color: #F5A019;
  text-decoration: none;
}

.square-banner .item .featured-image {
  display: block;
}

.square-banner .item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.square-banner .item .outer {
  display: table;
  width: 100%;
  height: 100%;
}

.square-banner .item .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans", arial, sans-serif;
}

.hk .home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw .home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn .home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.jp .home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.kr .home .square-banner .item h1 {
  font-family: "Source Code Pro", "Noto Sans KR", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

.get-the-look-overview {
  margin-bottom: 14px;
}

.get-the-look-overview .get_the_look {
  width: 282px;
}

.get-the-look-overview .featured-image-link {
  text-align: center;
  display: block;
  padding-left: 0.3125em;
  padding-right: 0.3125em;
}

.get-the-look-overview .featured-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.get-the-look-overview .info {
  text-align: center;
}

.get-the-look-overview .entry-title {
  font-size: 16px;
}

.get-the-look-overview .number-of-item {
  font-size: 14px;
  color: #F5A019;
}

.kr .get-the-look-overview .number-of-item {
  display: none;
}

.slick-carousel-get-the-look .slick-track {
  margin-left: auto;
  margin-right: auto;
}

.landing-menu {
  margin-bottom: 14px;
}

.landing-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-menu a {
  display: block;
}

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

.landing-menu .menu > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 25px;
}

.landing-menu .menu > li > a {
  font-weight: 700;
}

.landing-menu .menu > li > .sub-menu {
  margin-top: 5px;
}

.landing-menu .menu > li > .sub-menu a {
  padding: 4px;
}

.landing-menu .menu > li > .sub-menu > li > a {
  font-weight: 700;
}

.landing-menu .menu > li > .sub-menu > li > .sub-menu {
  display: none;
}

.iconfont {
  -webkit-text-stroke-width: 0;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html, body {
  height: auto;
}

body {
  font-family: "Source Code Pro", "Noto Sans", arial, sans-serif;
  overflow-y: scroll;
}

.hk body {
  font-family: "Source Code Pro", "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw body {
  font-family: "Source Code Pro", "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn body {
  font-family: "Source Code Pro", "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.kr body {
  font-family: "Source Code Pro", "Noto Sans KR", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

.jp body {
  font-family: "Source Code Pro", "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: underline;
}

#container {
  position: relative;
}

#container > .inner {
  margin-left: auto;
  margin-right: auto;
}

#container > .inner .site-main .page .entry-content a {
  text-decoration: underline;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.loading-wrapper {
  height: 74px;
  margin-bottom: 20px;
}

h1,
.h1,
.single-product h1.entry-title {
  font-family: "GT Flexa Timberland", arial, sans-serif;
}

.hk h1,
.hk .h1,
.hk .single-product h1.entry-title {
  font-family: "GT Flexa Timberland", "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw h1,
.tw .h1,
.tw .single-product h1.entry-title {
  font-family: "GT Flexa Timberland", "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn h1,
.cn .h1,
.cn .single-product h1.entry-title {
  font-family: "GT Flexa Timberland", "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.jp h1,
.jp .h1,
.jp .single-product h1.entry-title {
  font-family: "GT Flexa Timberland", "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.kr h1,
.kr .h1,
.kr .single-product h1.entry-title {
  font-family: "GT Flexa Timberland", "Noto Sans JP", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans", arial, sans-serif;
}

.hk h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.jp h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.kr h1.entry-title {
  font-family: "Source Code Pro", "Noto Sans KR", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

.font-weight-bold > a {
  font-weight: 700 !important;
}

.site-header {
  background-color: #332b28;
  padding-top: 8px;
  color: #fff;
  position: relative;
  z-index: 1000;
}

.site-header a {
  color: #fff;
}

.site-header .search-form {
  position: absolute;
  top: 48px;
  right: 0;
  width: 100%;
  z-index: 10;
}

.site-header .search-show .search-row {
  display: block;
}

.site-header .search-toggle {
  position: absolute;
  top: -48px;
  right: 0;
  border: none;
  background-color: transparent;
  width: 50px;
  height: 48px;
  padding: 0;
  font-size: 24px;
}

.site-header .search-row {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  display: none;
}

.site-header .search-field {
  padding: 10px;
  border: none;
  width: 70%;
  height: 36px;
  color: #222;
  background-color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header .search-btn {
  padding: 6px;
  background-color: #F5A019;
  border: 1px solid #fff;
  width: 30%;
  height: 36px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.site-header .search-btn:before {
  display: none;
}

.site-header .search-btn:hover {
  background-color: #e5910a;
}

.site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans", arial, sans-serif;
}

.hk .site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw .site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn .site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.jp .site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.kr .site-header .search-btn span {
  font-family: "Source Code Pro", "Noto Sans KR", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

.site-branding {
  padding-bottom: 8px;
}

.no-inlinesvg .site-title a {
  background-image: url("../png/logo_560.png");
}

.site-title {
  margin: 0 auto;
  width: 36px;
  height: 32px;
}

.site-title a {
  background-image: url("../svg/logo_560.svg");
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.main-navigation.menu-open .menu-toggle .bar {
  display: none;
}

.main-navigation.menu-open .menu-toggle .close {
  display: block;
}

.main-navigation.menu-open .menu-primary-menu-container {
  display: block;
}

.main-navigation.menu-open ~ .search-show .search-row {
  display: none;
}

.main-navigation .menu-toggle {
  display: block;
  width: 56px;
  height: 48px;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}

.main-navigation .menu-toggle:hover .bar {
  background-color: #F5A019;
}

.main-navigation .menu-toggle:hover .bar:before, .main-navigation .menu-toggle:hover .bar:after {
  background-color: #F5A019;
}

.main-navigation .menu-toggle:hover .close {
  color: #fff;
}

.main-navigation .menu-toggle .bar {
  background-color: #fff;
  display: block;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -1.5px;
}

.main-navigation .menu-toggle .bar:before {
  content: '';
  position: absolute;
  top: -8px;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
}

.main-navigation .menu-toggle .bar:after {
  content: '';
  position: absolute;
  top: 8px;
  display: block;
  width: 28px;
  height: 3px;
  background-color: #fff;
}

.main-navigation .menu-toggle .close {
  display: none;
  font-family: arial;
  font-size: 32px;
  color: #9b9491;
}

.menu-primary-menu-container {
  position: relative;
  overflow: hidden;
  display: none;
}

.menu-primary-menu-container #lang_sel_list,
.menu-primary-menu-container .lang_sel_list_horizontal {
  border-top: 1px dotted #4f4847;
}

.menu-primary-menu-container #lang_sel_list ul,
.menu-primary-menu-container .lang_sel_list_horizontal ul {
  text-align: center;
}

.menu-primary-menu-container #lang_sel_list li,
.menu-primary-menu-container .lang_sel_list_horizontal li {
  display: inline-block;
  border-top: none;
}

.menu-primary-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-primary-menu-container li {
  border-top: 1px dotted #4f4847;
}

.menu-primary-menu-container .header-sub-menu-item a {
  color: #F5A019;
}

.menu-primary-menu-container .header-sub-menu-item a:hover {
  color: #fff;
}

.menu-primary-menu-container a {
  display: block;
  padding: 12px 33.33333px;
}

.menu-primary-menu-container a:hover {
  text-decoration: none;
  background-color: #ef970a;
}

.menu-primary-menu-container .menu-item-has-children > a {
  position: relative;
}

.menu-primary-menu-container .menu-item-has-children > a:before {
  content: '';
  background: url("../svg/arrow_right_white.svg") no-repeat;
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5.5px;
}

.menu-primary-menu-container .js-generated > a {
  text-align: center;
  position: relative;
}

.menu-primary-menu-container .js-generated > a:before {
  content: '';
  background: url("../svg/arrow_left_white.svg") no-repeat;
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -5.5px;
}

.menu-primary-menu-container .menu {
  position: relative;
  left: 0;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}

.menu-primary-menu-container .menu > .menu-item > a {
  letter-spacing: 0.11em;
}

.menu-primary-menu-container .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: none;
  background-color: #3C3533;
}

.header-sub-navigation {
  display: none;
}

.site-footer {
  background-color: #332b28;
  padding-top: 45px;
  color: #fff;
  text-align: center;
}

.site-footer h5 {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.site-footer p {
  font-size: 12px;
  color: #a0a0a0;
  margin: 0 0 12px;
}

.site-footer .back-to-top-btn {
  color: #F5A019;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer .back-to-top-btn:hover {
  text-decoration: none;
  color: #fff;
}

.site-footer .back-to-top-btn span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.site-footer .back-to-top-btn .arrow-up {
  position: relative;
  top: -4px;
  font-family: arial;
  font-size: 32px;
}

.no-inlinesvg .footer-branding {
  background-image: url("../png/logo_1108.png");
}

.footer-branding {
  width: 165px;
  height: 29px;
  background-image: url("../svg/logo_1108.svg");
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.footer-branding a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.footer-extra {
  padding-top: 45px;
  padding-bottom: 20px;
}

.footer-extra > div {
  margin-bottom: 16px;
}

.footer-navigation a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 8px 24px;
  text-align: left;
}

.footer-navigation a:hover {
  text-decoration: none;
}

.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-navigation .menu > li:first-child > a {
  border-top: 1px solid #48413e;
}

.footer-navigation .menu > li > a {
  border-bottom: 1px solid #48413e;
  text-transform: uppercase;
}

.footer-navigation .sub-menu {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #48413e;
  display: none;
}

.footer-navigation .sub-menu.active {
  display: block;
}

.footer-navigation .sub-menu a {
  color: #F5A019;
  border-top: none;
  font-size: 14px;
}

.footer-navigation .sub-menu a:hover {
  color: #fff;
}

.footer-find-store {
  margin-bottom: 7px;
}

.footer-find-store .store-locator-btn {
  background-color: #F5A019;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 44px;
  text-transform: uppercase;
}

.footer-find-store .store-locator-btn:hover {
  text-decoration: none;
  background-color: #000;
}

.footer-social a {
  display: inline-block;
  vertical-align: top;
  width: 35px;
  height: 35px;
  margin: 0 2px 7px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  background-color: #282321;
}

.footer-social a:hover {
  color: #282321;
  text-decoration: none;
}

.footer-social .icon-weibo:hover {
  background-color: #D0211B;
}

.footer-social .icon-twitter {
  line-height: 37px;
}

.footer-social .icon-twitter:hover {
  background-color: #5fa9dd;
}

.footer-social .icon-videoyoutube {
  line-height: 36px;
  text-indent: -1px;
}

.footer-social .icon-videoyoutube:hover {
  background-color: #e52d27;
}

.footer-social .icon-email:hover {
  background-color: #E4B256;
}

.footer-social .icon-facebook:hover {
  background-color: #36609f;
}

.footer-social .icon-instagram {
  line-height: 36px;
}

.footer-social .icon-instagram:hover {
  background-color: #a47a5d;
}

.footer-social .icon-blog {
  font-size: 20px;
}

.footer-social .icon-blog:hover {
  background-color: #ACD373;
}

.footer-social .icon-tianmao {
  font-size: 20px;
  line-height: 37px;
}

.footer-social .icon-tianmao:hover {
  background-color: #B00633;
}

.footer-social .icon-douban:hover {
  background-color: #006700;
}

.footer-social .icon-wechat:hover {
  background-color: #51B419;
}

.footer-social .icon-line1 {
  background-image: url("../footericon-line.html");
  background-size: cover;
}

.footer-social .icon-line1:hover {
  background-color: #34BA1B;
}

.footer-signup .become-a-member-btn {
  background-color: #F5A019;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 44px;
  text-transform: uppercase;
}

.footer-signup .become-a-member-btn:hover {
  text-decoration: none;
  background-color: #000;
}

.footer-util {
  background-color: #282321;
  padding-top: 45px;
  padding-bottom: 45px;
  font-family: "Noto Sans", arial, sans-serif;
}

.footer-util .utilities h6 {
  margin: 0 0 12px;
  font-weight: normal;
  font-size: 13px;
}

.footer-util .utilities h6 a {
  color: #FFC05B;
}

.footer-util .utilities h6 a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-util .location-wrapper {
  margin-bottom: 16px !important;
}

.footer-util .location-wrapper a {
  color: #a0a0a0;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  padding: 6px 20px;
}

.footer-util .location-wrapper a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  width: 40px;
  text-align: right;
}

.footer-util .location-wrapper a img {
  display: inline-block;
  vertical-align: middle;
}

.footer-util .selected-region {
  background: url("../svg/arrow_down_white.svg") no-repeat right center;
}

.footer-util .location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.footer-util .location-list.active {
  display: block;
}

.footer-util .location-list a {
  background-color: #332B28;
  color: #a0a0a0;
}

.footer-util .location-list a:hover {
  color: #222;
  background-color: #eeeeee;
}

.footer-util .legal p {
  margin: 0;
}

/*.hk,
.tw,
.cn{
	.utilities{
		h6{
			font-family: $font_family3_hk;
		}
	}
}*/
.hk .footer-util {
  font-family: "Noto Sans HK", arial, "Microsoft JhengHei", sans-serif;
}

.tw .footer-util {
  font-family: "Noto Sans TC", arial, "Microsoft JhengHei", sans-serif;
}

.cn .footer-util {
  font-family: "Noto Sans SC", arial, "Microsoft JhengHei", sans-serif;
}

.kr {
  /*.utilities{
		h6{
			font-family: $font_family3_kr;
		}
	}*/
}

.kr .footer-util {
  font-family: "Noto Sans KR", arial, "Nanum Barun Gothic", Gulim, "돋움", Dotum, AppleGothic, sans-serif;
}

.kr .footer-util .location-wrapper a span {
  width: 80px;
}

.jp {
  /*.utilities{
		h6{
			font-family: $font_family3_jp;
		}
	}*/
}

.jp .footer-util {
  font-family: "Noto Sans JP", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.footer-sub-navigation {
  margin-bottom: 16px;
}

.footer-sub-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-sub-navigation .sub-menu li {
  float: none;
}

.footer-sub-navigation li {
  margin-left: 11px;
  margin-right: 11px;
  display: inline-block;
  vertical-align: top;
}

.footer-sub-navigation a {
  color: #A1A0A0;
  text-decoration: underline;
  font-size: 13px;
}

.footer-sub-navigation a:hover {
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: -70px;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  background-color: #F5A019;
  background-color: rgba(245, 160, 25, 0.9);
  color: #fff;
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: right 0.2s;
  -o-transition: right 0.2s;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

.back-to-top.active {
  right: 20px;
}

.back-to-top .iconfont {
  display: block;
  margin: 0 auto 6px;
  font-size: 18px;
}

.back-to-top:hover {
  text-decoration: none;
  background-color: #e5910a;
  background-color: rgba(229, 145, 10, 0.9);
}

.product-list-header {
  padding-top: 15px;
  padding-bottom: 10px;
}

.product-list-header h1 {
  margin: 0;
  line-height: 1.15;
  font-size: 28px;
  letter-spacing: 0.06667em;
  text-transform: uppercase;
}

.product-list-header .showing-item {
  color: #827a77;
  font-size: 14px;
}

.product-sort-by {
  margin-top: 10px;
}

.product-sort-by label {
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 62px;
  padding-left: 10px;
  width: 75px;
  text-align: right;
}

.product-sort-by .sort-by {
  position: relative;
  width: 100%;
  padding: 19px 19px 19px 80px;
  height: 62px;
  font-size: 14px;
}

.js .sidebar-product-filter .filter-form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.js .sidebar-product-filter .filter-form button[type="submit"] {
  display: none;
}

.sidebar-product-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-product-filter .filter-form {
  position: relative;
}

.sidebar-product-filter .filter-form.active .toggle-filter-btn:after {
  background-image: url("../svg/arrow_up_black.svg");
}

.sidebar-product-filter .filter-form.active .sidebar-item {
  display: block;
}

.sidebar-product-filter .filter-form .toggle-filter-btn {
  position: relative;
  border: none;
  background-color: #F3F1E9;
  display: block;
  color: #222;
  font-size: 20px;
  width: 100%;
  padding: 17px;
  height: 62px;
  text-transform: uppercase;
  text-align: left;
}

.sidebar-product-filter .filter-form .toggle-filter-btn:after {
  content: '';
  display: block;
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -3px;
  background-image: url("../svg/arrow_down_black.svg");
  background-repeat: no-repeat;
}

.sidebar-product-filter .filter-form .sidebar-item {
  display: none;
  margin-bottom: 20px;
}

.sidebar-product-filter .filter-form .sidebar-item h5 {
  font-size: 16px;
  margin: 0 0 6px;
  color: #F5A019;
}

.sidebar-product-filter .filter-form .sidebar-item h5 a {
  color: #F5A019;
  line-height: 1.5;
}

.sidebar-product-filter .filter-form .sidebar-item li {
  margin-bottom: 2px;
}

.sidebar-product-filter .filter-form .sidebar-item label, .sidebar-product-filter .filter-form .sidebar-item a {
  cursor: pointer;
  color: #222;
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
}

.sidebar-product-filter .filter-form .sidebar-item label:hover, .sidebar-product-filter .filter-form .sidebar-item label.active, .sidebar-product-filter .filter-form .sidebar-item a:hover, .sidebar-product-filter .filter-form .sidebar-item a.active {
  color: #F5A019;
  text-decoration: none;
}

.sidebar-product-filter .filter-form .sidebar-item .icheckbox.checked + label {
  border: 1px solid #222;
  color: #222;
  position: relative;
  padding: 10px 45px 10px 10px;
  min-height: 42px;
}

.sidebar-product-filter .filter-form .sidebar-item .icheckbox.checked + label:after {
  content: '×';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  color: #222;
  font-size: 19px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: arial;
}

.sidebar-product-filter .filter-form .sidebar-item .icheckbox.checked.hover + label {
  background-color: #f7f7f7;
}

.sidebar-product-filter .filter-form .sidebar-item-sort-by {
  display: none !important;
}

.sidebar-product-filter .filter-form .sidebar-item-category {
  margin-top: 40px;
}

.sidebar-product-filter .filter-form .sidebar-item-color ul {
  padding-left: 2px;
  padding-bottom: 2px;
}

.sidebar-product-filter .filter-form .sidebar-item-color li {
  float: left;
  width: 42px;
  height: 42px;
  position: relative;
  margin-bottom: 2px;
  margin-right: 2px;
}

.sidebar-product-filter .filter-form .sidebar-item-color label {
  display: block;
  text-indent: -9999px;
  border: 1px solid #bebebe;
  width: 42px;
  height: 42px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar-product-filter .filter-form .sidebar-item-color label:after {
  display: none;
}

.sidebar-product-filter .filter-form .sidebar-item-color .icheckbox.checked + label {
  position: absolute;
  padding: 0;
  border-width: 1px;
  border-color: #222;
}

.sidebar-product-filter .filter-form .sidebar-item-color .icheckbox.checked + label:after {
  content: '\e605';
  font-family: iconfont;
  color: #fff;
  width: 100%;
  height: 100%;
  text-indent: 0;
  font-size: 14px;
  text-shadow: 0px 0px 2px #222;
}

.sidebar-product-filter .filter-form .sidebar-item-color .icheckbox.hover + label {
  border-color: #222;
}

.sidebar-product-filter .filter-form button[type="submit"] {
  display: none;
  width: 100%;
  background: #74645e;
  border: 0;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.sidebar-product-filter .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
}

.teaser-products .slick-slider.theme-2,
.tax-product_category .slick-slider.theme-2,
.search-results .slick-slider.theme-2 {
  margin-bottom: 0;
}

.teaser-products .hexagon,
.tax-product_category .hexagon,
.search-results .hexagon {
  margin-top: -18px;
  margin-bottom: 36px;
}

article.product {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}

article.product.in-wishlist .wishlist-btn:before {
  content: "\e60c";
}

article.product .wishlist-btn {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 26px;
  line-height: 26px;
  color: #332B28;
  -moz-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
}

article.product .wishlist-btn:before {
  content: "\e60d";
}

article.product .wishlist-btn:hover {
  text-decoration: none;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

article.product .featured-image-link {
  text-align: center;
  display: block;
}

article.product .featured-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

article.product .thumbnails {
  position: relative;
  width: 120px;
  height: 38px;
  overflow: hidden;
  margin: 6px auto 0;
}

article.product .thumbnails.slick-initialized {
  overflow: visible;
}

article.product .thumbnails .slide {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 38px;
}

article.product .thumbnails a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 38px;
}

article.product .info {
  height: 90px;
  margin-top: 8px;
  text-align: center;
}

article.product .entry-title {
  margin: 0;
}

article.product .entry-title a {
  padding-top: 10px;
  padding-bottom: 2px;
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

article.product .price {
  color: #4B668B;
  font-size: 15px;
}

.tax-product_category.term-men-new-arrival .slick-slider,
.tax-product_category.term-men-new-arrival-en .slick-slider,
.tax-product_category.term-women-new-arrival .slick-slider,
.tax-product_category.term-women-new-arrival-en .slick-slider {
  margin-bottom: 10px;
}

.tax-product_category.term-men-new-arrival .main-content,
.tax-product_category.term-men-new-arrival-en .main-content,
.tax-product_category.term-women-new-arrival .main-content,
.tax-product_category.term-women-new-arrival-en .main-content {
  padding-top: 10px;
  margin-bottom: 20px;
}

.tax-product_category.term-men-new-arrival .main-wrapper,
.tax-product_category.term-men-new-arrival-en .main-wrapper,
.tax-product_category.term-women-new-arrival .main-wrapper,
.tax-product_category.term-women-new-arrival-en .main-wrapper {
  overflow: hidden;
}

.tax-product_category.term-men-new-arrival .section .sidebar-banner,
.tax-product_category.term-men-new-arrival-en .section .sidebar-banner,
.tax-product_category.term-women-new-arrival .section .sidebar-banner,
.tax-product_category.term-women-new-arrival-en .section .sidebar-banner {
  display: none;
}

.single-product .breadcrumb-post-title {
  display: none;
}

.single-product .tax-product_category {
  padding-top: 28px;
}

.single-product .entry-header {
  margin-bottom: 16px;
}

.single-product .entry-title {
  color: #332B28;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
}

.single-product .product-image .sliders {
  margin-left: -10px;
  margin-right: -10px;
}

.single-product .product-image .enlarge {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -33px;
  margin-left: -51px;
  cursor: pointer;
  font-size: 14px;
  background-color: #64686b;
  padding: 6px 12px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.single-product .product-image .enlarge:before {
  font-family: iconfont;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 0;
  margin-right: 0.4em;
}

.single-product .featured-image {
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.single-product .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .thumbnail {
  margin-bottom: 20px;
  display: none;
}

.single-product .thumbnail .color-thumbnail {
  display: none;
}

.single-product .thumbnail .color-thumbnail.active {
  display: block;
}

.single-product .thumbnail a {
  display: block;
  border: 1px solid #d3d3d3;
}

.single-product .thumbnail a:hover, .single-product .thumbnail a.active {
  border-color: #F5A019;
}

.single-product .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .product-info {
  padding-top: 20px;
}

.single-product .price {
  font-size: 24px;
  color: #4B668B;
  margin-top: 14px;
  line-height: 1.1;
}

.single-product .price-disclaimer {
  color: #5E4D41;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 16px;
}

.single-product .color-variant {
  font-size: 16px;
  color: #332B28;
  line-height: 1.4;
  margin-bottom: 10px;
  border-top: 1px dashed #d3d3d3;
  padding-top: 20px;
}

.single-product .color-variant b {
  text-transform: uppercase;
}

.single-product .color-select {
  margin: 0 0 16px;
  padding: 0 0 20px;
  list-style: none;
  border-bottom: 1px dashed #d3d3d3;
}

.single-product .color-select li {
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}

.single-product .color-select a {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #fff;
}

.single-product .color-select a:hover, .single-product .color-select a.active {
  border-color: #F5A019;
}

.single-product .color-select img {
  display: inline-block;
  vertical-align: top;
  width: 67px;
  height: 67px;
  border: 1px solid #fff;
}

.single-product .button1 {
  display: block;
  padding: 13px 0 11px;
  background-color: #90B0BA;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.single-product .button1:hover {
  background-color: #7da3ae;
  text-decoration: none;
}

.single-product .button2 {
  display: block;
  padding: 13px 0 11px;
  background-color: #F09D2D;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.single-product .button2:hover {
  background-color: #ed9011;
  text-decoration: none;
}

.single-product .button3 {
  display: block;
  padding: 13px 0 11px;
  background-color: #4B668B;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}

.single-product .button3:hover {
  background-color: #405777;
  text-decoration: none;
}

.single-product .social-media {
  height: 32px;
  margin-bottom: 20px;
}

.single-product .video {
  margin-bottom: 20px;
}

.single-product .video a {
  position: relative;
  display: block;
}

.single-product .video img {
  display: block;
  width: 100%;
  height: auto;
}

.single-product .other-detail {
  background-color: #F3F1E9;
  position: relative;
  padding-top: 30px;
}

.single-product .other-detail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 38px 0 38px;
  border-color: #ffffff transparent transparent transparent;
}

.single-product .accordion h2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.single-product .accordion p {
  margin-top: 10px;
}

.single-product .accordion .tech-icon {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-product .accordion .tech-icon li {
  margin-bottom: 15px;
}

.single-product .accordion .tech-icon li img {
  float: left;
}

.single-product .accordion .feature-description {
  margin-left: 109px;
}

.single-product .accordion .feature-description h6 {
  margin: 0 0 2px;
  font-size: 16px;
}

.single-product .miscellaneous {
  padding-left: 10px;
  padding-right: 10px;
}

.single-product .miscellaneous > div {
  margin-bottom: 20px;
}

.single-product .recent-seen li {
  float: left;
  margin-right: 4px;
}

.single-product .recent-seen a {
  display: block;
}

.single-product .recent-seen img {
  width: 50px;
  height: auto;
}

.single-product .also-like .columns {
  margin-bottom: 20px;
}

.single-product .also-like a {
  display: block;
  text-align: center;
}

.single-product .also-like a:hover {
  text-decoration: none;
}

.single-product .also-like a:hover .title {
  color: #F09D2D;
}

.single-product .also-like img {
  max-width: 140px;
}

.single-product .also-like .detail {
  display: block;
  min-height: 80px;
}

.single-product .also-like .title {
  font-size: 13px;
  display: block;
  font-weight: 700;
}

.single-product .also-like .price {
  display: block;
  color: #4B668B;
  margin-top: 2px;
  font-size: 13px;
}

.single-product .bdsharebuttonbox a {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-banner {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 10px;
  overflow: hidden;
}

.sidebar-banner .banner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar-banner .banner-2.banner-men-apparel {
  background: url("../jpg/banner_men_apparel.jpg") no-repeat;
  background-size: 100% auto;
}

.sidebar-banner .banner-2.banner-men-footwear {
  background: url("../jpg/banner_men_footwear.jpg") no-repeat;
  background-size: 100% auto;
}

.sidebar-banner .banner-2.banner-women-apparel {
  background: url("../jpg/banner_women_apparel.jpg") no-repeat;
  background-size: 100% auto;
}

.sidebar-banner .banner-2.banner-women-footwear {
  background: url("../jpg/banner_women_footwear.jpg") no-repeat;
  background-size: 100% auto;
}

.sidebar-banner .banner-2 .inner {
  display: table;
  width: 100%;
  height: 100%;
}

.sidebar-banner .banner-2 .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.sidebar-banner .banner-2 h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 8px;
}

.sidebar-banner .banner-2 .browse-btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 6px 26px;
  font-size: 16px;
  display: inline-block;
}

.sidebar-banner .banner-2 .browse-btn:hover {
  border: 1px solid #332B28;
  background-color: #332B28;
  color: #fff;
  text-decoration: none;
}

.sidebar-banner .banner-2 .browse-btn:hover:after {
  border-left-color: #fff;
}

.sidebar-banner .banner-2 .browse-btn:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 6px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.js .tax-product_category .paging-navigation .nav-links,
.js .search-results .paging-navigation .nav-links {
  display: none;
}

.tax-product_category .paging-navigation,
.search-results .paging-navigation {
  height: 74px;
}

.category-mobile {
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-mobile li {
  float: left;
  width: 50%;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 10px;
}

.category-mobile .banner-2 {
  width: 98%;
}

.category-mobile .banner-2 h2 {
  font-size: 18px;
}

.category-mobile .banner-2.banner-men-apparel {
  background-position: center;
}

.category-mobile .banner-2.banner-men-footwear {
  background-position: center;
}

.category-mobile .banner-2.banner-women-apparel {
  background-position: center;
}

.category-mobile .banner-2.banner-women-footwear {
  background-position: center;
}

.category-mobile .banner-2 .browse-btn {
  font-size: 14px;
  padding: 6 20px;
}

.category-mobile .banner-footwear {
  left: auto;
  right: 0;
}

.product-image-slider a {
  display: block;
}

.product-image-slider img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.jp .single-product .color-variant,
.jp .single-product .color-select,
.jp .single-product .price,
.jp .single-product .price-disclaimer,
.jp .single-product .button3,
.jp .single-product .thumbnail,
.jp .single-product .social-share, .kr .single-product .color-variant,
.kr .single-product .color-select,
.kr .single-product .price,
.kr .single-product .price-disclaimer,
.kr .single-product .button3,
.kr .single-product .thumbnail,
.kr .single-product .social-share {
  display: none !important;
}

.single-product .popup-product .product-image {
  padding-left: 0;
  padding-right: 0;
}

.single-product .popup-product .featured-image {
  cursor: crosshair;
}

.single-product .popup-product .thumbnail {
  margin-bottom: 0;
  padding-bottom: 20px;
  min-height: 0;
  display: block;
  border-bottom: 1px solid #9B9B9B;
}

.single-product .popup-product .thumbnail .color-thumbnail {
  display: block;
  text-align: center;
}

.single-product .popup-product .thumbnail .color-thumbnail div {
  display: inline-block;
  vertical-align: top;
}

.single-product .popup-product .thumbnail a {
  display: inline-block;
  vertical-align: top;
}

.single-product .popup-product .thumbnail img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 42px;
}

.single-product .popup-product .product-info {
  padding-left: 0;
  padding-right: 0;
}

.single-product .popup-product .color-variant {
  border-top: none;
  padding-top: 0;
}

.single-product .popup-product .color-select {
  border-bottom: none;
  padding-bottom: 0;
}

.single-product .popup-product .color-select li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-left: 2px;
  margin-right: 2px;
}

.single-product .popup-product .price-disclaimer {
  margin-bottom: 0;
}

.single-product .popup-product .enlarge {
  display: none !important;
}

.single-product .popup-product .buy-url-wrapper {
  display: none;
}

.post-type-archive-store_locator #container {
  background: none;
  background-color: #f1f2ed;
}

.post-type-archive-store_locator #container > .inner {
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.post-type-archive-store_locator #primary .map {
  height: 344px;
}

.post-type-archive-store_locator #primary h1,
.post-type-archive-store_locator #primary h2,
.post-type-archive-store_locator #primary p {
  margin-top: 0;
}

.post-type-archive-store_locator #primary h2 {
  margin-bottom: 0.67em;
}

.post-type-archive-store_locator #primary .marker {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 42px;
}

.post-type-archive-store_locator #primary .marker:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 20px 0 20px;
  border-color: #dbdcd8 transparent transparent transparent;
}

.post-type-archive-store_locator #primary .marker[data-marker_id="A"], .post-type-archive-store_locator #primary .marker[data-marker_id="B"] {
  cursor: auto !important;
}

.post-type-archive-store_locator #primary .marker .triangle {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 20px 0 20px;
  border-color: #ef9e2c transparent transparent transparent;
}

.post-type-archive-store_locator #primary .marker .number {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  text-indent: -1px;
  font-weight: normal;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .direction-steps-wrapper .marker {
  width: 42px;
  height: 34px;
  margin-left: 5px;
  background-image: url("../png/dest_markers.png");
  background-repeat: no-repeat;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .direction-steps-wrapper .marker.marker-b {
  background-position: 0 -34px;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .direction-steps-wrapper .marker:before,
.post-type-archive-store_locator #primary .baidu-map + .site-main .direction-steps-wrapper .marker .triangle,
.post-type-archive-store_locator #primary .baidu-map + .site-main .direction-steps-wrapper .marker .number {
  display: none;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .driving-direction .input .marker-small {
  margin-top: -11px;
  height: 22px;
  background-image: url("../png/trans_icons.png");
  background-repeat: no-repeat;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .driving-direction .input .marker-small.marker-b {
  background-position: 0 -26px;
}

.post-type-archive-store_locator #primary .baidu-map + .site-main .driving-direction .input .marker-small:before,
.post-type-archive-store_locator #primary .baidu-map + .site-main .driving-direction .input .marker-small .triangle,
.post-type-archive-store_locator #primary .baidu-map + .site-main .driving-direction .input .marker-small .number {
  display: none;
}

.post-type-archive-store_locator #primary .marker-small {
  width: 22px;
  height: 24px;
}

.post-type-archive-store_locator #primary .marker-small:before {
  top: 2px;
  left: 2px;
  border-width: 24px 11px 0 11px;
}

.post-type-archive-store_locator #primary .marker-small .triangle {
  border-width: 24px 11px 0 11px;
}

.post-type-archive-store_locator #primary .marker-small .number {
  line-height: 15px;
  font-size: 12px;
  text-indent: 0;
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.post-type-archive-store_locator #primary .search-bar {
  text-align: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.post-type-archive-store_locator #primary .search-bar .search-box,
.post-type-archive-store_locator #primary .search-bar .city-wrapper,
.post-type-archive-store_locator #primary .search-bar .city {
  display: inline-block;
  vertical-align: middle;
}

.post-type-archive-store_locator #primary .search-bar h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
}

.post-type-archive-store_locator #primary .search-bar .search-box {
  width: 65%;
}

.post-type-archive-store_locator #primary .search-bar .city-wrapper {
  width: 35%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.post-type-archive-store_locator #primary .search-bar .city {
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding: 11px 12px;
  background-color: #F3F1E9;
  border: 1px solid #fff;
}

.post-type-archive-store_locator #primary .search-bar .city:focus {
  border-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .search-bar .search-btn {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.post-type-archive-store_locator #primary .filter {
  border-top: 1px solid #DCDDDA;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 34px;
  background: url("../png/doubleborderline.png") repeat-x center bottom;
}

.post-type-archive-store_locator #primary .filter .filter-label {
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #222;
}

.post-type-archive-store_locator #primary .filter .type,
.post-type-archive-store_locator #primary .filter .specialty {
  margin: 0;
  padding: 0;
}

.post-type-archive-store_locator #primary .filter .type li,
.post-type-archive-store_locator #primary .filter .specialty li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
}

.post-type-archive-store_locator #primary .filter .type li input,
.post-type-archive-store_locator #primary .filter .specialty li input {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.post-type-archive-store_locator #primary .filter .type li label,
.post-type-archive-store_locator #primary .filter .specialty li label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}

.post-type-archive-store_locator #primary .filter .specialty {
  border-top: 1px solid #DCDDDA;
  margin-top: 2px;
  padding-top: 10px;
}

.post-type-archive-store_locator #primary .filter .specialty li input {
  position: absolute;
  opacity: 0;
}

.post-type-archive-store_locator #primary .filter .specialty li .icheckbox.checked ~ label .specialty-icon {
  border-color: #ef9e2c;
  background-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .filter .specialty li label {
  padding-left: 0;
}

.post-type-archive-store_locator #primary .filter .specialty li label.hover .specialty-icon {
  border-color: #ef9e2c;
  background-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .filter .specialty li label span {
  display: inline-block;
  vertical-align: middle;
}

.post-type-archive-store_locator #primary .store-list .marker {
  margin-right: 12px;
  float: left;
}

.post-type-archive-store_locator #primary .store-list .entry-title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.post-type-archive-store_locator #primary .store-list .hours:hover {
  cursor: pointer;
  text-decoration: underline;
}

.post-type-archive-store_locator #primary .store-list .address:hover {
  cursor: pointer;
  text-decoration: underline;
}

.post-type-archive-store_locator #primary .type-store_locator {
  padding-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 32px;
  border-bottom: 1px dashed #d8d9d5;
}

.post-type-archive-store_locator #primary .entry-header {
  margin-bottom: 16px;
}

.post-type-archive-store_locator #primary .entry-title {
  color: #222;
  font-size: 26px;
  line-height: 1.1;
}

.post-type-archive-store_locator #primary .image-hours {
  margin-bottom: 16px;
}

.post-type-archive-store_locator #primary .image-link {
  width: 98px;
  float: left;
  margin-right: 14px;
}

.post-type-archive-store_locator #primary .image-link img {
  vertical-align: top;
}

.post-type-archive-store_locator #primary .hours {
  font-size: 14px;
  line-height: 1.5;
}

.post-type-archive-store_locator #primary .location {
  font-size: 14px;
  line-height: 1.5;
}

.post-type-archive-store_locator #primary .address {
  overflow: hidden;
}

.post-type-archive-store_locator #primary .get-direction {
  margin-top: 16px;
  padding-left: 15px;
}

.post-type-archive-store_locator #primary .get-direction-link {
  position: relative;
  padding-left: 14px;
  color: #ef9e2c;
  font-size: 14px;
}

.post-type-archive-store_locator #primary .get-direction-link:hover {
  text-decoration: underline;
}

.post-type-archive-store_locator #primary .get-direction-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 5px 0 5px;
  border-color: #ef9e2c transparent transparent transparent;
}

.post-type-archive-store_locator #primary .get-direction-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 4px 0 4px;
  border-color: #f1f2ed transparent transparent transparent;
}

.post-type-archive-store_locator #primary .driving-direction {
  background-color: #fff;
  padding: 20px 10px;
  text-align: center;
}

.post-type-archive-store_locator #primary .driving-direction h2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
}

.post-type-archive-store_locator #primary .driving-direction .input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.post-type-archive-store_locator #primary .driving-direction .input input[type="text"] {
  width: 100%;
  padding-left: 43px;
}

.post-type-archive-store_locator #primary .driving-direction .input .marker-small {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 12px;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction {
  position: relative;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  width: 20px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #222;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 4px 0;
  border-color: transparent #222 transparent transparent;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction:hover {
  border-top-color: #ef9e2c;
  border-bottom-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction:hover:before {
  border-left-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .driving-direction .reverse-direction:hover:after {
  border-right-color: #ef9e2c;
}

.post-type-archive-store_locator #primary .driving-direction .get-direction-btn {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  width: 100%;
}

.post-type-archive-store_locator #primary .direction-steps-wrapper {
  padding-top: 10px;
}

.post-type-archive-store_locator #primary .direction-steps {
  width: 100%;
}

.post-type-archive-store_locator #primary .direction-steps thead th {
  border-bottom: 1px solid #D8D9D5;
  font-weight: normal;
}

.post-type-archive-store_locator #primary .direction-steps tfoot td {
  border-top: 1px solid #D8D9D5;
}

.post-type-archive-store_locator #primary .direction-steps tbody tr:first-child td {
  border-top: none;
}

.post-type-archive-store_locator #primary .direction-steps tbody td {
  border-top: 1px dashed #D8D9D5;
}

.post-type-archive-store_locator #primary .direction-steps td,
.post-type-archive-store_locator #primary .direction-steps th {
  padding: 45px 0;
  font-size: 16px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.post-type-archive-store_locator #primary .icon-circle-arrow-right-black {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background-color: #222;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.post-type-archive-store_locator #primary .icon-circle-arrow-right-black:before {
  content: '';
  width: 20px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -2.5px;
}

.post-type-archive-store_locator #primary .icon-circle-arrow-right-black:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 10px;
  border-color: transparent transparent transparent #fff;
}

.post-type-archive-store_locator .back-to-store-locator {
  padding-right: 10px;
  padding-bottom: 20px;
}

.post-type-archive-store_locator .back-to-store-locator .btn {
  text-transform: uppercase;
}

.post-type-archive-store_locator .info-window-store {
  font-size: 14px;
}

.post-type-archive-store_locator .info-window-store p {
  margin: 0;
}

.post-type-archive-store_locator .info-window-store .title {
  font-size: 18px;
  margin-bottom: 4px;
}

.post-type-archive-store_locator .info-window-store .address {
  margin-bottom: 4px;
}

.post-type-archive-store_locator .info-window-store .hours {
  margin-bottom: 4px;
}

.post-type-archive-store_locator .info-window-store .label-get-direction {
  margin-bottom: 4px;
}

.post-type-archive-store_locator .info-window-store .label-get-direction a {
  color: #ef9e2c;
}

.post-type-archive-store_locator .info-window-store .label-get-direction a:hover {
  text-decoration: underline;
}

.post-type-archive-store_locator .info-window-store input[name="address"] {
  padding: 2px 4px;
  border: 1px solid #e5e5e5;
  width: 140px;
  height: 22px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 1px 2px 1px 1px whitesmoke inset;
  -webkit-box-shadow: 1px 2px 1px 1px whitesmoke inset;
  box-shadow: 1px 2px 1px 1px whitesmoke inset;
}

.post-type-archive-store_locator .info-window-store label {
  vertical-align: middle;
}

.post-type-archive-store_locator .info-window-store button {
  background-color: #ef9e2c;
  padding: 3px 5px;
  height: 22px;
}

.post-type-archive-store_locator .info-window-store button:hover {
  background-color: #222;
}

.post-type-archive-store_locator .specialty-icons {
  margin: 10px 0 0 112px;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.post-type-archive-store_locator .specialty-icons li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.post-type-archive-store_locator .specialty-icons span {
  display: inline-block;
  vertical-align: middle;
}

.post-type-archive-store_locator .specialty-icons .specialty-icon-wrapper {
  margin-bottom: 8px;
  white-space: nowrap;
}

.post-type-archive-store_locator .specialty-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #222;
  margin-right: 8px;
}

.post-type-archive-store_locator [class*="specialty-icon-mens-apparel"] {
  background-image: url("../png/mens-apparel.png");
}

.post-type-archive-store_locator [class*="specialty-icon-womens-apparel"] {
  background-image: url("../png/womens-apparel.png");
}

.post-type-archive-store_locator [class*="specialty-icon-mens-footwear"] {
  background-image: url("../png/mens-footwear.png");
}

.post-type-archive-store_locator [class*="specialty-icon-womens-footwear"] {
  background-image: url("../png/womens-footwear.png");
}

.post-type-archive-store_locator [class*="specialty-icon-dyo-store"] {
  background-image: url("../png/dyo-store.png");
}

.post-type-archive-store_locator [class*="specialty-icon-kids-footwear"] {
  background-image: url("../png/kids-footwear.png");
}

.post-type-archive-store_locator img[src$="iws3.png"] {
  display: none;
}

.post-type-archive-store_locator .paging-navigation {
  display: none;
}

.single-get_the_look .content-area {
  padding-top: 20px;
}

.single-get_the_look .site-main {
  position: relative;
}

.single-get_the_look .slick-slider.theme-3 .slick-slide > * {
  margin-left: 0;
  margin-right: 0;
}

.single-get_the_look .single-product {
  padding-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid silver;
}

.single-get_the_look .single-product .product-image-slider,
.single-get_the_look .single-product .color-thumbnail,
.single-get_the_look .single-product .entry-header,
.single-get_the_look .single-product .color-variant,
.single-get_the_look .single-product .price,
.single-get_the_look .single-product .learn-more-btn,
.single-get_the_look .single-product .buy-url-btn {
  display: none;
}

.single-get_the_look .single-product .product-image-slider.active,
.single-get_the_look .single-product .color-thumbnail.active,
.single-get_the_look .single-product .entry-header.active,
.single-get_the_look .single-product .color-variant.active,
.single-get_the_look .single-product .price.active,
.single-get_the_look .single-product .learn-more-btn.active,
.single-get_the_look .single-product .buy-url-btn.active {
  display: block;
}

.single-get_the_look .single-product .thumbnail a {
  border-color: #fff;
}

.single-get_the_look .single-product .thumbnail a.active {
  border-color: #4B668B;
}

.single-get_the_look .social-media {
  height: 38px;
}

.single-get_the_look .bundle-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.single-get_the_look .bundle-info {
  padding-left: 50%;
  padding-top: 10px;
  padding-bottom: 50px;
  text-align: center;
}

.single-get_the_look .bundle-info h1 {
  line-height: 1.1;
  margin-top: 0;
}

.single-get_the_look .bundle-info .description {
  margin-bottom: 20px;
}

.single-get_the_look .bundle-info p {
  margin: 10px 0;
  word-wrap: break-word;
}

.single-get_the_look .bundle-info .addthis_sharing_toolbox,
.single-get_the_look .bundle-info .bdsharebuttonbox {
  text-align: center;
}

.single-get_the_look .bundle-info .addthis_sharing_toolbox > a,
.single-get_the_look .bundle-info .bdsharebuttonbox > a {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.single-get_the_look .bundle-info .bdsharebuttonbox a {
  margin-right: 2px;
}

.single-get_the_look .bundle-divider {
  text-align: center;
  border-top: 2px dotted silver;
  margin-top: 36px;
}

.single-get_the_look .bundle-divider .hexagon {
  margin-top: -20px;
}

.single-get_the_look .bundle-products .single-product:last-child {
  border-bottom: none;
}

.single-get_the_look .social-share {
  display: none;
}

.single-get_the_look .social-share.active {
  display: block;
}

.single-get_the_look .bdsharebuttonbox a {
  margin-top: 0;
  margin-bottom: 0;
}

.kr .single-get_the_look .bundle-divider .hexagon {
  visibility: hidden;
}

.search-results .site-main, .product-max-3-columns .site-main {
  max-width: 856px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

body.search .page-title {
  font-size: 1.5em;
}

body.search .no-results .page-title {
  font-size: 1.2em;
}

body.blog,
body.single-post {
  background-color: #F3F1E9;
}

body.blog .featured-image,
body.single-post .featured-image {
  text-align: center;
  margin-bottom: 30px;
}

body.blog article h1 {
  font-size: 14px;
  margin-bottom: 30px;
}

body.blog article .featured-image a {
  position: relative;
  display: block;
  border: 4px solid #222;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

body.blog article .featured-image a:hover {
  border-color: #F5A019;
  text-decoration: none;
}

body.blog article .featured-image a:hover .entry-header {
  background-color: #F5A019;
}

body.blog article .featured-image img {
  vertical-align: top;
}

body.blog article .featured-image .entry-header {
  padding: 4px 18px 8px;
  background-color: #222;
  position: absolute;
  top: 0;
  left: 0;
}

body.blog article .featured-image h1 {
  margin: 0;
  color: #fff;
}

body.single-post .entry-header {
  display: none;
}

body.home .home-video img {
  display: block;
  width: 100%;
}

.single-collection .columns + .columns:last-child {
  float: left;
}

.single-collection .page-title {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  font-size: 1.6em;
}

.single-collection .filter-category a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.single-collection .filter-category a.active {
  color: #F5A019;
}

.single-collection .filter-category .separator {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 13px;
}

.single-collection article.product {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
}

@media only screen and (min-width: 480px) {
  article.product .wishlist-btn {
    font-size: 36px;
    line-height: 36px;
  }
  article.product .info {
    height: 80px;
  }
  article.product .thumbnails {
    width: 180px;
    height: 56px;
  }
  article.product .thumbnails .slide {
    width: 60px;
    height: 56px;
  }
  article.product .thumbnails a {
    width: 56px;
  }
}

@media only screen and (min-width: 568px) {
  .post-type-archive-store_locator #primary .image-hours {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .post-type-archive-store_locator #primary .location {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .post-type-archive-store_locator #primary .driving-direction .input {
    width: 230px;
  }
  .post-type-archive-store_locator #primary .driving-direction .input input[type="text"] {
    vertical-align: middle;
  }
  .post-type-archive-store_locator #primary .driving-direction .reverse-direction {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 640px) {
  .square-banner .item .play-btn {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .square-banner .item .read-more {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .product-sort-by label {
    line-height: 42px;
  }
  .product-sort-by .sort-by {
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    height: 42px;
  }
  .single-get_the_look .bundle-info h1 {
    margin-top: 0.67em;
  }
}

@media only screen and (min-width: 768px) {
  .slick-slider.theme-2 .slick-dots {
    bottom: 56px;
    padding-left: 0;
    text-align: center;
  }
  .slick-slider.theme-2 .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .breadcrumb {
    padding-right: 0;
  }
  .product-list-header {
    background: url("../png/doubleborderline.png") no-repeat center bottom;
    padding-top: 25px;
    padding-bottom: 45px;
  }
  #sidebar {
    float: left;
    width: 262px;
    margin-right: 10px;
  }
  .sidebar-product-filter .page-header {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-product-filter .sidebar-item-category {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar-product-filter .filter-form .toggle-filter-btn {
    display: none;
  }
  .sidebar-product-filter .filter-form .sidebar-item {
    display: block;
    margin-top: 6px;
  }
  .sidebar-product-filter .filter-form .sidebar-item ul {
    display: block;
  }
  .sidebar-product-filter .filter-form .sidebar-item li {
    border-top: none;
    margin-top: 6px;
  }
  .sidebar-product-filter .filter-form .sidebar-item li:first-child {
    margin-top: 0;
  }
  .sidebar-product-filter .filter-form .sidebar-item-color ul {
    padding-left: 0;
    padding-bottom: 0;
  }
  .sidebar-product-filter .filter-form .sidebar-item-color li {
    margin-top: 0;
    margin-bottom: 2px;
  }
  .sidebar-product-filter .filter-form .sidebar-item-color label {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sidebar-product-filter .filter-form button[type="submit"] {
    display: inline-block;
  }
  .tax-product_category .site-main,
  .search-results .site-main {
    overflow: hidden;
  }
  article.product .entry-header {
    padding-left: 10px;
    padding-right: 10px;
  }
  article.product .entry-title a {
    padding-top: 6px;
    font-size: 16px;
    line-height: 1.15;
  }
  article.product .price {
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .teaser-products .main-content,
  .tax-product_category.term-men-new-arrival .main-content,
  .tax-product_category.term-men-new-arrival-en .main-content,
  .tax-product_category.term-women-new-arrival .main-content,
  .tax-product_category.term-women-new-arrival-en .main-content {
    margin-top: -10px;
    min-height: 720px;
  }
  .teaser-products .category-mobile,
  .tax-product_category.term-men-new-arrival .category-mobile,
  .tax-product_category.term-men-new-arrival-en .category-mobile,
  .tax-product_category.term-women-new-arrival .category-mobile,
  .tax-product_category.term-women-new-arrival-en .category-mobile {
    display: none;
  }
  .teaser-products .section .sidebar-banner,
  .tax-product_category.term-men-new-arrival .section .sidebar-banner,
  .tax-product_category.term-men-new-arrival-en .section .sidebar-banner,
  .tax-product_category.term-women-new-arrival .section .sidebar-banner,
  .tax-product_category.term-women-new-arrival-en .section .sidebar-banner {
    display: block;
  }
  .sidebar-banner {
    height: 720px;
    padding-bottom: 0;
    float: left;
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .sidebar-banner .banner-2 h2 {
    margin-top: -120px;
  }
  .tax-product_category .paging-navigation {
    padding-left: 272px;
  }
  .post-type-archive-store_locator #primary .search-bar h1 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding-right: 40px;
  }
  .post-type-archive-store_locator #primary .search-bar .search-item {
    display: inline-block;
    vertical-align: middle;
  }
  .post-type-archive-store_locator #primary .search-bar .search-box {
    width: 220px;
  }
  .post-type-archive-store_locator #primary .search-bar .city-wrapper {
    width: auto;
  }
  .post-type-archive-store_locator #primary .search-bar .search-btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 10px;
    width: auto;
  }
  .post-type-archive-store_locator #primary .filter {
    padding-top: 30px;
    padding-bottom: 44px;
  }
  .post-type-archive-store_locator #primary .image-hours {
    width: 40%;
  }
  .post-type-archive-store_locator #primary .location {
    width: 60%;
    position: relative;
  }
  .post-type-archive-store_locator #primary .address {
    width: 250px;
  }
  .post-type-archive-store_locator #primary .get-direction {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .post-type-archive-store_locator #primary .driving-direction .input {
    width: 320px;
  }
  .post-type-archive-store_locator #primary .direction-steps td,
  .post-type-archive-store_locator #primary .direction-steps th {
    padding-left: 20px;
    padding-right: 20px;
  }
  .landing-menu .menu > li {
    width: 22%;
  }
  .landing-menu .menu > li > .sub-menu > li > .sub-menu {
    display: block;
  }
}

@media only screen and (min-width: 1004px) {
  .popup {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    width: 1004px;
    margin-left: -502px;
  }
  .popup-product .content .product-image {
    width: auto;
    float: none;
    margin-bottom: 0;
  }
  .popup-product .content .product-image .sliders {
    margin-bottom: 0;
  }
  .popup-product .content .thumbnail li {
    width: 40px;
    height: 40px;
  }
  .popup-product .content .product-info {
    float: none;
    width: auto;
    position: relative;
    padding-top: 60px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .popup-product .content .price {
    position: absolute;
    top: 20px;
    right: 0;
    text-align: right;
    width: 200px;
  }
  .popup-product .content .price-disclaimer {
    margin-bottom: 0;
  }
  .popup-product .content .color-variant {
    position: absolute;
    top: 20px;
    left: 0;
    border-top: none;
  }
  .popup-product .content .color-select {
    text-align: center;
    padding-bottom: 0;
  }
  .popup-product .content .color-select li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    margin-right: 1px;
  }
  .popup-video {
    padding: 0;
  }
  article.product {
    width: 30.3%;
    margin: 0 1.5%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  article.product .featured-image-link {
    text-align: center;
  }
  article.product .info {
    height: 76px;
  }
  article.product .entry-header {
    margin-top: 6px;
  }
  .single-product .breadcrumb {
    padding-left: 0;
  }
  .single-product .breadcrumb-post-title {
    display: inline;
  }
  .single-product .content-area {
    padding-top: 10px;
  }
  .single-product .entry-header {
    margin-bottom: 12px;
  }
  .single-product .entry-title {
    font-size: 29px;
  }
  .single-product .product-image .sliders {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .single-product .product-image .sliders:hover .enlarge {
    display: inline-block;
  }
  .single-product .product-image .sliders:hover .enlarge:hover {
    background-color: #222;
  }
  .single-product .product-image .enlarge {
    margin-top: -74px;
  }
  .single-product .featured-image {
    margin-bottom: 53px;
  }
  .single-product .featured-image img {
    margin: 0 auto;
    width: auto;
    height: 400px;
  }
  .single-product .featured-image .enlarge {
    right: 20px;
  }
  .single-product .thumbnail {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 61px;
    margin-bottom: 30px;
  }
  .single-product .thumbnail li {
    width: 55px;
    height: 55px;
    margin-right: 11px;
    margin-bottom: 11px;
  }
  .single-product .color-thumbnail {
    margin-bottom: 0;
  }
  .single-product .product-info {
    border-top: none;
    padding-left: 60px;
    padding-right: 90px;
  }
  .single-product .price {
    margin-top: -3px;
  }
  .single-product .price-disclaimer {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 21px;
  }
  .single-product .color-variant {
    margin-bottom: 7px;
  }
  .single-product .accordion > ul {
    padding-right: 0;
  }
  .single-product .accordion .features.features-2 .tech-icon li {
    float: none;
    margin-bottom: 0;
  }
  .single-product .accordion .features.features-2 .tech-icon li img {
    float: left;
    margin-right: 10px;
  }
  .single-product .description-content {
    border-bottom: none;
  }
  .product-image-slider {
    margin-left: 0;
    margin-right: 0;
  }
  .product-image-slider .slick-prev,
  .product-image-slider .slick-next {
    display: none !important;
  }
  .single-get_the_look .single-product .product-info {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}

@media only screen and (min-width: 1024px) {
  .site-header {
    padding-top: 7px;
  }
  .banner {
    margin-bottom: 20px;
  }
  /**/
  .for-desktop-only {
    display: block !important;
  }
  .for-mobile-only {
    display: none !important;
  }
  /**/
  .four-small-banner,
  .two-columns-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .large-uncollapse {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .search-form {
    top: auto;
  }
  .site-header .search-row {
    width: 370px;
    float: right;
  }
  .site-header .search-toggle {
    top: -50px;
    width: 50px;
    height: 50px;
    font-size: 23px;
    color: #9b9491;
  }
  .site-header .search-toggle:hover {
    color: #fff;
  }
  .site-branding {
    padding-left: 0;
    padding-bottom: 0;
    width: 45px;
    height: 40px;
    position: absolute;
    top: 26px;
    left: 8px;
    z-index: 10;
  }
  .no-inlinesvg .site-title a {
    background-image: url("../png/logo_720.png");
  }
  .site-title {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100%;
  }
  .site-title a {
    background-image: url("../svg/logo_720.svg");
    background-position: 0 0;
  }
  .main-navigation.menu-open ~ .search-show .search-row {
    display: block;
  }
  .main-navigation .menu-toggle {
    display: none;
  }
  /*.sg .menu-primary-menu-container{
	a{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px; 
	}
}*/
  .jp .menu-primary-menu-container {
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
  }
  .jp .menu-primary-menu-container .menu {
    text-align: right;
    margin-left: -11px;
    margin-right: -11px;
  }
  .menu-primary-menu-container {
    overflow: visible;
    display: block;
  }
  .menu-primary-menu-container #lang_sel_list,
  .menu-primary-menu-container .lang_sel_list_horizontal {
    display: none;
  }
  .menu-primary-menu-container ul {
    text-align: center;
  }
  .menu-primary-menu-container li {
    border-top: none;
    display: inline-block;
    vertical-align: top;
  }
  .menu-primary-menu-container .header-sub-menu-item {
    display: none;
  }
  .menu-primary-menu-container a {
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px 24px;
    font-size: 13px;
  }
  .menu-primary-menu-container a:hover {
    background-color: transparent;
  }
  .menu-primary-menu-container .menu-item-has-children > a:before {
    display: none;
  }
  .menu-primary-menu-container .menu {
    position: static;
    height: auto !important;
  }
  .menu-primary-menu-container .menu > .menu-item {
    margin-left: -2px;
    margin-right: -2px;
  }
  .menu-primary-menu-container .menu > .menu-item:hover.menu-item-has-children > a:after {
    display: block;
  }
  .menu-primary-menu-container .menu > .menu-item:hover .sub-menu {
    display: block !important;
  }
  .menu-primary-menu-container .menu > .menu-item > a {
    position: relative;
  }
  .menu-primary-menu-container .menu > .menu-item > a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -12px;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ABABAB transparent transparent transparent;
  }
  .menu-primary-menu-container .menu > .menu-item > .sub-menu {
    padding: 40px 10px 30px;
    left: 0;
    top: auto;
  }
  .menu-primary-menu-container .menu > .menu-item > .sub-menu > li {
    width: 182px;
    padding: 0 8.25px 15px;
  }
  .menu-primary-menu-container .menu > .menu-item > .sub-menu > li > a {
    padding-bottom: 24px;
    color: #fff;
    font-weight: 700;
    color: #F5A019;
  }
  .menu-primary-menu-container .menu > .menu-item > .sub-menu > li > a:hover {
    color: #fff;
  }
  .menu-primary-menu-container .menu > .menu-item > .sub-menu .sub-menu {
    position: static;
  }
  .menu-primary-menu-container .sub-menu {
    display: none !important;
  }
  .menu-primary-menu-container .sub-menu li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: left;
  }
  .menu-primary-menu-container .sub-menu li.highlight a {
    color: #FFC05B;
  }
  .menu-primary-menu-container .sub-menu li.highlight a:hover {
    color: #fff;
  }
  .menu-primary-menu-container .sub-menu li a {
    padding: 0 0 16px 0;
    color: #d9d8d8;
    font-size: 13px;
  }
  .menu-primary-menu-container .sub-menu li a:hover {
    color: #fff;
  }
  .menu-primary-menu-container .js-generated {
    display: none !important;
  }
  .header-sub-navigation {
    display: block;
  }
  .header-sub-navigation > div {
    float: right;
    margin-left: 8px;
  }
  .header-sub-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
  .header-sub-navigation li {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-right: 8px;
  }
  .header-sub-navigation li:last-child {
    margin-right: 0;
  }
  .header-sub-navigation a {
    color: #9b9491;
    font-size: 12px;
    letter-spacing: 0.75px;
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
  }
  .header-sub-navigation a:hover {
    color: #fff;
    text-decoration: none;
  }
  .site-header .search-form {
    width: 198px;
    position: absolute;
    bottom: 6px;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-row {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    background-color: transparent;
  }
  .site-header .search-field {
    width: 100%;
    color: #fff;
    padding: 9px 36px 9px 9px;
    border: 1px solid #9b9491;
    background-color: transparent;
  }
  .site-header .search-btn {
    width: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 20px;
  }
  .site-header .search-btn:before {
    display: inline-block;
    color: #9b9491;
  }
  .site-header .search-btn:hover {
    background-color: transparent;
  }
  .site-header .search-btn:hover:before {
    color: #fff;
  }
  .site-header .search-btn span {
    display: none;
  }
  .site-branding {
    width: 165px;
    height: 29px;
    top: 33px;
  }
  .no-inlinesvg .site-title a {
    background-image: url("../png/logo_1108.png");
  }
  .site-title a {
    background-image: url("../svg/logo_1108.svg");
    background-position: 0 0;
  }
  .footer-extra {
    border-top: 1px solid #48413e;
  }
  .footer-navigation {
    padding-bottom: 45px;
  }
  .footer-navigation a {
    color: #F5A019;
  }
  .footer-navigation li.highlight > a {
    color: #F5A019;
  }
  .footer-navigation .menu > li {
    width: 16.6666%;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .footer-navigation .menu > li:first-child > a {
    border-top: none;
  }
  .footer-navigation .menu > li > a {
    border-bottom: none;
    cursor: default;
    font-weight: 700;
  }
  .footer-navigation .sub-menu {
    border-bottom: none;
    display: block;
  }
  .footer-navigation .sub-menu a {
    color: #b7b1b1;
    border-top: none;
  }
  .footer-navigation .sub-menu a:hover {
    color: #fff;
  }
  .site-footer .back-to-top-btn {
    display: none;
  }
  .footer-extra {
    padding-bottom: 45px;
  }
  .footer-util .legal {
    text-align: left;
  }
  .footer-sub-navigation li {
    margin-left: 0;
    margin-right: 22px;
  }
  .landing-menu .menu > li {
    width: 16%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .square-banner .item {
    margin-bottom: 1.25em;
  }
  .square-banner .item .play-btn {
    left: 10px;
  }
  .square-banner .item .read-more {
    right: 10px;
  }
  .jp .square-banner .item .featured-image {
    height: 237px;
  }
  .get-the-look-overview .featured-image-link {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
  .single-get_the_look .content-area {
    padding-top: 40px;
  }
  .single-get_the_look .bundle-hero {
    position: static;
    width: 41.66667%;
    overflow: visible;
    padding-bottom: 20px;
  }
  .single-get_the_look .bundle-hero.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .single-get_the_look .bundle-hero.sticky:before, .single-get_the_look .bundle-hero.sticky:after {
    content: '';
    display: table;
  }
  .single-get_the_look .bundle-info {
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  body.blog article h1 {
    font-size: 20px;
  }
  body.blog article .featured-image .entry-header {
    padding: 10px 36px 14px;
  }
  body.blog article .featured-image a {
    display: inline-block;
    vertical-align: top;
  }
  body.blog article .featured-image img {
    max-width: 1108px;
  }
  .single-collection .page-title {
    line-height: 1.5;
    font-size: 2em;
  }
  .single-collection .filter-category {
    text-align: right;
    line-height: 48px;
  }
}

@media only screen and (min-width: 1088px) {
  .post-type-archive-store_locator #primary .map {
    height: 450px;
  }
  .post-type-archive-store_locator #primary .wrapper {
    width: 1088px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .post-type-archive-store_locator #primary .image-hours {
    width: 50%;
  }
  .post-type-archive-store_locator #primary .location {
    width: 50%;
  }
  .post-type-archive-store_locator #primary .address {
    width: 300px;
  }
  .post-type-archive-store_locator #primary .type-store_locator {
    padding-left: 0;
    padding-right: 0;
  }
  .post-type-archive-store_locator #primary .driving-direction {
    text-align: left;
  }
  .post-type-archive-store_locator #primary .driving-direction h2 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .post-type-archive-store_locator #primary .driving-direction .get-direction-btn {
    margin-top: 0;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .post-type-archive-store_locator #primary .direction-steps td,
  .post-type-archive-store_locator #primary .direction-steps th {
    padding-left: 40px;
    padding-right: 40px;
  }
  .post-type-archive-store_locator .specialty-icons li {
    width: 50%;
    float: left;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1128px) {
  .site-header .search-form {
    right: 50%;
    margin-right: -564px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}

.site-footer .location-wrapper img {
  display: none !important;
}
