/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 *
a:active,*/
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gns1ng");
  src: url("../fonts/icomoon.eot?gns1ng#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gns1ng") format("truetype"), url("../fonts/icomoon.woff?gns1ng") format("woff"), url("../fonts/icomoon.svg?gns1ng#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e900"; }

.icon-flickr:before {
  content: "\e901"; }

.icon-instagram:before {
  content: "\e902"; }

.icon-lock:before {
  content: "\e903"; }

.icon-cart:before {
  content: "\e904"; }

.icon-pinterest:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e906"; }

.icon-youtube:before {
  content: "\e907"; }

.icon-fonts {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#navigation ul, .item-list, .size ul, .food-items ul, .tabset {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .container:after, #navigation ul:after, #main:after, .item-list:after, .size ul:after, .tabset:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 16px / 1.2 "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

a[href^=tel] {
  color: #000; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

.col_12, .col_11, .col_10, .col_9, .col_8, .col_7, .col_6, .col_5, .col_4, .col_3, .col_2, .col_1 {
  float: left;
  position: relative; }

.col_12 {
  width: 100%; }

.col_11 {
  width: 91.6666%; }

.col_10 {
  width: 83.333%; }

.col_9 {
  width: 75%; }

.col_8 {
  width: 66.666%; }

.col_7 {
  width: 58.333%; }

.col_6 {
  width: 50%; }

.col_5 {
  width: 41.6666%; }

.col_4 {
  width: 33.333%; }

.col_3 {
  width: 25%; }

.col_2 {
  width: 16.6666%; }

.col_1 {
  width: 8.333%; }

.col_left {
  float: left; }

.col_right {
  float: right; }

.col_center {
  clear: both;
  float: none;
  margin: 0 auto; }

.proportional_wrap {
  overflow: hidden;
  position: relative;
  width: 100%; }

.proportional_outer {
  height: 0;
  position: relative;
  width: 100%; }
  .proportional_outer.one_by_one {
    padding-top: 100%; }
  .proportional_outer.four_by_three {
    padding-top: 75%; }
  .proportional_outer.three_by_two {
    padding-top: 66.666%; }
  .proportional_outer.sixteen_by_nine {
    padding-top: 56.25%; }
  .proportional_outer.two_by_one {
    padding-top: 50%; }

.proportional_inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #9b8251;
  text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

@media (min-width: 769px) {
  html {
    height: 100%; } }

/* body style */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  display: table;
  table-layout: fixed; }

/* wrapper of the page style */
#wrapper {
  width: 100%;
  display: table-cell;
  margin: 0 auto;
  overflow: hidden; }

/* header style */
#header {
  width: 100%;
  position: fixed;
  float: left;
  z-index: 9999;
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
  #header .container {
    max-width: 120em; }
  @media (max-width: 1024px) {
    #header {
      padding: 20px 0; } }

.sticky #header {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15); }

.container {
  max-width: 1344px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }

