@charset "UTF-8";
/*! normalize.css 2012-02-07T12:37 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: none;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

pre, code, kbd, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: 0;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize-opentype.css v0.2.4 | MIT License | kennethormandy.com/journal/normalize-opentype-css */
/**
 * 1. Inherit style issues with custom selections, per robsterlini.co.uk/journal/opentype-and-selection-dont-mix
 * 2. Turn on kerning, standard ligatures, and proportional, oldstyle numerals
 *    Turn off all other ligatures, tabular, lining numerals, and alternates
      Uses same settings for tables
 * 3. Hard-codes fallback text selection for issue #18, color is Chrome’s per via http://stackoverflow.com/a/16094931/864799
 */
::-moz-selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */
}

::selection {
  color: inherit;
  /* 1. */
  text-shadow: inherit;
  /* 2. */
  background-color: #ACCEF7;
  /* 3. */
}

html, body, table {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */
}

/* Headings
========================================================================== */
/**
 * 1. Turn on discretionary ligatures for larger headings
 */
h1, h2, h3 {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */
}

/* Text-level semantics
========================================================================== */
/**
 * 1. Change all letters to uppercase
 * 2. Turn on small caps for upper and lowercase letters
 */
abbr {
  text-transform: uppercase;
  /* 1 */
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */
}

/*
 * TODO: Turn on diagonal fractions where appropriate
 */
time {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0;
}

/*
 * 1. Turn off kerning and ligatures,
 *    Turn on lining, tabular numerals, slashed zero
 */
pre, kbd, samp, code {
  -webkit-font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}

/**
 * 1. Turn on proper supercript numerals
 */
sup {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */
}

/**
 * 1. Turn on proper subscript numerals
 */
sub {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */
}

/* Grouping content
========================================================================== */
/**
 * TODO: Adds proper bullets
 */
/*
 * TODO:
 * 1. Adds counters for lists
 * 2. Use proper numerals for lists
 */
/**
 * Adds proper small caps
 */
/**
 * TODO: scmp, sc2c, pnum, case sensitive forms for postal codes
 */
/* Forms
========================================================================== */
/**
 * 1. Turns on lining, proportional numerals without clarified zeroes
 * TODO: Additional input modes https://developer.mozilla.org/en/docs/Web/HTML/Element/Input#attr-inputmode
 */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="number"], input[type="range"], input[type="tel"], input[type="week"] {
  -webkit-font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */
}

/* Localisation
========================================================================== */
/* Tables
========================================================================== */
/**
 * 1. Turns on tabular, lining numerals and slashed zero
 */
tbody, caption {
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */
}

html {
  box-sizing: border-box;
}

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

.btn,
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #3b1630;
  border: none;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1;
  padding: 1.05em 2em 0.85em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus, input[type="button"]:hover,
input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus {
  background-color: #bc9e73;
  color: #fff;
}

.btn:disabled,
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn.ghost,
button.ghost, input[type="button"].ghost, input[type="reset"].ghost, input[type="submit"].ghost,
button.ghost {
  background-color: transparent;
  border: 1px solid #3b1630;
  color: #3b1630;
}

.btn.ghost:hover,
button.ghost:hover, input[type="button"].ghost:hover, input[type="reset"].ghost:hover, input[type="submit"].ghost:hover,
button.ghost:hover {
  background-color: #3b1630;
  color: #fff;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.btn.ghost.gold,
button.ghost.gold, input[type="button"].ghost.gold, input[type="reset"].ghost.gold, input[type="submit"].ghost.gold,
button.ghost.gold {
  border-color: #bc9e73;
  color: #bc9e73;
}

.btn.ghost.gold:hover,
button.ghost.gold:hover, input[type="button"].ghost.gold:hover, input[type="reset"].ghost.gold:hover, input[type="submit"].ghost.gold:hover,
button.ghost.gold:hover {
  background-color: #bc9e73;
  color: #FFF;
}

.btn.full-width,
button.full-width, input[type="button"].full-width, input[type="reset"].full-width, input[type="submit"].full-width,
button.full-width {
  width: 100%;
}

.btn.naked,
button.naked, input[type="button"].naked, input[type="reset"].naked, input[type="submit"].naked,
button.naked {
  border: none;
  background-color: transparent;
  color: #3b1630;
  padding: 0;
  letter-spacing: 0.08em;
}

.btn.naked.titlecase,
button.naked.titlecase, input[type="button"].naked.titlecase, input[type="reset"].naked.titlecase, input[type="submit"].naked.titlecase,
button.naked.titlecase {
  text-transform: none;
}

.btn.naked:hover,
button.naked:hover, input[type="button"].naked:hover, input[type="reset"].naked:hover, input[type="submit"].naked:hover,
button.naked:hover {
  color: #bc9e73;
  text-decoration: none !important;
}

.btn.naked.gold,
button.naked.gold, input[type="button"].naked.gold, input[type="reset"].naked.gold, input[type="submit"].naked.gold,
button.naked.gold {
  color: #bc9e73;
  padding: 0;
}

.btn.naked.gold:hover,
button.naked.gold:hover, input[type="button"].naked.gold:hover, input[type="reset"].naked.gold:hover, input[type="submit"].naked.gold:hover,
button.naked.gold:hover {
  color: #3b1630;
}

.btn.naked.arrow:after,
button.naked.arrow:after, input[type="button"].naked.arrow:after, input[type="reset"].naked.arrow:after, input[type="submit"].naked.arrow:after,
button.naked.arrow:after {
  content: '\e809';
  font-size: 1.05em;
  vertical-align: text-top;
}

.btn.naked.arrow-left:before,
button.naked.arrow-left:before, input[type="button"].naked.arrow-left:before, input[type="reset"].naked.arrow-left:before, input[type="submit"].naked.arrow-left:before,
button.naked.arrow-left:before {
  content: '\e808';
  font-size: 1.05em;
  vertical-align: text-top;
}

.btn .small,
button .small, input[type="button"] .small, input[type="reset"] .small, input[type="submit"] .small,
button .small {
  text-transform: none;
}

fieldset {
  margin: 0 0 0.75em;
  padding: 0;
  border: none;
}

input,
label,
select {
  display: block;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
}

label {
  margin-bottom: 0.375em;
  text-transform: uppercase;
}

label.required::after {
  content: " (required)";
  color: #bc9e73;
  text-transform: none;
}

label > em {
  display: none;
}

label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  color: #666;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  margin-bottom: 1.5em;
  padding: 0.75em;
  -webkit-transition: border-color;
          transition: border-color;
  width: 100%;
}

input[type="color"].validation-failed, input[type="date"].validation-failed, input[type="datetime"].validation-failed, input[type="datetime-local"].validation-failed, input[type="email"].validation-failed, input[type="month"].validation-failed, input[type="number"].validation-failed, input[type="password"].validation-failed, input[type="search"].validation-failed, input[type="tel"].validation-failed, input[type="text"].validation-failed, input[type="time"].validation-failed, input[type="url"].validation-failed, input[type="week"].validation-failed, textarea.validation-failed,
select[multiple=multiple].validation-failed,
textarea.validation-failed {
  background-color: #bc9e73;
  border-color: #3b1630;
  margin-bottom: 0.75em;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #aa8652;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  background-color: #FFF;
  border-color: #3b1630;
  box-shadow: none;
  outline: none;
}

input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
select[multiple=multiple]:disabled,
textarea:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover,
textarea:disabled:hover {
  border: 1px solid #bc9e73;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
}

span.no-display {
  vertical-align: text-bottom;
}

span.no-display + label {
  display: inline-block;
  margin-top: 2px;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

select {
  background-color: #FFF;
  background-image: url("/skin/frontend/kotur/default/images/global/icons/sort.svg");
  background-position: top 16px right 16px;
  background-repeat: no-repeat;
  color: #666;
  border: 0;
  outline: 1px solid #CCC;
  outline-offset: -1px;
  width: 100%;
  max-width: 100%;
  height: 43px;
  padding: 0 36px 0 16px;
  margin-bottom: 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none !important;
}

select + .validation-advice {
  margin-bottom: 0.75em;
}

select:disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media screen and (max-width: 440px) {
  select {
    font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #3b1630;
    letter-spacing: 0.06em;
  }
}

.validation-advice {
  font-family: cooper-medium;
  color: #bc9e73;
  margin-bottom: 1.5em;
}

.validation-advice + div.trigger {
  background-color: #bc9e73 !important;
  border-color: #3b1630 !important;
  color: #FFF !important;
}

.validation-advice + div.trigger.open + ul.options {
  top: 75px !important;
}

.control .input-box {
  float: left;
  margin-top: -2px;
}

.inline-input-interaction {
  position: relative;
}

.inline-input-interaction .inline-input-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: auto;
  left: auto;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  background-color: #bc9e73;
  height: 36px;
}

.inline-input-interaction .inline-input-btn:hover {
  background-color: #3b1630;
}

.captcha-control img {
  display: inline-block;
  float: left;
  width: 30%;
  margin-top: 9px;
}

.captcha-control span.captcha {
  display: inline-block;
  float: left;
  width: 60%;
}

p.required {
  display: none;
}

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

ul.bullets,
ol.bullets {
  list-style-type: disc;
  margin-bottom: 0.75em;
  padding-left: 1.5em;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  width: 100%;
}

th {
  border-bottom: 1px solid #997849;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
  color: #FFF;
}

td {
  border-bottom: 1px solid #bc9e73;
  padding: 0.75em 0;
}

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

table {
  border-collapse: separate;
  border-left: 0px;
  border-radius: 0px;
  border-spacing: 0;
  border: 1px solid #bc9e73;
  width: 100%;
}

table tbody {
  background-color: #FFF;
}

table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #f6f2ec;
}

table tbody tr:nth-child(even) {
  background-color: #eee6da;
}

table tbody tr:nth-child(even):hover > td {
  background-color: #e5dac9;
}

table thead:first-of-type tr:first-child > th:first-child {
  border-top-left-radius: 0px;
}

table thead:first-of-type tr:first-child > th:last-child {
  border-top-right-radius: 0px;
}

table tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 0px;
}

table tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 0px;
}

table thead th {
  background-color: #bc9e73;
  border-bottom: 0px;
  border-left: 1px solid #bc9e73;
  padding: 0.75em 1em;
  text-align: left;
}

table thead th:first-child {
  border-left: none;
}

table tbody {
  background-color: #FFF;
}

table tbody td {
  border-bottom: 0px;
  border-left: 1px solid #bc9e73;
  border-top: 1px solid #bc9e73;
  padding: 0.75em 1em;
}

table tbody td:first-child {
  border-left: none;
}

table tbody td button {
  background-color: #3b1630;
  border-radius: 3px;
  border: 0;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}

table tbody td button:hover:not(:disabled) {
  background-color: #501b40;
  cursor: pointer;
}

table tbody td button:active:not(:disabled),
table tbody td button:focus:not(:disabled) {
  background-color: #271020;
  cursor: pointer;
}

table tbody td button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (min-width: 42.66667em) {
  table tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

#my-orders-table a {
  color: #666;
  text-decoration: underline;
}

#my-orders-table a:hover {
  color: #3b1630;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  color: #666;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  letter-spacing: .05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b1630;
  font-family: "Didot 42 A", "Didot 42 B";
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  text-transform: uppercase;
}

h1, h2.legend,
.box-head h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: .11em;
}

h2 {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .1em;
}

p {
  margin: 0 0 1.5em;
}

a {
  color: #3b1630;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  color: #bc9e73;
}

a:active,
a:focus {
  outline: none;
}

a.underlined-link {
  text-decoration: underline;
}

hr {
  border-bottom: 1px solid #bc9e73;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

address {
  font-style: normal;
  margin-bottom: 0.75em;
}

@font-face {
  font-family: "cooper-light";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-light-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-light-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-light-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-light-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-light-webfont.svg#cooper-light") format("svg");
}

@font-face {
  font-family: "cooper-light-italic";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-lightitalic-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-lightitalic-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-lightitalic-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-lightitalic-webfont.svg#cooper-light-italic") format("svg");
}

@font-face {
  font-family: "cooper-medium";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-medium-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-medium-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-medium-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-medium-webfont.svg#cooper-medium") format("svg");
}

@font-face {
  font-family: "cooper-medium-italic";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-mediumitalic-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-mediumitalic-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-mediumitalic-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-mediumitalic-webfont.svg#cooper-medium-italic") format("svg");
}

@font-face {
  font-family: "cooper-book";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-book-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-book-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-book-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-book-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-book-webfont.svg#cooper-book") format("svg");
}

@font-face {
  font-family: "cooper-book-italic";
  font-style: normal;
  font-weight: normal;
  src: url("/skin/frontend/kotur/default/fonts/cooperhewitt-bookitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-bookitalic-webfont.woff2") format("woff2"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-bookitalic-webfont.woff") format("woff"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-bookitalic-webfont.ttf") format("truetype"), url("/skin/frontend/kotur/default/fonts/cooperhewitt-bookitalic-webfont.svg#cooper-book-italic") format("svg");
}

@font-face {
  font-family: 'fontello';
  src: url("/skin/frontend/kotur/default/fonts/fontello.eot?22962044");
  src: url("/skin/frontend/kotur/default/fonts/fontello.eot?22962044#iefix") format("embedded-opentype"), url("/skin/frontend/kotur/default/fonts/fontello.woff?22962044") format("woff"), url("/skin/frontend/kotur/default/fonts/fontello.ttf?22962044") format("truetype"), url("/skin/frontend/kotur/default/fonts/fontello.svg?22962044#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39679525#fontello') format('svg');
  }
}
*/
.sr-only, .header-container .header a span, .mobile-header .logo-wrapper a span, .hidden-trigger {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .btn.naked.arrow:after,
button.naked.arrow:after, input[type="button"].naked.arrow:after, input[type="reset"].naked.arrow:after, input[type="submit"].naked.arrow:after,
.btn.naked.arrow-left:before,
button.naked.arrow-left:before, input[type="button"].naked.arrow-left:before, input[type="reset"].naked.arrow-left:before, input[type="submit"].naked.arrow-left:before,
.mfp-close, div.fancy-select div.trigger:after, .celeb-press-modal .btn-shop span:nth-child(3):after, .blog-pager .next a:after, .blog-pager .previous a:before, .illustrations-detail-page .illustrations-back a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-instagram:before {
  content: '\e802';
}

/* '' */
.icon-weibo:before {
  content: '\e803';
}

/* '' */
.icon-pinterest:before {
  content: '\e804';
}

/* '' */
.icon-tumblr:before {
  content: '\e805';
}

/* '' */
.icon-twitter:before {
  content: '\e806';
}

/* '' */
.icon-youtube:before {
  content: '\e807';
}

/* '' */
.icon-arrow-left-open:before {
  content: '\e808';
}

/* '' */
.icon-arrow-right-open:before {
  content: '\e809';
}

/* '' */
.icon-arrow-down-open:before {
  content: '\e80a';
}

/* '' */
.icon-arrow-up-open:before {
  content: '\e80b';
}

/* '' */
.icon-arrow-down-solid:before {
  content: '\e80c';
}

/* '' */
.icon-arrow-left-solid:before {
  content: '\e80d';
}

/* '' */
.icon-arrow-right-solid:before {
  content: '\e80e';
}

/* '' */
.icon-arrow-up-solid:before {
  content: '\e80f';
}

/* '' */
.icon-arrow-sort:before {
  content: '\e813';
}

/* '' */
.icon-search:before {
  content: '\e810';
}

/* '' */
.icon-link:before {
  content: '\e811';
}

/* '' */
.icon-close:before {
  content: '\e812';
}

/* '' */
.icon-pencil:before {
  content: '\e814';
}

/* '' */
.main-footer {
  background-color: #fcfcfc;
  position: relative;
  z-index: 10002;
  -webkit-transform: translatez(0);
}

@media only screen and (max-width: 480px) {
  .main-footer {
    background-color: #f8f8f8;
  }
}

.main-footer .main {
  display: block;
  background-image: url("/skin/frontend/kotur/default/images/global/background-pattern.svg");
  background-color: #f8f8f8;
}

.main-footer .main::after {
  clear: both;
  content: "";
  display: table;
}

.main-footer .main .no-svg {
  background-image: url("/skin/frontend/kotur/default/images/global/background-pattern.png");
}

@media only screen and (max-width: 480px) {
  .main-footer .main {
    background-image: none;
  }
  .main-footer .main .no-svg {
    background-image: none;
  }
}

.main-footer .footer-container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}

.main-footer .footer-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .main-footer .footer-container {
    padding: 0 1.5em;
  }
}

.main-footer .column1 {
  float: left;
  display: block;
  margin-right: 0%;
  width: 56.25%;
}

.main-footer .column1:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 980px) {
  .main-footer .column1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .main-footer .column1:last-child {
    margin-right: 0;
  }
}

.main-footer .logo-container {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  width: 200px;
  max-width: 50%;
  margin: 3em 0 1.5em;
}

@media only screen and (max-width: 480px) {
  .main-footer .logo-container {
    margin-top: 3em;
  }
}

.main-footer .footer-logo {
  background-image: url("/skin/frontend/kotur/default/images/global/kotur-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 13.08594%;
}

.no-svg .main-footer .footer-logo {
  background-image: url(/skin/frontend/kotur/default/images/global/kotur-logo '.'png);
}

.main-footer .nav-column {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.main-footer .nav-column:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 560px) {
  .main-footer .nav-column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    margin-bottom: 1.5em;
  }
  .main-footer .nav-column:last-child {
    margin-right: 0;
  }
  .main-footer .nav-column:last-of-type {
    margin-bottom: 0;
  }
}

.main-footer .nav-column li {
  margin-bottom: 0.8em;
  line-height: 1;
}

.main-footer .nav-column li.level0 > a {
  display: none;
}

.main-footer .nav-column li.level0 li.active a {
  color: #c7ad88;
}

.main-footer .nav-column a {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 480px) {
  .main-footer .nav-column a {
    font-size: 10px;
  }
}

.main-footer .nav-column a:hover {
  color: #bc9e73;
}

.main-footer .nav-header {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #3b1630;
  text-transform: uppercase;
}

@media only screen and (max-width: 610px) {
  .main-footer .nav-header {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .main-footer .nav-header {
    font-size: 12px;
  }
}

.main-footer .signup-social {
  float: left;
  display: block;
  margin-right: 0%;
  width: 35%;
  background-color: #3b1630;
  color: #FFF;
  padding: 10px;
  float: right;
  margin-top: -10px;
}

.main-footer .signup-social:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1280px) {
  .main-footer .signup-social {
    float: left;
    display: block;
    margin-right: 0%;
    width: 43.75%;
    float: right;
  }
  .main-footer .signup-social:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 980px) {
  .main-footer .signup-social {
    display: none;
  }
}

.main-footer .newsletter-signup {
  margin-bottom: 10px;
}

.main-footer .footer-subscribe-block {
  border: 1px solid #bc9e73;
  padding: 2em;
  font-size: 14px;
}

.main-footer .subscribe-block-header {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #bc9e73;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.main-footer .social-links li {
  display: inline-block;
  margin-right: 1em;
}

.main-footer .social-links a {
  color: #FFF;
  font-size: 19px;
}

.main-footer .social-links a:hover {
  color: #bc9e73;
}

.main-footer .footers-footer {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 3em;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #666;
  letter-spacing: 0.07em;
}

.main-footer .footers-footer::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .main-footer .footers-footer {
    padding: 2em 1.5em;
  }
}

.main-footer .footers-footer .cs-contact,
.main-footer .footers-footer .copyright {
  font-size: 12px;
  float: left;
  margin-right: 4em;
}

@media only screen and (max-width: 480px) {
  .main-footer .footers-footer .cs-contact,
  .main-footer .footers-footer .copyright {
    font-size: 10px;
  }
}

.main-footer .footers-footer .cs-contact {
  text-transform: uppercase;
}

@media only screen and (max-width: 610px) {
  .main-footer .footers-footer .cs-contact {
    margin-bottom: 1.3em;
  }
}

.main-footer .footers-footer a {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #3b1630;
}

.main-footer .footers-footer a:hover {
  text-decoration: underline;
}

.main-footer .footers-footer p {
  margin-bottom: 0;
}

.anonymous .right-nav .last,
.anonymous .right-nav #top-login {
  display: none;
}

.header-container {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}

.header-container .header-nav {
  display: block;
  padding: 1em 0;
  background-color: #3b1630;
}

.header-container .header-nav::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .header-container .header-nav {
    display: none;
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 830px) {
  .header-container .header-nav {
    padding: 0;
  }
}

.header-container .header-nav .and {
  color: inherit;
}

.header-container .header-nav .nav-wrapper {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}

.header-container .header-nav .nav-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 830px) {
  .header-container .header-nav .nav-wrapper {
    padding: 1em 3em 0;
  }
}

.header-container .header-nav a {
  color: #FFF;
}

@media only screen and (max-width: 1032px) {
  .header-container .header-nav a {
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    padding: 0.7em 0;
  }
}

.header-container .header-nav a:hover {
  color: #bc9e73;
}

@media only screen and (max-width: 1032px) {
  .header-container .header-nav a:hover {
    background-color: #572047;
    padding-left: 1em;
  }
}

.header-container .header-nav a span {
  color: #bc9e73;
}

.header-container .header-nav a.active {
  color: #c7ad88;
}

.header-container .header-nav li {
  float: left;
}

