/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
(Tweaked for CleanThemes theme)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS cross-browser clear fix */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.cf {
  zoom:1;
}

/* Remove FF input padding for consistant alignment */
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove the odd input formatting from iOS */
button,
input[type=submit],
input[type=button]{
  -webkit-appearance: none;
}

/* Stop Webkit's big glowy boxes, we have our own highlight effect */
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

/* Standard text CSS */
strong, b { font-weight:bold; }
abbr, acronym { border-bottom:1px dotted #2f1a01; cursor:help; } 
em, i { font-style:italic; }
ul,ol,dl { margin:1em; font-size:100%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
blockquote {
  margin:1.5em 0em 1.5em 10px;
  padding:.5em 0em;
  quotes:"\201C""\201D";
  font-size:130%;
  font-style:italic;
  line-height: 100%;
}
blockquote:before{
  color: #2f1a01;
  content:open-quote;
  font-size:3em;
  line-height:.1em;
  margin-left: -20px;
  margin-right: 10px;
  vertical-align:-0.48em;
}
blockquote :first-child { display:inline; }
blockquote :last-child { margin-bottom:0; }
blockquote:after { content: no-close-quote; }

ol,ul,dl { margin-left:2em; }
ol li {    list-style: decimal outside; }
ul li {	list-style: disc outside; }
dl dd { margin-left:1em; }
th,td {
  border-bottom: 1px solid #2f1a01;
  border-collapse: collapse;
  border-top: 1px solid #2f1a01;
  padding: 0.7em;
}
th {
  /*distinguishing table headers from data cells*/
  font-weight:bold;
  text-align:left;
  border-bottom-width: 3px;
}
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

hr {
  border: none;
  width: 100%;
  color: transparent;
  border-bottom: 3px double #2f1a01;
  height: 9px;
  margin: 1em 0;
}

/* Google Fonts */






 body, input, textarea, select option

{ font-family: 'Whitney SSm A', 'Whitney SSm B'; }






 h1,h2,h3,h4,h5,h6

{ font-family: 'Sentinel A', 'Sentinel B'; }






 #pageheader .logotext

{ font-family: Sentinel, Georgia, Utopia, 'Times New Roman', Times, serif; }






 .nav-row

{ font-family: 'Whitney SSm A', 'Whitney SSm B'; }







.signup-form input[type="email"],
input[type="submit"],
button,
label,
#cart-summary-overlay,
#pageheader .utils,
.page-header .filters,
.tags,
#pagefooter

{ font-family: 'Sentinel A', 'Sentinel B'; }


/* Theme styles */

body {
  font-size: 15px;
  line-height: 1.6em;
  color: #2f1a01;
  background: #ffffff;
  //letter-spacing: 1px;
  overflow-y: scroll;
}

::selection{/* Webkit & Opera */
  background:#2f1a01;
  color:#ffffff;
}
::-moz-selection{ /* Firefox */
  background:#2f1a01;
  color:#ffffff;
}

a,
a:link,
a:visited {
  
  color: #2F1A01;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
  text-decoration: underline;
}

a:hover {
  
  color: #867566;
}

select {
  max-width: 100%;
}

input,
textarea {
  font-size: 15px;
  line-height: 15px;
  background-color: #ffffff;
  color: #2f1a01;
  border: 1px solid #2f1a01;
  padding: 11px 15px;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  letter-spacing: 1px;
}

input[type=checkbox] {
  border:none;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
}

textarea {
  height:120px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HTML5 input placeholders */
::-webkit-input-placeholder {
  
  color: #2f1a01;
}

:-moz-placeholder { /* Firefox 18- */
  
  color: #2f1a01; 
}

::-moz-placeholder {  /* Firefox 19+ */
  
  color: #2f1a01;
}

:-ms-input-placeholder {
  
  color: #2f1a01;
}

.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #2F1A01;
  border: none;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  height: auto;
  margin: 0;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  cursor: pointer;
  padding: 8px 24px;
  vertical-align: middle;
  min-width: 120px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -moz-border-radius:0;
  -webkit-border-radius:0;
  border-radius:0;
  -moz-transition: background-color 100ms, color 100ms;
  -webkit-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  display: inline-block;
  zoom:1;
  *display:inline;
  letter-spacing: 0.1rem;
}

.button.compact,
button.compact,
input[type="submit"].compact,
input[type="reset"].compact,
input[type="button"].compact {
  width: auto;
  min-width: 0;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  
  background: #867566;
}

.button.altcolour,
button.altcolour,
input[type="submit"].altcolour,
input[type="reset"].altcolour,
input[type="button"].altcolour {
  background: #ffffff;
  color: #2f1a01;
}

.button.altaltcolour,
button.altaltcolour,
input[type="submit"].altaltcolour {
  background: #999999;
}

.button.altaltcolour:hover,
button.altaltcolour:hover,
input[type="submit"].altaltcolour:hover {
  background: #2f1a01;
}

.button.notabutton,
a.button.notabutton,
button.notabutton,
input[type="submit"].notabutton {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: none;
  vertical-align: baseline;
  min-width: 0;
  overflow: visible;
  height: auto;
  color:#f6b436;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

.button.notabutton:hover,
a.button.notabutton:hover,
button.notabutton:hover,
input[type="submit"].notabutton:hover {
  color:#976036;
}

.button.disabled,
a.button.disabled,
button[disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
input[type="button"][disabled] {
  background: #999 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #2f1a01;
  font-weight: normal;
  line-height: 1.125em;
  
  margin-bottom: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: inherit;
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color:#976036;
}

h1,
h2.h1-style { font-size: 32px; }




h2,
h1.h2-style,
h2.h2-style,
h3.h2-style,
h4.h2-style,
h5.h2-style,
h6.h2-style {
  font-size: 45.357142857142854px;
}


h3,
h1.h3-style,
h2.h3-style,
h3.h3-style,
h4.h3-style,
h5.h3-style,
h6.h3-style {
  font-size: 39.285714285714285px;
}


h4,
h1.h4-style,
h2.h4-style,
h3.h4-style,
h4.h4-style,
h5.h4-style,
h6.h4-style {
  font-size: 33.21428571428571px;
}


h5,
h1.h5-style,
h2.h5-style,
h3.h5-style,
h4.h5-style,
h5.h5-style,
h6.h5-style {
  font-size: 27.142857142857142px;
}


h6,
h1.h6-style,
h2.h6-style,
h3.h6-style,
h4.h6-style,
h5.h6-style,
h6.h6-style {
  font-size: 21.07142857142857px;
}


h1.majortitle,
h2.title, /* Req for Shopify account templates */
h2.majortitle,
h3.majortitle,
h4.majortitle,
h5.majortitle,
h6.majortitle,
.majortitle {
  margin: 10px 0;
}

h1.hometitle,
h2.hometitle,
h3.hometitle,
.hometitle {
  line-height: 1em;
  margin: 10px 0;
}


img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

/* Lists  */


#pageheader .social-links ul {
  margin: 0;
  padding: 0;
  display: inline;
}

.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

#content {
  background: #ffffff;
  
  
  
  
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  
  
  
  padding-bottom: 60px;
}

/* home-page specific styles */

.template-index #content {
  padding-bottom: 0;
}

.template-index #main-nav {
  margin-top: 15px;
}

.template-index #pageheader {
  position: relative;
  min-height: 620px;
  overflow: visible;
  margin-bottom: 120px;
}

.template-index .left-decoration,
.template-index .right-decoration {
  z-index: -1;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.template-index .left-decoration {
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/left-flowers.png?v=82210345614555646731539019981);
  background-size: 438px 739px;
  width: 438px;
  height: 739px;
  top: 0;
  left: 0;
}