/* logo of the site style */
.logo {
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  left: 0;
  margin: 0 auto;
  padding: 40px 0 40px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
  @media (max-width: 768px) {
    .logo {
      max-width: 230px; } }
  .logo a {
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal; }
    @media (max-width: 768px) {
      .logo a {
        float: left;
        width: 49%; } }
    .logo a + a {
      margin: 0 0 0 67px; }
      @media (max-width: 768px) {
        .logo a + a {
          margin: 0 0 0 2%; } }
  .logo img {
    vertical-align: bottom;
    -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }

.sticky .logo {
  padding: 20px 0; }

.sticky .logo a img {
  height: 40px; }

.mobile-header {
  display: none; }

/*burger-menu style
.nav-opener {
	display: none;
	float: right;
	width: 22px;
	height: 15px;
	position: absolute;
	top: 41px;
	right: 30px;
	z-index: 1000;
	@include media('<desktop') {
		display: block;
	}
	@include media('<=tablet') {
		top: 29px;
	}
	&:before,
	&:after,
	span {
		background: $primary-color;
		position:absolute;
		top: 14px;
		height: 3px;
		width: 22px;
		margin-top:-7px;
		transition: all 0.2s linear;
		
	}
	&:before,
	&:after {
		content: "";
		top: 8px;
	}
	&:after {
		top: 20px;
	}
	&:hover {
		opacity: 0.9
	}
}
.close-btn span,
.nav-active .nav-opener span {
	width: 0;
}
.close-btn:after,
.close-btn:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	transform:rotate(45deg);
	top: 14px;
}
.close-btn:after,
.nav-active .nav-opener:after {
	transform:rotate(-45deg);
}

.nav-active {
	.nav-drop {
		opacity: 1;
		visibility: visible;
	}
}

.nav-drop {
	padding:0;
	@include media('<desktop') {
		padding: 0;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		opacity: 0;
		visibility: hidden;
		padding: 10px;
		background: $white;
		z-index: 6;
	}
}
*/
/* page navigation style */
#navigation {
  font-size: 0;
  line-height: 0;
  letter-spacing: -4px;
  border-top: 1px solid #9b8251;
  position: relative;
  padding: 0 11px;
  text-align: center;
  /* inner link style */ }
  @media (max-width: 1023px) {
    #navigation {
      text-align: left; } }
  #navigation .shop {
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    margin: 0 29px 0 0;
    padding: 13px 0; }
    @media (max-width: 1023px) {
      #navigation .shop {
        display: block;
        margin: 0;
        padding: 13px 15px; } }
  #navigation ul {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    letter-spacing: -4px; }
    @media (max-width: 1023px) {
      #navigation ul {
        display: block;
        padding: 0;
        border-bottom: 1px solid #ccc; } }
    #navigation ul li {
      float: left;
      padding: 0;
      position: relative; }
      @media (max-width: 1023px) {
        #navigation ul li.active > a, #navigation ul li.hover > a {
          color: #000; } }
      #navigation ul li.active .dropdown, #navigation ul li.hover .dropdown {
        opacity: 1;
        visibility: visible; }
        @media (max-width: 1023px) {
          #navigation ul li.active .dropdown, #navigation ul li.hover .dropdown {
            position: static;
            border: none; } }
      #navigation ul li.active a, #navigation ul li.hover a {
        background: #f1ece2; }
        @media (max-width: 1023px) {
          #navigation ul li.active a, #navigation ul li.hover a {
            background: none; } }
      @media (max-width: 1023px) {
        #navigation ul li {
          float: none;
          padding: 0;
          margin: 0 0 5px; } }
    #navigation ul a {
      font-size: 19px;
      line-height: 22px;
      letter-spacing: 1px;
      word-spacing: 1px;
      color: #9b8251;
      text-transform: uppercase;
      padding: 13px 15px;
      display: block; }
      @media (max-width: 1023px) {
        #navigation ul a {
          display: inline-block;
          vertical-align: top;
          padding: 10px 15px; }
          #navigation ul a:hover,
          #navigation ul a .hover {
            color: #000; } }
  #navigation .dropdown {
    position: absolute;
    left: -19px;
    top: 100%;
    z-index: 6;
    background: #f1ece2;
    text-align: left;
    padding: 20px;
    width: 253px;
    padding: 25px 20px 31px;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1023px) {
      #navigation .dropdown {
        left: 0;
        background: none;
        padding: 0; } }
    #navigation .dropdown li {
      padding: 0;
      margin: 0 0 -4px; }
      #navigation .dropdown li.active a {
        color: #000; }
    #navigation .dropdown a {
      text-transform: capitalize;
      font-family: "calluna", Arial, Helvetica, sans-serif;
      word-spacing: -5px;
      color: #bba06c; }
      #navigation .dropdown a:hover, #navigation .dropdown a.hover {
        color: #000; }

.sticky #navigation ul a, .sticky #navigation .shop {
  padding-top: 8px;
  padding-bottom: 8px; }

.sticky .filter:after, .sticky .filter:before {
  top: 9px; }

@media screen and (max-width: 1300px) {
  #navigation ul a, #navigation .shop {
    font-size: 17px;
    padding: 13px 5px; }
  #navigation .shop {
    margin: 0 10px 0 0; } }

/* product filter */
.filter {
  position: relative; }
  .filter:after, .filter:before {
    width: 1px;
    height: 20px;
    content: '';
    background: #ccc;
    position: absolute;
    top: 15px;
    left: 0; }
  .filter:after {
    left: auto;
    right: -1px; }
  @media (max-width: 1023px) {
    .filter:after, .filter:before {
      display: none !important; } }