@media only screen and (max-width: 1032px) {
  .header-container .header-nav li {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.header-container .header-nav li.active a {
  color: #c7ad88;
}

.header-container .header-nav .left-nav li {
  margin-right: 2em;
}

.header-container .header-nav .right-nav {
  float: right;
}

@media only screen and (max-width: 1032px) {
  .header-container .header-nav .right-nav {
    float: none;
  }
}

.header-container .header-nav .right-nav li {
  margin-left: 2em;
}

@media only screen and (max-width: 830px) {
  .header-container .header-nav .right-nav li:nth-last-child(2) {
    padding-bottom: 1em;
  }
  .loggedin .header-container .header-nav .right-nav li:nth-last-child(2) {
    padding-bottom: 0;
  }
  .loggedin .header-container .header-nav .right-nav li.last {
    padding-bottom: 1em;
  }
}

.header-container .header {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 3em;
}

.header-container .header::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .header-container .header {
    display: none;
  }
}

.header-container .header .logo-wrapper {
  width: 320px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.header-container .header a {
  background-image: url("/skin/frontend/kotur/default/images/global/kotur-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0;
  padding-bottom: 12.89062%;
  display: block;
}

.no-svg .header-container .header a {
  background-image: url(/skin/frontend/kotur/default/images/global/kotur-logo '.'png);
}

.nav-container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
}

.nav-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .nav-container {
    padding: 0;
  }
}

@media only screen and (max-width: 770px) {
  .nav-container {
    background-color: #572047;
    text-align: left;
  }
}

.nav-container #nav {
  border-bottom: 1px solid #bc9e73;
}

@media only screen and (max-width: 770px) {
  .nav-container #nav {
    border-bottom: none;
    padding: 0 3em;
  }
}

.nav-container .nav-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.nav-container li {
  display: inline-block;
  margin: 0 1.3em 1.5em;
}

@media only screen and (max-width: 770px) {
  .nav-container li {
    display: block;
    margin: 0;
  }
  .nav-container li:first-of-type {
    padding-top: 0.5em;
  }
  .nav-container li:last-of-type {
    margin-bottom: 1em;
  }
}

.nav-container li.level0 {
  margin: 0;
}

.nav-container li.level0 > a {
  display: none;
}

.nav-container li.level0 .level1.first {
  margin-left: 0;
}

.nav-container li.level0 li.active a {
  color: #c7ad88;
}

.nav-container li.search-item {
  margin: 0 0 0 20px;
  position: relative;
  width: 22px;
}

@media only screen and (max-width: 1032px) {
  .nav-container li.search-item {
    display: none;
  }
}

.nav-container li.search-item .search-toggle {
  display: block;
  position: absolute;
  top: -18px;
}

.nav-container a {
  color: #3b1630;
  text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
  .nav-container a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1032px) {
  .nav-container a {
    font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 11px;
  }
}

@media only screen and (max-width: 770px) {
  .nav-container a {
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    padding: 0.7em 0;
  }
  .nav-container a span {
    color: #FFF !important;
    text-transform: none;
    font-size: 15px;
  }
}

.nav-container a:hover {
  color: #bc9e73;
}

@media only screen and (max-width: 770px) {
  .nav-container a:hover {
    background-color: #3b1630 !important;
    padding-left: 1em;
  }
  .nav-container a:hover span {
    color: #bc9e73 !important;
  }
}

.mobile-header {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em;
  background-color: #3b1630;
  border-bottom: 1px solid #572047;
  position: relative;
  display: none;
  margin-bottom: 1.5em;
}

.mobile-header::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1032px) {
  .mobile-header {
    display: block;
  }
}

.mobile-nav-open .mobile-header {
  margin-bottom: 0;
}

.mobile-header .logo-wrapper {
  width: 172px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.mobile-header .logo-wrapper a {
  background-image: url("/skin/frontend/kotur/default/images/global/kotur-logo-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 13.08594%;
  display: block;
}

.no-svg .mobile-header .logo-wrapper a {
  background-image: url(/skin/frontend/kotur/default/images/global/kotur-logo-white '.'png);
}

.mobile-header .search-cta-container {
  height: 24px;
  width: 28px;
  float: right;
}

.mobile-header .search-modal-btn {
  color: #FFF;
  font-size: 20px;
  line-height: 1;
}

.mobile-header .search-modal-btn:hover {
  color: #bc9e73;
}

.burger-box {
  cursor: pointer;
  display: none;
  float: left;
  height: 0;
  width: 25px;
  padding-top: 23px;
  z-index: 10000;
}

@media only screen and (max-width: 1032px) {
  .burger-box {
    display: block;
  }
}

.burger-box:hover .hamburger {
  background-color: #bc9e73;
}

.burger-box:hover .hamburger:before, .burger-box:hover .hamburger:after {
  background-color: #bc9e73;
}

.burger-box:hover .hamburger.active {
  background-color: transparent;
}

.hamburger {
  width: 25px;
  height: 2px;
  background: #FFF;
  outline: 0;
  border: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out;
  border-radius: 1px;
  top: -14px;
  display: block;
  cursor: pointer;
  -webkit-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out;
}

.hamburger:hover {
  background: #bc9e73;
}

.hamburger:hover:before,
.hamburger:hover:after {
  background: #bc9e73;
}

.hamburger:before,
.hamburger:after {
  position: absolute;
  background: #FFF;
  display: block;
  content: '';
  width: 25px;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out;
}

.hamburger:before {
  top: -8px;
}

.hamburger:after {
  top: 8px;
}

.hamburger:hover {
  background: transparent;
  background: #FFF;
}

.hamburger:hover:before,
.hamburger:hover:after {
  background: #FFF;
}

.hamburger.active {
  background: transparent;
}

.hamburger.active:before,
.hamburger.active:after {
  top: 0;
}

.hamburger.active:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #bc9e73;
}

.hamburger.active:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #bc9e73;
}

.mobile-shop-nav {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
  display: none;
  border-bottom: 1px solid #bc9e73;
}

.mobile-shop-nav::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 770px) {
  .mobile-shop-nav {
    display: block;
  }
}

@media screen and (max-width: 440px) {
  .mobile-shop-nav {
    padding: 0 1.5em;
  }
}

.mobile-shop-nav li {
  display: inline-block;
  margin: 0 1.5em 1.5em 0;
}

.mobile-shop-nav li a {
  font-size: 11px;
  text-transform: uppercase;
}

.mobile-shop-nav .left {
  float: left;
}

.mobile-shop-nav .right {
  float: right;
}

.mobile-shop-nav .right li {
  margin-right: 0;
}

.mobile-shop-nav .right a {
  color: #bc9e73;
}

.mobile-shop-nav .right a:link,
.mobile-shop-nav .right a:hover {
  color: #bc9e73;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: hidden;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 50px;
  color: #bc9e73;
  margin: 5% 5% 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.mfp-close:before {
  content: '\e812';
  position: absolute;
  right: 100%;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #3b1630;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #bc9e73;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 25px solid #fff;
  margin-left: 28px;
  border-top-width: 20px;
  border-bottom-width: 20px;
  top: 1px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #bc9e73;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  margin-left: 34px;
  border-left: 25px solid #FFF;
  border-top-width: 20px;
  border-bottom-width: 20px;
  top: 1px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #bc9e73;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure .mfp-close {
  display: none !important;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: center;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.9;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.search-modal {
  max-width: 860px;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
}

.search-modal .search-input-header h1 {
  font-size: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.search-modal .input-text {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #3b1630;
  font-size: 92px;
  text-align: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-width: 1px;
  border-color: #3b1630;
  padding: 0 0 0.3em;
  margin-bottom: 0.56em;
  background-color: transparent !important;
}

@media only screen and (max-width: 870px) {
  .search-modal .input-text {
    font-size: 68px;
  }
}

@media only screen and (max-width: 650px) {
  .search-modal .input-text {
    font-size: 48px;
  }
}

@media screen and (max-width: 440px) {
  .search-modal .input-text {
    font-size: 36px;
  }
}

.breadcrumbs {
  text-transform: uppercase;
  margin-top: 45px;
}

@media screen and (max-width: 440px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs.positioned {
  position: absolute;
  margin-top: 0;
  padding-top: 3em;
  padding-left: 60px;
  z-index: 100;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

.breadcrumbs a:link:hover,
.breadcrumbs a:visited:hover {
  color: #bc9e73;
}

.breadcrumbs .current {
  color: #bc9e73;
  font-size: 12px;
}

.breadcrumbs .divider {
  padding: 0 10px;
  font-size: 14px;
}

div.fancy-select {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 15px;
  color: #666;
  margin-bottom: 1.5em;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #FFF;
  border: 1px solid #ccc;
  color: #4B5468;
  width: 100%;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:hover {
  border-color: #bc9e73;
}

div.fancy-select div.trigger:after {
  content: "\e813";
  position: absolute;
  width: 0;
  height: 0;
  top: 13px;
  right: 18px;
}

div.fancy-select div.trigger.open {
  background: #FFF;
  border: 1px solid #3b1630;
  color: #3b1630;
  box-shadow: none;
}

div.fancy-select ul.options {
  border: 1px solid #3b1630;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 202px;
  overflow: auto;
  background: #bc9e73;
  min-width: 200px;
  width: 100%;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 43px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 43px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 0.75em;
  color: #3b1630;
  cursor: pointer;
  white-space: nowrap;
  line-height: normal;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  border-top: 1px solid #3b1630;
  border-bottom: 1px solid #3b1630;
  color: #FFF;
}

div.fancy-select ul.options li.hover {
  background-color: #3b1630;
  color: #FFF;
  text-indent: 0.5em;
}

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 8px 0.8em 0.75em 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("/skin/frontend/kotur/default/images/forms/minimal.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_minimal + label,
.iradio_minimal + label {
  display: inline-block;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: -20px 0;
}

.icheckbox_minimal.checked {
  background-position: -40px 0;
}

.icheckbox_minimal.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: -80px 0;
}

.iradio_minimal {
  background-position: -100px 0;
}

.iradio_minimal.hover {
  background-position: -120px 0;
}

.iradio_minimal.checked {
  background-position: -140px 0;
}

.iradio_minimal.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: -180px 0;
}

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("/skin/frontend/kotur/default/images/forms/minimal@2x.png");
    background-size: 200px 20px;
  }
}

.recently-viewed {
  display: block;
  border-top: 1px solid #bc9e73;
  text-align: center;
  padding-top: 3.75em;
  clear: both;
  padding-bottom: 6em;
  -webkit-transform: translatez(0);
}

.recently-viewed::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .recently-viewed {
    display: none;
  }
}

.recently-viewed .block-title h2 {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  font-size: 32px;
  margin-bottom: 0;
}

.recently-viewed .item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20%;
  font-size: 14px;
}

.recently-viewed .item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1260px) {
  .recently-viewed .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
  }
  .recently-viewed .item:last-child {
    margin-right: 0;
  }
  .recently-viewed .item:first-of-type {
    display: none;
  }
}

@media only screen and (max-width: 1070px) {
  .recently-viewed .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .recently-viewed .item:last-child {
    margin-right: 0;
  }
  .recently-viewed .item:nth-child(2) {
    display: none;
  }
}

.recently-viewed .item .item-link {
  padding: 1.5em 3em;
  border: 1px solid transparent;
  color: #666;
  display: block;
}

.recently-viewed .item .item-link:hover {
  color: #3b1630;
  border-color: #bc9e73;
}

.recently-viewed .item img {
  width: 100%;
  margin: 0 0 10px 0;
}

.recently-viewed .item .product-name {
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

.recently-viewed .item .product-subname {
  color: #666;
}

#recently-viewed-items {
  display: block;
}

#recently-viewed-items::after {
  clear: both;
  content: "";
  display: table;
}

.wp-recently-viewed {
  background-color: #FFF;
  position: relative;
  z-index: 10001;
}

.wp-recently-viewed .recently-viewed {
  padding-top: 2.25em;
  padding-bottom: 3.75em;
  border: none;
}

.press-features-page .wp-recently-viewed .recently-viewed {
  border-top: 1px solid #bc9e73;
}

.page-subnav {
  text-align: center;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
  .page-subnav ul {
    display: none;
  }
}

.page-subnav li {
  display: inline-block;
  padding: 10px 25px;
  text-transform: uppercase;
  color: #bc9e73;
}

@media only screen and (max-width: 880px) {
  .page-subnav li {
    font-size: 13px;
    padding: 8px 17px;
  }
}

.page-subnav li strong {
  font-weight: normal;
}

.page-subnav li.current {
  border: 1px solid #bc9e73;
}

.page-subnav a {
  color: #bc9e73;
}

.page-subnav a:hover {
  color: #3b1630;
}

#product-options-wrapper {
  padding: 0 10px;
  background-color: rgba(188, 158, 115, 0.11);
  border: 1px solid #bc9e73;
  margin: 1.5em 0;
}

@media screen and (max-width: 440px) {
  #product-options-wrapper {
    margin: 1.5em;
  }
}

#product-options-wrapper .note {
  font-family: "cooper-book-italic", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin-top: -1em;
  font-size: 12px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 1.5em;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  left: 0px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 3em;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/skin/frontend/kotur/default/images/slider/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  width: 33.3333%;
  margin-left: 1.5em;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  height: 14px;
  width: 14px;
  background: transparent;
  border: 1px solid #bc9e73;
  text-indent: -9999px;
  display: block;
  margin: 0 8px;
  outline: 0;
  border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #bc9e73;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -44px;
  background: url("/skin/frontend/kotur/default/images/slider/controls.png") no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: -44px;
  background: url("/skin/frontend/kotur/default/images/slider/controls.png") no-repeat -37px 0;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 -72px;
}

.bx-wrapper .bx-next:hover {
  background-position: -37px -72px;
}

.bx-wrapper .bx-controls-direction a {
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  border: none !important;
  width: 37px;
  height: 72px;
  text-indent: -9999px;
  z-index: 9999;
  -webkit-transition: none;
          transition: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/skin/frontend/kotur/default/images/slider/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/skin/frontend/kotur/default/images/slider/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.carousel-container {
  padding: 2.625em 0 4.5em;
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  margin: 1.5em 0;
}

.carousel-container .carousel-header {
  text-align: center;
}

.carousel-container .carousel-header em {
  letter-spacing: normal;
}

.press-celeb-carousel li a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 400px;
}

.pager {
  display: block;
  clear: both;
  padding: 1.5em 0;
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  color: #bc9e73;
  text-transform: uppercase;
  margin-bottom: 4.5em;
  margin: 40px 0 5.25em 0;
}

.pager::after {
  clear: both;
  content: "";
  display: table;
}

.pager ul li {
  display: inline-block;
}

.pager ul li a {
  padding: 4px 8px;
  color: #bc9e73;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.pager ul .next-page {
  float: right;
}

.press-block .press-block-description {
  margin-top: 20px;
}

.press-block .press-block-description p {
  margin: 0;
  padding: 0;
}

.press-block .press-block-description .title {
  text-transform: uppercase;
  color: #3b1630;
}

.press-block .press-block-description .subtitle {
  color: #666;
  display: none;
}

.press-block .press-block-description .details {
  margin-top: 8px;
}

.category-next {
  display: block;
  padding: 1.5em 0;
  background-color: #FFF;
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  text-align: right;
  margin-bottom: 4.5em;
  position: relative;
  z-index: 10000;
}

.category-next::after {
  clear: both;
  content: "";
  display: table;
}

.category-products .mobile-page-header {
  display: none;
  padding: 0 1.5em;
  margin: 1.5em 0;
}

@media screen and (max-width: 768px) {
  .category-products .mobile-page-header {
    display: block;
  }
}

.category-products .mobile-page-header h1 {
  text-align: center;
  margin: 0 0 0.3em;
}

@media only screen and (max-width: 520px) {
  .category-products .mobile-page-header h1 {
    font-size: 29px;
  }
}

.category-products .mobile-page-header p {
  text-align: center;
}

.products-grid {
  margin: 0 auto;
  width: 95%;
}

@media only screen and (max-width: 1024px) {
  .products-grid {
    width: 100%;
  }
}

.products-grid li {
  display: inline-block;
  width: 33%;
  text-align: center;
  min-height: 420px;
  vertical-align: top;
}

@media only screen and (max-width: 900px) {
  .products-grid li {
    width: 49%;
  }
}

@media only screen and (max-width: 900px) {
  .products-grid li {
    min-height: 350px;
  }
}

.products-grid a {
  color: #999;
  display: block;
  margin: 0;
  padding: 1em;
  outline: 1px solid transparent;
}

.products-grid a:hover {
  outline-color: #bc9e73;
}

.products-grid a:hover .product-name {
  color: #3b1630;
}

@media only screen and (max-width: 1024px) {
  .products-grid a {
    margin: 0 1.5em;
    padding: 1.5em 0;
  }
}

.products-grid .product-name {
  color: #999;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin: 20px 0 0 0;
  padding: 0 40px;
  line-height: 1.4em;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .products-grid .product-name {
    padding: 0;
  }
}

.products-grid .product-subname {
  color: #999;
  font-size: 14px;
  margin: 5px 0;
}

.products-grid .price-box {
  color: #bc9e73;
}

.products-grid .price-box .comp-shipping {
  display: block;
  color: #999;
  font-size: 11px;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.products-grid .old-price {
  text-decoration: line-through;
}

.products-grid .old-price .price-label {
  display: none;
}

.products-grid .special-price {
  color: #990000;
}

.products-grid .old-price,
.products-grid .special-price {
  margin: 0 0 5px 0;
}

.toolbar {
  text-align: center;
  margin: 50px 0 45px 0;
  text-transform: uppercase;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .toolbar {
    margin: 0;
    padding: 0 1.5em;
  }
}

.toolbar li {
  display: inline-block;
  margin: 0 10px;
  padding: 4px 8px;
}

.toolbar li::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 780px) {
  .toolbar li {
    margin: 0 15px;
  }
}

.toolbar li.current {
  border: 1px solid #bc9e73;
}

.toolbar li.current a[title="Price"].desc:after {
  background-position: top -34px center;
}

.toolbar li.current a[title="Price"].asc:after {
  background-position: top -17px center;
}

.toolbar a {
  color: #bc9e73;
}

.toolbar a:hover {
  cursor: pointer;
}

.toolbar a[title="Price"]:after {
  height: 16px;
  width: 11px;
  background-image: url("/skin/frontend/kotur/default/images/icons/sort-sprite.svg");
  background-repeat: no-repeat;
  content: '';
  display: block;
  margin-top: 4px;
  margin-left: 0.3em;
  float: right;
}

.no-svg .toolbar a[title="Price"]:after {
  background-image: url("/skin/frontend/kotur/default/images/icons/sort-sprite.png");
}

.toolbar .sort-by {
  display: block;
}

@media screen and (max-width: 768px) {
  .toolbar .sort-by {
    display: none;
  }
}

.toolbar #mobile-category-sortby {
  display: none;
}

@media screen and (max-width: 768px) {
  .toolbar #mobile-category-sortby {
    display: block;
  }
}

.home-slider {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #bc9e73;
}

@media only screen and (max-width: 1000px) {
  .home-slider {
    margin-top: 2.25em;
    border-bottom: none;
  }
}

@media screen and (max-width: 440px) {
  .home-slider {
    padding: 0 1.5em;
  }
}

.home-slider li {
  display: block;
  background-size: cover;
  background-position: top right;
  min-height: 420px;
  position: relative;
}

.home-slider li::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1000px) {
  .home-slider li {
    border: 1px solid #3b1630;
    margin-bottom: 2.25em;
    background-image: none !important;
    min-height: 0;
  }
}

@media only screen and (max-width: 560px) {
  .home-slider h2 {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1000px) {
  .home-slider h2 {
    color: #3b1630 !important;
  }
  .home-slider h2 span {
    color: #3b1630 !important;
  }
}

.home-slider h1 {
  font-size: 40px;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 0 0 0.4em;
}

@media only screen and (max-width: 560px) {
  .home-slider h1 {
    font-size: 24px;
    margin-bottom: 1em;
    letter-spacing: 0.07em;
  }
}

@media only screen and (max-width: 1000px) {
  .home-slider h1 {
    color: #3b1630 !important;
  }
  .home-slider h1 span {
    color: #3b1630 !important;
  }
}

@media only screen and (max-width: 560px) {
  .home-slider p {
    display: none;
  }
}

@media only screen and (max-width: 560px) {
  .home-slider .btn {
    font-size: 13px;
    padding-bottom: 1em;
    border: 1px solid #3b1630 !important;
    color: #3b1630 !important;
  }
}

.home-slider .slide-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  padding: 0 0 3em 3em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
}

.home-slider .slide-content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .home-slider .slide-content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 1.5em;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: auto;
  }
  .home-slider .slide-content:last-child {
    margin-right: 0;
  }
}

.home-slider .mobile-image {
  border-bottom: 1px solid #3b1630;
  display: none;
}