.template-index .right-decoration {
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/right-flowers.png?v=84859735236634438091539019985);
  background-size: 376px 645px;
  width: 376px;
  height: 645px;
  right: 0;
  bottom: -90px;
}

.template-index .mobile-decoration {
  display: none;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/mobile-flowers.png?v=88333947685189192731539019983);
  background-size: 600px 386px;
  background-position: top center;
  z-index: -1;
  width: 100%;
  height: 386px;
  bottom: -120px;
}

@media only screen and (max-width: 980px) {
  .template-index .left-decoration {
    left: calc(0px - (980px - 100%) / 2);
  }
  .template-index .right-decoration {
    right: calc(0px - (980px - 100%) / 2);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  .template-index .left-decoration {
    background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/left-flowers@2x.png?v=7746281370292171141539019982);
  }
  
  .template-index .right-decoration {
    background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/right-flowers@2x.png?v=3808231523691845351539019985);
  }

  .template-index .mobile-decoration {
    background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/mobile-flowers@2x.png?v=38227255690343836301539019983);
  }
}

@media screen and (max-width: 600px) {

  body #pageheader .util-area {
    display: block;
    overflow: visible;
    width: auto;
    clear: both;
    float: none;
  }

  body #pageheader .logo {
    display: block;
    overflow: visible;
    clear: both;
    float: none;
    margin: 25px auto 35px auto;
  }

  .template-index .headline {
    margin-bottom: -180px;
  }

  .template-index .left-decoration,
  .template-index .right-decoration {
    display: none;
  }

  .template-index .mobile-decoration {
    display: block;
  }
}


/* Header */
#pageheader {
  position: relative;
  background-color: #CBB7E7;
  z-index: 4000; /* Place above slider for live-search dropdown */
}

.headline {
  display: block;
  clear: both;
  margin: 20px auto 0 auto;
  max-width: 720px;
  padding-left: 15px;
  padding-right: 15px;
}

.headline h1 {
  font-size: 66px;
  line-height: 72px;
  font-weight: 300;
  text-align: center;
  font-family: 'Sentinel A', 'Sentinel B';
}

@media screen and (max-width: 1110px) {
  .headline {
    max-width: 600px;
  }

  .headline h1 {
    font-size: 52px;
    line-height: 60px;
  }
}


#pageheader,
#pageheader a {
  color: #512c1e;
}

#pageheader .logo {
  display: block;
  float: left;
  margin: 20px 40px 20px 40px;
  width: 255px;
}

#pageheader .util-area {
  display: block;
  float: right;
  //width: 25%;
  white-space: nowrap;
}

#pageheader #main-nav {
  display: block;
  float: left;
  position: relative;
  top: 37px;
}

.nav-row a {
  padding: 10px;
  text-decoration: none;
}

.template-index .nav-row a {
  padding: 10px 18px;
}

.template-index #pageheader #main-nav {
  display: block;
  float: none;
  top: 0;
}

.template-index #pageheader .util-area {
  float: none;
  width: auto;
}

.template-index #pageheader .logo {
  width: auto;
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  padding: 0px 0 5px;
  letter-spacing: 1px;
}

#pageheader .logo a {
  color: #2f1a01;
}

#pageheader .logo img {
  vertical-align: top;
}

#pageheader .logo .logotext {
  font-size: px;
  line-height: 1em;
}

#pageheader .utils {
  position: absolute;
  top: 50%;
}

#pageheader .logo-pos-below .utils,
#pageheader .logo-pos-above .utils {
  top: 0;
  margin-top: 0;
}

#pageheader .utils {
  right: 30px;
  height: 44px;
  line-height: 40px;
  margin-top: -18px;
  
  font-size: 13px;
}

#pageheader .utils .social-links,
#pageheader .utils .cart-summary {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

#pageheader .utils .social-links {
  margin-right: 12px;
}

#pageheader .utils .cart-summary {
  text-align: right;
  border-left: 2px solid #8f7984;
  padding-left: 10px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: 500;
}

#pageheader .utils .cart-summary .switcher {
  display: inline;
  vertical-align: middle;
  position: relative;
}

#pageheader .utils .cart-summary .switcher .selected-currency {
  padding: 4px 5px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 500;
}

#pageheader .utils .cart-summary .switcher .switcher-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 50;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner {
  margin-top: 1.3em;
  line-height: 1em;
  padding: 8px 20px 6px;
  background: #fff;
  color: #444;
  white-space: nowrap;
}

#pageheader .utils .cart-summary .switcher .switcher-drop label {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  letter-spacing: normal;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -5px;
}

#pageheader .utils .cart-summary .switcher .switcher-drop .inner:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  right: 15px;
  margin-top: -4px;
}

#pageheader .utils .cart-summary .switcher.show-drop .switcher-drop,
#pageheader .utils .cart-summary .switcher:hover .switcher-drop {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .utils .cart-summary .switcher-drop {
}

#pageheader .utils .cart-summary .button {
  min-width: 0;
  padding: 8px 15px;
  vertical-align: middle;
  color: #ffffff;
}

#pageheader .utils .cart-count {
  display: inline-block;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  width: 24px;
  padding-top: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 20px;
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/bag.svg?v=34746594002440823201539019976);
  position: relative;
  margin-left: 3px;
  top: -3px;
}

#pageheader .utils .profile {
  display: inline-block;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  width: 20px;
  padding-top: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 17px;
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/profile.svg?v=109621070580973498371539019984);
  position: relative;
  top: -2px;
  margin-left: 5px;
}

#pageheader .utils .search {
  display: inline-block;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  width: 24px;
  padding-top: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 20px;
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/search.svg?v=27824989016009801931539019985);
  margin-left: 5px;
}

#pageheader .utils .cart-count:hover,
#pageheader .utils .search:hover,
#pageheader .utils .profile:hover {
  opacity: 0.8;
}

#pageheader .util-area {

  position: relative;
  height: 55px;
  
    margin-top: 10px;
  

}

#pageheader .util-area .signup-reveal-area {
  display: inline;
  position: relative;
}

#pageheader .util-area .signup-reveal {
  
  font-size: 13px;
}

#pageheader .util-area .signup-form-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 50;
}

#pageheader .util-area .signup-reveal-area.show-drop .signup-form-cont,
#pageheader .util-area .signup-reveal-area:hover .signup-form-cont {
  display: block;
  -webkit-animation: reveal 0.2s ease-out 0s 1 normal none;
  animation: reveal 0.2s ease-out 0s 1 normal none;
}

#pageheader .util-area .signup-form-cont .signup-form {
  margin-top: 1.3em;
}

#pageheader .util-area .signup-form-cont .signup-form:before {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -5px;
}

#pageheader .util-area .signup-form-cont .signup-form:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 1.3em;
  left: 15px;
  margin-top: -4px;
}

#pageheader .util-area .signup-form {
  background-color: #fff;
  border-color: #dedede;
}

#pageheader .util-area .signup-form * {
  color: #444;
  background: transparent;
}