/* user menu style */
.ecommerce-menu {
  position: absolute;
  top: 0;
  right: 30px;
  font-family: "futura-pt",sans-serif;
  z-index: 10; }
  .ecommerce-menu ul.user-menu {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 20px 0 0 0;
    list-style-type: none; }
    .ecommerce-menu ul.user-menu li {
      display: inline-block;
      text-transform: uppercase;
      padding-left: 10px; }
      .ecommerce-menu ul.user-menu li a, .ecommerce-menu ul.user-menu li a:hover {
        color: #000; }
      .ecommerce-menu ul.user-menu li i {
        padding-left: 2px;
        color: #bba06c; }
      .ecommerce-menu ul.user-menu li i.icon-lock {
        position: relative;
        top: 1px; }

#main {
  padding: 212px 0 207px;
  position: relative;
  width: 100%;
  float: left; }

/* product list style */
.item-list {
  margin: 0 0 53px; }
  @media (max-width: 767px) {
    .item-list {
      width: 80%;
      margin: 0 auto 53px; } }
  @media (max-width: 480px) {
    .item-list {
      width: 100%; } }
  .item-list li {
    float: left;
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .item-list li {
        width: 100%; } }
    .item-list li .btn {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 5;
      background: rgba(0, 0, 0, 0.4);
      color: #fff; }
      @media (max-width: 1300px) {
        .item-list li .btn {
          font-size: 22px;
          line-height: 24px;
          width: 220px;
          min-height: 152px; } }
      @media (max-width: 480px) {
        .item-list li .btn {
          font-size: 18px;
          line-height: 20px;
          width: 180px;
          min-height: 145px;
          border-width: 2px; } }
    .item-list li img {
      vertical-align: bottom; }

.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 47px 15px;
  border: 5px solid #fff;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 48px;
  width: 445px;
  min-height: 204px;
  color: #fff; }
  .btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 330px; }
    @media (max-width: 1300px) {
      .btn span {
        min-width: 0; } }

.bottle h1 {
  font-size: 42px;
  line-height: 44px;
  color: #bba06c;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin: 0 0 31px;
  letter-spacing: 2px; }

.bottle .item-list a {
  font-size: 36px;
  line-height: 42px;
  width: 343px;
  min-height: 165px;
  padding: 35px 15px; }
  @media (max-width: 1300px) {
    .bottle .item-list a {
      font-size: 28px;
      line-height: 32px;
      width: 243px;
      min-height: 144px; } }
  @media (max-width: 1024px) {
    .bottle .item-list a {
      font-size: 18px;
      line-height: 20px;
      width: 243px;
      min-height: 90px;
      padding: 20px 15px; } }
  @media (max-width: 480px) {
    .bottle .item-list a {
      width: 200px;
      min-height: 100px; } }

/* size filter style */
.size {
  background: #f1ece2;
  padding: 45px 20px 53px;
  margin: 0 0 51px; }
  .size h1 {
    font-size: 42px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #bba06c;
    font-weight: 300;
    margin: 0 0 43px;
    letter-spacing: 2px; }
  .size ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    padding: 0 30px; }
    .size ul li {
      display: inline-block;
      vertical-align: middle;
      letter-spacing: normal;
      padding: 0 15px 0 15px;
      text-align: center; }
      .size ul li:hover img {
        opacity: 0.85; }
    .size ul a {
      display: inline-block;
      position: relative;
      color: #fff; }
    .size ul span {
      display: inline-block;
      vertical-align: top;
      font-size: 36px;
      line-height: 38px;
      font-weight: 300;
      position: absolute;
      top: 50%;
      left: 27%;
      z-index: 5;
      -webkit-transform: translate(-30%, -50%);
          -ms-transform: translate(-30%, -50%);
              transform: translate(-30%, -50%); }
      @media (max-width: 1200px) {
        .size ul span {
          font-size: 22px;
          line-height: 26px; } }
    .size ul img {
      vertical-align: bottom;
      width: auto;
      -webkit-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out; }
    .size ul .small {
      width: 27%; }
    .size ul .middle {
      width: 34%; }
    .size ul .large {
      width: 39%; }
      .size ul .large span {
        font-size: 36px;
        line-height: 42px;
        text-transform: uppercase; }
        @media (max-width: 1200px) {
          .size ul .large span {
            font-size: 22px;
            line-height: 26px; } }
    @media (max-width: 768px) {
      .size ul .small, .size ul .middle, .size ul .large {
        width: 100%;
        margin: 20px 0 20px;
        padding: 0; } }
    @media (max-width: 480px) {
      .size ul .small {
        width: 70%; }
      .size ul .middle {
        width: 90%; } }

/* logotype style */
.main-logo {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.item-holder {
  margin: 0 -4% 67px;
  overflow: hidden;
  width: 108%;
  letter-spacing: -5px; }
  .item-holder h1 {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    color: #bba06c;
    font-weight: 300;
    margin: 8px 0 29px 54px;
    word-spacing: -3px;
    letter-spacing: 2px; }
    @media (max-width: 768px) {
      .item-holder h1 {
        text-align: center;
        margin: 8px 0 29px; } }
    @media (max-width: 480px) {
      .item-holder h1 {
        font-size: 22px;
        line-height: 24px; } }

/* products category style */
.category-item {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 33.33%;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 61px; }
  @media (max-width: 1260px) {
    .category-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .category-item {
      width: 100%;
      padding: 0; } }

/* product image style */
.image-block {
  margin: 0 0 38px;
  position: relative;
  /* view block */ }
  .image-block a.lightbox {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0; }
    @media (max-width: 997px) {
      .image-block a.lightbox {
        display: none; } }
  .image-block a.mobile-link {
    display: none; }
    @media (max-width: 997px) {
      .image-block a.mobile-link {
        display: inline-block;
        vertical-align: bottom;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        z-index: 1;
        left: 0; } }
  .image-block:hover .view-block {
    opacity: 1;
    visibility: visible; }
  .image-block .view-block {
    width: 230px;
    height: 95px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #bba06c;
    border: 1px solid #bba06c;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 154px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 35px 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.25s ease-in-out;
            transition: opacity 0.25s ease-in-out;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 997px) {
      .image-block .view-block {
        display: none; } }
  .image-block img {
    max-width: 100%;
    width: auto;
    max-height: 349px;
    display: inline-block; }

/* prices of the product style */
.text-block {
  margin: 0 0 26px; }
  .text-block h2 {
    font-size: 20px;
    line-height: 22px;
    color: #bba06c;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 13px;
    min-height: 44px; }
  .text-block p {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 11px; }
    .text-block p span {
      font-size: 16px;
      line-height: 18px; }

/* select form style */
.select-holder {
  max-width: 370px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden; }
  .select-holder form {
    float: left; }

.single-select {
  max-width: 390px;
  width: 100%; }

/* add button style */
.add-button {
  background: #bba06c;
  font-size: 18px;
  line-height: 21px;
  float: left;
  color: #fff;
  padding: 11px 26px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
  @media (max-width: 1024px) {
    .add-button {
      padding: 11px 10px; } }
  @media (max-width: 480px) {
    .add-button {
      float: left;
      width: auto;
      display: block;
      margin: 0 0 15px; } }
  .add-button:hover {
    opacity: 0.85; }

@media (max-width: 480px) {
  .single-select form {
    clear: both;
    display: block;
    float: left; } }

input.quantity {
  float: left;
  display: inline-block;
  width: 43px;
  background: #f1ece2;
  padding: 11px 7px !important;
  margin: 0 0 0 5px;
  text-align: center; }

.content-single {
  float: left;
  width: 60%;
  padding: 50px 2% 0 0;
  margin: 0 0 117px; }
  @media (max-width: 1210px) {
    .content-single {
      float: none;
      width: 100%;
      margin: 0 0 30px;
      padding: 10px 0 10px; } }
  .content-single h1 {
    font-size: 48px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 300;
    color: #bba06c;
    margin: 0 0 25px; }
    @media (max-width: 767px) {
      .content-single h1 {
        font-size: 30px;
        line-height: 32px; } }

.single-item {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 0 33px; }

/* description post style */
.post {
  font-size: 22px;
  line-height: 36px;
  font-family: "calluna", Arial, Helvetica, sans-serif;
  margin: 0 0 41px;
  padding: 0 30px 0 0; }
  @media (max-width: 767px) {
    .post {
      font-size: 18px;
      line-height: 26px;
      padding: 0; } }
  .post p {
    margin: 0 0 24px; }

/* blockquote block style */
.blockquote-section {
  font-size: 22px;
  line-height: 36px;
  font-family: "calluna", Arial, Helvetica, sans-serif;
  margin: 0 0 53px; }
  @media (max-width: 767px) {
    .blockquote-section {
      font-size: 18px;
      line-height: 26px; } }
  .blockquote-section h2 {
    font-size: 30px;
    line-height: 32px;
    color: #bba06c;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 15px; }
  .blockquote-section .rating {
    font-size: 28px;
    line-height: 30px;
    display: block;
    margin: 0 0 5px;
    font-weight: 300; }
  .blockquote-section blockquote {
    padding: 0;
    margin: 0; }
  .blockquote-section cite {
    display: block;
    text-align: right;
    padding: 0 10px 0 0; }

/* food item list style */
.food-items h2 {
  font-size: 30px;
  line-height: 33px;
  color: #bba06c;
  text-transform: uppercase;
  font-weight: 300; }

.food-items ul {
  overflow: hidden; }
  @media (max-width: 767px) {
    .food-items ul {
      width: 80%;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .food-items ul {
      width: 100%;
      margin: 0; } }
  .food-items ul li {
    float: left;
    width: 50%; }
    @media (max-width: 767px) {
      .food-items ul li {
        float: none;
        width: 100%; } }
  .food-items ul a {
    display: block;
    position: relative;
    background: #000;
    width: 100%;
    height: 100%; }
    .food-items ul a:hover img {
      opacity: 1; }
  .food-items ul span {
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    position: absolute;
    display: block;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    text-align: center;
    padding: 0 35px;
    top: 50%;
    left: 0;
    -webkit-backface-visibility: hidden; }
    @media (max-width: 480px) {
      .food-items ul span {
        font-size: 22px;
        line-height: 26px; } }

.food-items img {
  vertical-align: bottom;
  width: 100%;
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease-in-out;
          transition: opacity 0.25s ease-in-out;
  -webkit-backface-visibility: hidden; }

/* sidebar style */
#sidebar {
  float: right;
  width: 40%;
  padding: 22px 0;
  text-align: center; }
  @media (max-width: 1210px) {
    #sidebar {
      float: none;
      width: 100%;
      text-align: left;
      overflow: hidden; }
      #sidebar img {
        max-height: 400px; } }

/* description product on single page style */
.description-block {
  overflow: hidden; }
  @media (max-width: 1200px) {
    .description-block {
      float: left;
      width: 70%; } }
  @media (max-width: 767px) {
    .description-block {
      float: none;
      width: 100%; } }
  .description-block dl {
    font-size: 22px;
    line-height: 27px;
    display: block;
    padding: 0 0 0 65px;
    margin: 0;
    overflow: hidden; }
    @media (max-width: 1400px) {
      .description-block dl {
        padding: 0; } }
    @media (max-width: 1210px) {
      .description-block dl {
        padding: 0; } }
    @media (max-width: 480px) {
      .description-block dl {
        font-size: 13px;
        line-height: 14px;
        overflow: hidden; } }
    .description-block dl dt {
      float: left;
      font-weight: 500;
      width: 50%;
      text-align: right;
      margin: 0 0 18px; }
      @media (max-width: 1210px) {
        .description-block dl dt {
          width: 45%; } }
      @media (max-width: 480px) {
        .description-block dl dt {
          width: 50%; } }
    .description-block dl dd {
      overflow: hidden;
      margin: 0;
      padding: 0 0 0 10px;
      float: left;
      width: 50%;
      text-align: left;
      margin: 0 0 18px; }

.image-box {
  padding: 0 0 0 60px;
  margin: 0 0 15px; }
  @media (max-width: 1210px) {
    .image-box {
      float: left;
      width: 30%; } }
  @media (max-width: 767px) {
    .image-box {
      float: none;
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0 0 40px; } }

button, input, select, textarea {
  border: none;
  border-radius: 0;
  display: block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  width: auto; }

input[type='text'], input[type='tel'], input[type='email'], input[type='search'], input[type='password'], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
  padding: 0; }

.interior #footer-info-wrapper {
  margin-top: 40px; }