@media only screen and (max-width: 1000px) {
  .home-slider .mobile-image {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 40%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 560px) {
  .home-slider .mobile-image {
    padding-top: 66%;
  }
}

.register-modal {
  background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(188, 158, 115, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
  max-width: 860px;
}

.register-modal .register-modal-header {
  border: 1px solid #bc9e73;
  padding: 2em;
}

.register-modal .register-modal-header h1 {
  margin-bottom: 0;
  line-height: 1.4;
}

.register-modal .register-modal-header h1 .italic {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: auto;
  text-transform: none;
  letter-spacing: normal;
}

.register-modal .register-modal-header h2 {
  font-size: 15px;
  color: #bc9e73;
  margin-bottom: 0;
}

.register-modal .register-modal-main {
  border-right: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  border-left: 1px solid #bc9e73;
  display: block;
  padding: 1.5em 6em 3em;
}

@media only screen and (max-width: 579px) {
  .register-modal .register-modal-main {
    padding-right: 3em;
    padding-left: 3em;
  }
}

@media screen and (max-width: 440px) {
  .register-modal .register-modal-main {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

.register-modal input {
  margin-bottom: 3em;
  text-align: center;
}

.register-modal .detail {
  color: #bc9e73;
}

.celeb-press-modal {
  background-color: #fff;
  width: 60%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(100, 100, 100, 0.75);
}

@media only screen and (max-width: 1032px) {
  .celeb-press-modal {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .celeb-press-modal {
    width: 96%;
  }
}

.celeb-press-modal:after {
  content: '';
  display: block;
  clear: both;
}

.celeb-press-modal .mfp-close {
  font-size: 26px;
  margin: 2% 2% 0 0;
}

.celeb-press-modal .mfp-close:before {
  text-align: center;
  width: auto;
}

.celeb-press-modal .celeb-modal-image {
  width: 40%;
  height: 100%;
  display: table-cell;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  float: left;
}

@media only screen and (max-width: 610px) {
  .celeb-press-modal .celeb-modal-image {
    display: none;
  }
}

.celeb-press-modal .celeb-modal-image img {
  display: block;
}

.celeb-press-modal .celeb-modal-content {
  float: left;
  width: 60%;
  padding: 105px 40px 0 40px;
  text-align: center;
}

@media only screen and (max-width: 610px) {
  .celeb-press-modal .celeb-modal-content {
    width: 100%;
    padding-top: 4.5em;
  }
}

.celeb-press-modal h2 {
  font-family: "Didot 42 A", "Didot 42 B";
  font-size: 34px;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}

@media only screen and (max-width: 610px) {
  .celeb-press-modal h2 {
    font-size: 24px;
  }
}

.celeb-press-modal .celeb-subtitle {
  color: #bc9e73;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px;
  word-wrap: break-word;
}

.celeb-press-modal .social-share {
  margin-top: 25px;
  padding-bottom: 5px;
}

.celeb-press-modal .social-share li {
  display: inline-block;
  margin: 0 15px;
}

.celeb-press-modal .social-share li a {
  font-size: 16px;
  color: #bc9e73;
}

.celeb-press-modal .social-share li a:hover {
  color: #3b1630;
}

.celeb-press-modal .celeb-description {
  margin: 20px 0 50px 0;
}

.celeb-press-modal .btn-shop {
  display: block;
  text-align: left;
  margin: 0 auto 20px auto;
  width: 75%;
}

@media only screen and (max-width: 610px) {
  .celeb-press-modal .btn-shop {
    position: relative;
    bottom: auto;
    right: auto;
    width: 75%;
  }
}

.celeb-press-modal .btn-shop:after {
  display: block;
  content: '';
  clear: both;
}

.celeb-press-modal .btn-shop img {
  display: block;
  margin-right: 20px;
  float: left;
}

.celeb-press-modal .btn-shop span {
  display: block;
  padding-top: 20px;
}

.celeb-press-modal .btn-shop span:nth-child(3) {
  color: #bc9e73;
  margin-top: 8px;
  padding: 0;
}

.celeb-press-modal .btn-shop span:nth-child(3):after {
  content: '\e809';
}

.blog-nav {
  display: block;
  clear: both;
  border-top: 1px solid #bc9e73;
  padding: 35px 0;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-nav::after {
  clear: both;
  content: "";
  display: table;
}

.blog-home .blog-nav {
  border-bottom: 1px solid #bc9e73;
}

@media only screen and (max-width: 1260px) {
  .blog-nav {
    font-size: 11px;
  }
}

@media only screen and (max-width: 965px) {
  .blog-nav {
    border: none;
    padding: 0;
  }
}

.blog-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 1.5em;
}

@media only screen and (max-width: 965px) {
  .blog-nav ul {
    display: none;
  }
}

.blog-nav ul li {
  padding: 0.375em 0.75em;
  display: inline-block;
}

.blog-nav ul li.current-cat a {
  color: #bc9e73;
}

.blog-nav ul li a {
  padding: 4px 0px;
  color: #3b1630;
}

.blog-nav ul li a:hover {
  color: #bc9e73;
}

@media only screen and (max-width: 965px) {
  .blog-nav .select-nav-container {
    display: block;
  }
}

.blog-pager {
  display: block;
  padding: 1.5em 0;
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 4.5em;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.blog-pager::after {
  clear: both;
  content: "";
  display: table;
}

.blog-pager .next {
  float: right;
}

.blog-pager .next a:after {
  content: '\e809';
  font-size: 1.2em;
}

.blog-pager .previous {
  float: left;
}

.blog-pager .previous a:before {
  content: '\e808';
  font-size: 1.2em;
}

.blog-pager a {
  color: #bc9e73;
}

.blog-pager a:hover {
  color: #3b1630;
}

.blog-social-section {
  display: block;
  padding-top: 10px;
  margin-bottom: 40px;
}

.blog-social-section::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .blog-social-section {
    padding: 0 1.5em;
  }
}

.blog-social-section .content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.blog-social-section .content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1032px) {
  .blog-social-section .content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%;
  }
  .blog-social-section .content:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 880px) {
  .blog-social-section .content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .blog-social-section .content:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog-social-section .content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .blog-social-section .content:last-child {
    margin-right: 0;
  }
}

.blog-social-section .content h2 {
  font-size: 28px;
  font-family: 'Libre Baskerville',Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .045em;
}

.blog-social-section .content p {
  width: 90%;
  margin-bottom: 40px;
}

.blog-social-section .content li {
  display: block;
  float: left;
  width: 35%;
  margin-bottom: 13px;
}

@media screen and (max-width: 440px) {
  .blog-social-section .content li {
    width: 50%;
  }
}

.blog-social-section .content li span {
  margin-right: 10px;
}

.blog-social-section .content li a {
  color: #bc9e73;
}

.blog-social-section .content li a:hover {
  color: #3b1630;
}

.blog-social-section .images {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%;
}

.blog-social-section .images:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1032px) {
  .blog-social-section .images {
    float: left;
    display: block;
    margin-right: 0%;
    width: 58.33333%;
  }
  .blog-social-section .images:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 880px) {
  .blog-social-section .images {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .blog-social-section .images:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .blog-social-section .images {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .blog-social-section .images:last-child {
    margin-right: 0;
  }
}

.blog-social-section .images li {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20.83333%;
  margin-left: 4.16667%;
  margin-bottom: 30px;
}

.blog-social-section .images li:last-child {
  margin-right: 0;
}

.blog-social-section .images li:nth-of-type(4n+1) {
  margin-left: 0%;
}

@media only screen and (max-width: 1000px) {
  .blog-social-section .images li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 30.55417%;
  }
  .blog-social-section .images li:last-child {
    margin-right: 0;
  }
  .blog-social-section .images li:nth-of-type(4n+1) {
    margin-left: 4.16667%;
  }
  .blog-social-section .images li:nth-of-type(3n+1) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 768px) {
  .blog-social-section .images li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20.83333%;
  }
  .blog-social-section .images li:last-child {
    margin-right: 0;
  }
  .blog-social-section .images li:nth-of-type(3n+1) {
    margin-left: 4.16667%;
  }
  .blog-social-section .images li:nth-of-type(4n+1) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 560px) {
  .blog-social-section .images li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 45.83333%;
    margin-left: 0;
  }
  .blog-social-section .images li:last-child {
    margin-right: 0;
  }
  .blog-social-section .images li:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .blog-social-section .images li:nth-of-type(even) {
    margin-left: 8.33333%;
  }
}

.blog-social-section .images a {
  display: block;
  border: 1px solid #bc9e73;
}

.blog-social-section .images a:hover {
  border-color: transparent;
}

.blog-social-section .images img {
  display: block;
  border: 6px solid #FFF;
}

.select-nav-container {
  display: block;
  padding: 1.5em 1.5em 1.875em;
  background-color: #bc9e73;
  display: none;
  clear: both;
}

.select-nav-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 768px) {
  .select-nav-container {
    display: block;
  }
}

.select-nav-container .label {
  margin-top: 0;
  line-height: 1;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.select-nav {
  margin-bottom: 0;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #3b1630;
  font-size: 11px;
  text-transform: uppercase;
}

.select-nav.containerless {
  display: none;
}

@media only screen and (max-width: 768px) {
  .select-nav.containerless {
    display: block;
  }
}

.trending {
  text-align: center;
}

@media only screen and (max-width: 610px) {
  .trending {
    display: none;
  }
}

.trending .mp-owl-topbar {
  display: none;
}

.trending .trending-header h1 {
  margin-bottom: 0;
  font-size: 33px;
}

.trending .trending-items {
  display: block;
}

.trending .trending-items::after {
  clear: both;
  content: "";
  display: table;
}

.trending .item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 16.66667%;
}

.trending .item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1260px) {
  .trending .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20%;
  }
  .trending .item:last-child {
    margin-right: 0;
  }
  .trending .item:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .trending .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
  }
  .trending .item:last-child {
    margin-right: 0;
  }
  .trending .item:nth-child(5) {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .trending .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .trending .item:last-child {
    margin-right: 0;
  }
  .trending .item:nth-child(4) {
    display: none;
  }
}

.trending .product-name {
  text-transform: uppercase;
  margin-bottom: 0.3em;
  color: #666;
}

.trending .product-subname {
  color: #666;
}

.trending a {
  display: block;
  border: 1px solid transparent;
  display: block;
  padding: 1.5em 2.4em;
}

.trending a::after {
  clear: both;
  content: "";
  display: table;
}

.trending a .name, .trending a .description {
  color: #666;
}

.trending a:hover {
  border-color: #bc9e73;
}

.trending a:hover .product-name {
  color: #3b1630;
}

.trending a:hover .product-subname {
  color: #666;
}

.connect-module {
  padding: 3em 0 3em 3em;
  text-align: center;
}

@media only screen and (max-width: 880px) {
  .connect-module {
    padding: 3em 0;
  }
}

@media screen and (max-width: 440px) {
  .connect-module {
    padding: 3em;
  }
}

.connect-module .connect-header h1 {
  font-size: 28px;
}

@media screen and (max-width: 440px) {
  .connect-module .connect-header h1 {
    font-size: 24px;
  }
}

.connect-module .connect-main {
  padding: 0 9em;
}

@media only screen and (max-width: 1165px) {
  .connect-module .connect-main {
    padding: 0 3em;
  }
}

@media only screen and (max-width: 900px) {
  .connect-module .connect-main {
    padding: 0;
  }
}

.connect-module .social-links li {
  display: inline-block;
  font-size: 27px;
  margin: 0.3em;
}

@media only screen and (max-width: 500px) {
  .connect-module .social-links li {
    font-size: 15px;
  }
}

.connect-module .social-links li a {
  color: #bc9e73;
}

.connect-module .social-links li a:hover {
  color: #3b1630;
}

.connect-module .connect-footer {
  margin-top: 4.5em;
}

.connect-module .connect-footer::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .connect-module .connect-footer {
    display: none;
  }
}

.connect-module .connect-footer li {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20.83333%;
  margin-left: 5.55417%;
}

.connect-module .connect-footer li:last-child {
  margin-right: 0;
}

.connect-module .connect-footer li:first-of-type {
  margin-left: 0%;
}

@media only screen and (max-width: 1060px) {
  .connect-module .connect-footer li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 29.62917%;
  }
  .connect-module .connect-footer li:last-child {
    margin-right: 0;
  }
  .connect-module .connect-footer li:last-of-type {
    display: none;
  }
}

.connect-module .connect-footer a {
  display: block;
  border: 1px solid #bc9e73;
}

.connect-module .connect-footer a:hover {
  border-color: transparent;
}

.connect-module .connect-footer img {
  display: block;
  border: 6px solid #FFF;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal;
  }
}

.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/
}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e80b";
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'fontello';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 8px;
  font-size: 16px;
  color: #3b1630;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e80a";
}

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005";
}

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004";
}

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003";
}

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002";
}

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007";
}

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006";
}

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009";
}

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008";
}

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f";
}

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011";
}

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013";
}

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015";
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b";
}

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d";
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b";
}

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d";
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f";
}

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021";
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017";
}

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019";
}

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px;
}

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px;
}

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer;
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013";
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012";
}

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px;
}

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022";
}

.footable > tfoot .pagination {
  margin: 0;
}

.footable.no-paging .hide-if-no-paging {
  display: none;
}

.footable-row-detail-inner {
  display: table;
}

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em;
}

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold;
}

.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em;
}

.footable-row-detail-value {
  display: table-cell;
}

.footable-odd {
  background-color: #f7f7f7;
}

.messages .error-msg {
  color: #990000;
}

.messages .success-msg {
  color: #bc9e73;
}

.checkout-cart-index .messages {
  margin: 1.5em 0;
  text-align: center;
}

.message-modal {
  background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(188, 158, 115, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
  max-width: 860px;
}

.message-modal .messages {
  border: 1px solid #bc9e73;
  padding: 3em 1.5em;
  margin: 0;
}

.login-modal {
  background-color: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(188, 158, 115, 0.5);
  text-align: center;
  margin: 0 auto;
  padding: 1.5em;
  max-width: 700px;
}

.login-modal .login-modal-header {
  border: 1px solid #bc9e73;
  padding: 2em;
}

.login-modal .login-modal-header h1 {
  margin-bottom: 0;
  line-height: 1.4;
}

.login-modal .login-modal-header h1 .italic {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: auto;
  text-transform: none;
  letter-spacing: normal;
}

.login-modal .login-modal-header h2 {
  font-size: 15px;
  color: #bc9e73;
  margin-bottom: 0;
}

.login-modal .login-modal-main {
  border-right: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  border-left: 1px solid #bc9e73;
  padding: 3em 6em;
}

.login-modal input {
  margin-bottom: 1.5em;
  text-align: center;
}

.login-modal #login-button-set {
  text-align: right;
}

.login-modal #login-button-set button {
  margin-bottom: 1.5em;
}

.login-modal .detail {
  color: #bc9e73;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 48px;
  margin-left: 0;
  -webkit-transition: background-color 100ms ease-out;
          transition: background-color 100ms ease-out;
}

.intl-tel-input input.iti-invalid-key {
  -webkit-transition: background-color 0;
          transition: background-color 0;
  background-color: #FFC7C7;
}

.intl-tel-input .flag-dropdown {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 1px;
}

.intl-tel-input .flag-dropdown:hover {
  cursor: pointer;
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input input[disabled] + .flag-dropdown:hover, .intl-tel-input input[readonly] + .flag-dropdown:hover {
  cursor: default;
}

.intl-tel-input input[disabled] + .flag-dropdown:hover .selected-flag, .intl-tel-input input[readonly] + .flag-dropdown:hover .selected-flag {
  background-color: transparent;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 42px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 4px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  list-style: none;
  position: absolute;
  z-index: 2;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list .flag {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag, .intl-tel-input .country-list .country-name {
  margin-right: 6px;
}

.intl-tel-input select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 42px;
  height: 100%;
  opacity: 0;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}

.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}

.intl-tel-input {
  display: block;
}

.iti-flag {
  background-image: url("/skin/frontend/kotur/default/images/flags.png");
}

.flag-dropdown {
  max-height: 44px;
}

.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
  margin-bottom: 1.5em;
}

.wrapper {
  height: 100%;
  position: relative;
}

.row {
  display: block;
}

.row::after {
  clear: both;
  content: "";
  display: table;
}

.main-container {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}

.main-container::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .main-container {
    padding: 0;
  }
}

.main-container .main {
  margin-top: 80px;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 440px) {
  .main-container .main {
    margin-top: 2.25em;
  }
}

.split-columns {
  display: block;
}

.split-columns::after {
  clear: both;
  content: "";
  display: table;
}

.split-columns .main-content,
.split-columns .aside-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}

.split-columns .main-content:last-child,
.split-columns .aside-content:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .split-columns .main-content {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .split-columns .main-content {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .split-columns .aside-content {
    display: none;
  }
}

#wpstats {
  display: none;
}

.page-title {
  text-align: center;
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 440px) {
  .page-title {
    border-bottom: none;
  }
  .page-title h1 {
    font-size: 22px;
    padding: 0;
  }
}

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

h2.legend,
.box-head h2 {
  font-size: 32px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  h2.legend,
  .box-head h2 {
    font-size: 24px;
  }
}

.addresses-list .item h3,
.addresses-list .item h4,
.edit-header h3, .edit-header h4 {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #bc9e73;
  font-size: 28px;
  border-bottom: 1px solid #bc9e73;
  text-transform: none;
  padding-bottom: 0.75em;
}

@media screen and (max-width: 768px) {
  .addresses-list .item h3,
  .addresses-list .item h4,
  .edit-header h3, .edit-header h4 {
    font-size: 20px;
  }
}

.addresses-list .item.section-header h3,
.addresses-list .item.section-header h4,
.edit-header.section-header h3, .edit-header.section-header h4 {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  border: none;
  color: #3b1630;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding-bottom: 0;
}

.edit-link {
  display: block;
  font-size: 13px;
  color: #bc9e73;
  margin-bottom: 0.75em;
}

.main.base-template {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}

.main.base-template::after {
  clear: both;
  content: "";
  display: table;
}

.page-banner {
  position: relative;
  margin-top: 1.5em;
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 1.5em;
}

.page-banner .banner-container {
  background-size: cover;
  margin-bottom: 1.5em;
}

.page-banner .page-title {
  border-bottom: none;
  display: inline-block;
  font-size: 39px;
  line-height: 1;
  margin: 13% 0 10% 10%;
}

.page-banner .page-title .italic {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: auto;
  text-transform: none;
  letter-spacing: normal;
}

@media screen and (max-width: 440px) {
  .mobile-pad {
    padding: 0 1.5em;
  }
}

.bottom-base-border {
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
}

img#wpstats {
  display: none;
}

/* Image style */
#scrollUp {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background-color: #FFF;
  background-image: url("/skin/frontend/kotur/default/images/icons/top-sprite.svg");
  bottom: 20px;
  right: 20px;
  width: 38px;
  /* Width of image */
  height: 54px;
  /* Height of image */
}

.no-svg #scrollUp {
  background-image: url("/skin/frontend/kotur/default/images/icons/top-sprite.png");
}

#scrollUp:hover {
  background-position: top -54px left 0;
  cursor: pointer;
}

.home-page.main {
  margin-top: 1.5em;
}

@media only screen and (max-width: 610px) {
  .home-page.main {
    padding-bottom: 0;
  }
}

.home-page img {
 vertical-align: middle;
}

.home-page .top-teaser {
  display: block;
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 1.5em;
  position: relative;
}

.home-page .top-teaser::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 660px) {
}

.home-page .top-teaser h1 {
  font-size: 40px;
  line-height: 0.6;
  margin-bottom: 15px;
  color: #3b1630 !important;
}

.home-page .top-teaser h2 {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  font-size: 28px;
  line-height: 0.9;
  margin-bottom: 15px;
}

.home-page .top-teaser small {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.09em;
}