#pageheader .util-area .nav-toggle {
  display: inline-block;
  display: none;
  cursor: pointer;
  float: left;
  margin-top: 3px;
  padding: 12px 15px 9px 35px;
  background: transparent url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/nav-toggle.svg?v=23084803867065524851539019983) no-repeat 0 center;
  letter-spacing: 0.100rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  #pageheader .utils {
    right: 15px;
  }

  #pageheader .util-area .nav-toggle {
    display: inline-block;
  }

  .template-index #pageheader #main-nav,
  body #pageheader #main-nav {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: #fff;
  }

  #main-nav ul {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  body #main-nav ul li {
    display: block;
    clear: both;
    text-align: left;
  }

  body #main-nav ul li a {
    padding: 12px 12px 12px 60px;
    display: block;
    clear: both;
  }

  body #main-nav ul ul {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body #main-nav ul ul:before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 0;
    border-top: 2px solid #512c1e;
    left: 60px;
    top: 14px;
  }

  body #main-nav ul ul:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 0;
    border-top: 2px solid #512c1e;
    left: 60px;
    bottom: 14px;
  }

  body #main-nav ul ul li a {
    padding: 12px 12px 12px 60px;
    display: block;
    clear: both;
  }

  body #main-nav ul ul {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    left: 0;
  }
}

/* HTML5 input placeholders */
#pageheader .util-area .signup-form input::-webkit-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form input:-moz-placeholder { /* Firefox 18- */
  color: #444;
}

#pageheader .util-area .signup-form input::-moz-placeholder {  /* Firefox 19+ */
  color: #444;
}

#pageheader .util-area .signup-form input:-ms-input-placeholder {
  color: #444;
}

#pageheader .util-area .signup-form label {
  display: none;
}

/* Nav */
.nav-row {
  text-align: center;
  line-height: 2.5em;
  
  font-size: 15px;
  font-weight: 500;
}

.nav-row .multi-level-nav > div { /* All nav rows regardless of tier */
  padding: 5px 0;
}

.nav-row .tier-1 {
  
}

.nav-row ul {
  margin: 0;
  
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul li {
  vertical-align: top;
  margin: 0;
  
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a {
  white-space: nowrap;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.expanded,
.nav-row li.active > a {
  color:#976036;
}

.nav-row a .exp {
  margin-left: 5px;
  width: 10px;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row a.listing-title {
  font-weight: bold;
}

.nav-row .slash {
  padding: 10px 0;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.nav-row ul ul {
  display: none;
}

.nav-row ul ul.listed {
  display: block;
  padding-bottom: 10px;
}

.nav-row .tier-1 ul ul.listed {
  display: none;
}

.nav-row ul ul.listed > li {
  display: block;
}

.nav-row ul ul.listed > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1em;
}

.tags.nav-row {
  border-top: 1px solid #2f1a01;
  border-bottom: 1px solid #2f1a01;
  padding: 15px;
  text-transform: capitalize;
}

.tags .active a {
  color: #e94b3f;
}

.multi-tag-row {
  margin-bottom: 10px;
}

.multi-tag-row .tags.nav-row {
  margin-top: -1px;
}

.tags.nav-row.social {
  text-align: right;
}

/* Main nav only */
#main-nav {
}

#main-nav .multi-level-nav > div {
}

#main-nav .multi-level-nav .tier-1 {  }
#main-nav .multi-level-nav .tier-2 {  }

#main-nav a {
  color: #512c1e;
  text-transform: uppercase;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  //font-weight: 500;
  letter-spacing: 0.100rem;
}

#main-nav a.expanded,
#main-nav li.active > a,
#main-nav a:hover {
  //color: #512c1e;
  color: #867566;
}

#main-nav .account-links {
  padding: 0 18px;
  color: #512c1e;
  white-space: nowrap;
}

#main-nav .account-links a {
  padding-left: 0;
  padding-right: 0;
  color: #512c1e;
}

#main-nav ul {
}

#main-nav ul li {
  position: relative;
  display: inline-block;
}

#main-nav ul li:hover ul {
  display: block;
}

#main-nav ul ul {
  display: none;
  background: #fff;
  position: absolute;
  padding: 5px 0;
  top: 48px;
  left: 0;
}

#main-nav ul ul li {
  display: block;
  width: 430px;
  text-align: left;
  margin: 0 auto;
}

#main-nav ul ul li a {
  display: block;
  padding: 2px 14px;
}

#main-nav ul ul li a:hover {
  color: #867566;
}

/* Store messages */
#store-messages {
}

#store-messages .message {
  position: relative;
  text-align: center;
  padding: 12px 0 16px;
}

#store-messages.messages-2 .message {
  float: left;
  width:49.5%;
}

#store-messages.messages-3 .message {
  float: left;
  width:33.33%;
}

#store-messages .message a {
  display: block;
}

#store-messages .message .title,
#store-messages .message .tagline {
  margin: 0 20px;
  
}

#store-messages .message .title {
  line-height:1.3em;
  font-size: 16px;
  -moz-transition: color 100ms;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}

#store-messages .message a:hover .title {
  color:#976036;
}

#store-messages .message .tagline {
  font-size: 13px;
  
  display: block;
  line-height:1.4em;
  margin-top:5px;
}

#store-messages .message .fluff {
  border-left: 1px solid #2f1a01;
  width: 1px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 28px;
}

/* Headings above content */
.page-header {
  text-align: center;
  padding: 20px 0 20px;
}

.page-header .pagetitle {
  margin-bottom: 20px;
}

.page-header .user-content {
  text-align: left;
}

.page-header .filters {
  float: left;
  
  font-size: 12px;
}

.page-header .social-area {
  float: right;
  
  font-size: 12px;
}

.page-header .social-area .rsslink,
.page-header .social-area .social {
  vertical-align: middle;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.page-header .social-area .rsslink img {
  height: 28px;
  width: 28px;
  margin-left: 10px;
}

.page-header .filters .tags {
  margin-right: 25px;
}

.headline-collage {
  min-height: 760px;
  background: #8b6d4c url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/mission-hero.jpg?v=147841271732072291491539019983) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-out;
}

.headline-collage .inner {
  background: #fff;
  max-width: 620px;
  margin: 0 auto;
  padding: 100px 60px;
  text-align: center;
}

.headline-collage h1 {
  margin: 0;
  font-size: 66px;
  line-height: 72px;
  font-weight: 300;
}

@media screen and (min-width: 1990px) {
  .headline-collage {
    min-height: 80vh;
  }

  .headline-collage .inner {
    padding: 170px 160px;
  }

  .headline-collage h1 {
    font-size: 74px;
    line-height: 82px;
  }
}

@media screen and (max-width: 950px) {
  
  .headline-collage {
    min-height: 0;
    padding: 15% 12%;
  }

  .headline-collage h1 {
    font-size: 52px;
    line-height: 58px;
  }

  .headline-collage .inner {
    padding: 12% 8%;
  }
}

@media screen and (max-width: 600px) {
  .headline-collage {
    min-height: 0;
    padding: 0;
    background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/mission-mobile-top.jpg?v=119804463854923015521539019983), url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/mission-mobile-bottom.jpg?v=152837572519145427141539019983);
    background-position: top center, bottom center;
    background-size: auto 200px;
  }

  .headline-collage .inner {
    width: 100%;
    display: block;
    clear: both;
    padding: 25px 15px;
    margin: 200px 0;
    max-width: 100%;
  }

  .headline-collage h1 {
    font-size: 45px;
    line-height: 52px;
  }
}

@media screen and (max-width: 525px) {
  .headline-collage {
    background-size: auto 175px;
  }

  .headline-collage .inner {
    margin: 175px 0;
  }
}

@media screen and (max-width: 460px) {
  .headline-collage {
    background-size: auto 155px;
  }

  .headline-collage .inner {
    margin: 150px 0;
  }
}

@media screen and (max-width: 400px) {
  .headline-collage {
    background-size: auto 135px;
  }

  .headline-collage .inner {
    margin: 125px 0;
  }
}

.centered-copy {
  background: #fff;
  text-align: center;
  padding: 90px 25px;
}

