/*****
  Import the things that dont output anything
*****/

:root {
  --vh-offset: 0px;
}

/*****
  Now import the things that do output stuff
*****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 2px;
  background-color: #a27a2e;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

#media-queries:before {
  content: '("mobile": 400px, "large_mobile": 500px, "phablet": 600px, "small_tablet": 700px, "tablet": 800px, "medium_tablet": 900px, "large_tablet": 1000px, "larger_tablet": 1100px, "smaller_desktop": 1200px, "small_desktop": 1300px, "desktop": 1400px, "huge": 1800px)';
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  overflow: hidden;
}

[data-href] {
  cursor: pointer;
}

/*****
  Generic styles used site-wide
*****/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #000000;
  background-image: url("../images/bg.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}

.wrapper, .padded-wrapper {
  width: 100%;
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1399px) {
  .padded, .padded-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media (min-width: 1400px) {
  .padded, .padded-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

/*--------------------------------------------------------------
##  Policy styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
.cc-window {
  background: #e6e6e6;
  color: #000;
  overflow: visible;
  width: calc(100% - 40px);
  max-width: none;
  bottom: 0;
  padding: 15px;
  position: fixed;
  bottom: 20px;
  z-index: 550;
  max-width: 400px;
  left: 20px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.cc-message {
  display: block;
  float: left;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 10px;
}

.cc-btn {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  border: 2px solid #2a2d32;
  padding: 13px 15px 11px;
  display: inline-block;
  min-width: 166px;
  text-align: center;
  color: #ffffff;
  background: #2a2d32;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.cc-btn:hover {
  background: rgba(208, 46, 66, 0);
  color: #2a2d32;
}

.cc-link {
  color: #000;
  text-decoration: underline;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-compliance {
  float: right;
  width: 100%;
}

@media all and (min-width: 600px) {
  .cc-window {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
  }
  .cc-compliance {
    float: right;
    width: auto;
  }
  .cc-btn {
    width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 13px;
  }
  .cc-message {
    margin-bottom: 0px;
    width: calc(100% - 85px);
  }
}

.site-header {
  border-top: 2px solid #a27a2e;
  position: relative;
  z-index: 10;
}

.site-header .wrapper, .site-header .padded-wrapper {
  position: relative;
}

@media (max-width: 799px) {
  .site-header .wrapper, .site-header .padded-wrapper {
    padding-top: 3vw;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .site-header .wrapper, .site-header .padded-wrapper {
    padding-top: 56px;
  }
}

@media (min-width: 1000px) {
  .site-header .wrapper, .site-header .padded-wrapper {
    padding-top: 32px;
  }
}

.site-header-nav-links {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.site-header-nav-links .current_page_item a {
  color: #ffffff;
}

.site-header-nav-links a {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  color: #a27a2e;
}

.site-header-nav-links a[href*="amfar"] {
  text-transform: none;
}

.site-header-meta {
  position: absolute;
  top: 0;
  right: 0;
}

.site-header-meta a {
  display: inline-block;
}

.site-header-meta a.login {
  background-color: #a27a2e;
  color: #ffffff;
}

@media (max-width: 499px) {
  .site-header-meta a {
    padding: 0.2em 0.6em;
    font-size: 15px;
  }
  .site-header-meta a.login {
    margin-left: 10px;
  }
}

@media (min-width: 500px) {
  .site-header-meta a {
    padding: 0.2em 0.8em;
  }
  .site-header-meta a:nth-child(n+2) {
    margin-left: 15px;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  .site-header-meta {
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header-meta #site-header-translate {
    margin-right: auto;
  }
}

@media (max-width: 799px) {
  .site-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header-logo {
    display: block;
    width: 100px;
  }
  .site-header-logo img {
    display: block;
    width: 100%;
  }
  .site-header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    z-index: 20;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.01s ease 0.51s;
    transition: opacity 0.5s ease, -webkit-transform 0.01s ease 0.51s;
    transition: opacity 0.5s ease, transform 0.01s ease 0.51s;
    transition: opacity 0.5s ease, transform 0.01s ease 0.51s, -webkit-transform 0.01s ease 0.51s;
  }
  body.use-ios-offset .site-header-nav-links {
    height: calc(100vh - var(--vh-offset));
  }
  html[data-nav-state="open"] .site-header-nav-links {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.5s ease 0.02s, -webkit-transform 0.01s ease;
    transition: opacity 0.5s ease 0.02s, -webkit-transform 0.01s ease;
    transition: opacity 0.5s ease 0.02s, transform 0.01s ease;
    transition: opacity 0.5s ease 0.02s, transform 0.01s ease, -webkit-transform 0.01s ease;
  }
  .site-header-nav-links a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-weight: 300;
  }
  .site-header-nav-links a {
    font-size: 26px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .site-header-nav-links a {
    font-size: calc(26px + 10 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .site-header-nav-links a {
    font-size: 36px;
  }
}

@media (max-width: 799px) {
  .site-header-nav-links li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .site-header-nav-links li {
    margin-top: 10px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .site-header-nav-links li {
    margin-top: calc(10px + 10 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .site-header-nav-links li {
    margin-top: 20px;
  }
}

@media (max-width: 799px) {
  .site-header-nav-links li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .site-header-nav-links li {
    margin-bottom: calc(10px + 10 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .site-header-nav-links li {
    margin-bottom: 20px;
  }
}

@media (max-width: 799px) {
  .site-header-nav-links .site-header-nav-links-left,
  .site-header-nav-links .site-header-nav-links-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header-nav-links .mobile-select-language.menu-open a,
  .site-header-nav-links .mobile-change-delivery.menu-open a {
    color: #ffffff;
  }
  .site-header-nav-links .mobile-select-language ul,
  .site-header-nav-links .mobile-change-delivery ul {
    display: none;
    margin: 0;
    padding: 0;
  }
  .site-header-nav-links .mobile-select-language ul li,
  .site-header-nav-links .mobile-change-delivery ul li {
    display: block;
  }
  .site-header-nav-links .mobile-select-language ul a,
  .site-header-nav-links .mobile-change-delivery ul a {
    font-size: 20px;
  }
}

@media screen and (max-width: 799px) and (min-width: 400px) {
  .site-header-nav-links .mobile-select-language ul a,
  .site-header-nav-links .mobile-change-delivery ul a {
    font-size: calc(20px + 6 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 799px) and (min-width: 800px) {
  .site-header-nav-links .mobile-select-language ul a,
  .site-header-nav-links .mobile-change-delivery ul a {
    font-size: 26px;
  }
}

@media (max-width: 799px) {
  .site-menu-toggle {
    display: block;
    position: absolute;
    top: 50%;
    right: -10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 30;
  }
  .site-menu-toggle .hamburger-box {
    display: block;
  }
}

@media (min-width: 800px) {
  .site-header-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .site-header-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .site-header-logo img {
    display: block;
    width: 100%;
  }
  .site-header-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header-nav-links a {
    font-size: 18px;
  }
  .site-header-nav-links .site-header-nav-links-left,
  .site-header-nav-links .site-header-nav-links-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + -3px));
            transform: translateY(calc(-50% + -3px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header-nav-links .site-header-nav-links-left {
    left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header-nav-links .site-header-nav-links-right {
    right: 0;
  }
  .site-menu-toggle {
    display: none;
  }
  .mobile-select-language,
  .mobile-change-delivery {
    display: none;
  }
}

@media (min-width: 800px) and (max-width: 1099px) {
  .site-header-nav {
    height: 140px;
  }
  .site-header-logo {
    width: 140px;
  }
  .site-header-nav-links a {
    font-size: 15px;
  }
  .site-header-nav-links .site-header-nav-links-left {
    right: calc(50% + 90px);
  }
  .site-header-nav-links .site-header-nav-links-left li:nth-child(n+2) {
    margin-left: 20px;
  }
  .site-header-nav-links .site-header-nav-links-right {
    left: calc(50% + 90px);
  }
  .site-header-nav-links .site-header-nav-links-right li:nth-child(n+2) {
    margin-left: 20px;
  }
}

@media (min-width: 1100px) {
  .site-header-nav {
    height: 202px;
  }
  .site-header-logo {
    width: 202px;
  }
  .site-header-nav-links .site-header-nav-links-left {
    right: calc(50% + 130px);
  }
  .site-header-nav-links .site-header-nav-links-left li:nth-child(n+2) {
    margin-left: 50px;
  }
  .site-header-nav-links .site-header-nav-links-right {
    left: calc(50% + 130px);
  }
  .site-header-nav-links .site-header-nav-links-right li:nth-child(n+2) {
    margin-left: 50px;
  }
}

.site-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.skiptranslate iframe {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.goog-te-gadget > div:nth-child(1) {
  display: block !important;
  width: 100%;
}

#site-header-translate {
  display: inline-block;
}

@media (max-width: 799px) {
  #site-header-translate {
    display: none;
  }
}

#site-header-translate #flags {
  display: none;
}

#site-header-translate .goog-te-gadget img {
  -webkit-filter: brightness(5) grayscale(1);
          filter: brightness(5) grayscale(1);
  opacity: 0.6;
  margin-left: -6px;
}

body #google_language_translator select.goog-te-combo {
  background-color: transparent !important;
  color: #cac1c1 !important;
  border: 0 !important;
  width: 165px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 0 0 4px !important;
  font-family: "effra", sans-serif;
  font-size: 16px;
  font-weight: 300 !important;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-size: .65em auto;
}

@media (max-width: 799px) {
  #hadid-change-delivery-desktop {
    display: none;
  }
}

.woo-multi-currency.wmc-sidebar.wmc-left .wmc-list-currencies .wmc-currency span {
  position: relative;
  height: 40px;
}

.side-switch-flags {
  display: block;
  width: 26px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.side-switch-globe {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.site-footer {
  background-color: #121111;
}

.site-footer .wrapper, .site-footer .padded-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer .site-footer-col p {
  font-size: 13px;
  font-weight: 400;
  margin: 1.6em 0;
  text-transform: uppercase;
}

.site-footer .site-footer-col p:first-child {
  font-size: 15px;
  text-transform: uppercase;
}

.site-footer .site-footer-col-1 a {
  position: relative;
}

.site-footer .site-footer-col-1 a svg[data-icon="instagram"] {
  display: inline-block;
  width: 29px;
  height: 29px;
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.site-footer .site-footer-col-4 {
  padding-right: 100px;
}

.site-footer-to-top {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: -30px;
  font-weight: 400;
}

@media (max-width: 599px) {
  .site-footer {
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .site-footer .wrapper, .site-footer .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .wrapper .site-footer-col, .site-footer .padded-wrapper .site-footer-col {
    width: 100%;
  }
  .site-footer .wrapper .site-footer-col:nth-child(n+2), .site-footer .padded-wrapper .site-footer-col:nth-child(n+2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  .site-footer {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .site-footer .wrapper, .site-footer .padded-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-footer .wrapper .site-footer-col, .site-footer .padded-wrapper .site-footer-col {
    width: calc(50% - 20px);
  }
  .site-footer .wrapper .site-footer-col:nth-child(n+3), .site-footer .padded-wrapper .site-footer-col:nth-child(n+3) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (min-width: 1100px) {
  .site-footer {
    margin-top: 150px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

body {
  font-family: "effra", sans-serif;
  font-weight: 300;
  color: #cac1c1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-size: 16px;
}


h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 499px) {
  h1, .h1 {
    font-size: 30px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h1, .h1 {
    font-size: 33px;
  }
}

@media (min-width: 900px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-weight: 400;
  font-size: 22px;
}

@media (max-width: 499px) {
  h3, .h3 {
    font-size: 24px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h3, .h3 {
    font-size: 26px;
  }
}

@media (min-width: 900px) {
  h3, .h3 {
    font-size: 28px;
  }
}

@media (max-width: 499px) {
  h4, .h4 {
    font-size: 22px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h4, .h4 {
    font-size: 24px;
  }
}

@media (min-width: 900px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (max-width: 499px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (min-width: 900px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 499px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (min-width: 500px) and (max-width: 899px) {
  h6, .h6 {
    font-size: 19px;
  }
}

@media (min-width: 900px) {
  h6, .h6 {
    font-size: 20px;
  }
}

.nice-type h1, .nice-type h2, .nice-type h3, .nice-type h4, .nice-type h5, .nice-type h6 {
  margin-top: 1.5em;
}

.nice-type h1 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h2 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h3 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h4 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h5 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6), .nice-type h6 + *:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  margin-top: 0.8em;
}

.nice-type p, .nice-type ul, .nice-type ol, .nice-type pre, .nice-type details, .nice-type table {
  margin-top: 1.65em;
  margin-bottom: 1.65em;
}

.nice-type ul ul,
.nice-type ol ol,
.nice-type ul ol,
.nice-type ol ul {
  margin: 0;
}

.nice-type h1 a, .nice-type h2 a, .nice-type h3 a, .nice-type h4 a, .nice-type h5 a, .nice-type h6 a, .nice-type p a, .nice-type li a {
  color: #1b8be0;
  text-decoration: underline;
}

.nice-type h1 a:hover, .nice-type h2 a:hover, .nice-type h3 a:hover, .nice-type h4 a:hover, .nice-type h5 a:hover, .nice-type h6 a:hover, .nice-type p a:hover, .nice-type li a:hover {
  text-decoration: none;
}

.nice-type p b,
.nice-type p strong, .nice-type li b,
.nice-type li strong {
  font-weight: 700;
}

.nice-type pre {
  overflow: auto;
  background: #eee;
  border: 1px solid #ccc;
  padding: 1em 1.5em;
}

.nice-type pre code {
  font-size: 90%;
}

.nice-type details {
  padding: 1em 1.5em;
  background: #eee;
  border: 1px solid #ccc;
}

.nice-type [class*="wp-image"] {
  margin-top: 3em;
  margin-bottom: 3em;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nice-type .blockquote {
  margin-top: 4.9em;
}

.nice-type > *:first-child {
  margin-top: 0;
}

.nice-type > *:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}

article p a {
  text-decoration: underline;
}

article p a:hover {
  text-decoration: none;
}

svg {
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

::-moz-selection {
  background-color: #a27a2e;
  color: #ffffff;
}

::selection {
  background-color: #a27a2e;
  color: #ffffff;
}

.button, table.cart .coupon input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 18px 30px 15px 30px;
  white-space: nowrap;
  min-width: 202px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "effra", sans-serif;
  color: #cac1c1;
  font-weight: 400;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  height: 49px;
}

.button:hover, table.cart .coupon input:hover[type="text"] {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.button:focus, table.cart .coupon input:focus[type="text"] {
  outline: 0;
}

.summary select, .summary .qty {
  display: block;
  font-size: 16px;
  font-family: "effra", sans-serif;
  font-weight: 400;
  color: #cac1c1;
  color: #ffffff;
  line-height: 1;
  padding: 18px 8px 15px 8px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right .7em top 50%;
  background-size: .65em auto;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.summary select::-ms-expand, .summary .qty::-ms-expand {
  display: none;
}

.summary select:hover, .summary .qty:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.summary select:focus, .summary .qty:focus {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
}

.summary select option, .summary .qty option {
  font-weight: 400;
  text-transform: none;
}

.summary .qty {
  background: none;
}

.select2-container--default .select2-selection--single, .form-row textarea,
.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="email"],
.form-row input[type="tel"] {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  font-family: "effra", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border: 0;
  padding: 10px 10px;
}

.select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 19px;
  color: #ffffff;
  font-weight: 400;
  line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  margin-top: 5px;
  margin-right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent transparent;
}

.select2-dropdown.select2-dropdown--below {
  background-color: #121111;
  border-color: #000000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #a27a2e;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: rgba(162, 122, 46, 0.5);
}

body.wc-braintree-body .woocommerce .wc-braintree-new-payment-method-container .wc-braintree-card-form {
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(162, 122, 46, 0.8)), to(rgba(162, 122, 46, 0.4)));
  background: linear-gradient(to top left, rgba(162, 122, 46, 0.8), rgba(162, 122, 46, 0.4));
}

.woocommerce-form__label-for-checkbox.checkbox .input-checkbox {
  margin-right: 0.5em;
}

button[name="woocommerce_checkout_place_order"] {
  margin-top: 20px;
}

/*****
  Larger groups of styles for larger parts
*****/
body.page-template-template-holding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

body.page-template-template-holding.use-ios-offset {
  min-height: calc(100vh - var(--vh-offset));
}

body.page-template-template-holding .site-header-logo {
  z-index: 20;
}

@media (max-width: 599px) {
  body.page-template-template-holding .site-footer {
    margin-top: 0px;
  }
}

@media (min-width: 600px) and (max-width: 1099px) {
  body.page-template-template-holding .site-footer {
    margin-top: 0px;
  }
}

@media (min-width: 1100px) {
  body.page-template-template-holding .site-footer {
    margin-top: 0px;
  }
}

.holding-outer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: hidden;
}

@media (max-width: 399px) {
  .holding-outer {
    padding-top: 120px;
    padding-bottom: calc(30px + 5vh);
  }
}

@media (min-width: 400px) {
  .holding-outer {
    padding-top: 170px;
    padding-bottom: calc(50px + 7vh);
  }
}

.holding-inner {
  width: 100%;
  max-width: 680px;
  border-top: 1px solid #a27a2e;
  border-bottom: 1px solid #a27a2e;
}

@media (max-width: 399px) {
  .holding-inner {
    padding-top: 96px;
    padding-bottom: 62px;
  }
}

@media (min-width: 400px) {
  .holding-inner {
    padding-top: 96px;
    padding-bottom: 92px;
  }
}

.holding-inner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
  position: relative;
  z-index: 5;
}

@media (max-width: 399px) {
  .holding-inner img {
    width: 300px;
    margin-bottom: -62px;
    margin-top: calc(-178px - 96px);
  }
}

@media (min-width: 400px) {
  .holding-inner img {
    width: 350px;
    margin-bottom: -62px;
    margin-top: calc(-208px - 96px);
  }
}

.holding-inner h1 {
  line-height: 1;
  letter-spacing: 0.05em;
  color: #a27a2e;
  font-weight: 300;
  text-align: center;
  position: relative;
  z-index: 10;
}

.holding-inner h1 {
  font-size: 24px;
}

@media screen and (min-width: 400px) {
  .holding-inner h1 {
    font-size: calc(24px + 26 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .holding-inner h1 {
    font-size: 50px;
  }
}

.holding-inner h2 {
  line-height: 1;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  text-align: center;
  margin-top: 0.8em;
  position: relative;
  z-index: 10;
}

.holding-inner h2 {
  font-size: 18px;
}

@media screen and (min-width: 400px) {
  .holding-inner h2 {
    font-size: calc(18px + 14 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .holding-inner h2 {
    font-size: 32px;
  }
}

.home-title {
  color: #a27a2e;
}

.home-title {
  font-size: 26px;
}

@media screen and (min-width: 400px) {
  .home-title {
    font-size: calc(26px + 6 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-title {
    font-size: 32px;
  }
}

.home-header {
  overflow: hidden;
}

@media (max-width: 499px) {
  .home-header {
    margin-top: -80px;
  }
}

@media screen and (max-width: 499px) and (min-width: 400px) {
  .home-header {
    margin-top: calc(-80px + 20 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 499px) and (min-width: 800px) {
  .home-header {
    margin-top: -60px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .home-header {
    margin-top: -60px;
  }
}

@media screen and (min-width: 500px) and (max-width: 799px) and (min-width: 400px) {
  .home-header {
    margin-top: calc(-60px + -70 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 500px) and (max-width: 799px) and (min-width: 800px) {
  .home-header {
    margin-top: -130px;
  }
}

@media (min-width: 800px) and (max-width: 1199px) {
  .home-header {
    margin-top: -130px;
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) and (min-width: 800px) {
  .home-header {
    margin-top: calc(-130px + -87 * ((100vw - 800px) / 400));
  }
}

@media screen and (min-width: 800px) and (max-width: 1199px) and (min-width: 1200px) {
  .home-header {
    margin-top: -217px;
  }
}

@media (min-width: 1200px) {
  .home-header {
    margin-top: -217px;
  }
}

.home-header-image {
  display: block;
  width: 100%;
  max-width: 1102px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 499px) {
  .home-header-image {
    width: 170%;
    margin-left: -35%;
  }
  .home-header-image {
    margin-bottom: -80px;
  }
}

@media screen and (max-width: 499px) and (min-width: 400px) {
  .home-header-image {
    margin-bottom: calc(-80px + 20 * ((100vw - 400px) / 400));
  }
}

@media screen and (max-width: 499px) and (min-width: 800px) {
  .home-header-image {
    margin-bottom: -60px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .home-header-image {
    margin-bottom: -60px;
  }
}

@media screen and (min-width: 500px) and (max-width: 799px) and (min-width: 400px) {
  .home-header-image {
    margin-bottom: calc(-60px + -95 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 500px) and (max-width: 799px) and (min-width: 800px) {
  .home-header-image {
    margin-bottom: -155px;
  }
}

@media (min-width: 800px) {
  .home-header-image {
    margin-bottom: -155px;
  }
}

.home-header-title {
  text-align: center;
}

.home-header-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #a27a2e;
  margin-top: 40px;
}

.home-sep {
  height: 1px;
  background-color: #a27a2e;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.home-sep {
  margin-top: 60px;
}

@media screen and (min-width: 400px) {
  .home-sep {
    margin-top: calc(60px + 109 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sep {
    margin-top: 169px;
  }
}

.home-sep {
  margin-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .home-sep {
    margin-bottom: calc(60px + 118 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sep {
    margin-bottom: 178px;
  }
}

.home-sep-white {
  height: 1px;
  background-color: #ffffff;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.home-sep-white {
  margin-top: 60px;
}

@media screen and (min-width: 400px) {
  .home-sep-white {
    margin-top: calc(60px + 109 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sep-white {
    margin-top: 169px;
  }
}

.home-sep-white {
  margin-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .home-sep-white {
    margin-bottom: calc(60px + 118 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sep-white {
    margin-bottom: 178px;
  }
}

.home-discover-image {
  display: block;
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}

.home-discover-image {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .home-discover-image {
    margin-top: calc(40px + 50 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-discover-image {
    margin-top: 90px;
  }
}

.home-discover-title {
  text-align: center;
}

.home-discover-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 599px) {
  .home-discover-blocks {
    margin-top: 10px;
  }
}

@media (min-width: 600px) {
  .home-discover-blocks {
    margin-top: -10px;
  }
}

@media screen and (min-width: 600px) and (min-width: 400px) {
  .home-discover-blocks {
    margin-top: calc(-10px + -20 * ((100vw - 400px) / 200));
  }
}

@media screen and (min-width: 600px) and (min-width: 600px) {
  .home-discover-blocks {
    margin-top: -30px;
  }
}

.home-discover-blocks-item {
  text-align: center;
}

@media (max-width: 599px) {
  .home-discover-blocks-item {
    width: 100%;
  }
  .home-discover-blocks-item:nth-child(n+2) {
    margin-top: 40px;
  }
}

@media (min-width: 600px) {
  .home-discover-blocks-item {
    width: 33.33%;
  }
  .home-discover-blocks-item:nth-child(2) {
    margin-top: 4.2em;
  }
}

.home-discover-blocks-item h2 {
  font-size: 20px;
}

@media (max-width: 599px) {
  .home-discover-blocks-item h2 {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 600px) {
  .home-discover-blocks-item h2 {
    margin-bottom: 1.1em;
  }
}

.home-discover-blocks-item .nice-type {
  font-size: 14px;
  font-weight: 400;
  padding: 0  8%;
}

.home-discover-blocks-item.color-dark {
  color: #574e4e;
}

.home-discover-blocks-item.color-light {
  color: #757272;
}

.home-discover-blocks-item.color-gold {
  color: #a27a2e;
}

.home-sultans {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f1eeee;
}

.home-sultans {
  padding-top: 50px;
}

@media screen and (min-width: 400px) {
  .home-sultans {
    padding-top: calc(50px + 26 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sultans {
    padding-top: 76px;
  }
}

.home-sultans {
  padding-bottom: 50px;
}

@media screen and (min-width: 400px) {
  .home-sultans {
    padding-bottom: calc(50px + 40 * ((100vw - 400px) / 400));
  }
}

@media screen and (min-width: 800px) {
  .home-sultans {
    padding-bottom: 90px;
  }
}

.home-sultans .image img {
  margin-top: 0;
  display: block;
  width: 100%;
}

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

@media (max-width: 599px) {
  .home-sultans {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-sultans .image {
    width: 80%;
  }
  .home-sultans .text {
    width: 100%;
    margin-top: 40px;
  }
}

@media (min-width: 600px) {
  .home-sultans {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-sultans .image {
    width: 57%;
  }
  .home-sultans .text {
    width: 43%;
  }
}

.home-sultans h2 {
  font-size: 20px;
}

@media (max-width: 599px) {
  .home-sultans h2 {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 600px) {
  .home-sultans h2 {
    margin-bottom: 1.1em;
  }
}

.home-sultans .nice-type {
  font-size: 14px;
  font-weight: 400;
  padding: 0  8%;
}

.about-block {
  border-bottom: 1px solid #a27a2e;
}

.about-block-text h2 {
  color: #a27a2e;
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 799px) {
  .about-info {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .about-info {
    margin-top: 139px;
  }
}

@media (max-width: 799px) {
  .about-info-image {
    width: 100%;
    border-bottom: 1px solid #a27a2e;
  }
}

@media (min-width: 800px) {
  .about-info-image {
    width: 50.7%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.about-info-image img {
  display: block;
  width: 100%;
}

@media (min-width: 800px) and (max-width: 1199px) {
  .about-info-image img {
    width: calc(100% + 50px);
  }
}

@media (min-width: 1200px) {
  .about-info-image img {
    width: calc(100% + 123px);
  }
}

@media (max-width: 799px) {
  .about-info-text {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 800px) {
  .about-info-text {
    width: 49.3%;
    padding-top: 47px;
    padding-bottom: 30px;
  }
  .about-info-text .nice-type {
    max-width: 500px;
  }
}

.philosophy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 799px) {
  .philosophy-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 800px) {
  .philosophy-block {
    margin-top: 46px;
  }
}

.philosophy-block-image img {
  display: block;
  width: 100%;
}

@media (max-width: 799px) {
  .philosophy-block-image {
    width: 100%;
    border-bottom: 1px solid #a27a2e;
  }
  .philosophy-block-image img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;
  }
}

@media (min-width: 800px) {
  .philosophy-block-image {
    width: 49.6%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 8%;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 799px) {
  .philosophy-block-text {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (min-width: 800px) {
  .philosophy-block-text {
    width: 37%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 80px;
    padding-bottom: 30px;
    padding-left: 100px;
  }
  .philosophy-block-text .nice-type {
    max-width: 500px;
  }
}

.caviar-blocks {
  border-bottom: 1px solid #a27a2e;
}

.caviar-blocks-item {
  border-top: 1px solid #a27a2e;
}

.caviar-blocks-item-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.caviar-blocks-item-image img {
  display: block;
  width: 100%;
}

@media (max-width: 699px) {
  .caviar-blocks {
    margin-top: 60px;
  }
  .caviar-blocks-item-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .caviar-blocks-item-image {
    width: 100%;
  }
  .caviar-blocks-item-text {
    width: 100%;
    padding-top: 25px;
  }
}

@media (min-width: 700px) {
  .caviar-blocks {
    margin-top: 156px;
  }
  .caviar-blocks-item-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .caviar-blocks-item-image {
    width: calc(50% - 20px);
  }
  .caviar-blocks-item-text {
    width: calc(50% - 20px);
  }
}

.amfar-logo {
  width: 100%;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
}

.amfar-logo {
  margin-top: 50px;
}

@media screen and (min-width: 400px) {
  .amfar-logo {
    margin-top: calc(50px + 50 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .amfar-logo {
    margin-top: 100px;
  }
}

.amfar-logo img {
  display: block;
  width: 100%;
}

.amfar-text {
  max-width: 694px;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 26px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.amfar-text b,
.amfar-text strong {
  font-size: 1.1em;
  display: block;
  display: block;
  padding-left: 5%;
  padding-right: 5%;
}

.amfar-button {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: 75px;
}

.amfar-button .button, .amfar-button table.cart .coupon input[type="text"], table.cart .coupon .amfar-button input[type="text"] {
  border: 1px solid #a27a2e;
}

.amfar-photo {
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #a27a2e;
}

.amfar-photo {
  margin-top: -50px;
}

@media screen and (min-width: 400px) {
  .amfar-photo {
    margin-top: calc(-50px + -200 * ((100vw - 400px) / 1000));
  }
}

@media screen and (min-width: 1400px) {
  .amfar-photo {
    margin-top: -250px;
  }
}

.amfar-photo:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 46.39%;
}

.page-template-template-concierge {
  background-color: #efeff0;
  background-image: none;
}

.page-template-template-concierge .site-wrapper {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media (orientation: portrait) {
  .page-template-template-concierge .site-wrapper {
    background-size: contain;
  }
}

.page-template-template-concierge .site-header-nav-links .current_page_item a {
  color: #030200;
}

.page-template-template-concierge .site-header-meta {
  color: #a27a2e;
}

.page-template-template-concierge #google_language_translator select.goog-te-combo {
  color: #030200 !important;
}

.page-template-template-concierge .site-footer {
  margin-top: 0;
}

.default-page-wrapper.concierge-wrapper .wrapper, .default-page-wrapper.concierge-wrapper .padded-wrapper {
  max-width: 540px;
}

.concierge-logo {
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 45px;
}

.concierge-logo img {
  display: block;
  width: 100%;
}

.concierge-text.nice-type {
  font-weight: normal;
  text-align: center;
  color: #676161;
  margin-top: 0 !important;
}

.concierge-text.nice-type p,
.concierge-text.nice-type ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.concierge-text.nice-type ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.concierge-text.nice-type li {
  margin-top: 0.4em;
  color: #a27a2e;
}

.concierge-button {
  text-align: center;
  margin-top: 30px;
}

.concierge-button .button, .concierge-button table.cart .coupon input[type="text"], table.cart .coupon .concierge-button input[type="text"] {
  border: 1px solid #676161;
  color: #676161;
}

@media (min-width: 900px) {
  .concierge-button .button, .concierge-button table.cart .coupon input[type="text"], table.cart .coupon .concierge-button input[type="text"] {
    height: auto;
  }
}

.concierge-button .button:hover, .concierge-button table.cart .coupon input:hover[type="text"], table.cart .coupon .concierge-button input:hover[type="text"] {
  background: #676161;
  color: #ffffff;
}

.concierge-line {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-top: 10vw;
  padding-bottom: 20vw;
}

@media (max-width: 799px) {
  .concierge-line {
    padding-bottom: 40vw;
  }
  .concierge-line .inner {
    display: none;
  }
}

.concierge-line .inner {
  width: 100%;
  height: 1px;
  background-color: #a27a2e;
}

body.error404 .default-page-wrapper {
  text-align: center;
  margin-top: 150px;
  margin-bottom: 150px;
}

.default-page-wrapper .wrapper, .default-page-wrapper .padded-wrapper {
  max-width: 700px;
}

.default-page-wrapper .nice-type {
  margin-top: 40px;
}

/*****
  Post type & section styles
*****/
.products {
  margin: 0;
  padding: 0;
  list-style: none;
}

.products {
  margin-top: 30px;
}

@media screen and (min-width: 400px) {
  .products {
    margin-top: calc(30px + 99 * ((100vw - 400px) / 800));
  }
}

@media screen and (min-width: 1200px) {
  .products {
    margin-top: 129px;
  }
}

.products .product {
  border-bottom: 1px solid #a27a2e;
}

.products .product {
  padding-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .products .product {
    padding-bottom: calc(40px + 50 * ((100vw - 400px) / 800));
  }
}

@media screen and (min-width: 1200px) {
  .products .product {
    padding-bottom: 90px;
  }
}

.products .product {
  margin-bottom: 40px;
}

@media screen and (min-width: 400px) {
  .products .product {
    margin-bottom: calc(40px + 50 * ((100vw - 400px) / 800));
  }
}

@media screen and (min-width: 1200px) {
  .products .product {
    margin-bottom: 90px;
  }
}

.product .price del {
  opacity: 0.5;
}

.product-inner {
  background-color: rgba(34, 34, 34, 0.73);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-inner .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.product-inner .woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
}

.product-inner {
  position: relative;
}

.product-inner .onsale {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 10;
  color: #e85454;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
}

.summary .price,
.summary .reset_variations {
  display: none !important;
}

.variations {
  border: 0;
  display: inline-block;
  margin-top: -18px;
  width: 100%;
}

.variations tbody,
.variations tr,
.variations td {
  display: block;
  border: 0;
  padding: 0;
}

.variations .label {
  display: none;
}

.woocommerce-Tabs-panel .nice-type {
  margin-top: 1em;
}

@media (max-width: 599px) {
  .summary .cart input.qty {
    margin-top: 0;
    margin-bottom: 38px;
  }
}

@media (min-width: 600px) {
  .summary .cart input.qty {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}

.summary .cart .buy-now {
  margin-top: 13px;
}

@media (max-width: 599px) {
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity {
    width: 100%;
  }
}

@media (max-width: 599px) and (max-width: 399px) {
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .buy-now {
    width: 100%;
  }
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .buy-now {
    margin-top: 3vw;
  }
}

@media (max-width: 599px) and (min-width: 400px) {
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .single_add_to_cart_button,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .buy-now {
    width: calc(50% - 1.5vw);
    min-width: 10px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 599px) {
  .product-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-inner .woocommerce-product-gallery {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: -3vw;
    margin-right: -3vw;
  }
  .product-inner .woocommerce-product-gallery img {
    width: calc(100% + 3vw);
    margin-left: auto;
    margin-right: auto;
  }
  .product-inner .summary {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 3vw;
  }
  .product-inner .woocommerce-tabs {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3vw;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  .product-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-inner .woocommerce-product-gallery {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-inner .woocommerce-product-gallery img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-inner .summary {
    width: calc(202px + 6vw);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 3vw;
  }
  .product-inner .woocommerce-tabs {
    width: calc(100% - 202px - 6vw);
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 3vw;
  }
}

@media (min-width: 1000px) {
  .product-inner .woocommerce-product-gallery {
    width: 46.6611%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-inner .woocommerce-product-gallery img {
    width: calc(100% + 31px);
    margin-left: -31px;
    margin-top: -10px;
    margin-bottom: -21px;
  }
  .product-inner .summary {
    width: 21.78631%;
    min-width: calc(200px + 60px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 55px 60px 55px 0;
  }
  .product-inner .woocommerce-tabs {
    width: 31.55259%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 55px 60px 55px 0;
  }
}

.woocommerce-notices-wrapper {
  font-weight: 400;
}

.woocommerce-notices-wrapper {
  margin-top: 60px;
}

@media screen and (min-width: 400px) {
  .woocommerce-notices-wrapper {
    margin-top: calc(60px + 69 * ((100vw - 400px) / 700));
  }
}

@media screen and (min-width: 1100px) {
  .woocommerce-notices-wrapper {
    margin-top: 129px;
  }
}

.woocommerce-notices-wrapper {
  margin-bottom: 60px;
}

@media screen and (min-width: 400px) {
  .woocommerce-notices-wrapper {
    margin-bottom: calc(60px + 69 * ((100vw - 400px) / 700));
  }
}

@media screen and (min-width: 1100px) {
  .woocommerce-notices-wrapper {
    margin-bottom: 129px;
  }
}

.woocommerce-notices-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.woocommerce-notices-wrapper .button, .woocommerce-notices-wrapper table.cart .coupon input[type="text"], table.cart .coupon .woocommerce-notices-wrapper input[type="text"] {
  margin-right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: rgba(162, 122, 46, 0.73);
  padding: 20px;
}

.woocommerce-notices-wrapper .woocommerce-error {
  background-color: rgba(232, 84, 84, 0.4);
  padding: 20px;
}

.woocommerce-notices-wrapper .woocommerce-notice {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
}

.shop_table {
  border-collapse: collapse;
  width: 100%;
}

.shop_table th,
.shop_table td {
  border: 0;
  vertical-align: top;
  text-align: left;
  padding: 6px 10px;
}

.shop_table thead th {
  background: rgba(162, 122, 46, 0.5);
}

.shop_table th {
  width: 1%;
  white-space: nowrap;
  font-weight: 400;
}

.shop_table .remove {
  background: #e85454;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 20px;
  font-size: 1px;
  color: transparent;
  position: relative;
}

.shop_table .remove:before {
  content: "\00d7";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 1px;
}

.shop_table .remove:hover {
  opacity: 0.8;
}

.shop_table .qty {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0 3px 0;
  color: #cac1c1;
}

.shop_table .qty:focus {
  outline: 0;
}

.shop_table .product-thumbnail a {
  display: inline-block;
}

.shop_table .product-thumbnail img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}

table.cart tbody tr > * {
  padding-top: 20px;
}

@media (min-width: 900px) {
  table.cart .cart_item:nth-child(n+2) > * {
    border-top: 1px solid #a27a2e;
  }
}

table.cart .actions {
  border-top: 1px solid #a27a2e;
}

@media (max-width: 899px) {
  table.cart .actions .button[name="update_cart"], table.cart .actions .coupon input[name="update_cart"][type="text"], table.cart .coupon .actions input[name="update_cart"][type="text"] {
    margin-top: 20px;
  }
}

@media (min-width: 900px) {
  table.cart .actions .button[name="update_cart"], table.cart .actions .coupon input[name="update_cart"][type="text"], table.cart .coupon .actions input[name="update_cart"][type="text"] {
    display: block;
    max-width: 202px;
    margin-left: auto;
    margin-top: -49px;
  }
}

table.cart .coupon label[for="coupon_code"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 599px) {
  table.cart .coupon input[type="text"] {
    width: 100%;
  }
  table.cart .coupon button.button {
    margin-top: 15px;
  }
}

@media (min-width: 600px) {
  table.cart .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  table.cart .coupon input[type="text"] {
    margin-right: 20px;
    text-align: left;
    width: 300px;
  }
}

.cart-collaterals {
  margin-top: 129px;
}

.cart-collaterals .shop_table {
  margin-top: 20px;
}

.cart-collaterals .shop_table td {
  padding-left: 20px;
}

.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-shipping-methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.woocommerce-shipping-methods li input.shipping_method {
  margin-right: 0.5em;
  opacity: 0.7;
}

.wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: right;
}

.wc-proceed-to-checkout .button, .wc-proceed-to-checkout table.cart .coupon input[type="text"], table.cart .coupon .wc-proceed-to-checkout input[type="text"] {
  background: #a27a2e;
}

.blockUI.blockOverlay {
  background-color: rgba(18, 17, 17, 0.95) !important;
}

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

.cart-empty + .return-to-shop {
  text-align: center;
}

@media (max-width: 899px) {
  .woocommerce-cart-form .shop_table.shop_table_responsive {
    margin-top: 50px;
  }
  .woocommerce-cart-form__contents {
    width: 100%;
  }
  .woocommerce-cart-form__contents thead {
    display: none;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #a27a2e;
    padding-top: 20px;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td {
    display: block;
    border: 0;
    position: relative;
    padding: 0;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td:before {
    content: attr(data-title);
    font-weight: 400;
    float: left;
    padding-right: 20px;
    width: 90px;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .remove {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail {
    text-align: center;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity .quantity {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
    margin-left: 0;
  }
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-name,
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-price,
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-quantity,
  .woocommerce-cart-form__contents .woocommerce-cart-form__cart-item .product-subtotal {
    min-height: 50px;
  }
  .woocommerce-cart-form__contents .actions .actions-inner {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .woocommerce-cart-form__contents .actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
  .woocommerce-cart-form__contents .actions .coupon #coupon_code {
    max-width: 300px;
    width: 100%;
    margin-right: 10px;
    text-align: left;
    margin-bottom: 10px;
  }
  .woocommerce-cart-form__contents .actions .coupon button {
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
}

.woocommerce-form-login-toggle,
.woocommerce-form-login,
.woocommerce-ResetPassword.lost_reset_password,
#customer_login {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#customer_login .u-column2 {
  margin-top: 40px;
}

.woocommerce-form-coupon-toggle,
#ship-to-different-address-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkout {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.checkout .woocommerce-error {
  background-color: rgba(232, 84, 84, 0.4);
  padding: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 400;
  list-style-position: inside;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.form-row {
  margin: 0;
  width: 100%;
}

.form-row label {
  display: block;
  padding-top: 25px;
  font-weight: 400;
  padding-bottom: 2px;
}

.form-row label .required {
  text-decoration: none;
  color: #e85454;
}

.form-row textarea {
  resize: vertical;
  min-height: 5em;
}

.form-row label.woocommerce-form-login__rememberme {
  padding-top: 0;
  margin-top: -5px;
  padding-bottom: 20px;
}

.form-row label.woocommerce-form-login__rememberme input[type="checkbox"] {
  margin-right: 0.5em;
}

#shipping_country_field {
  width: 100%;
}

@media (min-width: 700px) {
  .address-field {
    width: calc(50% - 15px);
  }
}

@media (min-width: 700px) {
  .form-row-first,
  .form-row-last {
    width: calc(50% - 15px);
  }
}

.woocommerce-shipping-fields,
.woocommerce-additional-fields,
#order_review_heading {
  margin-top: 60px;
}

#order_review {
  margin-top: 20px;
}

.woocommerce-checkout-payment ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.woocommerce-checkout-payment label {
  font-weight: 400;
}

.select2-container .select2-selection--single .wc-braintree-select2-container,
.select2-results__options li.wc-braintree-select2-container {
  height: auto;
}

#payment #place_order {
  background-color: #a27a2e;
}

.woocommerce-order-details {
  margin-top: 60px;
}

.woocommerce-customer-details {
  margin-top: 60px;
}

.woocommerce-customer-details .woocommerce-columns--addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) {
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    width: calc(50% - 15px);
  }
}

.woocommerce-MyAccount-navigation {
  margin-top: 40px;
}

@media screen and (min-width: 400px) {
  .woocommerce-MyAccount-navigation {
    margin-top: calc(40px + 40 * ((100vw - 400px) / 700));
  }
}

@media screen and (min-width: 1100px) {
  .woocommerce-MyAccount-navigation {
    margin-top: 80px;
  }
}

.woocommerce-account mark {
  background-color: rgba(255, 255, 255, 0.1);
  color: inherit;
  display: inline-block;
  padding-left: 0.2em;
  padding-right: 0.2em;
}

.woocommerce-account .woocommerce-PaymentMethods.payment_methods.methods {
  margin: 0 0 20px 0;
  padding: 0;
}

.woocommerce-account .wc-braintree-card-icons-container {
  float: none;
  display: inline-block;
  margin-left: 10px;
}

.woocommerce-account .wc-braintree-card-icons-container img {
  position: relative;
  bottom: -8px;
}

/*****
  Development Styles
*****/
body.debug_mq:before {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
  font-size: 12px;
  color: #fff;
  padding: 5px 8px 6px;
  line-height: 1;
  margin-left: 5px;
  font-family: "Menlo", "Courier";
}

@media (max-width: 399px) {
  body.debug_mq:before {
    content: "@include respond('to', 'mobile') {}";
    background: #fc0;
  }
}

@media (min-width: 400px) and (max-width: 499px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'mobile', 'large_mobile') {}";
    background: #f00;
  }
}

@media (min-width: 500px) and (max-width: 599px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_mobile', 'phablet') {}";
    background: #060;
  }
}

@media (min-width: 600px) and (max-width: 699px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'phablet', 'small_tablet') {}";
    background: #060;
  }
}

@media (min-width: 700px) and (max-width: 799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_tablet', 'tablet') {}";
    background: #006;
  }
}

@media (min-width: 800px) and (max-width: 999px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'tablet', 'large_tablet') {}";
    background: #046;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'large_tablet', 'small_desktop') {}";
    background: #506;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'small_desktop', 'desktop') {}";
    background: #907;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  body.debug_mq:before {
    content: "@include respond('fromto', 'desktop', 'huge') {}";
    background: #09c;
  }
}

@media (min-width: 1800px) {
  body.debug_mq:before {
    content: "@include respond('from', 'huge') {}";
    background: #f06;
  }
}
.home-discover_new {
  display: block;
  width: 100%;
  max-width: 1206px;
  margin-left: auto;
  margin-right: auto;
}
.home-discover-blocks_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}
.home-discover-blocks_new .home-discover-blocks-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
}
.home-discover-blocks_new .home-discover-blocks-item:hover .pic {
  -webkit-transform: scale(1.02) translatey(-8px);
  -moz-transform: scale(1.02) translatey(-8px);
  -ms-transform: scale(1.02) translatey(-8px);
  -o-transform: scale(1.02) translatey(-8px);
  transform: scale(1.02) translatey(-8px);
  will-change: transform;
}
.home-discover-blocks_new .home-discover-blocks-item.color-light:hover {
  color: #f5f5f5;
}
.home-discover-blocks_new .home-discover-blocks-item {
  cursor: pointer;
  width: 33.333333%;
  position: relative;
  margin: 30px 0;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (max-width: 991px) {
  .home-discover-blocks_new .home-discover-blocks-item {
    width: 50%;
  }
}
@media (max-width: 475px) {
  .home-discover-blocks_new .home-discover-blocks-item {
    width: 100%;
  }
}
.home-discover-blocks_new .home-discover-blocks-item .pic{
  margin-bottom: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: transform;
}
.home-discover-blocks_new .home-discover-blocks-item .pic .bg{
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
select[name=attribute_weight] option {
  color: #000;
}
/*# sourceMappingURL=app.css.map */