.promotion-left{width: 66.6666%; float: left ;background: #f7f7f7;	position: relative;}
.promotion-left .column{float: left; width: 50%;}

.home-page .top-teaser .col21 {
  text-align: center; padding: 0 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute; z-index: 2;
}

.promotion-left .col22 ,
.promotion-left .col22 img{float: right;}
.promotion-poright{width: 33.3333%; float: left; position: relative;}

.promotion-poright .shopping-callout {
  background-color: #FFF;
  margin-left: 3em;
}
.home-page .top-teaser .column {

}

.home-page .top-teaser .column:last-child {
  margin-right: 0;
}



.home-page .top-teaser .column:nth-child(2) {
}
.home-page .top-teaser .column:nth-child(2) img{}
.shopping-callout1{

}
.promotion-left:after{content: ""; clear: both; display: block}
@media only screen and (max-width: 1046px) {
  .promotion-poright .shopping-callout{margin-left: 2em}
}
@media only screen and (max-width: 1024px) {
  .promotion-left{width: 100%; float: none}
  .promotion-poright{width: 100%; float: none}


  .promotion-poright .shopping-callout {
    background-color: #FFF;
    padding: 1.5em;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {


  .home-page .top-teaser {

  }
  .home-page .top-teaser .column{font-size: 11px;}
  .home-page .top-teaser h1{font-size: 24px;}
  .home-page .top-teaser .cta{font-size: 13px}


}



.home-page .top-teaser .cta {

}

.home-page .top-teaser .shopping-callout {

}

.home-page .top-teaser .shopping-callout img {

}

.home-page .blog-teasers-header {
  padding-right: 3em;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 880px) {
  .home-page .blog-teasers-header {
    padding-right: 0;
  }

}

@media screen and (max-width: 440px) {
  .home-page .blog-teasers-header {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
}

.home-page .blog-teasers-header .header-container {


  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 10.21021%;
}

.home-page .teasers {
  display: block;
  margin-bottom: 3em;
  border-bottom: 1px solid #bc9e73;
}

.home-page .teasers::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 610px) {
  .home-page .teasers {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.home-page .teasers .teasers-header {
  margin-top: 3em;
  text-align: center;
}

@media only screen and (max-width: 610px) {
  .home-page .teasers .teasers-header {
    margin-top: 0;
    padding-top: 3em;
  }
}

.home-page .teasers .teasers-header h1 {
  font-size: 32px;
  margin-right: 1.5em;
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .teasers-header h1 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 610px) {
  .home-page .teasers .teasers-header h1 {
    font-size: 27px;
  }
}

.home-page .teasers .teasers-header .italic {
  text-transform: none;
  font-style: italic;
}

.home-page .teasers .teaser-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.home-page .teasers .narrow-column {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.home-page .teasers .narrow-column:last-child {
  margin-right: 0;
}

.home-page .teasers .narrow-column.is-taller {
  border-right: 1px solid #bc9e73;
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .narrow-column.is-taller {
    border-right: none;
    border-bottom: 1px solid #bc9e73;
  }
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .narrow-column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .home-page .teasers .narrow-column:last-child {
    margin-right: 0;
  }
}

.home-page .teasers .narrow-column .teaser {
  padding: 0 3em 6em 0;
}
.home-page .teasers .narrow-column .teaser .img-container{margin-bottom: 15px;}
@media only screen and (max-width: 880px) {
  .home-page .teasers .narrow-column .teaser {
    padding: 0 4.5em 3em;
    border-bottom: 1px solid #bc9e73;
  }
  .home-page .teasers .narrow-column .teaser:nth-child(n+3) {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .home-page .teasers .narrow-column .teaser {
    padding: 0 0 3em;
  }
}

@media screen and (max-width: 440px) {
  .home-page .teasers .narrow-column .teaser {
    padding: 0 1.5em 3em;
  }
}

.home-page .teasers .narrow-column .teaser h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 21px;
  text-transform: none;
  letter-spacing: 0.075em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
}

.home-page .teasers .narrow-column .teaser h1 em {
  display: block;
  font-family: 'Libre Baskerville',Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

.home-page .teasers .narrow-column .teaser .teaser-image {
  height: 0;
  padding-top: 100%;
}

@media only screen and (max-width: 1000px) {
  .home-page .teasers .narrow-column .teaser .teaser-copy p {
    display: none;
  }
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .narrow-column .teaser .teaser-copy p {
    display: block;
  }
}

.home-page .teasers .wide-column {
  float: left;
  display: block;
  margin-right: 0%;
  width: 66.66667%;
}

.home-page .teasers .wide-column:last-child {
  margin-right: 0;
}

.home-page .teasers .wide-column.is-taller {
  border-left: 1px solid #bc9e73;
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .wide-column.is-taller {
    border-left: none;
  }
}

@media only screen and (max-width: 880px) {
  .home-page .teasers .wide-column {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .home-page .teasers .wide-column:last-child {
    margin-right: 0;
  }
}

.home-page .teasers .wide-column .teaser {
  border-bottom: 1px solid #bc9e73;
  padding: 3em 0 3em 3em;
}

.home-page .teasers .wide-column .teaser:last-of-type {

}




@media only screen and (max-width: 520px) {

  .home-page .teasers .wide-column .teaser {
    padding: 2.5em 0; border: none;
  }
}

@media screen and (max-width: 440px) {
  .home-page .teasers .wide-column .teaser {
    padding: 1em 1.5em;;
  }
}

.home-page .teasers .wide-column .teaser h1 {
  color: #3b1630 !important;
  font-size: 28px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1130px) {
  .home-page .teasers .wide-column .teaser h1 {
    font-size: 20px;
  }
}

.home-page .teasers .wide-column .teaser .img-container {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding: 0 3em 0 0;
}

.home-page .teasers .wide-column .teaser .img-container:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 610px) {
  .home-page .teasers .wide-column .teaser .img-container {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
  }
  .home-page .teasers .wide-column .teaser .img-container:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 520px) {
  .home-page .teasers .wide-column .teaser .img-container {
    padding: 0 4.5em;
  }
}

@media only screen and (max-width: 480px) {
  .home-page .teasers .wide-column .teaser .img-container {
    padding: 0;
  }
}

.home-page .teasers .wide-column .teaser .teaser-image {
  height: 480px;
}

.home-page .teasers .wide-column .teaser .teaser-main {
   overflow: hidden;
  display: block;
   min-height: 400px; padding: 50px 30px; background-size: cover!important;
}

.home-page .teasers .wide-column .teaser .teaser-main .teaser-header{float: right; padding: 50px 0;}
.home-page .teasers .wide-column .teaser .teaser-main:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1130px) {
  .home-page .teasers .wide-column .teaser .teaser-main {
    margin-top: 0;
  }
}
.home-page .teasers .wide-column .teaser .mb{display: none}
.home-page .teasers .wide-column .teaser .mb img{float: left; max-width: 100%}
@media only screen and (min-width: 611px) and (max-width: 1200px) {
  .home-page .teasers .wide-column .teaser .teaser-main {position: relative;}
  .home-page .teasers .wide-column .teaser .teaser-main .teaser-header{ background: #F7f7f7; padding: 50px 0 0; position: absolute; top: 0; bottom: 0; right: 0; width: 50%;}
  .home-page .teasers .wide-column .teaser:nth-child(even) .teaser-main .teaser-header{right: auto; left: 0;}
  .home-page .teasers .teasers-header h1{font-size: 24px;}

}
@media only screen and (max-width: 610px) {
  .home-page .teasers .wide-column .teaser .mb{display: block}

  .home-page .teasers .wide-column .teaser .teaser-main {
    float: none;
    display: block;
    margin-right: 0%;
    border: 1px solid #3b1630;
    padding:0;
    min-height: auto;
    background-size: 100% !important;
    background-position: 0 0 !important;
    margin: 0!important;
  }
  .home-page .teasers .wide-column .teaser .teaser-main:last-child {
    margin-right: 0;
  }

  .home-page .teasers .wide-column .teaser .teaser-main .teaser-header {
    float: none !important;
    padding: 20px 0;
    background: #FFF;
  }
}

@media only screen and (max-width: 1260px) {
  .home-page .teasers .wide-column .teaser .teaser-copy p {
    display: none;
  }
}

@media only screen and (max-width: 610px) {
  .btn.ghost, button.ghost, input[type="button"].ghost, input[type="reset"].ghost, input[type="submit"].ghost, button.ghost{font-size: 13px;}
  .home-page .teasers .wide-column .teaser .teaser-copy {
    margin-bottom: 1.5em; font-size: 11px;
  }
}

.home-page .teasers .wide-column .teaser:nth-child(even) .img-container {
  margin-left: 50%;
  padding: 0 0 0 3em;
}

@media only screen and (max-width: 610px) {
  .home-page .teasers .wide-column .teaser:nth-child(even) .img-container {
    margin-left: 0%;
    padding: 0;
  }
}

@media only screen and (max-width: 520px) {
  .home-page .teasers .wide-column .teaser:nth-child(even) .img-container {
    padding: 0 4.5em;
  }
}

@media only screen and (max-width: 480px) {
  .home-page .teasers .wide-column .teaser:nth-child(even) .img-container {
    padding: 0;
  }
}

.home-page .teasers .wide-column .teaser:nth-child(even) .teaser-main {

}

@media only screen and (max-width: 610px) {
  .home-page .teasers .wide-column .teaser:nth-child(even) .teaser-main {
    margin-left: 0%;
  }
}

.home-page .teasers .teaser {
  display: block;
  text-align: center;
  position: relative;
}

.home-page .teasers .teaser::after {
  clear: both;
  content: "";
  display: table;
}

.home-page .teasers .teaser a:hover h1, .home-page .teasers .teaser a:hover h2 {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  color: #bc9e73;
}

.home-page .teasers .teaser .section-label {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #bc9e73;
}

.home-page .teasers .teaser .teaser-header h1, .home-page .teasers .teaser .teaser-header h2 {
  color: #3b1630;
}

.home-page .teasers .teaser .teaser-main {

}

.home-page .teasers .teaser .product-link {
  position: absolute;
  bottom: 2.25em;
  width: 50%;
}

@media only screen and (max-width: 610px) {
  .home-page .teasers .teaser .product-link {
    position: relative;
    width: 100%;
    bottom: auto;
  }
}

.home-page .teasers .teaser .product-link .thumbnail-container {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}

.home-page .teasers .teaser .product-link .thumbnail-container:last-child {
  margin-right: 0;
}

.home-page .teasers .teaser .product-link .product-details {
  text-align: left;
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding: 5.5em 0 0 0;
}

.home-page .teasers .teaser .product-link .product-details:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1060px) {
  .home-page .teasers .teaser .product-link .product-details {
    padding-top: 2em;
  }
}

.home-page .teasers .teaser .product-link .name, .home-page .teasers .teaser .product-link .description {
  color: #666;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}

.home-page .teasers .teaser .product-link .name {
  margin-bottom: 0.3em;
}

.home-page .teasers .teaser .product-link .description {
  text-transform: none;
}

.search-no-result {
  min-height: 200px;
}

.search-no-result h2 {
  text-align: center;
  margin-top: 1.5em;
}

.account-login {
  background-image: url("/skin/frontend/kotur/default/images/login.jpg");
  background-repeat: no-repeat;
  background-position: 30% 128px;
  background-size: 70%;
}

@media only screen and (max-width: 1100px) {
  .account-login {
    background: none;
  }
}

.account-login .col2-set {
  display: block;
  padding-bottom: 150px;
  margin: 80px 0 0;
  min-height: 560px;
}

.account-login .col2-set::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .account-login .col2-set {
    min-height: 100px;
    padding-bottom: 3em;
  }
}

.account-login .col-1,
.account-login .col-2 {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.account-login .col-1:last-child,
.account-login .col-2:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  .account-login .col-1,
  .account-login .col-2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%;
  }
  .account-login .col-1:last-child,
  .account-login .col-2:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .account-login .col-1,
  .account-login .col-2 {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 440px) {
  .account-login .col-1,
  .account-login .col-2 {
    padding: 0 1.5em;
  }
}

.account-login .col-1 .content,
.account-login .col-2 .content {
  padding: 15px 0;
  display: block;
}

.account-login .col-1 .content::after,
.account-login .col-2 .content::after {
  clear: both;
  content: "";
  display: table;
}

.account-login .col-2 {
  margin-left: 33.33333%;
}

@media only screen and (max-width: 1100px) {
  .account-login .col-2 {
    margin-left: 16.66667%;
  }
}

@media screen and (max-width: 768px) {
  .account-login .col-2 {
    width: 100%;
    margin: 3em 0 0 0;
  }
}

.account-login h2 {
  font-size: 22px;
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 20px;
}

.account-login .forgot-password {
  margin-left: 15px;
}

@media only screen and (max-width: 835px) {
  .account-login .forgot-password {
    margin: 1.5em 0 0 0;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .account-login .forgot-password {
    margin-left: 15px;
    display: inline-block;
  }
}

.account-login label {
  font-size: 16px;
}

.forgot-password-page h2 {
  font-size: 22px;
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 20px;
}

.forgot-password-page form {
  float: left;
  display: block;
  margin-right: 0%;
  width: 41.66667%;
  margin: 60px 0;
}

.forgot-password-page form:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .forgot-password-page form {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
  }
  .forgot-password-page form:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 666px) {
  .forgot-password-page form {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .forgot-password-page form:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .forgot-password-page form {
    padding: 0 1.5em;
  }
}

.forgot-password-page label {
  font-size: 16px;
}

.forgot-password-page .content {
  padding: 15px 0;
  display: block;
}

.forgot-password-page .content::after {
  clear: both;
  content: "";
  display: table;
}

.forgot-password-page .back-to-login {
  margin-left: 15px;
}

.reset-password-page h2 {
  font-size: 22px;
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 20px;
}

.reset-password-page form {
  float: left;
  display: block;
  margin-right: 0%;
  width: 41.66667%;
  margin: 0 0 100px 0;
}

.reset-password-page form:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .reset-password-page form {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
  }
  .reset-password-page form:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 666px) {
  .reset-password-page form {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .reset-password-page form:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .reset-password-page form {
    padding: 0 1.5em;
  }
}

.reset-password-page label {
  font-size: 16px;
}

.reset-password-page .content {
  padding: 15px 0;
  display: block;
}

.reset-password-page .content::after {
  clear: both;
  content: "";
  display: table;
}

.reset-password-page .back-to-login {
  margin-left: 15px;
}

.account-create h2.legend {
  margin-top: 80px;
}

@media only screen and (max-width: 900px) {
  .account-create h2.legend {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 440px) {
  .account-create h2.legend {
    font-size: 24px;
  }
}

.account-create .left {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-bottom: 130px;
}

.account-create .left:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .account-create .left {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .account-create .left {
    padding: 0 1.5em;
  }
}

.account-create .right {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}

.account-create .right:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .account-create .right {
    display: none;
  }
}

.account-create .monkey-multisubscribe .page-title {
  display: none;
}

.account-create .monkey-multisubscribe label {
  display: inline-block;
  text-transform: none;
}

.logged-out {
  min-height: 200px;
}

.logged-out p {
  text-align: center;
  margin: 0;
}

.logged-out h2 {
  text-align: center;
  margin: 3em 0 1.5em 0;
}

.catalog-category-view .breadcrumbs {
  position: absolute;
  z-index: 100;
  margin-top: 53x;
  margin-left: 60px;
}

@media only screen and (max-width: 610px) {
  .catalog-category-view .breadcrumbs {
    margin-left: 1.5em;
  }
}

.catalog-category-view .main {
  margin: 0;
}

.catalog-category-view .category-products {
  margin-bottom: 80px;
}

.catalog-category-view .category-hero-container {
  border-bottom: 1px solid #bc9e73;
  margin: 1.5em 0;
  padding-bottom: 1.5em;
}

.catalog-category-view .category-hero-container .category-hero {
  background-color: #f8f8f8;
  display: block;
  height: 400px;
  position: relative;
}

.catalog-category-view .category-hero-container .category-hero::after {
  clear: both;
  content: "";
  display: table;
}

.catalog-category-view .category-hero-container .content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 41.66667%;
  padding: 130px 60px 60px 60px;
}

.catalog-category-view .category-hero-container .content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  .catalog-category-view .category-hero-container .content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .catalog-category-view .category-hero-container .content:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 950px) {
  .catalog-category-view .category-hero-container .content {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.catalog-category-view .category-hero-container .image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 53.33333%;
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.catalog-category-view .category-hero-container .image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1210px) {
  .catalog-category-view .category-hero-container .image {
    background-position: bottom left;
  }
}

@media only screen and (max-width: 1100px) {
  .catalog-category-view .category-hero-container .image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .catalog-category-view .category-hero-container .image:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .catalog-category-view .category-hero-container .image {
    background-size: contain;
  }
}

.catalog-category-view .category-hero-container h1 {
  margin: 0;
  text-align: center;
  letter-spacing: .1em;
  font-size: 39px;
  line-height: 1;
}

.catalog-category-view .category-hero-container .category-description {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .catalog-category-view .breadcrumbs {
    display: none;
  }
  .catalog-category-view .main-container {
    width: 100%;
    padding: 0;
  }
  .catalog-category-view .category-hero-container {
    margin: 0 0 1.5em 0;
    border-bottom: none;
    padding: 0;
  }
  .catalog-category-view .category-hero-container .category-hero {
    height: 300px;
  }
  .catalog-category-view .category-hero-container .content {
    display: none;
  }
  .catalog-category-view .category-hero-container .image {
    width: 100%;
    position: relative;
    min-height: 300px;
    background-position: bottom center;
  }
}

@media only screen and (max-width: 462px) {
  .catalog-category-view .category-hero-container .category-hero {
    height: 250px;
  }
  .catalog-category-view .category-hero-container .image {
    min-height: 250px;
  }
}

@media only screen and (max-width: 360px) {
  .catalog-category-view .category-hero-container .category-hero {
    height: 220px;
  }
  .catalog-category-view .category-hero-container .image {
    min-height: 220px;
  }
}

.catalog-product-view table#product-attribute-specs-table tbody tr:hover > td {
  background-color: transparent !important;
}

.catalog-product-view table#product-attribute-specs-table tr td:first-child {
  padding-right: 1.5em;
}

.catalog-product-view .link-stock-alert {
  padding: 0 1.5em;
}

.catalog-product-view .product-view {
  display: block;
  margin-bottom: 160px;
}

.catalog-product-view .product-view::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .catalog-product-view .product-view {
    margin-bottom: 60px;
  }
}

.catalog-product-view .main-container {
  overflow: hidden;
}

.catalog-product-view .main-container .main {
  margin-top: -webkit-calc(80px - 1.5em);
  margin-top: calc(80px - 1.5em);
}

@media screen and (max-width: 768px) {
  .catalog-product-view .main-container .main {
    margin-top: 1.5em;
  }
}

.catalog-product-view .col-1 {
  width: 70%;
  float: right;
  overflow: visible;
}

@media screen and (max-width: 1170px) {
  .catalog-product-view .col-1 {
    width: 60%;
  }
}

@media only screen and (max-width: 875px) {
  .catalog-product-view .col-1 {
    width: 55%;
  }
}

@media screen and (max-width: 768px) {
  .catalog-product-view .col-1 {
    width: 100%;
    float: none;
  }
}

.catalog-product-view .col-1 .product-images {
  width: 90%;
  margin: 0 0 0 10%;
  overflow: visible;
  text-align: right;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .col-1 .product-images {
    width: 70%;
    margin-bottom: 1.5em;
  }
}

.catalog-product-view .col-1 .product-images .bx-wrapper {
  margin: 0 auto;
}

.catalog-product-view .col-1 .product-images .bx-wrapper .bx-viewport {
  margin: 0 auto;
  overflow: visible !important;
}

.catalog-product-view .col-1 .product-images .bx-wrapper .bx-pager {
  position: relative;
  bottom: -10px;
  width: 100%;
  text-align: center;
}

.catalog-product-view .col-2 {
  width: 30%;
  float: left;
}

@media screen and (max-width: 1170px) {
  .catalog-product-view .col-2 {
    width: 40%;
  }
}

@media only screen and (max-width: 875px) {
  .catalog-product-view .col-2 {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .catalog-product-view .col-2 {
    width: 100%;
    float: none;
  }
}

.catalog-product-view .product-image {
  text-align: right;
}

.catalog-product-view .validation-advice {
  color: #990000;
}

.catalog-product-view .product-name h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #3b1630;
  margin-bottom: 0;
}

.catalog-product-view .product-name .product-subname {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #3b1630;
  font-size: 24px;
  margin: 0;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .product-name {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 440px) {
  .catalog-product-view .product-name h1 {
    font-size: 24px;
  }
  .catalog-product-view .product-name .product-subname {
    font-size: 20px;
  }
}

.catalog-product-view .product-options-bottom {
  display: block;
  padding-bottom: 1px;
}

.catalog-product-view .product-options-bottom::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .product-options-bottom {
    padding: 0 1.5em;
  }
}

.catalog-product-view .price-box {
  color: #bc9e73;
  margin: 15px 0 30px 0;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .price-box {
    padding: 0 1.5em;
    width: 100%;
  }
}

.catalog-product-view .price-box .price {
  font-size: 22px;
}

.catalog-product-view .price-box .old-price {
  text-decoration: line-through;
}

.catalog-product-view .price-box .old-price .price-label {
  display: none;
}

.catalog-product-view .price-box .special-price {
  color: #990000;
}

.catalog-product-view .price-box .special-price .price-label {
  font-size: 22px;
}

.catalog-product-view .price-box .old-price,
.catalog-product-view .price-box .special-price {
  margin: 0 0 5px 0;
}

.catalog-product-view .price-box .comp-shipping {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-top: 7px;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .product-options-bottom .price-box {
    padding: 0;
  }
}

.catalog-product-view .add-to-box {
  display: block;
}

.catalog-product-view .add-to-box::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .add-to-box {
    padding: 0 1.5em;
  }
}

.catalog-product-view .add-to-cart {
  float: left;
}

.catalog-product-view .add-to-links {
  float: left;
  margin-left: 20px;
}

.catalog-product-view .add-to-links li {
  display: inline-block;
}

.catalog-product-view .add-to-links a:link,
.catalog-product-view .add-to-links a:visited {
  color: #bc9e73;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  display: inline-block;
  line-height: 1;
  padding: 1.05em 0 0.85em;
}

.catalog-product-view .add-to-links a:link:hover,
.catalog-product-view .add-to-links a:visited:hover {
  color: #3b1630;
}

.catalog-product-view .add-to-links .separator {
  margin: 0 1em;
}

.catalog-product-view .box-collateral {
  clear: both;
  margin-top: 53px;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .box-collateral {
    padding: 0 1.5em;
  }
}

.catalog-product-view .box-collateral.box-description {
  margin-top: 4.5em;
}

@media screen and (max-width: 768px) {
  .catalog-product-view .box-collateral.box-description {
    border-top: 1px solid #bc9e73;
    padding-top: 3em;
    margin-top: 3em;
  }
}

.catalog-product-view .box-collateral .data-table {
  border: none;
}

.catalog-product-view .box-collateral td {
  border: none;
  padding: 3px 0;
  vertical-align: top;
}

@media screen and (max-width: 440px) {
  .catalog-product-view .box-collateral td.data {
    padding-left: 20px;
  }
}

.catalog-product-view .box-collateral tr {
  background-color: transparent;
}

.catalog-product-view .box-collateral .button {
  background-color: transparent;
  border: 1px solid #3b1630;
  color: #3b1630;
}

.catalog-product-view .box-collateral .button:hover {
  background-color: #3b1630;
  color: #fff;
}

.catalog-product-view .box-collateral .note {
  margin: .35em 0;
  font-size: 12px;
}

.catalog-product-view .box-collateral .input-box {
  width: 80%;
}

.catalog-product-view .box-collateral .social-links li {
  display: inline-block;
  margin-right: 1em;
}

@media only screen and (max-width: 342px) {
  .catalog-product-view .box-collateral .social-links li {
    margin-right: .5em;
  }
}

.catalog-product-view .box-collateral .social-links a {
  color: #bc9e73;
  font-size: 22px;
}

.catalog-product-view .box-collateral .social-links a:hover {
  color: #3b1630;
}

.catalog-product-view .box-collateral strong {
  font-weight: normal !important;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.catalog-product-view .connect-module {
  display: none;
  padding: 50px 1.5em !important;
  border-top: 1px solid #bc9e73;
}

@media screen and (max-width: 768px) {
  .catalog-product-view .connect-module {
    display: block;
  }
}

.catalog-product-view .connect-module .social-links li {
  font-size: 22px;
}

@media only screen and (max-width: 466px) {
  .catalog-product-view .connect-module .social-links li {
    font-size: 20px;
  }
}

@media screen and (max-width: 440px) {
  .catalog-product-view .connect-module .social-links li {
    font-size: 22px;
  }
}

@media only screen and (max-width: 376px) {
  .catalog-product-view .connect-module .social-links li {
    font-size: 20px;
  }
}

@media only screen and (max-width: 348px) {
  .catalog-product-view .connect-module .social-links li {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .catalog-product-view .breadcrumbs {
    display: none;
  }
}

.catalog-product-view .is-sticky .sticky {
  background-color: #FFF;
  z-index: 1;
}

.catalog-product-view .is-sticky .sticky:after {
  background-image: url("/skin/frontend/kotur/default/images/product-detail/sticky-fade.png");
  background-repeat: repeat-x;
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: -200px;
  pointer-events: none;
}

.catalog-product-view .sticky {
  padding-top: 1.5em;
}

.catalog-product-view .carousel-container {
  -webkit-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  transform: translateZ(1px);
  position: relative;
  z-index: 1010;
  background-color: #FFF;
  border-bottom: none;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .catalog-product-view .carousel-container {
    display: none;
  }
}

.catalog-product-view .carousel-container a {
  border: 1px solid transparent;
}

.catalog-product-view .carousel-container a:hover {
  border: 1px solid #bc9e73;
}

.catalog-product-view .recently-viewed {
  position: relative;
  z-index: 1011;
  background-color: #FFF;
}

.catalog-product-view .main-footer {
  position: relative;
  z-index: 5000;
}

.catalog-product-view .main-footer:before {
  content: '';
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 6em;
  position: absolute;
  top: -6em;
  z-index: -1;
}

.catalog-product-view.checkout-cart-configure .add-to-links {
  margin-top: 1.8em;
}

.my-wishlist .empty-wishlist {
  padding: 6em 3em 3em;
  text-align: center;
}

.my-wishlist .empty-wishlist .wishlist-empty {
  font-size: 18px;
}

.my-wishlist .share-wishlist {
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 620px) {
  .my-wishlist .share-wishlist {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 840px) {
  .my-wishlist .share-wishlist .label {
    display: block;
    margin-bottom: 15px;
  }
}

.my-wishlist .share-wishlist ul, .my-wishlist .share-wishlist li {
  display: inline-block;
}

.my-wishlist .share-wishlist li {
  margin-left: 2em;
}

@media only screen and (max-width: 620px) {
  .my-wishlist .share-wishlist li {
    margin: 0 10px 15px 10px;
  }
}

.my-wishlist .share-wishlist a {
  color: #bc9e73;
}

.my-wishlist .share-wishlist a:hover {
  color: #572047;
}

.my-wishlist .wishlist-items {
  display: block;
}

.my-wishlist .wishlist-items::after {
  clear: both;
  content: "";
  display: table;
}

.my-wishlist .wishlist-item {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  padding: 3em;
  text-align: center;
}

.my-wishlist .wishlist-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 953px) {
  .my-wishlist .wishlist-item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    padding: 1.5em;
  }
  .my-wishlist .wishlist-item:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 456px) {
  .my-wishlist .wishlist-item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding-bottom: 0;
  }
  .my-wishlist .wishlist-item:last-child {
    margin-right: 0;
  }
}

.my-wishlist .wishlist-item a {
  color: #666;
}

.my-wishlist .wishlist-item a:hover {
  color: #bc9e73;
}

.my-wishlist .wishlist-item .product-image {
  display: block;
  position: relative;
  padding-bottom: 100%;
}

.my-wishlist .wishlist-item .product-image img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}

.my-wishlist .wishlist-item .product-name {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0.375em;
  margin-top: 0.75em;
}

.my-wishlist .wishlist-item textarea,
.my-wishlist .wishlist-item input.qty,
.my-wishlist .wishlist-item .link-edit {
  display: none;
}

.my-wishlist .wishlist-item .price {
  color: #bc9e73;
}

.my-wishlist .wishlist-item .price-box {
  margin-bottom: 1.5em;
}

.my-wishlist .wishlist-item .cart-cell {
  margin-bottom: 1.5em;
}

.my-wishlist .wishlist-item .share-wishlist-item {
  margin-bottom: 1.5em;
}

.my-wishlist .wishlist-item .share-wishlist-item::after {
  clear: both;
  content: "";
  display: table;
}

.my-wishlist .wishlist-item .share-wishlist-item li {
  display: inline-block;
  font-size: 18px;
}

.my-wishlist .wishlist-item .share-wishlist-item a {
  color: #bc9e73;
}

.my-wishlist .wishlist-item .share-wishlist-item a:hover {
  color: #572047;
}

.my-wishlist .wishlist-item .share-wishlist-item a [class^="icon-"]:before, .my-wishlist .wishlist-item .share-wishlist-item a [class*=" icon-"]:before {
  margin: 0 0.5em;
}

.my-wishlist .wishlist-item .btn-remove {
  font-size: 13px;
  color: #bc9e73;
}

.my-wishlist .wishlist-item .btn-remove .icon-close {
  font-size: 11px;
}

.my-wishlist .wishlist-item .out-of-stock {
  min-height: 46px;
}

.my-wishlist .add-all {
  text-align: center;
  margin-bottom: 3em;
}

.my-wishlist .contact {
  padding: 1.5em;
  text-align: center;
}

.my-wishlist .contact .contact-label {
  margin-bottom: 1.5em;
}

.my-wishlist .shared-purchase-cta {
  margin-bottom: 1.5em;
}

.my-wishlist.shared-wishlist .buttons-set {
  text-align: center;
}

@media screen and (max-width: 440px) {
  .account-subnav-container {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .account-subnav-container #account-subnav {
    display: none;
  }
}

.account-subnav-container #mobile-account-subnav {
  margin-bottom: 3em;
}