.centered-copy .inner {
  max-width: 710px;
  margin: 0 auto;
}

.centered-copy h4 {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}

a.btn, 
a.btn:link {
  display: inline-block;
  color: #fff;
  background: #351800;
  padding: 8px 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

a.btn:hover {
  background: #867566;
}

h2 small {
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  letter-spacing: 0.150rem;
  display: block;
  clear: both;
  font-size: 15px;
  text-transform: uppercase;
}

p.lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}

.copy-tiles {
  display: block;
  overflow: hidden;
  background: #E5E1DD;
  background: #FFFBF7;
}

.copy-tiles .inner-container {
  display: flex;
  clear: both;
  overflow: hidden;
  //max-width: 1140px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  background: #f2eeea;
}

.copy-tiles .image {
  width: 50%;
  display: flex;
  position: relative;
  left: 0;
  order: 1;
  align-self: center;
  background: #fff;
}

.copy-tiles .image img {
  display: block;
  overflow: hidden;
  align-self: center;
}

.copy-tiles .copy {
  display: block;
  text-align: center;
  background: #f2eeea;
  width: 50%;
  align-items: center;
  justify-content: center;
  order: 2;
}

.copy-tiles .copy .btn {
  margin-top: 2rem;
}

.copy-tiles .copy .inner {
  padding: 75px 50px;
  max-width: 400px;
  margin: 0 auto;
}

.copy-tiles.image-right .image {
  order: 2;
}

.copy-tiles.image-right .copy {
  order: 1;
}

@media screen and (max-width: 930px) {
  .copy-tiles .copy .inner {
    padding: 25px;
  }

  .copy-tiles .copy .inner h2 {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 0.5em;
  }

  .copy-tiles .copy .btn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 680px) {
  .copy-tiles .copy .inner {
    padding: 75px 50px;
  }

  .copy-tiles .copy .inner h2 {
    font-size: 45.357142857142854px;
    line-height: 1.125em;
    margin-bottom: 1em;
  }

  .copy-tiles .inner-container {
    display: block;
    clear: both;
  }

  .copy-tiles .image {
    width: auto;
  }

  .copy-tiles .image img {
    width: 100%;
    height: auto;
  }

  .copy-tiles .copy {
    width: auto;
  }

}

.featured-product-categories {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  top: -35px;
}

.featured-product-categories .row {
  display: block;
  clear: both;
  overflow: hidden;
}

.featured-product-categories .row p {
  max-width: 600px;
  margin: 50px auto;
}

.featured-product-categories .column {
  width: 26%;
  float: left;
  margin: 15px 3.625%;
}

.featured-product-categories label {
  display: block;
  clear: both;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  font-size: 19px;
  letter-spacing: 0.150rem;
  text-transform: uppercase;
  margin-top: 0.875em;
  color: #351800;
  cursor: pointer;
}

.featured-product-categories a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.featured-product-categories a img {
  transform: scale(1);
  transition: all 0.25s ease-out;
}

.featured-product-categories a:hover label {
  color: #867566;
}

.featured-product-categories a:hover img {
  transform: scale(1.025);
}

@media screen and (max-width: 1135px) {
  .featured-product-categories h2 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 680px) {
  .featured-product-categories {
    top: 1em;
  }

  .featured-product-categories h2 {
    max-width: 70%;
  }

  .featured-product-categories .row p {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 610px) {
  .featured-product-categories .column {
    width: auto;
    float: none;
    margin: 40px 30px;
  }
}

/* Pagination */
.pagination-row {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination {
  
  font-size: 12px;
}

.pagination .pagecount {
  border-left: 1px solid ;
  border-right: 1px solid ;
  padding: 0 5px;
  margin: 0 2px;
}

/* Main footer */
#pagefooter {
  padding: 0 0 50px 0;
  font-size: 13px;
  background: #CBB7E7;
  
}

#pagefooter .image-links {
  padding: 25px 0 0 0;
}

#pagefooter .image-links .image-link {
  width: 31.4%;
  float: left;
  text-align: center;
}

#pagefooter .image-links .image-link.block-1 {
  margin-left: 1.4%;
}

#pagefooter .image-links .image-link.block-2 {
  margin: 0 1.4%;
}

#pagefooter .image-links .image-link.block-3 {
  margin-right: 1.4%;
}

#pagefooter .image-links .image-link img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

#pagefooter .nav-row {
}

#pagefooter .nav-row a {
  color: #512c1e;
}

#pagefooter .lower {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

#pagefooter .copyright {
  text-align: center;
  margin-top: 30px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
}

#pagefooter .copyright .copy {
  white-space: nowrap;
}

#pagefooter .copyright img {
  vertical-align: middle;
  margin-right: 20px;
}

#pagefooter .interact {
  margin-top: 30px;
}

#pagefooter .interact .social-links {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}

#pagefooter .payment-methods {
  margin-top: 20px;
}

#pagefooter .payment-methods ul {
  margin-left: 0;
}


.footer-nav {
  display: block;
  clear: both;
  max-width: 860px;
  margin: 60px auto 35px auto;
  overflow: hidden;
}

.footer-nav .column {
  width: 31.325%;
  margin: 0 1%;
  float: left;
}

.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  font-weight: 300;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.footer-nav li a,
.footer-nav li b {
  display: block;
  clear: both;
  text-transform: uppercase;
  color: #512c1e;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
}


.footer-nav h4 {
  display: block;
  clear: both;
  text-transform: uppercase;
  color: #512c1e;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
}




.footer-nav li a:hover {
  color: #867566;
  //text-decoration: underline;
}

.footer-nav li li {
  font-weight: 500;
}

.footer-nav li li a {
  margin: 0;
}

@media screen and (max-width: 860px) {
  .footer-nav {
    margin: 60px 35px 35px 35px;
  }
}

@media screen and (max-width: 580px) {
  .footer-nav .column {
    width: auto;
    clear: both;
    margin: 15px;
    float: none;
    text-align: center;
  }

  .footer-nav li li {
    display: inline-block;
    position: relative;
    padding-right: 20px;
  }

  .footer-nav li li:after {
    content: "/";
    display: inline;
    position: absolute;
    right: 6px;
    top: -1px;
  }

  .footer-nav li li:last-child {
    padding-right: 0;
  }

  .footer-nav li li:last-child:after {
    content: "";
  }

}


/* Signup form in header *or* footer */
.signup-form-cont {
  text-align: center;
  clear: both;
  white-space: nowrap;
}

.signup-form {
  display:inline-block;
  zoom:1;
  *display:inline;
  vertical-align: middle;
}


.signup-form label {
  font-size: 13px;
  line-height: 13px;
  padding: 0 25px;
  border-right: 1px solid #2f1a01;
  vertical-align: middle;
  
}

.signup-form input[type="email"] {
  text-align: left;
  font-size: 13px;
  font-family: 'Whitney SSm A', 'Whitney SSm B';
  border: 1px solid #351800;
  letter-spacing: normal;
  border-right: none;
  width: 275px;
}

@media screen and (max-width: 650px) {
  .signup-form-cont h3 {
    white-space: normal;
  }
}

@media screen and (max-width: 600px) {
  .signup-form-cont h3 {
    white-space: normal;
  }

  .signup-form input[type="email"] {
    width: 65%;
  }
}

.signup-form input[type="submit"] {
  background: #351800;
  line-height: 11px;
  font-size: 14px;
  padding: 14px;
}

.signup-form h3 {
  font-family: 'Sentinel A', 'Sentinel B';
}

.signup-form h4 {
  margin: 0.6em 2em;
}