.col_5 {
  width: 41.6666%; }

.col_2 {
  width: 16.6666%; }

#footer-info-wrapper {
  font-family: "calluna",serif;
  float: left;
  width: 100%;
  color: #343434; 
}
  
#footer-info-wrapper .container {
  background: #f1ece2;
  padding: 20px 30px;
  position: relative;
  max-width: 120em;
}
#footer-info-wrapper .top-row, #footer-info-wrapper .bottom-row {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
#footer-info-wrapper .top-row {
  border-bottom: 1px solid #d0c4ab;
  padding-bottom: 20px;
}
#footer-info-wrapper .bottom-row {
  padding-top: 20px;
}
#footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
  padding: 20px 70px;
}
#footer-info-wrapper .right-info {
  float: right;
}
#footer-info-wrapper .center-info {
  text-align: center;
  border-left: 1px solid #d0c4ab;
  border-right: 1px solid #d0c4ab;
  padding: 10px 0;
  margin: 10px 0;
  position: absolute;
  left: 41.666%;
}
#footer-info-wrapper .center-info img {
  margin: 10px auto;
}
#footer-info-wrapper .center-info .schramsberg-footer-logo {
  width: 244px;
  height: auto;
  margin-bottom: 35px;
}
#footer-info-wrapper .center-info .davies-footer-logo {
  width: 176px;
  height: auto;
  margin-bottom: 35px;
}
#footer-info-wrapper h3 {
  color: #9b8251;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 15px;
  padding: 0;
}
#footer-info-wrapper p {
  font-size: 1em;
  margin-bottom: 5px;
  line-height: 1.4em;
}
#footer-info-wrapper .col_8 {
  padding-right: 20px;
}
#footer-info-wrapper .button {
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  width: 100%;
  display: block;
  text-align: center;
  margin: 28px auto 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
}
#footer-info-wrapper .social-media-icons {
  width: 50%;
  float: left;
}
#footer-info-wrapper .social-media-icons a {
  color: #9b8251;
  font-size: 1.6em;
  margin-right: 26px;
  display: inline-block;
  float: left;
}
#footer-info-wrapper .email-form {
  width: 50%;
  float: left;
}
#footer-info-wrapper .email-form form {
  padding: 0;
  float: right;
  position: relative;
  top: -5px;
}
#footer-info-wrapper .email-form form input[type="text"] {
  width: 157px;
  float: left;
  background: #fff;
  color: #856f42;
  font-style: italic;
  height: 34px;
  line-height: 34px;
  margin-right: 2px;
  padding: 0 10px;
}
#footer-info-wrapper .email-form form input[type="submit"] {
  width: 75px;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 8px;
  color: #fff;
  text-transform: uppercase;
  background: #9b8251;
  text-align: center;
  margin: 0 0 0 0;
  letter-spacing: 1px;
  font-family: "futura-pt",sans-serif;
  float: left;
}

