/*============================================================================
  Classic | A theme by Shopify
  Built on Timber v2.0.0
==============================================================================*/
/*================ Variables, theme settings, and Sass mixins from Timber ================*/
/*================ Global | Sass Mixins ================*/
/*============================================================================
  Dependency-free breakpoint mixin
    - http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/
==============================================================================*/
/*================ The following are dependencies of csswizardry grid ================*/
/*================ Color variables ================*/
/*================ Typography variables ================*/
/*================ Vendor-specific styles ================*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: white;
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: gray;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

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

.mfp-close:active {
  top: 1px; }

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

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

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

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

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

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

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

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

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

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

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

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

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

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

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

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

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

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

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

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

/*================ Theme-specific partials ================*/
h1, .h1 {
  font-size: 2em;
  line-height: 1.2; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.3; }

h3, .h3 {
  font-size: 1.375em;
  line-height: 1.4; }

h4, .h4,
.tags {
  font-size: 1em;
  line-height: 1.6; }

h4, .h4 {
  font-size: 1em;
  font-weight: bold; }

h5, .h5 {
  font-size: 1em;
  line-height: 1.6; }

h6, .h6 {
  font-size: 0.875em;
  line-height: 1.7; }

/*================ Footer ================*/
.site-footer p,
.site-footer li,
.site-footer .rte,
.site-footer input {
  font-size: 0.8em; }

.main-content {
  margin-top: 15px; }
  .template-index .main-content {
    margin-top: 0; }

/* @if ($colorBody == $colorFooterBg) or ($colorFooterBg == rgba(0,0,0,0))  {
  .main-content {
    padding-bottom: 0;
    
    &:after {
      content: '';
      display: block;
      padding-top: $gutter * 2;
      //border-bottom: 1px solid $colorBorder;
    }
  }
} */
/*================ Module-specific styles ================*/
.header-bar {
  *zoom: 1;
  font-family: "PT Serif", serif;
  font-size: 0.875em;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  background-color: white !important; }
  .header-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar {
      text-align: right;
      padding-top: 8px;
      padding-bottom: 8px; } }
  .header-bar a,
  .header-bar button {
    color: white; }
    .header-bar a:hover, .header-bar a:active, .header-bar a:focus,
    .header-bar button:hover,
    .header-bar button:active,
    .header-bar button:focus {
      outline-color: white; }
  .header-bar .inline-list {
    margin-bottom: 0; }
    .header-bar .inline-list li {
      margin-bottom: 0; }

@media screen and (min-width: 769px) {
  .header-bar__left {
    text-align: left;
    width: 33.33%; }

  .header-bar__right {
    width: 66.66%; } }
.header-bar__module {
  margin-bottom: 15px; }
  .header-bar__right .header-bar__module:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .header-bar__module {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-bottom: 0; } }

.header-bar__module--list {
  list-style: none;
  margin: 0; }
  .header-bar__module--list li {
    display: inline-block;
    margin: 0; }
    .header-bar__module--list li + li {
      margin-left: 6px; }

.cart-page-link {
  display: inline-block;
  text-transform: uppercase; }

.header-bar__cart-icon {
  font-size: 1.4em;
  margin-right: 4px; }

.hidden-count {
  display: none; }

.header-bar__sep {
  display: none; }
  @media screen and (min-width: 769px) {
    .header-bar__sep {
      color: white;
      opacity: 0.4;
      display: inline-block;
      padding: 0 10px; } }

.header-bar__search {
  *zoom: 1;
  position: relative;
  background-color: transparent;
  border: 0 none;
  border-radius: 2px;
  min-width: 100px; }
  .header-bar__search:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 769px) {
    .header-bar__search {
      max-width: 160px;
      margin-left: 20px; }
      .header-bar__search:first-of-type {
        margin-left: 0; } }
  @media screen and (max-width: 768px) {
    .header-bar__search {
      margin: 12px 30px; } }
  @media screen and (max-width: 480px) {
    .header-bar__search {
      margin: 12px 15px; } }
  .header-bar__search form,
  .header-bar__search input,
  .header-bar__search button {
    margin-bottom: 0; }

.header-bar__search-input[type="search"] {
  display: block;
  width: 60%;
  float: right;
  background: transparent;
  border-color: white;
  padding: 5px 0;
  color: white; }
  .header-bar__search-input[type="search"]:focus {
    background: white;
    border-color: transparent;
    color: black; }

.header-bar__search-submit {
  position: absolute;
  display: block;
  float: left;
  width: 40%;
  font-size: 16px;
  padding: 4px 0; }

.supports-fontface .header-bar__search-submit {
  width: 20%; }
.supports-fontface .header-bar__search-input[type="search"] {
  width: 100%;
  padding-left: 30px; }
@media screen and (max-width: 768px) {
  .supports-fontface .header-bar__search-form {
    position: relative; }
  .supports-fontface .header-bar__search-submit {
    width: 35px;
    position: absolute;
    top: 0;
    left: 0; }
  .supports-fontface .header-bar__search-input[type="search"] {
    width: 100%;
    padding-left: 35px; } }