.dashboard .welcome-msg, .dashboard .box-recent {
  margin-bottom: 3em;
}

.dashboard .hello {
  color: #bc9e73;
  font-size: 1.2em;
}

.dashboard .hello strong {
  font-weight: normal;
}

.dashboard .editable-info {
  margin-bottom: 3em;
}

.my-account .add-new {
  margin-bottom: 3em;
}

.my-account .addresses-list .item {
  margin-bottom: 3em;
}

.my-account .fieldset {
  margin-bottom: 3em;
}

.my-account #my-orders-table {
  margin-bottom: 1.5em;
}

.my-account .no-display {
  display: none;
}

.my-account .back-link {
  padding: 15px 0;
}

.sales-order-view .order-details {
  border: none;
}

.sales-order-view .col2-set {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  padding-right: 3em;
}

.sales-order-view .col2-set:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 650px) {
  .sales-order-view .col2-set {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .sales-order-view .col2-set:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .sales-order-view .col2-set {
    padding: 0 1.5em;
  }
}

.sales-order-view .box-title {
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 1.5em;
}

.sales-order-view .box-title h2 {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #bc9e73;
  font-size: 28px;
  text-transform: none;
}

.sales-order-view .box {
  margin-bottom: 3em;
}

.sales-order-view .box-payment th {
  padding-left: 1em;
  border: none;
}

.sales-order-view .order-details .cart-price {
  display: block;
}

.sales-order-view .order-details tbody .price {
  color: #666;
}

@media screen and (max-width: 440px) {
  .sales-order-view .order-info,
  .sales-order-view .order-date {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 440px) {
  .sales-order-view .back-link {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 440px) {
  .sales-order-view .order-items {
    padding: 0 1.5em;
  }
}

.sales-order-view #my-orders-table .footable-toggle {
  float: left;
}

.sales-order-view #my-orders-table .product-name {
  float: left;
}

.sales-order-view #my-orders-table tfoot tr.first td {
  padding-top: 20px;
  border-top: 1px solid #bc9e73;
}

.sales-order-view #my-orders-table tfoot tr.last td {
  padding-bottom: 20px;
}

.sales-order-view #my-orders-table tfoot tr td {
  border: none;
  padding: 5px 20px;
}

.sales-order-view #my-orders-table tfoot tr td:first-child {
  text-align: right;
}

.sales-order-view #my-orders-table tfoot tr td.last {
  text-align: right;
}

.monkey-customer-account-index .monkey-multisubscribe form {
  margin-top: 75px;
  margin-left: 40px;
}

.monkey-customer-account-index .monkey-multisubscribe form label {
  text-transform: none;
  display: inline-block;
}

.monkey-customer-account-index .back-link {
  margin-top: 20px;
  margin-left: 40px;
}

.opc-index-index .exposed-nav, .opc-index-index .header-container + #shop-nav {
  display: none !important;
}

.opc-index-index .header-container .header {
  border-bottom: 1px solid #bc9e73;
  max-width: 100em;
  max-width: 1120px;
}

.opc-wrapper-opc {
  display: block;
}

.opc-wrapper-opc::after {
  clear: both;
  content: "";
  display: table;
}

.opc-wrapper-opc .description {
  width: 60%;
  text-align: center;
  color: #666;
  display: block;
  margin: 1.5em auto;
}

@media only screen and (max-width: 900px) {
  .opc-wrapper-opc .description {
    width: 90%;
  }
}

@media screen and (max-width: 440px) {
  .opc-wrapper-opc .description {
    width: 100%;
    padding: 0 1.5em;
  }
}

.opc-wrapper-opc .opc-cols {
  padding-top: 40px;
  position: relative;
}

.opc-wrapper-opc .opc-col-left {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.opc-wrapper-opc .opc-col-left:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .opc-wrapper-opc .opc-col-left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 31.25%;
  }
  .opc-wrapper-opc .opc-col-left:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .opc-wrapper-opc .opc-col-left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 29.16667%;
  }
  .opc-wrapper-opc .opc-col-left:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 875px) {
  .opc-wrapper-opc .opc-col-left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .opc-wrapper-opc .opc-col-left:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .opc-wrapper-opc .opc-col-left {
    padding: 0 1.5em;
  }
}

.opc-wrapper-opc .opc-col-center {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  margin-left: 6.25%;
}

.opc-wrapper-opc .opc-col-center:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .opc-wrapper-opc .opc-col-center {
    float: left;
    display: block;
    margin-right: 0%;
    width: 31.25%;
  }
  .opc-wrapper-opc .opc-col-center:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .opc-wrapper-opc .opc-col-center {
    float: left;
    display: block;
    margin-right: 0%;
    width: 29.16667%;
  }
  .opc-wrapper-opc .opc-col-center:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 875px) {
  .opc-wrapper-opc .opc-col-center {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    margin-top: 2.25em;
  }
  .opc-wrapper-opc .opc-col-center:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .opc-wrapper-opc .opc-col-center {
    padding: 0 1.5em;
  }
}

.opc-wrapper-opc .opc-col-right {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20.83333%;
  margin-left: 6.25%;
  margin-bottom: 100px;
}

.opc-wrapper-opc .opc-col-right:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .opc-wrapper-opc .opc-col-right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
  }
  .opc-wrapper-opc .opc-col-right:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .opc-wrapper-opc .opc-col-right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 29.16667%;
  }
  .opc-wrapper-opc .opc-col-right:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 875px) {
  .opc-wrapper-opc .opc-col-right {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    margin-top: 2.25em;
  }
  .opc-wrapper-opc .opc-col-right:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .opc-wrapper-opc .opc-col-right {
    padding: 0 1.5em;
  }
}

.opc-wrapper-opc h2 {
  color: #bc9e73;
  border-bottom: 1px solid #bc9e73;
  padding-bottom: 10px;
  font-size: 26px;
  text-transform: none;
}

.opc-wrapper-opc li {
  list-style: none;
}

.opc-wrapper-opc .hidden {
  display: none !important;
}

.opc-wrapper-opc .checkbox-control label {
  text-transform: none;
}

.opc-wrapper-opc .payment-block dt label {
  display: inline-block;
  text-transform: none;
}

.opc-wrapper-opc .payment-block dt label img {
  display: none;
}

.opc-wrapper-opc .payment-block dt label a {
  display: none;
}

.opc-wrapper-opc .payment-block dd {
  font-size: 12px;
}

.opc-wrapper-opc .shipping-block {
  margin-top: 40px;
}

.opc-wrapper-opc .shipping-block .sp-methods dt {
  display: none;
}

.opc-wrapper-opc .shipping-block .sp-methods label {
  display: inline-block;
  text-transform: none;
}

#opc-address-form-shipping {
  margin-top: 40px;
}

#opc-discount-coupon-form {
  margin-top: 40px;
}

#opc-discount-coupon-form .input-box {
  position: relative;
}

#opc-discount-coupon-form button {
  background-color: #bc9e73;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 11px;
  padding: 1.05em 1.5em 0.85em;
}

#opc-discount-coupon-form button:hover {
  background-color: #3b1630;
}

.opc-message-wrapper {
  display: none;
}

#checkout-review-table {
  border: none;
}

#checkout-review-table-wrapper .line-item {
  margin: 0.3em 0;
}

#checkout-review-table-wrapper .line-item::after {
  clear: both;
  content: "";
  display: table;
}

#checkout-review-table-wrapper .line-item .label {
  float: left;
  display: inline-block;
}

#checkout-review-table-wrapper .line-item .price {
  float: right;
  display: inline-block;
  margin-top: 0;
}

.order-success {
  min-height: 400px;
  text-align: center;
}

.order-success .button {
  margin-top: 20px;
}

.order-success h2 {
  margin-top: 20px;
}

@media screen and (max-width: 440px) {
  .order-success {
    padding: 0 1.5em;
  }
}

.order-details {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin-top: 35px;
  text-transform: uppercase;
  border: 1px solid #bc9e73;
}

.order-details h3.review-title {
  text-align: center;
  padding: 20px 30px;
  border-bottom: 1px solid #bc9e73;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
}

.order-details .page-title {
  display: none;
}

.order-details .monkey-multisubscribe {
  padding: 20px 15px;
  text-transform: none;
}

.order-details .opc-review-actions {
  padding: 0 10px 10px 10px;
  margin: 0 auto;
}

.order-details .opc-review-actions .form-list {
  margin: 10px 10px 40px 10px;
}

.order-details .opc-review-actions .form-list label {
  text-transform: none;
}

.order-details .opc-review-actions .btn-checkout {
  display: block;
  width: 100%;
}

.order-details .review-items {
  padding: 30px;
}

.order-details .item {
  margin-bottom: 25px;
}

.order-details .item:last-of-type {
  margin-bottom: 0;
}

.order-details h3 {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin: 0 0 0px 0;
  line-height: 22px;
}

.order-details dl {
  display: block;
  margin: 0;
}

.order-details dl::after {
  clear: both;
  content: "";
  display: table;
}

.order-details dl dt {
  margin: 0;
  font-weight: normal;
  color: #666;
  float: left;
  clear: left;
}

.order-details dl dt:after {
  display: inline-block;
  content: ':';
}

.order-details dl dd {
  float: left;
  padding-left: 5px;
  color: #3b1630;
}

.order-details .cart-price {
  display: none;
}

.order-details .cart-price-subtotal {
  color: #bc9e73;
  margin-top: 15px;
  display: block;
}

.order-details .review-totals {
  border-top: 1px solid #bc9e73;
  padding: 30px 30px 20px 30px;
  font-size: 12px;
}

.order-details .review-totals .review-total {
  display: block;
  margin-bottom: 5px;
}

.order-details .review-totals .review-total::after {
  clear: both;
  content: "";
  display: table;
}

.order-details .review-totals .review-total:last-of-type {
  margin-bottom: 0;
}

.order-details .review-totals .total-label {
  width: 50%;
  float: left;
  color: #3b1630;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}

.order-details .review-totals .total-value {
  width: 50%;
  float: left;
  text-align: right;
}

.order-details .review-totals .grand-total {
  padding-top: 30px;
}

.order-details .review-totals .grand-total .total-label {
  width: 100%;
  float: none;
}

.order-details .review-totals .grand-total .total-value {
  width: 100%;
  float: none;
  text-align: left;
  font-size: 30px;
}

.order-details .price {
  color: #bc9e73;
  margin-top: 15px;
}

.order-details .monkey-multisubscribe {
  padding-top: 0;
  text-transform: none;
  font-size: 14px;
}

.order-details .monkey-multisubscribe label {
  text-transform: none;
  font-size: 12px;
}

.order-details .monkey-multisubscribe .buttons-set {
  display: none;
}

.order-details .monkey-multisubscribe input {
  margin: 0;
}

.order-details .monkey-multisubscribe #monkey-email {
  visibility: hidden;
  position: absolute;
}

/* LOADING 8 */
.opc-ajax-loader {
  /*background-color: rgba(0, 0, 0, 0.6);*/
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  display: none;
  z-index: 10000 !important;
}

#floatingCirclesG {
  position: relative;
  width: 64px;
  height: 64px;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  margin: 0 auto;
  top: 50%;
}

.f_circleG {
  position: absolute;
  background-color: #FFFFFF;
  height: 12px;
  width: 12px;
  -moz-border-radius: 6px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 0.72s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 6px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 6px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 0.72s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 6px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 0.72s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 6px;
  -webkit-animation-name: f_fadeG;
          animation-name: f_fadeG;
  -webkit-animation-duration: 0.72s;
          animation-duration: 0.72s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
          animation-direction: linear;
}

#frotateG_01 {
  left: 0;
  top: 26px;
  -webkit-animation-delay: 0.27s;
  animation-delay: 0.27s;
}

#frotateG_02 {
  left: 8px;
  top: 8px;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}

#frotateG_03 {
  left: 26px;
  top: 0;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

#frotateG_04 {
  right: 8px;
  top: 8px;
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}

#frotateG_05 {
  right: 0;
  top: 26px;
  -webkit-animation-delay: 0.63s;
  animation-delay: 0.63s;
}

#frotateG_06 {
  right: 8px;
  bottom: 8px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}

#frotateG_07 {
  left: 26px;
  bottom: 0;
  -webkit-animation-delay: 0.81s;
  animation-delay: 0.81s;
}

#frotateG_08 {
  left: 8px;
  bottom: 8px;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: #3b1630;
  }
  100% {
    background-color: #FFFFFF;
  }
}

@keyframes f_fadeG {
  0% {
    background-color: #3b1630;
  }
  100% {
    background-color: #FFFFFF;
  }
}

.paypal-express-review .col2-set {
  width: 45%;
  float: left;
}

.paypal-express-review .col2-set:nth-of-type(3) {
  margin-left: 10%;
}

.paypal-express-review .col2-set h3 {
  color: #bc9e73;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 28px;
  border-bottom: 1px solid #bc9e73;
  text-transform: none;
  padding-bottom: 0.75em;
}

.paypal-express-review .info-set {
  margin-top: 20px;
}

.paypal-express-review .info-set:last-of-type {
  clear: both;
}

.paypal-express-review .info-set:nth-of-type(4) {
  clear: both;
}

.paypal-express-review .col-2 {
  margin-top: 40px;
}

.paypal-express-review h2 a, .paypal-express-review h3 a {
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  vertical-align: middle;
}

.paypal-express-review #details-table h3 {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin: 0;
}

.paypal-express-review #details-table td {
  padding: .75em;
}

.paypal-express-review #details-table .first td {
  border-top: 1px solid #bc9e73;
}

.paypal-express-review #details-table .last td {
  border-bottom: none;
}

.paypal-express-review #details-table dl.item-options {
  display: none;
}

.paypal-express-review #details-table tfoot tr.first td {
  padding-top: 1.25em;
}

.paypal-express-review #details-table tfoot tr.last td {
  padding-bottom: 1.25em;
}

.paypal-express-review #details-table tfoot td {
  border: none;
  padding: 0.25em 0.75em;
}

.paypal-express-review #details-table tfoot td:first-child {
  text-align: right;
}

.paypal-express-review .buttons-set {
  text-align: right;
  padding: 40px 0;
}

@media screen and (max-width: 440px) {
  .cart {
    padding: 0 1.5em;
  }
}

.cart .top-checkout-actions {
  float: right;
  clear: both;
}

.cart .hidden,
.cart .cart-collaterals {
  display: none;
}

.cart .item-msg {
  margin-top: 10px;
}

.cart .item-msg.error {
  color: #990000;
  font-size: 14px;
}

.cart .btn-continue {
  float: right;
}

@media only screen and (max-width: 585px) {
  .cart .btn-continue.top {
    margin-bottom: 1.5em;
  }
}

.cart .label {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}

.cart .top-wrapper {
  display: block;
  margin-bottom: 4.5em;
}

.cart .top-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.cart .questions-concerns {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
}

.cart .questions-concerns:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 585px) {
  .cart .questions-concerns {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .cart .questions-concerns:last-child {
    margin-right: 0;
  }
}

.cart .product {
  display: block;
  border-bottom: 1px solid #CCC;
  min-height: 220px;
  padding-bottom: 2.25em;
  margin-bottom: 2.25em;
}

.cart .product::after {
  clear: both;
  content: "";
  display: table;
}

.cart .product:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 870px) {
  .cart .product {
    padding-bottom: 1.5em;
    min-height: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .cart .product {
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
  }
}

.cart .product-details,
.cart .product-quantity,
.cart .product-total {
  text-align: right;
}

.cart .product-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20.83333%;
  text-align: center;
}

.cart .product-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 870px) {
  .cart .product-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 25%;
    margin-bottom: 15px;
  }
  .cart .product-image:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cart .product-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
    margin-left: 0%;
    margin: 0;
  }
  .cart .product-image:last-child {
    margin-right: 0;
  }
}

.cart .product-image a {
  width: 100%;
}

.cart .product-name {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20.83333%;
}

.cart .product-name:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 870px) {
  .cart .product-name {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin: 0 !important;
  }
  .cart .product-name:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cart .product-name {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0 !important;
  }
  .cart .product-name:last-child {
    margin-right: 0;
  }
}

.cart .product-name .name {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1.3;
}

.cart .product-details {
  float: left;
  display: block;
  margin-right: 0%;
  width: 14.58333%;
}

.cart .product-details:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 870px) {
  .cart .product-details.no-details {
    display: none;
  }
}

.cart .product-details dl {
  margin: 0;
  text-transform: uppercase;
  color: #999;
  text-align: right;
}

@media only screen and (max-width: 870px) {
  .cart .product-details dl {
    text-align: left;
  }
}

.cart .product-details dt {
  font-weight: normal;
  display: inline;
}

.cart .product-details dt:after {
  content: ': ';
}

.cart .product-details dd {
  display: inline;
}

.cart .product-details dd:after {
  content: '\A';
  white-space: pre;
}

.cart .product-quantity {
  float: left;
  display: block;
  margin-right: 0%;
  width: 10.41667%;
  color: #bc9e73;
}

.cart .product-quantity:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 870px) {
  .cart .product-quantity {
    text-align: left !important;
  }
}

.cart .product-quantity input {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  border: none;
  color: #999;
  font-size: 34px;
  letter-spacing: 0.04em;
  text-align: right;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .cart .product-quantity input {
    font-size: 30px;
  }
}

@media only screen and (max-width: 870px) {
  .cart .product-quantity input {
    font-size: 15px;
    font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    text-align: left;
  }
}

.cart .product-quantity a {
  color: #bc9e73;
}

.cart .product-quantity a:hover {
  color: #3b1630;
}

.cart .product-total {
  float: left;
  display: block;
  margin-right: 0%;
  width: 16.66667%;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #999;
  font-size: 34px;
  letter-spacing: 0.04em;
}

.cart .product-total:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .cart .product-total {
    font-size: 30px;
  }
}

.cart .product-name,
.cart .product-details,
.cart .product-quantity {
  margin-left: 4.16667%;
  padding: 5% 0 0;
}

.cart .product-total {
  margin-left: 2.08333%;
  padding: 5% 0 0;
}