/* Social links */
#pageheader .social-links ul {
  display: block;
}

#pageheader .social-links li {
  list-style: none;
  display: inline-block;
  margin: 16px 3px 0 3px;
}

.social-links a {
  display: block;
  height: 0;
  text-indent: -999em;
  vertical-align: middle;
  width: 24px;
  padding-top: 24px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center center;
  background-size: 20px;
}

.social-links a:hover {
  opacity: 0.8;
}

.social-links .facebook a {
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/facebook.svg?v=20656865645164326691539019978);
}

.social-links .instagram a {
  background-image: url(//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/instagram.svg?v=21742466701317879551539019981);
}

.social .socitem {
  vertical-align:top;
  display:inline-block;
  zoom:1;
  *display:inline;
}

.social .socitem.label {
  margin: -2px 10px 0 0;
}

/* Product listing */


.product-block {
  text-align: center;
}

.product-block .block-inner {
  height: 300px;
}

.product-block .image-cont {
  position: relative;
  max-height: 300px;
  opacity: 0;
  padding-bottom: 0px;
}

.no-js .product-block .image-cont {
  opacity: 1;
}

.product-block .image-cont img {
  max-height: 300px;
  width: auto;
}

.product-block .productlabel {
  position: absolute;
  
  bottom: 5%;
  
  left: 0;
  right: 0;
  text-align: center;
}

.productlabel > span {
  padding: 6px 20px;
  background: #ff9900;
  color: #ffffff;
  
  font-size: 80%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.productlabel.soldout > span {
  background: #512c1e;
}

.productlabel.general > span {
  background: #9adada;
}

.product-block .hover-info {
  position: absolute;
  color: inherit;
  
  /* For hiding pre-hover */
  opacity: 0;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
  
  
  top: 0;
  left: 0;
  width: 100%;
  bottom: -1px;
  
}

.ie7 .product-block .hover-info,
.ie8 .product-block .hover-info{
  display: none;
}

.product-block .hover-info .bg {
  background: #ffffff;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 1500ms;
  transition: opacity 150ms;
}


.product-block:hover .block-inner .hover-info,
.product-block.expanded .block-inner .hover-info {
  opacity: 1;
  display: block;
}


.product-block .hover-info > .inner {
  width: 100%;
  
  display: table;
  height: 100%;
  
  position: relative;
  z-index: 10;
}


.ie7 .product-block .hover-info > .inner {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  top: 50%;
  left: 40px;
  right: 40px;
  margin-top: -30px;
}


.product-block .hover-info > .inner > .innerer {
  
  display: table-cell;
  vertical-align: middle;
  
  
  padding: 0 20px;
  
}

.ie7 .product-block .hover-info > .inner > .innerer {
  display: block;
}

.product-block .hover-info .reducedfrom {
  font-style: italic;
  opacity: 0.7;
  margin: 0 5px;
  
}

.product-block .hover-info .reducedfrom .amount {
  text-decoration: line-through;
}

.product-block .hover-info .price {
  margin: 0 5px;
}

.product-block .hover-info .price .from {
  font-size: 80%;
}

.product-block.expanded .image-cont:after {
  top: 300px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffffff;
  border-width: 15px;
  left: 50%;
  margin: -9px 0 0 -15px;
}

/* Collection blocks - in style of product block */

.product-block.collection-block .productlabel {
  
  margin-top: -30px;
  
}

.product-block.collection-block .productlabel > span {
  background: #2f1a01;
  color: #ffffff;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
  
}

.product-block.collection-block:hover .productlabel > span {
  background: #999999;
}

.product-block.collection-block .productlabel .count {
  text-transform: none;
  font-style: italic;
  display: block;
}

.collection-slider-row.is-showing-collections {
  
  background: #ffffff;
  
}

.collection-slider-row.is-showing-collections .collection-listing {
	height: 330px;
}

/* Search results */
.product-block.page-block {
}

.product-block.page-block .block-inner {
  border: 1px solid #000;
  
  width: 300px;
  
  overflow: hidden;
}

.product-block.page-block .block-inner .text-cont {
  padding: 20px;
  overflow: hidden;
  text-align: left;
}

/* Placeholder blocks for layout */
.product-block.placeholder {
  border: none !important;
  height: 0px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  
  display: none;
  
}

/* Product detail */
.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: top;
}

.product-detail .gallery .main-image {
  margin: 0 0 20px 0;
  text-align: center;
}

.product-detail .gallery.has-thumbnails .main-image {
  margin-right: 60px;
}

.product-detail .gallery .thumbnails {
  position: absolute;
  top: 0;
  right: 0;
}

.product-detail .gallery .thumbnails > * {
  display: block;
  margin-bottom: 10px;
}

.product-detail .detail {
  text-align: left;
  position: relative;
}

.product-detail .detail .title {
  margin: 0 0 0.5em;
}

.product-detail .detail .price {
}

.product-detail .detail .price .was-price {
  font-size: 15px;
  margin-right: 15px;
  text-decoration: line-through;
}

.product-detail .detail .productlabel {
  position: static;
  float: right;
  margin: 0 0 10px 10px;
}

.product-detail .detail .description {
  margin: 50px 0;
}

.product-detail .description {
  clear: both;
}

.product-detail .product-form .input-row {
  margin: 20px 0;
  clear: both;
}

.product-detail .product-form .input-row label {
  float: left;
  width: 80px;
  margin-bottom: 10px;
}

.product-detail .product-form .input-row label.singleopt {
  float: none;
  width: auto;
}

.product-detail .product-form .input-row label[for="quantity"] {
  margin-top: 8px;
}

.product-detail .product-form .input-row .selector-wrapper {
  clear: both;
}

.product-detail .product-form .input-row .inline-option .selector-wrapper {
  clear: none;
  display: inline;
}

.product-detail .product-form .input-row select {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 4px;
  border: 1px solid #2f1a01;
  -webkit-appearance: menulist-button;
}

/* Slide-out product detail, i.e. home, collection */

.collection-listing .product-detail {
  background: #ffffff;
  overflow: hidden;
  position: relative;
  line-height: 1.6em;
}

.collection-listing .product-detail .inner {
  padding: 50px 90px;
}

.collection-listing-stream .product-detail .gallery .thumbnails,
.collection-listing .product-detail .gallery .thumbnails {
  position: static;
}

.collection-listing-stream .product-detail .gallery .thumbnails > *,
.collection-listing .product-detail .gallery .thumbnails > * {
  display: inline;
  margin: 0;
}

.collection-listing-stream .product-detail .gallery .thumbnails .active,
.collection-listing .product-detail .gallery .thumbnails .active {
  text-decoration: underline;
}

.collection-listing .product-detail,
.collection-listing .product-detail h1,
.collection-listing .product-detail h1 a,
.collection-listing .product-detail h1.majortitle,
.collection-listing .product-detail h2,
.collection-listing .product-detail h3,
.collection-listing .product-detail h4,
.collection-listing .product-detail h5,
.collection-listing .product-detail h6 {
  color: #512c1e;
}

.collection-listing .product-detail a {
  color: #ff9900;
}

.collection-listing .product-detail a.button {
  background-color: #ff9900;
  color: #fff;
}

.collection-listing .product-detail a.button:hover {
  background-color: #ff9900;
}

.collection-listing .product-detail .gallery .main-image,
.collection-listing-stream .product-detail .gallery .main-image {
  margin-right: 0;
}

.product-detail .close-detail {
  position: absolute;
  right: 20px;
  top: 20px;
  background: transparent url('//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/close-bg-dark.png?v=65168528858547573881539019977') center center no-repeat;
  text-indent: -999em;
  width: 40px;
  height: 40px;
  padding: 10px;
}

/* Collection slider specific */
.collection-slider-row {
  padding-top: 40px;
}







.collection-slider .collection-listing {
  overflow: hidden;
  position: relative;
  height: 330px;
}

.collection-slider .collection-listing .product-block {
  padding: 10px 10px;
  width: auto; /* even in fixed-mode */
}

.collection-slider .collection-listing .product-block,
.collection-slider .collection-listing .product-block .block-inner {
  height: 300px;
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont {
  max-height: none;
}

.collection-slider .collection-listing .product-block .block-inner .image-cont img {
  max-height: 300px;
}

.collection-slider .collection-listing .product-block .product-detail {
  display: none;
}

.collection-slider-row .collection-listing .product-detail {
  position: relative;
  height: auto;
  margin-top: 0;
}

.collection-slider .product-block.expanded .image-cont:after {
  top: 300px;
}

/* Collection page specific */
.collection-listing {
  text-align: center;
  line-height: 0;
}

.collection-listing .product-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 300px;
  
  padding: 10px 8px;
  vertical-align: top;
  line-height: 1.6em;
}

.collection-listing .product-block .image-cont img {
  max-height: 300px;
  vertical-align: top;
}

.collection-listing .product-detail {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: 20px;
}

/* Collection page stream-mode! */
.collection-listing-stream .block-inner {
  display: none;
}

.collection-listing-stream .product-detail {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #2f1a01;
}

.collection-listing-stream .product-block:first-child .product-detail {
  border-top: none;
}

.collection-listing-stream .product-detail .close-detail {
  display: none;
}

/* View All under title on homepage */
.view-all {
  text-align: center;
  font-size: 80%;
  line-height: 1em;
  
  margin: 10px 0 20px;
}

.view-all > * {
  vertical-align: middle;
}

.view-all .prev,
.view-all .next {
  margin: 0 40px;
  font-size: 140%;
}

/* Collection page items */
.view-as-label {
  
}

#view-as-tiles,
#view-as-stream {
  padding-left: 25px;
  position: relative;
  margin-left: 15px;
}