.header-bar__search .btn,
.header-bar__search .btn:hover,
.header-bar__search .btn:focus {
  background: transparent;
  color: #777; }

/*@if ( ($colorTopBar == $colorBody) or ($colorTopBar == rgba(0,0,0,0)) ) {
  .header-bar__search-input::-webkit-input-placeholder {
    color: $colorTopBarText;
  }
  .header-bar__search-input::-moz-placeholder {
    color: $colorTopBarText;
  }
  .header-bar__search-input:-ms-input-placeholder {
    color: $colorTopBarText;
  }
  .header-bar__search-input[type="search"] {
    background-color: rgba(0,0,0,0.03);
  }
  .header-bar__search:first-of-type .header-bar__search-input[type="search"] {
    background-color: transparent;
  }
  .header-bar__search:first-of-type .header-bar__search-input[type="search"]:focus {
    background-color: rgba(0,0,0,0.03);
  }
}*/
/*================ Module | Grid Link ================*/
.grid-link__container {
  margin-bottom: -30px;
  /*   .grid-link__image {
         opacity: 0.8 !important;
        filter: alpha(opacity=80) !important; 
      } */ }
  .grid-link__container .grid-link__image-centered {
    /*        opacity: 0.8 !important;
          filter: alpha(opacity=80) !important;  */ }

/* .grid__item.wide--one-third.large--one-third.medium-down--one-half{
  img {
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
  }
}
.grid__item.wide--one-third.large--one-third.medium-down--one-half{
  img:hover {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
  }
} */
.grid-link,
.grid-link--focus {
  position: relative;
  display: block;
  padding-bottom: 30px;
  line-height: 1.3; }
  .grid-link:hover, .grid-link:active,
  .grid-link--focus:hover,
  .grid-link--focus:active {
    /*     .grid-link__image {
          opacity: 1 !important;
          filter: alpha(opacity=100) !important;
          transition: opacity .25s ease-in-out;
          -moz-transition: opacity .25s ease-in-out;
          -webkit-transition: opacity .25s ease-in-out;
          -o-transition: opacity .25s ease-in-out;
          -ms-transition: opacity .25s ease-in-out;
        } */ }
    .grid-link:hover .grid-link__image-centered, .grid-link:active .grid-link__image-centered,
    .grid-link--focus:hover .grid-link__image-centered,
    .grid-link--focus:active .grid-link__image-centered {
      /*       opacity: 1 !important;
            filter: alpha(opacity=100) !important; */
      /*       transition: opacity .25s ease-in-out;
            -moz-transition: opacity .25s ease-in-out;
            -webkit-transition: opacity .25s ease-in-out;
            -o-transition: opacity .25s ease-in-out;
            -ms-transition: opacity .25s ease-in-out; */ }
    .grid-link:hover .grid-link__title, .grid-link:active .grid-link__title,
    .grid-link--focus:hover .grid-link__title,
    .grid-link--focus:active .grid-link__title {
      /*   	  color: #c2964e !important; */
      color: white !important;
      /*       transition: color .25s ease-in-out;
            -moz-transition: color .25s ease-in-out;
           -webkit-transition: color .25s ease-in-out;
            -o-transition: color .25s ease-in-out;
            -ms-transition: color .25s ease-in-out; */ }

.grid-link--focus {
  padding: 20px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px; }
  .grid-link--focus:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0); }
  .grid-link--focus:hover, .grid-link--focus:active {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.grid-link__image {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto 10px; }
  .grid-link__image img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .list-view__product .grid-link__image {
    min-width: 130px; }

.grid-link__image-centered {
  display: block;
  vertical-align: middle;
  background-size: cover;
  overflow: hidden;
  max-height: auto;
  margin-bottom: 10px; }
  .grid-link__image-centered > img {
    width: 380px; }

.grid-link__image.grid-link__image--product {
  display: inline;
  max-height: auto; }

.grid-link__title,
.grid-link__meta {
  position: relative;
  margin-bottom: 5px; }

.grid-link__title {
  font-family: 'Adamina', serif;
  /*   letter-spacing: 1px;
    
    font-size: 85%; */
  /*   color: $colorTextBody; */
  color: grey;
  font-size: .8em;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: center; }

.grid-link__vendor {
  font-size: .85em;
  font-weight: normal; }

.grid-link__meta {
  font-size: .8em;
  line-height: 1.2;
  color: #9a9a9a;
  text-align: center; }
  .grid-link__meta .money {
    color: #c2964e; }

.grid-link__sale_price {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.list-view__product {
  border-bottom: 1px solid #555555;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.badge {
  display: table;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #c2964e;
  color: white;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 0.75em;
  line-height: 1.1;
  z-index: 10; }

.badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: gray;
  color: white; }

.badge--sale {
  top: -12px;
  right: -12px; }

.badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0; }

.badge__text--small {
  font-size: 8px;
  padding-top: 0; }

.mobile-nav-trigger,
.mobile-cart-page-link {
  text-transform: uppercase; }
  .mobile-nav-trigger .icon,
  .mobile-cart-page-link .icon {
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-right: 4px; }

.mobile-nav-trigger {
  display: block;
  float: left;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0; }
  .mobile-nav-trigger .icon {
    font-size: 1.4em; }

.mobile-cart-page-link {
  display: block;
  float: right; }
  .mobile-cart-page-link .header-bar__cart-icon {
    font-size: 1.4em; }
  .mobile-cart-page-link .cart-count:before {
    display: inline;
    content: "("; }
  .mobile-cart-page-link .cart-count:after {
    display: inline;
    content: ")"; }

.mobile-nav {
  display: none;
  list-style: none;
  text-align: left;
  margin: 0; }
  .mobile-nav li {
    margin: 0; }

.mobile-nav__link {
  display: block;
  border-bottom: 1px solid white;
  border-color: rgba(255, 255, 255, 0.2);
  /*================ Can't always control anchor markup to add a class ================*/ }
  .mobile-nav__link > a {
    color: #a93439 !important;
    display: block;
    padding: 12px 15px;
    font-size: 0.9375em;
    font-family: "PT Serif", serif;
    font-weight: 400;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .mobile-nav__link > a {
        padding-left: 30px;
        padding-right: 30px; } }
    .mobile-nav__link > a:hover {
      opacity: 1;
      color: #c2964e; }

.mobile-nav__sublist-expand,
.mobile-nav__sublist-contract {
  display: inline-block;
  font-size: 0.6em;
  vertical-align: middle;
  margin: -2px 0 0 4px; }

.mobile-nav__sublist-contract {
  display: none; }

.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-contract {
  display: inline-block; }
.mobile-nav__sublist-trigger.is-active .mobile-nav__sublist-expand {
  display: none; }

.mobile-nav__sublist {
  list-style: none;
  margin: 0;
  display: none;
  background-color: transparent; }
  .mobile-nav__sublist .mobile-nav__sublist {
    margin-left: 15px; }
    .mobile-nav__sublist .mobile-nav__sublist .mobile-nav__sublist-link a {
      border-top: none; }

.mobile-nav__sublist-link a {
  display: block;
  padding: 12px 15px;
  color: gray;
  /*     color: #a93439 !important; */
  font-size: 0.9375em;
  font-family: "PT Serif", serif;
  border-top: 1px solid #555555;
  border-top-color: rgba(255, 255, 255, 0.2);
  padding-left: 40px !important; }
  @media screen and (min-width: 480px) {
    .mobile-nav__sublist-link a {
      padding-left: 30px;
      padding-right: 30px; } }
  .mobile-nav__sublist-link a:hover {
    opacity: 1;
    color: #c2964e; }

/*================ Module | Promo images ================*/
.promo-images .grid__item {
  margin-top: -5%;
  margin-bottom: 15px;
  margin-left: -15%;
  width: 130%; }

/*============================================================================
  #FlexSlider
    - jQuery FlexSlider v2.2.0 | http://www.woothemes.com/flexslider/
    - Contributing author: Tyler Smith (@mbmufffin)
==============================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider li {
  margin: 0;
  max-width: 100%; }

.flexslider .slides > li {
  display: none;
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  margin: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flexslider .slides img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.slides {
  *zoom: 1; }
  .slides:after {
    content: "";
    display: table;
    clear: both; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/*================ No JS Fallback ================*/
.no-js .slides > li:first-child {
  display: block; }

.flexslider {
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/*================ Direction Nav ================*/
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.4s;
  -moz-transition: all 0.3s ease 0.4s;
  -ms-transition: all 0.3s ease 0.4s;
  -o-transition: all 0.3s ease 0.4s;
  transition: all 0.3s ease 0.4s; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a {
  text-indent: -9999px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 20px auto;
  /*================ Hide SVG arrows in oldIE ================*/ }
  .lte-ie9 .flex-direction-nav a {
    display: none; }
  .flex-direction-nav a.flex-prev {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0xOC43LDBMMCwxOS43TDE4LjcsNDBjMCwwLDUuMi0xLDMuMS0zLjFTNS43LDE5LjcsNS43LDE5LjdzMTQtMTQuNSwxNi4xLTE2LjZTMTguNywwLDE4LjcsMHoiLz4NCjwvc3ZnPg0K");
    background-position: center center; }
  .flex-direction-nav a.flex-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjIuM3B4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4zIDQwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMi4zIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNEM0QzRDMiIGQ9Ik0wLjUsMy4xYzIuMSwyLjEsMTYuMSwxNi42LDE2LjEsMTYuNlMyLjYsMzQuOCwwLjUsMzYuOVMzLjYsNDAsMy42LDQwbDE4LjctMjAuM0wzLjYsMEMzLjYsMC0xLjYsMSwwLjUsMy4xDQoJeiIvPg0KPC9zdmc+DQo=");
    background-position: center center; }

/*================ Control Nav ================*/
.flex-control-nav {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 2; }
  .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle; }

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background-color: #ededed;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 2px solid #fff; }
  .flex-control-paging li a:hover {
    background-color: #333; }
  .flex-control-paging li a.flex-active {
    background-color: #fff;
    border-color: #c2964e;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flex-direction-nav .flex-prev {
  left: 20px; }

.flex-direction-nav .flex-next {
  right: 20px; }

.flexslider:hover .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

/*================ Custom Flexslider Styles ================*/
.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.slide-link {
  display: block; }
  .slide-link img {
    display: block; }

/*================ View-specific styles ================*/
/*============= Templates | Password page =============*/
.template-password {
  height: 100vh;
  text-align: center; }

.password-page__wrapper {
  display: table;
  height: 100%;
  width: 100%;
  background-image: url(//cdn.shopify.com/s/files/1/0979/2948/t/28/assets/password-page-background.jpg?v=12987344696580752000);
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff; }
  .password-page__wrapper a {
    color: inherit; }
  .password-page__wrapper hr {
    padding: 15px 0;
    margin: 0 auto;
    max-width: 60px;
    border-color: inherit; }
  .password-page__wrapper .social-sharing a {
    color: #fff; }
  .password-page__wrapper .social-sharing.is-clean a {
    color: #333;
    background: #fff; }
    .password-page__wrapper .social-sharing.is-clean a:hover {
      background: #ececec; }

.password-page__header {
  display: table-row;
  height: 1px; }

.password-page__header__inner {
  display: table-cell;
  padding: 15px 30px; }

.password-page__logo {
  margin-top: 90px;
  color: inherit; }
  .password-page__logo .logo {
    width: 450px;
    max-width: 100%; }

.password-page__main {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.password-page__main__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 30px; }

.password-page__hero {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 2.625em;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: optimizeLegibility; }
  @media screen and (min-width: 481px) {
    .password-page__hero {
      font-size: 3.75em; } }
  @media screen and (min-width: 769px) {
    .password-page__hero {
      font-size: 4em; } }

.password-page__message {
  font-style: italic;
  font-size: 120%; }
  .password-page__message img {
    max-width: 100%; }

.password-page__message,
.password-page__login-form,
.password-page__signup-form {
  max-width: 500px;
  margin: 0 auto; }

.password-page__message,
.password-page__login-form {
  text-align: center;
  padding: 30px; }

@media screen and (min-width: 480px) {
  .password-page__login-form,
  .password-page__signup-form {
    padding: 0 30px; } }
.password-page__login-form .input-group,
.password-page__signup-form .input-group {
  width: 100%; }
.password-page__login-form .errors ul,
.password-page__signup-form .errors ul {
  list-style-type: none;
  margin-left: 0; }

@media screen and (max-width: 480px) {
  .password-page__login-form__submit-text--large {
    display: none; }

  .password-page__login-form__submit-text--small {
    display: block; } }
@media screen and (min-width: 481px) {
  .password-page__login-form__submit-text--large {
    display: block; }

  .password-page__login-form__submit-text--small {
    display: none; } }
.lt-ie9 .template-password .newsletter__submit-text--small,
.lt-ie9 .template-password .password-page__login-form__submit-text--small {
  display: none !important; }

.password-page__social-sharing {
  margin-top: 30px; }

.password-login,
.admin-login {
  margin-top: 15px; }
  .password-login a:hover,
  .admin-login a:hover {
    color: inherit; }

.password-login {
  font-family: "PT Serif", serif;
  font-size: 0.875em;
  line-height: 14px; }

.lock-icon-svg {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: baseline;
  /* Hiding the SVG logo in IE8 */ }
  .lock-icon-svg path {
    fill: currentColor; }
  .lt-ie9 .lock-icon-svg {
    display: none; }

.admin-login {
  font-size: 95%; }

.password-page__footer {
  display: table-row;
  height: 1px;
  color: inherit; }

.password-page__footer_inner {
  display: table-cell;
  vertical-align: bottom;
  padding: 30px;
  line-height: 24px;
  font-size: 95%; }

.shopify-link {
  color: inherit; }
  .shopify-link:hover {
    color: inherit; }

.shopify-logo-svg {
  width: 82.28571px;
  height: 24px;
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  /* Hiding the SVG logo in IE8, we show the word 'Shopify' instead */ }
  .shopify-logo-svg path {
    fill: currentColor; }
  .lt-ie9 .shopify-logo-svg {
    display: none; }

/* =========
   Hiding the word 'Shopify' but not from screen readers.
   IE8 does not support SVG, so in it we hide the logo and show the word.
   To target all browsers except IE8, we use the class 'modern',
   which needs to be added to the html element.
   ========= */
.modern .shopify-name {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }

.modalDialog {
  position: fixed;
  font-family: PTSerif, Helvetica, serif;
  font-size: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > div {
  width: 300px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #555; }

/* Design change on September 18, 2015 by Sami at Shopify */
.site-nav {
  width: 100%; }

/* Added by Kevin Schaeken at Shopify September 21 2015 */
.promo-images .grid__item {
  margin-left: 0;
  width: 100%; }

.MagicThumb-swap {
  vertical-align: top;
  width: 119px;
  height: 119px;
  overflow: hidden;
  margin: 1 auto !important; }

.MagicThumb-swap img {
  max-height: 150%;
  max-width: 150%;
  object-fit: cover;
  margin: auto; }

.grid-link:hover .grid-link__title {
  color: #c2964e; }

.product-sku {
  color: #848484; }

.grid-link__meta {
  color: #c2964e; }

.product-single__prices {
  font-size: 80%; }

.grid__item.post-large--one-half .product-description.rte {
  font-family: 'Adamina', serif;
  font-weight: 100;
  font-size: 0.9em;
  line-height: 140%; }
.grid__item.post-large--one-half .sku_number {
  color: #848484; }
.grid__item.post-large--one-half .tabs {
  font-family: 'Adamina', serif;
  line-height: 120%;
  font-size: 0.9em;
  padding-top: 25px;
  margin-left: 11px; }

/*    .grid__item.search-result.post-large--one-quarter.medium--one-third.small--one-half>h5 {
      font-size: 90%;
     margin-bottom: 0px;
     //color: white;
  }  */
.grid__item.search-result > h5, .grid__item.search-result > .h5 {
  font-size: 90%;
  margin-bottom: 0px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.product_name_mobile_view {
  display: none; }

@media all and (max-width: 768px) {
  .site-header {
    position: absolute;
    z-index: 9998;
    width: 100%;
    /*     background: #000000; */
    background: white;
    padding-bottom: 45px;
    top: -20px;
    border-bottom-style: solid;
    border-bottom-color: #676767;
    border-bottom-width: 1px;
    /*     margin-left: auto; 
        margin-right: auto;  */ }
    .site-header .h1.site-header__logo {
      /*       text-align:center;
             padding-left: 25px; 
            padding-right: 20px;  */ }
      .site-header .h1.site-header__logo img {
        display: block;
        margin-left: auto;
        margin-right: auto; }

  .wrapper.post-large--hide {
    position: absolute;
    z-index: 9999;
    width: 100%;
    margin-top: 62px;
    height: 10px !important;
    margin-left: auto;
    margin-right: auto; }
    .wrapper.post-large--hide .mobile-nav-trigger {
      left: 0;
      width: 100%;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      padding-left: 7px;
      top: -20px; }

  .mobile-nav.post-large--hide {
    border: none; }

  .wrapper.main-content {
    margin-top: 90px; }

  .product_name_mobile_view {
    display: block;
    visibility: visible; } }
.mobile-nav-trigger:focus, input:focus {
  outline: 0; }

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

/* .accordion {
  margin: auto;
}

.accordion label {
    position: relative;
    display: block;
    cursor: pointer;
    color: #888;
    line-height: 24px;
    font-size: 13px;
  font-weight: 100;
    background: #000000;
}
  
.accordion .article.enquiry label {

    position: relative;
    display: block;
    color: #888;
    line-height: 33px;
    font-size: 13px;
    background: #000000;

} */
/* .accordion .article.enquiry input {

     position: relative;
    display: block;

    color: #888;
    line-height: 33px;
    font-size: 13px;
    background: #000000; 


} */
/* .accordiantest .article.enquiry .submit.action_button{

  background: #4e4e4e;

  color: white;
  border-width: 1px; 
    border-style: solid; 

}
.accordiantest .article.enquiry .submit.action_button:hover{

  background: #966d58;

}
  
.accordion label:hover {
  color: #c2964e;

}

.accordion input + label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transform: all 0.3s ease-in-out;
}
.accordion input:checked + label,
.accordion input:checked + label:hover {
    color: #c2964e;
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}
.accordion input {
   display: none;
} */
.article.enquiry {
  font-size: 12px;
  background: black;
  /* 	-webkit-transition: max-height 0.4s ease-in-out;
  	-moz-transition: max-height 0.4s ease-in-out;
  	transition: max-height 0.4s ease-in-out; */ }

.article_enquiry_contact_form {
  margin-top: 12px; }
  .article_enquiry_contact_form h2, .article_enquiry_contact_form .h2 {
    margin-top: 10px !important; }
  .article_enquiry_contact_form > p {
    font-size: 12px;
    color: #e9e9e9; }

.product-description > p {
  font-family: PTSerif, Helvetica, serif;
  font-weight: 100;
  font-size: 14px;
  font-style: normal; }

.accordian_bottom_padding {
  position: relative;
  height: 50px; }

.grid__item.wide--one-quarter.large--one-half.medium-down--one-half p {
  text-align: center; }

.nav_downarrow {
  text-align: center; }

.accordion_sitenav {
  margin: auto;
  text-align: center !important; }

.accordion_sitenav .delivery_heading_down label {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto; }

.accordion_sitenav .delivery_heading_up label {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important; }

.accordion_sitenav label {
  position: relative;
  display: absolute;
  margin-top: 25px;
  cursor: pointer;
  color: #d1d1d1;
  line-height: 24px;
  font-size: 13px;
  font-weight: 100;
  background: transparent;
  text-align: center !important;
  width: 20px; }

.accordion_sitenav label:hover {
  color: #c2964e;
  transition: color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out; }

.accordion_sitenav input + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: all 0.3s ease-in-out;
  -moz-transform: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out; }

.accordion_sitenav input:checked + label,
.accordion_sitenav input:checked + label:hover {
  color: #c2964e;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1); }

.accordion_sitenav input {
  display: none; }

/* .accordion_sitenav input:checked ~ .article.delivery {
    max-height: 75px;
    overflow: visible;
    opacity: 1;
} */
.accordion_sitenav input:checked ~ .delivery_heading_up {
  display: block;
  max-height: 100;
  text-align: center; }

.accordion_sitenav input:checked ~ .delivery_heading_down {
  display: none;
  text-align: center; }

.accordion_sitenav .delivery_heading_up {
  display: none;
  text-align: center; }

.accordion_sitenav .delivery_heading_down {
  display: block;
  text-align: center; }

/* .accordion_sitenav .article.delivery {
  
    background: transparent;
    overflow: hidden;
  	max-height: 0;
    margin-top: -25px;
    opacity: 0;

	-webkit-transition: max-height 0.8s, opacity 0.3s ease-in-out;
	-moz-transition: max-height 0.8s, opacity 0.3s  ease-in-out;
	transition: max-height 0.8s, opacity 0.3s  ease-in-out;

}  */
.accordion_footer {
  margin: auto;
  display: none; }

.accordion_footer label {
  display: none; }

.accordion_footer label:hover {
  color: #fff; }

.accordion_footer input + label {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: all 0.3s ease-in-out;
  -moz-transform: all 0.3s ease-in-out;
  -o-transform: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transform: all 0.3s ease-in-out; }

.accordion_footer input:checked + label,
.accordion_footer input:checked + label:hover {
  color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3), 0px 2px 2px rgba(0, 0, 0, 0.1); }

.accordion_footer input {
  display: none; }

.accordion_footer input:checked ~ .article_footer {
  max-height: 175px;
  overflow: visible;
  opacity: 1; }

.accordion_footer .article_footer {
  background: black;
  /*     overflow: hidden;
      max-height: 0;
      opacity: 0;  */ }

.accordion_footer .article_footer.index {
  background: transparent;
  /*     overflow: hidden;
      max-height: 0;
      opacity: 0;  */ }

.wrapper.main-content.footer {
  /*   background:black; */
  background: white; }

.wrapper.main-content.footer.index {
  background: transparent; }

@media all and (max-width: 768px) {
  .accordionsitenav {
    display: none; }

  .accordion_footer {
    display: none; }

  .wrapper.main-content.center.footer {
    display: none; }

  .copyright_footer {
    display: none; }

  .sidebar.grid__item.post-large--two-fifths.twittertimeline {
    text-align: left !important; } }
.sidebar.grid__item.post-large--two-fifths.twittertimeline {
  text-align: right;
  margin-top: 26px; }

.btn.icon-fallback-text {
  background: transparent; }

.error_text {
  margin-top: 50px;
  text-align: center; }

.btn.icon-fallback-text.searchbar {
  border-style: solid;
  border-width: 1px;
  border-color: white;
  height: 30px;
  font-size: 10px; }

.inline-list.social-icons > span {
  font-size: 3.5em; }

.input-group.search-bar {
  margin: 0 auto; }

.site-footer.small--text-center {
  /*   display: block;
    height: 75px;
    margin-top: 25px; */ }

.grid-uniform.search_results {
  margin-top: 50px; }

.grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half {
  display: block;
  vertical-align: middle;
  background-size: cover;
  overflow: hidden;
  max-height: auto;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto; }
  .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > a > img {
    width: 380px;
    /*     opacity: 0.8 !important;
        filter: alpha(opacity=80) !important; */
    text-align: center;
    margin: 0 auto; }
  .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > h5 > a, .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > .h5 > a {
    position: relative;
    margin-bottom: 0;
    font-family: 'Adamina', serif;
    color: white;
    font-size: .8em;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 400; }
  .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > h6, .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > .h6 {
    position: relative;
    margin-bottom: 40px;
    margin-top: -15px;
    font-family: 'Adamina', serif;
    color: #c2964e;
    font-size: .7em;
    line-height: 1.2; }

.grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half:hover > a > img {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  /*     transition: opacity .25s ease-in-out;
      -moz-transition: opacity .25s ease-in-out;
      -webkit-transition: opacity .25s ease-in-out;
      -o-transition: opacity .25s ease-in-out;
      -ms-transition: opacity .25s ease-in-out; */ }
.grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half:hover > h5 > a, .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half:hover > .h5 > a {
  color: #c2964e;
  /*     transition: color .25s ease-in-out;
      -moz-transition: color .25s ease-in-out;
      -webkit-transition: color .25s ease-in-out;
      -o-transition: color .25s ease-in-out;
      -ms-transition: color .25s ease-in-out; */ }

.product_description_top {
  margin-bottom: 35px; }

/* @media all and (max-width: 919px) {
  .site-nav__dropdown_index{
    overflow: hidden;
  }
} */
.grid__item.text-center.one-eighth.cart_footer {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  padding: 0 !important; }
  .grid__item.text-center.one-eighth.cart_footer .header-bar__module {
    text-align: center;
    margin-left: -30px; }
  .grid__item.text-center.one-eighth.cart_footer .header-bar__module > a {
    text-align: center;
    color: white;
    letter-spacing: 0.1em;
    font-size: .8em; }

.grid__item.text-center.one-eighth.cart_footer:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

/* .grid__item.text-center.one-eighth.search_bar{
  
  opacity: 0.7;
  filter: alpha(opacity=70); 
  .header-bar__module{
    text-align: center;
  }
  .header-bar__module >a{
    color: white;
    letter-spacing: 0.1em;
    font-size: .8em;
  }
  padding: 0 !important;

}
.grid__item.text-center.one-eighth.search_bar:hover{
  opacity: 1;
  filter: alpha(opacity=100); 
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
} */
.grid__item.text-center.one-sixth.social_links {
  padding-left: 1% !important;
  padding-right: 1% !important; }
  .grid__item.text-center.one-sixth.social_links span {
    margin-top: -10px;
    font-size: 30px;
    color: #ffffff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */ }

.grid__item.text-center.one-sixth.social_links span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.myLinkToBottom {
  text-align: center;
  max-height: 50px;
  margin-top: -28px !important; }
  .myLinkToBottom > button {
    text-align: left;
    position: relative;
    background: none;
    border: none;
    font-size: 13px;
    color: #d1d1d1; }

.myLinkToTop {
  text-align: center; }
  .myLinkToTop > button {
    text-align: left;
    position: relative;
    margin-top: -40px;
    background: none;
    border: none;
    font-size: 13px;
    color: #d1d1d1; }

.myLinkToTop.index {
  text-align: center; }
  .myLinkToTop.index > button {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
    font-size: 13px;
    color: grey; }

.wrapper.main-content.footer {
  height: 80px; }

.site-footer.small--text-center {
  height: 80px; }

.wrapper.main-content {
  top: 500px; }

.shopify-preview-bar {
  /*   display: none;  */ }

.btn.buy {
  background-color: #b63434; }

.btn--secondary.update-cart {
  background-color: grey; }

.cart-page-link.mobile-cart-page-link {
  display: none; }

.grid__item.text-center.one-eighth.dpclassics {
  margin-top: -1%;
  padding: 0 !important;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */ }

.grid__item.text-center.one-eighth.dpclassics:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.mobile-nav__link.social_links .inline-list.social-icons span {
  font-size: 26px !important;
  padding: 10px !important;
  margin-top: -6px !important; }
.mobile-nav__link.social_links img {
  width: 52px;
  margin-left: -14px !important; }

@media all and (max-width: 480px) {
  .inline-list.social-icons span {
    margin-left: -16px !important; }

  .copyright_mobile {
    margin-left: 16px !important; }

  .copyright_mobile_app {
    margin-left: 16px !important; } }
@media all and (min-width: 769px) {
  .cart_padding_mobile {
    display: none !important; }

  .dpclassics_social_link {
    display: none !important; }

  .newsletter_social_link {
    display: none !important; } }
.site-nav__link {
  font-size: 16px;
  padding: 6px;
  padding-bottom: 0 !important;
  background-color: white !important; }

.site-nav__dropdown_index li > a {
  padding-left: 6px !important;
  padding-bottom: 6px !important; }

.site-nav__dropdown .site-nav__link {
  padding-left: 15px !important;
  margin-left: -9px; }

@media all and (max-width: 891px) {
  .site-nav__link {
    /*     font-size: 12px;
        padding: 3px;  */ }

  .site-nav__dropdown_index li > a {
    /*       padding-left: 3px !important; */ }

  .grid__item.text-center.one-sixth.social_links .inline-list.social-icons span {
    font-size: 21px !important; } }
@media all and (min-width: 892px) and (max-width: 1027px) {
  .site-nav__link {
    /*     font-size: 14px;
        padding: 6px;  */ }

  .site-nav__dropdown_index li > a {
    /*       padding-left: 6px !important; */ }

  /*   .grid__item.text-center.one-eighth.dpclassics{
      img {
        width: 75%;
      }
    } */
  .grid__item.text-center.one-eighth.newsletter {
    padding-left: 0 !important; } }
/* @media all and (min-width: 861px) and (max-width: 956px) {
  .grid__item.text-center.one-eighth.social_links{
    span {
      margin-top: -10px;
      font-size: 18px;
    }
  }
} 
@media all and (max-width: 1077px) {
  .grid__item.text-center.one-eighth.social_links{
    span {
      margin-top: -4px;
      font-size: 23px;
    }
  } 
} 
@media all and (min-width: 1078px) and (max-width: 1195px) {
  .grid__item.text-center.one-eighth.social_links{
    span {
      margin-top: -6px;
      font-size: 26px;
    }
  } 
}     */
@media all and (max-width: 878px) {
  .grid__item.text-center.one-sixth.social_links {
    margin-top: 5px !important; }
    .grid__item.text-center.one-sixth.social_links span {
      font-size: 19px !important; } }
@media all and (max-width: 937px) {
  .grid__item.text-center.one-sixth.social_links {
    margin-top: 5px !important; }
    .grid__item.text-center.one-sixth.social_links span {
      font-size: 24px; }

  .grid__item.text-center.one-eighth.search_bar img {
    width: 15px !important; }
  .grid__item.text-center.one-eighth.search_bar a {
    font-size: 9px !important; }

  .grid__item.text-center.one-eighth.newsletter img {
    width: 13px !important; }
  .grid__item.text-center.one-eighth.newsletter a {
    font-size: 9px !important; }

  .grid__item.text-center.one-eighth.cart_footer img {
    width: 13px !important; }
  .grid__item.text-center.one-eighth.cart_footer a {
    font-size: 9px !important; } }
@media all and (max-width: 1029px) {
  .grid__item.text-center.one-sixth.social_links {
    margin-top: 5px !important; }
    .grid__item.text-center.one-sixth.social_links span {
      font-size: 24px; } }
.grid__item.text-center.one-eighth.search_bar {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  margin-top: 2px;
  padding: 0 !important; }
  .grid__item.text-center.one-eighth.search_bar img {
    width: 18px;
    margin-right: 4px; }
  .grid__item.text-center.one-eighth.search_bar a {
    font-size: 12px;
    color: white;
    letter-spacing: 0.1em; }

.grid__item.text-center.one-eighth.search_bar:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.grid__item.text-center.one-eighth.newsletter {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
  margin-top: 2px;
  padding: 0 !important; }
  .grid__item.text-center.one-eighth.newsletter img {
    width: 16px;
    margin-right: 12px; }
  .grid__item.text-center.one-eighth.newsletter a {
    font-size: 12px;
    color: white;
    letter-spacing: 0.1em; }

.grid__item.text-center.one-eighth.newsletter:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.grid__item.text-center.one-twelfth.separator {
  padding: 0 !important;
  font-size: 30px;
  line-height: 0.5 !important;
  color: grey !important;
  width: 4.16%; }

.copyright_footer p {
  line-height: 200% !important;
  text-align: center;
  font-size: 9px;
  color: grey;
  letter-spacing: 0.1em; }
.copyright_footer a {
  line-height: 200% !important;
  text-align: center;
  font-size: 9px;
  color: grey;
  letter-spacing: 0.1em; }
.copyright_footer a:hover {
  color: #c3c3c3; }

.myLinkToBottomButton:hover, active {
  color: #c2964e !important;
  outline: 0;
  /*   transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out; */ }

.myLinkToTopButton:hover, active {
  color: #c2964e !important;
  outline: 0;
  /*   transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out; */ }

.blog-date {
  color: grey; }

.article_date {
  color: grey; }

.newsletter_social_link img {
  margin-left: 20px !important;
  margin-right: 15px !important;
  padding-left: 4px !important;
  width: 28px !important; }

.mobile-nav.post-large--hide {
  position: relative;
  top: 100px; }
  .mobile-nav.post-large--hide .icon.icon-twitter {
    color: white !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80 !important);
    /* For IE8 and earlier */ }
  .mobile-nav.post-large--hide .icon.icon-facebook {
    color: white !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80 !important);
    /* For IE8 and earlier */ }
  .mobile-nav.post-large--hide .icon.icon-instagram {
    color: white !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80 !important);
    /* For IE8 and earlier */ }
  .mobile-nav.post-large--hide .newsletter_social_link {
    color: white !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80 !important);
    /* For IE8 and earlier */ }
  .mobile-nav.post-large--hide .dpclassics_social_link {
    opacity: 1 !important;
    filter: alpha(opacity=100 !important);
    /* For IE8 and earlier */ }

.cart__row .grid__item.post-large--one-half .grid__item.two-thirds small {
  color: #c2964e; }

.cart__remove small {
  color: grey  !important; }

.cart__remove:hover small {
  color: red  !important; }

.copyright_mobile {
  color: grey;
  font-size: 9px;
  margin-left: 30px; }
  .copyright_mobile a {
    color: grey; }
  .copyright_mobile a:hover {
    color: #c3c3c3; }
  .copyright_mobile .credits.extra_credit {
    margin-top: -16px !important; }

.copyright_mobile_app {
  color: grey;
  font-size: 11px;
  margin-left: 30px;
  /*   a:hover {
      color: #c3c3c3;
    } */ }
  .copyright_mobile_app a {
    color: grey; }
  .copyright_mobile_app .credits.extra_credit {
    margin-top: -16px !important; }

.icon.icon-arrow-down {
  display: none !important; }

.contact_forms {
  margin-bottom: 30px; }
  .contact_forms label {
    color: grey !important;
    font-weight: 100 !important; }

/* .contact_page{
  h1{
    margin-bottom: -10px !important;
    visibility: hidden; 
  }
} */
.header-bar.mobile_nav_adjust {
  margin-top: -20px !important;
  display: none !important; }

html {
  height: 100%;
  min-height: 100%; }

body {
  min-height: 100%; }

/* body{
  background-size: cover; 
} */
/* html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
} */
.product_links {
  text-align: center; }

.search_text {
  text-align: center; }

.events_breadcrumb {
  padding-bottom: 20px !important; }
  .events_breadcrumb a {
    font-size: 13px !important; }

.press_breadcrumb {
  padding-bottom: 20px !important; }
  .press_breadcrumb a {
    font-size: 13px !important; }

#newsletter-content {
  /*   .delivery_heading_down{ 
      display: none; 
    } */ }
  #newsletter-content .site-header {
    display: none; }
  #newsletter-content .footer {
    display: none; }
  #newsletter-content .newsletter_title {
    text-align: center;
    color: grey;
    padding-top: 16px !important; }

.blog-date {
  display: none; }

.blog_excerpt p {
  color: #e1e1e1; }

.checkbox-wrapper {
  display: none; }

#mc_embed_signup {
  color: #000000 !important;
  border-color: #000000 !important;
  outline: 0; }

#mc-embedded-subscribe-form.validate {
  padding-left: 0px;
  padding-right: 0px;
  background: black;
  border-style: none; }
  #mc-embedded-subscribe-form.validate h2, #mc-embedded-subscribe-form.validate .h2 {
    font-family: 'Adamina', serif;
    font-weight: 100; }
  #mc-embedded-subscribe-form.validate label {
    font-family: 'Adamina', serif;
    font-weight: 100;
    color: grey; }

/* #mc-embedded-subscribe.button button{

    font-family: 'Adamina', serif;
    font-weight: 100;
  font-size: 4px;

} */
#mce-responses.clear {
  margin-left: 0px !important;
  padding-left: 0px !important;
  margin-top: -40px !important; }

#mce-success-response.response {
  font-family: 'Adamina', serif !important;
  color: #9b9b9b !important;
  font-weight: 100 !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 30px !important;
  width: 100% !important; }

#mce-error-response.response {
  font-family: 'Adamina', serif !important;
  color: #9b9b9b !important;
  font-weight: 100 !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-bottom: 30px !important;
  width: 100% !important; }

.c-editor.c-yesno-checkbox .c-label label {
  margin-top: -7px !important; }

.c-field.c-col-2.c-span-1.c-address.c-address-international .c-label label {
  margin-top: -7px !important; }

.c-helptext {
  color: grey !important; }

/*----- Accordion -----*/
.accordion-1, .accordion-1 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.accordion-1 {
  overflow: hidden; }

/*----- Section Titles -----*/
.accordion-1-section-title {
  width: 100%;
  display: inline-block;
  transition: all linear 0.25s;
  font-size: 1.0em;
  color: #c2964e !important;
  padding: 2px;
  opacity: 0; }

.accordion-1-section-title.active {
  color: #c2964e !important; }

.accordion-1-section-title:hover {
  cursor: pointer;
  color: #c2964e !important; }

.accordion-1-section:last-child .accordion-1-section-title {
  border-bottom: none; }

/*----- Section Content -----*/
.accordion-1-section-content {
  margin-left: 12px;
  display: block;
  opacity: 0;
  max-height: 1000px;
  overflow: hidden; }
  .accordion-1-section-content > p {
    font-size: 12px;
    color: #e9e9e9; }
  .accordion-1-section-content > h3, .accordion-1-section-content > .h3 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 2px; }

/*----- Accordion SITE NAV-----*/
.accordionsitenav, .accordionsitenav * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*----- Section Titles -----*/
.accordionsitenav-section-title {
  width: 100%;
  display: inline-block;
  transition: all linear 0.25s;
  font-size: 0.9em;
  color: #d1d1d1 !important;
  margin-top: 20px; }

.accordionsitenav-section-title.active {
  color: #c2964e !important; }

.accordionsitenav-section-title:hover {
  cursor: pointer;
  color: #c2964e !important; }

.accordionsitenav-section:last-child .accordionsitenav-section-title {
  border-bottom: none; }

/*----- Section Content -----*/
.accordionsitenav-section-content {
  display: none; }

.mobile-nav-trigger:active > p {
  color: #c2964e !important; }

/* .mobile-nav-trigger{
  margin-bottom: 20px; 
} */
.site-nav {
  position: relative;
  top: -35px !important; }

/*----- Accordion SITE NAV APP-----*/
.accordionsitenavapp, .accordionsitenavapp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*----- Section Titles -----*/
.accordionsitenavapp-section-title {
  width: 100%;
  display: inline-block;
  font-size: 0.9em;
  /*     color: #d1d1d1 !important; */
  margin-top: 20px; }

.accordionsitenavapp-section-title.active {
  /*   p{
      color: #c2964e !important; 
    } */ }

.accordionsitenavapp-section-title:hover {
  /*   cursor: pointer; */
  /*     color: #c2964e !important;  */ }

.accordionsitenavapp-section:last-child .accordionsitenavapp-section-title {
  border-bottom: none; }

/*----- Section Content -----*/
.accordionsitenavapp-section-content {
  display: none; }

.accordionsitenavapp {
  z-index: 9998;
  background: #000000;
  padding-bottom: 15px;
  top: -20px;
  padding-top: 50px !important;
  border-bottom-style: solid;
  border-bottom-color: #676767;
  border-bottom-width: 1px; }
  .accordionsitenavapp .h1.site-header__logo {
    position: fixed;
    margin: auto !important; }
  .accordionsitenavapp .accordionsitenavapp-section-title {
    text-align: center; }

.appnav-fixed {
  z-index: 9998;
  width: 100vw;
  background: #ffffff;
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 15px;
  top: -20px;
  padding-top: 50px !important;
  border-bottom-style: solid;
  border-bottom-color: #676767;
  border-bottom-width: 1px; }
  .appnav-fixed p {
    text-align: center; }
  .appnav-fixed img {
    width: 100%;
    max-width: 350px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

.mobile-nav-app.post-large {
  margin-top: 70px;
  text-align: left; }
  .mobile-nav-app.post-large a {
    color: #ffffff; }
  .mobile-nav-app.post-large a:hover, .mobile-nav-app.post-large active {
    color: #c2964e !important; }

.search-bar-app {
  margin-bottom: -42px; }

.delivery_quote_title {
  color: #d1d1d1;
  font-weight: 100;
  font-size: 11px;
  font-family: 'Adamina', serif; }

.required.delivery_quote {
  width: 28%;
  padding: 2px;
  min-width: 60px; }

.grid__item.text-center.one-sixth.social_links span {
  color: #5c5c5c !important; }

.grid__item.text-center.one-eighth.search_bar a {
  color: #5c5c5c !important; }

.grid__item.text-center.one-eighth.cart_footer .header-bar__module > a {
  color: #5c5c5c !important; }

.grid__item.text-center.one-eighth.newsletter a {
  color: #5c5c5c !important; }

.site-nav__dropdown .site-nav__link {
  background-color: white !important; }

.mobile-nav.post-large--hide .icon.icon-twitter {
  color: #5c5c5c !important; }

.mobile-nav.post-large--hide .icon.icon-facebook {
  color: #5c5c5c !important; }

.mobile-nav.post-large--hide .icon.icon-instagram {
  color: #5c5c5c !important; }

.top-bar {
  background-color: white;
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  color: white;
  top: 0;
  vertical-align: middle;
  line-height: 50px;
  border-style: double;
  border-bottom-width: 3px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: white;
  /*   img:hover{
      opacity:0.85; 
    }  */ }
  .top-bar a {
    /*     color: #676767;  */
    color: #000;
    font-size: 18px;
    margin-right: 3px; }
  .top-bar img {
    /*     opacity:0.65;  */
    position: relative;
    top: -2px;
    /*      margin-left:-5px; */ }

.top-bar span {
  position: relative;
  text-align: center;
  width: 33%;
  display: inline-block; }

.top-bar.medium .wrapper {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.top-bar.medium .top-bar-span-left {
  width: 30%; }

.top-bar.medium .top-bar-span-middle {
  width: 42%; }

.top-bar.medium .top-bar-span-right {
  width: 25%; }

.top-bar span a {
  font-size: 14px !important; }

.top-bar .top-bar-span-left {
  text-align: left; }

.top-bar .top-bar-span-right {
  text-align: right; }

.top-bar .top-bar-span-middle a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
  color: white;
  background-color: black;
  border-radius: 4px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s; }

.top-bar .top-bar-span-middle a:hover {
  background-color: #a93439; }

.MagicThumb-background {
  background-color: white !important; }

.site-header {
  padding-top: 70px; }

@media all and (max-width: 768px) {
  .site-header {
    padding-top: 35px; }

  .top-bar {
    display: none !important; } }
@media all and (max-width: 1200px) {
  .top-bar.large {
    display: none; } }
@media all and (min-width: 1201px) {
  .top-bar.medium {
    display: none; } }
#mc-embedded-subscribe-form.validate {
  background-color: white !important; }

.grid__item.text-center.one-sixth.social_links span {
  opacity: 0.85; }

.grid__item.text-center.one-eighth.search_bar {
  opacity: 0.85; }

.grid__item.text-center.one-eighth.cart_footer {
  opacity: 0.85; }

.grid__item.text-center.one-eighth.newsletter {
  opacity: 0.85; }

.grid__item.text-center.one-eighth.dpclassics {
  opacity: 0.85; }

.header-bar a {
  color: grey; }

.blog_excerpt p {
  color: grey; }

.accordion-1-section-content > p {
  color: grey; }

.accordionsitenavapp {
  background-color: white !important; }

.mobile-nav {
  color: grey !important; }

.mobile-nav__sublist-trigger {
  color: grey !important; }

.mobile-nav__sublist-link a {
  /*   color: grey !important;  */ }

.grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > h5 > a, .grid__item.search-result.wide--one-quarter.large--one-quarter.medium-down--one-half > .h5 > a {
  color: grey; }

.app_update_available {
  /*   top:0; */
  /*   left:0; */
  /*   position: fixed;  */
  /*   min-width:100%;  */
  /*   min-height:100%;  */
  /*   overflow: hidden; */
  opacity: 0;
  z-index: 999999;
  background-color: white;
  text-align: center;
  /*  display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    flex-grow:1; 
     height: 100vh;  */ }

.app_update_container {
  /*   margin-top:calc(50vh - 90px);  */
  /*   min-height: 30vh; */
  /*   position: fixed; */
  /*   min-width:338px;*/
  /*   min-height:196px;
    padding:50px; */
  margin-top: 100px;
  /*   margin-left:20%;
    margin-top:40%; */ }

/* #AddToCart{
  display: none !important; 
}
#AddToCartForm{
  display: none !important; 
}  */
.btn.icon-fallback-text {
  color: #777; }

.new-product-info-container-inner {
  padding-left: 5px;
  padding-right: 5px; }

.product-sku.new-product-image-sku {
  width: 100%;
  text-align: center; }

.grid-link__image.grid-link__image--product {
  opacity: 1; }

.grid-link__image-centered.new-product-image-bg.no-touch img {
  width: 100%; }

.grid-link__image-centered.new-product-image-bg.touch img {
  width: 100%; }

.new-product-info-container-inner {
  position: absolute;
  top: 45%;
  width: 100%; }

#newproductinfo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center; }

.grid-link__title.new-product-image-title {
  color: white !important;
  font-size: 18px; }

.grid-link__image-centered.new-product-image-bg.no-touch:hover .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__image-centered.new-product-image-bg.no-touch:active .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__image-centered.new-product-image-bg.no-touch:focus .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__image-centered.new-product-image-bg.touch:hover .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__image-centered.new-product-image-bg.touch:active .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__image-centered.new-product-image-bg.touch:focus .grid-link__title.new-product-image-title {
  color: white !important; }

.grid-link__meta {
  font-size: 18px !important; }

.product-sku.new-product-image-sku {
  color: #bbb !important;
  font-size: 14px; }

@media all and (min-width: 481px) and (max-width: 540px) {
  .grid-link__title.new-product-image-title {
    font-size: 14px; }

  .grid-link__meta {
    font-size: 14px !important; }

  .product-sku.new-product-image-sku {
    font-size: 11px; } }
.grid-link__image-centered.new-product-image-bg.no-touch {
  position: relative; }

.grid-link__image-centered.new-product-image-bg.no-touch .grid-link__image-centered.new-overlay img {
  visibility: hidden; }

.grid-link__image-centered.new-product-image-bg.no-touch .grid-link__image-centered.new-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.grid-link__image-centered.new-product-image-bg.no-touch:hover .grid-link__image-centered.new-overlay {
  opacity: 1; }

.grid-link__image-centered.new-product-image-bg.touch {
  position: relative; }

.grid-link__image-centered.new-product-image-bg.touch .grid-link__image-centered.touch.new-overlay img {
  visibility: hidden; }

.grid-link__image-centered.new-product-image-bg.touch .grid-link__image-centered.touch.new-overlay {
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  /*    opacity: 1;  */ }

.top-bar {
  background-color: white;
  border-bottom: none; }

#index .top-bar {
  bottom: 0 !important;
  top: auto; }

.site-header {
  padding-top: 30px; }

#index .site-header {
  background-color: white; }

.site-header .grid--full.medium-down--hide.navigation {
  margin-top: 24px !important; }

#index .site-footer {
  display: none; }

#index body {
  overflow: hidden; }

.site-nav__link {
  color: #a93439 !important; }

.site-nav__link:hover {
  color: black !important; }

.mobile-nav {
  color: black !important; }

body {
  opacity: 0; }

#slideshow div {
  width: 100vw;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.icon.icon-hamburger {
  color: black !important; }

#slideshow {
  position: fixed !important;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100vw;
  z-index: -1; }

#index .wrapper.main-content {
  padding: 0;
  margin: 0; }

.template-index {
  overflow: auto !important; }

.shopify-preview-bar {
  /*   display: none !important;  */ }

.supports-touch .site-nav__link.touch-nav {
  display: block;
  margin-bottom: 0; }

.supports-touch .site-nav__link.no-touch-nav {
  display: none; }

.supports-no-touch .site-nav__link.touch-nav {
  display: none; }

.supports-no-touch .site-nav__link.no-touch-nav {
  display: block; }

.header-logo-non-clickable {
  display: none; }

.header-logo-clickable {
  display: none; }

#index .mobile-nav.post-large--hide {
  top: 85px !important;
  padding-bottom: 20px; }

.mobile-menu-active-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0; }

body {
  margin-top: -15px !important; }

#MobileNavTrigger {
  top: 60px !important;
  position: relative; }

.header-bar .wrapper.post-large--hide {
  margin-top: 0; }

#index .mobile-nav.post-large--hide {
  top: 110px !important;
  padding-bottom: 20px; }

.mobile-nav.post-large--hide {
  top: 110px !important;
  padding-bottom: 20px; }

.site-header {
  min-height: 123px;
  border-bottom: none;
  padding-bottom: 0 !important; }

.appnav-fixed {
  padding-bottom: 0 !important; }

/* .site-nav li:first-child{
  display: none;
}
#MobileNav li:first-child{
  display: none;
} */
.accordionsitenavapp #MobileNav li:first-child {
  display: block; }

@media all and (max-width: 768px) {
  .wrapper.main-content {
    padding-top: 20px; } }
@media all and (min-width: 769px) {
  .header-logo-clickable img {
    margin-top: 10px; } }
/* @media all and (max-width:819px){
  .top-bar-span-left{
    left: 20px !important;
    position: absolute;
  }
  .top-bar-span-right{
    right: 0 !important;
    position: absolute;
    padding-right: 20px;
  }
}
@media all and (min-width:820px){
  .top-bar-span-left{
    left: 50% !important;
    position: absolute;
    transform: translateX(-100%);
  }
  .top-bar-span-right{
    left: 50% !important;
    position: absolute;
    padding-left: 100px;
  }
} */
.mobile-nav__sublist-trigger {
  color: black !important; }

.mobile-nav__sublist-link a {
  color: #a93439 !important; }

@media all and (max-width: 340px) {
  .site-header__logo {
    padding-top: 4vw !important; } }
.accordionsitenavapp-section-title {
  color: #a93439 !important; }

.mobile-nav__link .header-bar__search-form.clearfix .icon.icon-search {
  color: black; }

.mobile-nav__link .header-bar__search-form.clearfix #form-entry-header {
  border-color: black !important;
  color: #555; }

@media all and (min-width: 769px) {
  #index .site-header {
    padding-top: 0; }

  .site-nav--has-dropdown .site-nav__link {
    padding-top: 0; } }
.mobile-privacy-policy-link {
  text-transform: none !important;
  font-size: 12px !important; }

/* COOKIE BANNER */
/* .cc-window{
  display: none !important;
} */
.template-index .cc-window {
  display: none !important; }

.cc-window {
  background-color: #000 !important;
  color: white !important;
  text-align: center !important;
  display: none; }

.cc-message {
  font-family: 'Adamina', serif !important;
  line-height: 18px !important; }

.cc-link {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: white !important; }

@media all and (max-width: 319px) {
  .cc-window {
    display: block !important; }

  .cc-message {
    width: 100% !important;
    display: block !important; }

  .cc-compliance {
    width: 100% !important;
    display: block !important; } }
/* COOKIE BANNER */
.privacy-app {
  display: none !important; }

html[data-useragent*='/DPA-V2-46137'] .cc-window {
  display: none !important; }
html[data-useragent*='/DPA-V2-46137'] .privacy-app {
  display: block !important; }
html[data-useragent*='/DPA-V2-46137'] .privacy-web {
  display: none !important; }

.copyright_footer .footer-links-new {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-bottom: 18px; }

.copyright_footer .footer-links-new p {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px; }

.copyright_footer .footer-links-new a {
  font-size: 12px !important; }

.mobile-nav__link .mobile-privacy-policy-link {
  display: inline-block !important;
  width: auto !important;
  padding-right: 0 !important; }

.mobile-nav__link .mobile-returns-policy-link {
  display: inline-block !important;
  width: auto !important;
  text-transform: none !important;
  font-size: 12px !important;
  margin-bottom: 6px; }

.mobile-nav__link.footer-links {
  display: inline-block !important; }

#MobileNav:not(.mobile-nav-app) {
  background-color: white !important;
  margin-top: -10px !important; }

.mobile-nav {
  /*   margin-top: -10px !important;  */ }

.mobile-nav-app {
  /*   margin-top: 90px !important;  */ }

.site-nav__dropdown_index {
  padding-top: 6px !important; }

#navdown {
  color: #a93439 !important; }

#navup {
  color: #a93439 !important; }

#preview-bar-iframe {
  /*   display: none !important; */ }

.index-book-appointment-btn {
  display: none; }

@media all and (min-width: 769px) {
  #index .index-book-appointment-btn {
    background-color: white;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    color: white;
    top: 15px;
    vertical-align: middle;
    line-height: 50px;
    border-style: double;
    border-bottom-width: 3px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: white; }

  #index .index-book-appointment-btn span a {
    font-size: 14px !important; }

  #index .index-book-appointment-btn .top-bar-span-middle a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    color: white;
    background-color: #a93439;
    border-radius: 4px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s; }

  #index .index-book-appointment-btn .top-bar-span-middle a:hover {
    background-color: black; }

  #index .index-book-appointment-btn span {
    position: relative;
    text-align: center;
    width: 100%;
    display: inline-block; }

  #index .header-bar {
    display: none; } }
.top-bar-span-middle.index .tel-no {
  color: black;
  font-size: 18px !important;
  line-height: 1em; }

#index .top-bar .top-bar-span-middle.no-index {
  display: none; }

.top-bar .top-bar-span-middle.index {
  display: none; }

#index .top-bar .top-bar-span-middle.index {
  display: inline-block; }

.site-nav {
  max-width: 900px !important; }

#preview-bar-iframe {
  visibility: hidden !important; }