@media only screen and (max-width: 870px) {
  .cart .product-details,
  .cart .product-quantity,
  .cart .product-total {
    display: block;
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    float: none;
    clear: left;
    text-align: left;
    margin: 10px 0 !important;
    padding: 0;
    font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: normal;
    font-size: 15px;
  }
  .cart .product-details::after,
  .cart .product-quantity::after,
  .cart .product-total::after {
    clear: both;
    content: "";
    display: table;
  }
  .cart .product-details:last-child,
  .cart .product-quantity:last-child,
  .cart .product-total:last-child {
    margin-right: 0;
  }
  .cart .product-details p,
  .cart .product-quantity p,
  .cart .product-total p {
    display: none;
  }
}

@media only screen and (max-width: 870px) {
  .cart .product-detail-grouping {
    float: left;
    display: block;
    margin-right: 0%;
    width: 75%;
    padding-left: 1.5em;
    float: left;
    position: relative;
  }
  .cart .product-detail-grouping:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .cart .product-detail-grouping {
    float: left;
    display: block;
    margin-right: 0%;
    width: 62.5%;
    margin-left: 0%;
    margin: 0;
  }
  .cart .product-detail-grouping:last-child {
    margin-right: 0;
  }
}

.cart .cart-footer .row {
  display: block;
  padding: 4.5em 0;
  border-bottom: 1px solid #CCC;
}

.cart .cart-footer .row::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .cart .cart-footer .row {
    padding: 1.8em 0;
  }
}

.cart .cart-footer .right {
  float: right;
}

@media screen and (max-width: 440px) {
  .cart .cart-footer .right {
    width: 100%;
  }
}

.cart .cart-footer .coupon-code {
  float: left;
  width: 300px;
}

@media only screen and (max-width: 636px) {
  .cart .cart-footer .coupon-code {
    float: none;
  }
}

@media screen and (max-width: 440px) {
  .cart .cart-footer .coupon-code {
    width: 100%;
  }
}

.cart .cart-footer .grand-total-container {
  display: inline-block;
  float: left;
  width: auto;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 44px;
  line-height: 1;
  text-align: right;
  color: #bc9e73;
  margin-left: 1.5em;
}

@media only screen and (max-width: 636px) {
  .cart .cart-footer .grand-total-container {
    float: none;
    width: auto;
    margin-top: 1em;
    width: 100%;
    padding: 0 1.5em 0 0;
  }
}

.cart .cart-footer .grand-total-container .sub-total {
  display: none;
}

.cart .cart-footer .grand-total-container .shipping-total {
  display: none;
}

.cart .cart-footer .grand-total-container .total-label {
  display: none;
}

.cart .cart-footer .grand-total-container strong {
  font-weight: normal;
}

.cart .cart-footer .grand-total-container #shopping-cart-totals-table {
  margin: 23px 0 0 0;
}

.cart .cart-footer .grand-total-container #shopping-cart-totals-table {
  border: none;
}

.cart .cart-footer .grand-total-container tbody {
  display: none;
}

.cart .cart-footer .grand-total-container tfoot td:first-of-type {
  display: none;
}

.cart .cart-footer .grand-total-container tfoot td {
  border-bottom: none;
  padding: 0;
}

.cart .cart-footer .checkout-actions {
  display: block;
  padding: 4.5em 0 3em;
  text-align: right;
}

.cart .cart-footer .checkout-actions::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .cart .cart-footer .checkout-actions {
    padding: 2.7em 0;
  }
}

.cart .cart-footer .checkout-wishlist {
  float: right;
  margin-right: 3em;
  padding-top: .75em;
}

@media only screen and (max-width: 382px) {
  .cart .cart-footer .checkout-wishlist {
    float: none;
    text-align: right;
    margin: 0 0 1.5em 0;
  }
}

.cart .cart-footer .checkout-btn {
  float: right;
  margin-bottom: 4.5em;
}

@media screen and (max-width: 768px) {
  .cart .cart-footer .checkout-btn {
    margin-bottom: 2.25em;
  }
}

@media only screen and (max-width: 382px) {
  .cart .cart-footer .checkout-btn {
    float: none;
  }
}

.cart .cart-footer .continue {
  clear: both;
}

.cart .cart-item-info input {
  margin-bottom: 15px;
}

.cart .cart-update {
  display: none;
}

.cart #btn-update-cart {
  visibility: hidden;
  position: absolute;
}

.cart-empty {
  min-height: 300px;
}

.cart-empty p {
  text-align: center;
  margin: 0;
}

.cart-empty h2 {
  text-align: center;
  margin: 3em 0 1.5em 0;
}

.celebrity-template, .editorial-template, .press-template {
  padding: 0 !important;
}

.celebrity-page .page-title span, .press-features-page .page-title span, .press-editorial-page .page-title span {
  letter-spacing: normal;
}

.celebrity-page .page-title em, .press-features-page .page-title em, .press-editorial-page .page-title em {
  padding: 0 10px 0 10px;
}

@media only screen and (max-width: 610px) {
  .celebrity-page .page-title, .press-features-page .page-title, .press-editorial-page .page-title {
    border-bottom: none;
  }
}

@media only screen and (max-width: 610px) {
  .celebrity-page .page-subnav, .press-features-page .page-subnav, .press-editorial-page .page-subnav {
    /*display: none;*/
  }
}

.celebrity-page .mobile-page-subnav, .press-features-page .mobile-page-subnav, .press-editorial-page .mobile-page-subnav {
  display: none;
}

@media only screen and (max-width: 610px) {
  .celebrity-page .mobile-page-subnav, .press-features-page .mobile-page-subnav, .press-editorial-page .mobile-page-subnav {
    /*display: block;*/
  }
}

.celebrity-page .celebrity-list, .press-features-page .celebrity-list, .press-editorial-page .celebrity-list {
  display: block;
  padding-top: 3em;
}

.celebrity-page .celebrity-list::after, .press-features-page .celebrity-list::after, .press-editorial-page .celebrity-list::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list, .press-features-page .celebrity-list, .press-editorial-page .celebrity-list {
    padding: 0 1.5em;
  }
}

.celebrity-page .celebrity-list .press-block, .press-features-page .celebrity-list .press-block, .press-editorial-page .celebrity-list .press-block {
  float: left;
  display: block;
  margin-right: 0%;
  width: 18.75%;
  margin-left: 4.16667%;
  text-align: center;
  margin-bottom: 75px;
}

.celebrity-page .celebrity-list .press-block:last-child, .press-features-page .celebrity-list .press-block:last-child, .press-editorial-page .celebrity-list .press-block:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .celebrity-page .celebrity-list .press-block, .press-features-page .celebrity-list .press-block, .press-editorial-page .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 27.08333%;
  }
  .celebrity-page .celebrity-list .press-block:last-child, .press-features-page .celebrity-list .press-block:last-child, .press-editorial-page .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .celebrity-page .celebrity-list .press-block, .press-features-page .celebrity-list .press-block, .press-editorial-page .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 45.83333%;
    margin-left: 8.33333%;
  }
  .celebrity-page .celebrity-list .press-block:last-child, .press-features-page .celebrity-list .press-block:last-child, .press-editorial-page .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
  .celebrity-page .celebrity-list .press-block:nth-of-type(odd), .press-features-page .celebrity-list .press-block:nth-of-type(odd), .press-editorial-page .celebrity-list .press-block:nth-of-type(odd) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list .press-block, .press-features-page .celebrity-list .press-block, .press-editorial-page .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    background-color: #3b1630;
    margin-bottom: 1.5em;
  }
  .celebrity-page .celebrity-list .press-block:last-child, .press-features-page .celebrity-list .press-block:last-child, .press-editorial-page .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
  .celebrity-page .celebrity-list .press-block.monthli, .press-features-page .celebrity-list .press-block.monthli, .press-editorial-page .celebrity-list .press-block.monthli {
    background-color: #FFF;
  }
}

.celebrity-page .celebrity-list .press-block a img, .press-features-page .celebrity-list .press-block a img, .press-editorial-page .celebrity-list .press-block a img {
  outline: 1px solid transparent;
}

.celebrity-page .celebrity-list .press-block a:hover .title, .press-features-page .celebrity-list .press-block a:hover .title, .press-editorial-page .celebrity-list .press-block a:hover .title {
  color: #bc9e73;
}

.celebrity-page .celebrity-list .press-block a:hover img, .press-features-page .celebrity-list .press-block a:hover img, .press-editorial-page .celebrity-list .press-block a:hover img {
  outline: 1px solid #bc9e73;
}

.celebrity-page .celebrity-list .press-block img, .press-features-page .celebrity-list .press-block img, .press-editorial-page .celebrity-list .press-block img {
  width: 100%;
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list .press-block .press-block-description, .press-features-page .celebrity-list .press-block .press-block-description, .press-editorial-page .celebrity-list .press-block .press-block-description {
    padding: 0.75em 0.75em 1em;
    margin-top: 0;
  }
}

.celebrity-page .celebrity-list .press-block .title, .press-features-page .celebrity-list .press-block .title, .press-editorial-page .celebrity-list .press-block .title {
  text-transform: uppercase;
  color: #3b1630;
  margin-bottom: 5px;
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list .press-block .title, .press-features-page .celebrity-list .press-block .title, .press-editorial-page .celebrity-list .press-block .title {
    color: #FFF;
    margin-bottom: 0;
    font-size: 12px;
  }
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list .press-block .subtitle, .press-features-page .celebrity-list .press-block .subtitle, .press-editorial-page .celebrity-list .press-block .subtitle {
    color: #FFF;
    font-size: 12px;
  }
}

.celebrity-page .celebrity-list .press-block .block-description, .press-features-page .celebrity-list .press-block .block-description, .press-editorial-page .celebrity-list .press-block .block-description {
  margin: 8px 0;
  color: #666;
  display: none;
}

.celebrity-page .celebrity-list .month-section, .press-features-page .celebrity-list .month-section, .press-editorial-page .celebrity-list .month-section {
  display: block;
  width: 100%;
}

.celebrity-page .celebrity-list .month-section::after, .press-features-page .celebrity-list .month-section::after, .press-editorial-page .celebrity-list .month-section::after {
  clear: both;
  content: "";
  display: table;
}

.celebrity-page .celebrity-list .month-header, .press-features-page .celebrity-list .month-header, .press-editorial-page .celebrity-list .month-header {
  display: block;
  width: 100%;
  clear: both;
}

.celebrity-page .celebrity-list .month-header::after, .press-features-page .celebrity-list .month-header::after, .press-editorial-page .celebrity-list .month-header::after {
  clear: both;
  content: "";
  display: table;
}
#celeb-subnav,
.celebrity-list .month-header{display: none!important;}
.celebrity-page .celebrity-list .month-header h3, .press-features-page .celebrity-list .month-header h3, .press-editorial-page .celebrity-list .month-header h3 {
  display: block;
  width: 100% !important;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #bc9e73;
  font-size: 26px;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-align: left;
  margin: 50px 0;
  letter-spacing: 0.1em;
}

.celebrity-page .celebrity-list .month-header h3:first-child, .press-features-page .celebrity-list .month-header h3:first-child, .press-editorial-page .celebrity-list .month-header h3:first-child {
  margin-top: 20px;
}

@media screen and (max-width: 440px) {
  .celebrity-page .celebrity-list .month-header h3, .press-features-page .celebrity-list .month-header h3, .press-editorial-page .celebrity-list .month-header h3 {
    margin: 0.75em 0;
    text-align: center;
    font-family: "Didot 42 A", "Didot 42 B";
    color: #3b1630;
    font-size: 24px;
  }
}

.celebrity-page .description, .press-features-page .description, .press-editorial-page .description {
  width: 60%;
  text-align: center;
  color: #666;
  display: block;
  margin: 1.5em auto;
}

@media only screen and (max-width: 900px) {
  .celebrity-page .description, .press-features-page .description, .press-editorial-page .description {
    width: 90%;
  }
}

@media screen and (max-width: 440px) {
  .celebrity-page .description, .press-features-page .description, .press-editorial-page .description {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .celebrity-page .pager, .press-features-page .pager, .press-editorial-page .pager {
    margin-bottom: 0;
    padding-left: 1.5em;
  }
  .celebrity-page .pager a, .press-features-page .pager a, .press-editorial-page .pager a {
    font-size: 13px;
  }
}

.celebrity-page .mobile-subnav-container, .press-features-page .mobile-subnav-container, .press-editorial-page .mobile-subnav-container {
  display: block;
  padding: 1.875em 1.5em;
  background-color: #bc9e73;
  display: none;
  clear: both;
}

.celebrity-page .mobile-subnav-container::after, .press-features-page .mobile-subnav-container::after, .press-editorial-page .mobile-subnav-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 768px) {
  .celebrity-page .mobile-subnav-container, .press-features-page .mobile-subnav-container, .press-editorial-page .mobile-subnav-container {
    /*display: block;*/
  }
}

.celebrity-page .mobile-subnav-container .mobile-subnav, .press-features-page .mobile-subnav-container .mobile-subnav, .press-editorial-page .mobile-subnav-container .mobile-subnav {
  margin-bottom: 0;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #3b1630;
  font-size: 11px;
  text-transform: uppercase;
}

.archived-page .main {
  display: block;
}

.archived-page .main::after {
  clear: both;
  content: "";
  display: table;
}

.archived-page .left {
  float: left;
  display: block;
  margin-right: 0%;
  width: 91.66667%;
}

.archived-page .left:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .archived-page .left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .archived-page .left:last-child {
    margin-right: 0;
  }
}

.archived-page .right {
  float: left;
  display: block;
  margin-right: 0%;
  width: 8.33333%;
}

.archived-page .right:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .archived-page .right {
    display: none;
  }
}

.archived-page .right:after {
  content: '';
  clear: both;
  display: block;
}

.archived-page .right-menu { display: none;
  width: 65px;
  margin-top: 40px;
  text-transform: uppercase;
}

.archived-page .right-menu > li > ul > li a {
  color: #3b1630;
}

.archived-page .right-menu li {
  margin-bottom: 20px;
}

.archived-page .right-menu li a {
  color: #bc9e73;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.archived-page .right-menu li.active a {
  border: 1px solid #bc9e73;
  color: #bc9e73;
}

.archived-page .right-menu li.inactive {
  display: none;
}

.archived-page .right-menu li.inactive a {
  color: #666;
}

.press-editorial-page .celebrity-list li img {
  min-height: 266px !important;
  min-width: 205px;
}

.press-features-page .mobile-subnav-container {
  display: block;
  padding: 1.875em 1.5em;
  background-color: #bc9e73;
  display: none;
  clear: both;
}

.press-features-page .mobile-subnav-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 768px) {
  .press-features-page .mobile-subnav-container {
    /*display: block;*/
  }
}

.press-features-page .mobile-subnav-container .mobile-subnav {
  margin-bottom: 0;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #3b1630;
  font-size: 11px;
  text-transform: uppercase;
}

@media only screen and (max-width: 610px) {
  .press-features-page .page-subnav {
    /*display: none;*/
  }
}

.press-features-page .mobile-page-subnav {
  display: none;
}

@media only screen and (max-width: 610px) {
  .press-features-page .mobile-page-subnav {
    /*display: block;*/
  }
}

.press-features-page .celebrity-list li img {
  min-height: 266px !important;
  min-width: 205px;
}

.press-feature-page .mobile-subnav-container {
  display: block;
  padding: 1.875em 1.5em;
  background-color: #bc9e73;
  display: none;
  clear: both;
}

.press-feature-page .mobile-subnav-container::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 768px) {
  .press-feature-page .mobile-subnav-container {
    /*display: block;*/
  }
}

.press-feature-page .mobile-subnav-container .mobile-subnav {
  margin-bottom: 0;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #3b1630;
  font-size: 11px;
  text-transform: uppercase;
}

@media only screen and (max-width: 610px) {
  .press-feature-page .page-subnav {
    /*display: none;*/
  }
}

.press-feature-page .mobile-page-subnav {
  display: none;
}

@media only screen and (max-width: 610px) {
  .press-feature-page .mobile-page-subnav {
    /*display: block;*/
  }
}

.press-feature-page .right-menu {
  margin-top: 150px;
}

@media screen and (max-width: 440px) {
  .press-feature-page .post-title {
    padding: 0 1.5em;
  }
}

.press-feature-page .post-content {
  width: 65%;
  margin: 0 auto;
  word-wrap: break-word;
}

@media only screen and (max-width: 560px) {
  .press-feature-page .post-content {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .press-feature-page .post-content {
    padding: 0 1.5em;
  }
}

.blog-grid {
  display: block;
}

.blog-grid::after {
  clear: both;
  content: "";
  display: table;
}

.blog-grid .teaser {
  float: left;
  display: block;
  margin-right: 0%;
  width: 27.7775%;
  margin-left: 8.33333%;
  text-align: center;
  margin-bottom: 75px;
}

.blog-grid .teaser:last-child {
  margin-right: 0;
}

.blog-grid .teaser:nth-of-type(3n+1) {
  margin-left: 0%;
}

@media only screen and (max-width: 1024px) {
  .blog-grid .teaser {
    float: left;
    display: block;
    margin-right: 0%;
    width: 45.83333%;
  }
  .blog-grid .teaser:last-child {
    margin-right: 0;
  }
  .blog-grid .teaser:nth-of-type(3n+1) {
    margin-left: 8.33333%;
  }
  .blog-grid .teaser:nth-of-type(odd) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 610px) {
  .blog-grid .teaser {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    padding: 0 1.5em;
  }
  .blog-grid .teaser:last-child {
    margin-right: 0;
  }
  .blog-grid .teaser:nth-of-type(3n+1) {
    margin-left: 0%;
  }
}

.blog-page .teaser {
  display: block;
  text-align: center;
}

.blog-page .teaser::after {
  clear: both;
  content: "";
  display: table;
}

.blog-page .teaser hgroup {
  margin-top: 30px;
}

.blog-page .teaser h1 {
  margin: 20px 0 0 0 !important;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-weight: normal;
  font-size: 21px;
  text-transform: none;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

@media only screen and (max-width: 520px) {
  .blog-page .teaser h1 {
    font-size: 20px;
  }
}

.blog-page .teaser h1 em {
  display: block;
  font-family: 'Libre Baskerville',Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

@media only screen and (max-width: 520px) {
  .blog-page .teaser h1 em {
    font-size: 20px;
  }
}

.blog-page .teaser h2 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin: 0;
}

@media only screen and (max-width: 520px) {
  .blog-page .teaser h2 {
    font-size: 20px;
  }
}

.blog-page .teaser a:hover h1, .blog-page .teaser a:hover h2 {
  color: #bc9e73;
}

.blog-page .teaser a:hover .excerpt {
  color: #666;
}

.blog-page .teaser h3,
.blog-page .teaser time {
  text-transform: uppercase;
  color: #bc9e73;
  font-size: 14px;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}

.blog-page .teaser h3 a,
.blog-page .teaser time a {
  color: #bc9e73;
}

.blog-page .teaser time {
  display: block;
  margin: 28px 0 0 0;
}

.blog-page .teaser .excerpt {
  color: #666;
}

.blog-page .teaser .teaser-copy div {
  margin-top: 0.45em;
}

.blog-page .teaser .btn {
  margin-top: 28px;
}

.blog-page .teaser .img-container {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.blog-page .teaser .read_link {
  display: none;
}

.blog-page .blog-hero {
  clear: both;
  margin-top: 3em;
}

@media only screen and (max-width: 520px) {
  .blog-page .blog-hero {
    margin-top: 1.5em;
  }
}

.blog-page .blog-hero .teaser hgroup {
  margin-top: 0;
}

.blog-page .blog-hero .teaser h1 {
  margin: 30px 0 0 0 !important;
  font-size: 31px;
}

@media only screen and (max-width: 520px) {
  .blog-page .blog-hero .teaser h1 {
    font-size: 24px;
  }
}

.blog-page .blog-hero .teaser h1 em {
  font-size: 31px;
}

@media only screen and (max-width: 520px) {
  .blog-page .blog-hero .teaser h1 em {
    font-size: 24px;
  }
}

.blog-page .blog-hero .teaser h2 {
  font-size: 31px;
}

@media only screen and (max-width: 520px) {
  .blog-page .blog-hero .teaser h2 {
    font-size: 20px;
  }
}

.blog-page .blog-hero .teaser .btn {
  margin-top: 33px;
}

.blog-page .blog-hero .teaser-main {
  padding-top: 65px;
}

@media only screen and (max-width: 520px) {
  .blog-page .blog-hero .teaser-main {
    padding: 2.25em 1.5em;
  }
}

.blog-page .blog-hero .img-container {
  float: left;
  display: block;
  margin-right: 0%;
  width: 63.88889%;
  height: 0;
  padding-bottom: 58.333333%;
}

.blog-page .blog-hero .img-container:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 880px) {
  .blog-page .blog-hero .img-container {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  .blog-page .blog-hero .img-container:last-child {
    margin-right: 0;
  }
}

.blog-page .blog-hero .teaser-main {
  float: left;
  display: block;
  margin-right: 0%;
  width: 31.94444%;
  margin-left: 4.16667%;
}

.blog-page .blog-hero .teaser-main:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 880px) {
  .blog-page .blog-hero .teaser-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .blog-page .blog-hero .teaser-main:last-child {
    margin-right: 0;
  }
}

.blog-page .blog-hero .btn {
  margin-top: 52px;
}

.blog-page .blog-hero .bx-wrapper {
  margin: 0;
}

.blog-page .blog-hero .bx-wrapper .bx-viewport {
  background: none;
}

.blog-page .blog-hero .bx-wrapper .bx-pager {
  width: auto;
  position: relative;
}

.blog-page .blog-hero .bx-wrapper .bx-controls {
  float: left;
  display: block;
  margin-right: 0%;
  width: 31.94444%;
  margin-left: 68.05556%;
  margin-top: -27px;
}

.blog-page .blog-hero .bx-wrapper .bx-controls:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 880px) {
  .blog-page .blog-hero .bx-wrapper .bx-controls {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    margin-top: 4.5em;
  }
  .blog-page .blog-hero .bx-wrapper .bx-controls:last-child {
    margin-right: 0;
  }
}

.blog-home .blog-nav-container {
  margin: 60px 0;
}

.blog-home .teaser.hovered h1, .blog-home .teaser.hovered h2 {
  color: #bc9e73;
}

.blog-page .main {
  margin: 0;
}

.blog-page .main h1 {
  margin: 1em 0 0.75em 0;
}

.blog-page .page-title {
  border: none;
  margin-bottom: 0;
}

.blog-page .page-title h1 {
  font-size: 54px;
}

@media only screen and (max-width: 660px) {
  .blog-page .page-title h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 520px) {
  .blog-page .page-title h1 {
    font-size: 28px;
    margin-bottom: 1em;
  }
}

.blog-page .page-title em {
  text-transform: none;
}

.blog-page .post {
  width: 70%;
  margin: 0 auto;
}

.blog-tag .blog-grid {
  margin-top: 50px;
}

.image-attachment .image-name {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1.5em;
}

.image-attachment .blog-pager {
  margin-top: 4.5em;
}
.list-select li{display: inline-block}
.cms-contact-us .main-container .main {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/skin/frontend/kotur/default/images/contact/contact-background.jpg");
  background-repeat: no-repeat;
  background-position: left 55% top;
  padding-bottom: 6em;
}

.cms-contact-us .main::after {
  clear: both;
  content: "";
  display: table;
}

.cms-contact-us .main::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1100px) {
  .cms-contact-us .main {
    background-image: none;
  }
}