#view-as-tiles div,
#view-as-stream div {
  background: #f6b436;
  position: absolute;
  -moz-transition: background-color 100ms;
  -webkit-transition: background-color 100ms;
  transition: background-color 100ms;
}

#view-as-tiles.active,
#view-as-stream.active {
  color: #976036;
}

#view-as-tiles.active div,
#view-as-stream.active div {
  background: #976036;
  position: absolute;
}

#view-as-tiles:hover div,
#view-as-stream:hover div {
  background: #976036;
}

#view-as-tiles div {
  height: 6px;
  width: 6px;
}

#view-as-tiles .fluff1 { left: 0; top: 0; }
#view-as-tiles .fluff2 { left: 8px; top: 0; }
#view-as-tiles .fluff3 { left: 0; top: 8px; }
#view-as-tiles .fluff4 { left: 8px; top: 8px; }

#view-as-stream .fluff {
  left: 0;
  top: 0;
  height: 14px;
  width: 14px;
}

/* Blog / articles */
.article-list .article {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #2f1a01;
}

.article-list .article:first-child {
  border-top: none;
  padding-top: 20px;
}

.article .container,
#comments.container {
  max-width: 960px;
}

.article .continue-reading {
  letter-spacing: normal;
  margin-bottom: 1em;
}

.article .meta {
  font-style: italic;
  letter-spacing: normal;
}

.article .meta .time {
  display: block;
  opacity: 0.9;
}

.article .meta .tags .label {
  color: #2f1a01;
}

.article .meta .tags a {
  opacity: 0.9;
  color: inherit;
}

.article .meta .tags a:hover {
  color:#976036;
}

.user-content {
  letter-spacing: normal;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  letter-spacing: 1px;
  margin: 1em 0 5px;
}

.user-content a {
  text-decoration: underline;
}

.user-content iframe {
  max-width: 100%;
}

/* Meta info */
.meta .iconmeta {
  background: url('//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/meta_icons_grey.png?v=5583881457473386381539019982') no-repeat 0 0;
  padding-left: 25px;
  margin-right: 10px;
  line-height: 1.4em;
  height: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.meta .iconmeta a {
  white-space: nowrap;
}

.meta .iconmeta.time {
  background-position: 0 -162px;
}

.meta .iconmeta.tags {
  background-position: 0 -80px;
}

/* Cart */

#cartform .divider {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #2f1a01;
}

#cartform .item-list {
  margin: 10px 0 40px;
}

#cartform .item {
  clear:both;
  list-style:none;
  position:relative;
  border-top: 1px solid #2f1a01;
  padding: 10px 0;
}

#cartform .item:first-child {
  border-top: none;
}

#cartform .item a.remove {
  position: absolute;
  top: 45px;
  right: 5%;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#cartform .item .image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 4% 0 5%;
  float: left;
}

#cartform .item .image img {
  vertical-align: middle;
}

#cartform .item .desc {
  overflow: hidden;
  margin: 40px 50% 0 0;
}

#cartform .item .desc .name {
  display: block;
}

#cartform .item .quantity {
  position: absolute;
  top: 40px;
  right: 30%;
  width: 130px;
}

#cartform .item .quantity input {
  width: 34px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cartform .item .line-total {
  margin-top: 5px;
  position: absolute;
  top: 40px;
  right: 10%;
  width: 90px;
  text-align: right;
}

#cartform .checkout-note {
}

#cartform .checkout-note textarea {
  width: 370px;
  max-width: 90%;
  margin-top: 10px;
}

#cartform .totals-area {
  text-align: center;
}

#cartform .totals-area .checkout-col {
  float: right;
  max-width: 360px;
}

#cartform .totals-area .subtotal {
  margin: 0 0 40px;
}

#cartform .totals-area .checkout-buttons {
  margin: 0 0 40px;
}

#cartform .termsagreement {
  margin-bottom: 5px;
}

#cartform .termsagreement label {
  vertical-align:middle;
}

#additional-checkout-buttons input {
  background: none;
  border: none;
  height: auto;
}

#cartform #shipping-calculator {
}

#cartform #shipping-calculator .inputrow {
  float: left;
  clear: none;
  width: 20%;
  padding: 0 30px 20px 0;
}

#cartform #shipping-calculator .inputrow label {
  display: block;
  float: none;
  margin: 0 0 10px 0;
}

#cartform #shipping-calculator .inputrow.ziprow {
  width: auto;
  overflow: hidden;
  padding-right: 0;
}

#cartform #shipping-calculator .inputrow.ziprow input {
  width: auto;
}

#cartform #shipping-calculator .inputrow.ziprow #address_zip {
  width: 120px;
  margin-right: 20px;
}

#cartform #shipping-calculator #wrapper-response {
  padding: 20px 0;
  clear: both;
}

/** Forms **/

#template { /* All default Shopify form templates start with #template */
  text-align: center;
}

#template .template_header {
  margin: 40px 0;
}

#template button,
#template input {
  width: 362px;
  text-align: center;
}

#template textarea {
  width: 362px;
}

#template label {
  
  font-size: 85%;
}

#template .action_bottom {
  margin-top: 27px;
}

#template .note {
  display: block;
}

#template .errors {
  margin: 10px 25px;
  font-style: italic;
}

#template .errors li {
  list-style: none;
}

.jsforms #template .large_form {
  position: relative;
  margin-top: -1px;
}

.jsforms #template .large_form label {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  padding: 0 20px;
}

#template.lefty-form {
  text-align: left;
}