.page_footer {
  font-family: "futura-pt",sans-serif;
  font-weight: 400;
  width: 100%;
  background: #a58e5e;
  clear: both !important;
  max-width: 120em;
}
.page_footer .container {
  padding: 20px 100px;
  max-width: 120em;
}
.page_footer a.buy-wine {
  font-weight: 400;
  display: block;
  background: #b6a37c;
  float: left;
  text-align: center;
  width: 180px;
  margin: 10px 30px 10px 0;
  color: #fff;
  padding: 8px 0;
  font-size: 0.75em;
  text-transform: uppercase;
}

.page_footer_menu {
  list-style: none;
}
.page_footer_menu li {
  display: inline-block;
  padding: 0 1.3em;
  font-size: 0.875em;
  text-transform: uppercase;
  color: #fff;
}
.page_footer_menu li a {
  color: inherit;
}

.copyright {
  font-weight: 400;
  color: #fff;
  font-size: 0.875em;
  padding: 17px 0px 17px 0;
  text-align: right;
  text-transform: uppercase;
}
.copyright a {
  color: #eadcb2;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #f1ece2;
  margin: 0 0 12px;
  width: 160px;
  height: 43px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 17px;
  line-height: 43px;
  margin: 0 35px 0 8px;
  text-align: left;
  padding: 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  border: 10px solid transparent;
  border-top: 10px solid #9b8251;
  bottom: 0;
  right: 10px;
  top: 17px; }