@media screen and (max-width: 440px) {
  .cms-contact-us .main {
    padding: 0 1.5em 3em;
  }
}

.cms-contact-us .column-1,
.cms-contact-us .column-2 {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.cms-contact-us .column-1:last-child,
.cms-contact-us .column-2:last-child {
  margin-right: 0;
}

.cms-contact-us .column-1 {
  margin-bottom: 100px; min-height: 780px;
}

@media only screen and (max-width: 1100px) {
  .cms-contact-us .column-1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 60%;
  }
  .cms-contact-us .column-1:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 870px) {
  .cms-contact-us .column-1 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 3em;
  }
  .cms-contact-us .column-1:last-child {
    margin-right: 0;
  }
}

.cms-contact-us .column-2 {
  margin-left: 33.33333%;
  padding: 0 0 0 4.5em;
  margin-top: 96px;
}

@media only screen and (max-width: 1100px) {
  .cms-contact-us .column-2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 40%;
    margin-left: 0%;
  }
  .cms-contact-us .column-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 870px) {
  .cms-contact-us .column-2 {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
  .cms-contact-us .column-2:last-child {
    margin-right: 0;
  }
}

.cms-contact-us .column-2 h3 {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

.cms-contact-us .column-2 .content {
  margin-bottom: 1.5em;
}

.cms-contact-us .inquiry li {
  margin-bottom: 1.5em;
}

.cms-contact-us .contact-header {
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 3em;
}

.cms-contact-us .contact-header h1 {
  margin-bottom: 0.3em;
}

@media screen and (max-width: 440px) {
  .cms-contact-us .contact-header h1 {
    font-size: 30px;
  }
}

.cms-contact-us .contact-header h2 {
  margin-bottom: 1em;
}

.cms-contact-us .contact-form .customer-name {
  display: block;
}

.cms-contact-us .contact-form .customer-name::after {
  clear: both;
  content: "";
  display: table;
}

.cms-contact-us .contact-form .name-firstname,
.cms-contact-us .contact-form .name-lastname {
  float: left;
  display: block;
  margin-right: 0%;
  width: 48%;
}

.cms-contact-us .contact-form .name-firstname:last-child,
.cms-contact-us .contact-form .name-lastname:last-child {
  margin-right: 0;
}

@media screen and (max-width: 440px) {
  .cms-contact-us .contact-form .name-firstname,
  .cms-contact-us .contact-form .name-lastname {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .cms-contact-us .contact-form .name-firstname:last-child,
  .cms-contact-us .contact-form .name-lastname:last-child {
    margin-right: 0;
  }
}

.cms-contact-us .contact-form .name-lastname {
  margin-left: 4%;
}

@media screen and (max-width: 440px) {
  .cms-contact-us .contact-form .name-lastname {
    margin-left: 0%;
  }
}

.cms-contact-us .social-links {
  font-size: 21px;
  margin-top: 0.3em;
}

.cms-contact-us .social-links li {
  display: inline-block;
  margin: 0 0.3em;
}

.cms-contact-us .social-links li:first-of-type {
  margin-left: 0;
}

.cms-contact-us .social-links li:first-of-type [class^="icon-"]:before {
  margin-left: 0;
}

.cms-contact-us .social-links a {
  color: #3b1630;
}

.cms-contact-us .social-links a:hover {
  color: #bc9e73;
}

.cms-contact-us div.wpcf7-response-output {
  padding: 1.5em;
  margin: 3em 0;
}

.cms-contact-us div.wpcf7-mail-sent-ok {
  border-color: #bc9e73;
}

.cms-contact-us div.wpcf7-validation-errors {
  border-color: #990000;
}

.cms-contact-us span.wpcf7-not-valid-tip-no-ajax {
  color: #990000;
}

.cms-contact-us .buttons-set {
  clear: both;
  padding-top: 30px;
}

.cms-contact-us .contact-form .inquirytype {
  margin-top: 1.2em;
  padding-bottom: 1em;
  display: block;
  color: #999;
}

.cms-contact-us .contact-form .inquirytype span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
}

.cms-contact-us .contact-form br {
  display: none;
}

.terms {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .terms {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 440px) {
  .terms.base-template {
    padding: 0 1.5em !important;
  }
}

.terms .main {
  padding-bottom: 0 !important;
}

.terms .left {
  float: left;
  display: block;
  margin-right: 0%;
  width: 75%;
  word-wrap: break-word;
}

.terms .left:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1130px) {
  .terms .left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .terms .left:last-child {
    margin-right: 0;
  }
}

.terms .right {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  margin-top: 1.5em;
}

.terms .right:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1130px) {
  .terms .right {
    display: none;
  }
}

.terms h3 {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #bc9e73;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 60px 0 15px 0;
}

@media screen and (max-width: 768px) {
  .terms h3 {
    margin: 1.5em 0 15px;
  }
}

.terms a {
  text-decoration: underline;
}

.terms hr {
  padding: 40px 0 0px;
}

@media screen and (max-width: 768px) {
  .terms hr {
    padding: 1.5em 0 0;
  }
}

.terms ul {
  margin: 40px 0 0 20px;
}

.terms ul li {
  margin: 3px 0 3px 0px;
  padding: 3px 0 3px 3px;
  list-style-type: square;
}

.privacy {
  margin: 1.5em 0 4.5em;
}

.privacy h2 {
  color: #bc9e73;
}

@media screen and (max-width: 440px) {
  .privacy.base-template {
    padding: 0 1.5em !important;
    margin-bottom: 3em;
  }
}

.privacy .main {
  padding-bottom: 0 !important;
}

.privacy .left {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-top: 3em;
}

.privacy .left:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .privacy .left {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .privacy .left:last-child {
    margin-right: 0;
  }
}

.privacy .right {
  float: left;
  display: block;
  margin-right: 0%;
  width: 50%;
  margin-top: 3em;
}

.privacy .right:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .privacy .right {
    display: none;
  }
}

.privacy .right img {
  width: 100%;
}

.about-page .mobile-page-header {
  display: none;
}

@media only screen and (max-width: 520px) {
  .about-page .mobile-page-header h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .about-page {
    padding: 0;
  }
  .about-page .page-subnav {
    padding: 0 1.5em;
  }
  .about-page .mobile-page-subnav {
    margin-bottom: 3em;
  }
  .about-page .mobile-page-header {
    display: block;
  }
  .about-page .page-banner {
    margin-top: 0;
    border-bottom: none;
  }
  .about-page .page-title {
    opacity: 0;
  }
  .about-page .breadcrumbs {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-page .page-banner .banner-container {
    background-position: center right;
  }
}

.about-page .page-main {
  display: block;
  margin-top: 4.5em;
}

.about-page .page-main::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 660px) {
  .about-page .page-main {
    margin-top: 1.5em;
  }
}

.about-page .lead-paragraph {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  color: #bc9e73;
  font-size: 26px;
  margin-bottom: 1.5em;
  margin-top: 1em;
}

@media only screen and (max-width: 520px) {
  .about-page .lead-paragraph {
    font-size: 20px;
  }
}

.about-page blockquote {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  border: none;
  color: #bc9e73;
  font-size: 38px;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 1.5em 3em 2.5em;
}

@media only screen and (max-width: 610px) {
  .about-page blockquote {
    font-size: 24px;
    margin: 2.25em 1.5em 1.5em;
  }
}

.about-page .two-col-content-section {
  display: block;
  margin-bottom: 4.5em;
}

.about-page .two-col-content-section::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section {
    margin-bottom: 0;
    padding: 0 1.5em;
  }
}

.about-page .two-col-content-section .copy,
.about-page .two-col-content-section .accent-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 40.625%;
}

.about-page .two-col-content-section .copy:last-child,
.about-page .two-col-content-section .accent-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section .copy,
  .about-page .two-col-content-section .accent-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .about-page .two-col-content-section .copy:last-child,
  .about-page .two-col-content-section .accent-image:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section .copy {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section .accent-image {
    margin-bottom: 4.5em;
  }
}

.about-page .two-col-content-section .accent-image img {
  width: 100%;
}

.about-page .two-col-content-section:nth-of-type(odd) .copy {
  margin-left: 6.25%;
}

.about-page .two-col-content-section:nth-of-type(odd) .accent-image {
  margin-left: 6.25%;
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section:nth-of-type(odd) .copy, .about-page .two-col-content-section:nth-of-type(odd) .accent-image {
    margin-left: 0%;
  }
}

.about-page .two-col-content-section:nth-of-type(even) .copy {
  margin-left: 53.125%;
}

.about-page .two-col-content-section:nth-of-type(even) .accent-image {
  margin-left: -87.5%;
}

@media only screen and (max-width: 660px) {
  .about-page .two-col-content-section:nth-of-type(even) .copy, .about-page .two-col-content-section:nth-of-type(even) .accent-image {
    margin-left: 0%;
  }
}

.about-page .category-next {
  margin-bottom: 5.25em;
}

.timeline-page .page-main {
  display: block;
  background-image: url("/skin/frontend/kotur/default/images/global/purple-pixel.png");
  background-repeat: repeat-y;
  background-position: center top;
  margin-bottom: 3em;
  padding-top: 1em;
}

.timeline-page .page-main::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 900px) {
  .timeline-page .page-main {
    background-position: left 2.2em top 0;
  }
}

.timeline-page .year {
  display: block;
  margin-top: 1em;
}

.timeline-page .year::after {
  clear: both;
  content: "";
  display: table;
}

.timeline-page .year .year-header h1 {
  left: -webkit-calc(50% + 1em);
  left: calc(50% + 1em);
  color: #3b1630;
  font-size: 21px;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .year-header h1 {
    left: 62px;
  }
}

.timeline-page .year .year-header h1:after {
  height: 1em;
  width: 1em;
  content: '';
  display: block;
  background-color: #FFF;
  border: 1px solid #bc9e73;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: -1.5em;
}

.timeline-page .year .event {
  position: relative;
  margin-bottom: 1em;
}

.timeline-page .year .event::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .event {
    margin-bottom: 2em;
  }
}

.timeline-page .year .event.imageless .event-main {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: relative;
  top: auto;
}

.timeline-page .year .event.imageless .image-wrapper {
  padding-top: 0;
  height: auto;
}

.timeline-page .year .event-main {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
  margin-left: 52.75%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.timeline-page .year .event-main:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .timeline-page .year .event-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 45.83333%;
  }
  .timeline-page .year .event-main:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .event-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 79.16667%;
    margin-left: 8.33333%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: auto;
    position: relative;
  }
  .timeline-page .year .event-main:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .timeline-page .year .event-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 70.83333%;
    margin-left: 18.75%;
  }
  .timeline-page .year .event-main:last-child {
    margin-right: 0;
  }
}

.timeline-page .year .event-header h1 {
  color: #bc9e73;
  font-size: 16px;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.1em;
}

.timeline-page .year .event-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 27.08333%;
  margin-left: 20.20833%;
  position: relative;
}

.timeline-page .year .event-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .event-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 41.66667%;
    margin-left: 8.33333%;
    margin-top: 1.5em;
  }
  .timeline-page .year .event-image:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .timeline-page .year .event-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 70.83333%;
    margin-left: 18.75%;
  }
  .timeline-page .year .event-image:last-child {
    margin-right: 0;
  }
}

.timeline-page .year .event-image .image-wrapper {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .event-image .image-wrapper {
    height: auto;
    padding-top: 0;
    overflow: visible;
  }
}

.timeline-page .year .event-image img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year .event-image img {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.timeline-page .year:nth-of-type(even) .year-header h1 {
  left: -webkit-calc(50% - 4em);
  left: calc(50% - 4em);
  width: 3em;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year:nth-of-type(even) .year-header h1 {
    width: auto;
    left: 62px;
  }
}

.timeline-page .year:nth-of-type(even) .year-header h1:after {
  left: auto;
  right: -1.5em;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year:nth-of-type(even) .year-header h1:after {
    left: -1.5em;
    right: auto;
  }
}

.timeline-page .year:nth-of-type(even) .event-image {
  margin-left: 52.75%;
}

@media only screen and (max-width: 900px) {
  .timeline-page .year:nth-of-type(even) .event-image {
    margin-left: 8.33333%;
  }
}

@media only screen and (max-width: 500px) {
  .timeline-page .year:nth-of-type(even) .event-image {
    margin-left: 18.75%;
  }
}

.timeline-page .year:nth-of-type(even) .event-image img {
  margin-right: auto;
  margin-left: 0;
}

.timeline-page .year:nth-of-type(even) .event-main {
  margin-left: 14.16667%;
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .timeline-page .year:nth-of-type(even) .event-main {
    margin-left: 1.25%;
  }
}

@media only screen and (max-width: 900px) {
  .timeline-page .year:nth-of-type(even) .event-main {
    margin-left: 8.33333%;
    text-align: left;
  }
}

@media only screen and (max-width: 500px) {
  .timeline-page .year:nth-of-type(even) .event-main {
    margin-left: 18.75%;
  }
}

.collabs-page .collab-header h1 {
  color: #3b1630;
  font-size: 22px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.collabs-page .page-main {
  margin-bottom: 4.5em;
  border-bottom: 1px solid #bc9e73;
}

.collabs-page .collab {
  display: block;
  margin-bottom: 6em;
}

.collabs-page .collab::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 960px) {
  .collabs-page .collab {
    margin-bottom: 1.5em;
  }
}

.collabs-page .collab:nth-child(even) .collab-main {
  float: right;
  margin-left: 0;
  margin-right: 4.25%;
}

.collabs-page .collab:nth-child(even) .accent-image {
  float: left;
}

.collabs-page .collab-main,
.collabs-page .accent-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 40.625%;
}

.collabs-page .collab-main:last-child,
.collabs-page .accent-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 960px) {
  .collabs-page .collab-main,
  .collabs-page .accent-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 87.5%;
    margin-left: 0%;
    margin-bottom: 3em;
  }
  .collabs-page .collab-main:last-child,
  .collabs-page .accent-image:last-child {
    margin-right: 0;
  }
}

.collabs-page .collab-main {
  margin-left: 6.25%;
}

.collabs-page .accent-image {
  margin-left: 6.25%;
}

.collabs-page li .btn {
  margin-bottom: 1em;
}

.illustration-page .bio {
  display: block;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.illustration-page .bio::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1100px) {
  .illustration-page .bio {
    background-image: none !important;
  }
}

@media screen and (max-width: 768px) {
  .illustration-page .bio {
    padding: 0 1.5em;
  }
}

.illustration-page .bio-main {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  margin-left: 8.33333%;
}

.illustration-page .bio-main:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 610px) {
  .illustration-page .bio-main {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1.5em;
  }
  .illustration-page .bio-main:last-child {
    margin-right: 0;
  }
}

.illustration-page .bio-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 37.5%;
  margin-left: 8.33333%;
}

.illustration-page .bio-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 610px) {
  .illustration-page .bio-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .illustration-page .bio-image:last-child {
    margin-right: 0;
  }
}

.illustration-page .bio-image .img-container {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 119.29046563192904%;
}

@media only screen and (max-width: 1100px) {
  .illustration-page .lead-paragraph {
    margin-top: 0;
  }
}

.illustration-page .illustrations {
  display: block;
  margin-bottom: 3em;
}

.illustration-page .illustrations::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .illustration-page .illustrations {
    padding: 0 1.5em;
  }
}

.illustration-page .illustrations li {
  float: left;
  display: block;
  margin-right: 0%;
  width: 14.28571%;
  padding: 0.75em;
}

.illustration-page .illustrations li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .illustration-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20%;
  }
  .illustration-page .illustrations li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 610px) {
  .illustration-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .illustration-page .illustrations li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .illustration-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .illustration-page .illustrations li:last-child {
    margin-right: 0;
  }
}

.illustration-page .illustrations img {
  border: 5px solid #fafafa;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.illustration-page .illustrations img:hover {
  border-color: #c7ad88;
}

.illustrations-detail-page .collection-block {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-left: 0%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #bc9e73;
  position: relative;
  text-align: center;
  margin-bottom: 3em;
}

.illustrations-detail-page .collection-block::after {
  clear: both;
  content: "";
  display: table;
}

.illustrations-detail-page .collection-block:last-child {
  margin-right: 0;
}

.illustrations-detail-page .collection-block:nth-of-type(3n+2) {
  margin-left: 0%;
}

@media screen and (max-width: 768px) {
  .illustrations-detail-page .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 46.66667%;
    margin-left: 6.66667%;
  }
  .illustrations-detail-page .collection-block:last-child {
    margin-right: 0;
  }
  .illustrations-detail-page .collection-block:nth-of-type(3n+2) {
    margin-left: 6.66667%;
  }
  .illustrations-detail-page .collection-block:nth-of-type(2n+2) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 560px) {
  .illustrations-detail-page .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .illustrations-detail-page .collection-block:last-child {
    margin-right: 0;
  }
  .illustrations-detail-page .collection-block:nth-of-type(3n+2),
  .illustrations-detail-page .collection-block:nth-of-type(2n+2) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .illustrations-detail-page .collection-block {
    padding: 0 1.5em;
  }
}

.illustrations-detail-page .collection-block .teaser-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 39.13043%;
  padding: 0 1.5em 0 3em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.illustrations-detail-page .collection-block .teaser-content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .illustrations-detail-page .collection-block .teaser-content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: auto;
    padding: 0;
    position: relative;
    right: auto;
  }
  .illustrations-detail-page .collection-block .teaser-content:last-child {
    margin-right: 0;
  }
}

.illustrations-detail-page .collection-block .teaser-content h1 {
  font-size: 28px;
  position: relative;
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.illustrations-detail-page .collection-block .teaser-content h1:before {
  content: "Illustrations";
  display: block;
  position: absolute;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 12px;
  letter-spacing: 0.07em;
  color: #bc9e73;
  text-transform: uppercase;
  width: 100%;
  top: -2em;
}

.illustrations-detail-page .collection-block .preview-image {
  height: 0;
  width: 100%;
  float: left;
  display: block;
  margin-right: 0%;
  width: 60.86957%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 40%;
  margin-bottom: 1.5em;
}

.illustrations-detail-page .collection-block .preview-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .illustrations-detail-page .collection-block .preview-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
    margin-left: 16.66667%;
    margin-bottom: 3em;
    padding-top: 60%;
  }
  .illustrations-detail-page .collection-block .preview-image:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .illustrations-detail-page .collection-block .preview-image {
    padding-top: 80%;
  }
}

@media only screen and (max-width: 560px) {
  .illustrations-detail-page .collection-block .preview-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    padding-top: 100%;
  }
  .illustrations-detail-page .collection-block .preview-image:last-child {
    margin-right: 0;
  }
}

.illustrations-detail-page .collection-block .copy {
  margin-bottom: 1.5em;
}

.illustrations-detail-page .illustrations {
  display: block;
  margin-bottom: 3em;
}

.illustrations-detail-page .illustrations::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 768px) {
  .illustrations-detail-page .illustrations {
    padding: 0 1.5em;
  }
}

.illustrations-detail-page .illustrations li {
  float: left;
  display: block;
  margin-right: 0%;
  width: 14.28571%;
  padding: 0.75em;
}