#template.lefty-form input[type="text"],
#template.lefty-form input[type="email"],
#template.lefty-form textarea {
  text-align: left;
}

#template.righty-form {
  text-align: center;
}

#template.righty-form input[type="text"],
#template.righty-form input[type="email"],
#template.righty-form textarea,
#template.righty-form input[type="submit"] {
  text-align: center;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}

#address_tables {
  margin-top: 40px;
}

#admin_header {
  margin: 20px 0 40px;
}

#admin_header .title {
  text-align: center;
}

#admin_header .action_return {
  margin-bottom: 20px;
}

#customer_sidebar {
  float: left;
  width: 33%;
}

#customer_detail .address p,
.address_table .view_address p,
#order_address .address p {
  margin-bottom: 0;
}

#customer_orders {
  float: right;
  width: 60%;
}

#order_address {
  margin-top: 10px;
}

#order_address #order_payment {
  float: left;
  width: 48%;
  margin-bottom: 20px;
}

#order_address #order_shipping {
  float: right;
  width: 48%;
  margin-bottom: 20px;
}

#order_details {
  clear: both;
  width: 100%;
}

#comments .comment {
  padding-top: 20px;
  border-top: 1px solid #2f1a01;
}

#comments .comment.first {
  border-top: 0;
}

#comments .comment .gravatar {
  float: left;
}

#comments .comment .detail {
  margin-left: 100px;
}

.payment-methods li {
  margin-left:5px;
  padding-top:32px;
  height:0;
  width:53px;
  overflow:hidden;
  background:url('//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/payment_spr_grey.png?v=90509772501773901261539019984');
  display: inline-block;
  zoom:1;
  *display:inline;
}

.payment-methods li.pay-paypal {
  background-position: -5px 0;
}
.payment-methods li.pay-visa {
  background-position: -78px 0;
  width: 44px;
}
.payment-methods li.pay-mastercard {
  background-position: -137px 0;
  width:40px;
}
.payment-methods li.pay-amex {
  background-position: -192px 0;
  width: 36px;
}
.payment-methods li.pay-discover {
  background-position: -239px 0;
  width:54px;
}
.payment-methods li.pay-cirrus {
  background-position: -305px 0;
  width: 42px;
}
.payment-methods li.pay-maestro {
  background-position: -363px 0;
  width: 42px;
}
.payment-methods li.pay-google-wallet {
  background-position: -419px 0;
  width: 101px;
}
.payment-methods li.pay-dankort {
  background-position: -525px 0;
  width: 50px;
}
.payment-methods li.pay-jcb {
  background-position: -595px 0;
  width: 38px;
}
.payment-methods li.pay-diners {
  background-position: -650px 0;
  width: 36px;
}

ul.taglist {
  margin:0;
}

ul.taglist li {
  display:inline;
  white-space: nowrap;
}

table.noborders,
table.noborders tr,
table.noborders th,
table.noborders td {
  border:0;
}

.simple-popup {
  position: absolute;
  width: 140px;
  padding: 10px 15px;
  border: 1px solid #2f1a01;
  background: #ffffff;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -webkit-box-shadow: 0 0 2px 0 #888;
  -moz-box-shadow: 0 0 2px 0 #888;
  box-shadow: 0 0 2px 0 #888;
  text-align:center;
}

.fb_iframe_widget iframe {
  max-width:none;
}

.align-center,
.align-centre {
  text-align: center;
}

.align-right {
  text-align: right;
}

a .state {
  display: inline-block;
  zoom:1;
  *display:inline;
  width: 1em;
  text-align: center;
}

/* Content and content layouts */

.spaced-row {
  margin-bottom: 40px;
}

.padded-row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.strongly-padded-row {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content img,
/*.content iframe,*/
.content embed,
.content object {
  max-width: 100%;
  height: auto;
}

.layout-column-half-left {
  float: left;
  width: 45%;
}

.layout-column-half-right {
  float: right;
  width: 45%;
}

.layout-content-with-image-left .image-cont,
.layout-content-with-image-right .image-cont {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 33%;
  text-align: center;
  vertical-align: middle;
}

.layout-content-with-image-left .content,
.layout-content-with-image-right .content {
  display: inline-block;
  zoom:1;
  *display:inline;
  
  width: 60%;
  margin-right: 5%;
  vertical-align: middle;
}

.layout-content-with-image-left .content {
  margin-left: 5%;
  margin-right: 0;
}

.layout {
  position: relative;
}

.layout .col-third {
  float: left;
  width: 30%;
  margin-left: 5%;
}

.layout .col-third.left {
  margin-left: 0;
}

.layout .col-third.right {
  float: right;
  margin-left: 0;
}

.image-cont img {
  max-width: 100%;
  height: auto;
}

/* Just-added-to-cart summary */
#cart-summary-overlay {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 1px solid #2f1a01;
  
  font-size: 80%;
}

#cart-summary-overlay .item {
  float: left;
  width: 50%;
  padding-left: 20px;
}

#cart-summary-overlay .item .cols {
  margin-top: 10px;
}

#cart-summary-overlay .item .img {
  float: left;
  width: 95px;
}

#cart-summary-overlay .item .info,
#cart-summary-overlay .item .detail {
  float: left;
  width: 190px;
  margin-left: 10px;
}

#cart-summary-overlay img {
  max-height: 70px;
  max-width: 100%;
}

#cart-summary-overlay .cart {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 20px;
}

#cart-summary-overlay .cart .cart-text {
  margin: 15px 0 10px;
  font-style: italic;
  text-transform: none;
}

#cart-summary-overlay #shop-more,
#cart-summary-overlay .button {
  margin-left: 10px;
}

.scaled-text {
  transition: font-size 300ms;
}


/* Responsive styles */

@media screen and (max-width: 1000px) {
  body #pageheader .util-area {
    display: block;
    clear: both;
    width: auto;
    min-width: 95%;
    margin-bottom: -30px;
  }

  body.template-index #pageheader .util-area {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 815px) {
  #pageheader #main-nav {
    clear: left;
    top: -15px;
    left: 30px;
  }

  .template-index #pageheader #main-nav {
    left: 0;
  }
}


@media screen and (max-width: 830px) {
  #pageheader .nav-row ul li {
    margin-left: 0;
    margin-right: 0;
  }
  #pageheader .logo {
    margin-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  body #pageheader .util-area {

  }
}

/* Roughly tablet size */
@media only screen and (max-width: 959px) {
  .layout .col-third {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
	width: auto;
    margin-bottom: 20px;
    margin-left: 0;
  }
  
  #customer_sidebar,
  #customer_orders,
  #order_address #order_payment,
  #order_address #order_shipping {
    float: none;
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  .nav-row a {
    padding-left: 14px;
    padding-right: 14px;
  }
  
  #cartform .item .desc {
    margin-right: 43%;
  }
  
  #cartform .item .quantity {
    right: 23%;
  }
  
  #cartform #shipping-calculator .inputrow {
    width: auto;
    max-width: 100%;
    padding-right: 0;
  }
  
  #cartform #shipping-calculator .inputrow input {
    margin-bottom: 20px;
  }
  
  #template button,
  #template input,
  #template textarea {
    width: 332px;
    max-width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #pageheader .logo-pos-above .signup-form label {
    display: none;
  }
}