body > .jcf-select-drop {
  position: absolute;
  margin: -3px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 17px;
  line-height: 18px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  background: #f1ece2;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 16px;
  color: #000;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #9b8251; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #f1ece2;
  width: 23px;
  bottom: 0;
  right: 4px;
  top: -4px; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  border: 10px solid transparent;
  border-bottom: 10px solid #9b8251;
  height: 14px;
  width: 14px;
  left: 1px;
  top: -5px;
  position: relative; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  border: 10px solid transparent;
  border-top: 10px solid #9b8251;
  top: auto;
  bottom: -4px; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #bba06c;
  height: 1px;
  width: 23px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  /*outline: none;*/
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 5% !important;
  left: 0;
  z-index: 8020;
  max-width: 1662px !important;
  height: 90% !important;
  min-height: 610px; }
  @media (max-width: 997px) {
    .fancybox-wrap {
      display: none !important; } }

.fancybox-skin {
  background: #fff;
  color: #444;
  text-shadow: none;
  height: 100% !important; }

.fancybox-outer, .fancybox-inner {
  overflow: visible !important; }

.fancybox-inner {
  overflow: visible;
  height: auto !important; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-close {
  display: none; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  display: none;
  z-index: 9999;
  background: url("../images/fancybox_overlay.png"); }
  @media (max-width: 997px) {
    .fancybox-overlay {
      display: none !important; } }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: hidden;
  overflow-y: hidden;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box; }

/* example lightbox styles */
div.lightbox {
  display: block !important;
  max-width: 1660px; }

.popup-holder {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0; }

.content-wrapp {
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }
  .content-wrapp .image-box {
    float: left;
    width: 27%;
    padding: 46px 38px 0 0;
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .content-wrapp .image-box {
        float: none;
        width: 100%;
        padding: 0; } }
    @media (max-width: 768px) {
      .content-wrapp .image-box {
        margin: 0 0 20px; } }
    .content-wrapp .image-box img {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 5%;
      width: auto;
      height: auto;
      max-width: 80%;
      max-height: 90%; }
  .content-wrapp .blockquote-section {
    padding: 0 20px 0 0; }

.jcf-scrollable-wrapper {
  width: 100% !important;
  padding: 0 20px 0 0;
  box-sizing: border-box; }

.jcf-scrollable {
  width: 100% !important;
  height: 720px; }

.close {
  width: 96px;
  height: 42px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  background: #bba06c;
  position: absolute;
  z-index: 100000;
  top: 10px;
  right: 12px;
  text-align: center;
  padding: 11px 5px; }
  .close:hover {
    color: #fff;
    opacity: 0.8; }