.illustrations-detail-page .illustrations li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .illustrations-detail-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20%;
  }
  .illustrations-detail-page .illustrations li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 560px) {
  .illustrations-detail-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .illustrations-detail-page .illustrations li:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .illustrations-detail-page .illustrations li {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .illustrations-detail-page .illustrations li:last-child {
    margin-right: 0;
  }
}

.illustrations-detail-page .illustrations img {
  border: 5px solid #fafafa;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.illustrations-detail-page .illustrations img:hover {
  border-color: #c7ad88;
}

.illustrations-detail-page .illustrations-back {
  display: block;
  padding: 1.5em 0;
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 4.5em;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.illustrations-detail-page .illustrations-back::after {
  clear: both;
  content: "";
  display: table;
}

.illustrations-detail-page .illustrations-back a:before {
  content: '\e808';
  font-size: 1.2em;
}

.illustrations-page {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .illustrations-page .breadcrumbs {
    opacity: 0;
  }
}

.illustrations-page .illustrations-container {
  border-bottom: 1px solid #bc9e73;
  padding-top: 1.5em;
  margin-bottom: 1.5em;
}

.illustrations-page .illustrations-container::after {
  clear: both;
  content: "";
  display: table;
}

.illustrations-page .collection-block {
  float: left;
  display: block;
  margin-right: 0%;
  width: 30.43478%;
  margin-left: 4.34783%;
  text-align: center;
  margin-bottom: 3em;
}

.illustrations-page .collection-block::after {
  clear: both;
  content: "";
  display: table;
}

.illustrations-page .collection-block:last-child {
  margin-right: 0;
}

.illustrations-page .collection-block:nth-of-type(3n+1) {
  margin-left: 0%;
}

@media screen and (max-width: 768px) {
  .illustrations-page .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
    padding: 0 1.5em;
    margin: 0;
  }
  .illustrations-page .collection-block:last-child {
    margin-right: 0;
  }
  .illustrations-page .collection-block:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .illustrations-page .collection-block:nth-of-type(2n+1) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 610px) {
  .illustrations-page .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .illustrations-page .collection-block:last-child {
    margin-right: 0;
  }
  .illustrations-page .collection-block:nth-of-type(3n+1),
  .illustrations-page .collection-block:nth-of-type(2n+1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .illustrations-page .collection-block {
    padding: 0 1.5em;
  }
}

.illustrations-page .teaser-content h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.illustrations-page .teaser-link {
  display: block;
  color: #333;
}

.illustrations-page .teaser-link:hover .more-link {
  color: #572047;
}

.illustrations-page .teaser-link:hover .teaser-content h1 {
  color: #bc9e73;
}

.illustrations-page .teaser-link:hover .teaser-content h1:before {
  color: #572047;
}

.illustrations-page .preview-image {
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  margin-bottom: 1.5em;
}

.illustrations-page .copy {
  margin-bottom: 1.5em;
}

.stockists-page {
  margin-bottom: 100px;
}

.stockists-page .page-title {
  margin-top: 3em;
}

.stockists-page .vender-contact {
  text-align: center;
  margin: 3em 0;
}

.stockists-page .vender-contact a {
  color: #bc9e73;
  text-decoration: underline;
}

.stockists-page .vender-contact a:hover {
  color: #3b1630;
}

.stockists-page .locations {
  display: block;
  position: relative;
}

.stockists-page .locations::after {
  clear: both;
  content: "";
  display: table;
}

.stockists-page .locations:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("/skin/frontend/kotur/default/images/product-detail/sticky-fade.png");
  background-repeat: repeat-x;
  content: '';
  display: block;
  width: 25%;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 100;
}

@media only screen and (max-width: 1000px) {
  .stockists-page .locations:before {
    width: 100%;
  }
}

.stockists-page .zoom-container::-webkit-scrollbar {
  display: none !important;
}

.stockists-page .zoom-container {
  float: left;
  display: block;
  margin-right: 0%;
  width: 68.75%;
  background-color: #fcfcfc;
}

.stockists-page .zoom-container:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1000px) {
  .stockists-page .zoom-container {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .stockists-page .zoom-container:last-child {
    margin-right: 0;
  }
}

.stockists-page .map .continent {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #ddd;
  fill-opacity: 1;
  stroke: #ddd;
  stroke-opacity: 1;
  stroke-width: 0.1;
  cursor: pointer;
}

.stockists-page .map .continent.has-stores:hover {
  fill: #bc9e73;
  stroke: #FFF;
  cursor: pointer;
}

.stockists-page .map .continent.active {
  fill: #c7ad88;
  stroke: #FFF;
  cursor: default;
}

.stockists-page .map .labels {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 56px;
  letter-spacing: 0.07em;
  fill: #3b1630;
  pointer-events: none;
}

.stockists-page .sidebar::-webkit-scrollbar {
  display: none !important;
}

.stockists-page .sidebar {
  float: left;
  display: block;
  margin-right: 0%;
  width: 25%;
  margin-left: 6.25%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

.stockists-page .sidebar:last-child {
  margin-right: 0;
}

.stockists-page .sidebar.is-continent {
  overflow: visible !important;
}

.stockists-page .sidebar.is-continent .sidebar-content {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  .stockists-page .sidebar {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .stockists-page .sidebar:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .stockists-page .sidebar {
    margin: 0 1.5em;
  }
}

.stockists-page .sidebar-content {
  -webkit-transition: left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 200%;
  position: relative;
}

.stockists-page .sidebar-content::after {
  clear: both;
  content: "";
  display: table;
}

.stockists-page .sidebar-content.show-stores {
  left: -100%;
}

.stockists-page .sidebar-content.show-nav {
  left: 0;
}

.stockists-page .country-nav {
  width: 50%;
  float: left;
  position: relative;
}

.stockists-page .country-nav h2 {
  color: #bc9e73;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 28px;
  margin-bottom: 0.5em;
}

.stockists-page .country-nav .countries li {
  margin-bottom: 0.5em;
}

.stockists-page .country-nav .countries a {
  text-transform: uppercase;
}

.stockists-page .back-to-country-nav {
  margin-bottom: 2.25em;
}

.stockists-page .back-to-link {
  color: #bc9e73;
}

.stockists-page .back-to-link:hover {
  color: #3b1630;
}

.stockists-page .store-content {
  width: 50%;
  float: left;
  position: relative;
}

.stockists-page .store-content.is-continent {
  display: none;
}

.stockists-page .store-content h1 {
  color: #bc9e73;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 28px;
  margin-bottom: 0.5em;
}

.stockists-page .stores {
  padding-bottom: 100px;
}

.stockists-page .store {
  margin-bottom: 2.25em;
}

.stockists-page .store h3 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.stockists-page .store address {
  margin-bottom: 0;
  color: #666;
}

.stockists-page .dropdown-box {
  margin-top: 1.5em;
}

#sidebar-container::-webkit-scrollbar {
  display: none !important;
}

.blog-article {
  color: #666;
}

.blog-article strong {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal !important;
}

.blog-article .page-title {
  margin: 0;
  padding: 2.25em 0 0;
}

.blog-article .page-title h1 {
  font-size: 22px;
}

.blog-article .page-title h1 a {
  color: #bc9e73;
}

.blog-article .page-title .accent {
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0.15em;
}

.blog-article .post-title {
  text-align: center;
  margin: 38px 0 50px 0;
}

.blog-article .post-title h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  color: #3b1630;
  font-size: 31px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media only screen and (max-width: 660px) {
  .blog-article .post-title h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 440px) {
  .blog-article .post-title h1 {
    font-size: 22px;
  }
}

.blog-article .post-title h1 em {
  font-family: 'Libre Baskerville',Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
  font-style: italic;
  font-weight: 400;
  display: block;
  font-size: 30px;
  letter-spacing: normal;
  text-transform: none;
}

@media only screen and (max-width: 660px) {
  .blog-article .post-title h1 em {
    font-size: 28px;
  }
}

@media screen and (max-width: 440px) {
  .blog-article .post-title h1 em {
    font-size: 22px;
  }
}

.blog-article .post-title .post-date {
  color: #bc9e73;
  text-transform: uppercase;
}

.blog-article .post-title .blog-category {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog-article .post-title .blog-category a {
  color: #bc9e73;
}

.blog-article .post-gallery-container {
  display: block;
  margin-bottom: 40px;
}

.blog-article .post-gallery-container::after {
  clear: both;
  content: "";
  display: table;
}

.blog-article .post-gallery-container li img {
  display: block;
  margin: 0 auto;
  max-height: 500px;
}

.blog-article .post-gallery-container .bx-wrapper {
  margin: 0;
}

.blog-article .post-gallery-container .bx-wrapper .bx-viewport {
  background: none;
}

.blog-article .post-gallery-container .bx-wrapper .bx-pager {
  width: auto;
  position: static;
}

.blog-article .post-gallery-container .bx-wrapper .bx-controls {
  margin-top: 27px;
}

.blog-article .feature-image {
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-bottom: 50px;
}

.blog-article .blog-post {
  width: 90%;
  margin: 0 auto;
}

@media only screen and (max-width: 770px) {
  .blog-article .blog-post {
    width: 85%;
  }
}

@media only screen and (max-width: 560px) {
  .blog-article .blog-post {
    width: 100%;
  }
}

@media screen and (max-width: 440px) {
  .blog-article .blog-post {
    padding: 0 1.5em;
  }
}

.blog-article .blog-post img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.blog-article .blog-post a > img {
  outline: 1px solid tranparent;
}

.blog-article .blog-post a:hover > img {
  outline: 1px solid #bc9e73;
}

.blog-article .post-wrapper {
  display: block;
}

.blog-article .post-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.blog-article .post-meta {
  width: 145px;
  float: left;
}

@media only screen and (max-width: 900px) {
  .blog-article .post-meta {
    width: 100%;
    text-align: center;
  }
}

.blog-article .post-meta dl {
  margin-top: 0;
}

.blog-article .post-meta dt {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: italic;
  -webkit-font-smoothing: auto;
  color: #3b1630;
  margin-top: 0;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}

.blog-article .post-meta dd {
  color: #bc9e73;
  text-transform: uppercase;
  margin-bottom: 2.25em;
}

.blog-article .post-meta dd a {
  color: #bc9e73;
}

.blog-article .post-meta dd a:hover {
  color: #3b1630;
}

.blog-article .post-content {
  width: -webkit-calc( 100% - 290px);
  width: calc( 100% - 290px);
  float: left;
}

@media only screen and (max-width: 900px) {
  .blog-article .post-content {
    width: 100%;
  }
}

.blog-article .post-tags {
  margin: 50px 0 0 0;
  text-align: center;
}

.blog-article .post-tags li {
  display: inline-block;
  margin: 0 15px 15px 15px;
  text-transform: uppercase;
}

.blog-article #disqus_thread {
  margin: 50px 0;
}

.blog-article .recent-updates {
  border-top: 1px solid #bc9e73;
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 75px;
}

.blog-article .recent-updates h2.title {
  font-family: 'Didot 42 A', 'Didot 42 B',"Hoefler Text","Baskerville Old Face",Garamond,"Times New Roman",serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: auto;
  text-align: center;
  font-size: 28px;
  margin: 50px 0;
}

.our-story-page .copy h2 {
  color: #bc9e73;
  font-size: 26px;
  font-family: "Didot 42 A", "Didot 42 B";
  text-transform: none;
  letter-spacing: normal;
}

.lookbooks-lander {
  margin-bottom: 3em;
}

@media screen and (max-width: 768px) {
  .lookbooks-lander .breadcrumbs {
    opacity: 0;
  }
}

.lookbooks-lander .lookbooks-container {
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 1.5em;
}

.lookbooks-lander .lookbooks-container::after {
  clear: both;
  content: "";
  display: table;
}

.lookbooks-lander .collection-block {
  float: left;
  display: block;
  margin-right: 0%;
  width: 30.43478%;
  margin-left: 4.34783%;
  text-align: center;
  margin-bottom: 3em;
}

.lookbooks-lander .collection-block::after {
  clear: both;
  content: "";
  display: table;
}

.lookbooks-lander .collection-block:last-child {
  margin-right: 0;
}

.lookbooks-lander .collection-block:nth-of-type(3n+2) {
  margin-left: 0%;
}

@media screen and (max-width: 768px) {
  .lookbooks-lander .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 46.66667%;
    margin-left: 6.66667%;
  }
  .lookbooks-lander .collection-block:last-child {
    margin-right: 0;
  }
  .lookbooks-lander .collection-block:nth-of-type(3n+2) {
    margin-left: 6.66667%;
  }
  .lookbooks-lander .collection-block:nth-of-type(2n+2) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 560px) {
  .lookbooks-lander .collection-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .lookbooks-lander .collection-block:last-child {
    margin-right: 0;
  }
  .lookbooks-lander .collection-block:nth-of-type(3n+2),
  .lookbooks-lander .collection-block:nth-of-type(2n+2) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .lookbooks-lander .collection-block {
    padding: 0 1.5em;
  }
}

.lookbooks-lander .collection-block:first-of-type {
  float: left;
  display: block;
  margin-right: 0%;
  width: 100%;
  margin-left: 0%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #bc9e73;
  position: relative;
}

.lookbooks-lander .collection-block:first-of-type:last-child {
  margin-right: 0;
}

.lookbooks-lander .collection-block:first-of-type .preview-image {
  float: left;
  display: block;
  margin-right: 0%;
  width: 65.21739%;
  padding-top: 40%;
}

.lookbooks-lander .collection-block:first-of-type .preview-image:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .lookbooks-lander .collection-block:first-of-type .preview-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
    margin-left: 16.66667%;
    margin-bottom: 3em;
    padding-top: 60%;
  }
  .lookbooks-lander .collection-block:first-of-type .preview-image:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .lookbooks-lander .collection-block:first-of-type .preview-image {
    padding-top: 80%;
  }
}

@media only screen and (max-width: 560px) {
  .lookbooks-lander .collection-block:first-of-type .preview-image {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
    padding-top: 100%;
  }
  .lookbooks-lander .collection-block:first-of-type .preview-image:last-child {
    margin-right: 0;
  }
}

.lookbooks-lander .collection-block:first-of-type .teaser-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 34.78261%;
  padding: 0 1.5em 0 3em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
}

.lookbooks-lander .collection-block:first-of-type .teaser-content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .lookbooks-lander .collection-block:first-of-type .teaser-content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: auto;
    padding: 0;
    position: relative;
    right: auto;
  }
  .lookbooks-lander .collection-block:first-of-type .teaser-content:last-child {
    margin-right: 0;
  }
}

.lookbooks-lander .collection-block:first-of-type .teaser-content h1 {
  font-size: 28px;
  position: relative;
}

.lookbooks-lander .collection-block:first-of-type .teaser-content h1:before {
  content: "Lookbook";
  display: block;
  position: absolute;
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 15px;
  letter-spacing: 0.07em;
  color: #bc9e73;
  text-transform: uppercase;
  width: 100%;
  top: -2em;
}

.lookbooks-lander .teaser-content h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.lookbooks-lander .teaser-link {
  display: block;
  color: #333;
}

.lookbooks-lander .teaser-link:hover .more-link {
  color: #572047;
}

.lookbooks-lander .teaser-link:hover .teaser-content h1 {
  color: #bc9e73;
}

.lookbooks-lander .teaser-link:hover .teaser-content h1:before {
  color: #572047;
}

.lookbooks-lander .preview-image {
  height: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100%;
  margin-bottom: 1.5em;
}

.lookbooks-lander .copy {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .lookbook-detail-page .breadcrumbs {
    opacity: 0;
  }
}

.lookbook-detail-page .inspiration-content {
  display: block;
  margin-top: 3em;
}

.lookbook-detail-page .inspiration-content::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .lookbook-detail-page .inspiration-content {
    padding: 0 1.5em;
  }
}

.lookbook-detail-page .illustrations {
  display: block;
  margin-bottom: 4.5em;
}

.lookbook-detail-page .illustrations::after {
  clear: both;
  content: "";
  display: table;
}

.lookbook-detail-page .illustrations .illustration-container {
  width: 100%;
  height: 0;
  padding-top: 5%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .lookbook-detail-page .illustrations .illustration-container {
    padding-top: 8%;
  }
}

@media only screen and (max-width: 620px) {
  .lookbook-detail-page .illustrations .illustration-container {
    padding-top: 10%;
  }
}

@media screen and (max-width: 440px) {
  .lookbook-detail-page .illustrations .illustration-container {
    padding-top: 14%;
  }
}

.lookbook-detail-page .illustrations .long-action-btn {
  display: none;
}

.lookbook-detail-page .illustrations .bx-wrapper img {
  margin: 0 auto;
}

.lookbook-detail-page .illustrations .bx-wrapper .bx-pager {
  bottom: -3em;
  width: 100%;
}

.lookbook-detail-page .page-content {
  width: 65%;
  margin: 0 auto;
}

@media only screen and (max-width: 620px) {
  .lookbook-detail-page .page-content {
    width: 85%;
  }
}

@media screen and (max-width: 440px) {
  .lookbook-detail-page .page-content {
    width: 100%;
  }
}

.lookbook-detail-page .lookbook-header {
  text-align: center;
}

.lookbook-detail-page .lookbook-header h1 {
  font-family: "cooper-medium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 40px;
}

.lookbook-detail-page .product-images {
  display: block;
  margin-bottom: 4.5em;
}

.lookbook-detail-page .product-images::after {
  clear: both;
  content: "";
  display: table;
}

@media screen and (max-width: 440px) {
  .lookbook-detail-page .product-images {
    padding: 0 1.5em;
  }
}

.lookbook-detail-page .product-images .product {
  float: left;
  display: block;
  margin-right: 0%;
  width: 14.28571%;
  padding: 0.75em;
  border: 1px solid transparent;
  text-align: center;
  padding-bottom: 1.5em;
}

.lookbook-detail-page .product-images .product:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .lookbook-detail-page .product-images .product {
    float: left;
    display: block;
    margin-right: 0%;
    width: 20%;
  }
  .lookbook-detail-page .product-images .product:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 620px) {
  .lookbook-detail-page .product-images .product {
    float: left;
    display: block;
    margin-right: 0%;
    width: 33.33333%;
  }
  .lookbook-detail-page .product-images .product:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .lookbook-detail-page .product-images .product {
    float: left;
    display: block;
    margin-right: 0%;
    width: 50%;
  }
  .lookbook-detail-page .product-images .product:last-child {
    margin-right: 0;
  }
}

.lookbook-detail-page .product-images .product:hover {
  border-color: #bc9e73;
}

@media screen and (max-width: 440px) {
  .search-header {
    padding: 0 1.5em;
  }
}

.search-header h2 {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 30px;
}

.search-header li {
  display: inline-block;
  margin-right: 20px;
}

.search-header li span {
  color: #bc9e73;
}

@media screen and (max-width: 440px) {
  .search-header li {
    display: block;
  }
}

.search-results {
  display: block;
}

.search-results::after {
  clear: both;
  content: "";
  display: table;
}

.search-results.empty {
  margin-bottom: 0;
}

.search-results .search-no-result {
  min-height: 50px;
}

.search-results .page-title {
  border-top: 1px solid #bc9e73;
  border-bottom: none;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 3em;
  padding-top: 3em;
}

@media screen and (max-width: 440px) {
  .search-results .page-title {
    padding: 1.5em 1.5em 0;
    border-bottom: 1px solid #bc9e73;
    margin-bottom: 1.5em;
  }
}

.search-results .page-title h1 span {
  font-family: "cooper-light", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  font-size: 38px;
  letter-spacing: 3px;
}

.search-results .page-title h1 span em {
  font-style: normal;
  font-size: 30px;
  vertical-align: center;
  font-family: "cooper-book", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 440px) {
  .search-results .page-title h1 span, .search-results .page-title h1 span em {
    font-size: 24px;
  }
}

.search-results .toolbar {
  display: none;
}

@media screen and (max-width: 440px) {
  .search-results .products-grid {
    padding: 0 1.5em;
  }
  .search-results .products-grid .item {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .search-results .products-grid .item:last-child {
    margin-right: 0;
  }
  .search-results .products-grid .item a:hover {
    outline: none;
  }
}

.search-results .celebrity-list {
  padding-top: 0;
}

.search-results .celebrity-list .press-block {
  float: left;
  display: block;
  margin-right: 0%;
  width: 20%;
  margin-left: 6.66667%;
  margin-bottom: 3em;
}

.search-results .celebrity-list .press-block:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .search-results .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 27.27273%;
    margin-left: 9.09091%;
  }
  .search-results .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .search-results .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 44.44444%;
    margin-left: 11.11111%;
  }
  .search-results .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  .search-results .celebrity-list .press-block {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    margin-left: 0%;
  }
  .search-results .celebrity-list .press-block:last-child {
    margin-right: 0;
  }
}

.search-results .celebrity-list .press-block:nth-of-type(odd) {
  margin-left: 6.66667%;
}

@media only screen and (max-width: 1024px) {
  .search-results .celebrity-list .press-block:nth-of-type(odd) {
    margin-left: 9.09091%;
  }
}

@media screen and (max-width: 768px) {
  .search-results .celebrity-list .press-block:nth-of-type(odd) {
    margin-left: 11.11111%;
  }
}

@media screen and (max-width: 440px) {
  .search-results .celebrity-list .press-block:nth-of-type(odd) {
    margin-left: 0%;
  }
}

.search-results .celebrity-list .press-block:nth-child(4n+1) {
  margin-left: 0%;
}

@media only screen and (max-width: 1024px) {
  .search-results .celebrity-list .press-block:nth-child(4n+1) {
    margin-left: 9.09091%;
  }
}

@media screen and (max-width: 768px) {
  .search-results .celebrity-list .press-block:nth-child(4n+1) {
    margin-left: 11.11111%;
  }
}

@media screen and (max-width: 440px) {
  .search-results .celebrity-list .press-block:nth-child(4n+1) {
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1024px) {
  .search-results .celebrity-list .press-block:nth-of-type(3n+1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .search-results .celebrity-list .press-block:nth-of-type(3n+1) {
    margin-left: 11.11111%;
  }
}

@media screen and (max-width: 440px) {
  .search-results .celebrity-list .press-block:nth-of-type(3n+1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .search-results .celebrity-list .press-block:nth-of-type(2n+1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 440px) {
  .search-results .celebrity-list .press-block:nth-of-type(2n+1) {
    margin-left: 0%;
  }
}

.four-o-four {
  display: block;
  background-image: url("/skin/frontend/kotur/default/images/404/404-bg.jpg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding-bottom: 9em;
}

.four-o-four::after {
  clear: both;
  content: "";
  display: table;
}

@media only screen and (max-width: 1000px) {
  .four-o-four {
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 900px) {
  .four-o-four {
    background-image: none;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 440px) {
  .four-o-four {
    padding: 0 1.5em;
  }
}

.main .four-o-four {
  margin-top: -3em;
  margin-bottom: 3em;
  padding-top: 3em;
}

.four-o-four .title h1 {
  margin-bottom: 0.5em;
  line-height: 1;
}

.four-o-four .page-content {
  float: left;
  display: block;
  margin-right: 0%;
  width: 33.33333%;
}

.four-o-four .page-content:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 900px) {
  .four-o-four .page-content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 66.66667%;
  }
  .four-o-four .page-content:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .four-o-four .page-content {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
  }
  .four-o-four .page-content:last-child {
    margin-right: 0;
  }
}

.four-o-four .page-content a {
  color: #bc9e73;
}

.four-o-four .page-content a:hover {
  text-decoration: underline;
}

.four-o-four .not-found-header {
  border-bottom: 1px solid #bc9e73;
  margin-bottom: 1.5em;
}

.four-o-four .not-found-header h2 {
  font-size: 22px;
}

.four-o-four .alt-links li {
  margin-bottom: 1em;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
   