/* ==========================================================================
   ROLL OVER
   ========================================================================== */
   section.content .products_list a div.product_photo_thumb {
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 100;
    right: 5px;
    bottom: 11px;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all .8s;
  }
  
  section.content .products_list a:hover div.product_photo_thumb {
    opacity: 1;
  }

  section.content .products_list a b.all_work_product_name {
    position:absolute;
    right:4px;
    bottom:15px;
    z-index: 100;
  }

  section.content .products_list a b.all_work_product_price {
        z-index: 100;
    position: absolute;
    right: 4px;
    bottom: 0px;
  }


  
  
  /* ==========================================================================
     LOGO
     ========================================================================== */
  
  header.overlay .logo img {
    filter: invert(100%);
    width: 80px;
    height: auto;
  }
  
  
  .logokrogh {
      background: url(https://s3-eu-west-1.amazonaws.com/kroghstudio/Website+Images/logo_krogh) no-repeat right center;
      display: block;
      background-size: contain;
      position: fixed;
      width: 14%;
      transform: rotate(-90deg);
      transform-origin: right center;
      right: 111px;
  }
  
  #gallery .content h1, #summer-gift footer a, #summer-gift footer a svg path, #summer-gift .content h1, #summer-gift.custom section.content p, #summer-gift.custom section.content a, #summer-gift.custom section.content a:hover {
    color: #ffffff;
  }
  
  #profile footer a, #framing footer a {
    color: #bababa;
  }
  
  #profile footer a svg path, #framing footer a svg path {
    fill: #bababa;
  }
  
  #profile .content h1, #framing .content h1 {
    color: #ffffff;
  }
  
  #profile.custom section.content p, #framing.custom section.content p {
    color: #bababa;
  }
  
  #profile.custom section.content a, #framing.custom section.content a {
    color: #BAAE93;
  }
  
  #profile.custom section.content a:hover, #framing.custom section.content a:hover {
    color: #CCC;
  }
  
  
  
  
  #newsletter footer a {
    color: #bababa;
  }
  
  #newsletter footer a svg path {
    fill: #bababa;
  }
  
  #newsletter .content h1 {
    color: #ffffff;
  }
  
  #newsletter.custom section.content p {
    color: #bababa;
  }
  
  #newsletter.custom section.content a {
    color: #BAAE93;
  }
  
  #newsletter.custom section.content a:hover {
    color: #CCC;
  }
  
  
  
  
  
  #image-bank footer a {
    color: #bababa;
  }
  
  #image-bank footer a svg path {
    fill: #bababa;
  }
  
  #image-bank .content h1 {
    color: #ffffff;
  }
  
  #image-bank.custom section.content p {
    color: #bababa;
  }
  
  #image-bank.custom section.content a {
    color: #BAAE93;
  }
  
  #image-bank.custom section.content a:hover {
    color: #CCC;
  }
  
  #contact footer a {
    color: #bababa;
  }
  
  #contact footer a svg path {
    fill: #bababa;
  }
  
  #contact .content h1 {
    color: #ffffff;
  }
  
  #contact section.content p {
    color: #bababa;
  }
  
  #contact section.content a {
    color: #BAAE93;
  }
  
  #contact section.content a:hover {
    color: #CCC;
  }

  #contact section.content a svg path {
    fill: #bababa;
  }

  #contact section.content img {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 16px;
    max-width: 100%;
  }
  
  #catalogue footer a {
    color: #bababa;
  }
  
  #catalogue footer a svg path {
    fill: #bababa;
  }
  
  #catalogue .content h1 {
    color: #ffffff;
  }
  
  #catalogue.custom section.content p {
    color: #bababa;
  }
  
  #catalogue.custom section.content a {
    color: #BAAE93;
  }
  
  #catalogue.custom section.content a:hover {
    color: #CCC;
  }
  
  
  
  
  #free-gift footer a {
    color: #ffffff;
  }
  
  #free-gift footer a svg path {
    fill: #ffffff;
  }
  
  #free-gift .content h1 {
    color: #ffffff;
  }
  
  #free-gift.custom section.content p {
    color: #ffffff;
  }
  
  #free-gift.custom section.content a {
    color: #BAAE93;
  }
  
  #free-gift.custom section.content a:hover {
    color: #CCC;
  }
  
  
  
  
  
  
  #stockists footer a {
    color: #bababa;
  }
  
  #stockists footer a svg path {
    fill: #bababa;
  }
  
  #stockists .content h1 {
    color: #ffffff;
  }
  
  #stockists.custom section.content p {
    color: #bababa;
  }
  
  #stockists.custom section.content a {
    color: #bababa;
  }
  
  #stockists.custom section.content a:hover {
    color: #BAAE93;
  }
  
  #gallery footer a {
    color: #ffffff;
  }
  
  #gallery footer a svg path {
    fill: #ffffff;
  }
  
  /* ==========================================================================
     FUTURA
     ========================================================================== */
  
  body {
    margin: 0;
    
    /* fontdeck */
    font-family: "adobe-garamond-pro", "FuturaBook", Arial, Helvetica, sans-serif;
    font-size: 15.8px;
    line-height: 24px;
    letter-spacing: 0.2px;
    
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
    font-weight:normal; 
    font-style:normal;
    
    background: #ffffff;
    color: #1a1a1a;
  }
  
  .futura-small {
    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  .futura-body {
    font-family:"FuturaBook", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
  
  ::selection {
    background: #e1dcd0; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #e1dcd0; /* Gecko Browsers */
  }
  
  /* ==========================================================================
     P22
     ========================================================================== */
  
  .p22, h1, h2, h3, h4, h5, h6 {
    font-family: "FortescueRegular", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  .p22, h4 {
    font-family: "adobe-garamond-pro","FuturaBook", sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  .p22-small {
    font-family: "p22-underground", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  .p22-400-uppercase-18-letter2px {
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 2px;
  }
  /*
  .selected {
    font-family: "CanelaItalic";
  }
  */
  
  /* ==========================================================================
     FORTESCUE
     ========================================================================== */
  
  .fortescue, nav {
    font-family: "futura-pt", "FortescueRegular", 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  /* ==========================================================================
     PAGE BACKGROUND COLORS
     ========================================================================== */
  
  #press {
    background: #e4e2df;
  }
  
  #stockists {
    background: #141d2c;
  }
  
  #profile {
    background: #141d2c;
  }

  #contact {
    background: #141d2c;
  }
  
  #catalogue {
    background: #141d2c;
  }
  
  #wholesale {
    background: #e4e2df;
  }
  
  #image-bank {
    background: #141d2c;
  }
  
  #framing {
    background: #141d2c;
  }

  #summer-gift {
    background: #5781d8;
  }
  
  #delivery {
    background: #e4e2df;
  }
  
  #terms-conditions {
    background: #e4e2df;
  }
  
  #faq {
    background: #e4e2df;
  }
  
  #newsletter {
    background: #141d2c;
  }
  
  #collaborations {
    background: #e4e2df;
  }
  
  #returns {
    background: #e4e2df;
  }
  
  #gallery-old {
    background: #e2dbd1;  
  }
  
  #gallery {
    background: #141d2c;  
  }
  
  #free-gift {
    background: #1a252e;  
  }
  
  #commissions {
    background: #e4e2df;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
      display: block;
  }
  audio,
  canvas,
  video {
      display: inline-block;
  }
  audio:not([controls]) {
      display: none;
      height: 0;
  }
  [hidden] {
      display: none;
  }
  
  html {
      -webkit-text-size-adjust: 100%; /* 2 */
      -ms-text-size-adjust: 100%; /* 2 */
  }
  
  /* font face */
  @font-face {
      font-family:'FuturaBook';
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/futurastd-book.eot');
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/futurastd-book.eot?#iefix') format('embedded-opentype'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/futurastd-book.woff') format('woff'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/futurastd-book.woff2') format('woff2'),
      url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/futurastd-book.ttf') format('truetype');
  }
  
  @font-face {
      font-family:'FortescueRegular';
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/fortescue-regular.eot');
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/fortescue-regular?#iefix') format('embedded-opentype'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/fortescue-regular.woff') format('woff'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/fortescue-regular.woff2') format('woff2'),
      url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/fortescue-regular.ttf') format('truetype');
  }
  
  @font-face {
      font-family:'CanelaLight';
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/canela-light-web.eot');
      src:url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/canela-light-web?#iefix') format('embedded-opentype'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/canela-light-web.woff') format('woff'),
          url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/canela-light-web.woff2') format('woff2'),
      url('https://s3.eu-central-1.amazonaws.com/unitbyunit/a/fonts/canela-light-web.ttf') format('truetype');
  }
  
  @font-face {
      font-family:'CanelaItalic';
      src:url('//s3-eu-west-1.amazonaws.com/kroghstudio/fonts/canela-lightItalic-web.eot');
      src:url('//s3-eu-west-1.amazonaws.com/kroghstudio/fonts/canela-lightItalic-web?#iefix') format('embedded-opentype'),
          url('//s3-eu-west-1.amazonaws.com/kroghstudio/fonts/canela-lightItalic-web.woff') format('woff'),
          url('//s3-eu-west-1.amazonaws.com/kroghstudio/fonts/canela-lightItalic-web.woff2') format('woff2');
  }
  
  /* ==========================================================================
     Links
     ========================================================================== */
  
  /**
   * Address `outline` inconsistency between Chrome and other browsers.
   */
  
  a:focus {
      outline: thin dotted;
  }
  
  /**
   * Improve readability when focused and also mouse hovered in all browsers.
   */
  
  a:active,
  a:hover {
      outline: 0;
  }
  
  /* ==========================================================================
     Typography
     ========================================================================== */
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
  
  h1 {
    font-family: "futura-pt", 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 0px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  
  /**
   * Address styling not present in IE 8/9, Safari 5, and Chrome.
   */
  
  abbr[title] {
      border-bottom: 1px dotted;
  }
  
  
  
  }
  
  /**
   * Address styling not present in Safari 5 and Chrome.
   */
  
  dfn {
      font-style: italic;
  }
  
  /**
   * Address differences between Firefox and other browsers.
   */
  
  hr {
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      height: 0;
  }
  
  /**
   * Address styling not present in IE 8/9.
   */
  
  mark {
      background: #ff0;
      color: #000;
  }
  
  /**
   * Correct font family set oddly in Safari 5 and Chrome.
   */
  
  code,
  kbd,
  pre,
  samp {
  
  }
  
  /**
   * Improve readability of pre-formatted text in all browsers.
   */
  
  pre {
      white-space: pre-wrap;
  }
  
  /**
   * Set consistent quote types.
   */
  
  q {
      quotes: "\201C" "\201D" "\2018" "\2019";
  }
  
  /**
   * Address inconsistent and variable font size in all browsers.
   */
  
  small {
  
  }
  
  /**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
  
  sub,
  sup {
      line-height: 0;
      position: relative;
      vertical-align: baseline;
  }
  
  sup {
      top: -0.5em;
  }
  
  sub {
      bottom: -0.25em;
  }
  
  /* ==========================================================================
     Embedded content
     ========================================================================== */
  
  /**
   * Remove border when inside `a` element in IE 8/9.
   */
  
  img {
      border: 0;
  }
  
  /**
   * Correct overflow displayed oddly in IE 9.
   */
  
  svg:not(:root) {
      overflow: hidden;
  }
  
  /* ==========================================================================
     Figures
     ========================================================================== */
  
  /**
   * Address margin not present in IE 8/9 and Safari 5.
   */
  
  figure {
      margin: 0;
  }
  
  /* ==========================================================================
     Forms
     ========================================================================== */
  
  /**
   * Define consistent border, margin, and padding.
   */
  
  fieldset {
      border: 1px solid #cccccc;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
  
  legend {
      border: 0; /* 1 */
      padding: 0; /* 2 */
  }
  
  /**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   */
  
  button,
  input,
  select,
  textarea {
      font-family: inherit; /* 1 */
      font-size: 100%; /* 2 */
      margin: 0; /* 3 */
  }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  
  button,
  input {
      line-height: normal;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  
  button,
  select {
      text-transform: none;
  }
  
  /**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
  
  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
      -webkit-appearance: button; /* 2 */
      cursor: pointer; /* 3 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  
  button[disabled],
  html input[disabled] {
      cursor: default;
  }
  
  /**
   * 1. Address box sizing set to `content-box` in IE 8/9.
   * 2. Remove excess padding in IE 8/9.
   */
  
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box; /* 1 */
      padding: 0; /* 2 */
  }
  
  /**
   * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
   *    (include `-moz` to future-proof).
   */
  
  input[type="search"] {
      -webkit-appearance: textfield; /* 1 */
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box; /* 2 */
      box-sizing: content-box;
  }
  
  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  
  /**
   * Remove inner padding and border in Firefox 4+.
   */
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
      border: 0;
      padding: 0;
  }
  
  /**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  
  textarea {
      overflow: auto; /* 1 */
      vertical-align: top; /* 2 */
  }
  
  /* ==========================================================================
     Tables
     ========================================================================== */
  
  /**
   * Remove most spacing between table cells.
   */
  
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  .slideshow {
    position: relative;
  }
  .slideshow .slides-container {
    display: none;
  }
  .slideshow .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
  .slideshow .scrollable:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    top: 46%;
    width: 100%;
  }
  .slides-navigation a {
    position: absolute;
    display: block;
  }
  .slides-navigation a.prev {
    left: 0;
  }
  .slides-navigation a.next {
    right: 0;
  }
  
  .slides-pagination {
    position: absolute;
    z-index: 3;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .slides-pagination a {
    border: 2px solid #222;
    border-radius: 15px;
    width: 10px;
    height: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
    margin: 2px;
    overflow: hidden;
    text-indent: -100%;
  }
  .slides-pagination a.current {
    background: #222;
  }
  html, body {
    height: 100%;
  }
  
  hr {
    background-color: 1px solid #f2f2f2;
    border-style: none;
    border: none;
    box-sizing: border-box;
    height: 1px;
    margin: 16px 0;
    padding: 0;
    width: 100%;
  }
  
  header:after {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  
  a,
  header a:after,
  .slideshow div a,
  .button, submit, input[type='submit'], button, select, path, circle, .select {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  
  a {
    color: #1a1a1a;
    text-decoration: none;
  }
  
  a:hover {
    color: #846e58;
  }
  
  .button, submit, input[type='submit'], button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #1a1a1a;
    display: inline-block;
    height: 49px;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 50px;
    margin: 0;
    outline: 0;
    padding: 0 22px;
    white-space: nowrap;
    text-align: center;
  }
  .button:hover, .button:focus, submit:hover, submit:focus, input[type='submit']:hover, input[type='submit']:focus, button:hover, button:focus {
    background-color: #846e58;
    border: 1px solid #846e58;
    color: #ffffff;
  }
  
  form, input, textarea, submit, input[type='submit'], input[type='text'], button, select {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  input[type='text'], input[type='textarea'], textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    color: #1a1a1a;
    margin: 0;
    outline: 0;
    white-space: nowrap;
    text-indent: 16px;
  }
  input[type='text']:focus, input[type='textarea']:focus, textarea:focus {
    border: 1px solid #846e58;
    color: #846e58;
  }
  
  input[type='textarea'], textarea {
    padding: 16px;
    text-indent: 0px;
    white-space: normal;
  }
  
  .select {
    *zoom: 1;
    border: 1px solid #1a1a1a;
    box-sizing: border-box;
    color: #1a1a1a;
    margin-bottom: 16px;
    position: relative;
  }
  .select:after {
    content: "";
    display: table;
    clear: both;
  }
  .select:hover {
    background-color: #846e58;
    border: 1px solid #846e58;
    color: #ffffff;
  }
  .select:hover select {
    color: #ffffff;
  }
  .select select {
    background: none;
    border: 0px;
    border-radius: 0px;
    color: #1a1a1a;
    height: 56px;
    line-height: 56px;
    padding: 0 55px 0 12px;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .select select option {
    color: black;
    background: white;
  }
  .select select:focus {
    outline: none;
  }
  .select select::-ms-expand {
    display: none;
  }
  .select svg {
    fill: #1a1a1a;
    position: absolute;
    right: 32px;
    top: 26px;
    z-index: 1;
  }
  .select:hover svg {
    fill: #ffffff;
  }
  
  
  strong {
    letter-spacing: 0.125em;
    text-indent: 0;
  }
  
  cite {
    font-style: normal;
  }
  
  h1 {
  }
  
  h2 {
  }
  
  h3 {
  }
  
  h4 {
  }
  
  h5 {
  }
  
  h6 {
  }
  
  .errors {
    background: #f25749;
    color: #ffffff;
    list-style-type: none;
    text-align: center;
    padding: 16px;
  }
  
  .standalone {
    height: auto;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 120px;
    text-align: center;
  }
  .standalone div {
    padding: 0 32px;
  }
  div.wrap {
    height: 100%;
    width: 100%;
  }
  
  header {
    *zoom: 1;
    height: 70px;
    position: relative;
    width: 100%;
    z-index: 999;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }
  header.home {
    position: fixed;
  }
  @media only screen and (max-width: 993px) {
    header.home {
      position:  absolute ;
    }
  }
  header.home:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 96;
  }
  header.overlay, header.page {
    position: fixed;
  }
  header.overlay:after, header.page:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    background-color: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 96;
  }
  @media only screen and (max-width: 993px) {
    header.overlay, header.page {
      position: relative;
    }
  }
  header.overlay a, header.page a {
    position: relative;
    color: #1a1a1a;
  }
  header.overlay a path,
  header.overlay a circle, header.page a path,
  header.page a circle {
    fill: #1a1a1a;
  }
  header.overlay a:hover, header.page a:hover {
    color: #846e58;
  }
  header.overlay a:hover path,
  header.overlay a:hover circle, header.page a:hover path,
  header.page a:hover circle {
    fill: #846e58;
  }
  header a {
    position: relative;
    color: #ffffff;
    clear: both;
  }
  header a.mobile {
    display: none;
  }
  header a.mobile:after {
    display: none;
  }
  @media screen and (max-width: 993px) {
    header a.mobile {
      display: block;
      margin-bottom: 30px;
  
    }
  }
  header a.desktop {
    display: block;
  }
  @media screen and (max-width: 993px) {
    header a.desktop {
      display: none;
    }
  }
  header a svg {
    cursor: pointer;
    position: relative;
    top: 3px;
  }
  header a path,
  header a circle {
    fill: #ffffff;
  }
  header .navigation a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    background-color: #ffffff;
    content: " ";
    display: block;
    height: 1px;
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
  }
  @media screen and (max-width: 993px) {
    header a:after {
      display: none;
    }
  }
  header a:hover {
    color: #ffffff;
    opacity: 0.9;
  }
  header a:hover:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  header a:hover path,
  header a:hover circle {
    fill: #ffffff;
  }
  header .logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    max-width: 20%;
    padding-left: 32px;
    text-align: left;
    z-index: 98;
    width: 20%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media only screen and (max-width: 993px) {
    header .logo {
      padding-left: 16px;
      width: 50%;
    }
  }
  header .logo a {
    display: block;
    max-width: 400px;
  }
  header .logo a:after {
    display: none;
  }
  header .logo.image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .logo.image a {
    height: 66px;
  }
  header .sections {
    float: left;
    margin: 0 auto;
    max-width: 60%;
    overflow: hidden;
    position: relative;
    width: 60%;
    z-index: 97;
  }
  @media only screen and (max-width: 993px) {
    header .sections {
      display: none;
    }
  }
  header .utility {
    float: right;
    position: relative;
    max-width: 20%;
    z-index: 99;
  }
  @media only screen and (max-width: 993px) {
    header .utility {
      max-width: 50%;
    }
  }
  
  .sections ul, .utility ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }
  .sections ul li, .utility ul li {
    display: inline-block;
    line-height: 70px;
    list-style: none;
    padding: 0 20px;
    text-align: center;
  }
  @media only screen and (max-width: 993px) {
    .sections ul li, .utility ul li {
      padding: 0 8px;
    }
  }
  .sections ul li:last-child, .utility ul li:last-child {
    padding-right: 32px;
  }
  @media only screen and (max-width: 993px) {
    .sections ul li:last-child, .utility ul li:last-child {
      padding-right: 16px;
    }
  }
  
  .nav_trigger svg {
    top: 0;
  }
  .cart {
    display: block;
  }
  .cart svg {
    margin-right: 5px;
  }
  .cart .desktop {
    display: inline;
  }
  @media screen and (max-width: 993px) {
    .cart .desktop {
      display: none;
    }
  }
  
  .mobile_nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #141d2c;
    display: none;
    font-family: "FortescueRegular", "FuturaBook", 'Times New Roman', Times, serif;
    letter-spacing: 0px;
    font-size: 40px;
    line-height: 60px;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10001;
  }
  .mobile_nav a {
    color: #ffffff;
  }
  .mobile_nav a:hover {
    opacity: 0.2;
  }
  .mobile_nav .close_nav {
    line-height: 22px;
    position: fixed;
    right: 15px;
    top: 36px;
  }
  .mobile_nav .close_nav path {
    fill: white;
  }
  .mobile_nav .close_nav path:hover {
    opacity: 0.6;
  }
  .mobile_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile_nav li {
    height: auto;
    line-height: 30px;
    margin-left: 0;
  }
  .mobile_nav li a {
    display: block;
    padding: 14px 0;
  }
  
  .slideshow {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  @media only screen and (max-width: 993px) {
    .slideshow {
      max-height: 640px;
    }
  }
  .slideshow div.featured_holder {
    background-color: rgba(0, 0, 0, 0.0);
    
    background-repeat: repeat;
    background-size: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .slideshow div.featured {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    overflow: hidden;
    position: absolute;
    text-align: center;
    z-index: 2;
    width: 100%;
  }
  .slideshow div.featured p {
    font-weight: 400;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 18px;
    padding: 20px 16px 0px;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 993px) {
    .slideshow div.featured p {
    }
  }
  .slideshow div.featured h2 {
    font-size: 70px;
    line-height: 80px;
    margin: 0 0 24px 0;
  }
  @media only screen and (max-width: 993px) {
    .slideshow div.featured h2 {
      padding: 0 16px;
      text-indent: 0;
      white-space: normal;
    }
  }
  .slideshow div.featured a {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: auto;
    line-height: 49px;
  }
  .slideshow div.featured a:hover {
    border: 1px solid #846e58;
    background-color: #846e58;
    color: #ffffff;
  }
  .slideshow ul {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .slideshow ul li {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block;
    height: 100%;
    list-style: none;
    position: relative;
    width: 100%;
  }
  .slideshow ul li img {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  
  #home .content {
    padding:  10px 0 0 0;
  }
  @media only screen and (max-width: 993px) {
    #home .content {
      padding-top: 24px;
    }
  }
  #home .content h1 {
    margin-bottom:  16px ;
  }
  
  .content {
    *zoom: 1;
    display: block;
    margin: 0 auto;
    /*padding-top: 125px;*/
    padding-top: 170px;
    position: relative;
    width: 98%;
  }
  .content:after {
    content: "";
    display: table;
    clear: both;
  }
  @media only screen and (max-width: 993px) {
    .content {
      padding-top: 100px;
    }
  }
  .content h1 {
    color: #1a1a1a;
    display: block;
    margin: 0 auto;
    padding-top: 14px;
    text-align: center;
  }
  .content .subheader {
    padding: 0 0px 10px 0px;
    margin: 10px auto 0 auto;
  }
  @media only screen and (max-width: 993px) {
    .content .subheader {
      margin: 16px auto 0 auto;
    }
  }
  .content .subheader p {
    text-align: center;
    font-family: "adobe-garamond-pro", "FuturaBook", 'Times New Roman', Times, serif;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 1px;
    max-width: 550px;
    margin: 0 auto;
  }
  .content .social_links {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: normal;
    list-style: none;
    margin: 0 auto 32px auto;
    max-width: 800px;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .content .social_links li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-width: 1px 0 1px 1px;
    display: inline-block;
    height: 56px;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 56px;
  }
  .content .social_links li:last-child {
    border-width: 1px;
  }
  .content .social_links li:hover {
    background-color: #846e58;
    border-color: #846e58;
  }
  .content .social_links li a {
    display: block;
    width: 56px;
    height: 56px;
    line-height: normal;
  }
  .content .social_links li a svg {
    -webkit-transform: scale(100%, 100%);
    -moz-transform: scale(100%, 100%);
    -ms-transform: scale(100%, 100%);
    -o-transform: scale(100%, 100%);
    transform: scale(100%, 100%);
    cursor: pointer;
    position: relative;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .content .social_links li a path,
  .content .social_links li a circle {
    fill: #1a1a1a;
  }
  .content .social_links li:hover svg path,
  .content .social_links li:hover svg circle {
    fill: #ffffff;
  }
  
  footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
    border-top: 1px solid #8585853d;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 32px;
  }
  footer:after {
    content: "";
    display: table;
    clear: both;
  }
  @media only screen and (max-width: 993px) {
    footer {
      height: auto;
      margin-top: 32px;
      padding: 0;
    }
  }
  footer .footernav {
    float: right;
    font-family: "futura-pt", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    max-width: 60%;
  }
  @media only screen and (max-width: 993px) {
    footer .footernav {
      display: block;
      float: none;
      line-height: 12px;
      margin: 0 auto;
      max-width: 100%;
      position: relative;
      width: 100%;
    }
  }
  footer .footernav ul {
    display: inline-block;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: normal;
  }
  @media only screen and (max-width: 993px) {
    footer .footernav ul {
      white-space: normal;
      width: 100%;
    }
  }
  footer .footernav ul li {
    display: inline-block;
    list-style: none;
    padding: 0 16px;
    text-align: center;
  }
  footer .footernav ul li:last-child {
    padding-right: 12px;
  }
  @media only screen and (max-width: 993px) {
    footer .footernav ul li:last-child {
      padding-right: 0;
    }
  }
  @media only screen and (max-width: 993px) {
    footer .footernav ul li {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 0;
    }
    footer .footernav ul li a {
      border-bottom: 1px solid #8585853d;
      display: block;
      line-height: 56px;
      height: 56px;
      width: 100%;
    }
  }
  footer .social_footer {
    list-style: none;
    left: 40px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 35px;
  }
  @media only screen and (max-width: 993px) {
    footer .social_footer {
      margin: 0;
      margin-top: 32px;
      padding: 0;
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
    }
  }
  footer .social_footer li {
    display: inline-block;
  }
  footer .social_footer li a {
    display: block;
    padding: 0 12px;
  }
  footer .social_footer li a svg {
    height: 18px;
    width: 18px;
  }
  footer .social_footer li a path,
  footer .social_footer li a circle {
    fill: #1a1a1a;
  }
  footer .social_footer li a:hover {
    color: #846e58;
  }
  footer .social_footer li a:hover path,
  footer .social_footer li a:hover circle {
    fill: #846e58;
  }
  footer cite {
    color: #1a1a1a;
    left: 32px;
    position: absolute;
    top: 32px;
    white-space: nowrap;
  }
  @media only screen and (max-width: 993px) {
    footer cite {
      clear: both;
      display: block;
      left: 0;
      padding-bottom: 32px;
      position: relative;
      width: 100%;
    }
  }
  footer cite > span {
    width: 100%;
  }
  footer cite > span a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background: url(https://assets.bigcartel.com/theme_assets/91/1.3.1/images/bc_badge.svg) no-repeat;
    border: none;
    display: block;
    height: 24px;
    width: 80px;
    margin: 0 auto;
  }
  
  #success .content {
    margin: 0 auto 64px auto;
    max-width: 800px;
    text-align: center;
    width: 100%;
  }
  #success .content p {
    padding: 0 32px;
  }
  section.content {
    *zoom: 1;
    max-width: 3000px;
    margin: 0 auto;
  }
  section.content:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content h1 {
    margin-bottom: 14px;
  }
  section.content .categories {
    margin: 10px auto;
    font-family: "futura-pt", 'Times New Roman', Times, serif;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /*max-width: 470px;*/
    max-width: 510px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0;
  }
  section.content .categories li {
    display: inline-block;
    height: 16px;
    white-space: nowrap;
  }
  section.content .categories li:after {
    content: "/";
    display: inline-block;
    padding: 0 8px;
  }
  section.content .categories li:last-child:after {
    content: "";
    padding: 0;
  }
  section.content .products_list, section.content .social {
    *zoom: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin-top: 28px;
  }
  section.content .products_list:after, section.content .social:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content .products_list.collections, section.content .social.collections {
    margin-top: 32px;
  }
  section.content .products_list li, section.content .social li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 33.33333%;
    padding-right: 5px;
    padding-left: 5px;
    /*margin-bottom: -26px;*/
    text-align: center;
  }
  section.content .products_list li:last-child, section.content .social li:last-child {
    /*margin-bottom: 32px;*/
  }
  @media only screen and (max-width: 990px) {
    section.content .products_list li:last-child, section.content .social li:last-child {
      margin-bottom: 0;
    }
  }
  @media only screen and (max-width: 990px) {
    section.content .products_list li, section.content .social li {
      width: 50%;
    }
  }
  @media only screen and (max-width: 500px) {
    section.content .products_list li, section.content .social li {
      max-width: 100%;
      margin-bottom: 16px;
      width: 100%;
    }
  }
  section.content .products_list a, section.content .social a {
    display: block;
    text-align: center;
    margin: 0 auto;
    min-height: 300px;
    color: #1a1a1a;
    max-width: 100%;
  }
  section.content .products_list a:hover, section.content .social a:hover {
    color: #846e58;
  }
  section.content .products_list a img, section.content .social a img {
    margin: 0 auto 10px auto;
    display: block;
    width: 100%;
  }
  section.content .products_list a b, section.content .products_list a i, section.content .social a b, section.content .social a i {
    font-weight: normal;
    font-family: "futura-pt", sans-serif;
    font-size: 10px;
    line-height: 19px;
    font-weight: 400;
    color: #a3927b;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: right;
    border-bottom: 0px solid #E6E6E6;
    padding-bottom: 10px;
    margin-top: -48px;
    margin-bottom: 20px;
    margin-right: 24px;
    whitespace: nowrap;
  }
  section.content .products_list a b{
    color:#745b47;
  }
  section.content .products_list a b, section.content .social a b {
    display: block;
  }
  section.content .products_list a i, section.content .products_list a em, section.content .social a i, section.content .social a em {
    display: inline-block;
    font-style: normal;
    color: #1a1a1a;
  }
  section.content .products_list h4, section.content .social h4 {
    text-align: center;
  }
  @media only screen and (max-width: 993px) {
    section.content .products_list li {
      margin-bottom: 0px;
    }
  }
  section.content .products_list li em {
    font-style: italic;
    color: #1a1a1a;
  }
  section.content .pagination {
    *zoom: 1;
    border-top: 1px solid #f2f2f2;
    display: block;
    line-height: 44px;
    margin: 0 auto 32px auto;
    max-width: 640px;
    padding-top: 32px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
  }
  section.content .pagination:after {
    content: "";
    display: table;
    clear: both;
  }
  section.content .pagination span, section.content .pagination a {
    padding: 16px;
  }
  section.content .pagination span.current, section.content .pagination a.current {
    border: 1px solid #1a1a1a;
  }
  section.content .pagination .previous svg,
  section.content .pagination .next svg {
    position: relative;
    top: -2px;
  }
  section.content .pagination .previous path,
  section.content .pagination .next path {
    fill: #1a1a1a;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  section.content .pagination .previous:hover path,
  section.content .pagination .next:hover path {
    fill: #846e58;
  }
  @media only screen and (max-width: 993px) {
    section.content .pagination .previous,
    section.content .pagination .next {
      display: none;
    }
  }
  section.content .pagination .previous svg {
    left: -2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.content .pagination .next svg {
    left: 1px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  section.content .pagination .disabled {
    display: none;
  }
  section.content .social {
    margin: 0 0 64px 0;
    padding: 0;
  }
  section.content .social li {
    padding-bottom: 0;
  }
  
  .no_results {
    text-align: center;
    margin-bottom: 128px;
  }
  #product section.content {
    *zoom: 1;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1500px;
    padding-left: 32px;
    padding-right: 32px;
  }
  #product section.content:after {
    content: "";
    display: table;
    clear: both;
  }
  #product section.content h1 {
    margin-bottom: 16px;
  }
  #product section.content h4 {
    margin: 16px auto 64px auto;
    padding: 0;
    text-align: center;
  }
  @media only screen and (max-width: 993px) {
    #product section.content h4 {
      margin: 16px auto 55px auto;
    }
  }
  #product section.content em {
    font-style: normal;
    color: #1a1a1a;
  }
  #product section.content .product_description {
    box-sizing: border-box;
    float: right;
    margin: 0 0 64px;
    padding-left: 44px;
    width: 40%;
    text-align: left;
  }
  #product section.content .product_description h1, #product section.content .product_description h2, #product section.content .product_description h3, #product section.content .product_description h5 {
    text-align: left;
    text-indent: 0;
  }
  @media only screen and (max-width: 993px) {
    #product section.content .product_description {
      float: none;
      margin-bottom: 32px;
      padding-left: 0;
      width: 100%;
    }
  }
  #product section.content .product_description small {
  }
  #product section.content .product_description p {
    margin-bottom: 40px;
    padding: 0;
    text-align: left;
  }
  #product section.content .product_description p:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  #product section.content .product_description h4 {
    border-bottom: 1px solid #f2f2f2;
    margin: 32px auto;
    padding: 16px 0;
  }
  #product section.content .product_description ul {
    margin: 0;
    padding: 0 16px;
  }
  #product section.content .product_description ul li {
    list-style-position: inside;
  }
  #product section.content .product_description .availability {
    margin: 0 0 16px 0;
    padding: 0;
  }
  #product section.content .product_description .availability li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-width: 1px 1px 0 1px;
    height: 56px;
    line-height: 56px;
    list-style: none;
    position: relative;
    text-indent: 8px;
    width: 100%;
  }
  #product section.content .product_description .availability li:last-child {
    margin-bottom: 0;
    border-width: 1px;
  }
  #product section.content .product_description .availability li span {
    display: inline-block;
    height: 56px;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    white-space: nowrap;
    z-index: 99;
  }
  #product section.content .product_description .availability li span.sold_out {
    text-decoration: line-through;
  }
  #product section.content .product_description .availability li b {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
  }
  #product section.content .product_description .availability li b b {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background-color: #f2f2f2;
    display: block;
    height: 55px;
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
  #product section.content .product_image {
    box-sizing: border-box;
    float: left;
    margin: 0 0 64px 0;
    overflow: hidden;
    width: 60%;
  }
  @media only screen and (max-width: 993px) {
    #product section.content .product_image {
      float: none;
      margin-bottom: 32px;
      width: 100%;
    }
  }
  #product section.content .product_image .default_image {
    display: block;
    width: 100%;
  }
  #product section.content .product_image .default_image img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  
  .product_photos {
    margin-top: 32px;
  }
  .product_photos .product_photo {
    display: block;
    width: 100%;
  }
  .custom section.content {
    *zoom: 1;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 2500px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 120px;
  }
  .custom section.content:after {
    content: "";
    display: table;
    clear: both;
  }
  @media only screen and (max-width: 993px) {
    .custom section.content {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  .custom section.content h1 {
    clear: both;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .custom section.content h2, .custom section.content h3, .custom section.content h4, .custom section.content h5, .custom section.content h6 {
    margin: 16px auto 32px auto;
    padding: 0;
    text-align: center;
  }
  .custom section.content p {
    margin: 0 auto 16px auto;
    margin-top: 55px;
    width: 100%;
    max-width: 800px;
  }
  .custom section.content p img {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 16px;
    max-width: 100%;
  }
  @media only screen and (max-width: 993px) {
    .custom section.content p img {
      width: 100%;
    }
  }
  .custom section.content iframe {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
  @media only screen and (max-width: 993px) {
    .custom section.content iframe {
      width: 100%;
    }
  }
  #cart section.content {
    *zoom: 1;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }
  #cart section.content:after {
    content: "";
    display: table;
    clear: both;
  }
  @media only screen and (max-width: 993px) {
    #cart section.content {
      padding-left: 16px;
      padding-right: 16px;
    }
  }
  #cart section.content h1 {
    margin-bottom: 16px;
  }
  #cart section.content h4 {
    margin: 16px auto 64px auto;
    padding: 0;
    text-align: center;
  }
  @media only screen and (max-width: 993px) {
    #cart section.content h4 {
      margin-bottom: 32px;
    }
  }
  #cart section.content p {
    margin: 0 auto 64px auto;
    max-width: 800px;
    text-align: center;
    width: 100%;
  }
  #cart section.content p strong {
    display: block;
    clear: both;
    margin-bottom: 15px;
  }
  
  .cart_form {
    margin: 0 auto;
    max-width: 800px;
  }
  .cart_form .cart_details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
  }
  .cart_form .cart_details:after {
    content: "";
    display: table;
    clear: both;
  }
  .cart_form .cart_details li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    height: 144px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    overflow: hidden;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li {
      max-height: 72px;
      margin-bottom: 16px;
      padding-bottom: 16px;
    }
  }
  .cart_form .cart_details li a.product_image {
    display: inline;
    float: left;
    margin-right: 32px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cart_form .cart_details li a.product_image img {
    float: left;
    max-height: 144px;
    max-width: 120px;
    width: auto;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li a.product_image img {
      display: none;
    }
  }
  .cart_form .cart_details li .product_details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    font-style: normal;
    height: 144px;
    letter-spacing: 0px;
    margin: 0;
    max-width: 350px;
    padding: 0;
    text-transform: normal;
    width: auto;
  }
  .cart_form .cart_details li .product_details a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li .product_details {
      height: 72px;
      width: 50%;
    }
  }
  .cart_form .cart_details li .product_details a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
  .cart_form .cart_details li .product_details a em {
    display: block;
    font-style: normal;
  }
  .cart_form .cart_details li .product_actions {
    display: block;
    float: right;
    height: 144px;
    line-height: 144px;
    width: 224px;
    text-align: right;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li .product_actions {
      width: 50%;
      max-height: 72px;
      line-height: 72px;
    }
  }
  .cart_form .cart_details li .product_actions div {
    display: inline-block;
  }
  .cart_form .cart_details li .product_actions div.quantity {
    width: 88px;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li .product_actions div.quantity {
      width: 56px;
    }
  }
  .cart_form .cart_details li .product_actions div.quantity input[type='text'] {
    height: 56px;
    text-align: center;
    text-indent: 0;
    width: 56px;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li .product_actions div.quantity input[type='text'] {
      height: 48px;
      width: 48px;
    }
  }
  .cart_form .cart_details li .product_actions div.price {
    width: 80px;
  }
  .cart_form .cart_details li .product_actions div.remove {
    cursor: pointer;
    width: 36px;
    text-align: center;
  }
  .cart_form .cart_details li .product_actions div.remove svg {
    cursor: pointer;
    position: relative;
    top: 2px;
  }
  .cart_form .cart_details li .product_actions div.remove path {
    fill: #1a1a1a;
  }
  .cart_form .cart_details li .product_actions div:hover svg path {
    fill: #846e58;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_details li .product_actions div:hover svg path {
      width: 10px;
    }
  }
  .cart_form .cart_details li .product_actions div:hover svg path a {
    display: inline;
  }
  .cart_form .cart_options {
    *zoom: 1;
    list-style: none;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
    height: 128px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f2f2f2;
  }
  .cart_form .cart_options:after {
    content: "";
    display: table;
    clear: both;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options {
      height: auto;
      padding-bottom: 0;
    }
  }
  .cart_form .cart_options li {
    float: left;
    width: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options li {
      float: none;
      width: 100%;
      position: relative;
      top: auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
    }
  }
  .cart_form .cart_options li label {
    display: block;
    margin-bottom: 15px;
  }
  .cart_form .cart_options li .select {
    position: relative;
    width: 85%;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options li .select {
      width: 100%;
    }
  }
  .cart_form .cart_options li .select svg {
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -2px;
  }
  .cart_form .cart_options li .select path {
    fill: #1a1a1a;
  }
  .cart_form .cart_options li .select:hover path {
    fill: #ffffff;
  }
  .cart_form .cart_options li input {
    height: 56px;
    width: 85%;
    margin-top: 10px;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options li input {
      width: 100%;
    }
  }
  .cart_form .cart_options li div {
    margin-bottom: 15px;
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options li div {
      text-align: left;
    }
  }
  .cart_form .cart_options li div > span {
    width: 150px;
    margin-left: 30px;
    display: inline-block;
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_options li div > span {
      width: auto;
      margin: 0;
      float: right;
    }
  }
  @media only screen and (max-width: 993px) {
    .cart_form .cart_totals {
      margin: 15px 0;
    }
  }
  .cart_form button {
    display: block;
    margin: 64px auto 64px auto;
    max-width: 320px;
  }
  @media only screen and (max-width: 993px) {
    .cart_form button {
      margin: 32px auto 32px auto;
      max-width: 100%;
    }
  }
  #contact section.content {
    *zoom: 1;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1280px;
    padding-left: 32px;
    padding-right: 32px;
  }
  #contact section.content:after {
    content: "";
    display: table;
    clear: both;
  }
  #contact section.content h1 {
    margin: 0 auto 32px auto;
    clear: both;
    margin-bottom: 60px;
    margin-top: 20px;
  }
  #contact .contact {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
  }
  #contact .contact li {
    border-bottom: 1px solid #f2f2f2;
    display: block;
    margin: 32px auto;
    padding-bottom: 32px;
    position: relative;
    overflow: hidden;
  }
  #contact .contact li > div {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 55%;
  }
  @media only screen and (max-width: 993px) {
    #contact .contact li > div {
      width: 100%;
    }
  }
  #contact .contact li > div input[type='text'] {
    padding-right: 143px;
    width: 100%;
  }
  @media only screen and (max-width: 993px) {
    #contact .contact li {
      margin: 0;
    }
  }
  #contact .contact li label {
    display: block;
    float: left;
    line-height: 56px;
    margin-right: 32px;
    text-align: right;
    width: 20%;
  }
  @media only screen and (max-width: 993px) {
    #contact .contact li label {
      clear: both;
      margin: 0;
      text-align: left;
      width: 100%;
    }
  }
  #contact .contact li input[type='text'], #contact .contact li textarea {
    display: block;
    float: left;
    height: 56px;
    width: 55%;
  }
  @media only screen and (max-width: 993px) {
    #contact .contact li input[type='text'], #contact .contact li textarea {
      width: 100%;
    }
  }
  #contact .contact li span {
    overflow: hidden;
    *zoom: 1;
    display: inline-block;
    margin-top: 16px;
    white-space: nowrap;
  }
  #contact .contact li .captcha_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    *zoom: 1;
    border: 1px solid #1a1a1a;
    display: block;
    height: 56px;
    right: 0;
    max-width: 128px;
    position: absolute;
    text-align: center;
  }
  #contact .contact li .captcha_image img {
    display: block;
  }
  #contact .contact li textarea {
    height: 256px;
    padding-top: 16px;
  }
  #contact button {
    display: block;
    margin: 64px auto 64px auto;
    max-width: 320px;
  }
  .search {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    background-color: rgba(0, 0, 0, 0.95);
    display: none;
    height: 100%;
    left: 0;
    padding-top: 10%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  @media only screen and (max-width: 993px) {
    .search {
      padding-top: 25%;
    }
  }
  .search path {
    fill: white;
  }
  .search input {
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 15px;
    background: #222222;
    font-size: 1.5em;
  }
  .search input:focus {
    border: none;
    color: white;
  }
  .search input::-moz-placeholder {
    color: #cccccc;
  }
  .search input::-webkit-input-placeholder {
    color: #cccccc;
  }
  .search input:-ms-input-placeholder {
    color: #cccccc;
  }
  .search a {
    position: fixed;
    right: 65px;
    top: 37px;
  }
  .search a:hover {
    opacity: 0.6;
  }
  @media only screen and (max-width: 993px) {
    .search a {
      right: 15px;
    }
  }
  /* ------------------------------------------------------------------------------------------------
   *
   * This is where all of the CSS code is handled for your theme.
   *
   * We recommend you break your CSS into multiple files and put them in a separate
   * directory. We've used a "stylesheets" directory in our example below. After that we'll use
   * Sprockets (getsprockets.org) to package them into one file. Sprockets also allows you to
   * use Sass/SCSS (sass-lang.com) by ending your file name with .sass or .scss, and you can also
   * use LESS (lesscss.org) by ending your file with .less.
   *
   * However, if you don't have much CSS, or you're just a glutton for punishment,
   * you could simply put all of your CSS in this file. It's up to you.
   *
   * ------------------------------------------------------------------------------------------------
   */
  
  /*
   * Here we're including a 3rd-party stylesheet we put in stylesheets/vendor written in normal CSS,
   * as well as a few custom Sass stylesheets we've written for different areas of the store
   *
  
  
  
  
  
  
  
  
  
   *
   */