.content {
  float: right;
  width: 73%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  padding: 50px 45px 30px 7px;
  overflow: hidden; }
  @media (max-width: 1300px) {
    .content {
      padding: 50px 30px 30px 7px !important; } }
  @media (max-width: 768px) {
    .content {
      float: none;
      width: 100%; } }
  .content h1 {
    font-size: 48px;
    line-height: 50px;
    margin: 0 0 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #bba06c; }
    @media (max-width: 480px) {
      .content h1 {
        font-size: 22px;
        line-height: 24px; } }
  .content .text-block {
    float: left; }
  .content .select-holder {
    float: left;
    margin: 0 0 0 61px;
    padding: 8px 0 0; }
    @media (max-width: 1300px) {
      .content .select-holder {
        margin: 0 0 0 31px; } }

.tab-holder {
  clear: both;
  padding: 4px 0 0;
  position: absolute;
  height: 500px;
  height: calc(100% - 246px);
  overflow: hidden;
  bottom: 30px;
  left: 0;
  right: 45px; }

.tabset {
  padding: 0 0 0 19px;
  border-bottom: 1px solid #bba06c;
  margin: 0 0 44px; }
  @media (max-width: 1230px) {
    .tabset {
      padding: 0; } }
  .tabset li {
    float: left;
    margin-bottom: -1px; }
    @media (max-width: 1230px) {
      .tabset li {
        margin: 0;
        text-align: center; } }
    @media (max-width: 480px) {
      .tabset li {
        width: 100%; } }
    .tabset li a {
      font-size: 26px;
      line-height: 28px;
      text-transform: uppercase;
      display: block;
      margin: 0 1px;
      padding: 10px 40px;
      background: #bba06c;
      border: 1px solid #bba06c;
      border-bottom: none;
      color: #fff; }
      @media (max-width: 1400px) {
        .tabset li a {
          padding: 10px 30px;
          font-size: 20px; } }
      @media (max-width: 768px) {
        .tabset li a {
          font-size: 18px;
          line-height: 20px; } }
      .tabset li a:hover, .tabset li a.active {
        color: #bba06c;
        background: #fff;
        border-bottom: 2px solid #fff;
        margin-top: -2px; }

.tab-content {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 80px); }
  .tab-content #tab1, .tab-content #tab2, .tab-content #tab3 {
    width: 100% !important;
    height: 100%; }
  @media (max-width: 768px) {
    .tab-content .post {
      padding: 0 20px 0 0; } }
  .tab-content .js-tab-hidden {
    position: absolute;
    top: -9999px;
    width: 100%; }
  .tab-content .active {
    display: block;
    position: static; }
  .tab-content .scrollable {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%; }

.in-lightbox {
  overflow: hidden;
  padding: 0;
  max-width: 595px;
  margin: 9px 0 0; }
  @media (max-width: 1200px) {
    .in-lightbox {
      width: 100%;
      float: none; } }
  @media (max-width: 768px) {
    .in-lightbox dl {
      font-size: 19px;
      line-height: 25px; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .in-lightbox dl {
      font-size: 12px;
      line-height: 14px; } }

.rating-section {
  padding: 4px 32px 0 0 !important;
  margin: 0 0 35px; }

.tab-inner {
  margin: -22px 0 0; }
  @media (max-width: 767px) {
    .tab-inner ul {
      width: 100%; } }
  .tab-inner ul li {
    width: 25%; }
    @media (max-width: 1200px) {
      .tab-inner ul li {
        width: 50%; } }
    @media (max-width: 767px) {
      .tab-inner ul li {
        float: left; } }
    @media (max-width: 480px) {
      .tab-inner ul li {
        float: none;
        width: 100%; } }
  .tab-inner ul span {
    font-size: 26px;
    line-height: 32px;
    padding: 0 25px; }
    @media (max-width: 1500px) {
      .tab-inner ul span {
        font-size: 20px;
        line-height: 22px; } }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  box-shadow: inset 0 0 5px 5px #ebebeb; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(51, 51, 51, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 0px solid #dfdfdf;
  border-bottom: 0px solid #fff; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 43px;
  border-top: 0px solid #fff;
  border-bottom: 0px solid #dfdfdf; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 43px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: 0px solid #dfdfdf;
  line-height: 40px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  box-shadow: inset 0 0 15px 3px #ebebeb; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #f8f8f8;
  background: #333; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9); }

    @media screen and (max-width: 1920px) {
  #footer-info-wrapper .social-media-icons a {
    margin-right: 17px;
  }

  .page_footer .col_3, .page_footer .col_9 {
    width: 100%;
  }

  .copyright {
    text-align: center;
    padding: 8px 0px 17px 0;
  }

  .page_footer .col_3, .page_footer .col_9 {
    text-align: center;
  }

  .page_footer a.buy-wine {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .page_footer_menu {
    padding: 0;
    text-align: center;
  }
}

@media screen and (max-width: 1600px) {
  #footer-info-wrapper .center-info {
    width: 100%;
    position: relative;
    left: 0;
    border: 0;
  }

  #footer-info-wrapper .center-info img {
    margin: 0 10px;
    display: inline-block;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 50px;
    width: 50%;
  }

  #footer-info-wrapper .right-info {
    border-left: 1px solid #d0c4ab;
  }
}