/* Phone sizes typically start here */
@media only screen and (max-width: 767px) {
  /* General layout */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .strongly-padded-row {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .layout-column-half-left,
  .layout-column-half-right {
    float: none;
    width: auto;
  }
  
  .layout-column-half-left {
    margin-bottom: 40px;
  }
  
  .layout-content-with-image-left .content,
  .layout-content-with-image-left .image-cont,
  .layout-content-with-image-right .content,
  .layout-content-with-image-right .image-cont {
    display: block;
    width: auto;
    margin: 20px 0;
  }
  
  .layout .col-third,
  .layout .col-third.left,
  .layout .col-third.right {
    float: none;
    width: auto;
    margin-left: 0;
  }
  
  #template.lefty-form {
    text-align: center;
  }
   
  .nav-row a {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #store-messages.messages-2 .message,
  #store-messages.messages-3 .message {
    float: none;
    width: auto;
  }
  
  #store-messages .message .fluff {
    display: none;
  }
  
  .page-header .filters {
    float: none;
  }
  
  .page-header .social-area {
    margin-top: 20px;
    float: none;
  }
  
  /* full-width images should keep a fixed height and crop to the side */
  
  #content .slide .overlay-text .button {
    display: none;
  }
    
  .collection-listing .product-block {
    height: auto;
    width: 47%;
    padding-left: 1%;
    padding-right: 1%;
    min-width: 0;
  }
  
  .collection-slider .collection-listing .product-block {
    max-width: 98%;
  }
  
  .collection-listing .product-block .image-cont,
  .collection-slider .collection-listing .product-block .image-cont {
    height: auto;
    max-height: none;
  }
  
  .collection-listing .product-block img,
  .collection-slider .collection-listing .product-block img {
    max-height: none;
    max-width: 100%;
    height: auto;
  }
  
  .product-block.page-block .block-inner {
    width: auto;
  }
  
  .collection-listing .product-detail .inner {
    padding: 100px 40px 50px 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  #cartform .item .image {
    margin-left: 0;
  }
  
  #cartform .item .desc {
    margin-right: 0;
  }
  
  #cartform .item .quantotal {
    position: relative;
    clear: both;
    padding-top: 20px;
  }
  
  #cartform .item .quantity {
    position: static;
    float: left;
  }
  
  #cartform .item .line-total {
    position: static;
    float: right;
  }
  
  #cartform .item a.remove {
    right: 10px;
  }
  
  #cartform .totals-area .checkout-col {
    float: none;
    max-width: none;
  }
}

@media only screen and (max-width: 600px) {
  body #pageheader .util-area {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  body.template-index #pageheader .util-area {
    margin-bottom: 40px;
  }
    
  #pageheader .util-area .signup-reveal-area {
    display: block;
    margin-bottom: 15px;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:before {
    left: 50%;
  }
  
  #pageheader .util-area .signup-form-cont .signup-form:after {
    left: 50%;
  }
  
  
  
  #pagefooter .image-links .image-link {
    float: none;
    width: auto;
  }
  
  #pagefooter .image-links .image-link.block-1,
  #pagefooter .image-links .image-link.block-2,
  #pagefooter .image-links .image-link.block-3 {
    margin: 0 1.4%;
  }
    
  .nav-row {
    line-height: 1em;
  }
  
  .view-as {
    display: block;
    margin: 10px 0 0;
  }
  
  #comments .comment .gravatar {
    width: 40px;
  }
  
  #comments .comment .detail {
    margin-left: 55px;
  }
  
  #cart-summary-overlay .item * {
    display: inline;
  }
  
  #cart-summary-overlay .item,
  #cart-summary-overlay .item .info,
  #cart-summary-overlay .cart {
    width: auto;
    float: none;
    padding: 0 20px;
  }
  
  #cart-summary-overlay .item .img,
  #cart-summary-overlay .item .detail,
  #cart-summary-overlay .cart .cart-text {
    display: none;
  }
  
  #cart-summary-overlay .item .info > * {
    display: inline;
    margin-right: 10px;
  }
	
  #cart-summary-overlay #shop-more,
  #cart-summary-overlay .button {
    width: 49%;
    margin: 0;
    -moz-box-sizing: content-box;
    box-sizing: border-box;
  }
  
  #cart-summary-overlay #shop-more {
    float: left;
  }
  
  #pagefooter .copyright .copy {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  /* Show all product rows at half height */
  .product-block .block-inner {
    height: 150px;
  }
  
  .product-block .block-inner .image-cont img {
    max-height: 150px;
  }
}

@media only screen and (max-width: 360px) {
  .signup-form label {
    display: none;
  }
}


/* High DPI devices get some graphical upgrades */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  
  
    
  .payment-methods li {
    background:url('//cdn.shopify.com/s/files/1/0057/0952/t/19/assets/payment_spr_grey_2x.png?v=151283995815989424591539019984');
    -moz-background-size:691px 32px;
    -ie-background-size:691px 32px;
    -o-background-size:691px 32px;
    -webkit-background-size:691px 32px;
    background-size:691px 32px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -webkit-text-size-adjust: none; /* Prevent iOS font scaling */
  }
}

/* Animations */
@-webkit-keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    -webkit-transform:scale(0.98) translateY(-15px);
  }
  
  80% { -webkit-transform:scale(1); }
  
  100% { -webkit-transform:translateY(0); }
}

@keyframes reveal {
  0% {
    margin-left:-999px;
    opacity:0;
  }
  
  1% {
    margin-left:0;
    opacity:0;
    transform:scale(0.98) translateY(-15px); }
  80% { transform:scale(1); }
  100% { transform:translateY(0); }
}

/*************    ---                   ---                   ---   *************/
/*************    |     ENTER YOUR CUSTOM CODE BELOW HERE       |   *************/
/*************    ---                   ---                   ---   *************/


.buyx-msg {
  color: #F45B4F;
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
/*
.buyx-msg a {
  color: #000000;
}
*/


.homebanner
{
 width: 100%;
  background-color: #394e2f;
  text-align: center;
}

.homebanner h2
{
  color: #fff !important;
  margin-bottom: 0 !important;
   font-size: 170%; 
  font-weight: 300;
  padding: 2% 0;
}


.homebanner h2 a:link, .homebanner h2 a:visited
{
  color: #fff !important;

}

.homebanner h2 a:hover
{
  text-decoration: underline !important;

}


.featured-product .row {
	display: flex;
  	flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10%;

}


@media only screen and (max-width: 600px)
{
  
  
 .featured-product 
{
	margin-top: 140px;
} 

.template-index .featured-product .headline {
    margin-bottom: 0px !important;
}
  
  
}



@media only screen and (min-width: 834px)
{
  
.featured-product .row .column
{
	border-bottom: 1px solid #000; 
    padding-bottom: 4%;
}

  
  
}

#mobile-nav-close{
  float:right;
  display:none;
}
@media only screen and (max-width: 834px)
{
  #mobile-nav-close{
	display:block;
  }
 
 .featured-product .row .column:first-child {
	width: 100% !important;
 padding-bottom: 0;
   text-align: center;
   
} 
  
.featured-product .row .column:nth-child(2) {
	width: 100% !important;
	border-bottom: 1px solid #000; 
    padding-bottom: 4%;
}
  
  
}

.featured-product .headline h1
{
     margin-bottom: .5em; 
}

.featured-product .row .column:nth-child(2) {
	width: 30%;
    justify-content: center;
    align-content: center;
    text-align: center;
}


.featured-product .row h3:first-child {
	padding-top: 10%
}


.featured-product .row h3 {
    font-family: 'Whitney SSm A', 'Whitney SSm B';
    font-size: 19px;
    letter-spacing: 0.150rem;
    text-transform: uppercase;
    font-weight: 400;
  	margin: 0 0 .35em 0 !important;
}








.featured-product .row p {
    width: 290px;
    margin: 1em auto 1.5em auto;
}


}