@media screen and (max-width: 1250px) {
  #footer-info-wrapper .top-row .col_8, #footer-info-wrapper .top-row .col_4,
  #footer-info-wrapper .bottom-row .col_8, #footer-info-wrapper .bottom-row .col_4,
  #footer-info-wrapper .social-media-icons, #footer-info-wrapper .email-form {
    width: 100%;
    float: left;
    clear: both;
  }

  #footer-info-wrapper .button {
    max-width: 250px;
    margin-top: 10px;
  }

  #footer-info-wrapper .email-form form {
    padding: 20px 0 0 0;
    margin: 0 auto;
    float: none;
    position: relative;
    top: 0;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    text-align: center;
  }

  #footer-info-wrapper .social-media-icons a {
    color: #9b8251;
    font-size: 1.6em;
    display: inline-block;
    float: none;
    margin: 0 10px 0;
  }

  #footer-info-wrapper .email-form form input[type="text"] {
    display: inline-block;
    float: none;
  }

  #footer-info-wrapper .email-form form input[type="submit"] {
    display: inline-block;
    float: none;
  }

  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    padding: 20px 70px;
  }

  #footer-info-wrapper .container {
    padding: 20px 0px;
  }

  .page_footer .container {
    padding: 20px 20px;
  }
}

@media (max-width: 1040px) {
  .header_logo {
    display: none; }
  #main {
    padding-top: 0px; }
  #navigation, #header .container {
    display: none; }
  .mobile-header {
    display: block;
    position: fixed;
    height: 44px;
    background: #edede6;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 1; }
  .header_logo_mobile {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
    position: relative;
    left: 0;
    margin-left: 0;
    top: 0;
    padding: 6px; }
  .header_logo_mobile img {
    max-height: 30px; }
  #mobile-ecommerce-icon {
    float: right; }
  .main-menu, .ecommerce-menu {
    display: none; }
  .sidr-class-submenu-content {
    display: none; }
  .header-quicklinks {
    display: none; }
  li.sidr-class-has-submenu {
    position: relative; }
  .click-menu {
    width: 27px;
    margin: 10px 4px 10px 10px;
    display: block;
    float: left;
    position: relative;
    z-index: 10; }
  .click-menu.quicklinks {
    float: right;
    margin: 10px 10px 10px 5px; }
  .click-menu i {
    font-size: 22px;
    color: #bba06c; }
  .sidr ul li a, .sidr ul li span {
    border-bottom: 1px solid #dfdfdf !important; }
  body.sidr-open {
    position: fixed !important; }
  body.sidr-open .mobile-header {
    left: 260px; }
  body.sidr-open.sidr-ecomm-open .mobile-header {
    left: auto;
    right: 260px; }
  body {
    margin-top: 0; }
  .sidr .sidr-inner {
    position: absolute;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%; }
  .sidr {
    border-right: 1px solid #dfdfdf !important;
    box-shadow: none;
    background: #f5f5f0;
    font-family: "futura-pt",sans-serif;
    font-weight: 500; }
  .sidr ul {
    margin: 0; }
  .sidr.right {
    border-right: 0;
    border-left: 1px solid #dfdfdf !important; }
  .sidr-class-shop {
    padding-left: 15px;
    padding: 12px 15px;
    display: block;
    border-bottom: 1px solid #dfdfdf !important; }
  #header {
    position: static;
    z-index: 9999;
    top: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 43px;
    padding: 0; }
  #main {
    padding-top: 25px; }
  #still-wines-wrapper {
    background-size: cover; }
  #still-wines-wrapper img {
    width: 100%;
    height: auto;
    display: none; }
  #still-wines-wrapper .overlay {
    position: relative;
    padding: 80px 20px;
    border: 0; }
    
  #footer-info-wrapper .left-info, #footer-info-wrapper .right-info {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    border: 0;
  }

  #footer-info-wrapper .bottom-row {
    padding-top: 25px;
    border-bottom: 1px solid #d0c4ab;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  #footer-info-wrapper .center-info img {
    margin: 0 auto;
    display: block;
  }

  #footer-info-wrapper p span {
    display: block;
  }

  #footer-info-wrapper .right-info .bottom-row:last-of-type {
    border-bottom: 0;
  }

  .page_footer a.buy-wine {
    float: none;
    margin: 10px auto 10px;
  }

  .page_footer_menu {
    list-style: none;
    padding: 10px 0 0 0;
    text-align: center;
  }

  .page_footer_menu li {
    padding: 0.5em 0.5em;
  }

  .copyright {
    text-align: center;
    padding-top: 8px;
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  .size {
    padding: 45px 20px 43px; }
    .size h1 {
      margin: 0 0 23px; } }

@media (max-width: 480px) {
  .size ul .small {
    margin-left: 15%; }
  .size ul .middle {
    margin-left: 5%; }
  ul {
    padding: 0; } }
/*# sourceMappingURL=main.css.map */